@font-face {
    font-family: 'Samsung Sharp Sans Regular';
    src: url(../fontface/SamsungSharpSans/SamsungSharpSans.woff2) format('woff2'), url(../fontface/SamsungSharpSans/SamsungSharpSans.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Samsung Sharp Sans Bold';
    src: url(../fontface/SamsungSharpSans/SamsungSharpSans-Bold.woff2) format('woff2'), url(../fontface/SamsungSharpSans/SamsungSharpSans-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Futura Lt BT";
    src: url(../fontface/FuturaBT/FuturaBT-Light.woff2) format("woff2"), url(../fontface/FuturaBT/FuturaBT-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Futura Md BT";
    src: url(../fontface/FuturaBT/FuturaBT-Medium.woff2) format("woff2"), url(../fontface/FuturaBT/FuturaBT-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Futura Bk BT";
    src: url(../fontface/FuturaBT/FuturaBT-Book.woff2) format("woff2"), url(../fontface/FuturaBT/FuturaBT-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #000
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

#warning-browser {
    background: url(img/bg.png) repeat 0 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

#wb-container {
    color: #fff;
    height: 200px;
    width: 800px;
    margin: 150px auto 0 auto
}

#wb-container p {
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 34px
}

#wb-container #wb-title {
    font-size: 24px;
    text-decoration: underline
}

#wb-container ul {
    float: left;
    margin: 0 0 0 330px;
    padding: 0
}

#wb-container ul li {
    float: left;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0
}

#wb-container .wb-icon {
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px
}

#wb-container #wb-ie {
    background: url(img/ie.png) no-repeat 0 0
}

#wb-container #wb-firefox {
    background: url(img/firefox.png) no-repeat 0 0
}

#wb-container #wb-chrome {
    background: url(img/chrome.png) no-repeat 0 0
}

#wb-container #wb-safari {
    background: url(img/safari.png) no-repeat 0 0
}

body,
html {
    background: #fff;
    font-family: Futura Lt BT, Prompt, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #303031
}

body {
    overflow: hidden;
    position: relative
}

html {
    overflow: auto;
    overflow-x: hidden
}

a {
    color: #303031;
    transition: all .3s
}

a:hover {
    color: #eea01f;
    text-decoration: none;
    transition: all .3s
}

a:focus,
button:focus {
    outline: 0 !important
}

img {
    max-width: 100%
}

.img-fit {
    width: 100%
}

.align-center {
    text-align: center
}

.align-center * {
    margin: 0 auto
}

.stick {
    display: inline-block
}

.avoid-click {
    pointer-events: none !important
}

.font-style-0 {
    font-size: 5rem
}

@media (max-width:1440px) {
    .font-style-0 {
        font-size: 4.44444rem
    }
}

@media (max-width:991.98px) {
    .font-style-0 {
        font-size: 3.61111rem
    }
}

@media (max-width:767.98px) {
    .font-style-0 {
        font-size: 3.05556rem
    }
}

@media (max-width:575.98px) {
    .font-style-0 {
        font-size: 1.94444rem
    }
}

.font-style-1 {
    font-size: 3.61111rem
}

@media (max-width:1440px) {
    .font-style-1 {
        font-size: 3.05556rem
    }
}

@media (max-width:991.98px) {
    .font-style-1 {
        font-size: 2.22222rem
    }
}

@media (max-width:767.98px) {
    .font-style-1 {
        font-size: 1.66667rem
    }
}

.font-style-2 {
    font-size: 2.5rem
}

@media (max-width:1440px) {
    .font-style-2 {
        font-size: 2.22222rem
    }
}

@media (max-width:991.98px) {
    .font-style-2 {
        font-size: 1.88889rem
    }
}

@media (max-width:767.98px) {
    .font-style-2 {
        font-size: 1.55556rem
    }
}

.font-style-3 {
    font-size: 1.94444rem
}

@media (max-width:1440px) {
    .font-style-3 {
        font-size: 1.77778rem
    }
}

@media (max-width:991.98px) {
    .font-style-3 {
        font-size: 1.55556rem
    }
}

@media (max-width:767.98px) {
    .font-style-3 {
        font-size: 1.33333rem
    }
}

.font-style-4 {
    font-size: 1.33333rem
}

@media (max-width:991.98px) {
    .font-style-4 {
        font-size: 1.11111rem
    }
}

@media (max-width:767.98px) {
    .font-style-4 {
        font-size: 1.11111rem
    }
}

.font-main-bold {
    font-family: Futura Lt BT,Prompt,sans-serif;
    font-weight: 500;
}

.font-second-bold {
    font-family: Samsung Sharp Sans Bold
}

.font-second-regular {
    font-family: Samsung Sharp Sans Regular
}

.font-size-12 {
    font-size: .66667rem
}

.font-size-14 {
    font-size: .77778rem
}

.font-size-18 {
    font-size: 1rem
}

@media (max-width:991.98px) {
    .font-size-18 {
        font-size: 1rem
    }
}

.font-size-20 {
    font-size: 1.11111rem
}

@media (max-width:767.98px) {
    .font-size-20 {
        font-size: 1rem
    }
}

.font-size-21 {
    font-size: 1.16667rem
}

@media (max-width:991.98px) {
    .font-size-21 {
        font-size: 1rem
    }
}

.font-size-22 {
    font-size: 1.22222rem
}

@media (max-width:991.98px) {
    .font-size-22 {
        font-size: 1rem
    }
}

.font-size-24 {
    font-size: 1.33333rem
}

@media (max-width:991.98px) {
    .font-size-24 {
        font-size: 1.11111rem
    }
}

.font-size-26 {
    font-size: 1.44444rem
}

@media (max-width:991.98px) {
    .font-size-26 {
        font-size: 1.22222rem
    }
}

.font-size-28 {
    font-size: 1.55556rem
}

@media (max-width:991.98px) {
    .font-size-28 {
        font-size: 1.22222rem
    }
}

.font-size-30 {
    font-size: 1.66667rem
}

@media (max-width:767.98px) {
    .font-size-30 {
        font-size: 1.33333rem
    }
}

.font-size-32 {
    font-size: 1.77778rem
}

@media (max-width:991.98px) {
    .font-size-32 {
        font-size: 1.33333rem
    }
}

.font-size-33 {
    font-size: 1.83333rem
}

@media (max-width:991.98px) {
    .font-size-33 {
        font-size: 1.33333rem
    }
}

.font-size-34 {
    font-size: 1.88889rem
}

@media (max-width:991.98px) {
    .font-size-34 {
        font-size: 1.55556rem
    }
}

@media (max-width:767.98px) {
    .font-size-34 {
        font-size: 1.33333rem
    }
}

.font-size-36 {
    font-size: 2rem
}

@media (max-width:991.98px) {
    .font-size-36 {
        font-size: 1.66667rem
    }
}

@media (max-width:767.98px) {
    .font-size-36 {
        font-size: 1.44444rem
    }
}

.font-size-38 {
    font-size: 2.11111rem
}

@media (max-width:991.98px) {
    .font-size-38 {
        font-size: 1.66667rem
    }
}

@media (max-width:767.98px) {
    .font-size-38 {
        font-size: 1.44444rem
    }
}

.font-size-40 {
    font-size: 2.22222rem
}

@media (max-width:991.98px) {
    .font-size-40 {
        font-size: 1.77778rem
    }
}

@media (max-width:767.98px) {
    .font-size-40 {
        font-size: 1.44444rem
    }
}

.font-size-44 {
    font-size: 2.44444rem
}

@media (max-width:991.98px) {
    .font-size-44 {
        font-size: 1.88889rem
    }
}

@media (max-width:767.98px) {
    .font-size-44 {
        font-size: 1.55556rem
    }
}

.font-size-50 {
    font-size: 2.77778rem
}

@media (max-width:991.98px) {
    .font-size-50 {
        font-size: 2rem
    }
}

@media (max-width:767.98px) {
    .font-size-50 {
        font-size: 1.66667rem
    }
}

.font-size-56 {
    font-size: 3.11111rem
}

@media (max-width:991.98px) {
    .font-size-56 {
        font-size: 2.11111rem
    }
}

.font-size-58 {
    font-size: 3.22222rem
}

@media (max-width:991.98px) {
    .font-size-58 {
        font-size: 2.11111rem
    }
}

.font-size-60 {
    font-size: 3.33333rem
}

@media (max-width:991.98px) {
    .font-size-60 {
        font-size: 2.22222rem
    }
}

.font-size-68 {
    font-size: 3.77778rem
}

@media (max-width:991.98px) {
    .font-size-68 {
        font-size: 2.22222rem
    }
}

.font-size-86 {
    font-size: 4.77778rem
}

@media (max-width:991.98px) {
    .font-size-86 {
        font-size: 2.55556rem
    }
}

.font-size-100 {
    font-size: 5.55556rem
}

@media (max-width:991.98px) {
    .font-size-100 {
        font-size: 2.77778rem
    }
}

.font-size-118 {
    font-size: 6.55556rem
}

@media (max-width:991.98px) {
    .font-size-118 {
        font-size: 2.88889rem
    }
}

.font-size-120 {
    font-size: 6.66667rem
}

@media (max-width:991.98px) {
    .font-size-120 {
        font-size: 3.33333rem
    }
}

.font-size-140 {
    font-size: 7.77778rem
}

@media (max-width:991.98px) {
    .font-size-140 {
        font-size: 3.33333rem
    }
}

.font-size-215 {
    font-size: 11.94444rem
}

@media (max-width:991.98px) {
    .font-size-215 {
        font-size: 5.83333rem
    }
}

.font-size-230 {
    font-size: 12.77778rem
}

@media (max-width:991.98px) {
    .font-size-230 {
        font-size: 6.38889rem
    }
}

.letter-spacing-2 {
    letter-spacing: 2px
}

.letter-spacing-4 {
    letter-spacing: 4px
}

.letter-spacing-6 {
    letter-spacing: 6px
}

.letter-spacing-8 {
    letter-spacing: 8px
}

.letter-spacing-10 {
    letter-spacing: 10px
}

.text-grey {
    color: #b5b5b5
}

