.list-cat {
    margin: 0 -15px;
    text-align: center;
}
.list-cat .item{
    display: inline-block;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;

}
.item-cat .i-img {
    background: #fafafa;
    overflow: hidden;
}
.item-cat .i-img a {
    display: block;
    border: 1px solid #eeeeee;
    padding-top: 100%;
    position: relative;
}
.item-cat .i-img a:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: '';
    border: 3px solid #0d723b;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.item-cat:hover .i-img a:after {
    opacity: 1;
}
.item-cat .i-img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.item-cat .i-title a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 15px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    color: #333333;
}
.item-cat:hover .i-title a {
    background: #0d723b;
    color: #ffffff;
}
.list-cat-2 {
    margin: 0 -15px;
}
.list-cat-2:after {
    display: block;
    content: '';
    clear: both;
}
.list-cat-2 .item {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-cat-2 .item:nth-child(2n+1) {
    clear: left;
}
.item-cat-2 .i-img a{
    display: block;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}
.item-cat-2 .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-cat-2 .i-img a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item-cat-2 .i-title a {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 35px 10px 0;
    font-weight: bold;
    color: #187341;
    position: relative;
}
.item-cat-2 .i-title a:after {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    font-weight: normal;
    content: '\f178';
    font-size: 18px;
    line-height: inherit;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-cat-2 .i-title a:hover:after {
    right: 0;
}
.item-cat-2 .i-desc {
    border-top: 1px solid #e5e5e5;
}
.item-cat-2 .i-desc div {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.list-cat-3 .item {
    margin-bottom: 30px;
}
.item-cat-3 {
    display: flex;
    align-items: center;
    background: #fafafa;
}
.item-cat-3:after {
    display: block;
    content: '';
    clear: both;
}
.item-cat-3 .i-img {
    width: 50%;
    float: left;
}
.item-cat-3 .i-img  a {
    overflow: hidden;
    display: block;
}
.item-cat-3 .i-img a img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-cat-3 .i-img a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item-cat-3 .i-desc {
    width: 50%;
    float: left;
    padding: 20px 30px;
}
.item-cat-3 .i-content {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
.item-cat-3 .i-title {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.item-cat-3 .i-title a {
    color: #187341;
}
.list-prod {
    margin: 0 -15px;
}
.list-prod:after {
    display: block;
    content: '';
    clear: both;
}
.list-prod .item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-prod .item:nth-child(3n+1) {
    clear: left;
}
.orther-prod {
    margin-bottom: 30px;
}
.orther-prod .oTitle {
    border-bottom: 2px solid #0d723b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.orther-prod .oTitle .title {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    color: #0d723b;
}
.slide-prod {
    margin: 0 -15px;
}
.slide-prod:after {
    display: block;
    content: '';
    clear: both;
}
.slide-prod .item {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
}
.slide-prod .slick-arrow {
    width: 24px;
    height: 42px;
    background: url("../images/main/arrow.png") no-repeat 0 0;
}
.slide-prod .slick-prev {
    background-position: 0 0;
    left: -30px;
}
.slide-prod .slick-next {
    background-position: -24px 0;
    right: -30px;
}
.like_share .date_social {
    margin-bottom: 0;
}
.like_share .date_social .ds_social ul li {
    margin-top: 2px;
    margin-bottom: 2px;
}
.like_share .date_social .ds_social ul li a{
    background: #e2e2e2;
}
.detail-prod {
    margin-bottom: 50px;
}
.title-detail {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #187341;
    text-align: center;
    background: -webkit-linear-gradient(#b5171d, #E21D24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.content-detail {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}
.slide-detail {
    max-width: 580px;
    margin: 0 auto 50px;
    padding: 0 50px;
}
.slide-detail.slick-initialized .item,
.slide-detail .item:first-child{
    display: block;
}
.slide-detail .item {
    display: none;
}
.slide-detail .item .i-img {
    position: relative;
    padding-top: 100%;
}
.slide-detail .item .i-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.slide-detail .slick-dots {
    bottom: -35px;
    left: 0;
    text-align: center;
}
.slide-detail .slick-dots li {
    margin: 3px;
    width: 18px;
    height: 18px;
}
.slide-detail .slick-dots li button{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #e1e1e1;
    background: #e1e1e1;
    width: 18px;
    height: 18px;
}
.slide-detail .slick-dots li.slick-active button {
    border-color: #006633;
    background: #ffffff;
}
.slide-detail .slick-dots li button:before {
    content: '';
}
.slide-detail .slick-arrow {
    width: 24px;
    height: 42px;
    background: url("../images/main/arrow.png") no-repeat 0 0;
}
.slide-detail .slick-prev {
    background-position: 0 0;
    left: 0;
}
.slide-detail .slick-next {
    background-position: -24px 0;
    right: 0;
}
.box-scroll {
    padding-bottom: 50px;
}
.box-scroll .box-scroll-title {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    min-width: 170px;
    background: #1a1f5a;
    color: #ffffff;
    margin-bottom: 30px;
}
.box-scroll .box-info:last-child {
    margin-bottom: 0;
}
.box-info {
    margin-bottom: 30px;
}
.box-info .box-info-title {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 4px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #d51920;
}
.overflow-auto {
    overflow: auto;
}
.table-detail {
    width: 100%;
    min-width: 730px;
}
.table-detail td {
    padding: 4px 10px;
}
.table-detail td:first-child {
    padding-left: 0;
}
.table-detail td:last-child {
    padding-right: 0;
}
.table-detail thead td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.table-detail tbody tr:first-child td {
    padding-top: 13px;
}
.wrap-scroll .menu-category.visible_mobile {
    margin-top: 0;
}
.wrap-scroll {
    position: relative;
}
#scroll_menu {
    position: absolute;
    top: 0;
    left: -150px;
}
.menu-product {
    width: 120px;
}
.menu-product ul li {
    margin-bottom: 1px;
}
.menu-product ul li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 10px;
    background: #fafafa;
    text-transform: uppercase;
}
.menu-product ul li.current a,
.menu-product ul li a:hover {
    background: #0d723b;
    color: #ffffff;
}
.menu-product ul li a i {
    font-size: 17px;
    line-height: 20px;
    padding-right: 4px;
}
@media screen and (max-width: 991px) {
    .list-cat-2 .item {
        width: 100%;
    }
    .item-cat-3 .i-desc {
        padding: 20px;
    }
    .list-prod .item {
        width: 50%;
    }
    .list-prod .item:nth-child(n) {
        clear: none;
    }
    .list-prod .item:nth-child(2n+1) {
        clear: left;
    }
    .slide-prod {
        margin: 0 -10px;
    }
    .slide-prod .item {
        padding: 0 10px;
    }
    .detail-prod {
        margin-bottom: 30px;
    }
    .title-detail {
        font-size: 25px;
        line-height: 35px;
    }
    .content-detail {
        font-size: 16px;
        line-height: 25px;
    }
}
@media screen and (max-width: 767px) {
    .item-cat-3 {
        display: block;
    }
    .item-cat-3 .i-img,
    .item-cat-3 .i-desc {
        width: 100%;
    }
    .list-prod {
        margin: 0 -10px;
    }
    .list-prod .item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}