@charset "UTF-8";
.main-content-left .plate:nth-of-type(1) .title{
    background-image: url(../images/lefter/left-product.png);
}
.main-content-right .title{
    border-bottom: solid 1px #969696;
}
.main-content-right .title strong{
    font-size: 18px;
    line-height: 38px;
    margin-bottom: -1px;
    border-bottom: solid 3px #387fd1;
}
.main-content-right .title p{
    font-size: 14px;
    line-height: 40px;
}
.main-content-right .title a{
    color: #212529;
}
.product-lists div:nth-last-child(-n+3){
    margin-bottom: 0 !important;
}
.product-lists a{
    border: solid 1px #666666;
}
.product-lists strong{
    font-size: 14px;
    line-height: 30px;
    background-color: #7c7b80;
}
.product-lists p{
    font-size: 14px;
    color: #222222;
    background-color: #f7f7f7;
    border: solid 1px #ececec;
}
.product-lists i{
    color: #387fd1;
    font-style: normal;
}
.pagination{
    font-size: 14px;
}
.pagination a{
    color: #387fd1;
    border-color: #387fd1;
}
.pagination .page-link:hover{
    color: #ffffff;
    border-color: #387fd1;
    background-color: #387fd1;
}
.pagination .page-link:focus{
    box-shadow: none;
}

@media (max-width: 1199px){}
@media (max-width: 991px){}
@media (max-width: 767px){
    .product-lists div:nth-last-child(-n+3){
        margin-bottom: 1rem !important;
    }
    .product-lists div:nth-last-child(-n+2){
        margin-bottom: 0 !important;
    }
}
@media (max-width: 575px){}