header {
    width: 100%;
    z-index: 9999;
    transition: all ease .2s;
}

    header.fixed {
        position: fixed;
    }

.droplv3-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .4;
    display: none;
}

header.fixed .header-logo .smcnz {
    display: none;
}

header.fixed .header-logo {
    justify-content: flex-start;
    margin-left: -5px;
}

    header.fixed .header-logo .jhxcxz {
        position: unset;
        width: 47%;
    }

.header-container {
    width: 100%;
}

li.header-item a svg path {
    fill: #5d5d5d;
}

.droplv3 {
    margin-top: 4px;
    padding-left: 10px;
}

.droplv3-item {
}

.droplv3-link:hover span {
    color: var(--default-color-1);
}

.droplv3-link {
    color: var(--default-color-2);
    font-size: 14px;
    padding: 6px 5px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 11px;
    font-family: 'interM';
    transition: all .3s;
    border-bottom: 1px dashed rgb(255 255 255 / 40%);
    width: 100%;
    line-height: 164%;
    transition: all .3s;
}

    .droplv3-link:hover {
        color: var(--default-color-2);
    }

        .droplv3-link:hover::before {
            background-color: var(--default-color-2);
        }

    .droplv3-link::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--default-color-2);
        left: 0;
        transition: all .3s;
        top: 15px;
    }

    .droplv3-link span {
        transition: all .3s;
    }

header.fixed .header-container {
}

.banner-captcha {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-direction: row-reverse;
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
}

    .banner-captcha span {
        position: absolute;
        opacity: 0;
    }

    .banner-captcha .tops {
        height: 100%;
    }

    .banner-captcha .capcha-title {
        display: none;
    }

    .banner-captcha input {
        height: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0 10px;
    }

.header-top-decor {
    position: absolute;
    top: 0;
    height: 100%;
    top: 98%;
}

.header-bottom .nav-right {
}

.header-bottom {
    height: 123px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
}

    .header-bottom .sub-name-2 {
        display: none;
    }

.header-top {
    position: relative;
}

header.fixed .header-bottom {
    background: #fff;
}

.header-bottom .grid.wide {
    /* background: #fff; */
    border-radius: 8px;
    padding-left: 20px;
}

.header-top .grid.wide {
    padding: 0;
    background: none;
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: flex-end;
    position: relative;
    height: 100%;
    width: 100%;
}

.header-mail-r {
    border: 1px solid #00000029;
    border-radius: 19px;
}

.svg-header-tt svg path {
    fill: #276025
}

.svg-header-tt .xzc path {
    fill: #FFF
}

.svg-header-tt {
    display: flex;
    align-items: center;
}

.header-hotline-r {
    margin-left: 25px;
    padding: 8px 17px;
    border-radius: 19px;
    background: var(--default-color-2);
}

.header-bottom-container .nav li:last-child a.header-link {
    padding-right: 0;
}

.header-top-left {
    position: absolute;
    left: 0;
}

.header-top-center {
    color: #333;
    font-size: 14px;
    width: 660px;
}

    .header-top-center .text {
        display: inline-block;
        font-size: 13px;
        margin-right: 5px;
    }

    .header-top-center a {
        text-decoration: underline;
        text-transform: uppercase;
        font-family: interSB;
        margin-right: 8px;
        transition: all .3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        animation: fora ease .5s infinite;
        font-size: 12p;
    }

        .header-top-center a:nth-child(2) {
            animation-delay: .2s;
        }

a.left-email .content {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    color: #454545;
    gap: 5px;
    margin-left: 5px;
}

a.left-email {
    display: flex;
    align-items: center;
    padding: 8px 17px;
}

    a.left-email .content h3 {
        font-weight: normal;
        font-size: 16px;
        /* margin-right: 4px; */
        margin: 0;
    }

header .header-link svg {
    width: 30px;
    height: auto;
    position: relative;
    top: -2px;
}