.text-shadow-inset {
    background-color: #000 !important;
    color: transparent !important;
    text-shadow: 1px 1px 1px #fff !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    background-clip: text !important
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-yellow {
    color: #eea01f
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-grey {
    background-color: #f6f6f4
}

.btn-ghost {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    background: 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
    display: inline-block;
    padding: 0;
    color: #fff;
    width: 180px;
    text-align: center;
    position: relative;
    height: 49px;
    line-height: 43px;
    transition: all .3s
}

.btn-ghost::after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    border: solid 3px #fff;
    position: absolute;
    right: -32px;
    bottom: -10px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    transform-origin: top left;
    transition: all .3s
}

.btn-ghost:hover {
    color: #eea01f !important;
    border-color: #eea01f !important;
    transition: all .3s
}

.btn-ghost:hover::after {
    border-color: #eea01f !important;
    transition: all .3s
}

@media (max-width:991.98px) {
    .btn-ghost {
        font-size: .77778rem;
        min-width: 140px
    }
}

.btn-ghost.black {
    border-color: #000;
    color: #000
}

.btn-ghost.black::after {
    border-color: #000
}

@supports (-ms-ime-align:auto) {
    .btn-ghost::after {
        display: none
    }
}

.line-height-1 {
    line-height: 1
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-360 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.layer-1 {
    position: relative;
    z-index: 1
}

.layer-2 {
    position: relative;
    z-index: 2
}

.layer-3 {
    position: relative;
    z-index: 3
}

.layer-4 {
    position: relative;
    z-index: 4
}

.layer-5 {
    position: relative;
    z-index: 5
}

.mock {
    position: relative
}

.mock::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    z-index: 50
}

.mock::before {
    background: #000;
    border: dotted 3px #fff;
    padding: 15px;
    position: absolute;
    content: "MOCKUP";
    display: block;
    left: 50%;
    top: 50%;
    color: #fff;
    opacity: 1;
    margin: -35px 0 0 -60px;
    z-index: 51
}

.loading-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200
}

.loading-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 89vw;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 14% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 14% 100%, 0 100%)
}

.loading-wrap::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 89vw;
    background: #f6f6f4;
    -webkit-clip-path: polygon(86% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(86% 0, 100% 0, 100% 100%, 0 100%)
}

.loading-wrap .loading {
    background: url(../img/loading.gif) no-repeat 0 0;
    width: 56px;
    height: 86px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    margin-top: -1rem
}

.loading-wrap.close-loading {
    visibility: hidden;
    transition: visibility .5s ease;
    transition-delay: 1.2s
}

.loading-wrap.close-loading::before {
    transition: all 1.5s cubic-bezier(.65, 0, .25, 1);
    transform: translateX(-100%);
    will-change: transform
}

.loading-wrap.close-loading::after {
    transition: all 1.5s cubic-bezier(.65, 0, .25, 1);
    transform: translateX(100%);
    will-change: transform
}

.loading-wrap.close-loading .loading {
    transition: all .5s cubic-bezier(.65, 0, .25, 1);
    opacity: 0
}

.breadcrumb-default {
    font-size: .88889rem
}

@media (max-width:767.98px) {
    .breadcrumb-default {
        font-size: .77778rem
    }
}

.breadcrumb-default .breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0;
    display: block
}

.breadcrumb-default .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: #b5b5b5;
    width: 25px;
    height: 1px;
    content: '';
    margin-top: 10px;
    float: left;
    margin-right: 10px
}

.breadcrumb-default.breadcrumb-banner {
    background: #000;
    display: inline-block;
    padding: 5px 15px
}

@media (max-width:767.98px) {
    .breadcrumb-default.breadcrumb-banner {
        display: none;
        font-size: .66667rem
    }
}

.breadcrumb-default.breadcrumb-white .breadcrumb a {
    color: #fff;
    transition: all .5s
}

.breadcrumb-default.breadcrumb-white .breadcrumb a:hover {
    transition: all .5s;
    color: #eea01f
}

.breadcrumb-default.breadcrumb-white .breadcrumb .breadcrumb-item.active {
    color: #fff
}

.breadcrumb-default.breadcrumb-white .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    background: #fff
}

.fix-hidden {
    /* visibility: hidden; */
    opacity: 0
}

[am-fadeblur=btt] {
    visibility: hidden
}

.add-line-h::before {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    z-index: 1;
    position: absolute;
    top: 106px;
    left: 0;
    right: 100%;
    transition: all 1s linear;
    animation: am__lineh 4s 0s;
    animation-iteration-count: infinite
}

.add-line-v::after {
    content: '';
    display: block;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    z-index: 1;
    position: absolute;
    left: 106px;
    top: 0;
    bottom: 100%;
    transition: all 1s linear;
    animation: am__linev 4s 0s;
    animation-iteration-count: infinite
}

.add-line-v__right::after {
    left: auto;
    right: 106px
}

.add-line-h.line-solid::after,
.add-line-h.line-solid::before,
.add-line-v.line-solid::after,
.add-line-v.line-solid::before {
    background: #fff
}

@keyframes am__linev {
    0% {
        top: 0;
        bottom: 100%;
        opacity: 0
    }

    50% {
        top: 0;
        bottom: 0;
        opacity: 1
    }

    100% {
        top: 100%;
        bottom: 0;
        opacity: 0
    }
}

@keyframes am__lineh {
    0% {
        left: 0;
        right: 100%;
        opacity: 0
    }

    50% {
        left: 0;
        right: 0;
        opacity: 1
    }

    100% {
        left: 100%;
        right: 0;
        opacity: 0
    }
}

