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

/*header top*/

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

.header-top {
    position: relative;
    z-index: 1;
    height: 77px;
    width: 100%;
}

    .header-top::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 1s cubic-bezier(.3, 1, 0.9, 1);
        animation: forheadertop 8s cubic-bezier(.3, 1, 0.9, 1) alternate infinite;
    }

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

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

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

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

.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 .container .infor {
    display: flex;
}

.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-bottom {
    height: 85px;
    z-index: 5;
    width: 100%;
    position: absolute;
    top: calc(100% - 33px);
}

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

    header.fixed .header-bottom .container {
        padding-right: 0;
    }

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

.header-bottom .container .logo img {
    width: 131px;
}

.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: 100%;
}

.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::before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 100%;
        height: 2px;
        background-color: var(--default-color-1);
        transition: all linear .2s;
    }

    .header-bottom .list li a:hover::before {
        bottom: 0;
    }

    .header-bottom .list li a.active::before {
        bottom: 0;
    }

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

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

.header-bottom .list .drop {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    max-height: 0;
    z-index: 10;
    overflow: hidden;
    min-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;
}

.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.fixed .header-bottom .list li a {
    padding: 0 calc(30px / 2);
}

.header-bottom .list li:hover .drop {
    padding: 5px 0;
    height: unset;
    max-height: 300px;
    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-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 a {
    padding: 0 8px !important;
    font-size: 15px !important;
    padding: 10px !important;
    background-color: #33333312;
}

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

    .header-bottom-search input::placeholder {
    }

/*RS*/

@media(max-width:1265px) {
    .header-bottom .list li a {
        padding: 0 calc(28px / 2);
    }
}

@media(max-width:1248px) {
    .header-bottom .list li a {
        padding: 0 calc(24px / 2);
    }
}

@media(max-width:1207px) {
    .header-bottom .list li a {
        padding: 0 calc(22px / 2);
    }
}

@media(max-width:1187px) {
    .header-bottom .list li a {
        padding: 0 calc(20px / 2);
    }
}

@media(max-width:1167px) {
    .header-bottom .list li a {
        padding: 0 calc(16px / 2);
    }
}

@media(max-width:1148px) {
    .header-bottom .list li a {
        padding: 0 calc(20px / 2);
        font-size: 13px;
    }
}

@media(max-width: 1076px) {
    .header-bottom .list li a {
        padding: 0 calc(15px / 2);
    }
}

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

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

    .header-bottom .container {
    }

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

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

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

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

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

@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
    }

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

    .header-bottom .container .logo {
        transform: translateY(-32px) translateX(-13px);
        display: flex;
        align-items: center;
    }

    .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 .container .logo img {
        /* display: none; */
        width: 100px;
        transform: translate(2px, 14px);
    }

    .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 {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

    header .grid.wide {
        /* max-width: 1288px; */
    }

/*header top*/

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

.header-top {
    position: relative;
    z-index: 1;
    height: 77px;
    width: 100%;
    background: linear-gradient(0deg, #01244C 0%, #032B5C 100%);
}

    .header-top::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 1s cubic-bezier(.3, 1, 0.9, 1);
        background: linear-gradient(0deg, #01244C 0%, #032B5C 100%);
        animation: forheadertop 8s cubic-bezier(.3, 1, 0.9, 1) alternate infinite;
    }

header.fixed .header-top:before {
    background: transparent;
}

@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%;
    padding-bottom: 32px;
}

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

.header-top-title {
    transform: translateX(148px);
    color: #FFF;
    font-family: Inter_24pt-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

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

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

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

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

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

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

.header-bottom .infor .item.tel {
    border-radius: 45px;
    background: #AD7632;
}

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

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

/*header bottom*/

.header-bottom {
    height: 85px;
    z-index: 5;
    width: 100%;
    position: absolute;
    top: calc(100% - 33px);
}

header.fixed .header-bottom {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999999999;
    height: 80px;
    background: #fff;
}

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

header.fixed .header-top {
    height: 80px;
    background: #ffff;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.40));
}

.header-bottom .container {
    position: relative;
    display: flex;
    align-items: center;
    border-top-left-radius: 22px;
    padding-right: 59px;
}

header.fixed .header-bottom .container .logo {
    transform: translateY(1px);
}

    header.fixed .header-bottom .container .logo img {
        width: 77px;
    }

.header-bottom .container .logo {
    z-index: 2;
    transform: translateY(-11px);
    transition: all .3s;
}

    .header-bottom .container .logo img {
        width: 136px;
    }

.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;
    right: 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 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 calc(22px /2);
            display: flex;
            position: relative;
            align-items: center;
            height: 100%;
            overflow: hidden;
            justify-content: center;
            color: #032A5A;
            font-family: 'Inter_24pt-Medium';
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
        }

            .header-bottom .list li a::before {
                content: '';
                position: absolute;
                bottom: -8px;
                width: 100%;
                height: 2px;
                background-color: var(--default-color-1);
                transition: all linear .2s;
            }

            .header-bottom .list li a:hover::before {
                bottom: 0;
            }

            .header-bottom .list li a.active::before {
                bottom: 0;
            }

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

            .header-bottom .list li a:hover {
                background-color: rgb(0 0 0 / 10%);
                color: var(--default-color-1);
            }

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

    .header-bottom .list .drop {
        position: absolute;
        top: calc(100% + 0px);
        left: 0;
        max-height: 0;
        z-index: 10;
        overflow: hidden;
        min-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;
    }

    .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;
        max-height: 300px;
        padding-top: 0;
        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: 16px;
            padding: 9px 12px;
            color: #2c2c2c;
            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: 'Inter_24pt-Medium';
        }

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

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

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

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

        .header-bottom-search input::placeholder {
        }

