.globe-icon,
.tel-icon,
#active-language,
.search-form-text,
.search-form-submit,
.search-btn,
.header-logo,
.header-heading,
.menu-main-menu-container>ul>li,
.header .menu-top-menu-container>ul>li,
.menu-main-menu-container>ul>li>a,
.header .menu-top-menu-container>ul>li>a,
.main-menu>ul>li.menu-item-has-children>a:after,
#backtotop,
.footer-contact span,
.menu-footer-menu-container>ul>li,
.view-more span,
.arrow-light,
.hl-icon,
.pdf,
.location-item .accordion-icon:before {
    display: inline-block;
}

.header-heading span,
.menu-main-menu-container>ul>li>ul>li,
.header .menu-top-menu-container>ul>li>ul>li,
.main-menu>ul>li>ul>li,
.main-menu>ul>li>ul>li>a,
.htl-inner h2,
.home-link,
.sec-heading:after,
.popup-heading {
    display: block;
}

.language-chooser,
.menu-main-menu-container>ul>li>ul,
.header .menu-top-menu-container>ul>li>ul,
.menu-main-menu-container>ul>li>ul:before,
.header .menu-top-menu-container>ul>li>ul:before,
.htl-inner h2,
.home-link-inner,
.sec-heading:after,
.popup .fancybox-close-small,
.popup-btn {
    position: absolute;
}

.menu-main-menu-container>ul>li,
.header .menu-top-menu-container>ul>li,
.main-menu>ul>li>ul>li>a,
.footer,
.menu-footer-menu-container,
.htl-inner,
.home-link,
.sec-heading {
    position: relative;
}

.header-right {
    text-align: right;
}

.main-menu>ul>li.menu-item-has-children>a:after,
.menu-footer-menu-container>ul>li,
.hl-icon {
    vertical-align: top;
}

.globe-icon,
.tel-icon,
#active-language,
.search-form,
.search-form-text,
.search-form-submit,
.search-btn,
.header-logo,
.header-heading,
.menu-main-menu-container>ul>li>a,
.header .menu-top-menu-container>ul>li>a,
.footer-contact span,
.view-more span,
.arrow-light,
.pdf,
.location-item .accordion-icon:before {
    vertical-align: middle;
}

.home-link-inner {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.htl-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.globe-icon,
.tel-icon,
.search-form-text,
.search-form-submit,
.search-btn,
.main-menu>ul>li.menu-item-has-children>a:after,
#backtotop,
.menu-footer-menu-container>ul>li,
.arrow-light,
.hl-icon,
.pdf,
.expand-btn,
.collect-btn,
h2.accordion-icon,
.date-picker input,
.location-item .accordion-icon:before,
.news-list .hnl-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

body {
    min-width: 300px;
    color: #403054;
    font-size: 50%;
    font-family: "Basel Grotesk", "Noto Sans HK", sans-serif;
}

.light-text {
    font-family: "Basel Grotesk Light", "Noto Sans TC", "Noto Sans SC", sans-serif;
    font-weight: 300;
}

.medium-text,
strong {
    font-family: "Basel Grotesk Medium", "Noto Sans TC", "Noto Sans SC", sans-serif;
    font-weight: 700;
}

.container {
    width: 100%;
    min-width: 300px;
}

.wrapper {
    position: relative;
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    max-width: 1506px;
    width: 90%;
}

.header-wrapper {
    /* max-width: 1812px;*/
    max-width: 100%;
    width: 96%;
    padding: 15px 0;
    align-items: center;
}

.search-wrapper {
    max-width: 1024px;
    padding-bottom: 7em;
}

.home-wrapper {
    position: relative;
}

.home-wrapper,
.footer-wrapper {
    max-width: 100%;
    width: 96%;
}

h2 {
    font-size: 4em;
}

h3 {
    font-size: 3.2em;
}

h4 {
    font-size: 2.8em;
}

a {
    color: #750F6D;
}

i,
em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

p {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
}

p a,
p li {
    font-size: 1em;
}

.aligncenter {
    text-align: center;
}

.content {
    min-height: 80vh;
}

.content>div:last-child {
    padding-bottom: 18em;
}

.main {
    position: relative;
}


/* MOBILE */

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile {
    display: none;
}


/* GRID */

.grid-1-2 {
    overflow: hidden;
}

.grid-1-2>.grid-col {
    display: block;
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 6%;
}

.grid-1-2>.grid-col:nth-child(2n+2) {
    margin-right: 0;
}

.grid-1-2>.grid-col:nth-child(2n+1) {
    clear: both;
}

.grid-1-3 {
    overflow: hidden;
}

.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 4%;
}

.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.grid-1-4 {
    overflow: hidden;
}

.grid-1-4>.grid-col {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.grid-1-4>.grid-col:nth-child(4n+4) {
    margin-right: 0;
}

.grid-1-4>.grid-col:nth-child(4n+1) {
    clear: both;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.photo {
    position: relative;
    transition: transform 0.3s;
    overflow: hidden;
}

.photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s;
}

.photo:hover img {
    transform: perspective(1000px) scale(1.05, 1.05);
    transform-style: flat;
}

.ac-photo.photo:hover img {
    transform: perspective(0) scale(1, 1);
    transform-style: flat;
}


/* HEADER */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #403054;
    z-index: 9;
}