@keyframes fora {
    0% {
        transform: scale(1);
        color: var(--default-color-1);
    }

    50% {
        transform: scale(1.04);
        color: var(--default-color-2);
    }

    100% {
        transform: scale(1);
        color: var(--default-color-1);
    }
}

.header-top-center a:hover {
    color: var(--default-color-1);
}

.header-top-left .left-email {
    display: flex;
    align-items: center;
}

    .header-top-left .left-email img {
    }

    .header-top-left .left-email .content {
        flex: 1;
        padding-left: 9px;
    }

    .header-top-left .left-email h3 {
        margin: 0;
        font-family: interM;
        color: #333;
        font-weight: 100;
        text-transform: capitalize;
        font-size: 12px;
        line-height: 12px;
    }

    .header-top-left .left-email span {
        color: var(--default-color-2);
        line-height: 150%;
        font-size: 15px;
        font-family: 'interM';
        margin-top: 1px;
        display: block;
        font-family: interSB;
    }

    .header-top-left .left-email:hover span {
        text-decoration: underline;
    }

.header-top-right {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.header-top-hotline {
    color: var(--default-color-1);
    font-family: 'interB';
    font-size: 15px;
    margin-right: 16px;
}

    .header-top-hotline span {
    }

    .header-top-hotline a {
        color: var(--default-color-1);
    }

        .header-top-hotline a:hover {
            text-decoration: underline;
        }

.header-language-item:last-child::before {
    display: none;
}

.header-top-language {
    display: flex;
    align-items: center;
    margin-right: 11px;
}

.header-social {
    display: flex;
    align-items: center;
}

.header-social-item:hover {
    background-color: var(--default-color-1);
    color: #fff;
}

.header-social-item {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 10px;
    border: 1px solid var(--default-color-1);
    margin-left: 4px;
    transition: all .3s;
    color: var(--default-color-1);
}

.header-language-item::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #c5d1dc80;
}

.header-language-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 7px;
}

    .header-language-item img {
        margin-right: 9px;
        filter: invert(52%) sepia(75%) saturate(5283%) hue-rotate(345deg) brightness(97%) contrast(93%);
    }

    .header-language-item .img {
    }

    .header-language-item span {
        color: #333;
        font-size: 12px;
        font-family: 'interM';
        transition: all .3s;
    }

        .header-language-item span:hover {
            text-decoration: underline;
            color: var(--default-color-1);
        }

.header-top-booking .icon {
}

.header-top-booking span {
    color: #FFFFFF;
    font-family: 'interM';
    font-size: 15px;
    display: block;
    margin-left: 15px;
}

.header-top-booking {
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    border-radius: 55px;
    padding: 3px;
    padding-right: 22px;
    transition: all .3s;
}

    .header-top-booking:hover {
        background-color: var(--default-color-1);
    }

        .header-top-booking:hover i {
            color: var(--default-color-1);
        }

    .header-top-booking .icon {
        color: var(--default-color-2);
        width: 26.88px;
        display: flex;
        height: 26.88px;
        background-color: #fff;
        border-radius: 50%;
    }

        .header-top-booking .icon i {
            transition: all .3s;
        }

    .header-top-booking span {
    }

.header-bottom.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-box-shadow: 0 4px 12px 1px #0000007d;
    box-shadow: 0 4px 12px 1px #0000007d;
    z-index: 999999999999999999999999999;
}

    .header-bottom.active .sub-name {
        display: none;
    }

    .header-bottom.active .sub-name-2 {
        display: block;
        font-size: 16px;
        left: 140px;
        color: var(--default-color-1);
    }

.banner-heading {
    display: flex;
    align-items: center;
}

