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

.header-top-time h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Inter_24pt-SemiBold';
    margin: 0;
    margin-bottom: 4px;
}

.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 {
    padding-right: 203px;
    margin-left: 34px;
}

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

.header-top {
    z-index: 3;
    height: 65px;
}

header {
}

.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: 100px !important;
        height: 100px !important;
        transform: translateY(18px) !important;
    }

        .header-bottom.fixed .header-bottom-left .logo:before {
            width: 105px !important;
            height: 105px !important;
        }

        .header-bottom.fixed .header-bottom-left .logo canvas {
            width: 90px !important;
            height: 90px !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: uppercase;
    color: #fff;
    font-family: 'Inter_24pt-SemiBold';
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.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: 60px;
    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;
    border-radius: 50%;
}

.lbtim {
    width: 34px;
}

.header-bottom-left .logo {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 127px !important;
    height: 127px !important;
    transform: translateY(30px);
    border-radius: 50%;
}

    .header-bottom-left .logo img,
    .header-bottom-left .logo canvas {
        width: 127px;
        height: 127px !important;
        border-radius: 50%;
    }

.dl-nav.fixed .dl-nav-inner.header-bottom-left .logo, .dl-nav.fixed .dl-nav-inner.header-bottom-left .logo img, .dl-nav.fixed .dl-nav-inner.header-bottom-left .logo canvas {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.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-top .grid.wide {
    position: relative;
}

    .header-top .grid.wide:after {
        content: "";
        position: absolute;
        background: #203f98;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0 0 50px 50px;
    }

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

.header-top-container .infor .list li {
    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;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    height: 100%;
    user-select: none;
}

    .header-top-container .infor .list li:nth-child(2):before {
        content: "";
        position: absolute;
        left: -13px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        width: 1px;
        height: 18px;
    }

    .header-top-container .infor .list li:nth-child(2):after {
        content: "";
        position: absolute;
        right: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        width: 1px;
        height: 18px;
    }

    .header-top-container .infor .list li:nth-child(3):after {
        content: "";
        position: absolute;
        right: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        width: 1px;
        height: 18px;
    }

    .header-top-container .infor .list li a:before {
        content: "";
        position: absolute;
        background: url(/Design/img/THPTHamThuanNam/icon/1.png) no-repeat;
        background-size: cover;
        left: 0px;
        top: 0;
        width: 18px;
        height: 19px;
        bottom: 0;
        margin: auto;
    }

    .header-top-container .infor .list li:nth-child(2) a:before {
        content: "";
        position: absolute;
        background: url(/Design/img/THPTHamThuanNam/icon/2.png) no-repeat;
        background-size: cover;
        left: 0px;
        top: 0;
        width: 19px;
        height: 17px;
        bottom: 0;
        margin: auto;
    }

    .header-top-container .infor .list li:nth-child(3) a:before {
        content: "";
        position: absolute;
        background: url(/Design/img/THPTHamThuanNam/icon/1.png) no-repeat;
        background-size: cover;
        left: 0px;
        top: 0;
        width: 18px;
        height: 19px;
        bottom: 0;
        margin: auto;
    }

    .header-top-container .infor .list li:nth-child(4) a:before {
        content: "";
        position: absolute;
        background: url(/Design/img/THPTHamThuanNam/icon/3.png) no-repeat;
        background-size: cover;
        left: 3px;
        top: 0;
        width: 16px;
        height: 18px;
        bottom: 0;
        margin: auto;
    }

    .header-top-container .infor .list li a {
        padding: 0 23px;
        transition: all linear .2s;
        color: #fff;
        display: flex;
        position: relative;
        align-items: center;
        text-transform: uppercase;
        justify-content: center;
        height: 100%;
        font-family: Inter_24pt-Medium;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        outline: none;
        border: none;
    }

.header-top-container .infor ul.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;
}

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

.header-bottom .list li.hav .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -25px;
    left: 0;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    z-index: 2;
    margin: auto;
}

.header-bottom .list li.hav:hover .btn {
    color: #203f98;
}

.header-bottom .list li a {
    padding: 0 12px;
    transition: all linear .2s;
    color: #424242;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    text-transform: uppercase;
    justify-content: center;
    height: 100%;
    font-family: Inter_24pt-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#search-result {
    position: absolute;
    background: linear-gradient(135deg,#163baf 0%,#0f2b82 100%);
    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;
    padding: 21px;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .10);
}

