/*=====================LIST NEWS=====================*/
#vnt-news {
    padding-bottom: 70px;
}

.news-item {
    position: relative;
    margin-bottom: 30px;
}

.news-item .img {
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}

.news-item .img a {
    display: block
}

.news-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.date {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-bottom: 5px;
}

.date i {
    margin-right: 5px;
}

.list-news .news-item {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.list-news .caption {
    padding: 10px 20px;
}

.list-news .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.list-news .des {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    -webkit-line-clamp: 3;
    height: 88px;
}
.list-news .des p {
    padding: 0;
}
/*================HOT NEWS=================*/
.newsHot .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1d6fb7;
    color: #FFF;
}

.newsHot .grid .col:first-child {
    width: 59.829059%;
}

.newsHot .grid .col:last-child {
    width: 40.17094%;
}

.newsHot .grid .img {
    padding-top: 66.666666%;
}

.newsHot .caption {
    padding: 15px 35px;
}

.newsHot .title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.newsHot a {
    color: #FFF;
}

.newsHot a:hover {
    color: #017c36;
}

.newsHot .date {
    color: #FFF;
}

.newsHot .des {
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}

.newsHot .link a {
    display: inline-block;
    padding: 10px 30px 10px 0;
}

.newsHot .link a:hover {
    padding-left: 30px;
}

.newsHot .link span:after {
    font-family: FontAwesome;
    content: "\f061";
    color: #017c36;
    font-style: normal;
    margin-left: 10px;
}

.newsHot .link .bor-effect::before, .newsHot .link .bor-effect::after {
    border-color: #FFF;
}

.sl-hotNews {
    margin-bottom: 0 !important;
}

.hotNews .slick-dots {
    bottom: 60px;
    z-index: 50;
    margin: 0;
    width: auto;
    right: 35px;
}

.hotNews .slick-dots li, .hotNews .slick-dots li {
    margin: 0 7px;
}

.hotNews .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    background: no-repeat;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

.hotNews .slick-dots li {
    width: 14px;
    height: 14px;
}

.hotNews .slick-dots li button:before {
    font-size: 0;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
}

.hotNews .slick-dots li.slick-active button, .hotNews .slick-dots li:hover button {
    border-color: #017c36;
    color: #017c36;
}

.hotNews .slick-dots li.slick-active button:before, .hotNews .slick-dots li:hover button:before {
    background-color: #017c36;
}

/*========DETAIL NEWS========*/
.vnt-detail-news {
    padding: 40px 0 60px;
}

.the-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tool-detail .date {
    display: block;
    color: #afafaf;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #8d8c8c;
}

.the-date {
    color: #999999;
    margin-bottom: 20px;
}

.the-content {
    text-align: justify;
    margin-bottom: 40px;
}

/*========OTHER NEWS========*/
.newsOther {
    padding-top: 30px;
}

.newsOther .other-tab {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #1d6fb7;
}

.newsOther .other-tab:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #1d6fb7;
    content: '';
}

.newsOther li {
    float: left;
    width: 100%;
    display: block;
    padding-top: 12px;
}

.newsOther li:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #ededed;
}

.newsOther .date {
    float: left;
    width: 100px;
    color: #017c36;
    font-size: 14px;
}

.newsOther .title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

/*========MOST VIEW NEWS========*/
.view-tab {
    font-size: 20px;
    font-weight: 600;
    color: #017c36;
    text-transform: uppercase;
    padding: 12px 20px 8px;
    text-align: left;
    background-color: #f2f2f2;
    border-bottom: 1px solid #FFF;
}

.most-view .content {
    background-color: #f2f2f2;
}

.most-view .news-item {
    background-color: #f2f2f2;
    padding: 12px 20px 10px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0;
}

.most-view .news-item .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    margin-top: 10px;
    text-transform: uppercase;
}

#sticky.stick {
    position: fixed;
    top: 40px;
    z-index: 10;
}

/*=================RESPONSIVE=================*/
@media screen and (min-width: 481px) {
    .newsOther .list {
        margin: 0 -15px;
    }

    #slideOther .item {
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .list-news .news-item .title {
        -webkit-line-clamp: 2;
        height: 44px;
    }

    .newsHot .title {
        -webkit-line-clamp: 2;
        height: 70px;
    }
    .newsHot .des {
        -webkit-line-clamp: 6;
        height: 150px;
    }
}

@media screen and (max-width: 991px) {
    #vnt-news,.vnt-detail-news {
        padding-bottom: 40px;
    }

    .news-item {
        margin-bottom: 20px;
    }

    .newsHot .grid .col {
        width: 100% !important;
    }

    .newsHot .caption {
        padding: 20px 20px 50px;
    }
    .list-news .news-item .title {
        -webkit-line-clamp: 3;
        height: 66px;
    }

    .newsHot .title {
        font-size: 18px;
        line-height: 26px;
        -webkit-line-clamp: 3;
        height: 78px;
    }

    .newsHot .des {
        text-align: justify;
        -webkit-line-clamp: 3;
        height: 75px;
        margin-bottom: 10px;
    }

    .hotNews .slick-dots {
        right: 20px;
        bottom: 40px;
    }

    #vnt-detail-news {
        padding-bottom: 60px;
    }

    .the-title {
        font-size: 24px;
        line-height: 32px;
    }
    #sticky {
        position: relative !important;
        margin-top: 30px;
    }
    .newsOther .title {
        font-size: 14px;
    }
    .most-view {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .list-news .row, .newsOther .list {
        margin: 0 -5px;
    }

    .list-news .row > div, #slideOther .item {
        padding: 0 5px;
    }

    .list-news .row > div {
        width: 100%
    }
    .list-news .news-item .title, .list-news .news-item .des {
        -webkit-line-clamp: initial;
        height: auto;
    }
    #slideOther .slick-arrow {
        width: 80px;
        height: 32px;
        background-position: center 10px;
        top: -35px;
    }

    #slideOther .slick-arrow:hover {
        background-position: center -31px;
    }

    #slideOther .slick-prev {
        right: 84px;
    }

    #slideOther .slick-next {
        right: 5px;
    }
}

@media screen and (max-width: 360px) {
    #slideOther {
        padding-top: 50px;
    }

    #slideOther .slick-arrow {
        top: 10px;
    }
}