@media (max-width:1024px){
    .menu { display: none; }
    .menu-res{display:block;}
    .breadCrumbs .wrap-content{padding:10px 15px;}
    .wrap-container{overflow:hidden;}
    .padding50{padding:30px 0px;}
    .mm-listitem a{text-transform: capitalize;}
    .martop30{margin-top:20px;}
    .martop20{margin-top:10px;}
    .padding50{padding:30px 0px;}
    .padding30{padding:10px 0px;}
    .mb_none{display:none;}
    .footer-news.mgb-res{margin-bottom:20px;}
    .logo_res{display:flex;align-items:center;justify-content:center;}
    .grid__product{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.5rem;}
    .search-res-w100 p{background:#fff;color:var(--color-main);}

    .header{
        background-color: #000;
        padding: 10px 0px;
    }
    .search-res-w100 {
        display: flex;
    }
    .top_content1 {
        font-size: 25px;
    }
    .top_content2 {
        font-size: 13px;
        margin: -3px 0px 5px 0px;
        letter-spacing: 5px;
    }
    .spacehome_gr {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 1.5rem;
    }
    .product__name_sub {
        font-size: 18px;
    }
    .product_info_desc p{
        margin-bottom: 6px;
    }
    .product_contact {
        font-size: 12px;
    }
    .btn_gr a {
        transform: scale(0.75);
    }
    .space_slogan {
        font-size: 16px;
        margin-top: 7px;
    }
    .aboutus__gr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .aboutus__left {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus__right {
        width: 100%;
        margin: 0;
    }
    .desc__aboutus.text-split {
        line-height: 26px;
        min-height: unset;
        margin-bottom: 10px !important;
    }
    .title__aboutus_name {
        font-size: 41px;
    }
    .wrap__banner::after {
        transform: translate(-50%, -50%) scale(0.6);
    }
    .video_gr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .video_main {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .video_sub {
        width: 100%;
    }
    .control-newshome.control-owl {
        width: 31%;
    }
    .bg__newsletter {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .bg__newsletter_left {
        bottom: unset;
        margin-left: unset;
        margin-bottom: 20px;
    }
    .bg__newsletter_right {
        width: 100%;
    }
    .wrap__newsletter {
        background: url(../images/form_bg.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .form-newsletter {
        padding: 0px 15px;
        top: unset;
    }
    .footer__news:nth-child(2), .footer__news:nth-child(3) {
        margin-top: 0px;
    }
    .footer__news:nth-child(2) {
        padding: 0px 0px;
    }
    .video-index{
        height:500px;
        object-fit: cover;
    }
    .wrap__spacehome {
        margin-top: -10px;
    }
    .video-image::before {
        transform: translate(-50%,-50%) scale(0.6);
    }
    .logo_item {
        transform: scale(0.95);
    }


    }
    @media (max-width:992px) {
    .img-auto img{width:auto !important;height:auto !important;}
    .title__main h1, .title__main h2, .title__main span {
        font-size: 20px;
    }
    .title__main .slogan{font-size:13px;}
    .mgb-res{margin-bottom:30px;}
    .mb-none{display: none !important;}
    .py-50{padding-top: 30px !important;padding-bottom: 30px !important;}
    .mb-50{margin-bottom: 30px !important;}
    .header__bottom{text-align: center;}
    .header__bottom-left{width: 100%;}
    .header__bottom-right{width: 100%;}
    .btn__submit{margin-bottom: 10px;}
    .title__newsletter h2{font-size: 30px;}
    .name__footer{font-size: 35px;}
    .product__left{width: 100%;}
    .product__right{width: 100%;}
    .title__product h2 i{font-size: 16px;}
    .title__product h2 span{font-size: 26px;}
    .title__product-list .tit{font-size: 28px;}
    .title__product-list img{max-width: 30px !important;}
    .title__product-list .tit::after {
        background: url('../images/aftit.png') no-repeat;
        -webkit-background-size: contain;
           -moz-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
        height: auto;
        bottom: -6px;
    }
    .grid__product{gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr));}
    .product .price-new {
        font-size: 15px;
    }
    .product .price-old {
        font-size: 12px;
    }
    .btn__buy{font-size: 14px;}
    .btn__product{font-size: 13px;}
    .scrollToTop{right: 15px;}
    }
    @media (max-width:768px){
    .pic-news{width:40%;}
    .info-news{width:60%;padding-left:10px;}
    .name-news{font-size:15px;}
    .desc-news.text-split{-webkit-line-clamp:2;}
    }
    @media (max-width:576px){
        .grid__product{gap: 5px; grid-template-columns: repeat(2, minmax(0, 1fr));}
    }
    