#vnt-content{
    padding-bottom: 0;
}
.feature_news{
    padding-bottom: 20px;
}
.feature_news .w_feature_news{
    margin: 0 -1px;
}
.feature_news .w_feature_news:after{
    display: block;
    content: '';
    clear: both;
}
.feature_news .w_feature_news .feature_left{
    float: left;
    width: 50%;
    padding: 0 1px;
}
.feature_news .w_feature_news .feature_right{
    float: right;
    width: 50%;
    padding: 0 1px;
}

.list-feature{
    margin: 0 -1px;
}
.list-feature:after{
    display: block;
    content: '';
    clear: both;
}
.list-feature .item{
    width: 50%;
    float: left;
    margin-bottom: 2px;
    padding: 0 1px;
}
.list-feature .item:nth-child(2n+1){
    clear: left;
}

.main_style{
    margin: 0 -15px;
    position: relative;
    padding-bottom: 20px;
}
.main_style:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 66.666667%;
    content: '';
    border-left: 1px solid #e5e5e5;
}
.main_style:after{
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    content: '';
    border-top: 1px solid #e5e5e5;
}
.main_style .main_left{
    width: 66.666667%;
    float: left;
    padding: 0 15px;
}
.main_style .main_right{
    width: 33.333333%;
    float: right;
    padding: 0 15px;
}
.main_style .main_left .main_content{
    margin-right: -15px;
    padding: 20px 15px 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.main_style .main_left .main_content:last-child{
    border-bottom: 0;
}
.main_style .main_right .main_content{
    margin-left: -15px;
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.main_style .main_right .main_content:last-child{
    border-bottom: 0;
}
.row_style{
    margin: 0 -15px;
    position: relative;
}
.row_style:before{
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: 50%;
    content: '';
    border-left: 1px solid #e5e5e5;
}
.row_style:after{
    display: block;
    content: '';
    clear: both;
}
.row_style .col_style{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.row_style_2{
    margin: 0 -8px;
    position: relative;
}
.row_style_2:after{
    display: block;
    content: '';
    clear: both;
}
.row_style_2 .col_style_1{
    width: 61.832061%;
    float: left;
    padding: 0 8px;
}
.row_style_2 .col_style_2{
    width: 38.167939%;
    float: right;
    padding: 0 7px 0 8px;
}

.slide_new{
    margin-bottom: 4px;
}
.slide_new.slick-initialized .item,
.slide_new .item:first-child{
    display: block;
}
.slide_new .item{
    display: none;
}
.slide_new .item .i-img{
    overflow: hidden;
    margin-bottom: 12px;
}
.slide_new .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.slide_new .item .i-img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -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;
}
.slide_new .item .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);
}
.slide_new .item .i-title{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.slide_new .slick-arrow{
    width: 25px;
    height: 20px;
    background: #ffffff;
    top: -26px;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slide_new .slick-arrow:hover{
    color: #337ab7;
}
.slide_new .slick-prev{
    left: auto;
    right: 25px;
    border-right: 1px solid #cccccc;
}
.slide_new .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide_new .slick-prev:after{
    content: '\f104';
}
.slide_new .slick-next:after{
    content: '\f105';
}

#div_scroll .mb20 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px){
    #vnt-content{
        padding-top: 15px;
    }
    .main_left .hidden_mb {
        display: block !important;
    }
    .main_left .mb20 { margin-bottom: 15px;}
}
@media screen and (max-width: 991px){
    .feature_news {
        margin: 0 -15px;
        padding-bottom: 20px;
    }
    .feature_news .w_feature_news .feature_left{
        width: 100%;
        float: none;
        margin-bottom: 1px;
    }
    .feature_news .w_feature_news .feature_right{
        width: 100%;
        float: none;
        overflow: auto;
    }
    .list-feature{
        width: 1160px;
    }
    .list-feature .item{
        width: 290px;
    }
    .list-feature .item:nth-child(2n+1) {
        clear: none;
    }
    .main_style .main_right{
        width: 100%;
        float: none;
    }
    .main_style:before,
    .main_style:after{
        display: none;
    }
    .main_style .main_left{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 767px){
    .row_style_2 .col_style_1{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .row_style_2 .col_style_2 {
        width: 100%;
        float: right;
        padding: 0 8px;
    }
    .box-news-style-3 .item .i-img{
        width: 135px;
    }
    .box-news-style-3 .item .i-desc{
        width: -webkit-calc(100% - 135px);
        width: -moz-calc(100% - 135px);
        width: calc(100% - 135px);
    }
}
@media screen and (max-width: 639px){
    .main_left .row_style:before{
        display: none;
    }
    .main_left .row_style .col_style{
        width: 100%;
    }
    .main_style .main_left .main_content{
        border-bottom: 0;
        padding-top: 0;
    }
    .main_style .main_right .main_content{
        border-bottom: 0;
        padding-top: 0;
    }
    .row_style:before{
        display: none;
    }
    .row_style{
        margin: 0 -10px;
    }
    .row_style .col_style{
        padding: 0 10px;
    }
}


