html,
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", "Noto Sans TC", sans-serif;
}
html:lang(zh-cn),
body:lang(zh-cn) {
    font-family: "Roboto Condensed", "Noto Sans SC", sans-serif;
}
body {
    color: #848484;
}
*:focus {
    outline: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
h1,
h2,
h3,
p,
ul {
    margin-bottom: 20px;
}
h1,
h2,
h3 {
    color: #14273b;
    font-family: "Cinzel", "Noto Sans TC", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
:lang(zh-cn) h1,
:lang(zh-cn) h2,
:lang(zh-cn) h3 {
    font-family: "Cinzel", "Noto Sans SC", sans-serif;
}
h2.subheader,
h3.subheader {
    text-decoration: underline;
    font-size: 22px;
}
h1 {
    font-size: 30px;
    line-height: 30px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sub-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.container .sub-container p:last-child {
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    text-decoration: none;
    color: #003057;
    border: 1px solid #003057;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.2s;
}
input[type="submit"].btn {
    background: none;
}
.btn:hover,
.btn:active,
input[type="submit"].btn:hover,
input[type="submit"].btn:active {
    color: #ffffff;
    background-color: #003057;
}
.bg-blue {
    background-color: #003057;
}
.bg-dark {
    background-color: #000000;
}
.bg-grey {
    background-color: #f8f8f8;
}
.bg-gold {
    background: linear-gradient(
        270deg,
        rgba(253, 189, 102, 0.85) 0%,
        rgba(161, 112, 59, 0.85) 100%
    );
}
.bg-blue,
.bg-blue a,
.bg-blue a:hover,
.bg-blue a:focus,
.bg-dark,
.bg-dark a,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3 {
    color: #ffffff;
}
.bg-blue .btn,
.bg-dark .btn,
.gallery-lightbox .btn {
    border-color: #ffffff;
    color: #ffffff;
}
.bg-blue .btn:hover,
.bg-blue .btn:focus,
.bg-blue .btn:active,
.bg-dark .btn:hover,
.bg-dark .btn:focus,
.bg-dark .btn:active {
    border-color: #ffffff;
    color: #003057;
    background-color: #ffffff;
}
.alink,
.alink:focus,
.alink:hover,
.alink:active {
    color: #0077e4;
    text-decoration: underline;
}
.txt-dark,
.txt-dark a,
.txt-dark a:hover,
.txt-dark a:active,
.txt-dark a:focus {
    color: #003057;
}
.txt-dark a {
    text-decoration: underline;
}
.txt-dark .noti-full-link {
    text-decoration: none;
}
.txt-dark .noti-full-link:hover {
    text-decoration: underline;
}
.txt-brown {
    color: rgb(91, 43, 7);
}
.desktop-only {
    display: none;
}
.banner .tablet {
    display: none;
}
.no-ls {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.txt-center,
.txt-m-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-m-center ul {
    display: inline-block;
    text-align: left;
}
.inline-icon:before,
.inline-icon:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.inline-icon + .inline-icon {
    margin-left: 30px;
}
.icon-info-light:after {
    width: 28px;
    height: 28px;
    background-image: url("/hkca/files/img/icon-info-light.svg");
}
.icon-info:after {
    width: 32px;
    height: 32px;
    background-image: url("/hkca/files/img/icon-info.svg");
}
.icon-close:after {
    width: 24px;
    height: 24px;
    background-image: url("/hkca/files/img/icon-close.svg");
}
.icon-in-inline:after {
    width: 16px;
    height: 16px;
    background-image: url("/hkca/files/img/icon-in-inline.png");
    margin-left: 5px;
    vertical-align: text-bottom;
}
.icon-rep:after {
    width: 22px;
    height: 27px;
    background-image: url("/hkca/files/img/icon-rep.png");
}
.icon-enquiry:after {
    width: 20px;
    height: 20px;
    background-image: url("/hkca/files/img/icon-qa.svg");
}
.icon-share:after {
    width: 20px;
    height: 24px;
    background-image: url("/hkca/files/img/icon-share.png");
}
.icon-back:after {
    width: 20px;
    height: 15px;
    background-image: url("/hkca/files/img/icon-backtotop.png");
}
.icon-email:before {
    width: 15px;
    height: 11px;
    background-image: url("/hkca/files/img/icon-email.png");
    margin-right: 10px;
}
.icon-tel:before {
    width: 15px;
    height: 16px;
    background-image: url("/hkca/files/img/icon-tel.png");
    margin-right: 10px;
}
.icon-email-light:before {
    width: 15px;
    height: 11px;
    background-image: url("/hkca/files/img/icon-email.svg");
    margin-right: 10px;
}
.icon-tel-light:before {
    width: 15px;
    height: 16px;
    background-image: url("/hkca/files/img/icon-tel.svg");
    margin-right: 10px;
}
.icon-in:after {
    width: 21px;
    height: 21px;
    background-image: url("/hkca/files/img/icon-in.png");
}
.icon-twitter:after {
    width: 20px;
    height: 17px;
    background-image: url("/hkca/files/img/icon-x.svg");
}
.icon-wechat:after {
    width: 20px;
    height: 17px;
    background-image: url("/hkca/files/img/icon-wechat.png");
}
.icon-weibo:after {
    width: 20px;
    height: 17px;
    background-image: url("/hkca/files/img/icon-weibo.png");
}
.icon-facebook:after {
    width: 12px;
    height: 23px;
    background-image: url("/hkca/files/img/icon-facebook.png");
}
.icon-download,
.icon-download:hover,
.icon-download:focus {
    color: #003057;
}
.icon-download:after {
    width: 17px;
    height: 13px;
    margin-left: 10px;
    background-image: url("/hkca/files/img/icon-download.png");
}
.icon-download-p:after {
    width: 12px;
    height: 14px;
    background-image: url("/hkca/files/img/icon-download-p.png");
}
.icon-arrow-right:after {
    width: 19px;
    height: 17px;
    background-image: url("/hkca/files/img/icon-arrow-right.png");
}
.slider-item:focus {
    outline: none;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    width: 54px;
    height: 54px;
    background: url("/hkca/files/img/btn-next.png") no-repeat center;
    z-index: 1;
}
.slick-prev,
.slick-prev:hover {
    background-image: url("/hkca/files/img/btn-prev.png");
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
}
.slick-dots li button:before {
    font-size: 14px;
    color: #003057;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #003057;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}
.py-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-6 {
    padding-bottom: 60px;
}
.pt-6 {
    padding-top: 60px;
}
main {
    position: relative;
    z-index: 0;
}
/* Framework */
#navWrapper {
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    right: 0;
}
#navWrapper:before {
    content: "";
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #003057;
    top: 0;
    left: 0;
}
#navWrapper.fixed {
    position: fixed;
    top: 0;
}
#navWrapper .container {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
}
.container {
    padding-left: 25px;
    padding-right: 25px;
}
.container p:last-child,
.overlayContent p:last-child {
    margin-bottom: 0;
}
header {
    position: relative;
    z-index: 2;
}
header .logo {
    float: none;
    position: absolute;
    z-index: 11;
    margin-top: 26px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -10px;
}
header .menu {
    padding: 20px 0px;
}
header ul.no-ls li {
    display: block;
    margin: 20px;
}
header ul.no-ls li:last-child {
    margin-right: 0;
}
header .control {
    display: flex; align-items: center; justify-content: flex-end;
    margin-bottom: 12px;
    padding: 0px 20px;
}
header .icon-info-light {
    margin-left: 20px;
}
header ul.no-ls li {
    position: relative;
}
header ul.no-ls a,
header ul.no-ls a:after {
    transition: all 0.2s;
}
header ul.no-ls a:hover,
header ul.no-ls a:focus,
header ul.no-ls a.active {
    color: #fdcf91;
}
header .icon-info-light.mobile-only {
    position: absolute;
    z-index: 11;
    top: 36px;
    left: 0;
}
#mainMenu {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition-timing-function: ease-out;
    display: flex;
    flex-direction: column;
}
#mainMenu.active {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    height: calc(100vh - 100px - 57px);
}
#mainMenu ul.no-ls {
    order: 1;
}
#mainMenu .control {
    order: 2;
}
#control_home {
    margin-right: 20px;
}
#nav_home_li {
    display: none;
}
@media screen and (max-width: 1023px) {
    #nav_home_li {
        display: block;
    }
    #control_home {
        display: none;
    }
}
#mainMenu ul.no-ls a {
    font-size: 20px;
}
#notification {
    background-color: #ffffff;
    position: relative;
    z-index: 12;
    display: none;
    overflow: hidden;
}
#notification.show {
    display: block;
}
#notification .container {
    max-width: 1200px;
    padding: 60px 20px 20px 20px;
    display: flex;
    flex-direction: column;
}
#notification .container span {
    display: block;
}
#notification ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
}
#notification li {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}
#notification li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/hkca/files/img/icon-qa-dark.svg") no-repeat top left;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: 0px;
}
#notification li span {
    display: block;
    max-width: 100%;
}
#notification li:last-child {
    margin-bottom: 0;
}
#notification .icon-info {
    display: inline-block;
    margin-bottom: 20px;
}
#notification .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
#notification .scrollItem {
    /*
    height: 120px;
    */
    overflow-x: hidden;
}
#notification .simplebar-offset {
    padding-right: 10px;
}
.simplebar-track {
    background: rgba(55, 54, 51, 0.2);
    border-radius: 7px;
    pointer-events: all;
    z-index: 2;
}
.simplebar-track.simplebar-vertical {
    width: 7px;
}
.simplebar-track.simplebar-horizontal {
    height: 7px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before,
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav-main {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    z-index: 100;
}
.nav-main .inner {
    display: block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: absolute;
    height: 3px;
    width: 32px;
    top: 18px;
    right: 4px;
    background-color: #ffffff;
}
.nav-main .inner:before {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #ffffff;
    content: "";
    top: -12px;
}
.nav-main .inner:after {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #ffffff;
    content: "";
    top: 12px;
}
.nav-main.open .inner {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    background: transparent;
}
.nav-main.open .inner:before {
    -o-transform: rotateZ(45deg) scaleX(1.25) translate(7px, 10px);
    -moz-transform: rotateZ(45deg) scaleX(1.25) translate(7px, 10px);
    -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(7px, 10px);
    transform: rotateZ(45deg) scaleX(1.25) translate(7px, 10px);
}
.nav-main.open .inner:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -9px);
    -moz-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -9px);
    -o-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -9px);
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -9px);
}
footer {
    padding-bottom: 57px;
    text-align: center;
}
footer .bg-blue {
    padding-top: 50px;
    padding-bottom: 0px;
}
footer .bg-dark {
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .bg-blue a {
    text-decoration: underline;
}
footer h3 {
    margin-bottom: 5px;
}
footer ul.no-ls {
    margin-bottom: 30px;
}
footer ul.no-ls li {
    display: inline-block;
}
footer .bg-dark ul.no-ls {
    margin-bottom: 5px;
    font-size: 14px;
}
footer .bg-dark img {
    max-width: 100%;
}
footer .bg-blue ul.no-ls li:not(:first-child) {
    margin-left: 30px;
}
footer .bg-dark .col:last-child {
    display: flex;
    flex-direction: row;
}
footer .bg-dark .col:last-child > * {
    flex: 1;
    max-width: 50%;
}
.footer-icon + .footer-icon {
    margin-left: 10px;
}
footer .container .remarks {
    font-size: 14px;
    margin-bottom: 20px;
}
footer .row .col:first-child {
    width: 55%;
}
footer .row .col:last-child {
    width: 45%;
}
@media screen and (max-width: 1023px) {
    footer .row .col:first-child,
    footer .row .col:last-child {
        width: 100%;
    }
}
#floatPanel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 100;
}
#floatPanel ul.no-ls {
    display: flex;
    flex-direction: row;
}
#floatPanel li {
    background: rgb(91, 43, 7);
    background: -moz-linear-gradient(
        90deg,
        rgba(91, 43, 7, 1) 0%,
        rgba(234, 181, 110, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(91, 43, 7, 1) 0%,
        rgba(234, 181, 110, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(91, 43, 7, 1) 0%,
        rgba(234, 181, 110, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b2b07",endColorstr="#eab56e",GradientType=1);
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center;
}
#floatPanel li:last-child {
    background: #848484;
}
#floatPanel li a {
    padding: 15px;
    display: block;
}
#floatPanel li.hidden {
    display: none;
}
#floatPanel ul.no-ls .subPanel {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(57px);
    width: 100%;
    height: 57px;
    transition: all 0.2s;
    background: rgb(91, 43, 7);
    background: -moz-linear-gradient(
        90deg,
        rgba(91, 43, 7, 1) 0%,
        rgba(234, 181, 110, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(91, 43, 7, 1) 0%,
        rgba(234, 181, 110, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(91, 43, 7, 1) 0%,
        rgba(234, 181, 110, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b2b07",endColorstr="#eab56e",GradientType=1);
    z-index: -1;
}
#floatPanel ul.no-ls .subPanel.active {
    transform: translateY(-57px);
}
#floatPanel ul.no-ls .subPanel li {
    background: none;
    flex: 0 0 20%;
    max-width: 20%;
}
.adjustTop {
    padding-top: 100px;
}
.overlayWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.overlayBg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.overlayBg.nonClick {
    cursor: auto;
}
.overlayItem {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%;
}
.overlayContent {
    background-color: #ffffff;
    padding: 20px;
}
#Enquiry .overlayContent {
    padding: 50px;
}
#Enquiry .overlayContent .inline-icon {
    white-space: nowrap;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}
