﻿.header-bottom-mobile {
    display: none;
    font-family: 'robotoM';
    font-size: 14px;
    line-height: 146%;
    position: absolute;
    left: 10px;
    color: #fff;
}

header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #711A28;
}

.header-bottom .list li a svg {
    position: relative;
    top: -1px;
}

.header-top .infor .item:hover a {
    color: #000;
}

a.header-bottom-hotline.header-mail-h span {
    font-size: 14px;
    color: #3d4d65;
    font-family: 'MonR';
}

a.btn-send-resate:hover {
    background: #00B74F;
}

.header-top-time {
    opacity: 0;
    visibility: hidden;
}

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

.header-top {
    position: relative;
    z-index: 3;
    height: 39px;
}

header:before {
    content: "";
    position: absolute;
    background: url(/Design/img/LoiKimNgan/dd.png) #711A28 50% / cover no-repeat;
    background-blend-mode: multiply, normal;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

.header-bottom.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 #33333352;
    height: 52px;
    z-index: 10;
}

    .header-bottom.fixed .header-bottom-left .logo {
        width: 114px !important;
        height: 50px !important;
        transform: translateY(0px) !important;
    }

        .header-bottom.fixed .header-bottom-left .logo canvas {
            width: 114px;
            height: 50px !important;
        }

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

.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-time i {
    color: #00004d;
    margin-right: 1px;
    font-size: 17px;
}

.header-top-time {
    font-size: 18px;
    text-transform: capitalize;
}

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

.header-top-time span {
}

.header-top .container .infor {
    position: absolute;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

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

.header-top-hotline {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: var(--default-color-1);
    padding: 0 13px;
    margin-left: 16px;
    transition: all linear .2s;
}

    .header-top-hotline:hover span::before {
        width: 100%;
        opacity: 1;
    }

    .header-top-hotline .icon {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 14px;
        color: var(--default-color-1);
        margin-right: 6px;
    }

        .header-top-hotline .icon i {
        }

    .header-top-hotline span {
        position: relative;
        font-family: beR;
        font-size: 15px;
        color: #fff;
    }

        .header-top-hotline span::before {
            content: '';
            width: 0;
            position: absolute;
            height: 1px;
            background-color: #fff;
            bottom: -1px;
            transition: all ease .3s;
        }

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

.header-top .infor .item {
    position: relative;
    display: flex;
}

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

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

    .header-top .infor .item.tel section {
        display: flex;
        font-size: 15px;
        color: #fff;
        font-family: robotoM;
        line-height: 138.7%;
    }

        .header-top .infor .item.tel section.sp {
            font-family: beLight;
        }

    .header-top .infor .item.tel a {
        margin-left: 5px;
        transition: all linear .2s;
        text-decoration: none;
        color: #fff;
    }

        .header-top .infor .item.tel a:hover {
            color: var(--default-color-1);
        }

.header-bottom {
    height: 55px;
    width: 100%;
    position: relative;
    z-index: 5;
}

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

.header-bottom-left {
    display: flex;
    align-items: center;
    transition: all .3s;
    opacity: 1;
}

    .header-bottom-left .logo {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        width: 154px !important;
        height: 68px !important;
        transform: translateY(-20px);
    }

        .header-bottom-left .logo img,
        .header-bottom-left .logo canvas {
            width: 154px;
            height: 68px !important;
        }

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

.header-bottom .container .logo {
    transform: scale(1) translateY(-22px);
    z-index: 2;
    transition: 0.8s cubic-bezier(.3,1.8,.3,1);
}

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

.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;
    padding: 0;
    margin-right: 0;
}

    .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:first-child a:first-child::after {
            opacity: 0;
        }

a.btn-send-resate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 37px;
    background: var(--default-color-1);
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'MonM';
    font-size: 14px;
    border-radius: 5px;
}

a.header-bottom-hotline.header-mail-h {
    margin-right: 8px;
    padding-right: 13px;
    outline: none;
    border: none;
    display: none;
}

    a.header-bottom-hotline.header-mail-h:after {
        content: "";
        position: absolute;
        background: #333;
        right: 0;
        top: 0;
        width: 1px;
        height: 18px;
        bottom: 0;
        margin: auto;
    }