@keyframes line_ltr {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes line_rtl {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes am__lineh-head {
    0% {
        left: -1.5rem;
        right: 150%;
        opacity: 0
    }

    50% {
        left: -1.5rem;
        right: -1.5rem;
        opacity: 1
    }

    100% {
        left: 150%;
        right: -1.5rem;
        opacity: 0
    }
}

@keyframes am__linehOnce {
    0% {
        left: -1.5rem;
        right: 150%;
        opacity: 0
    }

    100% {
        left: -1.5rem;
        right: -1.5rem;
        opacity: 1
    }
}

.js-herobanner-list .swiper-slide-active [am-hero=blur],
.js-herobanner-list .swiper-slide-active [am-hero=btt],
.js-herobanner-list .swiper-slide-active [am-hero=ttb] {
    opacity: 0;
    position: relative;
    will-change: transform, opacity
}

.js-herobanner-list .swiper-slide-active [am-hero=btt] {
    animation: herobanner_btt 1s forwards cubic-bezier(.42, 0, .58, 1);
    animation-delay: .7s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.js-herobanner-list .swiper-slide-active [am-hero=blur] {
    animation: herobanner_c 1s linear forwards;
    animation-delay: .7s
}

.js-herobanner-list .swiper-slide-active [am-hero=ttb] {
    animation: herobanner_ttb 1s forwards cubic-bezier(.42, 0, .58, 1);
    animation-delay: .7s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

@keyframes herobanner_btt {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes herobanner_ttb {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes herobanner_c {
    0% {
        filter: blur(10px);
        opacity: 0
    }

    100% {
        filter: blur(0);
        opacity: 1
    }
}

.am-zoom-bg .pic {
    transition: transform .35s
}

.am-zoom-bg:hover .pic {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

.am-zoom-bg-slow .pic {
    transition: transform .7s
}

.am-zoom-bg-slow:hover .pic {
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

.am-blur {
    animation: am__blur 1s 0s forwards
}

@keyframes am__blur {
    0% {
        filter: blur(5px)
    }

    100% {
        filter: blur(0)
    }
}

.am-slideFromBottom {
    will-change: transform, opacity
}

@keyframes am__herobannerItem {
    0% {
        transform: scale(1.2, 1.2);
        will-change: transform
    }

    100% {
        transform: scale(1, 1);
        will-change: transform
    }
}

@keyframes am__herobannerItemBack {
    0% {
        transform: scale(1, 1);
        will-change: transform
    }

    100% {
        transform: scale(1.2, 1.2);
        will-change: transform
    }
}

@keyframes am__herobannerBorderwidth {
    0% {
        transform: translateX(0);
        will-change: transform
    }

    100% {
        transform: translateX(90%);
        will-change: transform
    }
}

@keyframes am__herobannerBorderwidthBack {
    0% {
        transform: translateX(90%);
        will-change: transform
    }

    100% {
        transform: translateX(0);
        will-change: transform
    }
}

.herobanner {
    position: relative;
    overflow: hidden
}

.herobanner::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1600px 1600px;
    border-width: 0 0 75vw 75vw;
    border-color: transparent transparent #fff transparent;
    animation: am__herobannerBorderwidthBack .8s 0s;
    animation-iteration-count: forwards;
    pointer-events: none !important
}

@media (max-width:767.98px) {
    .herobanner::after {
        border-width: 0 0 400px 400px;
        border-width: 0 0 50vw 50vw
    }
}

.herobanner.am-herobanner::after {
    transform: translateX(90%);
    animation: am__herobannerBorderwidth .8s 0s;
    animation-iteration-count: forwards;
    will-change: transform
}

.herobanner .herobanner-item {
    background-size: cover;
    background-position: center center;
    height: 700px;
    height: 80vh
}

@media (max-width:767.98px) {
    .herobanner .herobanner-item {
        height: 500px
    }
}

.herobanner .herobanner-item.am-herobanner-item .herobanner-bg {
    transform: scale(1, 1);
    animation: am__herobannerItem 1.2s 0s;
    animation-iteration-count: forwards;
    will-change: transform
}

.herobanner .herobanner-item .herobanner-bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform-origin: top left;
    transform: scale(1.2, 1.2);
    animation: am__herobannerItemBack 2s 0s;
    animation-iteration-count: forwards;
    will-change: transform
}

.herobanner .herobanner-item .herobanner-detail {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    margin-top: 2rem;
    padding: 0 1rem
}

@media (max-width:767.98px) {
    .herobanner .herobanner-item .herobanner-detail {
        margin-top: 30px
    }
}

@media (max-width:575.98px) {
    .herobanner .herobanner-item .herobanner-detail {
        padding: 0 3rem
    }
}

.herobanner .herobanner-item .herobanner-detail .text-space {
    font-size: 1.66667rem;
    margin: 0 0 1.5rem 0;
    text-transform: uppercase;
    letter-spacing: 10px
}

@media (max-width:991.98px) {
    .herobanner .herobanner-item .herobanner-detail .text-space {
        font-size: 1.11111rem
    }
}

@media (max-width:767.98px) {
    .herobanner .herobanner-item .herobanner-detail .text-space {
        font-size: .88889rem
    }
}

.herobanner .herobanner-item.pos-t .herobanner-detail {
    top: 20%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.herobanner .herobanner-item.pos-rb .herobanner-detail {
    width: 50%;
    left: auto;
    margin-top: 5rem;
    text-align: left
}

@media (max-width:575.98px) {
    .herobanner .herobanner-item.pos-rb .herobanner-detail {
        text-align: right;
        width: auto;
        left: 0;
        margin-top: 5rem
    }
}

.herobanner .swiper-button-next {
    right: 30px;
    transition: all .2s
}

.herobanner .swiper-button-next:hover {
    right: 27px
}

@media (max-width:575.98px) {
    .herobanner .swiper-button-next:hover {
        right: 10px
    }
}

@media (max-width:575.98px) {
    .herobanner .swiper-button-next {
        right: 10px
    }
}

.herobanner .swiper-button-prev {
    left: 30px;
    transition: all .2s
}

.herobanner .swiper-button-prev:hover {
    left: 27px
}

@media (max-width:575.98px) {
    .herobanner .swiper-button-prev:hover {
        left: 10px
    }
}

@media (max-width:575.98px) {
    .herobanner .swiper-button-prev {
        left: 10px
    }
}

.herobanner .swiper-button-next,
.herobanner .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #fff;
    background-size: 11px;
    border-radius: 35px;
    margin-top: 0;
    outline: 0
}

.herobanner .swiper-pagination {
    height: 30px
}

.herobanner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    position: relative;
    outline: 0;
    margin: 0 10px
}

.herobanner .swiper-pagination-bullet::before {
    background: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: .5;
    z-index: -1
}

.herobanner .swiper-pagination-bullet-active {
    background: #eea01f
}

.herobanner .swiper-pagination-bullet-active::after {
    background: url(../img/circle-orange.svg) no-repeat center center;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.herobanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.herobanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child::before {
    display: none
}

.herobanner .swiper-container-horizontal>.swiper-pagination-bullets,
.herobanner .swiper-pagination-custom,
.herobanner .swiper-pagination-fraction {
    width: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.sub-herobanner {
    position: relative
}

@media (max-width:767.98px) {
    .sub-herobanner {
        height: 250px
    }
}

.sub-herobanner::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 145px 145px;
    border-color: transparent transparent #fff transparent
}

@media (max-width:767.98px) {
    .sub-herobanner::after {
        border-width: 0 0 50px 50px
    }
}

.sub-herobanner h1 {
    text-shadow: -2px 2px 1px #000
}

.sub-herobanner h1 .text-black,
.sub-herobanner h1.text-black {
    text-shadow: none
}

.sub-herobanner .bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px
}

@media (max-width:767.98px) {
    .sub-herobanner .bg {
        height: 250px
    }

    .sub-herobanner .bg.focus-lb {
        background-position: left bottom
    }

    .sub-herobanner .bg.focus-rb {
        background-position: right bottom
    }

    .sub-herobanner .bg.focus-lt {
        background-position: left top
    }

    .sub-herobanner .bg.focus-rt {
        background-position: left top
    }
}

.sub-herobanner .head {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    margin: 2rem 0 0 0;
    width: 100%
}

@media (max-width:767.98px) {
    .sub-herobanner .head {
        margin: 1.5rem 0 0 0
    }
}

.sub-herobanner .content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 185px;
    text-align: center;
    color: #fff;
    width: 100%
}

@media (max-width:767.98px) {
    .sub-herobanner .content {
        top: 110px
    }
}

.sub-herobanner.fix650 .bg {
    height: 650px
}

@media (max-width:767.98px) {
    .sub-herobanner.fix650 .bg {
        height: 250px;
        background-size: auto 100%
    }
}

@media (max-width:767.98px) {
    .sub-herobanner.fix650 {
        overflow: hidden
    }
}

.am-move-ttb {
    transform: translateY(-20%);
    z-index: 10
}

.am-move-ttb.move-active {
    animation: 1s am_ttb forwards;
    animation-timing-function: ease-out
}

@keyframes am_ttb {
    0% {
        transform: translateY(-20%)
    }

    100% {
        transform: translateY(0)
    }
}

.herobanner-content {
    position: relative
}

@media (max-width:767.98px) {
    .herobanner-content {
        padding: 60px 0 0 0
    }
}

.herobanner-content .pic {
    position: relative
}

@media (max-width:767.98px) {
    .herobanner-content .pic {
        margin: 0 0 1rem 0
    }
}

.herobanner-content .pic::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 145px 145px;
    border-color: transparent transparent #fff transparent
}

@media (max-width:767.98px) {
    .herobanner-content .pic::after {
        border-width: 0 0 50px 50px
    }
}

.herobanner-content .head {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%
}

@media (max-width:767.98px) {
    .herobanner-content .head {
        margin: 0 0 1rem 0
    }
}

.herobanner-content .head.top {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    top: 117px
}

@media (max-width:767.98px) {
    .herobanner-content .head.top {
        position: relative;
        left: inherit;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit
    }
}

@media (max-width:767.98px) {
    .herobanner-content .head {
        position: relative;
        left: inherit;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        color: #000;
        padding: 0 15px
    }
}

.herobanner-content .content {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width:991.98px) {
    .herobanner-content .content {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        top: 190px
    }
}

@media (max-width:767.98px) {
    .herobanner-content .content {
        position: relative;
        left: inherit;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        color: #000;
        padding: 0 15px 30px 15px
    }
}

.wrap-header {
    background: rgba(22, 22, 22, .7);
    height: 87px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    transition: all .2s
}

@media (max-width:767.98px) {
    .wrap-header {
        height: 60px
    }
}

.wrap-header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    bottom: 0
}

@media (max-width:767.98px) {
    .wrap-header .logo {
        width: 70px
    }
}

.wrap-header .logo .base {
    display: block;
    transform: translateY(0);
    transition: all .5s
}

.wrap-header .logo .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: all .5s;
    opacity: 0
}

.wrap-header .logo:hover .mask {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: all .5s cubic-bezier(.175, .885, .17, 1.11);
    opacity: 1
}

.wrap-header .logo:hover .base {
    opacity: 0;
    transition: all .5s
}

.wrap-header.black {
    background: #161616
}

#btn-hamburger {
    background: #111847;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 22px 33px;
    transition: all .2s
}

@media (max-width:767.98px) {
    #btn-hamburger {
        padding: 18px
    }
}

#btn-hamburger:hover {
    bottom: -3px;
    opacity: .8
}

.hamburger .text {
    font-size: .88889rem;
    top: 28px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:767.98px) {
    .hamburger .text {
        display: none
    }
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
    color: #fff;
    border-radius: 0
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 3px;
    width: 26px
}

.hamburger--spring .hamburger-inner:before {
    top: 10px
}

.hamburger--spring .hamburger-inner:after {
    top: 20px
}

.hamburger-box {
    width: 26px;
    height: 23px
}

.list-link {
    float: right
}

.list-link li {
    float: left;
    width: 96px
}

@media (max-width:767.98px) {
    .list-link li {
        width: 40px
    }
}

.list-link a {
    display: block;
    height: 87px;
    line-height: 82px;
    text-align: center;
    transition: all .2s
}

@media (max-width:767.98px) {
    .list-link a {
        height: 60px;
        line-height: 55px
    }
}

.list-link a:hover {
    height: 92px;
    opacity: .8
}

@media (max-width:767.98px) {
    .list-link a:hover {
        height: 65px
    }
}

.list-link .email a {
    background: #eea01f;
    color: #fff
}

.list-link .email .icon {
    background: url(../img/icon/email.png) no-repeat center center;
    background-size: 100%;
    width: 36px;
    height: 87px;
    margin: 0 auto;
    text-indent: -9999px;
    display: block
}

@media (max-width:767.98px) {
    .list-link .email .icon {
        width: 25px;
        height: 60px;
        line-height: 60px
    }
}

.list-link .search {
    display: block;
    height: 87px;
    line-height: 82px;
    cursor: pointer;
    background: #171718;
    color: #fff;
    transition: all .2s
}

@media (max-width:767.98px) {
    .list-link .search {
        height: 60px;
        line-height: 60px
    }
}

.list-link .search:hover {
    height: 92px;
    opacity: .8
}

@media (max-width:767.98px) {
    .list-link .search:hover {
        height: 65px
    }
}

.list-link .search .icon {
    background: url(../img/icon/magnifier.png) no-repeat center center;
    background-size: 100%;
    width: 36px;
    height: 87px;
    margin: 0 auto;
    text-indent: -9999px;
    display: block
}

@media (max-width:767.98px) {
    .list-link .search .icon {
        background-size: 20px auto;
        height: 60px;
        line-height: 60px
    }
}

.list-link .search.active .icon {
    background-image: url(../img/icon/magnifier-close.png)
}

.new-mainmenu {
    position: fixed;
    left: 0;
    top: 87px;
    right: 0;
    bottom: 0;
    z-index: 10
}

@media (max-width:767.98px) {
    .new-mainmenu {
        top: 60px
    }
}

.new-mainmenu .mainmenu {
    position: fixed;
    left: 0;
    top: 87px;
    right: 0;
    bottom: 0;
    overflow: auto;
    visibility: hidden;
    transition: visibility .5s ease;
    padding: 0;
    z-index: 2
}

@media (max-width:767.98px) {
    .new-mainmenu .mainmenu {
        top: 60px;
        padding: 1.5rem 0
    }
}

.new-mainmenu .mainmenu-wrap {
    padding: 1rem 0 .5rem 0;
    position: relative;
    opacity: .5;
    transition: all .3s
}

@media (max-width:767.98px) {
    .new-mainmenu .mainmenu-wrap {
        padding: .5rem 0;
        opacity: 1
    }
}

.new-mainmenu .mainmenu-wrap::before {
    content: '';
    display: block;
    height: 5px;
    background: #111847;
    position: absolute;
    left: 110%;
    right: -15px;
    top: 0;
    transition: all .3s cubic-bezier(.42, 0, .58, 1);
    opacity: 0
}

@media (max-width:767.98px) {
    .new-mainmenu .mainmenu-wrap::before {
        display: none
    }
}

.new-mainmenu .mainmenu-head {
    border-bottom: solid 3px #91908f;
    display: block;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0
}

.new-mainmenu .mainmenu-subhead {
    border-bottom: solid 3px #91908f;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: 700
}