.list-menu-wrap::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    right: 100%;
    background-color: #fff;
}

.list-menu-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    flex: 1;
    padding-left: 6px;
}

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

/*RS*/

@media(max-width:1265px) {
    .header-bottom .list li a {
        padding: 0 calc(28px / 2);
    }
}

@media(max-width:1248px) {
    .header-bottom .list li a {
        padding: 0 calc(24px / 2);
    }
}

@media(max-width:1207px) {
    .header-bottom .list li a {
        padding: 0 calc(22px / 2);
    }
}

@media(max-width:1187px) {
    .header-bottom .list li a {
        padding: 0 calc(20px / 2);
    }
}

@media(max-width:1167px) {
    .header-bottom .list li a {
        padding: 0 calc(16px / 2);
    }
}

@media(max-width:1148px) {
    .header-bottom .list li a {
        padding: 0 calc(20px / 2);
        font-size: 13px;
    }
}

@media(max-width: 1076px) {
    .header-bottom .list li a {
        padding: 0 calc(15px / 2);
    }
}

@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-search .icon svg {
        width: 19px;
        height: auto;
    }

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

    header.fixed .header-bottom h3.mobile-text {
        display: block;
        font-size: 12px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
    }

    .header-bottom .container {
        padding-right: 12px;
        background-color: #fff;
        border-radius: 10px 10px 10px 50px;
    }

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

        header.fixed .header-bottom .container {
            background: transparent;
        }

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

    .header-bottom .list li.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-bottom {
        /* box-shadow: 0 0 10px 0 #33333329; */
    }

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

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

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

    .header-top-title {
        transform: unset;
        font-size: 15px;
    }

    .header-bottom .container .logo {
        transform: translateY(-19px) translateX(-8px);
        display: flex;
        align-items: center;
    }

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

    .header-bottom .mobile-text {
        left: 3px;
    }

    .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 .container .logo img {
        width: 105px;
        transform: translate(-1px, 6px);
    }

    header.fixed .header-bottom .container .logo img {
        transform: unset;
        width: 52px;
    }

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

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

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