.header-bottom:after {
    content: "";
    position: absolute;
    background: #F0E193;
    right: 0;
    top: 0;
    width: 77%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.header-bottom .list li a svg path {
    fill: var(--default-color-3);
}

.text-header-top span {
    position: relative;
    color: #EFE8D3;
    font-family: 'K2D-BOLD';
    font-size: 23.586px;
    font-style: normal;
    font-weight: 700;
    line-height: 159.523%; /* 37.625px */
    padding: 0 10px;
}

    .text-header-top span:nth-child(2):before {
        content: "";
        position: absolute;
        width: 5.333px;
        height: 5.333px;
        background: #EFE8D3;
        left: 0;
        bottom: -4px;
        top: 0;
        margin: auto;
        border-radius: 50%;
    }

    .text-header-top span:nth-child(2):after {
        content: "";
        position: absolute;
        width: 5.333px;
        height: 5.333px;
        background: #EFE8D3;
        right: 0;
        bottom: -4px;
        top: 0;
        margin: auto;
        border-radius: 50%;
    }

.text-header-top {
    margin-right: 175px;
}

.header-bottom .list li a {
    padding: 0 17px;
    transition: all linear .2s;
    color: var(--default-color-3);
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    text-transform: unset;
    justify-content: center;
    height: 100%;
    font-family: Inter_24pt-Medium;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#search-result {
    position: absolute;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%), 0 0 1px 0 rgb(255 255 255 / 50%);
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    padding: 30px;
    display: none;
}

.left-result {
    width: 35%;
    float: left;
    background: #fffbe8;
    padding: 21px;
    border-radius: 8px;
}

.right-result {
    width: 60%;
    float: right;
    background: #efe8d3;
    padding: 21px;
    border-radius: 8px;
}

.box-result {
}

    .box-result:nth-child(n+2) {
        margin-top: 20px;
    }

.tit-result {
    display: block;
    border-bottom: 1px solid #dadde1;
    text-transform: uppercase;
    font-family: 'K2D-SemiBOLD';
    font-size: 15px;
    padding-bottom: 5px;
}

.content-result {
    margin-top: 10px;
}

