﻿html {
    font-family: "Roboto", sans-serif;
}
.btn-show-menu1 {
    width: stretch;
}
.bi-caret-right-fill::after, .bi-caret-down-fill::after, .bi-cart3::after, .bi-list::after, .bi-x-circle-fill::after, .bi-search::after, .bi-twitter::after, .bi-facebook::after, .bi-tiktok::after, .bi-youtube::after, .bi-download::after, .bi-house-door-fill::after, .bi-eye-fill::after, .bi-telephone-fill::after, .bi-envelope-open-fill::after, .bi-caret-up-fill::after {
    content: "";
    background: black;
    display: block;
    width: 16px;
    height: 16px;
}
.bi-caret-up-fill::after {
    -webkit-mask: url(/css/icons/caret-up-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/caret-up-fill.svg) center center / contain no-repeat;
}
.bi-envelope-open-fill::after {
    -webkit-mask: url(/css/icons/envelope-open-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/envelope-open-fill.svg) center center / contain no-repeat;
}
.bi-telephone-fill::after {
    -webkit-mask: url(/css/icons/telephone-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/telephone-fill.svg) center center / contain no-repeat;
}
.bi-eye-fill::after {
    -webkit-mask: url(/css/icons/eye-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/eye-fill.svg) center center / contain no-repeat;
}

.bi-house-door-fill::after {
    -webkit-mask: url(/css/icons/house-door-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/house-door-fill.svg) center center / contain no-repeat;
}

.bi-download::after {
    width: 22px;
    height: 22px;
    -webkit-mask: url(/css/icons/download.svg) center center / contain no-repeat;
    mask: url(/css/icons/download.svg) center center / contain no-repeat;
}

.bi-twitter::after {
    -webkit-mask: url(/css/icons/stwitter.svg) center center / contain no-repeat;
    mask: url(/css/icons/twitter.svg) center center / contain no-repeat;
}

.bi-facebook::after {
    -webkit-mask: url(/css/icons/facebook.svg) center center / contain no-repeat;
    mask: url(/css/icons/facebook.svg) center center / contain no-repeat;
}

.bi-tiktok::after {
    -webkit-mask: url(/css/icons/tiktok.svg) center center / contain no-repeat;
    mask: url(/css/icons/tiktok.svg) center center / contain no-repeat;
}

.bi-youtube::after {
    -webkit-mask: url(/css/icons/youtube.svg) center center / contain no-repeat;
    mask: url(/css/icons/youtube.svg) center center / contain no-repeat;
}

.bi-search::after {
    -webkit-mask: url(/css/icons/search.svg) center center / contain no-repeat;
    mask: url(/css/icons/search.svg) center center / contain no-repeat;
}

.bi-x-circle-fill::after {
    -webkit-mask: url(/css/icons/x-circle-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/x-circle-fill.svg) center center / contain no-repeat;
}


.bi-list::after {
    -webkit-mask: url(/css/icons/list.svg) center center / contain no-repeat;
    mask: url(/css/icons/list.svg) center center / contain no-repeat;
}

.bi-cart3::after {
    -webkit-mask: url(/css/icons/cart-dash-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/cart-dash-fill.svg) center center / contain no-repeat;
}

.bi-caret-right-fill::after {
    -webkit-mask: url(/css/icons/caret-right-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/caret-right-fill.svg) center center / contain no-repeat;
}

.bi-caret-down-fill::after {
    -webkit-mask: url(/css/icons/caret-down-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/caret-down-fill.svg) center center / contain no-repeat;
}

a:hover {
    text-decoration: none;
}

.box-grid-all {
    display: grid;
    align-items: center;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 10px;
    margin:auto;
    
}
.header_top {
    justify-content: space-between;
    grid-template-columns: minmax(max-content, 2fr) 3fr 2fr;
    column-gap: 10px;
    padding: 10px 0px;
}

.box-search {
    justify-content: center;
}
    .box-search i {
        margin: auto;
    }


