/* Fonts */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsw-I1hc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* latin-ext */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsA-I1hc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'aslsicons2';
    src: url('fonts/icons2.eot');
    src: url('fonts/icons2.eot?#iefix') format('embedded-opentype'), url('fonts/icons2.woff2') format('woff2'), url('fonts/icons2.woff') format('woff'), url('fonts/icons2.ttf') format('truetype'), url('fonts/icons2.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* END Fonts */


/* All */


/* #wpadminbar {
  display: none;
} */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    background-color: black;
}

select,
textarea,
input,
button {
    font-family: 'Crimson Pro', serif;
}

html.zh_HK body,
html.zh_HK select,
html.zh_HK textarea,
html.zh_HK input,
html.zh_HK button {
    font-family: 'Crimson Pro', 'Noto Sans TC', serif;
    font-weight: 400;
}

html.zh_CN body,
html.zh_CN select,
html.zh_CN textarea,
html.zh_CN input,
html.zh_CN button {
    font-family: 'Crimson Pro', 'Noto Sans SC', serif;
}

html.zh_HK select,
html.zh_HK textarea,
html.zh_HK input,
html.zh_HK button,
html.zh_CN select,
html.zh_CN textarea,
html.zh_CN input,
html.zh_CN button {
    font-weight: 400;
}

body.menu-open {
    overflow: hidden;
}

body,
.container {
    min-width: 300px;
    /* temp */
}

.site-title {
    display: none;
}

.wrapper {
    padding: 0 60px;
}

table.no-border {
    border: 0;
}

table.no-border th,
table.no-border td {
    border: 0;
    padding: 0 10px 0 0;
}


/* END All */


/* Header */

.site-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    z-index: 100;
}