.list-pro-result {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.imgproduct a.imgpa img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgproduct .imgpa {
    display: block;
    width: 100%;
    height: 100%;
}

.item-result {
    transition: transform 0.3s;
    border-radius: 5px;
    border: 1.05px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0 4.198px 4.198px 0 rgba(176, 176, 176, 0.25);
}

    .item-result:hover {
        transform: translateY(10px);
    }

        .item-result:hover .title-product a {
            color: #711a28;
        }

    .item-result .title-product a {
        transition: all .3s;
        color: #051550;
        font-family: 'Inter_24pt-SemiBold';
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .item-result .imgproduct {
        height: 171px;
    }

    .item-result .info-product {
        padding: 1px 12px 15px 12px;
    }

    .item-result .title-product {
        font-size: 15px;
        margin-top: 9px;
        margin-bottom: 5px;
    }

    .item-result .cost-product {
        margin-top: 8px;
    }

        .item-result .cost-product span {
            font-size: 15px;
            color: #711A28;
            font-family: 'Inter_24pt-Medium';
            font-style: normal;
            font-weight: 400;
            line-height: 135%;
        }

.more-result {
    text-align: center;
    display: block;
    margin-top: 20px;
}

    .more-result a {
        font-size: 15px;
        font-family: 'K2D-SEMIBOLD';
        border: 1px solid;
        padding: 5px 12px;
        border-radius: 3px;
        color: #6a6a6a;
    }

        .more-result a:hover {
            background: #711a28;
            color: #fff;
            border-color: #711a28;
        }

.content-category {
}

    .content-category a {
        display: block;
        font-family: 'K2D-MEDIUM';
        padding: 5px 0;
        color: #7e7e7e;
    }

        .content-category a:hover {
            color: #711a28;
        }

.content-article a {
    display: block;
    font-size: 15px;
    font-family: 'K2D-MEDIUM';
    padding: 5px 0;
    line-height: 150%;
}

    .content-article a:nth-child(n+2) { /* margin-top:10px; */
    }

    .content-article a:hover {
        color: #711a28;
    }

.menu-promo {
    height: 100%;
    /* white-space: nowrap; */
    text-align: left;
    overflow: hidden;
}

    .menu-promo a {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        padding: 0 10px;
        height: 100%;
        line-height: 39px;
        color: #4f4f4f;
    }

        .menu-promo a:hover {
            color: #0e9048;
        }

.left-header {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
    width: 44%;
}

.right-header {
    width: 36%;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: 3px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

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

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

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

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

.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: #fff;
    color: var(--default-color-1);
}

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

.header-bottom .btn-menu-rs {
    border-radius: 5px;
    margin-right: 20px;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--default-color-1);
}

.header-bottom .list .drop {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    z-index: 10;
    overflow: hidden;
    max-height: max-content;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    overflow-y: auto;
    list-style: none;
    background-color: #fff;
    pointer-events: none;
    transition: .5s;
    border-radius: 12px;
}

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

.searchbox .txt {
    display: block;
    width: 266px;
    height: 38px;
    padding: 9px 55px 9px 20px;
    outline: none;
    box-sizing: border-box;
    border-top: none;
    font-size: 15px;
    color: #666;
    font-family: 'Inter_24pt-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    border: 0.669px solid #711A28;
    background: #FFF;
}

.searchbox {
    position: relative;
}

    .searchbox .txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-family: 'Inter_24pt-Regular';
        font-size: 15px;
        font-weight: 300;
        line-height: normal;
        color: #666;
        font-weight: 400;
        line-height: normal;
    }

    .searchbox .txt:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #939393;
    }

    .searchbox .txt:-ms-input-placeholder { /* Microsoft Edge */
        color: #939393;
    }

    .searchbox .btn {
        padding: 0;
        display: inline-block;
        bottom: 2px;
        text-align: center;
        box-sizing: border-box;
        line-height: 42px;
        position: absolute;
        top: 2px;
        right: 2px;
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        text-decoration: none;
        width: 44.406px;
        height: 34px;
        border-radius: 50px;
        background: #711A28;
    }

        .searchbox .btn:hover {
            background: linear-gradient(180deg, #f0e193 0%, #f0e193 100%);
            color: #fff;
        }

            .searchbox .btn:hover svg path {
                fill: #fff;
            }

.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 {
    height: unset;
    pointer-events: all;
    -webkit-box-shadow: 0 0 8px 1px #00000078;
    box-shadow: 0 0 8px 1px #00000078;
    opacity: 1;
    visibility: visible;
}

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

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

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

.header-bottom .list .drop li {
}

.header-bottom .drop-item a {
    margin: 0 !important;
    padding: 12px 20px !important;
}

.header-bottom .list .drop li a::after {
    opacity: 0;
}

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

.header-bottom .list .drop li a {
    white-space: nowrap;
    font-size: 14px;
    padding: 7px 12px;
    color: #333;
    font-weight: normal;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    text-align: unset;
    display: block;
    border-top: 1px solid #d5d5d5;
}

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

.header-bottom-search {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 8px;
    position: relative;
}

    .header-bottom-search::after {
        content: '';
        position: absolute;
        width: 130px;
        height: 41px;
        top: 11px;
        right: 0;
        display: none;
    }

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

    .header-bottom-search:hover .search-drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .header-bottom-search .search-drop {
        background-color: #ffff;
        display: flex;
        z-index: 3;
        flex-direction: row;
        height: 43px;
        transition: 0.8s cubic-bezier(.3,2,.3,1);
        border-radius: 35px;
        padding: 0 19px;
        position: absolute;
        top: 131%;
        right: 0;
        box-shadow: 0 0 10px 0 #3333336b;
        transform: translateY(22px);
        opacity: 0;
        pointer-events: none;
        width: 229px;
    }

    .header-bottom-search a {
        font-size: 16px;
        color: var(--default-color-1);
        margin-right: 6px;
    }

    .header-bottom-search input {
        height: 100%;
        background-color: transparent;
        outline: none;
        border: none;
        color: var(--default-color-1);
        font-size: 14px;
        width: 93px;
    }

        .header-bottom-search input::placeholder {
            color: var(--default-color-1);
        }

.list-menu-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-img-text {
    margin-left: 3px;
}

a.header-bottom-hotline.header-mail-h .icon {
    position: unset;
}

.header-bottom-hotline .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
}

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