.new-mainmenu .bg {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1, 0);
    transform-origin: center bottom;
    transition-delay: .3s;
    transition: transform .5s ease-in-out
}

.new-mainmenu .list-mainmenu {
    margin: 0 0 10px 0;
    font-size: .9rem
}

.new-mainmenu .list-mainmenu li a {
    display: block;
    border-bottom: solid 1px #d4d4d4;
    padding: 5px 0 5px 30px;
    position: relative
}

.new-mainmenu .list-mainmenu li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #000
}

.new-mainmenu .list-mainmenu .active {
    background: #212121;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 45px
}

.new-mainmenu .list-mainmenu .active::after {
    background: #fff;
    left: 30px
}

.new-mainmenu .list-mainmenu-border {
    font-size: .9rem
}

.new-mainmenu .list-mainmenu-border a {
    display: block;
    border-bottom: solid 1px #d4d4d4;
    padding: 5px 0 5px 0;
    position: relative
}

.new-mainmenu .list-mainmenu-border .active {
    background: #212121;
    color: #fff;
    margin: 0 -15px;
    padding-right: 15px;
    padding-left: 15px
}

.new-mainmenu .list-mainmenu,
.new-mainmenu .list-mainmenu-border,
.new-mainmenu .mainmenu-head,
.new-mainmenu .mainmenu-subhead {
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition-delay: .2s
}

.new-mainmenu.close-menu {
    pointer-events: none !important
}

.new-mainmenu.close-menu .mainmenu {
    visibility: hidden;
    transition: visibility .5s ease
}

.new-mainmenu.close-menu .bg {
    transform-origin: center bottom;
    transform: scale(1, 0);
    transition-delay: .3s
}

.new-mainmenu.close-menu .list-mainmenu,
.new-mainmenu.close-menu .list-mainmenu-border,
.new-mainmenu.close-menu .mainmenu-head,
.new-mainmenu.close-menu .mainmenu-subhead {
    animation: am__mainmenu .5s ease-in-out
}

.new-mainmenu.open-menu .bg {
    transform: scale(1, 1)
}

.new-mainmenu.open-menu .list-mainmenu,
.new-mainmenu.open-menu .list-mainmenu-border,
.new-mainmenu.open-menu .mainmenu-head,
.new-mainmenu.open-menu .mainmenu-subhead {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition-delay: .3s;
    animation: am__mainmenu .5s ease-in-out
}

.new-mainmenu.open-menu .mainmenu {
    visibility: visible;
    transition: visibility .5s ease;
    transition-delay: .3s
}

@keyframes am__mainmenu {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(-50px);
        opacity: 0
    }
}

.switch-lang {
    float: right;
    position: relative
}

.switch-lang .current {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    background: #fff;
    display: block;
    height: 87px;
    line-height: 82px;
    padding: 0 15px;
    position: relative;
    width: 96px;
    cursor: pointer
}

@media (max-width:767.98px) {
    .switch-lang .current {
        font-size: .77778rem;
        padding: 0 10px;
        width: auto;
        height: 60px;
        line-height: 60px
    }
}

.switch-lang .list-lang {
    margin: 0;
    position: absolute;
    left: 0;
    width: 192px;
    top: 87px
}

@media (max-width:767.98px) {
    .switch-lang .list-lang {
        top: 60px;
        font-size: .77778rem;
        width: 120px
    }
}

.switch-lang .list-lang li {
    border-top: solid 1px #b5b5b5
}

.switch-lang .list-lang .lang {
    font-size: .88889rem;
    background: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    position: relative
}

@media (max-width:767.98px) {
    .switch-lang .list-lang .lang {
        font-size: .66667rem;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        width: auto
    }
}

.switch-lang .list-lang .lang img {
    border: solid 1px #b5b5b5;
    margin-top: -2px
}

.switch-lang .list-lang a:hover {
    background: #fbe7cc
}

.switch-lang.close-lang .list-lang {
    visibility: hidden;
    transition: visibility .5s ease
}

.switch-lang.close-lang .list-lang li {
    transform: translateY(-10px);
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition-delay: .2s;
    animation: am__mainmenu .3s ease-in-out
}

.switch-lang.open-lang .list-lang {
    visibility: visible;
    transition: visibility .5s ease
}

.switch-lang.open-lang .list-lang li {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition-delay: .2s;
    animation: am__mainmenu .3s ease-in-out
}

.search-wrap {
    position: fixed;
    left: 0;
    top: 87px;
    right: 0;
    bottom: 0;
    z-index: 10
}

.search-wrap .head {
    color: #111847
}

.search-wrap .search-block {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 11;
    width: 65%
}

@media (max-width:1199.98px) {
    .search-wrap .search-block {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .search-wrap .search-block {
        width: 100%;
        padding: 0 15px
    }
}

.search-wrap .search-input {
    background: #fff;
    border-radius: 0;
    color: #000;
    border: solid 1px #b5b5b5
}

.search-wrap .search-input:focus {
    border-color: #111847;
    box-shadow: 0 0 0 .2rem rgba(17, 24, 71, .25)
}

.search-wrap .search {
    position: relative
}

.search-wrap .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    border: none;
    padding: 10px
}

.search-wrap .list-word {
    margin: 0;
    padding: 1rem 0 0 0;
    width: 100%;
    text-align: center
}

@media (max-width:767.98px) {
    .search-wrap .list-word {
        padding: .75rem 0 0 0
    }
}

.search-wrap .list-word li {
    display: inline-block;
    margin: 12px 4px
}

@media (max-width:767.98px) {
    .search-wrap .list-word li {
        margin: 8px 4px
    }
}

.search-wrap .list-word li a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    background: #303031;
    border-radius: 15px;
    transition: all .2s
}

@media (max-width:767.98px) {
    .search-wrap .list-word li a {
        font-size: .66667rem
    }
}

.search-wrap .list-word li a:hover {
    background: #111847;
    transition: all .2s;
    padding: 5px 15px
}

.search-wrap .bg {
    background: rgba(255, 255, 255, .98);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1, 0);
    transform-origin: center bottom;
    transition-delay: .3s;
    transition: transform .5s ease-in-out
}

.search-wrap.close-search {
    pointer-events: none !important
}

.search-wrap.close-search .bg {
    transform-origin: center bottom;
    transform: scale(1, 0);
    transition-delay: .5s
}

.search-wrap.close-search .head,
.search-wrap.close-search .list-word li,
.search-wrap.close-search .search {
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition-delay: .2s;
    animation: am__mainmenu .5s ease-in-out
}

.search-wrap.close-search .head {
    transition-delay: .2s
}

.search-wrap.close-search .search {
    transition-delay: .3s
}

.search-wrap.close-search .list-word li {
    transition-delay: .4s
}

.search-wrap.close-search .search-block {
    visibility: hidden;
    transition: visibility .5s ease;
    transition-delay: .5s
}

.search-wrap.open-search .bg {
    transform: scale(1, 1)
}

.search-wrap.open-search .head,
.search-wrap.open-search .list-word li,
.search-wrap.open-search .search {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition-delay: .2s;
    animation: am__mainmenu .5s ease-in-out
}

.search-wrap.open-search .head {
    transition-delay: .2s
}

.search-wrap.open-search .search {
    transition-delay: .3s
}

.search-wrap.open-search .list-word li {
    transition-delay: .4s
}

.search-wrap.open-search .search-block {
    visibility: visible;
    transition: visibility .5s ease
}

.footer {
    font-size: .77778rem;
    padding: 3rem 0 16rem 0;
    background: url(../img/bg/footer.jpg) no-repeat center bottom #fff;
    position: relative;
    z-index: 2
}

@media (max-width:767.98px) {
    .footer {
        padding: 1rem 0 7rem 0;
        background-size: auto 7rem
    }
}

.footer .add-border::after {
    display: block;
    content: '';
    width: 1px;
    background: #e2e2e3;
    height: 150px;
    position: absolute;
    left: -7.5px;
    top: 0;
    bottom: 0
}

@media (max-width:767.98px) {
    .footer .add-border::after {
        display: none
    }
}

.footer .tel {
    font-size: 1.66667rem
}

@media (max-width:991.98px) {
    .footer .tel {
        font-size: 1.11111rem
    }
}

.list-social {
    display: block;
    margin: 0;
    width: 100%
}

@media (max-width:767.98px) {
    .list-social {
        text-align: center
    }
}

.list-social li {
    float: left;
    margin: 0 1rem 0 0
}

@media (max-width:767.98px) {
    .list-social li {
        display: inline-block;
        margin: 0 .25rem;
        float: none
    }
}

.list-social a {
    display: block;
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.27778rem;
    line-height: 38px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: solid 2px #fff;
    transition: border-color .3s ease-in-out
}

.list-social a.fb {
    background: #3a5897
}

.list-social a.yt {
    background: #c22126
}

.list-social a.tw {
    background: #00b6f1
}

.list-social a:hover {
    border-color: #b5b5b5;
    transition: border-color .3s ease-in-out
}

.text-number {
    position: relative;
    display: inline-block
}

.text-number span {
    display: block
}

.text-number .super {
    position: absolute;
    top: 0;
    left: 107%;
    white-space: nowrap
}

.block-content-image .content {
    color: #fff;
    width: 1600px;
    height: 505px;
    margin: 0 auto;
    position: relative
}

@media (max-width:1600px) {
    .block-content-image .content {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .block-content-image .content {
        height: 250px
    }
}

.block-content-image .content .pic-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.block-content-image .content .pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.block-content-image .content::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767.98px) {
    .block-content-image .content::after {
        border-width: 50px 50px 0 0
    }
}

.block-content-overlap {
    margin: 0 0 5rem 0;
    position: relative
}

@media (max-width:991.98px) {
    .block-content-overlap {
        margin: 0 0 2rem 0
    }
}

.block-content-overlap .content-block {
    margin-top: -7rem;
    background: #111847;
    color: #fff;
    padding: 2.5rem 2.5rem 5rem 2.5rem;
    box-shadow: 2px 2px 50px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 2
}

@media (max-width:767.98px) {
    .block-content-overlap .content-block {
        padding: 2.5rem;
        margin-top: -2rem
    }
}

.block-content-overlap .content-block.fix-height {
    min-height: 550px
}

@media (max-width:767.98px) {
    .block-content-overlap .content-block.fix-height {
        min-height: auto
    }
}

.list-icon-content {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 15px;
    height: 165px;
    transition: all .3s
}

