@media screen and (max-width: 768px) {
    .thongtin{
        /* margin-left: 40px; */
       /* border: none !important; */
    }
    .list-sp>.col-md-9{
        order: 1;
        }
        .list-sp>.col-md-3{
            order: 2;
            }
            .sp-cungloai-detail> .card{
                /* margin-left: 50px; */
                
                }

                .sanpham-titlt{
   
   
                    position: relative;
                    margin-top: 5px;
                    border-top: 40px solid #5a7295 !important;
                    border-left: 0px solid transparent;
                    border-right: 0 !important; 
                    height: 20px;
                    width: 100% !important;
                    left: 0;
                    
                    
                   
                    }
                    .sanpham-titlt::after{
                        content: 'Sản phẩm';
                        position: absolute;
                        top: -30px;
                   
                        color: white;
                        left: 40px !important;
                        
                    }
}

.sanpham-max
{
    position: relative;
    /* margin-top: 30px; */
    border-top: 40px solid #5a7295;
    border-left: 0px solid transparent;
    /* border-right: 20px solid transparent;  */
   
    height: 20px;
    /* width: 100%; */
}
.sanpham-min{
   
    position: absolute;
    top: -30px;
    left: 130px;
    color: white;
}
.sanpham-titlt{
   
   
    position: relative;
    /* margin-top: 20px; */
    border-top: 40px solid #0da2d4;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent; 
   
    height: 20px;
    width: 85%;
    
    
   
    }
    .sanpham-titlt::after{
        content: 'Sản phẩm';
        position: absolute;
        top: -35px;
        font-size: 20px;
        font-weight: bolder;
        left: 150px;
        right: 20px;
        color: white;
        
    }