.overlayControl {
    margin-bottom: 0;
    text-align: right;
    display: block;
}
.icon-close-light {
    padding: 12px 14px;
    background-color: #14273b;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 2px 0px #ffffff;
    box-shadow: 0px 0px 2px 0px #ffffff;
}
.icon-close-light:after {
    width: 16px;
    height: 16px;
    background-image: url("/hkca/files/img/icon-close-light.png");
}
.bg-blue .btn-sub,
.bg-blue .btn-sub:hover,
.bg-blue .btn-sub:focus {
    display: block;
    text-decoration: none;
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 20px;
    text-decoration: none !important;
    text-align: center;
    background-color: #d9d9d9;
    color: #003057;
    font-size: 20px;
    text-transform: uppercase;
}
.bg-blue .btn-sub:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url("/hkca/files/img/icon-btn-right.png") no-repeat center;
    vertical-align: middle;
    margin-left: 10px;
}
footer .bg-blue .container {
    font-size: 14px;
}
header .logo img {
    width: 200px;
    height: 44px;
}
@media screen and (min-width: 512px) {
    footer .bg-dark .col:last-child {
        display: block;
    }
    .footer-icon + .footer-icon {
        margin-left: 30px;
    }
    #Enquiry .overlayContent .inline-icon {
        display: inline-block;
        margin-bottom: 0px;
    }
    #Enquiry .overlayContent .inline-icon + .inline-icon {
        margin-left: 30px;
    }
}
@media screen and (min-width: 1024px) {
    .desktop-only {
        display: initial;
    }
    li.desktop-only {
        display: list-item;
    }
    .txt-m-center {
        text-align: left;
    }
    .mobile-only,
    #floatPanel li a.mobile-only {
        display: none;
    }
    .icon-info-light:after,
    .icon-info:after {
        width: 23px;
        height: 23px;
    }
    .icon-close:after {
        width: 12px;
        height: 12px;
    }
    header ul.no-ls li {
        display: inline-block;
        margin: 0 4px;
    }
    header .logo {
        float: left;
        position: relative;
        left: 0;
        transform: none;
        margin-left: 0;
    }
    #mainMenu ul.no-ls a {
        /* font-size: 16px; */
        font-size: 15px;
    }
    #mainMenu {
        position: relative;
        top: auto;
        width: auto;
        background: none;
        height: auto;
        z-index: 11;
        display: block;
        transition: none;
        transform: none !important;
        max-height: 100px;
        text-align: right;
        padding: 20px 0;
        display: block;
        overflow: hidden;
    }
    .nav-main {
        display: none;
    }
    header .control {
        padding: 0;
    }
    header .control > a {
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
    }
    header ul.no-ls a:hover:after,
    header ul.no-ls a:focus:after,
    header ul.no-ls a.active:after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background: #fdcf91;
        position: absolute;
        bottom: -20px;
    }
    #notification ul {
        flex: 1;
    }
    #notification .container {
        flex-direction: row;
        padding: 30px 20px;
    }
    #notification .icon-info {
        margin-bottom: 0px;
    }
    #notification .icon-close {
        position: static;
        margin-left: 15px;
    }
    #notification li {
        margin-bottom: 30px;
    }
    #notification .scrollItem {
        flex: 1;
        /*
        height: 140px;
        */
        /* height: 25px; */
        height: auto;
        min-height: 25px;
        max-height: 75px;
    }
    #notification .icon-info {
        margin-right: 90px;
    }
    #notification .container span {
        font-size: 18px;
        line-height: 22px;
    }
    footer {
        text-align: left;
    }
    footer .bg-blue .container,
    footer .bg-dark .container,
    footer .bg-blue .row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    footer .bg-blue .row {
        align-items: flex-start;
    }
    footer .row .col:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer ul.no-ls {
        margin-bottom: 0;
    }
    footer .container .remarks {
        margin-bottom: 0;
    }
    .overlayItem {
        min-width: 768px;
    }
    #floatPanel {
        left: auto;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    #floatPanel ul.no-ls {
        display: block;
    }
    #floatPanel li {
        max-width: none;
    }
    footer {
        padding-bottom: 0;
    }
    footer h3 {
        white-space: nowrap;
    }
    #floatPanel ul.no-ls .subPanelWrapper {
        width: 52px;
        height: 55px;
    }
    #floatPanel ul.no-ls .subPanel {
        transform: translateX(0);
        z-index: auto;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
    }
    #floatPanel ul.no-ls .subPanel li:first-child {
        background: rgb(91, 43, 7);
        background: -moz-linear-gradient(
            90deg,
            rgba(91, 43, 7, 1) 0%,
            rgba(234, 181, 110, 1) 100%
        );
        background: -webkit-linear-gradient(
            90deg,
            rgba(91, 43, 7, 1) 0%,
            rgba(234, 181, 110, 1) 100%
        );
        background: linear-gradient(
            90deg,
            rgba(91, 43, 7, 1) 0%,
            rgba(234, 181, 110, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b2b07",endColorstr="#eab56e",GradientType=1);
    }
    #floatPanel ul.no-ls .subPanel.active li:first-child {
        background: none;
    }
    #floatPanel ul.no-ls .subPanel.active {
        transform: translateX(-100%) translateX(52px);
    }
    #floatPanel ul.no-ls .subPanel li {
        width: 52px;
        flex: 0 0 52px;
        min-width: 52px;
    }
    footer .bg-blue {
        padding-bottom: 50px;
    }
    .bg-blue .btn-sub,
    .bg-blue .btn-sub:hover,
    .bg-blue .btn-sub:focus {
        display: inline-block;
        width: auto;
        margin-left: 0px;
        padding: 0px;
        text-decoration: underline !important;
        text-align: left;
        background-color: transparent;
        font-size: 14px;
        color: #ffffff;
        text-transform: none;
    }
    .bg-blue .btn-sub:after {
        display: none;
    }
    footer .bg-blue h3.desktop-only,
    footer .bg-blue p.desktop-only {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    header ul.no-ls li {
        /* margin: 0 15px; */
        margin: 0 10px;
    }
    #mainMenu ul.no-ls a {
        font-size: 16px;
    }
    header .logo {
        margin-top: 20px;
    }
    header .logo img {
        width: auto;
        height: 55px;
    }
}
/* Banner */
.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.banner figure {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    /* background-position: top center; */
    background-size: cover;
    padding-top: 60%;
}
.banner h1 {
    font-size: 25px;
}
.banner h1:last-child {
    margin-bottom: 0;
}
.banner article {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.home-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .banner figure {
        padding-top: 35%;
    }
    .banner .mobile {
        display: none;
    }
    .banner .tablet {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .banner {
        box-shadow: none;
    }
    .banner .container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 1200px;
        padding-left: 25px;
        padding-right: 25px;    
    }
    .banner article {
        background-color: rgba(255, 255, 255, 0.9);
        padding-left: 20px;
        padding-right: 20px;
        max-width: 560px;
        text-align: left;
    }
    .banner h1 {
        font-size: 50px;
        line-height: 55px;
    }
    /*
    .banner.home figure{
        padding-top: 35%;
    }
    */
}
/* Anchor list */
.anchor-wrapper {
    height: 86px;
}
#anchor-list .container {
    text-align: center;
}
#anchor-list ul {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}
#anchor-list li {
    display: flex;
    flex-direction: row;
}
#anchor-list .container {
    padding-left: 10px;
    padding-right: 10px;
}
#anchor-list li a {
    display: inline-block;
    color: #003057;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 21px;
    border-bottom: solid 5px transparent;
    white-space: nowrap;
    position: relative;
}
#anchor-list li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 50%;
    display: block;
    border-right: solid 1px #003057;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    flex: 0 0 auto;
}
#anchor-list .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 12px;
}
#anchor-list
    .mCSB_horizontal
    > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
