﻿.header-bottom .logo-text {
    font-family: gabaraL;
}

.header-banner {
    position: relative;
}

.drop-item-link {
    position: relative;
}

    .drop-item-link .icon-for3 {
        position: absolute;
        bottom: 2px;
        font-size: 10px;
        left: 50%;
    }

.header-top-email:hover span {
    color: #3275b6;
}

.header-top-tel:hover span {
    color: var(--default-color-2);
}
/*header top*/
.header_menu_drop3 {
    max-height: 0;
    transition: all .5s;
    background-color: var(--default-color-2);
    position: absolute;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

    .header_menu_drop3::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 100%;
        right: -5px
    }

    .header_menu_drop3 a {
        color: #fff !important;
    }

.decor-book-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

    .decor-book-icon img {
        width: 100%;
    }

.header-top-time i {
    color: var(--default-color-4);
    margin-right: 2px;
    font-size: 15px;
}

.header-top-time {
}

.btn-menu-rs {
    font-size: 25px;
    color: var(--default-color-1);
}

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

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

.header-bottom .infor .item.tel {
}

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

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

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

.header-bottom .infor .item.tel section.sp a {
}

.header-bottom .infor .item.tel a {
    margin-left: 5px;
}

.header-bottom .mobile-text {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    color: var(--default-color-1);
    font-size: 22px;
    line-height: 150%;
    margin: 0;
    display: none;
}
/*header bottom*/

header.fixed .header-bottom {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999999999;
}

header.fixed .header-top {
    height: 90px;
}

.header-bottom.fixed .container .logo {
    transform: translateY(35px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-bottom.fixed .container .logo canvas {
        height: 66px;
    }

.header-bottom-decor {
}

.header-bottom .list .header-menu-link:hover::before {
    bottom: 0;
}

.header-bottom .list .header-menu-link.active::before {
    bottom: 0;
}

.header-bottom .list .header-menu-link.active {
    background-color: rgb(0 0 0 / 10%);
    color: var(--default-color-1);
}

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

.header-bottom .list .header-menu-item.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 .header-menu-item.hav:hover::before {
        display: block;
    }

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

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

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

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

.header-bottom .list .drop .header-menu-item {
    padding: 0;
}

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

.header-bottom-search::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    bottom: -20px;
    display: none;
}

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    flex-direction: column;
}

/*header top*/
.header-top .grid.wide {
    position: relative;
}

header.page .header-top {
}

header.page .header-bottom {
    /* background-color: #F4F4F4; */
}

header.page {
    background-color: #fff;
}

header.page-contact {
    position: relative;
}

.header-top {
    position: relative;
    height: 42px;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}

