/*=====================LIST NEWS=====================*/
.vnt-news .wrapper {
    max-width: 1320px;
}

.news-item {
    position: relative;
}

.news-item .img {
    padding-top: 66.71875%;
    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;
}

.news-item .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 6px 8px;
    background-color: rgba(51, 51, 51, .8);
}

.news-item .date i {
    font-size: 18px;
    margin-right: 5px;
}

.list-news .news-item {
    margin-bottom: 25px;
}

.list-news .caption {
    padding: 20px 50px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    text-align: center;
    position: relative;
    height: 163px;
}

.list-news .caption:after {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 0;
    content: '';
    height: 1px;
    background-color: #ebebeb;
}

.list-news .title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    height: 42px;
    text-transform: uppercase;
}

.list-news .des {
    font-size: 13px;
    line-height: 19px;
    -webkit-line-clamp: 3;
    height: 57px;
    color: #666666;
}

.list-news .caption hr {
    margin: 10px auto;
    width: 42px;
    height: 1px;
    background-color: #ff7d00;
}

/*================HOT NEWS=================*/
.hotNews {
    padding: 60px;
    margin-bottom: 25px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
}

.newsHot .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newsHot .grid .col {
    position: relative;
}

.newsHot .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.newsHot .des {
    line-height: 24px;
    -webkit-line-clamp: 4;
    max-height: 96px;
}

.sl-hotNews {
    margin-bottom: 0 !important;
}

.hotNews .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: 8%;
    left: calc(22.5% - 30px);
    font-size: 0;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
    color: #FFFFFF;
    background: #f09d1e;
}

.hotNews .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 50px;
    color: #FFFFFF;
}

.hotNews .slick-prev {
    margin-left: -55px;
}

.hotNews .slick-next {
    margin-right: -5px;
}

.hotNews .slick-arrow:before {
    opacity: 1;
}

.hotNews .slick-arrow.slick-disabled:before {
    opacity: 0.5
}

.hotNews .slick-prev:before {
    content: "\f104";
}

.hotNews .slick-next:before {
    content: "\f105";
}

.hotNews .slick-arrow:hover:before {
    color: #fff
}

/*========DETAIL NEWS========*/
.vnt-detail-news {
    padding-top: 60px;
}

.vnt-detail-news .menuTab-out {
    padding-bottom: 0;
}

.the-date {
    color: #999999;
    margin-bottom: 20px;
}

.the-content {
    text-align: justify;
    margin-bottom: 40px;
}

/*========OTHER NEWS========*/
.newsOther {
    padding-top: 10px;
}

.newsOther .box-tab {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #faa420;
}

.newsOther .other-tab {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.newsOther .box-tab .link-all {
    float: right;
    color: #666666;
    white-space: nowrap;
}

.newsOther li {
    display: block;
    padding: 15px 150px 15px 0;
    position: relative;
}

.newsOther li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.newsOther li a:before {
    display: inline-block;
    font-family: FontAwesome;
    content: '\f0da';
    line-height: 16px;
    color: #faa420;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.newsOther .title {
    font-weight: 400;
    line-height: 24px;
}

.newsOther li .date {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #999999;
    font-size: 13px;
}

.newsOther li .date i {
    margin-right: 10px;
}

/*=================RESPONSIVE=================*/
@media screen and (min-width: 481px) {
    .newsOther .list {
        margin: 0 -15px;
    }

    .slideOther {
        margin: 0 -15px;
    }

    .slideOther .item {
        padding: 15px;
    }
}

@media screen and (min-width: 992px) {
    .newsHot .grid .col:first-child {
        width: 55%;
        left: 45%;
    }

    .newsHot .grid .col:last-child {
        width: 45%;
        right: 55%;
    }

    .newsHot .caption {
        padding: 15px 50px 90px 30px;
    }

    .newsHot .title {
        -webkit-line-clamp: 2;
        max-height: 72px;
    }

    .content-detail {
        padding: 0 10.416666% 40px;
    }
}

@media screen and (max-width: 1199px) {
    .hotNews {
        padding: 25px;
    }
}

@media screen and (max-width: 991px) {
    .list-news .news-item {
        margin-bottom: 20px;
    }

    .hotNews {
        padding: 20px;
        margin-bottom: 20px;
    }

    .newsHot .grid {
        display: block;
        padding-bottom: 95px;
    }

    .newsHot .grid .col {
        width: 100% !important;
    }

    .newsHot .caption {
        padding: 25px 0 0;
        margin-bottom: 40px;
    }

    .newsHot .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        max-height: 90px;
    }

    .newsHot .des {
        -webkit-line-clamp: 5;
        max-height: 120px;
    }

    .hotNews .slick-arrow {
        bottom: 40px;
    }

    .hotNews .slick-prev {
        left: 50%;
    }

    .hotNews .slick-next {
        left: auto;
        right: 50%;
        margin-right: -55px;
    }

    .list-news .caption {
        padding: 25px 20px;
    }

    .vnt-detail-news {
        padding: 40px 0 25px;
    }

    .the-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .the-content {
        margin-bottom: 30px;
    }
    .newsOther {
        margin-bottom: 20px;
    }
    .newsOther .other-tab {
        font-size: 20px;
        line-height: 24px;
    }

    .newsOther li {
        padding-right: 0;
    }

    .newsOther li .date {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .list-news .row, .newsOther .slideOther {
        margin: 0 -5px;
    }

    .list-news .row > div, .slideOther .item {
        padding: 0 5px;
    }
}

@media screen and (max-width: 360px) {
    .list-news .row > div {
        width: 100%
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}