.header-bottom-hotline:hover {
    background: #f0e193;
}

    .header-bottom-hotline:hover span, .header-bottom-hotline:hover strong {
        color: #711a28;
    }

    .header-bottom-hotline:hover .icon svg path {
        fill: #333;
    }

.header-bottom-hotline span {
    flex: 1;
    display: inline-flex;
    margin-left: 4px;
    color: #EFE8D3;
    font-family: 'K2D-REGULAR';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
}

.header-language .item a {
    color: #2D93D1;
    font-family: 'Inter_24pt-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 4px;
    text-transform: uppercase;
}

.header-language .item {
    display: inline-flex;
    align-items: center;
    margin-right: 14px;
}

.svg-langue {
    display: flex;
    align-items: center;
}

.header-language {
    display: flex;
    align-items: center;
    display: none;
}

.header-bottom-hotline span strong {
    display: block;
    color: #EFE8D3;
    font-family: 'K2D-Bold';
    font-size: 19.655px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 31.354px */
    margin-left: 4px;
}

.header-bottom.fixed:after {
    width: 100%;
    clip-path: none;
}

.header-bottom-hotline {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: normal;
    padding: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'MonSB';
    margin-right: 20px;
    background: transparent;
    border-radius: 10px;
    transition: all .3s;
}

    .header-bottom-hotline::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 21px;
        background-color: #c5c6c9;
        left: 0;
        display: none;
    }

    .header-bottom-hotline img {
    }

.header-top-left {
}

.header-bottom-search .search-icon {
    width: 40px;
    height: 40px;
    border: 2px solid var(--default-color-1);
    border-radius: 50%;
    cursor: pointer;
    color: var(--default-color-1);
    font-size: 14px;
    transition: all linear .2s;
}

.header-bottom-search:hover .search-icon {
    color: #fff;
    background-color: var(--default-color-1);
}

