@media screen and (max-width:978px) {
    .w-sm-50{
        width: 50% !important;   
    }
    .owl-theme .owl-dots {
        display: none;
    }
    #intro .bottom-slider1 {
        display: none;
    }
    #intro .bottom-slider2 {
        display: none;
    }
    footer {
        background-image: none;
        padding-top: 0;
    }
    #page-product .max-h-15{
        max-height: 60svw;
    }
}
@media (max-width: 575.98px) {
    #category .child-1 {
        width: 25vw;
    }
    #category .child-2 {
        width: 19vw;
        top: 28%;
    }
    #category .child-12 {
        top: 28%;
    }
    #category .child-10 {
        width: 30vw;
    }
    #category .child-4 {
        width: 20vw;
    }
    .card-first img {
       height: 26svh;
    }
    .card-first .svg {
        width: 40vw;
        margin-right: -12vh;
        margin-top: -2vh;
    }
    #category h5{
        font-size: 5vw;
    }
    #category p ,#category a{
        font-size: 3vw;
    }
    #category .box-category {
        padding-right: 10vh;
    }
    #page-product .max-h-15{
        max-height: 60svw;
    }
    #company h5{
     font-size : 1.5svh ;
    }
    #company .mt-5{
     margin-top : 0px !important ;
    }
    
    
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #category .child-1 {
        width: 25vw;
    }
    #category .child-2 {
        width: 19vw;
        top: 28%;
    }
    #category .child-12 {
        top: 28%;
    }
    #category .child-10 {
        width: 30vw;
    }
    #category .child-4 {
        width: 20vw;
    }
    .card-first img {
       width: 26svh;
    }
    .card-first .svg {
        width: 40vw;
        margin-right: -12vh;
        margin-top: -2vh;
    }
    #category h5{
        font-size: 5vw;
    }
    #category p ,#category a{
        font-size: 3vw;
    }
    #category .box-category {
        padding-right: 10vh;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #category .child-1 {
        width: 25vw;
    }
    #category .child-2 {
        width: 19vw;
        top: 28%;
    }
    #category .child-12 {
        top: 28%;
    }
    #category .child-10 {
        width: 30vw;
    }
    #category .child-4 {
        width: 20vw;
    }
    .card-first img {
       width: 26svh;
    }
    .card-first .svg {
        width: 40vw;
    }
    #category h5{
        font-size: 5vw;
    }
    #category p ,#category a{
        font-size: 3vw;
    }
    #category .box-category {
        padding-right: 10vh;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
}
@media (min-width: 1200px) {   
}