.header-bottom-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-bottom-container .btn-menu-respon {
        position: relative;
        cursor: pointer;
        height: 100%;
        z-index: 9999999999;
        display: none;
        pointer-events: all;
        background-color: #ec932e;
        height: fit-content;
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

        .header-bottom-container .btn-menu-respon.active {
            pointer-events: none;
        }

        .header-bottom-container .btn-menu-respon .decor {
            position: relative;
            cursor: pointer;
            background-color: #fff;
            width: 24px;
            border-radius: 40px;
            height: 3px;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all linear .2s;
            transition-delay: .2s;
        }

        .header-bottom-container .btn-menu-respon.active .decor {
            -webkit-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
            transform: translateX(-40px);
            opacity: 0;
        }

        .header-bottom-container .btn-menu-respon.active::after {
            -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
            transform: translateX(40px);
            opacity: 0;
        }

        .header-bottom-container .btn-menu-respon.active::before {
            -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
            transform: translateX(40px);
            opacity: 0;
        }

.header-logo {
    z-index: 3;
    position: relative;
    transition: all ease .3s;
}

    .header-logo .smcnz {
        width: 250px;
        margin-left: -13px;
        margin-top: 29px;
    }

    .header-logo .jhxcxz {
        position: absolute;
        width: 66%;
        bottom: 32px;
        right: 47px;
    }

    .header-logo img {
        /* width: 130px; */
    }

    .header-logo.img-chinh {
        width: 100% !important;
        height: 100% !important;
    }

.header-bottom-container .nav {
    padding-left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.decor-nav {
    position: absolute;
    width: 75px;
    height: 2px;
    background-color: var(--default-color-1);
    height: 2px;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: all ease .3s;
}

    .decor-nav.active {
        opacity: 1;
    }

    .decor-nav .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .decor-nav .container::before {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 5px;
            top: -10px;
            left: calc((100% / 2) - 5px);
            border-color: transparent transparent var(--default-color-1) transparent;
        }

.header-item:before {
    position: absolute;
    width: 1px;
    height: 33%;
    content: "";
    background: #00000073;
    top: 13px;
}

.header-bottom-container .nav li {
    position: relative;
    transition: all linear .2s;
    border-radius: 55px;
    font-weight: bolder;
}

.header-item-normal .header-drop {
    background-image: url(../../Design/img/help-menu-1.png);
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    /* width */
    .header-item-normal .header-drop::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .header-item-normal .header-drop::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .header-item-normal .header-drop::-webkit-scrollbar-thumb {
        background-color: var(--default-color-2);
        border-radius: 55px;
    }

/* Handle on hover */

header .header-item:nth-child(1) .header-link::before {
    opacity: 0;
}

header .header-link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: rgb(255 255 255 / 50%);
    left: 0;
}

header .nav-left .header-item:nth-child(1)::before {
    opacity: 0;
}

header .header-link:hover img {
    filter: invert(49%) sepia(140%) saturate(3876%) hue-rotate(-10deg) brightness(62%) contrast(193%);
}

header .header-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    height: 100%;
    color: #5d5d5d;
    padding: 10px 16px;
    transition: all linear .3s;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
}

header .header-item:hover .header-link {
    color: var(--default-color-1);
}

.header-bottom-container .nav li:hover {
}

.banner {
    position: relative;
    height: auto;
}

    .banner .swiper-slide {
        position: relative;
    }

        .banner .swiper-slide .grid.wide {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .banner .swiper-slide .content {
            position: absolute;
            z-index: 2;
            pointer-events: all;
            width: 38%;
            left: 103px;
            -webkit-transform: translateY(-57px);
            -ms-transform: translateY(-57px);
            transform: translateY(-57px);
        }

            .banner .swiper-slide .content h3 {
                font-family: barlowCB;
                font-size: 20.66px;
                color: #c01120;
                -webkit-transform: translateX(-90px);
                -ms-transform: translateX(-90px);
                transform: translateX(-90px);
                opacity: 0;
                -webkit-transition: all linear .4s;
                -o-transition: all linear .4s;
                transition: all linear .4s;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

            .banner .swiper-slide .content span {
                font-family: barlowCB;
                font-size: 31.18px;
                color: #fff;
                line-height: calc(100% + 3px);
                text-shadow: 2px 0 6px #000000;
                display: block;
                -webkit-transform: translateX(-90px);
                -ms-transform: translateX(-90px);
                transform: translateX(-90px);
                opacity: 0;
                -webkit-transition: all linear .4s;
                -o-transition: all linear .4s;
                transition: all linear .4s;
                -webkit-transition-delay: .3s;
                -o-transition-delay: .3s;
                transition-delay: .3s;
            }

    .banner .swiper-slide-active .content h3 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .banner .swiper-slide-active .content span {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

.header-bottom-hotline {
    display: flex;
    align-items: center;
}

    .header-bottom-hotline img {
    }

    .header-bottom-hotline .img {
        width: 31px;
        height: 31px;
        background-color: var(--default-color-1);
        border-radius: 50%;
    }

        .header-bottom-hotline .img img {
        }

    .header-bottom-hotline .content {
        padding-left: 4px;
        display: flex;
        align-items: center;
        color: #FFFF;
        font-size: 20px;
        font-family: 'Montserrat-Bold';
    }

        .header-bottom-hotline .content h3 {
            margin: 0;
            font-family: RobotoRe;
            font-weight: 100;
            color: #545454;
            line-height: 100%;
            font-size: 14px;
        }

        .header-bottom-hotline .content strong {
            margin-left: 4px;
        }

        .header-bottom-hotline .content span {
        }

.banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner .grid.wide.df {
        position: relative;
        z-index: 2;
    }

    .banner .grid.wide {
        bottom: 0;
        position: absolute;
        max-width: 1207px;
        pointer-events: none;
        height: auto;
        z-index: 10;
    }

.banner-left {
    width: 50%;
    position: absolute;
    bottom: 0;
    pointer-events: all;
    user-select: none;
}

.banner-right {
    width: 100%;
    position: absolute;
    right: 0;
    pointer-events: all;
    user-select: none;
    bottom: -75px;
    display: none;
}

.banner-right-wrap {
    background-color: #fff;
    display: none;
    height: 86px;
    border-radius: 5px;
    border-top-left-radius: 0;
    justify-content: space-between;
    padding-left: 23px;
    border-bottom-right-radius: 15px;
    position: relative;
    padding-right: 172px;
    border-radius: 0px 0px 15px 15px;
    background: #FFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
}

.banner-container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.banner-social {
    display: flex;
    align-items: center;
    display: none;
}

    .banner-social a {
        display: flex;
        border: 1px solid #fff;
        align-items: center;
        margin-right: 22px;
        padding: 22px 60px;
        border-radius: 10px;
    }

        .banner-social a:last-child {
            margin-right: 0;
        }

    .banner-social img {
    }

    .banner-social span {
        font-family: plusB;
        color: #fff;
        font-size: 14px;
        margin-left: 8px;
        position: relative;
    }

        .banner-social span::before {
            content: "";
            bottom: -2px;
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #fff;
            transition: 0.8s cubic-bezier(.3,1.5,.3,1);
            width: 0;
        }

.banner-social-item:hover span::before {
    width: 100%;
}

.banner {
    position: relative;
    user-select: none;
}

.banner-decor {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    pointer-events: none;
    width: 100%;
    display: none;
}

.banner-count {
    display: flex;
    align-items: center;
    margin-top: 24px;
    display: none;
}

.banner-count-item {
    margin: 0 20px;
}

    .banner-count-item:first-child {
        margin-left: 0;
    }

    .banner-count-item h3 {
        margin: 0;
        font-family: 'plusM';
        font-size: 15.23px;
        color: #fff;
        font-weight: 100;
        margin-bottom: 2px;
    }

    .banner-count-item span {
        color: #fff;
        font-size: 38.53px;
        font-family: 'plusB';
    }

.header-bottom-container .nav .header-item-df {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-bottom-container .nav .header-item-df::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 52px;
        transform: translateY(25px);
        display: none;
    }

    .header-bottom-container .nav .header-item-df:hover::before {
        display: block;
    }

    .header-bottom-container .nav .header-item-df .header-drop .drop-link

    .header-item:hover {
        background-color: #fff;
    }

.header-item.hav:hover .header-drop {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-link {
}
/* width */
.header-bottom-container .nav .header-item-df .header-drop::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.header-bottom-container .nav .header-item-df .header-drop::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.header-bottom-container .nav .header-item-df .header-drop::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 55px;
}

/* Handle on hover */

.header-bottom-container .nav .header-item-df .header-drop.c-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
    width: fit-content;
    left: unset;
}

.header-bottom-container .nav .header-item-df .header-drop.c-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: fit-content;
    left: unset;
}

.header-bottom-container .nav .header-item-df .header-drop.c-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: fit-content;
    left: unset;
}

.header-bottom-container .nav .header-item-df .header-drop {
    width: 100%;
    max-width: unset;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 12px;
    left: 0;
    row-gap: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px;
    background-image: url(/Design/img/home-bg-top.png);
    background-size: cover;
    max-height: 545px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 100%;
}

.header-drop {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333378;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all ease .2s;
    overflow: hidden;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 260px;
}

    .header-drop .drop-item {
        display: flex;
        flex-direction: column;
    }

.header-item-normal .header-drop .drop-item a {
    color: #333;
    padding: 8px 14px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    display: flex;
    align-items: center;
}

    .header-item-normal .header-drop .drop-item a:hover {
        color: #fff;
    }

    .header-item-normal .header-drop .drop-item a i {
        font-size: 10px;
        margin-right: 5px;
    }

.header-drop .drop-link:hover {
}

.header-item-df .header-drop .drop-link:hover {
    background-color: var(--default-color-2) !important;
    color: #fff !important;
    !i;
    !;
    );
}

    .header-item-df .header-drop .drop-link:hover::before {
        background-color: #fff;
    }

