﻿header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.header-top-left .text strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.BtnCloseHeader {
    width: 48px;
    height: 43.61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    margin-left: 40px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

    .BtnCloseHeader:hover {
        background: linear-gradient(180deg, #FFB120 0%, #FF8B20 77.43%);
    }

.item-hotline-rs {
    display: none;
}

.header-drop-search .input {
    width: 100%;
    background-color: #fff;
    padding: 26px 24px;
    display: flex;
    position: fixed;
    align-items: center;
    height: 13%;
    top: 0;
    z-index: 6;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.5s ease;
}

.header-drop-search.show .input {
    visibility: visible;
    transform: none;
    pointer-events: all;
    transition: all 0.5s ease;
}

.header-drop-search input {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #3333332e;
    padding: 0 14px;
    font-size: 15px;
    border-right: none;
    outline: none;
}

.header-drop-search .input a {
    height: 100%;
    border: 1px solid #3333332e;
    color: #333;
    width: 50px;
    background-color: #00235826;
    transition: all linear .2s;
}

    .header-drop-search .input a:hover {
        opacity: .7;
    }

.header-drop-search .input-drop {
    width: 100%;
    max-height: 333px;
    overflow-x: hidden;
    overflow-y: overlay;
    background-color: #fff;
    display: none;
}

    .header-drop-search .input-drop.show {
        display: block;
    }

    /* width */
    .header-drop-search .input-drop::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .header-drop-search .input-drop::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .header-drop-search .input-drop::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 0px;
    }

        /* Handle on hover */
        .header-drop-search .input-drop::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .header-drop-search .input-drop no-data {
    }

.header-drop-search .input-drop-item {
}

    .header-drop-search .input-drop-item a {
        color: #333;
        font-size: 14px;
        padding: 4px 12px;
        font-family: 'PlusR';
        width: 100%;
        display: block;
        transition: all linear .2s;
        display: none;
    }

        .header-drop-search .input-drop-item a.show {
            display: block;
        }

        .header-drop-search .input-drop-item a:hover {
            background-color: #fafafa;
        }

.header-top-left .text strong::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0px var(--default-color-2);
    left: 0;
    z-index: 1;
}

.header-top-left .text strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}

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

    .header-top-right .item {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 16px;
    }

        .header-top-right .item:first-child {
            padding-left: 0;
        }

        .header-top-right .item:last-child {
            padding-right: 0;
        }

        .header-top-right .item:nth-child(3)::before {
            content: unset;
        }

        .header-top-right .item .icon {
            margin-right: 6px;
        }

        .header-top-right .item span {
            display: flex;
            align-items: center;
            font-family: 'Inter-Bold';
            color: #FFF;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            border-radius: 20px;
            background: #DA261D;
            padding: 5px 13px 5px 5px;
        }

            .header-top-right .item span svg {
                margin-right: 4px;
            }

        .header-top-right .item strong {
            font-weight: 700;
            margin-left: 4px;
        }

.btn-menu-rs {
    display: none;
}

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

