h1{text-transform:capitalize;color: #444;font-weight: bold;border-bottom: 1px dashed #CCC;padding-bottom: 10px;float: left;}
.khunghinh{padding: 7px;
    box-sizing: border-box;
    border: 1px solid white;
    overflow: hidden;
}
.khunghinh  .wapper-img{    position: relative;}
.khunghinh .img{

    cursor: pointer;
}
.khunghinh .img_1{
    position: absolute;
    cursor: pointer;
    top:0;left: 100%;
    opacity: 0;
    transition: all 0.3s;z-index: 2;
}
.khunghinh:hover{border: 1px solid #ededed}
.khunghinh:hover .img_1{left: 0;opacity: 1;}
.name{margin-top: 10px}
.name a{color: #333;text-transform: uppercase;text-decoration: none;cursor: pointer;font-size: 16px;font-family:Raleway;font-weight: 700}
.name a:hover{color: #bd0103}
.price{font-family:Montserrat ;color: #bd0103;font-size: 18px;font-weight: 700;margin-top: 5px}

.pagination>.active>a{background-color: #bd0103!important;    border-color:#bd0103!important;}
.pagination li a{color: #666}
.pagination li a:hover{border-bottom: 1px solid #666;color: #666}

/**/
.sibar-right h4 {position: relative;color: #bd0103;text-transform: uppercase;margin-top: 50px;margin-bottom: 20px}
.hr{background:#ccc;width: 100%;height: 1px}
.sibar-right h5{margin-bottom: 15px;margin-top: 15px;font-weight: 600}
.product-hot{margin-bottom: 20px}
.product-hot img{box-sizing: border-box;border: 1px solid #efefef;padding-left: 3px;cursor: pointer}
.product-hot a{color: #bd0103;cursor: pointer;text-decoration: none;font-size: 12px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.product-hot a:hover{color: #333}

.cat-list{padding: 0;color: #666}
.cat-list li{list-style-type: none;padding: 5px 0}
.cat-list li a{color: #666;text-decoration: none;}
.cat-list li a:hover{color: #bd0103}
.cat-list li a:before{    content: "\203A";margin-right: 7px;font-size: 16px}