.header .header-heading span,
.header .menu-main-menu-container>ul>li>a,
.header .header .menu-top-menu-container a,
.main-menu-container-mobile ul.menu>li>a {
    color: #403054;
}

.sticky.header {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
}

.header-top {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    margin-bottom: 12px;
    justify-content: end;
    align-items: center;
}

.header-top>div {
    padding: 3px 15px;
}

.header-top>div:last-child {
    border-right: 1px solid #cccccc;
}

.ht-col-2 {
    font-size: 1.8em;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.ht-col-2 span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
}

.ht-col-2 span:last-child {
    font-family: 'Basel Grotesk Light';
    margin-top: 1px;
    line-height: 1;
}

.ht-col-2 strong {
    margin-right: 10px;
}

.language-switcher {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
}

.language-switcher {
    position: relative;
    display: inline-block;
}

button.switcher-button {
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    background: none;
    background-image: url(images/dropdown.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 2px 20px 2px 0;
    background-size: 12px;
}

.language-chooser {
    display: none;
    width: 100%;
    background-color: #fff;
    margin-left: 3px;
    z-index: 1;
    margin-top: 5px;
    box-shadow: 0 3px 6px #C7C7C8;
    font-weight: 400;
}

.language-chooser li {
    list-style: none;
}

.language-chooser a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.language-chooser a:hover {
    background-color: #F8F2FF;
}

.globe-icon {
    width: 13px;
    height: 13px;
    background-image: url(images/globe-solid.png);
    margin-right: 5px;
}

.tel-icon {
    width: 13px;
    height: 13px;
    margin-right: 2px;
    background-image: url(images/tel.png);
}

#active-language {
    line-height: 1;
}

.search-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 5% 0;
    background-color: #fff;
    border-radius: 90px;
    padding: 5px 10px;
    background-color: #f5f5f5;
}

[type="search"] {
    font-size: 2em;
    background-color: transparent;
    padding: 10px;
}

.search-page-heading {
    font-size: 3.5em;
}

.search-form-text {
    width: calc(100% - 30px);
    background-color: transparent;
    color: #a0a0a0;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
}

.search-form-text::-webkit-input-placeholder,
.search-form-text:-moz-placeholder,
.search-form-text::-moz-placeholder,
.search-form-text:-ms-input-placeholder {
    color: #403054;
    opacity: 1;
}

.search-form-submit {
    background-image: url(images/search.png);
    width: 33px;
    height: 33px;
    background-size: 68%;
    font-size: 0;
    text-transform: uppercase;
    background-color: transparent;
}

.search-btn {
    width: 18px;
    height: 18px;
    background-image: url(images/search.png);
    background-size: 100%;
    margin-left: 15.5em;
    transform: .2s ease-in-out;
}

.search-btn:hover {
    transform: scale(1.1);
}

.header-left {
    min-width: 295px;
}

.header-logo img {
    max-width: none;
    width: auto;
    height: 100%;
    max-height: 60px;
}

.header-heading {
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 15px;
    color: #fff;
}

.main-menu-container {
    display: inline-block;
    margin-top: 10px;
}

.menu-main-menu-container>ul,
.header .menu-top-menu-container>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-main-menu-container>ul>li,
.header .menu-top-menu-container>ul>li {
    font-size: 1em;
}

.menu-main-menu-container>ul>li>a,
.header .menu-top-menu-container>ul>li>a {
    color: #fff;
    font-size: 2.2em;
    text-align: center;
    padding: 13px 17px 13px 17px;
    border-bottom: 2px solid transparent;
}

.menu-main-menu-container>ul>li>a:hover,
.header .menu-top-menu-container>ul>li>a:hover {
    background-color: #F8F2FF;
}

.menu-main-menu-container>ul>li:last-child>a,
.header .menu-top-menu-container>ul>li:last-child>a {
    margin-right: 0;
}

.menu-main-menu-container>ul>li:last-child>ul,
.header .menu-top-menu-container>ul>li:last-child>ul {
    left: auto;
    right: 0;
}

.menu-main-menu-container>ul>li>ul,
.header .menu-top-menu-container>ul>li>ul {
    display: none;
    background-color: #F8F2FF;
    color: #403054;
    left: 0;
    width: 320px;
    z-index: 10000;
    padding: 0 0;
}

.menu-main-menu-container>ul>li>ul:before,
.header .menu-top-menu-container>ul>li>ul:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    content: '';
    z-index: -1;
}

.menu-main-menu-container>ul>li>ul>li,
.header .menu-top-menu-container>ul>li>ul>li {
    width: 100%;
}

.menu-main-menu-container>ul>li>ul>li>a,
.header .menu-top-menu-container>ul>li>ul>li>a {
    color: #403054;
    text-decoration: none;
}

.menu-main-menu-container>ul>li>ul>li>a:hover,
.header .menu-top-menu-container>ul>li>ul>li>a:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#750f6d), to(#a65799));
    background: linear-gradient(180deg, #750f6d 0%, #a65799 100%);
}