@keyframes forheadertop {
    0% {
        transform: translateX(0) scale(1);
    }

    50% {
        transform: translateX(120px) scale(1.01);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

header.fixed .header-top .container {
    opacity: 0;
}

.header-top .container {
    position: relative;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-top-time i {
    color: var(--default-color-4);
    margin-right: 2px;
    font-size: 15px;
}

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

span.decor-back-c {
    color: #606060 !important;
    font-family: 'MonR' !important;
    margin-right: 8px;
}

.header-top-email span {
    color: #606060;
    font-size: 15px;
    margin-left: 5px;
    display: block;
    white-space: nowrap;
    font-family: 'MonR';
}

.header-top-options {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-bottom .list .header-menu-item:hover .drop {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translateY(0);
    pointer-events: all;
}

.header-top-title {
    color: var(--default-color-2);
    font-family: baiB;
    font-size: 20px;
    text-transform: uppercase;
    transform: translateX(165px);
    opacity: 0;
    pointer-events: none;
}

.header-top-time {
    color: #fff;
}

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

    .header-top-tel span {
        color: var(--default-color-3);
        font-family: monB;
        font-size: 15px;
        margin-left: 2px;
        display: flex;
        white-space: nowrap;
        font-weight: normal;
    }

.header-top-contact {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--default-color-2);
    padding: 0 20px;
    margin-left: 34px;
}

    .header-top-contact span {
        font-size: 15px;
        display: block;
        font-family: insM;
        color: #F9F9F9;
        white-space: nowrap;
    }

    .header-top-contact img {
        margin-left: 9px;
    }

.header-top-time span {
    font-size: 13px;
    line-height: 159.5%;
    color: #fff;
}

.btn-menu-rs {
    font-size: 25px;
    color: var(--default-color-2);
}

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

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

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

.header-bottom .infor .item.tel {
    background: var(--default-color-1);
    border-radius: 55px;
}

.header-bottom .infor .item.tl .icon {
    background-color: #fff;
    margin-right: 8px;
    color: #00004d;
    font-size: 16px;
    width: 29.88px;
    height: 29.88px;
    border-radius: 50%;
}

.header-bottom .infor .item:hover {
    opacity: .6;
}

.header-bottom .infor .item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px;
    padding-right: 15px;
    transition: all .3s;
}

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

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

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

.header-asking-mb span:hover {
    background: transparent;
}

.header-bottom .infor .item.tel section {
    color: #fff;
    display: flex;
    font-family: monSB;
    font-size: 16px;
    line-height: 159.5%;
}

    .header-bottom .infor .item.tel section.sp a {
    }

.header-bottom .infor .item.tel a {
    margin-left: 0px;
    font-family: monSB;
    color: #fff;
    font-size: 16px;
}

.header-bottom .mobile-text {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    color: var(--default-color-1);
    font-size: 22px;
    line-height: 150%;
    margin: 0;
    display: none;
}
/*header bottom*/
.header-bottom {
    height: 64px;
    z-index: 5;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ffffff52;
}

header.fixed .header-bottom {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999999999;
    background-color: #3275b6;
    box-shadow: 0 0 22px 0 #dba14175;
}

header.fixed .header-top {
    height: 64px;
    opacity: 0;
}

.header-bottom .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 22px;
}

header.fixed .header-bottom .container .logo {
    transform: translate(-6px, 20px);
    padding: 10px 14px;
}

    header.fixed .header-bottom .container .logo img:nth-child(1) {
        display: none;
    }

    header.fixed .header-bottom .container .logo img:nth-child(2) {
        display: block;
    }

    header.fixed .header-bottom .container .logo:before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 90%;
        height: 90%;
        pointer-events: none;
        z-index: -1;
        margin: auto;
        border-radius: 12px 12px 0 0;
    }

.header-bottom .container .logo {
    position: relative;
    z-index: 2;
    transition: all .3s;
    width: 109px;
    transform: translate(10px, -38px);
}

    .header-bottom .container .logo img:nth-child(2) {
        display: none;
    }

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