.header-right {
    display: flex;
    justify-content: center;
}
    .header-right a {
        font-size: 26px;
        line-height: normal;
        font-weight: 600;
        padding: 1px 15px 3px 15px;
        border-radius: 5px;
    }
.icon-hot, .icon-new {
    display: block;
    font-size: 13px;
    margin: auto 0px;
    padding: 0px 5px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    width: fit-content;
}

.icon-hot {
    background: #ff0000;
    color: #fff;
}

.icon-new {
    background: #0073ff;
    color: #fff;
}

.icon-menu {
    cursor: pointer
}

.icon-hot:before, .icon-new:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 200px;
    height: 10px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 2.5s ease-out 1s infinite;
    -o-animation: searchLights 2.5s ease-out 1s infinite;
    animation: laplanh 2.5s ease-out 1.3s infinite;
}

@keyframes laplanh {
    0% {
        left: -100px;
        top: 0;
    }

    100% {
        left: 200px;
        top: 0;
    }
}

.box-flex-all {
    display: flex;
    flex-wrap: wrap
}

.nav-ontop {
    position: sticky;
    z-index: 99999;
    width: 100%;
    top: 0;
}

#ulmenu1Product {
    scrollbar-width: thin;
    scrollbar-color: #c2ccd7 transparent;
}

.nav-ontop .ulmenu1-product {
    display: none;
}

.show {
    display: block !important;
}

.close-mainmenu {
    display: none;
}

.boxmenu2-product.show .ulmenu2-product {
    display: block !important;
}

.hide {
    display: none !important;
}

.chia-flex {
    justify-content: space-around
}

.box-grid-all {
    display: grid;
    align-items: center;
}

.grid-colum-2-auto {
    grid-template-columns: repeat(2, max-content);
    gap: 10px;
}

.grid-colum-3-auto {
    grid-template-columns: repeat(3, max-content);
    gap: 10px;
}

.nav-top-menu {
    background: #e8281a;
}

.box-menu-all {
    grid-template-columns: 20% 80%;
    position: relative;
}

.search-box {
    grid-template-columns: 85% 15%;
    margin: 5px 30px;
    border: 1px solid #bad4e1;
    border-radius: 5px;
}

.header-hotline {
    font-size: 26px;
    padding: 3px 20px;
    width: fit-content;
    margin: auto;
    background: #ffd200;
    color: #0003d2;
    border-radius: 5px;
    font-weight: 600;
    text-shadow: 0px 1px 1px #fff;
    animation: toasang 2s infinite;
}

.btsearch {
    background: #00c4ff;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 8px 5px 10px 5px;
}

.search-box input, .search-box button {
    font-size: 16px;
    padding: 5px;
}

.ulmenu1-product {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 20%;
    border: 1px solid #eaecee;
    z-index: 9999
}

.limenu1-product:last-child {
    border: none;
}

.limenu1-product {
    display: grid;
    grid-template-columns: 88% 12%;
    align-items: center;
    font-size: 15px;
    padding: 10px 8px;
    border-bottom: 1px solid #f3f3f3;
}

.ulmenu1-product a {
    color: #000929;
}

.ulmenu1-product li:hover > i {
    color: #0022ff;
}

.limenu1-product:hover {
    background: #fbffbb;
}

    .limenu1-product:hover > a {
        font-weight: 600;
    }

.limenu1-product > a {
    width: 100%;
    display: grid;
    grid-template-columns: 12% 88%;
    gap: 8px;
    align-items: center;
}

.limenu1-product.option {
    grid-template-columns: unset;
}

    .limenu1-product.option a {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        align-items: flex-start;
        column-gap: 5px;
        box-sizing: border-box;
    }

.ulmenu2-product > li {
    grid-template-columns: 6px minmax(max-content, 1fr) 20px;
    gap: 10px;
    padding: 0px 10px;
}

    .ulmenu2-product > li::before {
        content: "";
        display: block;
        width: 6px !important;
        height: 6px !important;
        text-align: center;
        background: #1e40af;
        -webkit-mask: url(/css/icons/square-fill.svg) center center / contain no-repeat;
        mask: url(/css/icons/square-fill.svg) center center / contain no-repeat;
    }

    .ulmenu2-product > li > i {
        margin: 5px 10px;
    }