.header-bottom .nav-item .drop-df {
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #33333370;
    transform: translateY(31px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-df .grid.wide {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
    padding: 35px 20px;
}

.header-bottom .nav-item .drop-item-df {
    transform: translateY(22px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

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

.header-bottom .nav-item:hover .drop-item-df {
    transform: translateY(0);
    opacity: 1;
}

.header-bottom .nav-item .drop-link-df {
    color: var(--default-color-4);
    font-family: 'SFM';
    font-size: 16px;
    line-height: 26px;
    transition: all linear .2s;
    /* text-transform: capitalize; */
}

.title-compa-l-top h1 {
    margin: 0;
    color: var(--default-color-1);
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.header-bottom .nav-item:hover .nav-link {
    background-color: #E21D26;
    color: #fff;
}

.header-bottom .nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-top {
    height: 56px;
    position: relative;
}

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

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

.header-bottom-logo {
    z-index: 0;
    top: -9px;
    width: 144px !important;
    height: 144px !important;
    transition: all .3s;
}

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

    .header-bottom-logo img,
    .header-bottom-logo canvas {
        width: 100%;
        height: 100%;
    }

    .header-bottom-logo canvas {
        text-align: center;
    }

.header-top-left .text {
    margin-left: 8px;
}

.header-bottom.fixed .header-bottom-logo canvas {
    width: 100%;
    height: 100%;
    /* top: 27px; */
    /* left: 22px; */
}

.header-top-left .text
h3 {
    margin: 0;
    font-family: sfm;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.header-bottom.fixed .header-bottom-logo {
    top: 8px;
    width: 75px !important;
    height: 76px !important;
}

.decor-icon-book-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

    .decor-icon-book-header svg {
        width: 64%;
        height: auto;
    }

.header-bottom .list li:nth-child(9):after {
    content: unset;
}

.header-bottom-logo img {
    width: 100%;
    height: 100%;
}

.header-bottom.fixed li.logo-fix-header:before {
    top: -41px;
    left: -76px;
}

.header-top-left .text
strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 23px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 8px;
}

    .header-top-left .text
    strong::before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 0px var(--default-color-2);
        left: 0;
        z-index: 1;
    }

.header-bottom.fixed .header-bottom-container {
    justify-content: space-between;
}

.header-top-left .text
strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}

.header-search .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 30px;
    position: relative;
    height: 100%;
    padding-left: 10px;
}

.booking-now-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 16px 5px 4px;
    transition: all .3s;
    color: #FFF;
    font-family: 'VNM-Sans-Std';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    background: #FDBC00;
    text-transform: uppercase;
}

.booking-now-header {
}

.header-bottom .nav-item:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    width: 1px;
    height: 14px;
    background: #fff;
}

.booking-now-header:hover a {
    background: #fdbc00;
    color: #1d92ec;
}

.header-search::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 25px;
    right: 0;
    bottom: 0;
    display: none;
}

.header-search:hover::before {
    display: block;
}

.header-search:hover .header-bottom-search {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.header-bottom-search {
    display: flex;
    align-items: center;
    position: absolute;
    min-width: 100%;
    height: 35px;
    right: 0;
    top: 81%;
    background-color: #fff;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 3px 9px 0px rgba(23, 53, 98, 0.25);
    border: 1px solid #749b43;
    overflow: hidden;
    transition: all ease-in-out .3s;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
}

    .header-bottom-search
    input {
        width: 235px;
        height: 100%;
        position: relative;
        border: none;
        background-color: transparent;
        outline: none;
        padding-left: 14px;
        color: #8E8E8E;
        font-size: 14px;
        padding-right: 54px;
    }

    .header-bottom-search
    a {
        position: absolute;
        height: 100%;
        width: 40px;
        right: 0;
        border-left: 1px solid #749b43;
        transition: all linear .3s;
    }

        .header-bottom-search a:hover {
            background: #749B3E;
        }

.header-bottom {
    height: 65px;
    background: var(--default-color-1);
    background: linear-gradient(180deg, #18f576 0%, #089745 100%);
}

    .header-bottom .grid.wide {
        position: relative;
        transition: all ease .2s;
    }

header:before {
    /* content: ""; */
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 11%;
    height: 137px;
    z-index: 1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

header.fixedb:before, header.fixedb:after {
    content: unset;
}

.header-bottom.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 #33333352;
    z-index: 3;
}

.header-bottom .text {
    margin-left: 0;
}

    .header-bottom .text
    h3 {
        margin: 0;
        font-family: BeautiqueDisplay-Bold;
        color: #574848;
        text-align: center;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 52.8px */
        text-transform: capitalize;
    }

    .header-bottom .text
    strong {
        color: var(--default-color-2);
        font-family: osB;
        font-size: 23px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        font-weight: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 3px;
    }

header:after {
    /* content: ""; */
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 12%;
    height: 137px;
    z-index: 1;
}

.header-bottom .text
strong::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0px var(--default-color-2);
    left: 0;
    z-index: 1;
}

.header-bottom .text
strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}

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

.header-bottom .list {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 5;
}

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item {
    position: relative;
}

.search-home {
    cursor: pointer;
    pointer-events: all;
}

    .search-home svg {
        pointer-events: none;
    }