.list-icon-content .icon {
    margin: 0 0 .75rem 0;
    transition: all .2s
}

.list-icon-content .text {
    margin: 0
}

.list-icon-content .text strong {
    display: block
}

.list-icon-content.active,
.list-icon-content:hover {
    background: #eea01f;
    color: #fff;
    transition: all .3s
}

.list-icon-content.active .icon,
.list-icon-content:hover .icon {
    transition: all .2s;
    filter: brightness(0) invert(1)
}

.add-triangle-fill-tl {
    position: relative
}

.add-triangle-fill-tl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35vw 35vw 0 0;
    border-color: #f6f6f4 transparent transparent transparent
}

.add-triangle-fill-tl.triangle-small::before {
    border-width: 25vw 25vw 0 0
}

.add-triangle-border-tl::after {
    content: "";
    display: block;
    position: absolute;
    left: 50vw;
    top: 0;
    background: #b5b5b5;
    width: 1px;
    height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: top left
}

.add-triangle-border-tl.am-ttb::after {
    height: 0;
    animation: am_line_ttb 5s forwards;
    transition: border 1s linear
}

@keyframes am_line_ttb {
    0% {
        height: 0
    }

    100% {
        height: 100vw
    }
}

.add-line-rb {
    background-image: url(../img/bg/line-rb-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.add-line-rb-2 {
    background-image: url(../img/bg/line-rb-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.add-line-rb-3 {
    background-image: url(../img/bg/line-rb-3.png);
    background-position: right bottom;
    background-repeat: no-repeat
}

.add-quote {
    display: inline-block;
    position: relative;
    padding: 0 60px
}

.add-quote::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon/quote-open-black.png) no-repeat 0 0;
    width: 28px;
    height: 28px
}

.add-quote::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/icon/quote-close-black.png) no-repeat 0 0;
    width: 28px;
    height: 28px
}

.add-quote-tb {
    display: inline-block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.add-quote-tb::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -14px;
    background: url(../img/icon/quote-open-black.png) no-repeat 0 0;
    width: 28px;
    height: 28px
}

.add-quote-tb::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -14px;
    background: url(../img/icon/quote-close-black.png) no-repeat 0 0;
    width: 28px;
    height: 28px
}

.add-quote-tb.white::before {
    background: url(../img/icon/quote-open-white.png) no-repeat 0 0
}

.add-quote-tb.white::after {
    background: url(../img/icon/quote-close-white.png) no-repeat 0 0
}

.add-clip-border {
    display: inline-block;
    position: relative
}

.add-clip-border::after {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    bottom: 0;
    background: #fff;
    border-left: solid 1px #b5b5b5;
    width: 20px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: top left;
    pointer-events: none !important
}

@media (max-width:991.98px) {
    .add-clip-border::after {
        right: -28px;
        bottom: -5px;
        height: 50px
    }
}

@media (max-width:575.98px) {
    .add-clip-border::after {
        right: -25px;
        bottom: -5px;
        height: 30px
    }
}

.table-global {
    text-align: center
}

.table-global td,
.table-global th {
    border-color: #303031
}

.table-global thead th {
    border: none
}

.table-global thead th:first-child {
    text-align: left
}

.table-global tbody {
    border-bottom: solid 1px #303031
}

.table-global tbody td span,
.table-global tbody th span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 .25rem
}

.table-global tbody th {
    text-align: left;
    font-weight: 400
}

.table-global tbody tr:nth-child(even) td,
.table-global tbody tr:nth-child(even) th {
    background-color: #eee
}

.table-global tbody tr:nth-child(even) td span,
.table-global tbody tr:nth-child(even) th span {
    background-color: #eee
}

.table-global .add-line {
    position: relative
}

.table-global .add-line td,
.table-global .add-line th {
    position: relative;
    font-weight: 700
}

.table-global .add-line td::after,
.table-global .add-line th::after {
    content: "";
    height: 1px;
    background: #b5b5b5;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%
}

@media (max-width:767.98px) {

    .table-global .add-line td::after,
    .table-global .add-line th::after {
        top: 24px
    }
}

.table-global-borderless td,
.table-global-borderless th {
    padding: .25rem .5rem .25rem 0
}

.list-file li {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 120px 20px 120px;
    border-bottom: solid 1px #b5b5b5;
    min-height: 116px
}

@media (max-width:767.98px) {
    .list-file li {
        padding: 0 0 20px 85px;
        min-height: 150px
    }
}

.list-file li a {
    transition: all .3s
}

.list-file li:hover a {
    transition: all .3s;
    color: #eea01f
}

.list-file li:hover .date {
    transition: all .3s;
    background: #eea01f
}

.list-file li:hover .date span:last-child {
    color: #171718
}

.list-file li:hover .icon {
    filter: invert(16%) sepia(100%) saturate(4628%) hue-rotate(358deg) brightness(93%) contrast(97%)
}

.list-file li:hover .file a {
    color: #000
}

.list-file .date {
    background: #303031;
    color: #fff;
    width: 90px;
    height: 96px;
    text-align: center;
    margin: 0;
    padding: 14px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s
}

@media (max-width:767.98px) {
    .list-file .date {
        padding-top: 11px;
        width: 70px;
        height: 70px
    }
}

.list-file .date span {
    display: block;
    margin-bottom: 0.5rem;
}

.list-file .file {
    border-left: solid 1px #b5b5b5;
    padding: 0 0 0 15px;
    text-align: center;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:767.98px) {
    .list-file .file {
        right: auto;
        left: 0;
        top: 80px;
        border: none;
        padding: 0;
        width: 70px
    }
}

.list-file .file .icon {
    display: block;
    margin: 0 0 5px 0
}

@media (max-width:767.98px) {
    .list-file .file .icon {
        width: 30px;
        margin-left: 17px
    }
}

.list-file .file .text {
    display: block;
    padding: 0 0 0 10px
}

@media (max-width:767.98px) {
    .list-file .file .text {
        font-size: .66667rem;
        padding: 0
    }
}

.list-file-block {
    position: relative;
    padding: 0 95px 0 0;
    min-height: 96px
}

@media (max-width:767.98px) {
    .list-file-block {
        margin: 0 0 1rem 0
    }
}

.list-file-block:hover a {
    color: #eea01f
}

.list-file-block:hover img {
    filter: invert(16%) sepia(100%) saturate(4628%) hue-rotate(358deg) brightness(93%) contrast(97%)
}

.list-file-block:hover .file a {
    color: #000
}

.list-file-block .file {
    border-left: solid 1px #b5b5b5;
    padding: 0 15px 0 0;
    text-align: center;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0
}

.list-file-block .file .icon {
    display: block;
    margin: 0 0 5px 0
}

@media (max-width:575.98px) {
    .list-file-block .file .icon {
        width: 55px
    }
}

.list-file-block .file .text {
    display: block;
    padding: 0 0 0 10px
}

@media (max-width:575.98px) {
    .list-file-block .file .text {
        font-size: .66667rem
    }
}

.list-pagination {
    text-align: center
}

.list-pagination li {
    display: inline-block;
    line-height: 22px;
    margin: 0 5px
}

.list-pagination a {
    display: block;
    line-height: 1;
    padding: 5px
}

@media (max-width:575.98px) {
    .list-pagination a {
        padding: 1px
    }
}

.list-pagination .current {
    color: #eea01f;
    font-size: 1.33333rem
}

.list-pagination.white a {
    color: #fff
}

.list-pagination.white a img {
    filter: brightness(0) invert(1)
}

.list-pagination.white a:hover {
    color: #eea01f
}

.list-pagination.white .current {
    color: #eea01f
}

.automotive-1 {
    position: relative;
    margin: 0 0 9rem 0
}

@media (max-width:767.98px) {
    .automotive-1 {
        margin: 0 0 8rem 0
    }
}

.automotive-1 .content {
    position: relative;
    z-index: 2
}

@media (max-width:767.98px) {
    .automotive-1 .pic {
        padding: 2.5rem 0 0 0;
        position: relative;
        left: auto;
        top: auto
    }
}

.automotive-1 .pic img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    z-index: 1
}

.automotive-2 {
    position: relative
}

@media (max-width:991.98px) {
    .automotive-2 .content .pic {
        background-position: 40% 0
    }
}

@media (max-width:575.98px) {
    .automotive-2 .content .pic {
        background-position: 35% 0
    }
}

.automotive-2 .overlap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -137px;
    z-index: 3;
    height: 181px
}

@media (max-width:991.98px) {
    .automotive-2 .overlap {
        background-position: 40% 0
    }
}

@media (max-width:575.98px) {
    .automotive-2 .overlap {
        background-position: 33% 0;
        top: -87px;
        height: 112px
    }
}

.add-border-oblique {
    position: relative
}

.add-border-oblique::after {
    content: "";
    display: block;
    background: #b5b5b5;
    width: 1px;
    height: 150px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    transform-origin: center center;
    position: absolute;
    right: -25px;
    top: 50%;
    margin: -75px 0 0 0
}

@media (max-width:767.98px) {
    .add-border-oblique::after {
        display: none
    }
}

.govinitiative-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 7rem 0 16rem 0;
    position: relative;
    z-index: 1
}

@media (max-width:991.98px) {
    .govinitiative-1 {
        padding: 7rem 0 16rem 0
    }
}

@media (max-width:767.98px) {
    .govinitiative-1 {
        padding: 5rem 0 10rem 0
    }
}

.govinitiative-2 {
    background: #303031;
    position: relative;
    z-index: 2;
    padding: 4rem 0
}

.govinitiative-2 .map {
    position: relative;
    display: inline-block
}

.govinitiative-2 .map-wrap {
    position: relative
}

.govinitiative-2 .map.layer {
    position: absolute;
    left: 0;
    top: 0
}

.govinitiative-2 .map-hover {
    cursor: pointer;
    opacity: .5;
    position: absolute
}

.govinitiative-2 .map .color {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.05);
    transition: all .5s
}

.govinitiative-2 .map.active .color {
    transition: all .5s;
    opacity: 1;
    transform: scale(1)
}

.govinitiative-2 .map-line {
    display: none;
    position: absolute;
    right: -18%;
    width: 49%;
    top: 22%;
    pointer-events: none !important
}

.govinitiative-2 .map-line.active {
    display: block
}

@media (max-width:767.98px) {
    .govinitiative-2 .map-line.active {
        display: none
    }
}

