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

:lang(zh-HK),
:lang(zh-CN) {
    font-family: 'Barlow', 'Microsoft YaHei', 'Heiti SC';
}

body {
    border: none;
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.92504185px;
}

.banner-page {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 501px;
    background-image: url(../images/Banner-site.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-page h1.short {
    position: absolute;
    bottom: 52px;
    color: #ffffff;
}

.container {
    max-width: 1065px;
    margin: 0 auto;
    padding: 0 25px;
}

h1 {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    text-transform: uppercase;
    letter-spacing: 4.6252093px;
}

h1.short {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    text-transform: none;
    letter-spacing: 2.0813441px;
}

h2 {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 2.890756px;
    border: none;
}

h3 {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 37px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 2.139159px;
    border: none;
}

h4 {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.1563023px;
}

h5 {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8672268px;
}

h6 {
    padding: 0;
    margin: 10px 0;
    font-family: 'Barlow';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.69378144px;
}

p {
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.92504185px;
}

.main a {
    display: inline-block;
    width: auto;
    font-family: 'Barlow', 'Microsoft YaHei', 'Heiti SC';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.0406721px;
}

.main .link-border-bottom {
    position: relative;
    margin: 10px 0;
    max-width: 18%;
    color: #FFFFFF;
    padding-bottom: 10px;
    text-decoration: none;
    transition-delay: .15s;
}

.main .link-border-bottom:before {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: 2px;
    right: 0;
    opacity: 0;
    font-size: 18px;
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.main .link-border-bottom:hover:before {
    opacity: 1;
    transition-delay: .25s;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main .link-border-bottom:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.75, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.75, 0, 0.2, 1);
    background-color: #FFFFFF;
}

.main .link-border-bottom:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.main .link-arrow {
    display: block;
    position: relative;
    margin: 10px 0;
    max-width: 18%;
    color: #0082c8;
    padding-bottom: 10px;
    text-decoration: none;
    transition-delay: .15s;
}

.main .link-arrow:before {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: 2px;
    right: 0;
    opacity: 0;
    font-size: 18px;
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.main .link-arrow:hover:before {
    opacity: 1;
    transition-delay: .25s;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main .link-arrow:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.75, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.75, 0, 0.2, 1);
    background-color: #0082c8;
}

.main .link-arrow:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.main .back-arrow {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    color: #029a3c;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.92504185px;
    text-decoration: none;
}

.main .back-arrow:before {
    content: '\f177';
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    font-weight: 300;
    font-size: 19px;
    padding-right: 15px;
    top: 0;
    left: 0;
}

.main .back-arrow:hover {
    opacity: 0.5;
}

.page-template-style-guide .main .container {
    background: darkgray;
    margin: 40px auto 50px;
    padding: 20px;
}

.page-template-style-guide .main .page-banner .container {
    background: transparent;
    margin: 0 auto;
}

.page-template-style-guide .main a.button {
    margin-top: 5px;
}

.main a.button {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    color: #029a3c;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.92504185px;
    text-decoration: none;
}

.main a.btn_prev:before {
    content: '\f177';
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    font-weight: 300;
    font-size: 19px;
    padding-right: 12px;
    top: 0;
    left: 0;
}

.main a.btn_next:before {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    font-weight: 300;
    font-size: 19px;
    padding-right: 12px;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 41px;
        line-height: 49px;
    }

    h1.short {
        font-size: 22px;
        line-height: 14px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 25px;
        line-height: 28px;
    }

    .main a {
        font-size: 16px;
        line-height: 19px;
    }

    .main a.link-border-bottom {
        max-width: 40%;
    }

    .main a.link-arrow {
        max-width: 40%;
    }
}