/**
 * @Project NUKEVIET 4.x
 * @author Thạch Cảnh Bình <bnhthach@gmail.com>
 * @Copyright (C) 2022 VINADES.,JSC. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Thu, 27 Oct 2022 01:18:43 GMT
 */

.box_sach img{
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.dz-content{
    margin-top: 5px;
    min-height: 90px;
}
.box_cat{
    margin-top: 20px;
}




.col-xs-115,
.col-sm-115,
.col-md-115,
.col-lg-115 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-115 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-115 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-115 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-115 {
        width: 20%;
        float: left;
    }
}



.box_sach img{

    border-radius: 5px;
}

.box_sach img:hover {
    -webkit-box-shadow: 0 0 10px grey;
    box-shadow: 0 0 10px grey;
}






