.list_news{
    margin: 0 -15px;
}
.list_news:after {
    display: block;
    content: '';
    clear: both;
}
.list_news .item{
    width: 33.333333%;
    float: left;
    padding: 0 15px 30px;
}
.list_news .item:nth-child(3n+1) {
    clear: left;
}
.item_news .i-image{
    overflow: hidden;
}
.item_news .i-image a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item_news .i-image 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_news .i-image 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_news .i-image a .i-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(13,114,59,0.9);
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    color: #ffffff;
}
.item_news .i-image a .i-date:before {
    font-family: FontAwesome;
    padding-right: 8px;
    content: '\f073';
    font-size: 18px;
    line-height: 25px;
}
.item_news .i-desc {
    position: relative;
    height: 210px;
    padding: 25px 15px 15px 15px;
    border: 1px solid #ebebeb;
    background: #fafafa;
    text-align: center;
}
.item_news .i-desc:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: '';
    border-left: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-right: 12px solid transparent;
}
.item_news .i-desc .i-title {
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 15px;
}
.item_news .i-desc .i-content {
    font-size: 14px;
    line-height: 23px;
    height: 92px;
    overflow: hidden;
    color: #777777;
}
.box-feature {
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    background: #fafafa;
    padding: 30px;
}
.slide-feature.slick-initialized .item,
.slide-feature .item:first-child{
    display: block;
}
.slide-feature .item {
    display: none;
}
.slide-feature .slick-dots {
    bottom: 0;
    padding-left: 30px;
}
.slide-feature .slick-dots li {
    margin: 3px;
    width: 18px;
    height: 18px;
}
.slide-feature .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-feature .slick-dots li.slick-active button {
    border-color: #006633;
    background: #ffffff;
}
.slide-feature .slick-dots li button:before {
    content: '';
}
.item-feature .i-image{
    overflow: hidden;
}
.item-feature .i-image a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item-feature .i-image 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-feature .i-image 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-feature .i-image a .i-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(13,114,59,0.9);
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    color: #ffffff;
}
.item-feature .i-image a .i-date:before {
    font-family: FontAwesome;
    padding-right: 8px;
    content: '\f073';
    font-size: 18px;
    line-height: 25px;
}
.item-feature .i-desc {
    padding-left: 30px;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.item-feature .i-desc .i-title {
    font-size: 24px;
    line-height: 35px;
    max-height: 70px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.item-feature .i-desc .i-content {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
.item-feature .i-desc .i-link a {
    display: inline-block;
    text-align: center;
    min-width: 200px;
    font-size: 12px;
    line-height: 25px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background: #0d723b;
    color: #ffffff;
}
.item-feature .i-desc .i-link a:hover{
    background: #333333;
    color: #ffffff;
}
.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;
}
@media screen and (max-width: 1024px){
    .item-feature .i-desc {
        padding-left: 0;
    }
    .slide-feature .slick-dots {
        padding-left: 0;
    }
}
@media screen and (max-width: 991px){
    .list_news .item{
        width: 50%;
    }
    .list_news .item:nth-child(n) {
        clear: none;
    }
    .list_news .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 639px) {
    .list_news .item{
        width: 100%;
    }
    .box-feature {
        padding: 20px;
    }
    .item-feature .i-desc .i-title {
        font-size: 20px;
        line-height: 30px;
        max-height: 90px;
    }
}