﻿header {
    position: relative;
}

/*header top*/

.header-top {
    height: 70px;
    position: relative;
    z-index: 2;
    background-color: var(--default-color-3);
}

    .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;
    }

        .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: space-between;
            width: 100%;
            margin-top: -19px;
        }

    .header-top .infor .item:nth-child(1) {
        margin-right: 16px;
    }

    .header-top .infor .item.tel {
        padding-right: 0;
    }

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

    .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;
        }

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

        .header-top .infor .item span {
            /* font-size: 15px; */
            color: #fff;
        }

section.booking-home:hover {
    background: #469acb;
}

    section.booking-home:hover a {
        color: #fff !important;
    }

span.hotline-name-header {
    font-size: 19.24px;
    margin: 0 5px;
}

.header-top .infor .item.tel section {
    color: #fff;
    font-size: 19.24px;
    font-family: AsapB;
    display: flex;
    align-items: center;
    /* margin-left: 10px; */
}

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

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

.header-top .infor .item.tel a {
    display: inline-block;
    font-family: 'AsapSB';
    color: #fff;
    font-size: 18px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

/*header bottom*/
.header-bottom {
    height: 68px;
    z-index: 5;
    width: 100%;
    top: 50px;
    position: absolute;
}

    .header-bottom.fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999999999999;
        background-color: #469ACB;
    }

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

        .header-bottom .container .logo {
            transform: translateY(-24px);
            z-index: 2;
            width: 122px !important;
            height: 122px !important;
            position: relative;
            margin: auto;
        }

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

.wp-header-top {
    position: relative;
    width: 100%;
    /* height: 100%; */
}

.header-bottom .container .logo:before {
    content: "";
    position: absolute;
    background: #fff;
    left: -14px;
    top: -13px;
    width: 155px;
    height: 155px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.header-bottom .container .logo canvas {
    margin: auto !important;
    left: 5px;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

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

.header-bottom.fixed .container .logo canvas {
    top: -1px;
    transition: all .3s;
}

.header-bottom.fixed .container .logo:before {
    left: -10px;
    top: -13px;
    width: 125px;
    height: 125px;
}

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

    .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;
    }

        .header-bottom .list li a {
            padding: 0 28px;
            transition: all linear .2s;
            color: #fff;
            font-size: 17px;
            font-family: 'AsapSB';
            display: flex;
            position: relative;
            align-items: center;
            height: 100%;
            text-transform: uppercase;
            /* border-left: 1px solid #515151; */
        }

li.wp-item-search-home {
    padding: 0 28px;
    position: relative;
}

    li.wp-item-search-home:before {
        content: "";
        position: absolute;
        left: 0;
        background: #ffffff57;
        width: 1px;
        height: 17px;
    }

.header-bottom .list li a:after {
    content: "";
    position: absolute;
    left: 0;
    background: #ffffff57;
    width: 1px;
    height: 17px;
}

.header-bottom .list.l li:first-child a img {
    filter: invert(86%) sepia(34%) saturate(3652%) hue-rotate(357deg) brightness(96%) contrast(106%);
}

.header-bottom .list.l li.drop-item:first-child a {
    /* padding-left: 10px; */
}

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

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

.header-bottom .list li:first-child a::after {
    content: unset;
}

.header-bottom .list li a:hover::before {
    /* bottom: 0; */
    width: 100%;
}

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

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

.header-bottom .list .drop {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 300px;
    opacity: 0;
    z-index: 10;
    overflow: hidden;
    visibility: hidden;
    overflow-x: hidden;
    list-style: none;
    text-align: left;
    background-color: #fff;
    -webkit-transform: translate(0, 40px);
    -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;
    overflow-y: overlay;
}

.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, 0);
    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;
}

    .header-bottom .list .drop li a {
        white-space: nowrap;
        font-size: 15px;
        padding: 7px 12px;
        color: #333;
        font-weight: normal;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
        font-weight: bold;
    }

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

.header-bottom .grid.wide {
    max-width: 1170px;
}

.list-menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #469ACB;
    border-radius: 50px;
}

.header-bottom .list-menu-wrap a.detail-booking-home-res {
    padding-left: 54px;
    color: #fff;
    =: none;
    display: none;
}

.header-bottom.fixed .list-menu-wrap a.detail-booking-home-res {
    padding-left: 94px;
    color: #df1d25;
}

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

.widget-search {
    position: absolute;
    top: 60px;
    right: 28px;
    display: none;
    z-index: 99999999999999;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #33333338;
    border-radius: 5px;
    /* display: flex !important; */
    box-shadow: 0 0 10px 0 #33333330;
    align-items: center;
    height: 40px;
}

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

    .icon-search i {
        color: #fff;
        background: #fcc200;
        width: 38px;
        height: 38px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .icon-search:hover {
        cursor: pointer;
    }

.search-block {
    display: flex;
}

input.search {
    width: 247px;
    height: 33px;
    border: none;
    outline: none;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0 13px;
    padding-right: 60px;
    height: 100%;
    width: 180px;
}

    input.search[type="text"] {
        color: #333;
        font-family: asapSB;
        font-size: 15px;
    }

.btn-search {
    position: absolute;
    right: 7px;
    top: 8px;
    color: #747474;
    cursor: pointer;
    right: unset;
    top: unset;
    padding: 0 16px !important;
}

.search-block a.btn-search {
    height: 100% !important;
    position: relative !important;
    outline: none;
    justify-content: center;
    align-items: center !important;
    padding: 0 !important;
    width: 45px;
    right: unset;
    border-radius: unset;
    top: unset;
}

.icon-hotline {
    background: #fcc200;
    width: 27px;
    height: 27px;
    border-radius: 50px;
}

    .icon-hotline i {
        font-size: 13px;
    }

a.detail-booking-home {
    font-family: RobotoB !important;
    font-size: 15px !important;
    color: #469acb !important;
    text-transform: uppercase;
    padding-left: 4px;
}

section.booking-home {
    background: #fff;
    border-radius: 50px;
    padding: 2px 12px 1px 2px;
}