﻿.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*/
.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;
    }

.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-bottom-search:hover .drops {
    opacity: 1;
    pointer-events: all;
}

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

    header:after {
        content: "";
        position: absolute;
        background: url(/Design/img/NemTotGiaRe/b.png) no-repeat;
        left: 0;
        top: 0;
        width: 100%;
        height: 185px;
        background-size: 100% 100%;
    }
/*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;
    z-index: 1;
    width: 100%;
    height: 54px;
    background-color: #fff;
}

@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: none;
    align-items: center;
}

    .header-top-email img {
    }

    .header-top-email span {
        color: rgb(35 44 65 / 60%);
        font-size: 15px;
        margin-left: 5px;
        display: block;
        white-space: nowrap;
    }

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

.header-bottom .list .header-menu-item:hover .drop {
    opacity: 1;
    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: 10px;
    background: #e26d38;
    padding: 10px 26px;
    border-radius: 50px;
    transition: all .3s;
}

    .header-top-tel:hover {
        background: #439edc;
    }

    .header-top-tel img {
    }

    .header-top-tel span {
        color: #fff;
        font-family: 'monSB';
        font-size: 16px;
        margin-left: 6px;
        text-transform: uppercase;
        display: block;
        white-space: nowrap;
    }

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

a.header-top-contact:hover span {
    background: #e26d38;
    color: #fff;
    border-color: #fff;
}

.header-top-contact span {
    font-size: 14px;
    display: block;
    font-family: 'monSB';
    color: #595959;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
    transition: all .3s;
}

.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: 16px;
    color: #fff;
}

.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-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: 45px;
    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: var(--default-color-1);
    box-shadow: 0 0 22px 0 #dba14175;
}

    header.fixed .header-bottom:before {
        content: "";
        position: absolute;
        background: url(/Design/img/NemTotGiaRe/b.png) no-repeat;
        left: 0;
        top: 0;
        width: 100%;
        height: 83px;
        background-size: 100% 100%;
    }

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 {
    top: 20px;
    width: 160px;
}

    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-bottom .container .logo {
    z-index: 2;
    transition: all .3s;
    position: relative;
    top: 17px;
    width: 209px;
}

    .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-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 {
    background-color: #fff;
}

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

header.fixed .header-bottom .list .header-menu-link:hover {
    color: #439edc;
}

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

.header-bottom .list li:first-child .header-menu-link:hover {
}

a.par.header-menu-link:after {
    content: unset !important;
}

.header-bottom .list .header-menu-item:last-child .header-menu-link {
    padding-right: 0;
}

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

.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;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--default-color-1);
    transition: all linear .2s;
    left: 0;
}

.header-bottom .list .header-menu-link::after {
    content: "";
    position: absolute;
    background: #c3c1c1;
    left: -2px;
    bottom: 0;
    width: 1px;
    height: 45px;
    top: 24px;
    margin: auto;
    transform: rotate(20deg);
}

.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-link:hover {
    color: #439edc;
}

    .header-bottom .list .header-menu-link:hover img {
    }

.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: 0 0 8px 1px #00000033;
    left: 0;
    z-index: 10;
    width: 100%;
    list-style: none;
    background-color: #fff;
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
    pointer-events: none;
    transform: translateY(10px);
    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;
    transform: translateY(0);
    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;
}

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

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

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

.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: 'MonB';
    text-transform: uppercase;
    line-height: 150%;
    width: fit-content;
}

.header-bottom .list .drop li:hover a {
}

header.fixed .header-bottom .list .drop li a:hover {
    /* background-color: var(--default-color-1); */
    /* color: #fff !important; */
}

.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:hover .drops {
    opacity: 1;
    pointer-events: all;
}

.header-bottom-search .drops {
    position: absolute;
    top: 120%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #3333334d;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.header-bottom-search a {
    padding: 0 8px !important;
    font-size: 15px !important;
    padding: 10px !important;
    background-color: #33333312;
    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 {
    }

.list-menu-wrap {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

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

/*RS*/
@media(min-width:1560px) {
    .header-bottom .container .logo {
        left: -174px;
    }
}

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

    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;
        justify-content: end;
    }

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

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

    header:after {
        content: "";
        position: absolute;
        background: url(/Design/img/NemTotGiaRe/b.png) no-repeat;
        left: 0;
        top: 0;
        width: 100%;
        height: 180px;
        background-size: cover;
    }

    .btn-menu-rs {
        display: flex;
        border-radius: 50%;
        background: #fff;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #07a2e3 0%, #2196f3 50%, #07a2e3 100%);
    }

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

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

@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(0px);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 260px;
    }
}

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

    .header-top {
        height: 39px;
        display: none;
    }

    .header-bottom .container .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125px;
        top: 13px;
    }

    header.fixed .header-bottom .container .logo {
        top: 13px;
        width: 116px;
    }

    header.fixed .header-bottom:before {
        content: "";
        position: absolute;
        background: url(/Design/img/NemTotGiaRe/b.png) no-repeat;
        left: 0;
        top: 0;
        width: 100%;
        height: 83px;
        background-size: cover;
    }

    .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: 45px;
    }

    header:after {
        content: "";
        position: absolute;
        background: url(/Design/img/NemTotGiaRe/b.png) no-repeat;
        left: 0;
        top: 0;
        width: 100%;
        height: 82px;
        background-size: cover;
    }

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

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

    .header-top-tel {
        display: flex;
        margin: 0;
        padding: 8px 12px;
    }

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

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

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

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

    a.header-top-tel.none {
        display: flex !important;
        margin-right: 6px;
        background: #e26d38;
    }

        a.header-top-tel.none span {
            color: #fff;
        }

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