.menu-main-menu-container>ul>li>ul>li:hover>a,
.header .menu-top-menu-container>ul>li>ul>li:hover>a {
    color: #fff;
}

.menu-main-menu-container>ul>li:hover>a,
.header .menu-top-menu-container>ul>li:hover>a {
    background-color: #F8F2FF;
}

.menu-main-menu-container>ul>li:hover>ul,
.header .menu-top-menu-container>ul>li:hover>ul {
    display: block;
    z-index: 10000;
    /* border-top: 10px solid #fff;*/
    background-color: #fafafa;
    text-align: left;
}

.menu-main-menu-container>ul>li:hover>ul a,
.header .menu-top-menu-container>ul>li:hover>ul a {
    display: block;
    font-size: 2em;
    padding: 12px 25px;
}

.menu-main-menu-container>ul>li:hover>ul a:hover,
.header .menu-top-menu-container>ul>li:hover>ul a:hover {
    background: none;
    background-color: #F8F2FF;
    color: #403054;
}

.menu-top-menu-container>ul>li>a {
    font-size: 1.7em;
    padding: 15px 10px;
}

.menu-main-menu-container li.current-menu-item>a {
    position: relative;
}

.menu-main-menu-container li.current-menu-item>a:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: calc(100% - 30px);
    height: 4.5px;
    background: -webkit-gradient(linear, left top, right top, from(#750f6d), to(#a65799));
    background: linear-gradient(90deg, #750f6d 0%, #a65799 100%);
    transform: translateX(-50%);
    content: '';
}

.main-menu>ul>li>ul>li {
    width: 100%;
}

.main-menu>ul>li>ul>li>a {
    padding: 15px 10px;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.2;
}

.main-menu>ul>li.menu-item-has-children>a {
    padding: 12px 12px;
}

.main-menu>ul>li.menu-item-has-children>a:after {
    width: 10px;
    height: 8px;
    margin-left: 8px;
    margin-top: 5px;
    background-image: url(images/dropdown.png);
    content: '';
}

.main-menu ul li:hover>ul {
    display: block;
}


/* FOOTER */

#backtotop {
    bottom: 10%;
    right: 5%;
    display: inline-block;
    background-size: cover;
    background-image: url(images/back-to-top.png);
    width: 56px;
    height: 56px;
    text-align: center;
    position: fixed;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: 1000;
    cursor: pointer;
}

#backtotop:hover {
    box-shadow: 0 2px 3px #5c5c5c;
}

#backtotop.show {
    opacity: 1;
}

.footer {
    background-color: #F9F9F9;
    z-index: 3;
    padding: 5em 0;
}

.footer a {
    color: #403054;
}

.footer-left {
    width: 50%;
}

.footer-left h2 {
    margin-top: 1.5em;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
}

.footer-right {
    width: 50%;
    max-width: 400px;
}

.footer-logo img {
    max-width: none;
    width: auto;
    height: 48px;
}

.footer-contact {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1em;
}

.footer-contact span p {
    font-size: 1em;
}

.footer-contact a:hover {
    color: #750F6D;
}

.fc-heading {
    width: 123px;
    color: #8E8E8E;
    font-weight: 700;
}

.menu-footer-menu-container>ul>li {
    width: 48%;
}

.menu-footer-menu-container>ul>li:hover {
    background-color: transparent;
}

.menu-footer-menu-container>ul>li:hover a {
    color: #750F6D;
}

.menu-footer-menu-container>ul>li:nth-child(2n+1) {
    margin-right: 1%;
}

.menu-footer-menu-container>ul>li>a {
    display: block;
    color: #403054;
}

.menu-footer-menu-container>ul>li ul {
    display: none;
    background-color: #5ca5e0;
}

.menu-footer-menu-container>ul>li ul li {
    padding: 10px 0;
}

.menu-footer-menu-container a {
    font-size: 1.8em;
}

.menu-footer-menu-container li {
    padding: 10px 12px;
    /*  &:hover {
            background-color: $purple;
        }*/
}

.menu-footer-menu-container li a {
    font-weight: 400;
}

.fr-col-1 {
    margin-top: -10px;
}

.fr-col-2 {
    width: 30%;
}

.fr-col-2 p {
    font-size: 1.8em;
    margin-bottom: 10px;
    line-height: 1;
    color: #8E8E8E;
}

.fr-col-2 .menu-top-menu-container>ul>li>a {
    font-size: 1.8em;
    padding: 10px 0;
    display: inline-block;
}

.footer-bottom {
    margin: 6em 0 0 0;
    align-items: center;
}

.copyright {
    display: inline-block;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
}

.menu-bottom-menu-container {
    display: inline-block;
}

.menu-bottom-menu-container li {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1;
    border-right: 1px solid #403054;
}

.menu-bottom-menu-container li:last-child {
    border: 0;
    padding-left: 5px;
}

.menu-bottom-menu-container a {
    display: inline-block;
}

.menu-bottom-menu-container a:hover {
    color: #750F6D;
}