.header-item-df .header-drop .drop-link::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1b5451a1;
    left: 8px;
}

.header-item-df .header-drop .drop-link {
    font-size: 14px;
    font-family: 'interSB';
    /* border-bottom: 1px solid #ffffff8c; */
    color: #fefefe;
    background-color: #fff;
    width: fit-content;
    color: var(--default-color-2);
    padding: 8px 12px;
    border-radius: 5px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding-left: 19px;
    text-transform: uppercase;
}

.header-drop .drop-link {
    width: 100%;
    display: block;
    color: #333;
    font-size: 14px;
    padding: 10px 0;
    transition: all .3s;
    position: relative;
}

    .header-drop .drop-link:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.header-item-df .header-drop .drop-link:hover {
    background-color: transparent;
    color: var(--default-color-2);
}

.header-drop .drop-link:hover span {
}

.banner-right-wrap.show {
    display: flex;
    align-items: center;
}

.banner-right-title span {
    margin-left: 10px;
    color: var(--default-color-2);
    font-family: 'interSB';
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}

.banner-right-title:first-child {
    border-radius: 15px 0px 0px 0px;
}

.banner-right-title:last-child {
    border-radius: 0px 15px 0px 0px;
}

.banner-right-title.active {
    background: linear-gradient(0deg, #EE4F2C 0%, #FFCE85 100%);
}

    .banner-right-title.active img {
        filter: invert(100%) sepia(0%) saturate(7424%) hue-rotate(68deg) brightness(140%) contrast(114%);
    }

    .banner-right-title.active span {
        color: #fff;
    }

.banner-right-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    padding: 7px 24px;
    background: #FFFFFF;
    align-items: center;
    display: flex;
    font-weight: 100;
    cursor: pointer;
    font-family: interSB;
    height: 54px;
}