.govinitiative-2 .map-desc {
    display: none
}

.govinitiative-2 .map-desc.active {
    display: block
}

.govinitiative-3 {
    background: url(../img/page/gov-initiative/pic-4.jpg) no-repeat center bottom #fff;
    background-size: 100% auto;
    padding: 3rem 0 25rem 0;
    position: relative
}

@media (max-width:991.98px) {
    .govinitiative-3 {
        padding: 3rem 0 15rem 0
    }
}

@media (max-width:767.98px) {
    .govinitiative-3 {
        padding: 2rem 0 10rem 0
    }
}

.govinitiative-3 .oversize {
    width: 120%
}

@media (max-width:991.98px) {
    .govinitiative-3 .oversize {
        width: 140%
    }
}

@media (max-width:767.98px) {
    .govinitiative-3 .oversize {
        width: auto
    }
}

.govinitiative-3 .pic {
    position: relative
}

.govinitiative-3 .circle {
    background: url(../img/land-point.png) no-repeat 0 0;
    width: 135px;
    height: 106px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    left: 52%;
    top: 57.5%;
    line-height: 0
}

.govinitiative-3 .circle::after {
    background: url(../img/point.svg) no-repeat center center;
    width: 135px;
    height: 106px;
    content: "";
    display: block
}

.govinitiative-3 .map {
    display: inline-block
}

.govinitiative-3 .map .map-layer {
    position: absolute;
    left: 0;
    bottom: 0
}

.govinitiative-3 .map.am-map-reset .line {
    -webkit-clip-path: circle(0 at 50% 100%);
    clip-path: circle(0 at 50% 100%);
    transition: all .5s
}

.govinitiative-3 .map.am-map-reset .flag-1,
.govinitiative-3 .map.am-map-reset .flag-2,
.govinitiative-3 .map.am-map-reset .flag-3 {
    transform: scale(.9);
    opacity: 0
}

.govinitiative-3 .map.am-map .line {
    -webkit-clip-path: circle(130% at 50% 100%);
    clip-path: circle(130% at 50% 100%);
    transition: all 2.5s
}

.govinitiative-3 .map.am-map .flag-1 {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
    transition: all .5s;
    transition-delay: 1.3s
}

.govinitiative-3 .map.am-map .flag-2 {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
    transition: all .5s;
    transition-delay: 1.4s
}

.govinitiative-3 .map.am-map .flag-3 {
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
    transition: all .5s;
    transition-delay: 1.2s
}

@keyframes am_map_line {
    0% {
        -webkit-clip-path: circle(0 at 50% 100%);
        clip-path: circle(0 at 50% 100%)
    }

    100% {
        -webkit-clip-path: circle(112% at 50% 100%);
        clip-path: circle(112% at 50% 100%)
    }
}

@keyframes am_map_flag {
    0% {
        transform: scale(.9);
        transform-origin: center center;
        transition-timing-function: cubic-bezier(.445, .05, .55, .95);
        opacity: 0
    }

    100% {
        transform: scale(1);
        transform-origin: center center;
        transition-timing-function: cubic-bezier(.445, .05, .55, .95);
        opacity: 1
    }
}

.promotedzone-1 {
    background-color: #f8f5f5;
    background-position: right 180px;
    background-repeat: no-repeat;
    padding: 185px 0 10rem 0
}

@media (max-width:1440px) {
    .promotedzone-1 {
        background-position: right 30vh;
        background-size: 50vw auto;
        padding: 185px 0 6rem 0
    }
}

@media (max-width:1199.98px) {
    .promotedzone-1 {
        background-position: right bottom;
        background-size: 50vw auto
    }
}

@media (max-width:991.98px) {
    .promotedzone-1 {
        padding: 110px 0 4rem 0
    }
}

@media (max-width:767.98px) {
    .promotedzone-1 {
        background-size: 60vw auto;
        padding: 110px 0 3rem 0
    }
}

.promotedzone-1 .nav {
    display: block;
    padding: 0 0 0 5rem;
    width: 100%
}

@media (max-width:1199.98px) {
    .promotedzone-1 .nav {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .promotedzone-1 .nav {
        margin-left: auto;
        margin-right: auto;
        width: 400px
    }
}

@media (max-width:575.98px) {
    .promotedzone-1 .nav {
        width: 300px
    }
}

.promotedzone-1 .nav li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 0 0 15px;
    width: 120px
}

@media (max-width:767.98px) {
    .promotedzone-1 .nav li {
        width: 100px;
        padding: 0;
        margin-bottom: .5rem
    }
}

@media (max-width:575.98px) {
    .promotedzone-1 .nav li {
        width: 130px
    }
}

.promotedzone-1 .nav a {
    display: block
}

.promotedzone-1 .nav a.active {
    color: #eea01f
}

.promotedzone-1 .nav a.active .icon {
    filter: invert(77%) sepia(26%) saturate(6875%) hue-rotate(351deg) brightness(107%) contrast(87%)
}

.promotedzone-1 .nav .icon {
    float: left;
    display: block;
    margin: 0 0 .5rem 0;
    width: 100%
}

@media (max-width:575.98px) {
    .promotedzone-1 .nav .icon {
        float: none;
        width: 30px;
        margin: 0 auto .5rem auto
    }
}

.promotedzone-1 .nav .text {
    float: left;
    display: block;
    height: 90px;
    width: 100%
}

@media (max-width:767.98px) {
    .promotedzone-1 .nav .text {
        font-size: .77778rem;
        height: 48px
    }
}

.promotedzone-1 .pic {
    width: 743px
}

@media (max-width:1440px) {
    .promotedzone-1 .pic {
        width: 650px
    }
}

@media (max-width:1199.98px) {
    .promotedzone-1 .pic {
        width: auto
    }
}

.promotedzone-1 .pic img {
    box-shadow: 50px 50px 100px rgba(0, 0, 0, .6)
}

.promotedzone-2 .thumb-list li {
    float: left;
    width: 20%;
    height: 410px;
    position: relative
}

.promotedzone-2 .thumb-list li a {
    display: block;
    height: 100%
}

@media (max-width:767.98px) {
    .promotedzone-2 .thumb-list li {
        width: 100%;
        height: auto
    }
}

.promotedzone-2 .thumb-list .bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.promotedzone-2 .thumb-list .text {
    font-size: 1.55556rem;
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2
}

.promotedzone-2 .thumb-list .text strong {
    display: block
}

@media (max-width:767.98px) {
    .promotedzone-2 .thumb-list .text {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit
    }
}

.promotedzone-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5rem 0
}

@media (max-width:767.98px) {
    .promotedzone-3 {
        padding: 2rem 0
    }
}

.promotedzone-3 .targeted-content {
    display: none
}

.promotedzone-3 .map-wrap {
    position: relative
}

.promotedzone-3 .map.layer {
    position: absolute;
    left: 0;
    top: 0
}

.promotedzone-3 .map.province {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.05);
    transition: all .5s
}

.promotedzone-3 .map.province.active {
    transition: all .5s;
    opacity: 1;
    transform: scale(1)
}

.promotedzone-3 .map {
    position: relative;
    display: inline-block
}

.promotedzone-3 .map .circle-number {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0
}
.promotedzone-3 .color-w-pdf{
    color: #fff;
}
.promotedzone-3 .map .circle-number.active {
    background: url(../img/page/promoted-zone-industrial/circle.svg) no-repeat center center;
    background-size: 100% auto
}

@media (max-width:1440px) {
    .promotedzone-3 .map .circle-number {
        width: 60px;
        height: 60px
    }
}

@media (max-width:1199.98px) {
    .promotedzone-3 .map .circle-number {
        width: 48px;
        height: 48px
    }
}

@media (max-width:991.98px) {
    .promotedzone-3 .map .circle-number {
        width: 35px;
        height: 35px
    }
}

@media (max-width:767.98px) {
    .promotedzone-3 .map .circle-number {
        width: 55px;
        height: 55px
    }
}

@media (max-width:575.98px) {
    .promotedzone-3 .map .circle-number {
        width: 35px;
        height: 35px
    }
}

