	.top_group_sp {
    display: flex;
    flex-wrap: wrap;
}

.top_group_sp .bp_img_product {
    width: 40%;
}

.top_group_sp .thong_tin_mo_ta {
    width: 60%;
    padding-left: 25px;
}

.product_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .top_group_sp .bp_img_product {
        width: 50%;
    }
    
    .top_group_sp .thong_tin_mo_ta {
        width: 50%;
    }
    
    .bp_img_product {
        height: 468px;
    }
}

@media (max-width: 991px) {
    .top_group_sp .bp_img_product {
        width: 100%;
    }
    
    .top_group_sp .thong_tin_mo_ta {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
    .bp_img_product {
        height: 468px;
    }
}



@media (max-width: 425px) {
    
    .bp_img_product {
        height: 400px;
    }
}