/* Home */

.home-top {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
}

.home-top>.flex {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-left {
    width: 50%;
}

.ht-right {
    width: 50%;
    background-color: #FAFAFA;
    background-color: #F8F2FF;
}

.htl-inner {
    width: 100%;
    padding-bottom: 60%;
}

.htl-inner h2 {
    width: 60%;
    max-width: 582px;
    padding: 5% 0 5% 4%;
    font-size: 2.396vw;
    color: #750f6d;
}

.home-news-top {
    position: relative;
    padding: 8px 20px;
    padding-right: 4%;
    background: #4C0A47;
    background: -webkit-gradient(linear, left top, right top, from(#4C0A47), to(#6C3963));
    background: linear-gradient(90deg, #4C0A47 0%, #6C3963 100%);
    z-index: 2;
}

.home-news-top h1 {
    color: #fff;
    font-size: 1.46vw;
}

.view-more {
    font-size: 1.04vw;
    color: #fff;
    line-height: 1.3;
}

.arrow-light {
    width: 30px;
    height: 10px;
    margin-left: 5px;
    margin-top: 3px;
    background-image: url(images/arrow-light.png);
}

.home-news-list {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(60% - 43px);
    z-index: 1;
}

.scroll-container {
    position: absolute;
    width: 100%;
    /*  height: 100%;*/
}

.data-list {
    overflow-y: scroll;
    height: 400px;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hnl-item {
    display: flex;
    padding: 0.6vw 0.781vw;
    font-size: 0.938vw;
    font-weight: 300;
    justify-content: space-between;
}

.hnl-item a {
    display: block;
    width: calc(96% - 5.729vw);
}

.locale-zh-hk.home .hnl-item a {
    display: block;
    width: calc(96% - 7.083vw);
}

.locale-zh-hk .hnl-item .hnl-date {
    width: 8em;
}

.page-template-page-news-php .hnl-item:nth-child(odd),
.purple-bg {
    background-color: #F8F2FF;
}

.ht-right {
    background-color: #fff;
}

.hnl-date {
    display: inline-block;
    vertical-align: top;
    font-family: "Basel Grotesk", "Noto Sans HK", sans-serif;
    width: 106px;
    color: #898989;
}

.hnl-title {
    display: inline-block;
    vertical-align: top;
}

.home-links {
    text-align: center;
    padding: 2em 0 3.5em 0;
}

.home-link {
    width: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    padding-bottom: 10.1%;
    background-color: #F8F2FF;
    transition: .2s ease-in-out;
}

a.home-link:hover {
    background-color: #f3e2f7;
    box-shadow: 0 0px 2px #BEBEBE;
}

.home-link-inner {
    width: 100%;
}

.quick-link {
    background: #750f6d;
    background: -webkit-gradient(linear, left top, right top, from(#750f6d), to(#a65799));
    background: linear-gradient(90deg, #750f6d 0%, #a65799 100%);
    background-image: url(images/arrow-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.quick-link span {
    display: block;
    width: 100%;
    font-size: 1.875vw;
    padding-left: 15px;
    text-align: left;
    color: #fff;
}

.hl-icon {
    width: 3.385vw;
    height: 3.385vw;
    margin: 0 auto 5px;
}

.hl-title {
    display: block;
    color: #750F6D;
    text-align: center;
    font-size: 1.25vw;
}


/* Inpage */

.page-top {
    position: relative;
    padding: 5em 0;
    z-index: 2;
}

.page-top h1 {
    display: block;
    font-size: 6em;
    text-align: center;
    color: #750F6D;
}

.page-top h1:after {
    display: block;
    width: 14px;
    height: 14px;
    background: #a65799;
    background: -webkit-gradient(linear, left top, left bottom, from(#750f6d), to(#a65799));
    background: linear-gradient(180deg, #750f6d 0%, #a65799 100%);
    margin: 10px auto 0;
    content: '';
}

.grey-bg {
    background-color: #EEEEEE;
}

.text-block ol {
    list-style: none;
}

.text-block ol>li {
    list-style: auto;
    margin-left: 1em;
}

.page-template-page-parking-regulations-php .text-block ol {
    counter-reset: list-counter;
}

.page-template-page-parking-regulations-php .text-block ol>li {
    counter-increment: list-counter;
    list-style: none;
    position: relative;
}

.page-template-page-parking-regulations-php .text-block ol>li::before {
    position: absolute;
    left: -1.5em;
    content: "(" counter(list-counter, lower-alpha) ") ";
}

.text-block li {
    font-size: 2.4em;
    margin-bottom: 1em;
}

.text-block li ul {
    margin-top: 1em;
    margin-left: 1em;
}

.text-block li ul li {
    list-style-type: circle;
}

.text-block li li {
    font-size: 1em;
}

.text-block table th {
    background-color: #F8F2FF;
    font-weight: 500;
}

.text-block table th,
.text-block table td {
    padding: 18px 10px;
    border: 0;
    border-bottom: 1px solid #C7C7C8;
    -webkit-animation-fill-mode: 1.6em;
    animation-fill-mode: 1.6em;
    vertical-align: middle;
    font-size: 2em;
    text-align: left;
}

.text-block table tr:nth-child(even) td {
    background-color: #FAFAFA;
}

.page-tabs {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #C7C7C8;
    margin-bottom: 3.5em;
}

.page-tabs:first-child {
    padding-top: 3.5em;
}

.page-tabs:last-child {
    border: 0;
    margin-bottom: 0;
}

.page-tabs p:last-child {
    padding-bottom: 1.5em;
}

.page-tabs .tablinks {
    width: 81%;
}

.pt-heading {
    width: 18%;
    font-size: 2em;
    margin-top: 8px;
}

.tablink,
button.tablink {
    display: inline-block;
    font-size: 2em;
    font-family: "Basel Grotesk", "Noto Sans HK", sans-serif;
    text-align: center;
    color: #6F637E;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    padding: 8px 12px;
    margin-bottom: 15px;
    border: 0;
    cursor: pointer;
}

.tablink.active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#750f6d), to(#a65799));
    background: linear-gradient(180deg, #750f6d 0%, #a65799 100%);
}

.page-tabs-2 .tablink {
    border: 1px solid #C7C7C8;
    background-color: transparent;
}

.page-tabs-2 .tablink:hover {
    background-color: #F8F2FF;
}

.sec-heading {
    font-size: 3em;
    font-weight: 500;
    line-height: 1.2;
    color: #750F6D;
    border-bottom: 1px solid #C7C7C8;
    margin-bottom: 1em;
    padding-bottom: 9px;
}

.sec-heading:after {
    width: 32px;
    height: 3px;
    margin-top: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#750f6d), to(#a65799));
    background: linear-gradient(90deg, #750f6d 0%, #a65799 100%);
    content: '';
}

.content-section {
    margin-top: 10em;
}

.content-section:last-child {
    margin-bottom: 10em;
}

.page-id-402 .content-section:last-child {
    margin-bottom: 0;
}

.tabcontent {
    display: none;
}

.small-text {
    font-size: 83%;
}

.download-btn {
    font-size: 2em;
    color: #750F6D;
}

.pdf {
    width: 25px;
    height: 25px;
    background-image: url(images/pdf.png);
    margin-right: 8px;
}

.accordions {
    margin-top: 3em;
}

.expand-all {
    overflow: hidden;
    margin-bottom: 2em;
}

.expand-btn,
.collect-btn {
    font-size: 2em;
    color: #750F6D;
    background-color: #F8F2FF;
    background-image: url(images/plus.png);
    background-size: 10px;
    background-position: right 23px center;
    padding: 17px 40px 17px 25px;
    border: 0;
    box-shadow: 0;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.collect-btn {
    display: none;
    background-image: url(images/minus.png);
}
.reverse .expand-btn {
    display: none;
}
.reverse .collect-btn {
    display: block;
}

.accordion-row {
    margin-bottom: 2.5em;
}

h2.accordion-icon {
    color: #750F6D;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
    background-color: #EEEEEE;
    border-bottom: 0.5px solid #C7C7C8;
    padding: 15px 20px;
    background-image: url(images/plus.png);
    background-size: 20px;
    background-position: right 20px center;
    text-decoration: none;
    cursor: pointer;
}

h2.accordion-icon.active {
    background-image: url(images/minus.png);
}

.accordion-details {
    display: none;
    padding: 23px 20px;
    border: 0.5px solid #C7C7C8;
}

.accordion-details p {
    margin-bottom: 0.5em;
}

.accordion-details ol {
    counter-reset: list-counter;
    list-style: none;
}

.accordion-details ol>li {
    counter-increment: list-counter;
    margin-left: 1em;
}

.accordion-details ol>li::before {
    position: absolute;
    left: 0;
    display: block;
    content: "(" counter(list-counter, lower-alpha) ") ";
}

.accordion-details li {
    font-size: 2.4em;
    margin-bottom: 1em;
}

.accordion-details li ul {
    margin-top: 1em;
    margin-left: 1em;
}

.accordion-details li ul li {
    list-style-type: circle;
}

.accordion-details li li {
    font-size: 1em;
}

.accordion-details p,
.accordion-details li {
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.78;
    text-align: justify;
}

.accordion-details ul {
    margin-bottom: 4em;
}

.accordion-details ul:last-child {
    margin-bottom: 0;
}

.accordion-details a.download-btn {
    display: block;
    margin-bottom: 1.2em;
    text-decoration: none;
}

.dd-left {
    /* width: calc(95% - 150px); */
    flex-grow: 0;
    flex-shrink: 1;
}

.dd-right {
    width: 150px;
    flex-shrink: 0;
}

.dd-right-heading {
    display: none;
}

.accordions-new .dd-left {
    padding-right: 30px;
}
.accordions-new .dd-right {
    width: 200px;
    padding: 20px;
    background-color: #F8F2FF;
}
.accordions-new .dd-right-heading {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 1.7em;
    text-transform: uppercase;
}

.form-wrapper {
    padding: 6em 0;
    max-width: 960px;
}

.custom-form {
    background-color: #fff;
    padding: 5em 4em;
}

.custom-form label {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.2;
}

.custom-form input {
    font-size: 2em;
}

.custom-form input[type="submit"] {
    font-size: 2em;
    color: #fff;
    padding: 12px 70px;
    background: #4C0A47;
    background: -webkit-gradient(linear, left top, left bottom, from(#4C0A47), to(#6C3963));
    background: linear-gradient(180deg, #4C0A47 0%, #6C3963 100%);
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.submit-btn {
    overflow: hidden;
    padding-top: 7.5em;
    cursor: pointer;
}

.form-section {
    margin-bottom: 8em;
}

.form-section .sec-heading {
    margin-bottom: 1.5em;
}

.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7em;
}

.form-group label {
    width: 30%;
}

.form-group label .small-label {
    display: block;
    font-size: 0.8em;
}

.form-group input[type="text"],
.form-group input[type="number"],
.form-group textarea {
    width: 70%;
    height: 44px;
    padding: 5px 10px;
    border: 1px solid #C7C7C8;
    border-radius: 4px;
}

.form-group textarea {
    height: 132px;
    font-size: 2em;
}

input[type="email"] {
    width: 100%;
    height: 44px;
    padding: 5px 10px;
    border: 1px solid #C7C7C8;
}

.date-container {
    height: 44px;
}

.file-upload {
    width: 70%;
}

.file-upload input[type="file"] {
    display: inline-block;
    margin-right: 10px;
    width: 270px;
}

.two-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.tc-col {
    width: 49%;
}

.tc-col input[type="text"] {
    width: 100%;
}

.small-label {
    font-size: 1.8em;
    font-weight: 300;
    margin-top: 3px;
}

.form-note {
    border-top: 1px solid #C7C7C8;
    border-bottom: 1px solid #C7C7C8;
    padding: 2em 0;
}

.form-note h2 {
    font-size: 2.1em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.form-note li {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.2;
}

.contact-info {
    padding-top: 1em;
}

.contact-info p {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.2;
    margin-right: 2em;
}

.primary-btn {
    font-size: 2em;
    color: #fff;
    padding: 12px 70px;
    background: #4C0A47;
    background: -webkit-gradient(linear, left top, left bottom, from(#4C0A47), to(#6C3963));
    background: linear-gradient(180deg, #4C0A47 0%, #6C3963 100%);
    border-radius: 5px;
    float: right;
}

.popup-trigger {
    display: none;
}

.popup {
    display: none;
    width: 90%;
    max-width: 960px;
    padding: 5em 4em 4em 4em;
    margin: 0 auto;
}

.popup-heading {
    margin-bottom: 0.7em;
}

.popup-heading h2 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
}

.popup-text {
    padding: 0px 0px 80px 0px;
    font-size: 2em;
}

.popup-text p {
    font-size: 1em;
}

.popup-text ol {
    list-style: decimal;
    margin-left: 1em;
}

.popup-text ol li {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 5px;
}

.popup p {
    text-align: left;
}

.popup .fancybox-close-small,
.popup-btn {
    top: auto;
    bottom: 0;
    right: 12px;
    color: #750F6D;
    right: 25px;
    bottom: 3em;
    font-size: 1em;
    color: #fff;
    padding: 12px 70px;
    background: #4C0A47;
    background: -webkit-gradient(linear, left top, left bottom, from(#4C0A47), to(#6C3963));
    background: linear-gradient(180deg, #4C0A47 0%, #6C3963 100%);
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.popup .fancybox-close-small {
    display: none;
}

.date-picker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.date-picker input {
    background-position: right 10px center;
    background-image: url(images/calendar.png);
    background-size: 14px;
}

.time-picker input {
    background-image: url(images/time.png);
}

.tabcontent {
    display: none;
}

.locations {
    width: 26.5%;
}

.locations h2 {
    background: #4C0A47;
    background: -webkit-gradient(linear, left top, right top, from(#4C0A47), to(#6C3963));
    background: linear-gradient(90deg, #4C0A47 0%, #6C3963 100%);
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 10px 12px 7.7%;
}

.location-details {
    width: 73.5%;
}

.location-item {
    border-bottom: 1px solid #e0e0e0;
}

.location-item .accordion-icon {
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 20px 12px 7.7%;
    cursor: pointer;
}

.location-item .accordion-icon:hover {
    background-color: #F8F2FF;
}

.location-item .accordion-icon:before {
    width: 14px;
    height: 14px;
    background-image: url(images/arrow.png);
    background-position: left center;
    margin-right: 8px;
    transform: rotate(180deg);
    content: '';
}

.location-item .accordion-icon span {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

.location-item .accordion-icon p {
    text-align: left;
}

.location-item .accordion-details {
    border: 0;
    padding: 0 20px 10px 40px;
}

.location-item p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.location-item p:last-child {
    margin-bottom: 0;
}

.location-item.active {
    background-color: #F8F2FF;
}

.location-item.active .accordion-icon {
    color: #750F6D;
}

.location-item.active .accordion-icon:before {
    transform: rotate(0deg);
}

.tabcontents {
    min-height: 600px;
}

.location-details.tabcontents {
    padding-right: 29px;
}

.location-details.tabcontents .tabcontent {
    position: relative;
}

.tooltip {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 2.031vw;
    height: 2.031vw;
    min-width: 24px;
    min-height: 24px;
    border-radius: 5px;
    border: 3px solid transparent;
}

.tooltip:hover {
    border: 3px solid #fff;
}

.parking-tooltip-1 {
    top: 55.05%;
    left: 35.35%;
}

.parking-tooltip-2 {
    top: 71.3%;
    left: 82.8%;
}

.parking-tooltip-3 {
    top: 41.88%;
    left: 51.6%;
}

.parking-tooltip-4 {
    top: 39.45%;
    left: 62%;
}

.parking-tooltip-5 {
    top: 38.2%;
    left: 40.8%;
}

.parking-tooltip-6 {
    top: 65.8%;
    left: 68.3%;
}

.parking-tooltip-7 {
    top: 29.1%;
    left: 20.35%;
}

.parking-tooltip-8 {
    top: 11%;
    left: 52.9%;
}

.parking-tooltip-9 {
    top: 30.9%;
    left: 25%;
}

.parking-tooltip-10 {
    top: 51.1%;
    left: 70.1%;
}

.parking-tooltip-11 {
    top: 54.1%;
    left: 70.1%;
}

.parking-tooltip-12 {
    top: 3.9%;
    left: 36.35%;
}

.btns .primary-btn {
    float: unset;
}

.search-result-title {
    font-size: 2.4em;
    color: #403054;
}

.search-result-link {
    font-size: 2em;
}

.search-result {
    display: block;
    padding-bottom: 3em;
}

.search-page-count {
    margin-bottom: 1em;
}

.nav-links {
    font-size: 1.8em;
    margin-top: 2em;
}

.nav-links .page-numbers,
.nav-links a {
    padding: 10px;
}

.news-list {
    padding-bottom: 10em;
}

.news-list .hnl-item {
    display: block;
    padding: 20px 40px 20px 10px;
    font-size: 2.2em;
    background-position: right 15px center;
    border-bottom: 1px solid #dbdbdb;
    transition: .2s ease-in-out;
}

.news-list .hnl-item:hover {
    background-color: #f3e2f7;
}

.text-block .hnl-date {
    margin-bottom: 2em;
    display: block;
    font-size: 2.2em;
}

.back-btn {
    display: inline-block;
    color: #403054;
    background: #f5f5f5;
    margin-top: 7em;
    margin-bottom: 7em;
    float: unset;
}

.back-btn:hover {
    background-color: #e2e2e2;
}

.message .success {
    display: block;
    font-size: 2em;
    margin-bottom: 3em;
    padding: 17px;
    color: #fff;
    background-color: #a14f93;
}

.message .error {
    font-size: 2em;
    margin-bottom: 3em;
    padding: 17px;
    color: #fff;
    background-color: #333133;
}

.news-heading {
    background-color: #EEEEEE;
    padding: 3em 0 5em 0;
}

h2.news-heading {
    color: #750f6d;
    font-weight: 500;
    text-align: center;
}

.news-bg {
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(images/news-bg.jpg);
    padding-top: 4em;
}

.page-template-default .content {
    width: 100%;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(images/bottom-bg.jpg);
}

.page-template-default .content .content-section:first-child {
    margin-top: 1em;
}

.news-bg .text-block {
    box-shadow: 0 2px 11px #eee;
    padding: 3em;
    background-color: #fff;
    margin-top: -11em;
}

.content-block {
    box-shadow: 0 -3px 11px #eee;
    padding: 3em;
    background-color: #fff;
}

.news-bg .back-btn {
    margin-top: 3em;
}

.programme-wrapper>.sec-padding:last-child {
    padding-bottom: 4em;
    margin-bottom: 7em;
}

.text-block .hnl-date {
    width: 100%;
}

.locale-zh-hk .htl-inner h2 {
    width: 100%;
}

.locale-zh-hk .hnl-date {
    width: 136px;
}

.video-rows {
    margin-top: 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-row {
    flex-basis: 32%;
    margin-bottom: 2%;
}

.vr-inner {
    position: relative;
    display: block;
    background-color: #e2e2e2;
    width: 100%;
    padding-bottom: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.vr-inner:after {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 15%;
    padding-bottom: 15%;
    background-size: 100%;
    background-image: url(images/play.png);
    content: '';
    transform: translate(-50%, -50%);
    opacity: .7;
    transition: 0.3s ease-in-out;
}

.vr-heading {
    position: absolute;
    display: block;
    font-size: 2em;
    text-align: center;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

.vr-inner:hover {
    box-shadow: 0 3px 10px #f0f0f0;
}

.vr-inner:hover:after {
    opacity: 0;
}

.vr-inner:hover .vr-heading {
    background-color: rgba(255, 255, 255, 0.9);
}

.vr-video-container {
    width: 90%;
    max-width: 768px;
    padding: 30px!important;
}

.vr-video-container .fancybox-close-small:after {
    right: 0;
    top: 0;
    font-size: 24px;
    border-radius: none;
}

.vr-video {
    width: 100%;
}

.vr-video video {
    width: 100%;
    padding-bottom: 56%;
}


/*
.page-bg:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    display: block;
    background-color: #EEEEEE;
    content: '';
}*/


/*# sourceMappingURL=style.css.map */

.restricted-content-container {
    position: relative;
    padding: 80px;
    z-index: 2;
}

.restricted-content li {
    font-size: 2.4em;
}

.mobile-menu {
    display: none;
}


/* from "Additional CSS" */


/*
.hnl-item:nth-child(odd){
    background-color:#F8F2FF;
}
 
.ht-right {
    background-color:#fff;
}
.hnl-item {
    display: flex;
    justify-content: space-between;
}

.hnl-item a {
    display: block;
    width: calc(96% - 5.729vw);
}
.locale-zh-hk .hnl-item a {
    display: block;
    width: calc(96% - 7.083vw);
}

.hnl-date {
    width:110px;
    margin-right:0;
}

.text-block .hnl-date {
    width:100%;
}
.locale-zh-hk .htl-inner h2 {
    width: 100%;
} 
.locale-zh-hk .hnl-item .hnl-date {
    width: 8em;
}
*/

.with-admin-bar .header {
    top: 32px;
}

.file-input {
    display: inline-block;
    margin-right: 10px;
    width: 270px;
}

#attachment {
    display: none;
}

.file-button {
    display: inline-block;
    width: auto!important;
    border: 1px solid;
    padding: 3px 6px;
    font-size: 2em!important;
    border-radius: 3px;
    background-color: #efefef;
}

.file-name {
    display: inline-block;
    font-size: 2em;
    margin-left: 10px;
}

.file-button:hover {
    background-color: #dcdbdb;
}

@media screen and (max-width: 782px) {
    .with-admin-bar .header {
        top: 46px;
    }
}


/* INTERACTIVE MAP */

.map-container {
    position: relative;
    width: 100%;
}

.map-base {
    display: block;
    width: 100%;
}

.map-names {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}


/*
.map-start {
    position: absolute;
    left: 25.18%;
    top: 55.99%;
    width: 3.7%;
    height: 0;
    padding-bottom: 3.7%;
    background: url('images/map-start@2x.png') no-repeat center center;
    background-size: contain;
    z-index: 3;
}
*/

.map-entrance {
    position: absolute;
    width: 3.7%;
    height: 0;
    padding-bottom: 3.7%;
    background: url('images/map-start@2x.png') no-repeat center center;
    background-size: contain;
    z-index: 3;
    cursor: pointer;
}

.map-pin {
    position: absolute;
    width: 2.8%;
    height: 0;
    padding-bottom: 2.8%;
    cursor: pointer;
    background: url('images/map-pin@2x.png') no-repeat center center;
    background-size: contain;
    z-index: 3;
}

.map-route {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
    animation: draw 2s forwards;
}

@keyframes draw {
    from {
        stroke-dasharray: 0, 1200;
    }
    to {
        stroke-dasharray: 1200, 0;
    }
}


/*
#map-pin-1 {
    left: 33.0%;
    top: 54.7%;
}
#map-pin-2 {
    left: 81.2%;
    top: 71.3%;
}
#map-pin-3 {
    left: 49.5%;
    top: 41.4%;
}
#map-pin-4 {
    left: 60.1%;
    top: 38.9%;
}
#map-pin-5 {
    left: 58.7%;
    top: 35.7%;
}
#map-pin-6 {
    left: 38.6%;
    top: 37.6%;
}
#map-pin-7 {
    left: 66.3%;
    top: 65.6%;
}
#map-pin-8 {
    left: 17.8%;
    top: 28.3%;
}
#map-pin-9 {
    left: 50.9%;
    top: 9.8%;
}
#map-pin-10 {
    left: 22.6%;
    top: 30.1%;
}
#map-pin-11 {
    left: 68.3%;
    top: 50.8%;
}
#map-pin-12 {
    left: 68.3%;
    top: 53.8%;
}
#map-pin-13 {
    left: 34.1%;
    top: 2.7%;
}
#map-pin-14 {
    left: 74.8%;
    top: 71.2%;
}
*/

a.location-text {
    display: block;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
    padding: 25px 20px 25px 7.7%;
}

.list-entry {
    display: block;
    padding: 20px;
}

h2.list-entry-title {
    font-size: 2.2em;
}


/*
h2.list-entry-title:after {
    display: inline-block;
    content: '>';
    color: #888;
    padding-left: 10px;
}
*/

.list-entry:nth-child(even) {
    background-color: #EEE;
}

.list-entry:hover {
    background-color: #F8F2FF;
}

.download-btn {
    display: block;
    margin-bottom: 15px;
}

.menu-main-menu-container>ul>li:nth-last-child(2):hover>ul,
.menu-main-menu-container>ul>li:last-child:hover>ul {
    left: unset;
    right: 0;
}

.text-block-new {
    overflow: hidden;
}
.dd-left {
    float: left;
    width: calc(100% - 180px);
}
.dd-right {
    float: right;
    padding-right: 30px;
}