.promotedzone-3 .map .number {
    position: absolute;
    z-index: 99;
    background: #eea01f;
    color: #fff;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 24px;
    font-size: 0.57rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.promotedzone-3 .map .number:hover {
    transition: all 0.1s;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-style: solid !important;
}
.text-number-org {
    position: relative;
    display: inline-block;
    font-size: 0.47rem;
    color: #cc6600;
    white-space: nowrap;
}
.text-number-w {
    position: relative;
    display: inline-block;
    font-size: 0.47rem;
    color: #fff;
    white-space: nowrap;
}
@media (max-width:1199.98px) {
    .promotedzone-3 .map .number {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: .61111rem
    }
}

@media (max-width:991.98px) {
    .promotedzone-3 .map .number {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: .55556rem
    }
}

@media (max-width:767.98px) {
    .promotedzone-3 .map .number {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: .66667rem
    }
}

.promotedzone-3 .list-number li {
    cursor: pointer;
    line-height: 1.5
}

.promotedzone-3 .list-number .active {
    color: #eea01f
}

.promotedzone-4 {
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 5rem 1rem 25rem 1rem;
    position: relative
}

@media (max-width:767.98px) {
    .promotedzone-4 {
        padding: 2rem 1rem 10rem 1rem
    }
}

.promotedzone-4 .list-content {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 150px 0 0 0
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content {
        padding: 50px 0 0 0
    }
}

.promotedzone-4 .list-content li {
    padding-left: 50%;
    padding-right: 0;
    text-align: left;
    position: relative;
    min-height: 220px
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content li {
        height: auto
    }
}

.promotedzone-4 .list-content li::after {
    content: "";
    display: block;
    clear: both
}

.promotedzone-4 .list-content li .head {
    font-family: Futura Md BT;
    font-size: 2.11111rem;
    margin: 0 0 .5rem 0
}

@media (max-width:991.98px) {
    .promotedzone-4 .list-content li .head {
        font-size: 1.38889rem
    }
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content li .head {
        font-size: 1.11111rem
    }
}

.promotedzone-4 .list-content li .desc {
    margin: 0
}

.promotedzone-4 .list-content li .desc,
.promotedzone-4 .list-content li .head {
    float: left;
    padding-left: 100px;
    width: 600px
}

@media (max-width:1199.98px) {

    .promotedzone-4 .list-content li .desc,
    .promotedzone-4 .list-content li .head {
        width: 450px
    }
}

@media (max-width:991.98px) {

    .promotedzone-4 .list-content li .desc,
    .promotedzone-4 .list-content li .head {
        width: auto
    }
}

@media (max-width:767.98px) {

    .promotedzone-4 .list-content li .desc,
    .promotedzone-4 .list-content li .head {
        padding-left: 80px;
        width: 100%;
        display: block
    }
}

.promotedzone-4 .list-content li:nth-child(even) {
    padding-right: 50%;
    padding-left: 0;
    text-align: right
}

.promotedzone-4 .list-content li:nth-child(even) .desc,
.promotedzone-4 .list-content li:nth-child(even) .head {
    float: right;
    padding-right: 100px;
    padding-left: 0
}

@media (max-width:767.98px) {

    .promotedzone-4 .list-content li:nth-child(even) .desc,
    .promotedzone-4 .list-content li:nth-child(even) .head {
        float: left;
        padding-left: 80px;
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content li:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        text-align: left
    }
}

.promotedzone-4 .list-content li::before {
    content: "";
    width: 6px;
    background: #303031;
    position: absolute;
    left: 50%;
    top: -220px;
    height: 220px;
    margin: 0 0 0 -3px
}

@media (max-width:991.98px) {
    .promotedzone-4 .list-content li::before {
        top: -400px;
        height: 400px
    }
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content li::before {
        left: 32px
    }
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content li {
        padding-left: 0;
        padding-right: 0;
        min-height: auto;
        padding: 0 0 30px 0
    }
}

.promotedzone-4 .list-content .number {
    background: #fff;
    width: 97px;
    height: 97px;
    border: solid 6px #303031;
    border-radius: 97px;
    text-align: center;
    line-height: 91px;
    font-size: 2.66667rem;
    font-family: Samsung Sharp Sans Regular;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -48px;
    z-index: 2
}

@media (max-width:767.98px) {
    .promotedzone-4 .list-content .number {
        width: 60px;
        height: 60px;
        line-height: 50px;
        font-size: 1.44444rem;
        left: 50px
    }
}

.pressrelease-1 {
    z-index: 1
}

.pressrelease-1 .bg {
    background-position: center 0
}

.pressrelease-1 .head {
    margin: -10rem 0 0 0
}

@media (max-width:767.98px) {
    .pressrelease-1 .head {
        margin: -1rem 0 0 0
    }
}

.pressrelease-2 {
    z-index: 2;
    position: relative
}

.pressrelease-2 .list-content-file {
    background: #fff;
    margin: -15rem 0 5rem 0;
    padding: 2rem;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .1)
}

@media (max-width:767.98px) {
    .pressrelease-2 .list-content-file {
        margin: -3rem 0 5rem 0
    }
}

@media (max-width:575.98px) {
    .pressrelease-2 .list-content-file {
        padding: 1rem;
        margin: -3rem 0 2rem 0
    }
}

.pressrelease-4 a {
    color: #fff
}

.pressrelease-4 a:hover {
    color: #eea01f
}

.boardcommittee-1 .bg {
    background-position: center 0
}

.boardcommittee-1 .bg.prayut {
    background-image: url(../img/page/board-committee/pic-1.jpg) !important
}

@media (max-width:767.98px) {
    .boardcommittee-1 .bg.prayut {
        background-position: center 0
    }
}

@media (max-width:575.98px) {
    .boardcommittee-1 .bg.prayut {
        background-image: url(../img/page/board-committee/pic-1-m.jpg) !important;
        background-color: #090b24;
        background-position: center 0;
        background-size: 100% auto
    }
}

.boardcommittee-1 .content-details {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0 2rem;
    width: 100%;
    top: 47%;
    position: absolute
}

@media (max-width:575.98px) {
    .boardcommittee-1 .content-details {
        top: auto;
        bottom: 30px
    }
}

@media (max-width:767.98px) {
    .boardcommittee-1.sub-herobanner {
        height: 650px
    }

    .boardcommittee-1.sub-herobanner .bg {
        height: 650px
    }
}

@media (max-width:575.98px) {
    .boardcommittee-1.sub-herobanner {
        height: 650px
    }

    .boardcommittee-1.sub-herobanner .bg {
        height: 650px
    }
}

.boardcommittee-2 {
    position: relative
}

.boardcommittee-2 .overlap {
    margin: 0;
    padding: 0 0 2rem 0
}

@media (max-width:991.98px) {
    .boardcommittee-2 .overlap {
        margin: 0
    }
}

@media (max-width:575.98px) {
    .boardcommittee-2 .overlap {
        padding: 0
    }
}

.list-thumb-people {
    padding: 7.5px 0
}

@media (max-width:575.98px) {
    .list-thumb-people {
        margin: 0 -7.5px
    }
}

.list-thumb-people li {
    float: left;
    padding: 7.5px;
    width: 25%
}

@media (max-width:991.98px) {
    .list-thumb-people li {
        width: 33.3333%
    }
}

@media (max-width:767.98px) {
    .list-thumb-people li {
        width: 50%
    }
}

.list-thumb-people li.full {
    width: 100% !important
}

.list-thumb-people li.full .outer:before {
    padding-top: 67.7551%
}

.list-thumb-people.list2column li {
    width: 50%
}

.thumb-people {
    position: relative;
    overflow: hidden
}

.thumb-people .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.thumb-people .text span {
    display: block
}

.thumb-people .name {
    font-family: Futura Md BT;
    line-height: 1.2rem;
    ;
    margin: 0 0 5px 0
}

@media (max-width:575.98px) {
    .thumb-people .name span {
        font-size: .83333rem
    }
}

.thumb-people .position {
    width: 40%
}

@media (max-width:575.98px) {
    .thumb-people .position {
        width: 100%;
        font-size: .72222rem
    }
}

.thumb-people .outer {
    background: #cbccce;
    position: relative
}

.thumb-people .outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 139.03226%
}

@media (max-width:575.98px) {
    .thumb-people .outer:before {
        padding-top: 177.41935%
    }
}

.thumb-people .outer>.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.thumb-people .pic {
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width:767.98px) {
    .thumb-people .pic {
        left: 10%
    }
}

.executives-management-1 {
    position: relative
}

.executives-management-1 .overlap {
    margin: -16rem 0 0 0;
    padding: 0 0 2rem 0
}

@media (max-width:767.98px) {
    .executives-management-1 .overlap {
        margin: 0;
        padding: 0
    }
}

.usefulresources-1 {
    z-index: 1
}

.usefulresources-1 .bg {
    background-position: center 0
}

.usefulresources-1.fix650 .bg {
    background-position: center 0
}

@media (max-width:767.98px) {
    .usefulresources-1.fix650 .bg {
        background-size: auto 316px
    }
}

.usefulresources-2 {
    z-index: 2;
    position: relative
}

.usefulresources-2 .list-content-file {
    background: #fff;
    margin: -15rem 0 5rem 0;
    padding: 2rem;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .1)
}