.header-bottom.fixed .container .logo {
    transform: translateY(35px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-bottom.fixed .container .logo canvas {
        height: 66px;
    }

.header-bottom-decor {
    position: absolute;
    left: unset;
    right: 0;
    display: none;
}

.header-c-top {
    width: 100%;
    background: #3275b6;
    height: 40px;
}

.content-header-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 180px;
}

    .content-header-t h4 {
        margin: 0;
        font-family: 'MONSB';
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .content-header-t span {
        display: block;
        color: #fff;
        font-family: 'monM';
        font-size: 14px;
    }

.header-bottom .container .logo:before {
    content: "";
    position: absolute;
    background: #fff;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 120%;
    height: 115%;
    pointer-events: none;
    z-index: -1;
    margin: auto;
    border-radius: 12px 12px 0 0;
}

.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 .header-menu-item {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        cursor: pointer;
        height: 100%;
        user-select: none;
    }

header.fixed .header-bottom .list .header-menu-link.par {
}

header.fixed .header-bottom .list .header-menu-item:first-child a:hover {
}

header.fixed .header-bottom .list-menu-wrap {
    border-top: none;
}

header.fixed .header-bottom .header-asking-mb span {
    background: var(--default-color-2);
}

    header.fixed .header-bottom .header-asking-mb span:before {
        background: linear-gradient(270deg, #1065b8 0%, #3388da 43.36%, #3275b6 100%);
    }

    header.fixed .header-bottom .header-asking-mb span:hover {
        color: #ffff;
    }

header.fixed .header-bottom .list .header-menu-link:hover::before {
    background: #fff;
}

header.fixed .header-bottom .list .header-menu-link:hover::after {
    background: #fff;
}

header.fixed .header-bottom .list .header-menu-link span.btn i:before {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(359deg) brightness(106%) contrast(101%);
}

header.fixed .header-bottom .list .header-menu-link:hover {
    background-color: transparent;
    color: #dfb966;
}

header.fixed .header-bottom .list .header-menu-link {
    color: #fff;
}

.header-bottom .list .header-menu-item:first-child .header-menu-link {
    padding-left: 0;
}

.header-bottom .list .header-menu-link {
    padding: 0 calc(32px /2);
    transition: all linear .2s;
    color: var(--default-color-1);
    font-size: 16px;
    display: flex;
    position: relative;
    align-items: center;
    font-family: monM;
    height: 100%;
    overflow: hidden;
    text-transform: uppercase;
    justify-content: center;
}

    .header-bottom .list .header-menu-link span.btn i:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MocHuynhThuan/drop.png);
        width: 9px;
        height: 7px;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 5px;
    }

.header-asking-mb span {
    position: relative;
    font-size: 14px;
    font-family: 'MonB';
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    padding: 10px 22px;
    background: linear-gradient(270deg, #1065b8 0%, #3388da 43.36%, #3275b6 100%);
    border-radius: 50px;
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

    .header-asking-mb span:before {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 600%;
        background: var(--default-color-2);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
        transform: translateX(-50%) translateY(-50%) rotate(60deg);
        z-index: -1;
        -webkit-transition: 0.7s ease;
        transition: 0.7s ease;
        pointer-events: none;
    }

    .header-asking-mb span:hover:before {
        height: 560%;
    }

.booking-now-header {
    margin-left: 12px;
}

.header-bottom .list .header-menu-item:first-child .header-menu-link::before {
    color: var(--default-color-1);
}

.header-bottom .list .header-menu-link::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 2px;
    height: 0px;
    background-color: #3275b6;
    transition: all linear .2s;
}

.header-bottom .list .header-menu-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 2px;
    height: 0px;
    background-color: #3275b6;
    transition: all linear .2s;
}

.header-bottom .list .header-menu-link:hover::before {
    height: 20px;
}

.header-bottom .list .header-menu-link:hover::after {
    height: 20px;
}

.header-bottom .list .header-menu-link.active::before {
    bottom: 0;
}

.header-bottom .list .header-menu-link.active {
    background-color: rgb(0 0 0 / 10%);
    color: var(--default-color-1);
}

.header-bottom .list .header-menu-link:hover {
    color: #3275b6;
}

    .header-bottom .list .header-menu-link:hover img {
        filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(149deg) brightness(123%) contrast(100%);
    }

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

.header-bottom .list .drop::before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 8px;
}

.header-bottom .list .drop {
    position: absolute;
    top: calc(100% + 0px);
    box-shadow: -2px 6px 8px 1px #00000033;
    left: 0;
    z-index: 10;
    width: 100%;
    list-style: none;
    background-color: #fff;
    -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;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 25px;
    row-gap: 25px;
    padding: 25px;
}

.header-bottom .list .drop-item:hover .header_menu_drop3 {
    max-height: 600px;
}

.header-bottom .list .header-menu-item.hav:hover .drop {
    opacity: 1;
    pointer-events: all;
}

.header-bottom .list .header-menu-item.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 .header-menu-item.hav:hover::before {
        display: block;
    }

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

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

.header-bottom .list .header_menu_drop3 a:hover {
    background-color: var(--default-color-1) !important;
}

.header-bottom .list .drop3 {
    margin-top: 6px;
}

