.products-home{
    width: 100%;
    overflow: hidden;
}
.products-home .list-cat.level0{
    margin-bottom: 15px;
    margin-top: 15px;
}
.products-home .list-cat.level0.first-child{
    margin-top: 0px;
}
.products-home .list-cat .list-cat-level0{
    position: relative;
    height: 93px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 10px;
}
.products-home .list-cat .viewhd {
    border-radius: 5px;
    color: #ec3137;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    display: block;
}
.products-home .list-cat .list-cat-level0 .bg-image{
    background: url(../images/bg-img-cat.png) no-repeat scroll left center;
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 79px;
    padding: 6px 7px 8px;
}
.products-home .list-cat .name-level0 {
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 5px;
    color: #ec3137;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 14px 90px;
    width: 100%;
    margin: 22px 0px;
    box-sizing: border-box;
}
.products-home .list-cat .name-level1 {
    background: #f6f6f6;
    border-top: 1px solid #00832a;
    border-bottom: 1px solid #00832a;
    color: #00832a;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0;
    width: 100%;
    box-sizing: border-box;
}
.products-home .list-cat .list-cat-level0 img{
    border-radius: 45px;
}
.products-home .list-cat .col-title{
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.products-home .list-cat .col-value{
    float: left;
    color: #333;
    font-size: 14px;
    padding: 10px 0;
}
.products-home .list-cat.level0 .product-item,
.products-home .list-cat.level1 .product-item{
    border-bottom: 1px solid #ededed;
}
.products-home .list-cat.level0 .product-item-first{
    border-top: 1px solid #ededed;
    margin-top: 10px;
}
.products-home .list-cat .col-name{
    width: 70%;
}
.products-home .list-cat .col-code{
    width: 20%;
}
.products-home .list-cat .col-donv{
    width: 10%;
}
.products-home .list-cat .col-name a{
    background: url(../images/icon-product.png) no-repeat scroll left 4px;
    padding-left: 12px;
}
@media screen and (max-width:768px){
    .products-home .list-cat .col-name {
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .products-home .list-cat .col-code {
        width: 30%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .products-home .list-cat .col-donv {
        width: 20%;
    }
}