.header-bottom .nav-item .nav-link {
    border-radius: 5px;
    transition: all ease .2s;
    padding: 9px 18px;
    color: #FFF;
    font-family: BeVietnamPro-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header-bottom .nav-item:nth-child(1) .nav-link {
    padding-left: 0;
}

.header-bottom .nav-item:
hover .nav-link {
    background-color: var(--default-color-3);
    color: #fff;
}

li.logo-fix-header {
    width: 152px;
    padding-right: 11px;
    position: relative;
}

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

.header-bottom .nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
}

.header-bottom .drop-item a {
    font-size: 15px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #2c2c2c;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

    .header-bottom .drop-item a::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 84%;
        border-top-right-radius: 5px;
        background-color: var(--default-color-1);
        left: -4px;
        border-bottom-right-radius: 5px;
        transition: all ease .3s;
    }

    .header-bottom .drop-item a span {
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    }

    .header-bottom .drop-item a:hover::before {
        left: 0;
    }

    .header-bottom .drop-item a:hover span {
        color: var(--default-color-4);
        transform: translateX(5px);
    }

.header-banner {
    position: relative;
}

.header-banner-wrap {
    position: relative;
}

    .header-banner-wrap .content {
        flex-direction: column;
        position: absolute;
        bottom: 64px;
        left: 0;
        display: flex;
        justify-content: center;
        padding-left: 48px;
    }

        .header-banner-wrap .content img {
            position: absolute;
            left: 0;
        }

        .header-banner-wrap .content h3 {
            font-size: 28px;
            position: relative;
            z-index: 2;
            margin: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 100;
        }

        .header-banner-wrap .content h4 {
            font-size: 30px;
            margin: 0;
            position: relative;
            color: var(--default-color-4);
            text-transform: uppercase;
            font-family: robotoconb;
            margin-top: 2px;
        }

.header-language {
    display: flex;
    align-items: center;
    margin-left: 23px;
}

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

        .header-language .item::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 12px;
            background: rgba(173, 173, 173, 0.50);
            right: 0;
        }

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

        .header-language .item img {
            margin-right: 4px;
        }

        .header-language .item .text.active {
            text-decoration: underline;
            margin-left: 3px;
        }

        .header-language .item .text {
            display: block;
            color: #1E1E1E;
            font-family: 'Barlow-Medium';
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 159.523%; /* 20.738px */
            text-transform: capitalize;
        }

        .header-language .item:hover .text {
            text-decoration: underline;
        }

@media (min-width: 1700px) {
    header:before {
        /* content: ""; */
        position: absolute;
        background: #fff;
        left: 0;
        top: 0;
        width: 15%;
    }

    header:after {
        /* content: ""; */
        position: absolute;
        background: #fff;
        left: 0;
        top: 0;
        width: 16%;
    }
}
/*RS*/
@media (min-width: 1024px) and (max-width: 1220px) {
    .header-language {
        margin-left: 15px;
        margin-right: 10px;
    }

    .header-bottom .drop-item a {
        font-size: 14px;
    }

    .header-bottom .list {
        margin-left: 14px;
    }

    .header-top-right .item span {
        font-size: 13px;
    }

    .header-top-right .item strong {
        font-size: 14px;
    }

    .header-top-right > .item:first-child {
        display: none;
    }

    .header-bottom .nav-item .nav-link {
        font-size: 13px;
        padding: 9px 6px;
    }

    .header-bottom-logo {
        left: -54px;
    }

    .header-bottom .grid.wide:before {
        right: 754px;
    }

    .booking-now-header a {
        font-size: 13px;
    }

    .booking-now-header {
        padding: 9.71px 14px 9.71px 14px;
    }
}