.site-popup-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 105%;
    padding: 0 60px;
    opacity: 0;
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    100% {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.site-popup-menus {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    /* temp */
    justify-content: space-between;
    flex: 1;
}

.site-popup-secondary-menu {
    position: fixed;
    left: 30px;
    bottom: 40px;
}

.site-popup-secondary-menu ul {
    display: flex;
    padding-left: 41px;
    background: url('images/arrow-white.png') no-repeat left center;
    background-size: 21px 7px;
}

.site-popup-secondary-menu li+li {
    margin-left: 20px;
}

.site-popup-secondary-menu li a {
    color: white;
    font-size: 1.4em;
}

.site-popup-copyright {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: white;
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.8;
    text-align: right;
}

.top-menu-container {
    width: 336px;
    /* padding-right: 100px; */
}

.main-menu-left-container {
    width: 500px;
    padding-right: 20px;
}

.main-menu-right-container {
    width: 396px;
    padding-right: 20px;
}

.main-menu>ul>li+li {
    margin-top: 4em;
}

.main-menu ul ul ul {
    display: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #363636;
    margin-bottom: 8px;
}
.main-menu ul ul ul ul {
    display: block;
    margin-left: 1.5em;
}

.top-menu li a,
.top-menu li span,
.main-menu li a,
.main-menu li span {
    display: block;
    width: 100%;
    color: white;
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.top-menu>ul>li>a,
.top-menu>ul>li>span,
.main-menu>ul>li>a,
.main-menu>ul>li>span {
    font-size: 3em;
    text-transform: uppercase;
}

.top-menu ul li.active>a,
.top-menu ul li.active>span,
.top-menu ul li a:hover,
.main-menu ul li.active>a,
.main-menu ul li.active>span,
.main-menu ul li a:hover {
    color: #FF5A00;
}

.main-menu>ul>li>a.active,
.main-menu>ul>li>a:hover {
    color: white;
    cursor: default;
}

.main-menu ul ul li.menu-item-has-children>a {
    position: relative;
}

ul.main-menu > ul > li.menu-item-has-children>a:after {
    display: block;
    position: absolute;
    left: 255px;
    top: 4px;
    line-height: 1;
    content: '\002B';
    color: white;
}

.main-menu>ul>li>ul>li>a {
    font-size: 1.7em;
}

.main-menu ul ul li.menu-item-has-children.active>a:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #FF5A00;
}

.language-switcher li a {
    color: white;
    font-size: 1.5em;
    line-height: 2;
}

.language-switcher li.active {
    display: none;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
}
body.admin-bar .header {
    top: 32px;
}
body.scrolled .header {
    background-color: hsla(60, 20%, 97%, .6);
    backdrop-filter: blur(20px);
}

body.scrolled.menu-open .header,
body.menu-open .header {
    background-color: black;
    backdrop-filter: none;
}

.header-wrapper {
    display: flex;
    width: 100%;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.header-logo {
    display: block;
    width: 85px;
    height: 60px;
    position: relative;
}

.header-logo-light,
.header-logo-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: opacity;
    transition: opacity 0.2s ease-in-out;
}

html.top .header-logo-dark,
html.top body.scrolled .header-logo-light,
html.top body.home .header-logo-light,
html.bottom .header-logo-light,
body.menu-open .header-logo-dark,
html.top body.scrolled.menu-open .header-logo-dark,
html.top body.home.menu-open .header-logo-dark {
    opacity: 0;
}

html.top body.scrolled .header-logo-dark,
html.top body.home .header-logo-dark,
body.menu-open .header-logo-light,
html.top body.scrolled.menu-open .header-logo-light,
html.top body.home.menu-open .header-logo-light {
    opacity: 1;
}

.header-right {
    position: relative;
    display: flex;
    color: white;
    align-items: center;
}

.header-search-popup {
    display: none;
    position: absolute;
    width: 240px;
    right: 0;
    top: 100%;
    padding-top: 10px;
}

.asp_nores_header {
    font-size: 15px !important;
}

#ajaxsearchpro4_1,
#ajaxsearchpro4_2,
div.asp_m.asp_m_4 {
    border-radius: 20px !important;
}

.header-search {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    top: -1px;
    margin-right: 16px;
    cursor: pointer;
}

.header-search-light,
.header-search-dark {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.2s ease-in-out;
}

html.bottom .header-search-dark,
html.top body.scrolled .header-search-dark,
.header-search-light,
html.bottom body.menu-open .header-search-light,
html.top body.scrolled.menu-open .header-search-light {
    opacity: 1;
}

body.page-template-page-voice .header-search,
body.single-voicedetails .header-search {
    display: none;
}

.header-menu {
    display: flex;
    font-size: 1.5em;
    align-items: center;
    cursor: pointer;
    will-change: color;
    transition: color 0.2s ease-in-out;
}

.menu-open .header-menu {
    background-image: url(images/main-menu-close@2x.png);
    background-size: cover;
    font-size: 0;
    width: 18px;
    height: 18px;
}

.header-menu a {
    color: black;
}

html.bottom .header-menu,
html.top body.scrolled .header-menu {
    color: black;
}

.header-menu,
html.bottom body.menu-open .header-menu,
html.top body.scrolled.menu-open .header-menu {
    color: white;
}

.header-menu .deco {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    will-change: background-color;
    transition: background-color 0.2s ease-in-out;
}

.header-menu .deco:first-child {
    margin-left: 16px;
}

.header-menu .deco+.deco {
    margin-left: 4px;
}

html.bottom .header-menu .deco,
html.top body.scrolled .header-menu .deco {
    background-color: black;
}

.header-menu .deco,
html.bottom body.menu-open .header-menu .deco,
html.top body.scrolled.menu-open .header-menu .deco {
    background-color: white;
}


/* End Header */


/* Footer */

.footer {
    background: black;
    font-weight: 400;
}

.footer-top {
    display: flex;
}

.footer-top-left {
    width: 36%;
    padding: 30px;
}

.footer-top-middle {
    width: 38%;
    padding: 30px;
    /*border-left: 1px solid #363636;*/
    overflow: hidden;
}

.footer-top-right {
    width: 26%;
    padding: 30px;
    border-left: 1px solid #363636;
    text-align: right;
}

.footer-bottom {
    display: flex;
    padding: 30px;
    border-top: 1px solid #363636;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.footer-logos {
    display: flex;
    clear: both;
}

.footer-logo+.footer-logo {
    margin-left: 20px;
}

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

.footer-top-secondary-menu {
    float: right;
}

.footer-top-secondary-menu ul {
    display: flex;
    padding-left: 41px;
    background: url('images/arrow-white.png') no-repeat left center;
    background-size: 21px 7px;
}

.footer-top-secondary-menu li+li {
    margin-left: 20px;
}

.footer-top-secondary-menu li a {
    color: white;
    font-size: 1.4em;
}

.back-to-top {
    padding-left: 30px;
    color: white;
    font-size: 1.4em;
    margin-bottom: 40px;
    background: url('images/back-to-top@2x.png') no-repeat left center;
    background-size: 16px 16px;
    scroll-behavior: smooth;
}

.copyright {
    font-size: 1.3em;
    color: white;
    padding-right: 30px;
}

.bottom-menu ul {
    display: flex;
}

.bottom-menu li+li {
    margin-left: 20px;
}

.bottom-menu li a {
    color: white;
    font-size: 1.4em;
    text-transform: uppercase;
}

.bottom-menu li a:hover {
    text-decoration: underline;
}


/* END Footer */


/* Content */

html.bottom .main {
    background-color: white;
}

body.page-template-page-voice .main,
body.single-voicedetails .main {
    background-color: #f6f6f6;
}

.content {
    background: white;
    min-height: 600px;
    /* temp */
    padding-bottom: 1px;
    /* margin-bottom: 220px; */
}

.content-wrapper {
    padding: 0 120px 120px 120px;
}

html.bottom .content {
    max-width: 990px;
    margin: 0 auto;
}

body.page-template-page-voice .content,
body.single-voicedetails .content {
    max-width: 1320px;
}

body.page-template-page-voice .content,
body.single-voicedetails .content {
    background-color: #f6f6f6;
}

html.bottom .content-wrapper {
    padding: 0;
}

body.page-template-page-voice .content-wrapper,
body.single-voicedetails .content-wrapper {
    padding: 0 60px;
}

.bottom-banner {
    height: 0;
    padding-bottom: 25%;
    background-position: center top;
    background-size: cover;
}

.narrow-table {
    max-width: 800px;
}


/* END Content */


/* Page top */

.page-title-container {
    margin: 0 auto;
    padding: 120px 60px 130px 60px;
    color: white;
    text-align: center;
}

.page-title-container-empty {
    padding-bottom: 220px;
}

body.page-template-page-join .page-title-container,
body.page-template-page-team .page-title-container {
    padding-bottom: 400px;
    /* 500 */
}

html.bottom .page-title-container {
    max-width: 990px;
    margin: 0 auto;
    padding: 120px 0 50px 0;
    color: black;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}

body.page-template-page-voice .page-title-container,
body.single-voicedetails .page-title-container {
    max-width: 1320px;
    padding: 120px 60px 50px 60px;
}

.parent-title {
    font-size: 1.3em;
    line-height: 1.7;
    margin-bottom: 10px;
    text-shadow: 0 1px 3px rgb(20 20 20 / 70%);
}

.page-title {
    text-transform: uppercase;
    font-size: 2.8em;
    line-height: 1.1;
    text-shadow: 0 1px 3px rgb(20 20 20 / 70%);
}

.page-title a {
    color: black;
}

.page-title a:hover {
    color: #FF5A00;
}

.page-menu-container {
    background: rgba(0, 0, 0, 0.2);
    padding: 33px 0;
}

body.page-template-page-team .page-menu-container {
    background: rgba(0, 0, 0, 0.5);
}

.page-menu ul {
    display: flex;
    padding-left: 60px;
    background: url('images/arrow-white.png') no-repeat left center;
    background-size: 21px 7px;
}

.page-menu li {
    position: relative;
    color: white;
    font-size: 1.5em;
    line-height: 1.7;
}

.page-menu .page-menu-item,
.page-menu .page-menu-subitem {
    cursor: pointer;
}

.page-menu li+li {
    margin-left: 80px;
}
.page-template-page-team .page-menu li + li {
    margin-left: 40px;
}

.page-menu .page-menu-item.active,
.page-menu .page-menu-subitem.active,
.page-menu .page-menu-item.mobile-active,
.page-menu .page-menu-subitem.mobile-active {
    color: #FF5A00;
}

.page-menu .page-menu-item a:hover,
.page-menu .page-menu-subitem a:hover,
.page-menu .page-menu-item span:hover,
.page-menu .page-menu-subitem span:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-skip-ink: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

/* .page-menu .page-menu-item.active a:hover:after,
.page-menu .page-menu-subitem.active a:hover:after {
    background-color: #FF5A00;
} */


/*.page-menu-subitem + .page-menu-subitem:before {
content: ' / ';
}*/

.page-menu-subitem-container:last-child .page-menu-subitem-separator {
    display: none;
}

.page-menu-item a {
    font-size: 1em;
    color: white;
}

.page-menu-item.active a,
.page-menu-subitem.active a,
.page-menu-item.active span,
.page-menu-subitem.active span,
.page-menu-item.mobile-active span,
.page-menu-subitem.mobile-active span {
    color: #FF5A00;
}

.page-menu li.mobile-active {
    display: none;
}

.page-image {
    padding: 50px 0;
}

.page-image {
    margin: 0 auto;
}

.page-text+.page-image {
    padding-top: 0;
}

.page-text {
    padding: 50px 0;
	overflow: hidden;
}

.tab-content>.page-text:first-child {
    padding-top: 20px;
}

.page-heading+.page-text,
.page-image+.page-text,
.tab-heading+.page-text {
    padding-top: 0;
}

.page-text .table-wrapper,
.page-text .table {
    margin: 50px 50px 80px 50px;
}

.page-text table {
    width: 100%;
    min-width: 240px;
    table-layout: auto;
    border-collapse: collapse;
}

.page-text th {
    padding: 10px;
    font-size: 1.7em;
    font-weight: 700;
    text-align: left;
    border: 1px solid #f2f2f2;
    vertical-align: middle;
}

.page-text td {
    padding: 10px;
    font-size: 1.7em;
    text-align: left;
    border: 1px solid #f2f2f2;
}

.page-text p,
.ptb-text p {
    line-height: 1.7;
}

.page-text p a,
.page-text li a,
.page-text th a,
.page-text td a,
.ptb-text p a,
.ptb-text li a,
.ptb-text th a,
.ptb-text td a,
.accordion-row .a-text p a,
.join-table a,
.mt-info-text p a,
.pr-tel a,
.pr-email a,
.ve-details-text p a {
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-decoration-skip-ink: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.page-text ul,
.ptb-text ul {
    margin: 0 0 10px 15px;
    padding: 0;
    list-style: none;
    list-style-image: url('images/bullet.jpg');
}

.page-text li,
.ptb-text li {
    font-size: 1.5em;
    padding-left: 10px;
    margin-bottom: 0.8em;
}

.page-text-blocks {
    overflow: hidden;
}

.page-text-block {
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-bottom: 60px;
}

.page-text-block:nth-child(2n+2) {
    margin-right: 0;
}

.ptb-heading {
    display: flex;
    align-items: center;
    height: 70px;
    line-height: 1.2;
    font-size: 1.5em;
    font-weight: 700;
    border-bottom: 1px solid #f2f2f2;
}
.ptb-heading-inner {
    display: flex;
    align-items: flex-start;
}

.ptb-text {
    padding: 24px 0 15px 0;
}


/* END Page top */


/* Tab */

.tab-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    z-index: -1;
}

.tab-bg#tab-bg-1 {
    display: block;
}