.header-bottom .list .drop3-item {
    padding: 4px 0;
    padding-left: 10px;
    display: flex;
    align-items: center;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

    .header-bottom .list .drop3-item:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    .header-bottom .list .drop3-item i {
        color: #333;
        font-size: 10px;
        margin-right: 6px;
        position: relative;
    }

        .header-bottom .list .drop3-item i:before {
            content: "";
            position: absolute;
            background: url(/Design/img/MocHuynhThuan/drop2.png);
            width: 7px;
            height: 9px;
            background-size: cover;
            background-repeat: no-repeat;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 1px;
        }

.header-bottom .list .drop3-link:hover {
    color: var(--default-color-2);
}

.header-bottom .list .drop3-link {
    color: #333;
    font-size: 15px;
    font-family: monM;
    transition: all .3s;
    width: fit-content;
}

li.drop-item.hav-3 > a.drop-link {
    padding: 5px 18px;
    line-height: normal !important;
    background: linear-gradient(270deg, #1065b8 0%, #3388da 43.36%, #3275b6 100%);
    border-radius: 50px;
    color: #fff !important;
    text-transform: capitalize !important;
}

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

.header-bottom .list .drop .drop-link {
    font-weight: 100;
    font-size: 16px;
    color: var(--default-color-1);
    font-weight: normal;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    text-align: left;
    display: block;
    text-transform: capitalize;
    font-family: 'monM';
    text-transform: uppercase;
    line-height: 150%;
    width: fit-content;
}

.header-bottom-search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-left: 16px;
}

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

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

.header-bottom-search::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    bottom: -20px;
    display: none;
}

.header-bottom-search .drops {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    height: 30px;
    margin-right: 20px;
    border-radius: 6px;
}

.header-bottom-search a {
    font-size: 15px !important;
    padding: 10px 5px 10px 10px !important;
    height: 100%;
}

.header-bottom-search input {
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    width: 190px;
}

    .header-bottom-search input::placeholder {
        color: #808080;
        font-family: monR;
    }

.list-menu-wrap {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    border-top: 1px solid #e4e4e4;
}

.header-mobile {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

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

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

    header {
        position: relative;
    }

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

    .header-bottom .mobile-text {
        display: none;
        left: 174px;
    }

    .header-bottom .container {
        border-radius: 10px;
    }

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

    .header-bottom .list .header-menu-item.btn-menu-rs {
        display: flex;
        font-size: 30px;
        color: #fff;
    }

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

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

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

    .header-top .infor .item.tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-bottom .container .infor {
        position: relative;
        right: 0;
    }

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

    .header-top .container {
        padding-right: 0;
    }

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

    .btn-menu-rs.flex-center svg {
        width: 30px;
        height: auto;
    }

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

    .header-bottom {
        /* box-shadow: 0 0 10px 0 #33333329; */
    }

    .btn-menu-rs {
        display: flex;
        cursor: pointer;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        border: 1.5px solid var(--default-color-2);
    }

    .content-header-t {
        padding-left: 0px;
    }

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

    .header-asking-mb span {
        font-size: 13px;
        padding: 7px 14px;
    }

    .header-bottom-search {
        margin-right: 20px;
        display: none;
    }
}

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

    .header-bottom .container .logo canvas {
        height: 66px;
    }

    .header-bottom .container .logo {
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

    .content-header-t h4 {
        font-size: 10px;
        text-align: center;
        width: 100%;
    }

    .content-header-t span {
        font-size: 11px;
        text-align: right;
        flex: 1 1 0;
    }

    .header-bottom .container .logo {
        transform: translate(0px, -23px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 87px;
    }

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

    .booking-now-header {
        margin-right: 12px;
        margin-left: 0;
    }

    header.fixed .header-bottom .container .logo {
        transform: translate(0px, 0px);
        padding: 0;
        width: 51px;
    }

    .header-bottom .mobile-text {
        font-size: 12px;
        left: 93px;
    }

    .header-bottom.fixed .container .logo {
        justify-content: unset;
        transform: translateY(8px) translateX(-12px);
    }

    .header-bottom .container .logo canvas {
        width: 75px;
    }

    .header-bottom.fixed .container .logo canvas {
        height: unset;
    }

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

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

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

    .header-bottom {
        height: 55px;
    }

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

    .header-bottom .container .infor {
        right: 10px;
    }

    .header-top-tel {
        display: flex;
        margin: 0;
    }

        .header-top-tel span {
            font-size: 12px;
        }

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

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

    header.fixed .header-bottom-search {
        width: 36px;
        height: 36px;
    }
}