.banner-right-item .choice-drop.show {
    opacity: 1;
    pointer-events: all;
}
/* width */
.banner-right-item .choice-drop::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.banner-right-item .choice-drop::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.banner-right-item .choice-drop::-webkit-scrollbar-thumb {
    background-color: var(--default-color);
    border-radius: 55px;
}

/* Handle on hover */

.banner-right-item .choice-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 10px 0 #33333329;
    border-radius: 3px;
    overflow: hidden;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

.banner-right-item .choice-item {
    color: #797979;
    );
    font-size: 14px;
    padding: 8px 12px;
    background-color: #fff;
    );
    user-select: none;
    cursor: pointer;
    transition: all .3s;
}

    .banner-right-item .choice-item:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.banner-right-item.choice {
    flex: 1;
}

.banner-right-item.drop {
}

    .banner-right-item.drop i {
        position: absolute;
        bottom: 13px;
        right: 7px;
        font-size: 12px;
        color: #333;
    }

    .banner-right-item.drop:hover .drop-list {
        display: block;
    }

.banner-right-item .drop-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333324;
    display: none;
}

.banner-right-item .drop-item:hover {
    background-color: #fafafa;
}

.banner-right-item .drop-item {
    padding: 8px 14px;
    font-size: 13px;
    border-bottom: 1px solid #33333317;
    color: #333;
}