@media (max-width:991.98px) {
    .usefulresources-2 .list-content-file {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .usefulresources-2 .list-content-file {
        margin: -3rem 0 0 0
    }
}

@media (max-width:575.98px) {
    .usefulresources-2 .list-content-file {
        padding: 1rem;
        margin: -3rem 0 0 0
    }
}

.usefulresources-3 {
    background: url(../img/page/useful-resources/bg-1.jpg) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 1;
    position: relative;
    padding: 4rem 0
}

@media (max-width:767.98px) {
    .usefulresources-3 {
        padding: 2rem 0
    }
}

.usefulresources-3 .play-youtube-video {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.usefulresources-3 .play-youtube-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.usefulresources-3 .play-youtube-video::after {
    background: url(../img/icon/play.png) no-repeat 0 0;
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none !important
}

@media (max-width:767.98px) {
    .usefulresources-3 .play-youtube-video::after {
        background-size: 100% 100%;
        width: 50px;
        height: 50px
    }
}

.guidethailand-1 {
    background-image: url(../img/page/guide-thailand/bg-top.png);
    background-repeat: repeat-x;
    background-position: center 0;
    padding: 7rem 0 0 0;
    position: relative;
    z-index: 1
}

@media (max-width:991.98px) {
    .guidethailand-1 {
        padding: 7rem 0 0 0
    }
}

@media (max-width:767.98px) {
    .guidethailand-1 {
        padding: 5rem 0 0 0
    }
}

.guidethailand-1 .bg-footer {
    background-image: url(../img/page/guide-thailand/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 0 20rem 0
}

@media (max-width:767.98px) {
    .guidethailand-1 .bg-footer {
        background-size: 250% auto;
        padding: 0 0 8rem 0
    }
}

.guidethailand-1 .chart {
    display: inline-block
}

.guidethailand-1 .chart-btn-1 {
    position: absolute;
    right: 0;
    top: 70%
}

@media (max-width:991.98px) {
    .guidethailand-1 .chart-btn-1 {
        transform: scale(.8);
        transform-origin: center right
    }
}

@media (max-width:767.98px) {
    .guidethailand-1 .chart-btn-1 {
        transform: scale(.6)
    }
}

@media (max-width:767.98px) {
    .guidethailand-1 .chart-btn-1 {
        transform: scale(.4);
        top: 60%
    }
}

@media (max-width:575.98px) {
    [am-table] {
        position: relative
    }

    [am-table]::after {
        background: url(../img/icon/magnifier.png) no-repeat center center #303031;
        background-size: 50%;
        border-radius: 40px;
        opacity: .7;
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px;
        z-index: 5
    }

    [am-table] .table-scale-outer {
        position: relative
    }

    [am-table] .table-scale-outer td,
    [am-table] .table-scale-outer th {
        padding: .5rem
    }

    [am-table] .table-scale-outer * {
        transition: font-size .2s ease-out;
        font-size: .35rem !important
    }

    [am-table].am-table-active {
        margin: 0 -15px
    }

    [am-table].am-table-active .table-global .add-line td::after,
    [am-table].am-table-active .table-global .add-line th::after {
        top: 25px
    }

    [am-table].am-table-active::after,
    [am-table].am-table-active::before {
        display: none
    }

    [am-table].am-table-active .table-scale-outer table {
        min-width: 900px
    }

    [am-table].am-table-active .table-scale-outer td,
    [am-table].am-table-active .table-scale-outer th {
        padding: .75rem
    }

    [am-table].am-table-active .table-scale-outer * {
        transition: font-size .2s ease-out;
        font-size: 1rem !important
    }

    [am-table] .table-global .add-line td::after,
    [am-table] .table-global .add-line th::after {
        top: 12px
    }
}

.home-exclusive {
    position: relative;
    overflow: hidden
}

.home-exclusive .container {
    z-index: 2;
    position: relative
}

.home-exclusive::after {
    content: '';
    display: block;
    position: absolute;
    right: -25vw;
    bottom: -25vw;
    border: solid 1px #b5b5b5;
    width: 50vw;
    height: 50vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.home-welcome {
    position: relative;
    overflow: hidden
}

.home-welcome .container {
    z-index: 2;
    position: relative
}

.home-welcome::after {
    content: '';
    display: block;
    position: absolute;
    right: -30vw;
    bottom: -30vw;
    border: solid 1px #b5b5b5;
    width: 60vw;
    height: 60vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.home-welcome .welcome-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 1rem;
    float: left;
    color: #fff;
    height: 430px;
    position: relative
}

@media (max-width:767.98px) {
    .home-welcome .welcome-content {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .home-welcome .welcome-content {
        height: auto
    }
}

.home-welcome .welcome-content a {
    color: #fff;
    display: block
}

.home-welcome .welcome-content .pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

@media (max-width:767.98px) {
    .home-welcome .welcome-content .pic {
        filter: brightness(50%)
    }
}

.home-welcome .welcome-content.pos-1 {
    float: right;
    width: 75%
}

@media (max-width:1199.98px) {
    .home-welcome .welcome-content.pos-1 {
        width: 83.3333%
    }
}

@media (max-width:767.98px) {
    .home-welcome .welcome-content.pos-1 {
        width: 100%
    }
}

.home-welcome .welcome-content.pos-2 {
    width: 50%
}

@media (max-width:1199.98px) {
    .home-welcome .welcome-content.pos-2 {
        width: 33.3333%
    }
}

@media (max-width:767.98px) {
    .home-welcome .welcome-content.pos-2 {
        width: 100%
    }
}

.home-welcome .welcome-content.pos-3 {
    width: 25%
}

@media (max-width:1199.98px) {
    .home-welcome .welcome-content.pos-3 {
        width: 33.3333%
    }
}

@media (max-width:767.98px) {
    .home-welcome .welcome-content.pos-3 {
        width: 50%
    }
}

@media (max-width:575.98px) {
    .home-welcome .welcome-content.pos-3 {
        width: 100%
    }
}

.home-welcome .welcome-content.pos-4 {
    width: 25%
}

@media (max-width:1199.98px) {
    .home-welcome .welcome-content.pos-4 {
        width: 33.3333%
    }
}

@media (max-width:767.98px) {
    .home-welcome .welcome-content.pos-4 {
        width: 50%
    }
}

@media (max-width:575.98px) {
    .home-welcome .welcome-content.pos-4 {
        width: 100%
    }
}

.home-about .about-content {
    color: #fff;
    width: 1600px;
    height: 505px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

@media (max-width:1600px) {
    .home-about .about-content {
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .home-about .about-content {
        height: auto;
        padding: 3.5rem 3.5rem 10rem 3.5rem
    }
}

@media (max-width:767.98px) {
    .home-about .about-content {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem
    }
}

.home-about .about-content .pic {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (max-width:1199.98px) {
    .home-about .about-content .pic {
        filter: brightness(70%)
    }
}

@media (max-width:767.98px) {
    .home-about .about-content .pic {
        background-size: cover;
        background-position: right bottom
    }
}

.home-about .about-content .text {
    position: absolute;
    left: 235px;
    top: 45px
}

@media (max-width:1366px) {
    .home-about .about-content .text {
        left: 12vw
    }
}

@media (max-width:1199.98px) {
    .home-about .about-content .text {
        left: 65px;
        background: rgba(0, 0, 0, .5);
        padding: 1rem;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        display: inline-block
    }
}

.home-about .about-content::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #fff transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767.98px) {
    .home-about .about-content::after {
        border-width: 50px 50px 0 0
    }
}

.content-list-1 .content-list {
    height: 400px;
    position: relative;
    overflow: hidden
}

@media (max-width:767.98px) {
    .content-list-1 .content-list {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .content-list-1 .content-list {
        height: auto
    }
}

.content-list-1 .content-list a {
    color: #fff
}

.content-list-1 .content-list .icon {
    background: url(../img/page/home/bg-hover-orange.png) repeat-x 0 0;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all .5s
}

.content-list-1 .content-list .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 35%
}

@media (max-width:767.98px) {
    .content-list-1 .content-list .icon {
        display: none
    }
}

.content-list-1 .content-list .pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

@media (max-width:767.98px) {
    .content-list-1 .content-list .pic {
        filter: brightness(50%)
    }
}

.content-list-1 .content-list .text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    z-index: 2
}

@media (max-width:575.98px) {
    .content-list-1 .content-list .text {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto
    }
}

.content-list-1 .content-list .desc {
    max-height: 105px;
    overflow: hidden
}

.content-list-1 .content-list:hover .icon {
    opacity: .8;
    transition: all .5s
}

.add-clip-gradient {
    background: url(../img/page/home/bg-clip-gradient.jpg) no-repeat 0 0 #fff
}

@media (max-width:1440px) {
    .home-video {
        background-size: 300px auto
    }
}

@media (max-width:991.98px) {
    .home-video {
        background-size: 150px auto
    }
}

@media (max-width:767.98px) {
    .home-video {
        background-size: 100px auto
    }
}

.home-video .play {
    background: #eea01f;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    position: relative;
    cursor: pointer
}

.home-video .play::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #fff transparent
}

.home-video .play::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 16px;
    border-color: transparent transparent transparent #fff
}

.content-tabs-3col .tab-list {
    text-align: center;
    display: block;
    font-size: 1.11111rem
}

@media (max-width:575.98px) {
    .content-tabs-3col .tab-list {
        display: flex;
        width: 100%
    }
}

.content-tabs-3col .tab-list li {
    display: inline-block;
    margin: 0 15px
}

@media (max-width:575.98px) {
    .content-tabs-3col .tab-list li {
        font-size: .77778rem;
        border-top: solid 1px #ccc;
        padding: 15px 5px 0 5px;
        margin: 0;
        display: block;
        float: left;
        flex-grow: 1
    }
}

.content-tabs-3col .tab-list .active {
    font-weight: 700;
    color: #eea01f
}

.content-tabs-3col .content-block {
    position: relative;
    height: 565px;
    margin: 0 0 30px 0;
    overflow: hidden
}

@media (max-width:575.98px) {
    .content-tabs-3col .content-block {
        margin: 0 0 15px 0
    }
}

.content-tabs-3col .content-block:hover .btn-ghost {
    color: #eea01f !important;
    border-color: #eea01f !important
}

.content-tabs-3col .content-block:hover .btn-ghost::after {
    border-color: #eea01f !important
}

.content-tabs-3col .content-block.full .pic {
    height: auto;
    bottom: 0
}

.content-tabs-3col .content-block.color-none a {
    color: #fff
}

.content-tabs-3col .content-block.color-none .content-details {
    background: 0 0;
    color: #fff
}

.content-tabs-3col .content-block.color-black a {
    color: #fff
}

.content-tabs-3col .content-block.color-black .content-details {
    background: #000;
    color: #fff
}

.content-tabs-3col .content-block.color-blue a {
    color: #fff
}

.content-tabs-3col .content-block.color-blue .content-details {
    background: #111847;
    color: #fff
}

.content-tabs-3col .content-block.color-white a {
    color: #000
}

.content-tabs-3col .content-block.color-white .btn-ghost {
    border-color: #000;
    color: #000
}

.content-tabs-3col .content-block.color-white .btn-ghost::after {
    border-color: #000
}

.content-tabs-3col .pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    height: 285px
}

.content-tabs-3col .content-details {
    background: #fff;
    padding: 15px;
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 0
}

@media (max-width:575.98px) {
    .content-tabs-3col .content-details {
        left: 0;
        right: 0
    }
}

.content-tabs-3col .content-details .head a {
    overflow: hidden;
    position: relative;
    max-height: 84px;
    line-height: 28px;
    display: block
}

@media (max-width:991.98px) {
    .content-tabs-3col .content-details .head a {
        max-height: 72px;
        line-height: 24px
    }
}

@media (max-width:767.98px) {
    .content-tabs-3col .content-details .head a {
        height: auto
    }
}

.content-tabs-3col .content-details .desc {
    height: 105px;
    display: block;
    position: relative;
    overflow: hidden
}

.content-tabs-3col .swiper-button-next {
    right: -27px;
    transition: all .2s
}

.content-tabs-3col .swiper-button-next:hover {
    right: -30px
}

@media (max-width:575.98px) {
    .content-tabs-3col .swiper-button-next:hover {
        right: -22px
    }
}

@media (max-width:575.98px) {
    .content-tabs-3col .swiper-button-next {
        right: -22px
    }
}

.content-tabs-3col .swiper-button-prev {
    left: -27px;
    transition: all .2s
}

.content-tabs-3col .swiper-button-prev:hover {
    left: -30px
}

@media (max-width:575.98px) {
    .content-tabs-3col .swiper-button-prev:hover {
        left: -22px
    }
}

@media (max-width:575.98px) {
    .content-tabs-3col .swiper-button-prev {
        left: -22px
    }
}

.content-tabs-3col .swiper-button-next,
.content-tabs-3col .swiper-button-prev {
    outline: 0
}

@font-face {
    font-family: "Futura Lt BT";
    src: local("Times New Roman");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+3F
}

@font-face {
    font-family: "Futura Md BT";
    src: local("Times New Roman");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+3F
}

@font-face {
    font-family: "Futura Bk BT";
    src: local("Times New Roman");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+3F
}

@media (min-width:768px) {
    .mainmenu-hover {
        background: #f6f6f4;
        opacity: 1;
        transition-delay: .3s;
        transition: background-color .7s
    }

    .mainmenu-hover .mainmenu-wrap {
        opacity: 1;
        transition: all .3s
    }

    .mainmenu-hover .mainmenu-wrap::before {
        transition: all .3s cubic-bezier(.42, 0, .58, 1);
        left: -15px;
        right: -15px;
        opacity: 1
    }
}

@media (min-width:1440px) {
    .container.fix1600 {
        max-width: 1415px
    }
}