.right-result {
    width: 60%;
    float: right;
    padding: 21px;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .10);
}

.box-result {
}

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

.tit-result {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.10);
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    padding-bottom: 5px;
    color: #fff;
}

.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 {
        padding: 10px 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 999px;
        background: #ffffff;
        color: #1539a8;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        font-family: 'Montserrat-ExtraBold';
        transition: all .25s ease;
        font-weight: normal;
    }

        .more-result a:hover {
            background: #11308f;
            color: #fff;
            border-color: #11308f;
        }

.content-category a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
}

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

.content-article a {
    display: block;
    font-size: 15px;
    font-family: 'K2D-MEDIUM';
    padding: 5px 0;
    line-height: 150%;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Montserrat-Medium';
}

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

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

.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: 4px;
    background-color: var(--default-color-2);
    transition: all linear .2s;
    left: 0;
    border-radius: 60px 60px 0 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;
    width: 100%;
    justify-content: space-between;
}

.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: 28px;
    height: auto;
}

.header-bottom .btn-menu-rs {
    border-radius: 5px;
    margin-right: 20px;
    color: #fff;
    display: none;
    width: 30px;
    height: 30px;
    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;
    transform: translateY(20px);
    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;
}

.lbtim:hover .txt {
    width: 246px;
    padding: 10px 15px 10px 23px;
    z-index: 2;
}

.searchbox .txt {
    display: block;
    width: 266px;
    height: 38px;
    padding: 0;
    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;
    background: #FFF;
    width: 0;
    transition: all .3s;
}

.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: 0;
        text-align: center;
        box-sizing: border-box;
        line-height: 42px;
        position: relative;
        right: 0;
        color: #0030a4;
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        text-decoration: none;
        width: 34px;
        height: 34px;
        border-radius: 50px;
        background: #fff;
        z-index: 2;
    }

        .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;
    transform: translateY(0);
}

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

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

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

    .header-bottom-hotline:hover span, .header-bottom-hotline:hover strong {
        color: #203f98;
    }

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

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

.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: #fff;
    font-family: 'Montserrat-SemiBold';
    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) {
}
/*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: 16px;
    }

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

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

    .header-bottom-mobile, .header-bottom-mobile h3 {
        width: 237px;
        display: block;
        opacity: 1;
        pointer-events: none;
        font-size: 12px;
        color: #203f98;
        font-family: 'Montserrat-ExtraBold';
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        right: 49px;
        left: auto;
        margin: 0;
        text-transform: uppercase;
    }

        .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: 52px;
        left: auto;
    }

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

    .header-top-container .infor .list-menu-wrap {
        display: block;
    }

    .header-top-container .infor .list li a {
        font-size: 10px;
        padding: 0 19px;
    }

    .header-top-container .infor .list li:nth-child(1):after {
        content: "";
        position: absolute;
        right: 9px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        width: 1px;
        height: 18px;
    }

    .header-top-container .infor .list li:nth-child(2) a:before {
        left: -3px;
        width: 15px;
        height: 14px;
    }

    .header-top-container .infor .list li:nth-child(1) a:before {
        left: -3px;
        width: 17px;
        height: 17px;
    }

    .header-top-container .infor .list li:nth-child(3) a:before {
        left: 1px;
        width: 15px;
        height: 16px;
    }

    .header-top .grid.wide:after {
        width: 83%;
        border-radius: 0 0 35px 35px;
    }

    .header-top-container .infor .list li:nth-child(3) a {
        padding-right: 16px;
    }

    .header-top-container .infor .list li:nth-child(2) {
        display: none;
    }

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

    .btn-menu-rs {
        display: flex !important;
        background: #dcecfb;
        border-radius: 5px;
        border: 1px solid #0030a4;
    }

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

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

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

    .header-bottom.fixed {
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-bottom-hotline {
        display: none;
    }

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

    .header-bottom-left .logo {
        transform: translate(-24px,-49px);
    }

        .header-bottom-left .logo img {
        }
}

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

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

    .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: 65px !important;
        height: 65px !important;
        transform: translate(-7px,-8px);
    }

        .header-bottom-left .logo:before {
            bottom: -17px;
        }

    .header-bottom.fixed .header-bottom-left .logo:before {
        width: 62px !important;
        height: 62px !important;
    }

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

    .header-bottom.fixed .header-bottom-left .logo canvas {
        width: 51px !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-left .logo img {
        width: 100%;
        height: 100% !important;
    }

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