@media(max-width:1023px) {
    .header-hotline {
        margin: 0;
    }

    .item-hotline-rs {
        display: block;
    }

        .item-hotline-rs span svg {
            width: 20px;
            height: auto;
        }

        .item-hotline-rs span {
            display: flex;
            align-items: center;
            font-family: 'Inter-Bold';
            color: #FFF;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            border-radius: 20px;
            background: #DA261D;
            padding: 5px 10px 5px 5px;
        }

        .item-hotline-rs strong {
            font-weight: 700;
            margin-left: 4px;
        }

    .title-compa-l-top h1 {
        font-size: 16px;
    }

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

    .header-bottom-container {
        display: flex;
        align-items: center;
        justify-content: end;
        -webkit-justify-content: flex-end; /* For older Safari */
    }

    .header-bottom {
    }

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

    .header-bottom-logors {
        display: block !important;
        position: absolute !important;
        left: 2px;
        top: 2px;
        width: 8%;
        border-radius: 50%;
    }

        .header-bottom-logors img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .header-bottom.fixed .header-bottom-container {
        justify-content: end;
        -webkit-justify-content: flex-end;
    }

    .header-bottom .list {
        display: none;
    }

    .search-home {
        padding-right: 12px;
    }

    .header-search .icon svg {
        width: 16px;
        height: auto;
    }

    .BtnCloseHeader {
        margin-left: 4px;
        height: 37px;
    }

    .search-home svg {
        position: relative;
    }

    .header-drop-search .input {
        padding: 17px 15px;
    }

    .header-bottom-logo {
        position: absolute !important;
        left: 0;
    }

    .header-bottom.fixed .header-bottom-logo {
        top: -6px;
    }

    .header-bottom .grid.wide:before {
        left: 0;
        right: auto;
        width: 248px;
    }

    .header-banner-wrap .content {
        display: none;
    }

    .header-top-right .item {
        /* display: none; */
    }

    .header-top-right > .item:first-child {
        display: none;
    }

    .header-language {
        margin-left: 30px;
    }

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

    .header-top .grid.wide {
        padding: 0 5px;
    }

    .header-top-right .item:last-child {
        display: flex;
    }

    .header-bottom .text.mobile {
        margin-right: 11px;
    }

    .header-bottom .text h3 {
        font-size: 17px;
    }

    .header-bottom .grid.wide {
        padding-right: 5px;
        padding-left: 0;
    }

    .header-top {
        height: 35px;
        border-bottom: 1px solid #d5d5d5;
    }

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

    .header-top-container {
        justify-content: center;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-hotline {
        margin-right: 15px;
    }
}

@media(max-width:739px) {
    .header-bottom .text h3 {
        font-size: 11px;
    }

    .header-bottom.fixed .header-bottom-container {
        justify-content: space-between;
        justify-content: space-between;
    }

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

    .title-compa-l-top h1 {
        font-size: 12px;
        line-height: 160%;
    }

    .booking-now-header a {
        font-size: 14px;
        padding: 5px 16px 5px 4px;
    }

    .booking-now-header {
        margin-right: 10px;
    }

    .header-bottom .grid.wide:after {
        content: unset;
    }

    .header-bottom-container:before {
        display: none;
    }

    .header-top-right > .item {
        display: none;
    }

    .header-bottom .text strong {
        font-size: 14px;
        margin-top: 5px;
    }

    .header-bottom-search {
        width: 217px;
        margin-top: 8px;
        height: 35px;
    }

    .header-search-options,
    .header-hotline p {
        display: none;
    }

    .header-hotline a {
        margin: 0;
    }

        .header-hotline a span {
            font-size: 15px;
        }

    .header-bottom-logo img, .header-bottom-logo canvas {
        width: 263px;
    }

    .header-search {
        padding-left: 3px;
    }

    header {
        position: relative;
    }

    .header-bottom .grid.wide:before {
        content: unset;
    }

    .header-language {
        position: relative;
        z-index: 9;
    }

    .header-bottom-logo {
        display: none;
    }

    .header-bottom-logors {
        display: block !important;
        position: relative !important;
        left: 2px;
        top: 0;
        width: 18%;
    }

    .header-bottom.fixed .header-bottom-logors {
        width: 11%;
        top: 0;
    }

    .header-bottom-logors img {
        width: 100%;
        height: 100%;
    }

    .item-hotline-rs span {
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .item-hotline-rs span {
        display: flex;
        align-items: center;
        font-family: 'Inter-Bold';
        color: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 20px;
        background: #DA261D;
        padding: 5px 5px 5px 5px;
    }
}