.banner-right-item.drop input {
    pointer-events: none;
}

.banner-right-item {
    display: flex;
    width: calc((79% /5));
    height: fit-content;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}

    .banner-right-item.full {
        /* flex: 1; */
    }

.banner-right-img {
}

    .banner-right-img .img {
        height: 39px;
        background-color: #fff;
        border-radius: 10px;
        width: 71px;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        transition: all linear .2s;
        cursor: pointer;
        margin: 0 10px;
    }

    .banner-right-img img {
        user-select: none;
    }

    .banner-right-img .decor {
        position: absolute;
        right: -8px;
        top: -8px;
        opacity: 0;
        transition: all linear .2s;
    }

    .banner-right-img.active .decor {
        opacity: 1;
    }

    .banner-right-img.active .img {
        background-color: #fff;
        box-shadow: 0 0 10px 0 #3333334d;
    }

    .banner-right-img .img-title {
        font-family: 'plusB';
        font-size: 12.42px;
        color: #6F6F6F;
        text-align: center;
        margin-top: 6px;
    }

    .banner-right-img.active .img-title {
    }

.banner-right-item .icon {
    width: 18px;
    display: flex;
    align-items: center;
    height: fit-content;
    justify-content: center;
}

    .banner-right-item .icon img {
        display: none;
    }

.banner-right-item.choice .banner-right-content {
    pointer-events: none;
}

    .banner-right-item.choice .banner-right-content::before {
        content: "\f107";
        font-family: FontAwesome;
        display: flex;
        align-items: center;
        position: absolute;
        color: #3333338c;
        );
        font-size: 14px;
        bottom: 11px;
        right: 7px;
    }

.banner-right-content {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    position: relative;
}

    .banner-right-content span {
        font-size: 16px;
        color: var(--default-color-2);
        display: block;
        font-family: 'interSB';
    }

    .banner-right-content .error-contact {
        position: absolute;
        bottom: 0;
        color: transparent !important;
        !i;
        !;
        border-bottom: 1px solid var(--default-color-3);
        pointer-events: none;
    }

.banner-right-item.choice .banner-right-content input {
    pointer-events: none;
}

.banner-right-content input {
    width: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #C6C6C6;
    color: #797979;
    padding: 0 0;
    padding-right: 24px;
    padding-bottom: 10px;
    margin-top: 12px;
}

.banner-right-wrap .book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all linear .2s;
    font-family: interSB;
    font-size: 18px;
    height: 100%;
    border-radius: 0px 0px 15px 0px;
    background: linear-gradient(0deg, #EE4F2C 0%, #FFCE85 100%);
    Selection colors Hex;
    font-weight: 100;
    padding: 0 35px;
    position: absolute;
    right: 0;
    top: 0;
}

    .banner-right-wrap .book-btn img {
        width: 60px;
        border-top-right-radius: 5px;
        filter: invert(100%) sepia(100%) saturate(9%) hue-rotate(206deg) brightness(104%) contrast(103%);
    }

