/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
    padding: 40px 0 30px;
}
.tpproducmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducmm .mmgrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.itproducmm{
    position: relative;
    height: 100%;
    border: 10px solid #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproducmm:hover{
    border: 10px solid #299e61;
    background-color: #299e61;
}
.itproducmm:hover, .itproducmm:hover a{
    color: #fff;
}
.itproducmm .links{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itproducmm .links a{
    display: block;
    width: 100%;
    height: 100%;
}
.itproducmm .thumb{
    display: block;
    padding-top: 66.576%;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
}
.itproducmm:hover .thumb{
    border-bottom-color: #299e61;
}
.itproducmm .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itproducmm .decss{
    text-align: center;
    padding: 10px;
}
.itproducmm .dstitle, .itproducmm .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.hpproduchh {
    margin-bottom: 20px;
}
.hpproduchh .hhlist{
    margin-bottom: 10px;
}
.tpproduchh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproduchh .hhgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
.itproduchh{
    position: relative;
    height: 100%;
    border: 10px solid #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproduchh:hover{
    border: 10px solid #299e61;
    background-color: #299e61;
}
.itproduchh:hover, .itproduchh:hover a{
    color: #fff;
}
.itproduchh .links{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itproduchh .links a{
    display: block;
    width: 100%;
    height: 100%;
}
.itproduchh .thumb{
    display: block;
    padding-top: 33.434%;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
}
.itproduchh:hover .thumb{
    border-bottom-color: #299e61;
}
.itproduchh .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itproduchh .decss{
    text-align: center;
    padding: 10px;
}
.itproduchh .dstitle, .itproduchh .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
/* <=== vhproducpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhproducpg ===> */
    .vhproducpg .sppadd{
        padding: 20px 0 10px;
    }
    .tpproducmm .mmgrip{
        margin: 0 -10px;
    }
    .tpproducmm .mmgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
        width: 33.33333%;
    }
    .itproducmm{
        border: 8px solid #f5f5f5;
    }
    .itproducmm .thumb{
        border-bottom: 2px solid #f5f5f5;
    }
    .itproducmm .decss{
        padding: 8px;
    }
    .itproducmm .dstitle, .itproducmm .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .tpproduchh .hhgrip{
        margin: 0 -11.5px;
    }
    .tpproduchh .hhgrip > div{
        padding: 0 11.5px;
        margin-bottom: 20px;
    }
    .itproduchh{
        border: 8px solid #f5f5f5;
    }
    .itproduchh .decss{
        padding: 8px;
    }
    .itproduchh .dstitle, .itproduchh .dstitle h3{
        font-size: 13px;
        line-height: 19px;
    }
    /* <=== vhproducpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhproducpg ===> */
    .tpproducmm .mmgrip > div{
        width: 50%;
    }
    .tpproduchh .hhgrip > div{
        width: 50%;
    }
    /* <=== vhproducpg ===> */
}