@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}


/* sponsor slider */
.sponsor-fade-slider {
  position: relative;
  width: 100%;
  height: 250px; /* adjust as needed */
  overflow: hidden;
}

.sponsor-fade-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeAnimation 9s infinite;
}

.sponsor-fade-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Assign animation delays for each image */
.sponsor-fade-slide:nth-child(1) {
  animation-delay: 0s;
}
.sponsor-fade-slide:nth-child(2) {
  animation-delay: 3s;
}
.sponsor-fade-slide:nth-child(3) {
  animation-delay: 6s;
}

/* Keyframes for fading */
@keyframes fadeAnimation {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

body,
p {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5333334px;
}

body #site-content {
    padding: 0 20px;
    width: 100%;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    padding: 0 20px;
    width: 100%;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #000;
}

h1,
.h1 {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3,
.h3 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5625px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.6666667px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 1;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 1;
}

a.action.primary {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 22px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
}

a.action.primary:visited {
    color: #ef730f;
}

a.action.primary:hover {
    color: #ef730f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.action.primary {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 22px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
}

.action.primary:focus {
    color: #ef730f;
}

.action.primary:active {
    color: #ef730f;
}

.action.primary:visited {
    color: #ef730f;
}

.action.primary:hover {
    color: #ef730f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    color: #ef730f;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-weight: 700;
}

button:not(.primary) {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    color: #ef730f;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-weight: 700;
}

button:not(.primary):focus {
    outline: 0;
    text-decoration: none;
}

button:not(.primary):active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

button:not(.primary):visited {
    color: #000;
    outline: 0;
    text-decoration: none;
}

button:not(.primary):hover {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

button:focus {
    outline: 0;
    text-decoration: none;
}

button:active {
    outline: 0;
    text-decoration: none;
}

button:visited {
    outline: 0;
    text-decoration: none;
}

button:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

.button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    color: #ef730f;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-weight: 700;
}

.button:before,
button:not(.primary):before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ef730f;
    position: absolute;
    left: 0;
    top: 3px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -ms-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.button:hover:before,
