@media (max-width: 767px) {
    .input_search {
        width: 100% !important;
    }
    .site-navbar .toggle-button {
        right: 1rem;
    }
    .site-navbar .site-logo {
        margin-left: 1rem;
    }
    .sticky-wrapper .shrink {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .top-bar {
        padding: .5rem 0;
    }
    .text_banner-slider h1 {
        font-size: 40px;
    }
    .box-uuthe .box_img {
        width: 90%;
    }
    .title-section-img {
        font-size: 18px;
        line-height: 18px;
    }
    .intro-section-img {
        font-size: 18px;
        line-height: 18px;
    }
    .box-showroom {
        width: 100%;
    }
    .item-showroom {
        width: 100%;
    }
    .content_sanpham {
        padding: 1rem 0;
    }
    .daily p {
        margin-right: 1rem;
    }
    .box-title-cate {
        text-align: center;
        width: 100%;
    }
    .row.menu-popup {
        border-bottom: 0;
    }
    h2.title_sanpham {
        font-size: 18px;
    }
    .box-content .btn{
        font-size: 14px;
    }
    .news_section .box-content .box-title{
        font-size: 14px;
        margin-top: .5rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
    }

    .news_section .box-content{
        min-height: 80px;
    }

    .box-content .box-intro{
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
                line-clamp: 1; 
        -webkit-box-orient: vertical;
    }
    .title-section{
        font-size: 14px;
    }

    .box-content{
        padding: 1rem 0;
    }

    .box-banchon.camket p{
        font-size: 18px;
        line-height: 18px;
    }

    .box-banchon p{
        font-size: 18px;
        line-height: 18px;
    }

    .box-items-banchon .number{
        font-size: 18px;
        padding: 1.2rem 2rem;
    }

    .box-items-banchon .content{
        font-size: 18px;
        min-height:unset;
    }

    .box-items-banchon{
        margin-top: 2rem;
    }

    .box-banchon{
        margin-bottom: 0;
    }

    .menu-popup .nav-item a.nav-link{
        font-size: 16px;
    }

    .news_section .box-content .box-time{
        font-size: 10px;
        font-style: normal;
    }

    .content_sanpham .btn{
        font-size: 14px;
    }

    .box-uuthe p.title_uuthe{
        text-align: center;
    }

    .box-uuthe{
        padding: .5rem;
    }

    .box_banchay .title-banchay{
        font-size: 18px;
    }

    .text_hotline p{
        font-size: 12px;
        text-align: end;
    }

    .text_hotline p a{
        color: red;
        font-weight: 700;
        font-size: 16px;
    }

    .box-uuthe .box_img img{
        width: 50px;
        height: 65px;
    }
    

    .box-uuthe p {
        font-size: 13px;
    }
}