body.page-template-page-team .tab-bg {
    background-color: #d8521f;
    background-position: center -120px;
}

.tab-content {
    display: none;
    padding-top: 30px;
}

.tab-content:first-child {
    display: block;
}

.single-tab {
    padding-bottom: 40px;
}

.tab-heading {
    font-size: 2.3em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 0;
}

.page-heading {
    padding: 30px 0;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    /*
display: flex;
height: 70px;
align-items: center;
*/
}

.tab-content>div.page-links:first-child {
    padding-top: 40px;
}

.page-links ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    list-style: none;
    border-top: 1px solid #f2f2f2;
}

.page-links ul li {
    width: 31%;
    margin-right: 3.5%;
    border-bottom: 1px solid #f2f2f2;
}

.page-links ul li:nth-child(3n+3) {
    margin-right: 0;
}

.page-link {
    position: relative;
    display: flex;
    font-size: 1.5em;
    color: black;
    height: 70px;
    align-items: center;
}

.page-link.with-link {
    background: url('images/arrow-black.png') no-repeat right center;
    background-size: 21px 7px;
}

.page-link-bi,
.page-link-bi.with-link {
    background: none;
}

.page-link.with-link:after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    bottom: 0;
    width: 38px;
    height: 1px;
    background-color: black;
    will-change: width;
    transition: width 1s ease;
}