#anchor-list
    .mCSB_horizontal
    > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden
    ul {
    justify-content: center;
}
#anchor-list .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 14px;
}
#anchor-list li a.current,
#anchor-list li a.active,
#anchor-list li a.init {
    background: #d9d9d9;
    border-bottom: solid 5px #003057;
}
#anchor-list.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
    #anchor-list .mCS_x_hidden.mCS_no_scrollbar_x ul {
        justify-content: center;
    }
    #anchor-list li a {
        padding: 30px;
    }
    #anchor-list .container {
        max-width: 1200px;
        /*
        padding-left: 25px;
        padding-right: 25px;
        */
    }
}
/* Bottom Banner */
.btnBanner {
    padding: 50px 40px;
}
.btnBanner img {
    width: 100%;
}
.btnBanner article {
    padding: 30px 20px;
}
.btnBanner p:last-child {
    margin-bottom: 0;
}
.btnBanner .slick-prev {
    left: -30px;
}
.btnBanner .slick-next {
    right: -30px;
}
@media screen and (min-width: 1024px) {
    .btnBanner {
        padding: 90px 0px;
    }
    .btnBanner .row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 10px;
        width: 1000px;
    }
    .btnBanner .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .btnBanner article {
        padding: 50px 70px;
    }
    .btnBanner .slider-item:not(.slick-center) {
        opacity: 0.3;
    }
    .btnBanner .slick-prev {
        left: calc(50% - 500px - 5px);
    }
    .btnBanner .slick-next {
        right: calc(50% - 500px - 5px);
    }
}
@media screen and (min-width: 1200px) {
    .btnBanner .slick-prev {
        left: calc(50% - 500px - 74px);
    }
    .btnBanner .slick-next {
        right: calc(50% - 500px - 74px);
    }
}
/* SelectBox */
.custom-select {
    display: inline-block;
    color: #003057;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.toggle-select {
    margin-bottom: 20px;
}
.select-selected {
    border: solid 1px #14273b;
}
.select-items {
    border: solid 1px #14273b;
    border-top: none;
    display: inline-block;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    display: none;
    width: 100%;
}
.select-items li:not(:first-child) {
    border-top: solid 1px #14273b;
}
.select-selected a,
.select-items li a {
    padding: 8px 15px;
    display: block;
    color: #003057;
}
.select-items .hidden,
.select-items .sub-select {
    display: none;
}
.select-items .sub-select li:not(:first-child) {
    border: none;
}
.select-items .sub-select li a {
    padding: 8px 25px;
}
.select-btn {
    position: relative;
    padding-right: 40px !important;
}
.select-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #003057 transparent transparent transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.2s;
    transform-origin: center center;
}
.select-btn.active {
    color: #ffffff;
    background-color: #003057;
}
.select-btn.active:after {
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(180deg) translateY(50%);
}
.select-items.expand,
.select-btn.active + .sub-select {
    display: block;
}
.toggle-select .toggle-btn {
    padding-right: 40px;
    position: relative;
}
.toggle-select .toggle-btn:after {
    width: 11px;
    height: 11px;
    background-image: url("/hkca/files/img/icon-sort.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.icon-clear-wrapper {
    margin-left: auto;
    margin-right: 13px;
    text-align: right;
}
.icon-clear,
.icon-clear:focus,
.icon-clear:hover {
    color: #bababa;
}
.icon-clear:after {
    width: 11px;
    height: 11px;
    background-image: url("/hkca/files/img/icon-clear.png");
    margin-left: 10px;
}
@media screen and (min-width: 768px) {
    .custom-select {
        max-width: 260px;
        margin-bottom: 0;
        margin-right: 30px;
    }
    .toggle-select {
        margin-bottom: 0;
    }
}
.scrollPanel {
    max-height: calc(80vh - 48px);
    /*
    overflow: hidden;
    */
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.scrollPanel::-webkit-scrollbar {
    display: none;
}
.slick-dots li:only-child {
    display: none;
}
.overlayContent .simplebar-track.simplebar-vertical {
    right: -14px;
}
/* Label */
.icon-label {
    display: inline-block;
    padding: 4px 15px;
    font-size: 12px;
}
.icon-label.white-theme {
    background-color: #ffffff;
    color: #003057;
    border: solid 1px #003057;
    padding: 3px 14px;
}
.icon-label.blue-theme {
    background-color: #003057;
    color: #ffffff;
}
.icon-label.yellow-theme {
    background-color: #fdcc91;
    color: #003057;
}
.icon-label.grey-theme {
    background-color: #d8d8d8;
    color: #003057;
}
/* Control */
section .control {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    section .control {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
}
/* Drag Bar */
.dragbar {
    display: inline-block;
    width: 34px;
    height: 11px;
    border: 1px solid #ffffff;
    border-radius: 18px;
    position: relative;
    padding: 2px;
    text-align: left;
    vertical-align: baseline;
    margin: 0 5px;
}
.dragbar:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
}
html[lang="zh-hk"] .dragbar:before {
    margin-left: auto;
}
.dim {
    color: rgba(255, 255, 255, 0.5) !important;
}
@media screen and (min-width: 768px) {
    .dim {
        color: #ffffff !important;
    }
    .dragbar {
        display: none;
    }
}
/* Vue Fade */
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
[v-cloak] {
    display: none;
}
/* 221013 */
.video-popup {
    display: none;
}
.video-popup video {
    width: 100%;
}
.youtube-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.youtube-container:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}