﻿header {
    position: relative;
    height: 227px;
}

/*header top*/

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

.box-drop {
    display: none;
}

.header-top .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right;
}

    .header-top .container .infor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* justify-content: end; */
        width: 100%;
    }

.box-drop-item {
    padding: 8px 12px !important;
    padding-left: 18px !important;
    background-color: #2a2f3530;
    color: var(--bg-selection-2) !important;
}

.header-top .infor .item:nth-child(1):after {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 12px;
    right: 0;
}

.header-top .infor .item.tel {
    align-items: center;
}

.header-top .infor .item.tl .icon {
    color: #025132;
    font-size: 15px;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

.header-top .infor .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

    .header-top .infor .item.tel::before {
        display: none;
    }

a.link-mail-header {
    font-size: 16px !important;
    font-family: BeVNR !important;
}

.header-top .infor .item::before {
    content: '';
    width: 1px;
    position: absolute;
    height: 21px;
    background-color: #ffffff80;
    right: 0;
}

span.hotline-name-header {
    color: #ff1c2c;
    font-family: BeVNR;
    font-size: 14px;
}

.header-top .infor .item.tel section {
    color: #fff;
}

    .header-top .infor .item.tel section.compa {
        color: #2a2f35;
        font-size: 14px;
        font-family: 'BEVNR';
        display: flex;
        align-items: center;
        padding-left: 140px;
    }

.item.tel.tl.time-right-header {
    padding-right: 17px;
}

.right-email-header:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 12px;
    right: 0;
}

.decor-icon-header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

    .decor-icon-header-top i {
        color: #ff1c2c;
        font-size: 14px;
    }

.header-top .infor .item.tel section.sp {
    margin-left: 27px;
    padding-left: 10px;
    padding-right: 24px;
    height: 100%;
    background: #094f43;
}

    .header-top .infor .item.tel section.sp a {
        font-family: 'BarlowR';
        font-size: 14px;
    }

span.email-name-header {
    font-family: 'BeVNR';
    color: #2a2f35;
    font-size: 14px;
}

.header-top .infor .item.tel a {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

span.widgetHeaderContact > a {
    font-family: BeVNL;
    font-size: 13px;
}

span.widgetHeaderGGMap {
    padding-left: 13px;
    border-left: 1px solid #d4d4d4;
    margin-left: 5px;
}

span.widgetHeaderContact {
    padding-left: 13px;
    border-left: 1px solid #d4d4d4;
    margin-left: 5px;
    display: none;
}

.right-phone-header {
    display: flex;
    align-items: center;
    padding-left: 17px;
}

.right-email-header {
    display: flex;
    align-items: center;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
}

.icon-email-home {
    margin-right: 5px;
}

a.booking-home-header {
    font-family: 'JoseSB' !important;
    color: #efe9ae !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #094f43;
    height: 90%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 2px 22px 2px 3px;
    margin-left: 23px;
}

.decor-booking-header {
    background: #efe9ae;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 8px;
}
/*header bottom*/
.header-bottom {
    height: 145px;
    z-index: 5;
    width: 100%;
    /* position: absolute; */
    background: #1359bb;
}

    .header-bottom.fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999999999999;
        -webkit-box-shadow: 0 4px 12px 1px #bbbbbb7d;
        box-shadow: 0 4px 12px 1px #bbbbbb7d;
    }

    .header-bottom .container {
        position: relative;
    }

        .header-bottom .container .logo {
            z-index: 2;
        }

    .header-bottom.fixed .container .logo {
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px !important;
        height: 63px !important;
    }

    .header-bottom .container .logo canvas {
        z-index: 9;
        width: 100% !important;
        height: 100% !important;
    }

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

    .header-bottom.fixed .container .logo canvas {
        width: 100% !important;
        top: 31px;
        left: 35px;
        transition: all .3s;
    }

    .header-bottom .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        list-style: none;
        position: relative;
    }

        .header-bottom .list li {
            position: relative;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s;
            cursor: pointer;
            height: 100%;
            user-select: none;
            display: flex;
            align-items: center;
        }

            .header-bottom .list li:nth-child(7) a {
                /* padding-right: 0; */
            }

            .header-bottom .list li:nth-child(1) a {
                padding-left: 0;
            }

            .header-bottom .list li a {
                padding: 0 14px;
                transition: all .3s;
                color: #ffffff;
                font-size: 14px;
                font-family: BEVNR;
                display: flex;
                position: relative;
                align-items: center;
                height: max-content;
                text-transform: uppercase;
                font-weight: 500;
            }

        .header-bottom .list > li > a {
            border-right: 1px solid #5a8bd0;
            height: 20px;
        }