.ulmenu1-product li:hover > i::after, #ulmenu1_main li:hover > i::after {
    background: #004cff;
}

.ulmenu2-product > li > a, .ulmenu2-product > li > i {
    padding: 2px 0px 8px 0px;
    margin-top: 3px;
    width: fit-content;
}

.ulmenu2-product > li .bi-caret-right-fill::after {
    width: 14px;
    height: 14px;
}

.ulmenu2-product > li > a {
    width: max-content;
}

.ulmenu2-product > li:not(:last-child) {
    border-bottom: 1px solid #aad9f1;
}

.ulmenu2-product > li::before {
    content: "";
    width: 6px !important;
    color: #1e40af;
    height: 6px !important;
    text-align: center;
    background: black;
    -webkit-mask: url(/css/icons/square-fill.svg) center center / contain no-repeat;
    mask: url(/css/icons/square-fill.svg) center center / contain no-repeat;
}

.limenu2-product > a {
    display: flex !important;
}

.ulmenu2-product li::marker {
    font-size: 16px;
    color: navy;
}


.ulmenu2-product > li, .ulmenu3-product > li {
    position: relative;
}



@media (min-width:768px) {

    #ulmenu1_main > li > i::after {
        background: #020202;
    }

    .main-header {
        grid-template-columns: 2fr 4fr 2fr 2fr;
        gap: 10px;
    }

    .promotion {
        gap: 10px;
        justify-content: center;
        font-size: 16px;
        align-items: center;
    }

        .promotion .icon-hot {
            font-size: 16px;
        }


    .boxmenu2-product {
        grid-template-columns: 1fr 1fr;
        position: absolute;
        height: 545px;
        padding: 20px;
        padding-right: 30px;
        gap: 80px;
        top: 0;
        left: 100%;
        background: #e9fcff;
        box-shadow: 5px 5px 15px #00156438;
        z-index: 9999;
    }

    .limenu1-product:hover .boxmenu2-product {
        display: grid;
    }

    .limenu1-product i {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .ulmenu2-product {
        display: block;
        padding: 0px 20px;
    }

        .ulmenu2-product > li:hover .ulmenu3-product {
            display: block;
        }

    .ulmenu3-product > li:hover .ulmenu4-product {
        display: block;
    }

    .boxmenu2-product, .ulmenu3-product, .ulmenu4-product {
        display: none;
    }

    .ulmenu3-product {
        left: 100%;
        top: -18%;
    }

    .ulmenu4-product {
        left: 100%;
        top: -12%;
    }

    .ulmenu3-product, .ulmenu4-product {
        position: absolute;
        background: #c8f2ff;
        width: max-content;
        z-index: 99999;
        padding: 5px;
        box-shadow: 3px 3px 3px #00548f38;
    }

        .ulmenu3-product li {
            display: flex;
            margin: 0;
            padding: 9px;
        }

            .ulmenu3-product li:not(:last-child) {
                border-bottom: 1px solid #26b2dc;
            }

            .ulmenu3-product li a {
                width: max-content;
            }

    .limenu3-product {
        display: grid !important;
        grid-template-columns: 85% 15%;
        align-items: center;
        gap: 10px;
    }
    /*   main menu*/
    #btn-main-menu {
        display: none;
    }

    .ulmenu1-main {
        display: grid;
        grid-template-columns: repeat(8, max-content);
        justify-content: start;
        align-items: center;
        gap: 15px;
    }

        .ulmenu1-main li ul {
            display: none;
        }

    .limenu1-main {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
        padding: 10px;
        font-size: 16px;
    }

        .limenu1-main > a {
            text-transform: uppercase;
        }

        .limenu1-main:hover .ulmenu2-main {
            display: grid;
        }

        .limenu1-main:nth-last-child(-n+2):hover .ulmenu2-main {
            right: 0;
            left: unset;
        }

        .limenu1-main:hover {
            background: #ffffff;
        }

        .limenu1-main > a, li.limenu1-main > i {
            color: #212121;
        }

        .limenu1-main:hover > a, .limenu1-main:hover > i {
            color: #0027bf;
        }
    .limenu1-product p {
        margin: 0;
    }
    .ulmenu2-main {
        position: absolute;
        width: 300px;
        background: #fff;
        top: 100%;
        left: 0;
        z-index: 9999;
        box-shadow: 0px 0px 5px #cccccc;
    }

        .ulmenu2-main li {
            padding: 7px 10px;
            grid-template-columns: 85% 15%;
        }

        .ulmenu2-main > li:not(:last-child) {
            border-bottom: 1px solid #f3f3f3;
        }

        .ulmenu2-main li a {
            color: #000;
            font-size: 14px;
        }

    .limenu2-main {
        position: relative;
    }

        .limenu2-main:hover {
            background: #c7f6ff;
        }

            .limenu2-main:hover .ulmenu3-main {
                display: block;
            }

    .ulmenu3-main {
        position: absolute;
        left: 100%;
        width: max-content;
        background: #c7f6ff;
        top: 0;
        padding: 0px 10px;
        border-radius: 0px 0px 5px 0px;
    }

        .ulmenu3-main li {
            border-bottom: 1px solid #5285d254 !important;
        }

    .btn-show-menu1 {
        background: #00107f;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        width: 100%;
        padding: 5px 7px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        line-height: normal;
    }

        .btn-show-menu1 i {
            background: #fff;
            color: #001e71;
            border-radius: 50%;
            font-size: 24px;
            padding: 5px 6px;
            line-height: 0;
            border: 2px solid #2998ff;
        }

    .icon-menu {
        text-align: center;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .boxmenu2-product {
        padding: 15px;
        padding-right: 20px;
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .btn-show-menu1, .limenu1-main, .limenu1-product {
        font-size: 13px;
    }

    .bi-caret-right-fill::after, .bi-caret-down-fill::after {
        width: 14px;
        height: 14px;
        margin: auto;
    }

    .limenu1-product {
        padding: 8px;
    }


    .ulmenu1-main {
        gap: 5px;
    }



    .btn-show-menu1 i {
        font-size: 14px;
        padding: 3px;
    }

    .ulmenu2-main {
        width: 300px;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .boxmenu2-product {
        height: 420px;
        padding: 15px;
        padding-right: 30px;
        gap: 40px;
    }

    .btn-show-menu1 {
        gap: 5px;
    }

    .box-menu-all, .box-slide {
        grid-template-columns: 25% 75%;
    }

    .ulmenu1-product {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .main-header {
        grid-template-columns: 2fr 4fr 3fr 2fr;
        gap: 5px;
        margin: 5px 0px;
    }

    .btsearch {
        padding-bottom: 11px;
    }

    .header-hotline {
        font-size: 20px;
    }

    .search-box input, .search-box button {
        font-size: 16px;
        padding: 6px;
    }

    .search-box {
        margin: 5px;
    }

    .promotion {
        font-size: 14px;
    }

    .btn-show-menu1, .limenu1-main, .limenu1-product {
        font-size: 12px;
    }

    .limenu1-product {
        padding: 5px;
    }

    .ulmenu2-product {
        display: block;
        padding: 0px 15px;
    }

        .ulmenu2-product > li:not(:last-child) > a {
            padding-bottom: 5px;
        }

        .ulmenu2-product > li > i {
            margin: 0;
        }

        .ulmenu2-product > li > a, .ulmenu2-product > li > i {
            padding: 3px 0px 8px 0px;
        }

    .ulmenu3-product {
        left: 100%;
    }

    .ulmenu2-product > li::before {
        width: 5px !important;
        height: 5px !important;
    }

    .ulmenu3-product li {
        padding: 5px;
    }

    .limenu1-main {
        padding: 5px;
    }

    .ulmenu2-main li a {
        color: #000;
        font-size: 12px;
    }

    .ulmenu2-main {
        width: 230px;
    }

    .bi-caret-right-fill::after {
        width: 13px;
        height: 13px;
    }

    .ulmenu2-product > li .bi-caret-right-fill::after {
        width: 12px;
        height: 12px;
    }
}

@media (max-width:768px) {
    .search-box {
        margin: 5px 0px;
    }

    .search-box {
        grid-template-columns: 80% 20%;
    }
    .ulmenu1-product {
        width: 100%;
    }
    .main-header {
        gap: 0px;
    }

    .box-menu-product, .main-menu {
        padding: 3px 0px;
    }

    .title24h-style1::after {
        width: 60px;
        height: 5px;
        bottom: -3px;
    }

    .ulmenu1-product, .ulmenu2-product, .boxmenu2-product, .ulmenu3-product, .ulmenu4-product, .main-menu ul:not(.ulmenu1-main) {
        display: none;
    }
    .btn-show-menu1 {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bi-cart3::after {
        background: #fff;
        width: 20px;
        height: 20px;
    }

    .bi-list::after {
        width: 22px;
        height: 22px;
    }

    .bi-x-circle-fill::after {
        width: 25px;
        height: 25px;
    }

    .btn-show-menu1, .limenu1-main, .limenu1-product {
        font-size: 18px;
    }

    .ulmenu1-product {
        height: 545px;
        overflow-y: auto;
    }

    .close-mainmenu i {
        font-size: 30px;
        color: #001735;
    }

    .close-mainmenu {
        position: fixed;
        top: 10px;
        left: 59%;
        z-index: 99999;
    }

    .boxmenu2-product {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
        left: 0px;
        grid-column: 1 / -1;
        width: 100%;
    }

    .ulmenu2-product {
        padding: 0px 5px;
    }

        .ulmenu2-product li > i {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .ulmenu2-product > li {
            display: grid;
            grid-template-columns: 0.5fr 8fr 1.5fr;
            margin: 6px 0px;
            padding: 0px;
            font-size: 16px;
        }

            .ulmenu2-product > li:last-child {
                border-bottom: 1px solid #aad9f1;
            }

    .limenu1-product {
        padding: 7px 15px;
    }

    .ulmenu1-product, .ulmenu2-product, .ulmenu3-product {
        width: 100%;
    }

    .limenu1-product > a {
        grid-template-columns: 7% 93%;
    }

    .ulmenu3-product {
        background: #d0f4ff;
        padding: 10px;
        list-style-type: disc;
        grid-column: 1 / -1;
    }

        .ulmenu3-product > li {
            margin-left: 15px;
        }

        .ulmenu3-product li:not(:last-child) {
            border-bottom: 1px solid #91c6de;
        }

        .ulmenu3-product li {
            padding: 6px 0px;
        }

        .ulmenu3-product > li {
            display: grid;
            grid-template-columns: 88% 12%;
        }

    .ulmenu4-product {
        background: #66e8ff;
        border-left: 3px solid #006fff;
        padding: 10px;
    }

    .ulmenu1-main {
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        height: 100vh;
        padding: 40px 20px 20px 20px;
        background: #fffef1;
        box-shadow: 2px 0px 5px #8c8c8c38;
        overflow-y: auto;
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform .35s ease;
        visibility: hidden;
    }

        .ulmenu1-main.show {
            transform: translateX(0);
            visibility: visible;
        }

        .ulmenu1-main ul {
            grid-column: 1 / -1;
            width: 100%;
        }

        .ulmenu1-main li a {
            color: #000;
        }

        .ulmenu1-main li {
            display: grid;
            grid-template-columns: 85% 15%;
            padding: 8px 5px;
        }

            .ulmenu1-main li:not(:last-child) {
                border-bottom: 1px solid #bbd5e4;
            }

    .ulmenu2-main.show {
        border-left: 5px solid #ffca00;
        margin-left: 5px;
        padding-left: 5px;
    }

    .ulmenu3-main.show {
        border-left: 3px solid #ffc100c2;
        margin-left: 5px;
        padding-left: 5px;
    }

    .iconhang {
        height: auto;
        width: 30px;
        margin-right: 0;
    }

    .icon-menu {
        text-align: center;
    }

    .promotion {
        display: none !important;
    }

    .box-menu-all {
        grid-template-columns: 80% 20%;
        padding: 3px;
    }

    .btn-show-menu1 {
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 3px;
        color: #fff;
        line-height: normal;
    }


    #btn-main-menu {
        display: flex;
        margin-left: auto;
        margin-right: 10px;
        font-size: 18px;
        background: #fff;
        padding: 6px 13px;
        border-radius: 5px;
    }
    .btn-show-menu1 {
        font-size: 16px;
    }
        #btn-main-menu i {
            line-height: 0;
        }
        #btn-main-menu .fa-bars {
            line-height: normal;
        }
    .logo a {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
        .main-header {
        grid-template-columns: 1fr 2fr;
    }

    .bi-download::after {
        width: 15px;
        height: 15px;
    }

}

@media (max-width:480px) {
    .btn-show-menu1, .limenu1-main, .limenu1-product {
        font-size: 14px;
    }

    .ulmenu1-main {
        width: 80%;
    }

    .close-mainmenu {
        left: 69%;
    }

    .search-box input, .search-box button {
        font-size: 14px;
        padding: 6px 5px;
    }

    .ulmenu1-main {
        padding: 40px 10px 20px 10px;
    }

    .limenu1-product {
        padding: 7px 5px;
    }

    .boxmenu2-product {
        left: 5px;
        width: 95%;
    }

    .ulmenu3-product > li {
        margin-left: 0px;
    }

    .ulmenu4-product.show {
        grid-column: 1 / -1;
    }

    .btn-show-menu1 i {
        font-size: 20px;
    }

    #btn-main-menu {
        font-size: 18px;
    }

    .main-header {
        grid-template-columns: 45% 55%;
        margin: 3px 0px;
    }
}
/*==========CUSTOM============*/

    .slide-main, .limenu1-product > a {
    grid-template-columns: 1fr;
}
.slide-left {
    aspect-ratio: 900 / 470;
}
.box-slide, .box-menu-all {
    padding: 0;
}
.box-menu-all {
    grid-template-columns: 25% 75%;
}
    .box-menu-all a {
        text-decoration: none;
    }
    .btn-show-menu1 i {
    display: flex;
}

.btn-show-menu1 i:before {
    margin: auto;
}
.ulmenu1-product {
    width: 25%;
}
.ulmenu2-product > li a {
    font-weight: normal;
}
.boxmenu2-product {
    background: #ffffec;
    overflow-y: scroll;
}
.limenu2-main:hover {
    background: #fffed5;
}
.ulmenu3-main {
    background: #ffffe4;
}
    @media (min-width:768px) {
        .box-slide {
            grid-template-columns: 25% 75%;
        }

        .limenu1-main:nth-last-child(-n+2):hover .ulmenu3-main {
            right: 100%;
            left: unset;
        }

        .ulmenu1-main {
            gap: 5px;
        }

        .limenu1-main {
            gap: 5px;
            padding: 13px 6px;
            font-size: 14px;
        }

        .btn-show-menu1 {
            font-size: 15px;
        }

            .btn-show-menu1 i {
                font-size: 15px;
                padding: 5px 6px;
            }
    }
@media (max-width: 991px) {
    .btn-show-menu1 {
        font-size: 12px;
    }
    .limenu1-main {
        gap: 5px;
        padding: 3px 5px;
        font-size: 12px;
    }
}
    @media (max-width:768px) {
        .box-menu-all {
            grid-template-columns: 60% 40%;
        }
        .btn-show-menu1 {
            padding: 5px;
        }
        .ulmenu1-product, .ulmenu2-product, .ulmenu3-product {
            width: 100%;
        }
        .btn-show-menu1 {
            font-size: 16px;
        }
    }

    @media (max-width:480px){
        .btn-show-menu1 i {
            width: 25px;
            height: 25px;
        }
        .ulmenu2-product > li {
            font-size: 12px;
        }
    }