.page-link.with-link:hover:after {
    width: 100%;
}

.page-link-tag {
    width: 70px;
    padding: 4px 10px;
    margin: 0 70px 0 10px;
    color: #fff;
    background: #000;
    font-size: 0.7em;
    text-align: center;
}

.page-link-bi .page-link-tag {
    margin-right: 0;
}

html.zh_HK .page-link-tag,
html.zh_CN .page-link-tag {
    font-weight: 400;
}

.page-link-text {
    flex: 1;
}

.page-link>a {
    display: block;
    width: 100%;
    color: black;
    flex: 1;
    padding-right: 40px;
}

.page-sublinks {
    width: 70px;
    text-align: right;
}

.page-sublink {
    color: black;
}

.page-sublink:hover {
    color: #ff5a00;
}

.accordion-rows {
    margin-bottom: 60px;
}

.accordion-row {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.accordion-topic {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 1.7em;
    line-height: 1.5;
    min-height: 70px;
    cursor: pointer;
    align-items: center;
    padding: 20px 20px 20px 0;
}

.accordion-topic:after {
    content: '\002B';
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: 5px;
    will-change: transform;
    transition: transform 0.1s;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-topic.active:after {
    color: #FF5A00;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.accordion-topic-inner {
    display: flex;
    align-items: baseline;
    white-space: pre-line;
}

.accordion-details {
    display: none;
    padding-bottom: 25px;
}

.accordion-details ul {
    list-style: disc inside;
    margin-bottom: 15px;
    margin-left: 0.5em;
}
.accordion-details ol {
    list-style: decimal inside;
    margin-bottom: 15px;
    margin-left: 0.5em;
}
.accordion-details li,
.accordion-details th,
.accordion-details td {
    font-size: 1.7em;
}
.accordion-details th,
.accordion-details td {
    border: 1px solid black;
    padding: 5px 10px;
}
.accordion-details li li,
.accordion-details li p,
.accordion-details li th,
.accordion-details li td,
.accordion-details p li,
.accordion-details p th,
.accordion-details p td,
.accordion-details th th,
.accordion-details th td,
.accordion-details td th,
.accordion-details td td {
    font-size: 1em;
}

.accordion-details-inner {
    display: flex;
    align-items: baseline;
}

.accordion-row .a-prefix,
.accordion-row .a-text p {
    font-size: 1.7em;
    line-height: 1.5;
}

.a-text {
    padding-right: 40px;
}

.a-text ul {
    font-size: 1.7em;
    list-style: disc inside;
    margin-bottom: 15px;
}

.a-text ol {
    font-size: 1.6em;
    list-style: decimal inside;
    margin-bottom: 15px;
}


/* END Tab */


/* Home */

.arrow-scroll {
    position: fixed;
    left: 50%;
    bottom: 4rem;
    z-index: 99;
    animation: arrowScroll 1.25s ease infinite;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.arrow-scroll:before {
    color: #fff;
    content: '╲╱';
    font-size: 2rem;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: 2px 2px 4px black;
    opacity: 0.8;
}

@keyframes arrowScroll {
    50% {
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.home-top {
    position: relative;
    height: 630px;
}

.home-top-col {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    will-change: width;
    transition: width 0.5s;
}

.home-top-col-1 {
    left: 0;
    background-color: white;
}

.home-top-col-2 {
    right: 0;
    background-color: #ff5a00;
}

@media (min-width: 768px) {
    .home-top-col:hover {
        width: 55%;
        z-index: 3;
    }
}

.home-site-name {
    position: absolute;
    right: 30px;
    top: 21px;
    font-size: 1.4em;
    line-height: 1;
    width: 93px;
    text-align: left;
}

.home-top-slogan {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
    color: #ff5a00;
    font-weight: 500;
    line-height: 1;
    font-size: 3em;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-top-secondary-menu {
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.home-top-secondary-menu ul {
    display: flex;
    padding-left: 41px;
    background: url('images/arrow-black.png') no-repeat left center;
    background-size: 21px 7px;
}

.home-top-secondary-menu li+li {
    margin-left: 20px;
}

.home-top-secondary-menu li a {
    font-size: 1.5em;
    color: black;
}

.zh_HK .home-top-secondary-menu li.smaller a,
.zh_CN .home-top-secondary-menu li.smaller a {
    top: 0.18em;
    position: relative;
    font-size: 1.3em;
}

.home-top-slider,
.home-top-slider-container .bx-wrapper,
.home-top-slider-container .bx-viewport,
.home-top-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-top-slide {
    width: 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.home-middle-wrapper {
    width: 100%;
    padding: 55px 30px;
}

.home-bulletin-container {
    display: flex;
}

.home-bulletin-heading {
    flex-basis: calc(15% - 25.5px);
    max-width: calc(15% - 25.5px);
    color: white;
    font-size: 2.4em;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
}

.home-bulletin-entries {
    flex: 1;
}

.home-bulletin-entry {
    position: relative;
    display: block;
    padding: 15px 30px 15px 0;
    font-size: 1.7em;
    color: white;
    line-height: 1.8;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    background: url('images/arrow-white.png') no-repeat right center;
    background-size: 21px 7px;
}

.home-bulletin:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #fff;
    width: 100px;
    will-change: width;
    transition: width 1s ease;
}

.home-bulletin:hover:after {
    width: 100%;
}

.home-bottom {
    background-color: white;
}

.voice-entries-container {
    padding: 40px 0 120px 0;
}

.home-bottom-wrapper>.voice-entries-container {
    padding: 60px;
}

.voice-entries {
    display: flex;
    flex-wrap: wrap;
}

.voice-entry {
    position: relative;
    width: 31.3333%;
    margin: 0 1% 4% 1%;
}

.voice-entry:nth-child(9n+1),
.voice-entry:nth-child(9n+2) {
    width: 48%;
}

.voice-entry:nth-child(9n+6),
.voice-entry:nth-child(9n+7),
.voice-entry:nth-child(9n+8),
.voice-entry:nth-child(9n+9) {
    width: 23%;
}

.voice-entry.large {
    width: 98%;
}

.ve-inner {
    display: block;
    padding-bottom: 41px;
    border-bottom: 1px solid #e1e1e1;
}

.ve-inner:after {
    content: '';
    display: block;
    position: absolute;
    background-color: black;
    width: 130px;
    height: 1px;
    bottom: 0;
    right: 0;
    will-change: width;
    transition: width 1s ease;
}

.ve-inner:hover:after {
    width: 100%;
}

.ve-inner,
.ve-image,
.ve-image-inner,
.ve-text,
.ve-title,
.ve-date,
.ve-more {
    display: block;
}

.ve-text {
    padding: 0 12px;
}

.ve-image-inner {
    height: 0;
    padding-bottom: 66.68%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/blank_img.png);
}

.ve-title {
    height: 60px;
    padding: 10px 8px 0 0;
    margin-bottom: 5px;
    color: black;
    font-size: 1.8em;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ve-date {
    color: #888;
    font-size: 1.4em;
    padding-bottom: 6px;
}

.ve-tax {
    display: flex;
    height: 45px;
    color: #ff5a00;
    padding: 2px 0px;
    font-size: 1.3em;
    text-transform: uppercase;
}

.ve-programme,
.ve-category {
    font-weight: 400;
}

.ve-programme+.ve-category:before {
    position: relative;
    content: '\00a0\00a0|\00a0\00a0';
}

.ve-more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 65px 20px 6px;
    color: #000;
    font-size: 1.3em;
    background: url('images/arrow-black.png') no-repeat right center;
    background-size: 21px 7px;
}

.voice-entries-link-container {
    padding-top: 40px;
    text-align: center;
}

.voice-entries-link {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    padding: 17px 95px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.voice-entries-link span {
    position: relative;
    color: black;
    will-change: color;
    transition: color 1s ease;
}

.voice-entries-link:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    background-color: black;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
    transition: -ms-transform 1s ease, transform 1s ease;
}

.voice-entries-link span:after {
    position: relative;
    display: inline-block;
    content: '';
    top: 8px;
    width: 20px;
    height: 13px;
    background: url('images/arrow-black.svg') no-repeat center center;
    background-size: contain;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: filter;
    transition: filter 1s ease;
}

.voice-entries-link:hover span,
.voice-entries-link:target span {
    color: white;
}

.voice-entries-link:hover:before {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.voice-entries-link:hover span:after {
    filter: invert(1);
}


/* END Home */


/* Q&A */

.page-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    z-index: -1;
}

.content-qa {
    width: 100%;
    padding: 0 80px 120px 80px;
    margin-left: 0%;
}

.page-title-qa {
    padding: 180px 0 0 0;
    color: white;
    font-size: 4.5em;
}

.qa-entries {
    width: 50%;
    margin-left: 50%;
    padding-left: 30px;
}

.qa-entry {
    font-size: 2.1em;
    margin-bottom: 1.8em;
}

.qa-question,
.qa-answer {
    display: flex;
    padding-bottom: 1em;
    color: white;
    align-items: baseline;
    white-space: pre-line;
}

html.en_US .qa-entry .q-prefix,
html.en_US .qa-entry .a-prefix {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2em;
    margin-right: 6px;
}


/* END Q&A */


/* Facts & Figures */

.content-ff {
    background: black;
    color: white;
    border-bottom: 1px solid #363636;
}

.block-ff p,
.block-ff li {
    text-align: center;
    font-size: 2.7em;
    line-height: 1.7;
}

.block-ff ul {
    list-style: none;
}

.figures-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url('images/figures-bullet.jpg') no-repeat left top;
    background-size: contain;
}

.block-ff strong {
    font-weight: 400;
}

html.zh_HK .block-ff strong,
html.zh_CN .block-ff strong {
    font-weight: 100;
}

.block-ff:hover strong {
    color: #FF5A00;
}

.block-ff-1 {
    padding-top: 90px;
}

.block-ff-1:hover {
    background-size: 180px;
    background-image: url('images/figures-icon-1.png'), url('images/figures-icon-1.png');
    background-position: top right 10%, bottom left 10%;
    background-repeat: no-repeat;
}

.block-ff-2 {
    margin: 150px 0;
    color: #FF5A00;
}

.block-ff-2 p {
    color: #FF5A00;
    font-size: 2em;
}

.block-ff-2 .deco {
    position: relative;
    display: block;
    width: 1px;
    height: 100px;
    margin: 50px auto 0 auto;
    background-color: #A7A7A7;
}

.block-ff-2 .deco:after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    width: 3px;
    height: 15px;
    margin-left: -1.5px;
    background: white;
    will-change: bottom, opacity;
    animation: ffDeco 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes ffDeco {
    0% {
        opacity: 0;
        bottom: 85px;
    }
    5% {
        opacity: 1;
        bottom: 85px;
    }
    50% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: 0;
        opacity: 0;
    }
}

.block-ff-3 {
    padding-bottom: 200px;
}

.block-ff-3:hover {
    background: url('images/figures-icon-2.jpg') no-repeat top 60px left 10%;
    background-size: 180px;
}


/* END Facts & Figures */


/* Voice */

.header-voice-language-switcher ul {
    display: flex;
    justify-content: flex-end;
}

.header-voice-language-switcher li {
    font-size: 1.7em;
    color: black;
}


/*
.header-voice-language-switcher li.active {
  display: none;
}
*/

.header-voice-language-switcher li.cur-lang span {
    color: #777;
}

.header-voice-language-switcher li a {
    color: black;
}

.header-voice-language-switcher li a:hover {
    color: #ff5a00;
}

.header-voice-language-switcher li:after {
    content: '/';
    padding: 0 1em;
}

.header-voice-language-switcher li:last-child:after {
    display: none;
}

.voice-page-title {
    text-align: left;
    font-size: 3.8em;
    font-weight: 700;
    text-shadow: none;
}

.voice-page-title span.voice-deco {
    position: relative;
    letter-spacing: -3px;
    padding-right: 0.1em;
    top: -0.1em;
}

.voice-page-title span.voice-word {
    padding-right: 0.04em;
    font-size: 1.3em;
}

.voice-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 1%;
    font-weight: 400;
}

.voice-search-container {
    width: 25%;
}

.voice-tax-list {
    width: 35%;
    padding: 1.5em 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.voice-tax-list-heading {
    margin-right: 1em;
    text-transform: uppercase;
    font-size: 1.3em;
    color: black;
}

.voice-tax-list select {
    width: 300px;
    color: black;
    border: 1px solid black;
    cursor: pointer;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 1.5em;
}

div.asl_w,
#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background: transparent !important;
}

div.asl_r .results .item .asl_content {
    padding: 3px 5px 0 5px !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 1.3em !important;
}

.asl_nores_header {
    font-size: 1.4em;
}

div.asl_r .results .item {
    padding: 5px 10px 2px 10px;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3 a:hover {
    color: #ff5a00 !important;
}

div.asl_r.asl_w.vertical .results .item::after {
    position: static;
}

#ajaxsearchlite1 .probox .proinput ::placeholder,
div.asl_w .probox .proinput ::placeholder {
    color: #555 !important;
}

.ve-details {
    background: white;
    padding: 50px 60px 100px 60px;
    margin-bottom: 120px;
}

.ve-details-title {
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: 60px;
}

.ve-details-text p,
.ve-details-text>ul>li,
.ve-details-text>ol>li{
    font-size: 1.7em;
    line-height: 1.7;
}
.ve-details-text ul{
    margin-bottom:3em;
}
.ve-details-text li p,
.ve-details-text th p,
.ve-details-text td p {
    font-size: 1em;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    color: black;
}

.pagination-arrow,
.page-numbers {
    font-size: 1.6em;
    text-decoration: none;
    padding: 0 15px;
}

.page-numbers.current,
.pagination a:hover {
    color: #FF5A00;
}

.ve-details-video,
.ve-details-image,
.ve-details-slider-container {
    margin-bottom: 40px;
}

.ve-details-image.medium {
    width: 50%;
}

.ve-details-image.small {
    width: 33%;
}

.ve-details-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.ve-details-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ve-details-slider-container .bx-wrapper .bx-pager {
    text-align: center;
}

.ve-details-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ccc;
}

.ve-details-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #FF5A00;
}


/* END Voice */


/* Join Us */

.join-table {
    max-width: 1100px;
    margin-bottom: 50px;
}

.join-table table {
    table-layout: auto;
}

.join-table th,
.join-table td {
    padding: 10px;
    font-size: 1.5em;
    text-align: left;
    border: 1px solid #f2f2f2;
}

.join-table th {
    font-weight: 700;
}


/* END Join Us */


/* Meet the Team */

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

.mt-block-1 {
    width: 63%;
    max-width: 600px;
    border-top: 1px solid #f2f2f2;
}

.mt-block-2 {
    width: 35%;
    margin-left: 2%;
    border-top: 1px solid #f2f2f2;
}

.mt-block-3 {
    width: 100%;
}

.profile-content {
    display: flex;
    padding: 50px 0;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.pr-col-image {
    width: 32.5%;
    padding-left: 2.5%;
    border-left: 1px solid #f2f2f2;
    margin-left: 2.5%;
}

.pr-col-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pr-col-image+.pr-col-text {
    width: 67.5%;
}

.pr-block-1 {
    flex: 1;
}

.pr-block-2 {
    width: 250px;
}

.pr-block-3 {
    width: 100%;
}

.pr-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6em;
    line-height: 1.2;
    letter-spacing: 1px;
}

.pr-name {
    margin-top: 20px;
    font-size: 6em;
    font-weight: 700;
    line-height: 1;
}

.pr-tel,
.pr-email {
    font-size: 1.8em;
    text-align: right;
}

.pr-text {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #f2f2f2;
}

.pr-text p {
    font-size: 1.8em;
    line-height: 2;
}

.mt-group-heading {
    display: flex;
    min-height: 70px;
    padding-top: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    align-items: center;
    text-transform: uppercase;
}

.mt-contact {
    display: flex;
    min-height: 70px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.8em;
    line-height: 1.2;
    align-items: center;
}

.mt-contact-position,
.mt-contact-name {
    width: 50%;
}

.mt-contact-position {
    width: 70%;
    padding-right: 2em;
}

.mt-contact-name {
    width: 30%;
}

.mt-info-entry {
    display: flex;
    min-height: 70px;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    align-items: center;
}

.mt-info-inner {
    display: flex;
    align-items: flex-start;
}

.mt-info-icon {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mt-info-text {
    flex: 1;
}

.mt-info-text p {
    font-size: 1.8em;
    line-height: 1.2;
}

.mt-info-text li,
.mt-info-text th,
.mt-info-text td {
    font-size: 1.8em;
}

.mt-map-heading {
    padding: 40px 0;
    text-align: center;
    font-size: 2.3em;
    font-weight: 700;
}


/* END Meet the Team */


/* Sitemap */

.sitemap-menu {
    padding-bottom: 120px;
}

.sitemap-menu li {
    color: black;
    font-size: 1.7em;
}

.sitemap-menu li li {
    font-size: 1em;
}

.sitemap-menu a {
    color: black;
    font-size: 1em;
}

.sitemap-menu .menu>li {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.sitemap-menu .menu>li>a,
.sitemap-menu .menu>li>span {
    font-weight: 700;
    text-transform: uppercase;
}

.sitemap-menu .sub-menu {
    padding-top: 10px;
}

.sitemap-menu .sub-menu>li>a,
.sitemap-menu .sub-menu>li>span {
    display: block;
    position: relative;
    padding: 5px 0 5px 30px;
}

.sitemap-menu .sub-menu>li>a:before,
.sitemap-menu .sub-menu>li>span:before,
.sitemap-menu .sub-menu>li>a:after,
.sitemap-menu .sub-menu>li>span:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    background: #ccc;
}

.sitemap-menu .sub-menu>li>a:before,
.sitemap-menu .sub-menu>li>span:before {
    top: 50%;
    width: 20px;
    height: 1px;
}

.sitemap-menu .sub-menu>li>a:after,
.sitemap-menu .sub-menu>li>span:after {
    top: 0;
    width: 1px;
    height: 100%;
}

.sitemap-menu .sub-menu>li:first-child>a:after,
.sitemap-menu .sub-menu>li:first-child>span:after {
    top: 50%;
    height: 50%;
}

.sitemap-menu .sub-menu>li:last-child>a:after,
.sitemap-menu .sub-menu>li:last-child>span:after {
    top: 0;
    height: 50%;
}

.sitemap-menu .sub-menu .sub-menu {
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.page-menu-button {
    display: none;
}


/*
.parent-pageid-4478 .page-menu-container {
  display: none;
}
*/

.mt-group-heading {
    display: none;
}


/* END Sitemap */

.page-id-4472 .page-menu-container,
.page-id-4496 .page-menu-container {
    display: none;
}

.menu-hide {
    display: none !important;
}


.speaker-entry {
    display: flex;
    margin-bottom: 1em;
    padding: 3em;
}
.speaker-entry:nth-child(even) {
    background-color: #efefef;
}
.se-image-inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.se-col-1 {
    width: 35%;
    padding-right: 5%;
    max-width: 400px;
}
.se-col-2 {
    width: 65%;
}
.se-name {
    font-weight: 700;
    font-size: 2em;
}
.se-name + .se-title {
    margin-top: 0.5em;
}
.se-title {
    font-size: 1.8em;
}
.se-bio {
    margin-top: 2em;
}
.se-bio p {
    font-size: 1.5em;
}


.tab-content-two-col,
.tab-content.tab-content-two-col:first-child {
    display: flex;
}
.tab-sidebar {
    width: 350px;
    padding-top: 28px;
    padding-right: 70px;
    flex: 0 0 350px;
}
.tab-main {
    flex-grow: 1;
}
.tab-submenu {
    padding: 20px 20px 20px 0;
    border-right: 1px solid #AAA;
}
.tab-submenu li {
    margin-bottom: 2.5em;
}
.tab-submenu li a {
    font-size: 1.6em;
    color: black;
}
.tab-submenu li.current_page_item a,
.tab-submenu li a:hover {
    color: #FF5A00;
}
.table-wrapper {
	overflow-x: auto;
}

.pr-block-image {
	display: none;
}
@media (min-width: 1061px) {
	.profiles-content {
		display: flex;
		justify-content: space-between;
	}
	.profiles-content .profile-content {
		width: 45%;
		flex-direction: row;
	}
	.profiles-content .pr-col-image+.pr-col-text {
		width: 100%;
	}
	.profiles-content .pr-block-2 {
		width: 100%;
		margin-top: 50px;
	}
	.profiles-content .pr-email {
		text-align: left;
	}
	.profiles-content .pr-text {
		margin-top: 0;
	}
	.profiles-content .pr-col-image {
		display: none;
	}
	.pr-block-image {
		display: block;
		width: 65%;
		margin-top: 50px;
	}
}