#headBan {
    position: relative
}

#banner {
    width: 100vw;
    z-index: 3;
    position: relative;
}

#banner .img {
    overflow: hidden;
    display: inline-block
}

#banner img {
    position: relative;
    width: 100%;
    min-width: 100vw;
    background: no-repeat 50% / cover;
    aspect-ratio: 19/9;
}

#banner .pos_abs {
    width: 100vw;
    min-width: 100vw;
    top: 0;
    left: 0
}

#banner video {
    object-fit: cover;
    width: 100%;
}

#banner .info {
    height: 100%;
}

#banner .info:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #180a03a3;
    background: linear-gradient(to right, #000000e3, rgb(255 255 255 / 0%));
}


#banner .info .txt * {
    font-weight: 200;
    color: var(--white);
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(25px)
}

#banner .info .txt em {
    font-family: 'Poppins', sans-serif;
    font-style: initial;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 300
}

#banner .info .txt h3 {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    align-items: flex-start;
}

#banner .info .txt h3 b {
    letter-spacing: 2px;
    font-size: max(5 * (1vw + 1vh) / 2, 31px);
    text-align: center;
    line-height: 120%;
    font-weight: 700;
    font-family: 'Quantico', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation: fadeIn 1s both;
    -webkit-animation: fadeIn 1s both
}

#banner .info .txt h3 b:nth-child(1) {
    color: #ea5404;
}

#banner .slick-current .info .txt * {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

#banner .info .txt h3::after {
    content: "";
    width: 55px;
    height: 9px;
    background-image: url(/images/39/img-bn-icon01.png);
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 3px;
}

#banner .info .txt {
    transition: all 0.7s ease;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 0px 0px;
    z-index: 2;
    width: 76%;
    height: 30%;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: flex-start;
}

#banner .info .txt h3,
#banner .info .txt p {
    color: var(--white);
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(25px)
}

#banner .info .txt article {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase
}

#banner .info .txt p {
    font-weight: 500;
    font-size: max(1.5 * (1vw + 1vh) / 2, 17px);
    letter-spacing: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

#banner .info .txt p font img {
    width: 100%;
    height: auto;
    min-width: auto;
}

#banner .info .txt p font {
    font-weight: 500;
    letter-spacing: 5px;
    padding-bottom: 0px;
    text-align: center;
    font-size: max(1.8 * (1vw + 1vh) / 2, 15px)
}

#banner .info .txt p font b {
    font-weight: 700;
    vertical-align: baseline;
    color: #ea5403;
    font-size: max(1.8 * (1vw + 1vh) / 2, 15px);
}

#banner .info .txt .bannerBtn {
    opacity: 0;
    margin-top: 40px;
    display: block;
    width: 220px;
    height: 50px;
    pointer-events: auto;
    display: none;
}

#banner .info .txt .bannerBtn a {
    position: relative;
    color: #fff;
    display: block;
    width: 100vw;
    min-width: 100vw;
    letter-spacing: 0.5px;
    overflow: hidden
}

#banner .info .txt .bannerBtn .btnText:hover {
    color: #000
}

#banner .info .txt .bannerBtn .btnText:hover::before {
    background-color: #eee
}

#banner .info .txt .bannerBtn .btnText:hover span::before {
    border-color: transparent transparent transparent #000
}

#banner .info .txt .bannerBtn .btnText:hover span::after {
    background-color: #000
}

#banner .info .txt .bannerBtn .btnText::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    min-width: 100vw;
    border: 1px solid #fff;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#banner .info .txt .bannerBtn .btnText {
    position: relative;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 25px;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400
}

#banner .info .txt .bannerBtn span {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 45px;
    -webkit-animation: btnArrow 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: btnArrow 1s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

#banner .info .txt .bannerBtn span::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    margin-top: -1px;
    width: calc(100% - 5px);
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#banner a.pos_abs {
    z-index: 2
}

/* slick-current */
#banner .slick-current .info .txt * {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

#banner .slick-current .info .txt p {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    color: #e8e8e8;
    animation: fadeIn 1s both;
    -webkit-animation: fadeIn 1s both;
    margin-left: 5px;
    font-size: max(1.8 * (1vw + 1vh) / 2, 15px);
}

#banner .slick-current .info .txt * {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s linear 0.5s, opacity 0.8s linear 0.5s;
    transition: transform 0.8s linear 0.5s, opacity 0.8s linear 0.5s
}

/* arrow_bg */
#banner .arrow_bg {
    width: 450px;
    height: 140px;
    left: auto;
    bottom: -140px;
    transform-origin: 100% 100% 0;
    display: none
}

#banner .arrow {
    width: 120px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    position: absolute;
    z-index: 10;
    left: 10%;
    bottom: 6%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#banner .arrow a {
    width: 45px;
    height: 45px;
    line-height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    opacity: .65;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px
}