button:not(.primary):hover:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.button:focus {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:active {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:visited {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:hover {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 8px 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    border: 0;
    height: auto;
    min-width: auto;
    padding: 0;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type="submit"],
input[type="submit"]:focus,
input[type="submit"]:active {
    color: #ef730f;
    text-decoration: none;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"],
input[type="search"], input[type="number"], input[type="datetime"],input[type="email"]  {
    background: transparent;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus,
input[type="search"]:focus, input[type="number"]:focus, input[type="datetime"]:focus {
    border-bottom: 1px solid #ef730f;
    outline: 0;
}

input[type="email"]:focus {
    border-bottom: 1px solid #ef730f;
    width: 100%;
    outline: 0;
}

select {
    height: 40px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    outline: 0;
    padding: 8px 30px;
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    background: url(../svg/select-bg.svg) no-repeat;
    background-position: center right 12px;
}

select:focus {
    border: 1px solid #ef730f;
    outline: 0;
}

select::-ms-expand {
    display: none
}

select:not([disabled]):focus {
    box-shadow: none !important;
    outline: 0;
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea {
    font-size: 16px;
    line-height: 22px;
    height: 106px;
    border-radius: 0;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    outline: 0;
    padding: 10px 0px;
    border: 0;
    border-bottom: 1px solid #dedede;
    box-shadow: none;
    resize: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    resize: none;
}

textarea:focus {
    border-bottom: 1px solid #ef730f;
    outline: 0;
}

textarea:not([disabled]):focus {
    box-shadow: none !important;
    outline: 0;
}

._keyfocus *:focus {
    box-shadow: none !important;
}

input:not([disabled]):focus {
    box-shadow: none !important;
    outline: 0;
}

label {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.fieldset>.field>.label {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.fieldset>.fields>.field>.label {
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #ef730f;
}

a:active {
    color: #ef730f;
}

a:hover {
    color: #ef730f;
}

.alink {
    color: #ef730f;
}

.alink:visited {
    color: #ef730f;
}

.alink:active {
    color: #ef730f;
}

.alink:hover {
    color: #ef730f;
}

.ie11 .page-main {
    flex: 0 0 auto
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

.post-meta-edit-link-wrapper,
.skip-link.screen-reader-text,
.screen-reader-text {
    display: none;
}

.top-banner {
    position: relative;
}

.top-banner .box-text {
    max-width: 28.438vw;
    margin: 0 auto;
    padding: 5.313vw 0;
    margin-left: 6.250vw;
}

.top-banner .container {
    max-width: 1920px;
}

.banner-image {
    position: relative;
    background-position: center;
    background-size: cover;
    max-height: 61.328vw;
    overflow: hidden;
}

.banner-image:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 81%, 0% 100%, 84% 100%);
    -webkit-clip-path: polygon(0% 81%, 0% 100%, 84% 100%);
    background: #fff;
}

.banner-image:after {
    clip-path: polygon(82% 100%, 100% 100%, 100% 82%);
    -webkit-clip-path: polygon(82% 100%, 100% 100%, 100% 82%);
    content: '';
    bottom: -2px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

.banner-slogan {
    position: absolute;
    bottom: 1.563vw;
    left: 4.844vw;
}

.banner-slogan .banner-wraper {
    position: relative;
    min-width: 34.609vw;
    min-height: 21.719vw;
}

.banner-slogan .banner-wraper:before {
    clip-path: polygon(12% 10%, 94% 0%, 78% 100%, 5% 84%);
    -webkit-clip-path: polygon(12% 10%, 94% 0%, 78% 100%, 5% 84%);
    content: '';
    background: #11bcc2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-slogan .banner-wraper:after {
    clip-path: polygon(12% 22%, 100% 44%, 72% 98%, 0% 58%);
    -webkit-clip-path: polygon(12% 22%, 100% 44%, 72% 98%, 0% 58%);
    content: '';
    background: #ef730f;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-slogan h1 {
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 3.516vw;
    text-transform: uppercase;
    letter-spacing: 0.125vw;
    
}
html:lang(zh-HK) .banner-slogan h1{
    margin-bottom: 7px;
}
.slogan-banner {
    position: relative;
    z-index: 2;
}

.slogan-banner p {
    color: rgba(255, 255, 255, 1);
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 3.516vw;
    text-transform: uppercase;
    letter-spacing: 0.125vw;
    margin-bottom: 0;
}

.banner-image img {
    width: 100%;
    object-fit: cover;
    height: 61.328vw;
}

.post-inner {
    padding-top: 0;
}
/*@media (min-width:768px) {
    body #site-content {
        padding: 0 1.563vw;
        width: 100%;
        max-width: 92.500vw;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        padding: 0 1.563vw;
        width: 100%;
        max-width: 92.500vw;
        margin-left: auto;
        margin-right: auto;
    }
}*/
@media (min-width: 768px) and (max-width:1199px) { 
    .banner-slogan h1 {
        font-size: 3.5vw;
    }
    .slogan-banner p {
        font-size: 3.5vw;
    }
}
@media (min-width: 1281px) {
    
    .banner-slogan h1 {
        font-size: 50px;
    } 
    .slogan-banner p {
        font-size: 50px;
    }
}
@media (max-width: 1899px) and (min-width: 1281px){
    .container{
        max-width: 100%;
        padding: 0 135px;
    }
}
@media (min-width: 1900px) {
    h2,.h2{
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 1.166667px; 
    }
    .banner-slogan h1 {
        font-size: 60px;
    } 
    .slogan-banner p {
        font-size: 60px;
    }
    input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], 
    input[type="number"], input[type="datetime"], input[type="email"]{
        font-size: 20px;
        line-height: 24px;
    }
    input[type="submit"], input[type="button"], input[type="reset"]{
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1.125px
    }
    body, p{
        font-size: 18px;
    }
    .container{
        max-width: 1556px;
    }
}
/*@media (min-width: 1281px) {
    h1,
    .h1 {
        font-size: 3.125VW;
        line-height: 3.515625VW;
        letter-spacing: 0.125VW;
    }

    h2,
    .h2 {
        font-size: 2.34375VW;
        line-height: 3.125VW;
        letter-spacing: 0.078125VW;
    }

    h3,
    .h3 {
        font-size: 1.953125VW;
        line-height: 2.34375VW;
        letter-spacing: 0.122VW;
    }

    h4,
    .h4 {
        font-size: 1.5625VW;
        line-height: 1.875VW;
        letter-spacing: 0.052VW;
    }

    h5,
    .h5 {
        font-size: 1.40625VW;
    }

    h6,
    .h6 {
        font-size: 1.25VW;
    }
    body, p{
        font-size: 1.25VW;
        line-height: 1.953125VW;
    }
    input[type="text"], input[type="password"], input[type="url"], input[type="tel"],
    input[type="search"], input[type="number"], input[type="datetime"],input[type="email"] {
        font-size: 1.40625VW;
        line-height: 1.71875VW;
        letter-spacing: 0.0390625VW;
        padding: 0.625VW 0;
    }
    input[type="submit"], input[type="button"], input[type="reset"]{
        font-size: 1.25VW;
        line-height: 1.484375VW;
        letter-spacing: 0.078125VW;
    }
}
*/
@media (min-width: 1921px){
    .banner-slogan{
        bottom: 1.7vw;
        left: 100px;
    }
    .top-banner .container{
        position: relative;
    }
    .banner-slogan .banner-wraper{
        min-width: 665px;
        min-height: 417px;
    }
    .banner-slogan h1{
        line-height: normal;
        letter-spacing: 0;
    }
    .slogan-banner p{
        line-height: normal;
        letter-spacing: 0;
    }
    .top-banner .box-text{
        max-width: 546px;
        padding: 102px 0;
        margin-left: 120px;
    }
}
@media all and (-ms-high-contrast:none) {
    .banner-slogan .banner-wraper:before {
        background: url(../svg/bkg-banner-top.svg) no-repeat center;
        background-size: cover;
    }

    .banner-slogan .banner-wraper:after {
        display: none;
    }

    .banner-slogan h1 {
        color: #11bcc2;
        text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff
    }

    .banner-image:before {
        transform: skewY(6deg);
        -webkit-transform: skewY(6deg);
        -moz-transform: skewY(6deg);
        -ms-transform: skewY(6deg);
        -o-transform: skewY(6deg);
        height: 250px;
        bottom: -150px;
    }

    .banner-image:after {
        transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        -moz-transform: skewY(-30deg);
        -ms-transform: skewY(-30deg);
        -o-transform: skewY(-30deg);
        height: 250px;
        bottom: -200px;
        width: 25%;
        right: 0;
    }

    article+section {
        position: relative;
    }
}

@media (max-width:767px) {
    body h1 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.2px;
    }

    body .h1 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.2px;
    }

    .h2 {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
        letter-spacing: 0
    }

    .h3 {
        font-size: 20px;
        letter-spacing: 0
    }

    .banner-slogan .banner-wraper {
        min-width: initial;
        padding: 0 20px;
        min-height: auto;
    }

    .banner-slogan {
        position: static;
        margin: 0;
        margin-top: -52px;
    }

    .top-banner .container {
        padding: 0;
    }

    .top-banner .box-text {
        max-width: initial;
        margin: 0 auto;
        padding: 62px 0 43px;
        margin-left: 0;
    }

    .banner-slogan .banner-wraper:after {
        left: 0;
        background: #11bcc2;
        clip-path: polygon(32% 100%, 0% 100%, 100% 100%, 100% 0%);
        -webkit-clip-path: polygon(32% 100%, 0% 100%, 100% 100%, 100% 0%);
    }

    .banner-slogan .banner-wraper:before {
        left: 0;
        background: #11bcc2;
        clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
    }

    .banner-image:before,
    .banner-image:after {
        display: none;
    }

    div#content {
        padding-top: 70px;
    }

    .banner-image img {
        opacity: 0;
    }

    .banner-image {
        min-height: 317px;
    }

    .banner-slogan h1,
    .slogan-banner p {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.2px;
    }
    html:lang(zh-HK) .banner-slogan h1{
        margin-bottom: 0px;
    }
}


 .banner-slogan h1 {
        -webkit-text-stroke: solid 0px #ffffff;
        color:#fff;
    }

@media screen and (min-width: 1200px) {
  .banner-slogan h1 {
        -webkit-text-stroke: solid 1px #ffffff;
        color:none;
}