@font-face {
    font-family: goThic-Regular;
    src: url(../fonts/AnaheimGothicBC-Regular.otf );
    font-display: swap;
}
.container-fluid{
    background-image: url(/images/landing_vb/background.jpg);
    background-repeat: repeat;
}
.col-lg-12, .col-md-12, .col-sm-12{
    padding-right: unset!important;
    padding-left: unset!important;
}
#fullscreen-video{
    width: 100%;
    height: auto;
}

.slide-image{
    width: 95vw;
    margin: auto;
    position: relative;
}
.slick-slide{
    margin: 0 2vw;
}
.slick-slide img{
    width:100%;
}
.slick-prev, .slick-next {
    width: 4vw;
    height: 4vw;
    z-index: 9;
}

.slick-prev {
    left: 4vw;
}
.slick-next {
    right: 4vw;
}

.slick-prev:before, .slick-next:before{
    background: unset;
    content: "";
    padding: unset;
}
.box-text p{
    color: #7c6951;
    font-family: goThic-Regular;
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5vw;
}
.social_icon{
    position: absolute;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
}
.social_icon>a{
    margin: 0 1vw;
    width: 7vw;
}

.display-none {
    display: none;!important;
}
.  smooth-transition{
    transition: all 1s;
}
.embed_play{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    cursor: pointer;
}
.embed_play iframe,
.embed_play img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed_img:hover img{
    opacity: 0.95;
}


.button-save{
    width: 24.45vw;
    aspect-ratio: 6 / 1;
    background-color: #3b526f ;
    border-radius: 11px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    bottom: 5%;
    animation: colorChange 1.5s infinite ;
}
.button-save:hover{
    animation: none;
    background-color: black!important;
}

.button-save.touched{
    animation: none;
    background-color: #000000!important;
    cursor: pointer;
}

.button-save a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #697a90 ;
    text-transform: uppercase ;
    font: 1.4vw SemiBold;
}

@keyframes colorChange {
    0% {
        background-color: #3b526f; /* Màu cam */
    }
    50% {
        background-color: #000000; /* Màu đen */
    }
    100% {
        background-color: #3b526f; /* Quay lại màu cam */
    }
}


.absolute-div{
    position: absolute;
    top: 0;
    width: 20vw;
    height: 100%;
    z-index: 2;
}
.absolute-div.pre{
    left: 0;
    background-image: linear-gradient(to left, rgba(10, 25, 44, 0), rgba(10, 25, 44, 1));
}
.absolute-div.next{
    right: 0;
    background-image: linear-gradient(to right, rgba(10, 25, 44, 0), rgba(10, 25, 44, 1));
}
.latest-text{
    display: flex;
    justify-content: space-between;
    color: #697a90;
    font-family: SemiBold;
    font-size: 1.8vw;
    margin: 72px 18.7vw 0 19vw;
    text-transform: uppercase;
}

#info-slide {
    overflow: hidden;
}
#current-slide{
    display: inline-block;
    position: relative;
    color: #a89f8e;
}
.appear-animation {
    animation: appearFromBottom 1s forwards;
}

@keyframes appearFromBottom {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@media (max-width: 767.99px) {
    .absolute-div{
        display: none;
    }

    .box-text p {
        font-size: 6vw;
        letter-spacing: 0.3vw;
        margin-bottom: unset;
        line-height: 1.2;
    }
    .mt-72 {
        margin-top: 34px;
    }
    .button-save {
        width: 80.45vw;
        aspect-ratio: 6 / 1;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    .button-save a {
        font: 4.4vw SemiBold;
    }
    .latest-text {
        font-size: 4.4vw;
        margin: 34px 5vw 0 4vw;
    }

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
    }
    .slick-prev {
        left: -1vw;
    }
    .slick-next {
        right: -1vw;
    }

}