#banner .arrow a.prev {
    -webkit-transform: rotate(180deg)
}

#banner .arrow a svg {
    fill: #ffffff;
    width: 13px
}

#banner .arrow a:hover {
    opacity: 1;
    background-color: #ea5403;
    border: 1px solid #ea5403;
}

#banner .arrow a i {
    color: #fff
}

/* scrollBtn */
@keyframes web_menu002 {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(0px, 15px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

.page-scroll {
    bottom: 480px;
    margin-left: 0;
    z-index: 888;
    text-align: center;
    position: absolute;
    width: 45px;
    right: 0%;
    transform: translate(-50%, -50%);
    display: none;
}

.page-scroll a {
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: row;
    animation: web_menu002 ease-in-out 2s infinite;
    animation-direction: alternate;
}

.page-scroll.style01 a b {
    color: #3a4856;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
    display: none;
}

.page-scroll.style01 a span::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 1;
    width: 35px;
    height: 47px;
    background-image: url(/images/39/img-bn-SCROLL.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-scroll.style01 a span {
    position: absolute;
    right: 0;
}

#banner:before {
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 70px;
    background: rgb(255 255 255 / 54%);
}

#banner:after {
    content: '';
    position: absolute;
    height: 290px;
    aspect-ratio: 3/2;
    bottom: 27%;
    right: 12%;
    background-image: url(/images/39/img-bn-bg-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

@media screen and (max-width: 1660px) {
    .page-scroll {
        /* left:190px; */
        /* bottom: 32px; */
    }
}

@media screen and (max-width: 1470px) {
    #banner .info .txt {
        /* height:10%; */
    }

    #banner:after {
        height: 245px;
        right: 10%;
    }

    #banner .info .txt h3 {
        font-size: 42px
    }

    #banner .slick-current .info .txt p {}

    #banner img {
        width: 100%;
        background: no-repeat 50% / cover
    }
}

@media screen and (max-width: 1280px) {
    #banner img {
        margin: 60px auto 0px;
        width: 100%;
    }

    #scrollBtn,
    #banner:before {
        display: none
    }

    #banner .info .txt h3 {
        font-size: 40px;
    }

    #banner .info .txt p {
        font-size: 16px;
    }

    #banner .info .txt {
        top: -140px;
    }

    #banner .slick-current .info .txt p {}

    #banner .info .txt .bannerBtn {
        width: 180px;
        margin-top: 20px
    }

    #banner .info .txt .bannerBtn span::after {
        width: calc(100% - 25px)
    }

    #banner .info .txt .bannerBtn span {
        right: -25px;
        width: 40px
    }
}

@media (max-width: 1180px) {
    #banner .info .txt .bannerBtn {
        margin-top: 20px
    }
}

@media screen and (max-width: 1140px) {

    #banner:before,
    #banner .arrow {
        display: none
    }

    #banner .arrow {
        right: 0
    }

    #banner img {}

    #banner:after {
        height: 228px;
    }

    #banner .info .txt {
        top: -60px;
    }

    #banner .info .txt h3 b {
        font-size: 52px;
    }

    #banner .info .txt p font b,
    #banner .info .txt p font {
        /* font-size: 25px; */
    }
}

@media screen and (max-width: 960px) {
    #banner .info .txt {}

    #banner .info .txt h3 {
        font-size: 30px
    }

    #banner .info .txt p {
        font-size: 15px;
    }

    #banner .info .txt .bannerBtn a {
        width: 200px
    }

    #scrollBtn {
        display: none
    }

}

@media screen and (max-width: 870px) {
    #banner:after {
        display: none;
    }

    #banner img {
        height: 519px;
    }

    #banner video {
        height: 100%;
    }

    #banner .pos_abs {
        height: 100%;
    }
}

@media screen and (max-width: 560px) {
    #banner .info .txt {
        width: 89%;
    }

    #banner .info .txt article {
        font-size: 18px;
        font-weight: 300
    }

    #banner .info .txt p font,
    #banner .info .txt p font b {
        font-size: 20px;
    }

    #banner .info .txt h3 b {
        font-size: 40px;
    }

    #banner:after {
        height: 237px;
        width: 380px;
    }

    #banner .slick-current .info .txt p {
        letter-spacing: 1.2px;
    }

    #banner .info .txt h3:before {
        bottom: -31px;
        width: 1px;
        height: 25px
    }

    #banner img {
        margin: 60px auto 0px 0px
    }

    #banner .info .txt .bannerBtn {
        width: 120px
    }

    #banner .info .txt .bannerBtn .btnText {
        padding: 0px 5px;
        height: 40px
    }
}