.list_news .item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.item_news:after{
    display: block;
    content: '';
    clear: both;
}
.item_news .i-img{
    float: left;
    width: 280px;
    overflow: hidden;
}
.item_news .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.item_news .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_news .i-img a:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item_news .i-desc{
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    float: right;
}
.item_news .i-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    max-height: 60px;
    overflow: hidden;
    font-weight: bold;
}
.item_news .i-title .fa{
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    color: #bbbbbb;
}
.item_news .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item_news .i-content{
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 6px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.item_news .i-date{
    color: #bbbbbb;
    font-size: 13px;
    line-height: 20px;

}
.item-feature{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.item-feature .i-img{
    position: relative;
    padding-top: 66.666667%;
}
.item-feature .i-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
}
.item-feature:hover .i-img img{
    /*-webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);*/
}
.item-feature .i-desc{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 2;
}
.item-feature .i-date{
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #bbbbbb;
}
.item-feature .i-title{
    font-size: 25px;
    line-height: 35px;
    overflow: hidden;
    max-height: 70px;
    color: #ffffff;
    font-weight: bold;
}
.item-feature .i-title.small{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    max-height: 50px;
    color: #ffffff;
    font-weight: bold;
}
.item-feature .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item-feature .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.item-feature .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
.item-feature:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: url("../images/mask1.png") repeat-x 0 100%;
    z-index: 1;
}

.item-feature3{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.item-feature3 .i-img{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.item-feature3 .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item-feature3 .i-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
}
.item-feature3:hover .i-img img{
    /*-webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);*/
}
.item-feature3 .i-desc{

}
.item-feature3 .i-date{
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #bbbbbb;
}
.item-feature3 .i-title{
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    max-height: 46px;
    color: #ffffff;
    font-weight: bold;
}
.item-feature3 .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item-feature3 .i-content{
    font-size: 14px;
    line-height: 23px;
    max-height: 69px;
    color: #666666;
    overflow: hidden;
}
.slide-feature.slick-initialized .item,
.slide-feature .item:first-child{
    display: block;
}
.slide-feature .item{
    display: none;
    position: relative;
}
.slide-feature .item-feature .i-title {
    font-size: 20px;
    line-height: 30px;
    max-height: 30px;
}
.slide-feature .slick-dots {
    display: none !important;
}
.position-relative {
    position: relative;
}
#slick-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    z-index: 20;
    text-shadow: 1px 1px 2px #000;
}
.title-news {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #d82727;
}
@media screen and (max-width: 767px) {
    .item_news .i-img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .item_news .i-desc {
        width: 100%;
        float: none;
    }
    .the-content .col-xs12.pull-right {
         float: none!important;
    }
}


.noItem {
    text-align: center;
    color: #d82727;
}

/*Thai Son*/
.box-media {
    margin-bottom: 15px;
}
.imgDetail_left {
    display: block;
    float: left;
    margin-right: 10px;
}

.imgDetail_right {
    display: block;
    float: right;
    margin-left: 10px;
}

.fDespic {
    background: #f5f5f5 none repeat scroll 0 0;
    font-size: 12px;
    line-height: 16px;
    padding: 7px;
}

.relate_news {
    font-weight:bold;
    color:#5F5F5F;

}
.relate_news a {color:#d40050; text-decoration:underline; font-size: 12px;}

@media screen and (max-width: 767px){
    .imgDetail_left , .imgDetail_right {
        float: none;
        margin-bottom: 5px;
        width: 100% !important;
    }
    .imgDetail_left img , .imgDetail_right img {
        width: 100%;
    }
}