.banner-right-item:nth-child(2) {
}

.banner-right-wrap .book-btn:hover {
    background-color: var(--default-color);
}

.goog-te-gadget {
    color: transparent !important;
    /* display: none !important; */
}

/* Style combo box (dropdown) */
.goog-te-combo {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    margin-top: 8px;
    width: 100%;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display:none
}
    .goog-te-combo:hover {
        border-color: var(--default-color-3);
        box-shadow: 0 0 5px var(--default-color-3);
    }

.goog-te-gadget:first-child div {
}
/* Container translate */
#google_translate_element {
    /* margin: 10px 0; */
    width: unset;
    margin-left: 17px;
    height: 100%;
    margin-top: 16px;
}

.goog-te-gadget {
    display: flex;
    margin-right: -79px;
}
.header-bottom-container .nav-left {
}

.header-bottom-container .nav-right {
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .no-display-mobile-tablet {
        display: none;
    }

    .header-bottom {
        height: auto;
        padding: 5px 0;
    }

        .header-bottom .grid.wide {
            border-radius: 0;
            padding: 0 5px;
        }

    .header-bottom-hotline {
        position: absolute;
        right: 80px;
    }

    .banner-right {
        display: none;
    }

    .header-top-hotline {
        display: none;
    }

    .header-top-left {
        font-size: 11px;
    }

    .header-top .grid.wide {
        padding: 0 10px !important;
    }

    .header-top-left {
        font-size: 10px;
    }

    .header-top-booking {
        padding-right: 16px;
    }

        .header-top-booking span {
            font-size: 14px;
            margin-left: 8px;
        }

        .header-top-booking .icon {
            width: 24px;
            height: 24px;
        }

    .header-bottom-container .btn-menu-respon {
        display: flex;
        position: relative;
    }

    .header-top-center {
        display: none;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    .no-display-tablet {
        display: none;
    }

    .banner-right {
        bottom: 20px;
        width: 408px;
        right: 0;
        margin: 0;
    }

    header .top .left h3 {
        margin-left: 0;
    }

    .header-bottom-container .nav li .search {
        margin-left: -30px;
    }

    .header-bottom-container .logo {
        position: relative;
        z-index: 80;
    }

    .header-bottom-end .container {
        border-top: 1px solid #E7E7E7;
    }

    .header-bottom.active .container .logo {
        margin-top: 0;
    }

    .banner .swiper-slide .content {
        width: 46%;
    }

    .banner-social a {
        margin-right: 12px;
        padding: 12px 14px;
    }

    .banner-social span {
        font-size: 12px;
    }

    .banner-count-item span {
    }

    .banner-count-item span {
        font-size: 22px;
    }

    .banner-count-item h3 {
        font-size: 12px;
    }

    .banner-left {
        bottom: 64px;
    }

    .banner-right.rs.show .banner-right-wrap {
        width: 408px;
    }

    .banner-right-content {
        margin-bottom: 22px;
    }
}

/* Mobile */
@media (max-width: 739px) {
    .no-display-mobile {
        display: none;
    }
    #google_translate_element{
        /* display:none; */
        margin-top: 0;
        width: unset;
        margin-left: 0;
    }
    .banner-count-item span {
        font-size: 24.53px;
    }

    .banner-count-item h3 {
        font-size: 13px;
    }

    .banner-container {
        flex-direction: column;
        padding-top: 99px;
    }

    .banner {
        position: relative;
        border-radius: 0;
    }

        .banner .swiper {
        }

    .banner-social a {
        padding: 16px 28px;
    }

    .sub-name {
        left: 92px !important;
        font-size: 20px !important;
    }

    .header-bottom-container .logo canvas {
        width: 155px !important;
        position: relative !important;
        height: 47px !important;
    }

    .header-bottom-hotline {
        pointer-events: all;
        position: unset;
        z-index: 5;
        display: none;
    }

    a.header-bottom-hotline.none {
        display: flex !important;
        margin-right: 13px;
        margin-top: 6px;
    }

    .list-menu-b-header {
        display: flex;
        align-items: center;
    }

    .header-bottom-hotline img {
        transform: scale(.7);
    }

    .header-bottom-hotline .img {
        display: none;
    }

    .header-bottom-hotline .content span {
        font-size: 14px;
    }

    .header-bottom-hotline .content strong {
        font-size: 18px;
    }

    .header-hotline-r span {
        font-family: 'Montserrat-ExtraBold';
        color: var(--default-color-1);
        font-size: 12px;
        display: inline-block;
        padding-bottom: 5px;
        width: 111%;
    }

    .header-bottom-hotline .content h3 {
        font-size: 10px;
    }

    .header-bottom-hotline .content {
        display: flex;
        align-items: center;
        padding: 0 2px;
        color: var(--default-color-1);
    }

    header .top .container {
        text-align: unset;
    }

    header .top .item:last-child {
        margin-top: 8px;
    }

    .header-bottom-container .logo {
        width: auto !important;
        height: auto !important;
    }

    .header-bottom-container .btn-menu-respon {
        margin-right: 0;
        background-color: var(--default-color-2);
        width: 36px;
        height: 32px;
        float: right;
        margin-top: 5px;
    }

        .header-bottom-container .btn-menu-respon svg {
            width: 30px;
            height: auto;
        }

            .header-bottom-container .btn-menu-respon svg path {
                fill: #fff;
            }

    .header-bottom-container {
        padding: 0 !important;
    }

    .top-header-right {
    }

    .header-bottom.active .container .logo {
        margin-top: 0;
    }

    .header-bottom-container .nav li .search {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin-left: 35px;
    }

    .header-bottom-container .nav li .drop-search {
        right: 0;
    }

        .header-bottom-container .nav li .drop-search.show {
            top: calc(100% + 28px);
        }

    .sub-name-2 {
        font-size: 12px !important;
    }

    header {
        height: auto;
        position: unset;
    }

    .header-hotline-r {
        background: unset;
        padding-right: 0;
        border-bottom: 1px solid #00000026;
        border-radius: unset;
        padding-bottom: 5px;
        margin-left: 0;
    }

    .header-top-decor {
        display: none;
    }

    .header-logo .jhxcxz {
        width: 91%;
        bottom: unset;
        right: unset;
    }

    .header-logo {
        justify-content: flex-start;
        width: 32%;
        margin-left: 2px !important;
    }

    .header-top-booking span {
        font-size: 12px;
        margin-left: 6px;
    }

    .header-bottom {
        z-index: 99;
    }

    .header-top-left h3 {
        display: none;
    }

    .header-top-booking {
    }

    .header-top-language {
        margin-right: 0;
    }

    .header-top-left {
        opacity: 0;
    }

    .header-logo .jhxcxz {
        position: relative;
    }

    .header-logo img {
        width: 85px;
    }

    .header-logo .smcnz {
        display: none
    }

    .header-top-right {
        margin-top: 0px;
    }

    .ahjsdasd {
        display: block !important;
        font-size: 11px;
    }

    .header-top .grid.wide {
        padding: 0 !important;
    }

    .header-mail-r {
        display: none;
    }

    .header-language-item span {
        font-size: 11px;
    }

    .header-social-item {
        width: 22px;
        height: 22px;
    }

    header.fixed .header-logo .jhxcxz {
        width: 57%;
    }
.header-top-container{
    flex-direction:column-reverse
}
    .goog-te-combo{
        width:unset
    }
    .goog-te-gadget{
        margin-right: -191px;
    }
    header.fixed #google_translate_element{
        display:none
    }
}