.topHeaderNameSearchHotline {
    display: flex;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 15px;
}

.LeftLogoHeader {
    display: flex;
    align-items: center;
    position: relative;
}

.NameCompaHeader h1 {
    margin: 0;
    font-size: 31.82px;
    color: #ffffff;
    font-family: Swiss;
    text-transform: uppercase;
}

.leftDecorIconHotline {
    width: 35px;
    height: 35px;
}

    .leftDecorIconHotline img {
        width: 100%;
        height: auto;
    }

.NameCompaHeader {
    padding-left: 160px;
}

.sideHeaderSearch {
    padding-left: 22px;
    padding-right: 16px;
}

.rHotlineTitleHeader {
    padding-left: 8px;
}

.LeftLogoImg {
    position: absolute;
    top: -44px;
    left: 0;
    width: 149px;
    height: 93px;
}

.header-bottom .container .logo {
    width: 149px !important;
    height: 93px !important;
}

.widget-menu-child-header-bottom {
    position: absolute;
    bottom: 0;
    width: 83%;
    left: 186px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.wp-header-bottom {
    position: relative;
}

.header-banner {
}

.icon-hotline-home.flex-center img {
    position: relative;
    top: 0px;
}

.header-bottom .list.l li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

    .header-bottom .list.l li:first-child a i {
        position: relative;
        top: -2px;
    }

.header-bottom .list.l li.drop-item:first-child a, .header-bottom .list.l li.drop-item a {
    padding: 10px 20px;
    margin: 0;
}

.header-bottom .list li.drop-item a:hover::before, .header-bottom .list li.drop-item a:hover::after {
    content: unset;
}

.header-bottom .list.r li:nth-child(4) a {
    padding-right: 0;
}

li.drop-item a::after {
    content: unset !important;
}

.header-bottom .list li a:hover::before, .header-bottom .list li a:hover::after {
    /* height: 20px; */
}

.header-bottom .list li a:hover {
    color: #f5db91;
}

.header-bottom .list li.btn-menu-rs {
    display: none;
    font-size: 22px;
}

.header-bottom .list.r li:nth-child(3) a {
    margin-right: 0;
}

.header-bottom .list .drop {
    position: absolute;
    top: 100%;
    left: -140px;
    width: max-content;
    max-height: max-content;
    opacity: 0;
    z-index: 10;
    overflow: hidden;
    visibility: hidden;
    list-style: none;
    text-align: left;
    background-color: #fff;
    -webkit-transform: translate(0, 26px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    column-count: 3;
    padding: 0 !important;
    border-radius: 5px;
    padding-top: 10px !important;
}

.header-bottom .list li.hav {
    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;
}

    .header-bottom .list li.hav:hover::before {
        display: block;
    }

    .header-bottom .list li.hav::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 8px;
        top: calc(100%);
        display: none;
        overflow-y: overlay;
    }

.header-bottom .list li:hover .drop {
    padding: 5px 0;
    height: unset;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 4px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-box-shadow: 0 0 8px 1px #00000078;
    box-shadow: 0 0 8px 1px #00000078;
}

    /* width */
    .header-bottom .list li:hover .drop::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .header-bottom .list li:hover .drop::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .header-bottom .list li:hover .drop::-webkit-scrollbar-thumb {
        background: #888;
    }

.header-bottom .list .drop li {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .header-bottom .list .drop li a {
        font-size: 13px;
        padding: 0 10px;
        padding-bottom: 10px;
        font-family: 'BEVNR';
        color: #000000;
        font-weight: normal;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
        display: block;
    }

        .header-bottom .list .drop li a:hover {
            /* background-color: var(--default-color-3); */
            color: #005304;
        }

.list-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-top .infor .item.tel section::selection,
.header-top .infor .item.tel a::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

a.phone-header-top-home {
    font-size: 14px !important;
    font-family: BeVNB !important;
    color: #ff1c2c !important;
}

.widget-search input {
    border: none;
    outline: none;
    background: #fff;
    width: 500px;
    height: 42px;
    border-radius: 5px;
    padding-left: 15px;
    color: #333;
    font-family: BeVNR;
    font-size: 16px;
}

.rHotlineTitleHeader span {
    font-size: 14px;
    color: #ffffff;
    font-family: 'BeVNL';
}

.rHotlineTitleHeader a {
    font-size: 19.63px;
    color: #ffffff;
    font-family: 'BeVNB';
    font-weight: 500;
}

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

.widget-search input::placeholder {
    font-size: 14px;
    font-family: BeVNI;
    color: rgb(117 117 125 / 55%);
}

.btn-search i {
    width: 53px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #005304;
    color: #fff;
    border-radius: 5px;
}

    .btn-search i:hover {
        background: #1359bb;
    }

.btn-search {
    position: absolute;
    right: 3px;
    top: 3px;
}

.widget-search {
    position: relative;
    width: 500px;
}

ul.listMenuChildHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

li.itemMenuChildHeader {
    list-style: none;
    display: flex;
    align-items: center;
    height: 41px;
}

    li.itemMenuChildHeader a {
        font-family: 'BeVNR';
        font-size: 14px;
        color: #2f363d;
        display: block;
        padding: 0 12px;
        position: relative;
    }

ul.listMenuChildHeader:after {
    content: "";
    position: absolute;
    background: #ffd450;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 18px 0 0;
}

li.itemMenuChildHeader a:after {
    content: "";
    position: absolute;
    background: #c3a64a;
    width: 2px;
    height: 8px;
    right: 0;
    top: 6px;
}

li.itemMenuChildHeader:last-child a:after {
    display: none;
}

li.itemMenuChildHeader:hover a {
    color: #fff;
}

a.phone-header-top-home span {
    color: #707070;
    font-family: BeVNL;
    margin: 0 5px;
}

.bottom-header {
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px 0 #33333326;
    background-color: #fff;
}

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

    .bottom-header-container .menu_main {
    }

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

.my-user-options {
}

    .my-user-options span {
        color: #333;
        margin: 0 10px;
        font-size: 15px;
    }

        .my-user-options span strong {
            color: var(--bg-selection);
            font-weight: 100;
        }

.bottom-header .login-form {
    display: flex;
    align-items: center;
    position: relative;
}

.bottom-header .icon-login img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.bottom-header .icon-login {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    padding: 6px 8px;
    font-family: 'BeVNR';
    border-radius: 50px;
}

.right-header-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .right-header-wrap .text {
        color: #fff;
        font-size: 15px;
    }

        .right-header-wrap .text strong {
        }

    .right-header-wrap span {
        font-family: 'BeVNSB';
        font-size: 15px;
        margin: 0 10px;
    }

.countcart.countnotice {
    background-color: red;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.5;
}

.bottom-header .login-form:hover .box-login {
    opacity: 1;
    pointer-events: all;
}

.box-login {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333326;
    overflow: hidden;
    left: 0;
    top: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    min-width: 100%;
}

    .box-login a:hover {
        background-color: var(--bg-selection);
    }

    .box-login a {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        border-bottom: 1px solid #3333330f;
        font-size: 16px;
        color: var(--bg-selection-2);
        white-space: nowrap;
        transition: all .3s;
        font-family: 'BeVNI';
    }

    .box-login .icon {
    }

        .box-login .icon i {
        }

    .box-login span {
    }

.box-login {
}

    .box-login a {
    }

        .box-login a i {
            color: #1359bb;
            font-size: 14px;
            margin-right: 7px;
        }

.menu_main .cart {
}

.menu_main .span-cart {
}

    .menu_main .span-cart a {
    }

    .menu_main .span-cart img {
    }

    .menu_main .span-cart .countcart {
    }

.menu_main .cart-top {
}

    .menu_main .cart-top span {
    }

.list-cart-top {
}

    .list-cart-top .item-cart {
    }

        .list-cart-top .item-cart a {
        }

        .list-cart-top .item-cart img {
        }

        .list-cart-top .item-cart span {
        }

        .list-cart-top .item-cart p {
        }

    .list-cart-top .bot-cart {
    }

        .list-cart-top .bot-cart p {
        }

        .list-cart-top .bot-cart a {
        }

@media (max-width: 1239px) {
    .header-bottom .list .drop li a {
        font-size: 12px;
    }
}

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

    .box-drop {
        display: block;
    }

    .no-display-mobile {
        display: none;
    }

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

    .header-bottom .list > li > a {
        display: none;
    }

    span.widgetHeaderContact {
        margin-right: 15px;
    }

    .header-bottom .list li.hav {
        display: none !important;
    }

    .header-bottom {
        height: 65px;
    }

        .header-bottom .list li.btn-menu-rs {
            display: flex;
            font-size: 30px;
            color: #fff;
            position: relative;
            right: 0;
            z-index: 999;
        }

    .header-banner {
        position: unset;
    }

    .header-bottom ul li {
        display: none;
    }

    .list-menu-wrap, .header-bottom .list {
        justify-content: end;
        float: right;
    }

    .header-bottom ul li.btn-menu-rs {
        display: block;
    }

    .header-top .infor .item {
        display: none;
    }

        .header-top .infor .item.tel {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

    .header-top .container .infor {
    }

    .header-bottom ul li.btn-menu-rs {
        display: block;
    }

    .rightHeaderHotline {
        display: none;
    }

    header {
        height: auto;
    }

    .bottom-header-container {
        padding: 12px 10px;
    }
}

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

    .header-top .container .infor {
        justify-content: space-between;
    }

    .right-email-header {
        padding-left: 0;
    }

    .wp-home-about .grid.wide {
        padding: 0 10px;
    }

    .header-bottom.fixed .container .logo:after {
        left: 53px;
    }

    .header-top .infor .item.tel:nth-child(1) {
    }

    .header-bottom .container .logo canvas {
        left: 30px;
    }

    .header-bottom.fixed .container .logo canvas {
        width: 62% !important;
        top: 35px;
        left: 14px;
        transition: all .3s;
    }

    .header-bottom .container .logo {
        transform: translate(-46px, -1px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-bottom .list li {
        right: 38px;
    }
}

@media(max-width:800px) {
    .rightHeaderHotline {
        display: none;
    }

    span.widgetHeaderContact {
        display: none;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none;
    }

    .header-top {
        display: none;
    }

    li.cart-menu-home-header {
        right: 0;
        top: 0;
    }

    .header-bottom .list li.btn-menu-rs {
        top: 0;
        right: 0;
    }

    .span-cart a > div {
        margin-top: 3px;
        width: fit-content;
    }

    .span-cart a div:nth-child(1) {
        display: none;
    }

    .header-bottom .container .logo {
        transform: translateY(0);
        display: flex;
        align-items: center;
        width: 99px !important;
        height: 53px !important;
    }

    .span-cart a:before {
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 34px;
        top: 0;
        display: none;
    }

    .cart-top {
        right: 47px;
        top: 111%;
        display: none !important;
    }

    .bot-cart a {
    }

    .span-cart a {
        padding-left: 0px !important;
    }

    .header-bottom .container .logo canvas {
        margin: auto !important;
        top: 2px;
        display: block;
    }

    .NameCompaHeader {
        padding-left: 9px;
        width: 114px;
    }

    .LeftLogoImg {
        position: relative;
        top: -1px;
        width: max-content;
        height: auto;
    }

    .NameCompaHeader h1 {
        font-size: 17px;
        text-transform: math-auto;
    }

    .header-bottom .container .logo:after {
        left: 83px;
        bottom: -38px;
    }

    .LeftLogoHeader {
        width: 233px;
        justify-content: space-between;
    }

    .topHeaderNameSearchHotline {
        width: 208px;
        justify-content: space-between;
    }

    .header-bottom.fixed .container .logo {
        justify-content: unset;
        width: 93px !important;
        height: 55px !important;
    }

    .header-bottom .container .logo:before {
        content: unset;
    }

    .header-bottom.fixed .container .logo canvas {
        left: 0;
        top: 3px;
    }

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

    .header-top .infor .item.tel a {
        font-size: 13px;
    }

    .header-top .infor .item.tel section {
        font-size: 13px;
    }

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

    .header-bottom {
        height: 65px;
        background-size: cover;
        position: unset;
    }

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

    .bottom-header-container {
        padding: 5px;
    }

    .bottom-header .icon-login {
        padding: 8px 10px;
    }

    .countcart.countnotice {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .box-login {
        left: unset;
        right: 0;
    }

    .bottom-header .icon-login img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }
}