/*=========FEATURED NEWS========*/
.vnt-news .news-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.news-item .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.486486%;
}

.news-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news-item .time-post {
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding: 5px;
}
.vnt-news .time-post .date {
    font-size: 38px;
    line-height: 42px;
    color: #e4312c
}
.news-item .time-post .month {
    font-size: 13px;
    line-height: 18px;
    color: #9c9c9c
}
.news-item .caption {
    padding-top: 20px
}
.news-item .tend {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    -webkit-line-clamp: 2;
    max-height: 56px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #f7c1bf
}
.news-item .link a{
    font-size: 16px;
    color: #888888;
    text-decoration: underline;
}
.news-item .link a:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 11px;
    margin-left: 10px;
    background: url(../images/more-icon.png) 0 0 no-repeat;
    background-size: cover
}
.news-item .link a:hover {
    text-decoration: none;
    color: #e4312c
}
.vnt-news .newsHot {
    margin-bottom: 30px
}
.newsHot .time-post {
    bottom: 0;
    top: 1px
}
.newsHot .caption {
    padding: 20px 50px 70px; 
}
.newsHot .tend {   
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    max-height: 68px;
    padding-left: 0;
    border: none;
}
.newsHot .des {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    -webkit-line-clamp: 4;
    max-height: 96px;
    margin-bottom: 30px;
    text-align: justify;    
}
.slide-hotNews .slick-dots {
    position: absolute;
    left: auto;
    right: 50px;
    bottom: 60px;
    width: auto;
}

.slide-hotNews .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slide-hotNews .slick-dots li button {    
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding: 12px 14px 0;
    background: none;
    border: none;
    border-top: solid 3px #999999;
    text-align: center;
}

.slide-hotNews .slick-dots li.slick-active button {
    border-color: #e4312c;
}
/*---------DETAIL NEWS--------*/
.the-content {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
}
/*========OTHER NEWS========*/
.newsOther {
    margin-bottom: 30px
}
.newsOther .other-tab {
    font-size: 22px;
    line-height: 26px;
    color: #e4312c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px
}

.newsOther li {
    display: block;
    padding: 15px 0 15px 120px;
    position: relative;
}

.newsOther li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.newsOther .title {
    font-size: 15px;
    line-height: 24px;    
    font-weight: 500;
    text-transform: uppercase;
}
.newsOther .title a {
    color: #222222;
}
.newsOther .title a:hover {
    color: #e4312c;
}
.newsOther li .date {
    position: absolute;
    top: 15px;
    left: 0;
    color: #e4312c;
    font-size: 13px;
}
.newsOther li .date:before {
    font-family: FontAwesome;
    content: "\f017";
    padding-right: 5px;
    color: #e4312c;
}
/*================================================*/
.boxSidebar {
    margin-bottom: 30px;
    background-color: #f1f1f1;
}
.boxSidebar .news {
    padding: 20px;
    border-bottom: 1px solid #FFFFFF;
}
.boxSidebar .title {
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #FFFFFF;
    color: #e4312c;
    padding: 9px 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.boxSidebar .img {
    margin-bottom: 15px;
    overflow: hidden;
}

.boxSidebar .tend {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

/*============================================================*/
.the-other {
    margin-bottom: 20px;
}
.the-other .news-item {
    margin: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 992px) {
    .newsHot .col:first-child {
        width: 51.282051%;
    }

    .newsHot .col:last-child {
        width: 48.717949%;
    }
    .newsHot:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 48.717949%;
        content: '';
        border: 1px solid #e3312b;
        border-left: none;
        z-index: -1
    }
}
@media all and (max-width: 991px) {    
    .vnt-news .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .vnt-news .row *[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vnt-news .news-item {
        margin-bottom: 20px;
    }

    .newsHot .grid-flex-align {
        display: block;
    }
    .newsHot .col:last-child {
        border: 1px solid #e3312b;
        height: 350px;
    }
    .newsHot .caption {
        padding: 25px 20px 20px;        
    }
    .newsHot .tend {   
        font-size: 20px;
        line-height: 28px;
        -webkit-line-clamp: 3;
        max-height: 84px;
    }
    .slide-hotNews .slick-dots {
        right: 20px;
        bottom: 40px
    }    
    .newsOther .title {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .vnt-news .row *[class^="col-"] {
        width: 100%;
    }
}
@media all and (max-width: 321px) {
    .newsOther li {
        padding: 8px 0
    }
    .newsOther li .date {
        display: none;
    }
}