@media(min-width:1390px) {
    .header-bottom:after {
        content: "";
        position: absolute;
        background: #F0E193;
        right: 0;
        top: 0;
        width: 70%;
        height: 100%;
        z-index: -1;
        clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
/*RS*/
@media(max-width:1023px) {
    .header-top-time {
        display: none;
        opacity: 1;
        visibility: visible;
    }

    header {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .header-bottom-hotline span {
        line-height: normal;
        font-size: 17px;
    }

    .my-menu-container .header-bottom-hotline .icon svg {
        width: auto;
    }

    .header-bottom-hotline .icon svg {
        width: 15px;
        height: auto;
    }

    .header-top .header-bottom-hotline span {
        font-size: 14px;
    }

        .header-top .header-bottom-hotline span strong {
            font-size: 14px;
        }

    .header-bottom-hotline span strong {
        font-size: 20px;
    }

    .header-bottom:after {
        content: "";
        position: absolute;
        background: #F0E193;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        clip-path: unset;
    }

    .header-bottom-mobile {
        width: max-content;
        display: block;
        opacity: 1;
        pointer-events: none;
        font-size: 18px;
        color: #711A28;
        font-family: 'K2D-BOLD';
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        right: 0;
        left: auto;
        position: relative;
    }

        .header-bottom-mobile strong {
            color: var(--default-color-1);
            font-weight: 100;
            font-family: robotoB;
            font-size: 18px;
        }

    .header-bottom.fixed .header-bottom-mobile {
        opacity: 1;
        right: 0;
        left: auto;
        text-transform: uppercase;
    }

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

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

    .header-language .item a {
        font-size: 13px;
    }

    .list-menu-wrap {
        display: none;
    }

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

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

    .header-bottom-right {
    }

        .header-bottom-right:first-child {
            display: none;
        }

    .header-bottom .btn-menu-rs {
        margin: 0;
    }

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

    .text-header-top {
        margin-right: 0;
    }

        .text-header-top span {
            font-size: 16px;
            padding: 0 12px;
        }

            .text-header-top span:nth-child(1) {
                padding-left: 0;
            }

    a.btn-send-resate {
        display: none;
    }

    .header-bottom-left .logo img {
        position: relative;
        z-index: 2;
        height: 100% !important;
    }

    .p-banner:before {
        display: none;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-top .header-bottom-hotline span {
        font-size: 17px;
    }

    .text-header-top span {
        font-size: 18px;
        padding: 0 12px;
    }

    .header-top-left {
        opacity: 0;
    }

    .lbtim {
        display: none;
    }

    .header-top .header-bottom-hotline span strong {
        font-size: 18px;
    }

    .header-bottom-left .logo {
        width: 101px !important;
        height: 45px !important;
        transform: translate(-5px,0px);
    }

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

    .header-bottom-left .logo img, .header-bottom-left .logo canvas {
        width: 101px !important;
        height: 45px !important;
    }

    .header-bottom.fixed .header-bottom-left .logo canvas {
        width: 117px !important;
        height: 51px !important;
    }
}

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

    .header-top .header-bottom-hotline span strong {
        font-size: 14px;
    }

    .my-banner:before {
        content: "";
        position: absolute;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 100%;
        height: 268px;
        left: 0;
        top: 0;
        z-index: 2;
        pointer-events: none;
        display: none;
    }

    .header-top .header-bottom-hotline span {
        font-size: 14px;
    }

    .text-header-top span {
        font-size: 16px;
        padding: 0 12px;
    }

    .header-top .infor .item.tel {
        position: absolute;
        right: 0;
        max-width: 78%;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

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

    .header-top .container .infor {
        width: 100%;
    }

    .header-top {
        height: 30px;
    }

    .header-bottom {
        height: 45px;
    }

    .header-top-container {
        padding-left: 0;
        width: 100%;
        justify-content: space-between;
    }

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

    .header-bottom-hotline {
        margin-right: 0;
        padding-right: 0;
    }

    .header-bottom .container .logo {
        transform: scale(0.6) translateY(0px) translateX(-51px);
        display: flex;
        align-items: center;
    }

        .header-bottom .container .logo::before {
            content: 'Vinaland';
            position: absolute;
            left: 120%;
            font-size: 35px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            opacity: 0;
            transform: translateY(15px);
            transition: 0.6s cubic-bezier(.3,2.5,.3,1);
        }

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

    .header-bottom.fixed .container .logo {
        transform: scale(0.56) translateY(0px) translateX(-69px);
    }

    .header-img-text {
        display: none;
    }

    .header-top-hotline {
        position: absolute;
        right: 0;
    }

    .header-bottom.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    a.btn-send-resate.mobile.none {
        display: flex !important;
        background: var(--default-color-1);
        border-radius: 50px;
        cursor: pointer;
        align-items: center;
        margin-right: 10px;
        width: 160px;
        height: 40px;
        font-size: 14px;
        font-family: 'MonM';
    }

    .header-bottom.fixed a.btn-send-resate.mobile.none {
    }

    .header-bottom.fixed .btn-menu-rs {
        color: #fff;
    }

    .header-bottom.fixed .header-bottom-search .search-icon {
        border: 2px solid #fff;
        color: #fff;
    }

    .header-bottom.fixed .header-bottom-search:hover .search-icon {
        background-color: #fff;
        color: var(--default-color-1);
    }

    .header-bottom-left .logo {
        width: 101px !important;
        height: 45px !important;
        transform: translate(-5px,0px);
    }

        .header-bottom-left .logo img, .header-bottom-left .logo canvas {
            width: 101px !important;
            height: 45px !important;
        }

    .header-bottom.fixed .header-bottom-left .logo canvas {
        width: 117px !important;
        height: 51px !important;
    }

    .header-top-time {
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        text-align: right;
        text-transform: uppercase;
        height: 100%;
        color: #035B8F;
        font-family: 'Inter_24pt-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: none;
    }

    .header-bottom-mobile {
        width: 153px;
        display: block;
        opacity: 1;
        pointer-events: none;
        font-size: 16px;
        color: #711A28;
        font-family: 'K2D-BOLD';
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        right: 0;
        left: auto;
        position: relative;
    }

    .header-bottom-left .logo img {
        width: 100%;
        height: 100% !important;
    }

    .header-bottom.fixed .header-bottom-left .logo {
        width: 117px !important;
        height: 51px !important;
        transform: translate(-5px, 0px) !important;
    }
}