/*====================================================*/
.newsS{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.newsS .img{
    width:600px;
    flex-shrink: 0;
}
.newsS .img a{
    display: block;
    padding-top: 72.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img a 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;
}
.newsS .img:hover a img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.newsS .caption {
    padding: 35px 50px;
    padding-bottom: 95px;
    background: #f5f5f5;
}
.newsS .tend{
    margin-bottom: 10px;
}
.newsS .tend a{
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    max-height: 64px;
    overflow: hidden;
    text-transform: uppercase;
}
.newsS .des{
    overflow: hidden;
    max-height: 120px;
    color: #666666;
    margin-bottom: 25px;
    height: 76px;
    overflow: hidden;
}
.newsS .des *{
    font-size: 13px !important;
    line-height: 21px !important;
    color:#999999 !important;
    font-weight: normal !important;
    padding: 0 !important;
}
.newsS .date{
    color: #999999;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.newsS .date span{
    padding-left: 30px;
    position: relative;
}
.newsS .date span:before{
    content: "\f1ea";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsS .link a{
    display: inline-block;
    color:#a91717;
}
.newsS .link a span{
    padding-left: 20px;
    position: relative;
}
.newsS .link a span:before{
    content: "\f105";
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    color:#d41118;
    font-style: normal;
}
.slideNews{
    margin-bottom: 30px;
}
.slideNews .slick-dots{
    position: absolute;
    bottom: 60px;
    right: 40px;
    text-align: center;
    z-index: 1;
}
.slideNews .slick-dots li{
    margin-left: 20px;
    display: inline-block;
}
.slideNews .slick-dots li button{
    width:30px;
    height:25px;
    padding: 0;
    border:none;
    background: transparent;
    color: #aaaaaa;
}
.slideNews .slick-dots li.slick-active button{
    color:#a91717;
}
.slideNews{
    margin-bottom: 30px;
}
/*==============================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    position: relative;
}
.news .img a{
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.news .img a>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:hover .img a>img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .date{
    color: #999999;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.news .date span{
    padding-left: 30px;
    position: relative;
}
.news .date span:before{
    content: "\f1ea";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news .caption{
    padding: 20px 15px;
    background: #fafafa;
    border:solid 1px #ebebeb;
}
.news .tend{
    position: relative;
    margin-bottom: 15px;
}
.news .tend a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    font-weight: normal;
    text-transform: uppercase;
}
.news:hover .tend a{
    color:#a91717;
}
.news .des{
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    height: 63px;
    overflow: hidden;
    color: #666666;
}
.news .des *{
    font-size: 13px !important;
    line-height: 21px !important;
    padding: 0 !important;
    font-weight: normal !important;
    color:#666666 !important;
}
.news .link a{
    display: inline-block;
    color:#888888;
}
.news .link a span{
    padding-left: 20px;
    position: relative;
}
.news .link a span:before{
    content: "\f105";
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
}
.news .link a:hover{
    color:#a91717;
}
/*================================================================*/
.the-title{
    margin-bottom: 20px;
}
.the-title h1{
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.the-date{
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    color: #aaaaaa;
}
.the-date span{
    padding-left: 30px;
    position: relative;
}
.the-date span:before{
    content: "\f1ea";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.the-content{
    text-align: justify;
    margin-bottom: 30px;
}
/*=============================================================*/
.the-other .title{
    margin-bottom: 20px;
}
.the-other .title h2{
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.the-other ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.the-other ul li a {
    display: block;
    padding: 11px 0;
    position: relative;
    padding-left: 145px;
}
.the-other ul li a span{
    padding-left: 20px;
    position: absolute;
    top: 11px;
    left: 0;
    color:#a91717;
}
.the-other ul li a span:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*=======================BOX SIDEBAR===============*/
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: NORMAL;
    color: #555555;
    background: #f2f2f2;
    padding: 11px 20px;
    margin-bottom: 2px;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}
.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}
.box_news_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_news_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_news_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    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;
}
.box_news_sidebar .bn_content .item .i-image: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);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
.newsS .img{
    width: 480px;
}
.newsS .tend a{
    font-size: 20px;
    line-height: 30px;
}
.newsS .caption{
    padding: 25px 20px;
    padding-bottom: 60px;
}
.slideNews .slick-dots{
    bottom: 30px;
    right: 20px;
}
}

@media all and (max-width: 991px){

}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
.newsS{
    display: block;
}
.newsS .img{
    width: 100%;
}
}

@media all and (max-width: 540px){
.vnt-news .row .col-xs-6{
    width: 100%;
}
.the-other ul li a{
    padding: 11px 0;
    padding-top: 40px;
}
}

@media all and (max-width: 460px){

}