/* ===== Header Hover Effects - Xay Dung Pham Phung ===== */

.header-bottom .container .logo,
.header-bottom .container .logo img,
.header-bottom .list li a,
.header-bottom .list li a::before,
.header-bottom .list .drop,
.header-bottom .list .drop li a,
.header-bottom .infor .item.tel,
.header-bottom .infor .item.tl .icon,
.header-bottom-search,
.header-bottom-search .icon,
.header-bottom-search .drops,
.header-bottom-search a,
.btn-menu-rs {
    transition: all .3s ease;
}

.header-bottom .container .logo {
    transform-origin: center;
}

    .header-bottom .container .logo:hover {
        filter: drop-shadow(0 8px 14px rgba(3, 42, 90, .18));
    }

@media(min-width:740px) {
    .header-bottom .container .logo:hover img {
        transform: scale(1.04);
    }
}

.header-bottom .list li a {
    z-index: 1;
}

.header-bottom .list .drop li:last-child a {
    border-bottom: unset;
}

.header-bottom .list li a::before {
    left: 50%;
    bottom: 0;
    width: calc(100% - 18px);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    background-color: var(--default-color-1, #AD7632);
}

.header-bottom .list li a:hover {
    color: var(--default-color-1, #AD7632);
    background-color: rgba(173, 118, 50, .08);
}

.header-bottom .list li a.active {
    color: var(--default-color-1, #AD7632);
}

    .header-bottom .list li a:hover::before,
    .header-bottom .list li a.active::before {
        transform: translateX(-50%) scaleX(1);
    }

.header-bottom .list .drop {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 22px rgba(3, 42, 90, .12);
}

.header-bottom .list li:hover .drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    box-shadow: 0 12px 24px rgba(3, 42, 90, .16);
}

.header-bottom .list .drop li a {
    transform: translateX(0);
    border-bottom: 1px solid #dcdcdc;
    padding: 9px 12px !important;
}

    .header-bottom .list .drop li a:hover {
        background-color: var(--default-color-1, #AD7632);
        color: #fff;
        transform: translateX(4px);
    }

.header-bottom .infor .item.tel {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(3, 42, 90, 0);
}

    .header-bottom .infor .item.tel:hover {
        opacity: 1;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(3, 42, 90, .16);
    }

        .header-bottom .infor .item.tel:hover .icon {
            animation: phamPhungPulse 1.3s ease-in-out infinite;
        }

.header-bottom-search:hover,
.header-bottom-search:focus-within {
    filter: drop-shadow(0 7px 14px rgba(3, 42, 90, .12));
}

    .header-bottom-search:hover .icon,
    .header-bottom-search:focus-within .icon {
        transform: scale(1.04);
    }

    .header-bottom-search:hover .drops,
    .header-bottom-search:focus-within .drops {
        opacity: 1;
        pointer-events: all;
        box-shadow: 0 10px 20px rgba(3, 42, 90, .14);
        transform: translateY(0);
    }

.header-bottom-search .drops {
    transform: translateY(8px);
}

.header-bottom-search a:hover,
.header-bottom-search:focus-within a {
    background-color: rgba(173, 118, 50, .14);
    color: var(--default-color-1, #AD7632);
}

.btn-menu-rs {
    transform: scale(1);
    transform-origin: center;
}

    .btn-menu-rs:hover,
    .btn-menu-rs:active {
        transform: scale(1.04);
        color: var(--default-color-1, #AD7632);
    }

@keyframes phamPhungPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(173, 118, 50, .28);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(173, 118, 50, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(173, 118, 50, 0);
    }
}

@media(max-width:1023px) {
    .header-bottom .list {
        display: none;
    }
}

@media(max-width:739px) {
    .header-bottom .container .logo:hover img {
        transform: unset;
    }

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

    header.fixed .header-bottom .container .logo:hover img {
        transform: scale(1.03);
    }
}