.vnt-news {
    position: relative;
    padding: 50px 0 80px;
}
.vnt-news .row>.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display:-webkit-flex;
    display:flex;
}
/*=========NEWS========*/
.news {
    width: 100%;
    background-color: #ecf1d6;
}
.news .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.67%;    
}
.news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news:not(.hotNews) .caption {
    padding: 15px 20px 25px;
}
.news .date-post {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 10px;
}
.news .date-post:before {
    display: inline-block;    
    font-family: "Font Awesome 5 Free";
    content: '\f073';
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 5px;    
}
.news .tend {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.news .tend a {
    -webkit-line-clamp: 3;
    max-height: 84px;
}
.news .des {
    color: #666666;
    -webkit-line-clamp: 2;
    max-height: 50px;
    margin-top: 10px;
}
.news .link {
    padding-top: 20px;
}
/*=========NEWS LEVEL1========*/
.boxHotNews {
    margin-bottom:40px;    
}
.boxHotNews .slidehotNews {
    width: 100%;
    max-width: 960px;
    margin: auto;    
}
.hotNews {
    width: 100%;
    max-width: 650px;
    margin: auto;  
    background-color: #FFFFFF;    
}
.hotNews .caption {
    padding-top: 20px;
}
.slidehotNews .slick-arrow {
    top: calc(66.67%/2)!important;
    margin:0!important;
}
.boxCatesItems .list-news {
    position: relative;
}
.boxCatesItems .list-news~.list-news {
    margin-top: 50px;    
}   
.boxCatesItems .list-news .slick-arrow {
    display: none!important;
}
/*=========NEWS LEVEL2========*/
.vnt-news.lv2 .ttLine1 {
    border: none;
}
.vnt-news.lv2 .news {
    margin-bottom: 40px;
}
/*=========DETAIL========*/
.vnt-detail-news .the-title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.vnt-detail-news .imgLarge {
    margin-top: 30px;
}
.vnt-detail-news .ds_date {
    margin-bottom: 25px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 768px) {
    .boxCatesItems .ttLine1 {
        padding-right: 120px;
    }         
    .slidehotNews .slick-prev {
        left: 0!important
    }
    .slidehotNews .slick-next {
        right: 0!important
    }
}   
@media all and (min-width: 1101px) {        
    .effect-border:hover .caption::before, .effect-border:hover::before {
        width: 100%;
        margin-left: 0;        
    }
    .effect-border:hover .caption::before {
        left: 0;
        right: 0;
    }
    .list-news .effect-border:hover::before {
        border-width: 5px;
    }
}
@media all and (max-width: 1199px) {
    .tab-content .news .caption {
        padding: 30px;
    }
}
@media all and (max-width: 991px) {
    .news:not(.hotNews) .caption {
        padding: 15px 15px 25px;
    }
    .vnt-news {        
        padding: 30px 0 50px;
    }            
    .boxHotNews, .vnt-news.lv2 .news {
        margin-bottom: 30px;
    }
    .boxCatesItems .list-news~.list-news {
        margin-top: 40px;
    }    
    .vnt-detail-news .the-title {
        font-size: 20px;
        line-height: 30px;
    }
    .vnt-detail-news .imgLarge {
        margin-top: 20px;
    }
}
@media all and (max-width: 767px) {
    .slidehotNews {
        padding: 0 20px;
    }    
    .list-news .news .des {
        display: none;
    }    
}
@media all and (max-width: 640px) {
    .slidehotNews .slick-arrow {
        top: calc((100vw - 60px) * 443 / 650 / 2 - 20px)!important;
    }
}
@media all and (max-width: 480px) {        
    .list-news .news .link {
        padding-top: 15px;
    }
}
@media all and (max-width: 360px) {   
    .slideListNews .slick-list {
        padding-right: 15%;
    }
    .vnt-news.lv2 .item {
        width: 100%;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .list-news .linkAll {
        top:5px
    }
}