* {
    box-sizing: border-box;
}

html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    font-size: var(--font-body);
    font-family: 'OpenSans-Medium', sans-serif;
    line-height: 1.25;
}

html[lang='zh-hk'] body {
    font-family: 'NotoSansTC-Medium', sans-serif;
}

#main {
    overflow:auto;
    z-index: 5;
    display: block;
    position: relative;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

.visually-hidden { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0, 0, 0, 0); 
    border: 0; 
}

.sticky {
    top: 0;
}

.slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    list-style-type: none;
    align-items: center;
    padding: 40px 20%;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--grey1);
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--green);
    width: 12px;
    height: 12px;
}


.rights_reserverd {
    color: var(--grey1);
    font-size: var(--font-small);
    position: absolute;
    bottom: 20px;
    left: 60px;
    font-family: 'RndCnd_Regular';
}


input {
    height: 32px;
}

input,
textarea {
    background-color: var(--white);
    /* border: none; */
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--white);
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.page_title {
/*    font-weight: bold;*/
    color: var(--green);
    text-align: center;
    font-size: var(--font-title);
    font-family: 'OpenSans-Bold', sans-serif;
}

html[lang='zh-hk'] .page_title {
    font-family: 'NotoSansTC-Bold', sans-serif;
}
    
.page_subtitle {
    font-size: var(--font-subtitle);
}


html[lang=en-us] .page_subtitle {
    font-family: 'OpenSans-Bold';
}


.page_subtitle_green {
    font-weight: bold;
    font-size: var(--font-subtitle);
    color: var(--green);
}

.page_subtitle_black {
    font-weight: bold;
    font-size: var(--font-subtitle);
    color: var(--black);
}

img.mfp-img {
    max-height: 95vh !important;
}

section.under_construction {
    height: calc(100vh - 75px - 100px);
    padding-top: 0;
    background-image: url(./../../../images/construction.jpg);
    background-position: left center;
    background-size: cover;
}

section.under_construction > * {
    display: none !important;
}
