/*====================================================*/
.newsS{
    background: #0053A1;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width: 700px;
    float: left;
    position: relative;
}
.newsS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsS .img:hover .wrap img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newsS .caption {
    overflow: hidden;
    padding: 40pX;
}
.newsS .per{
    margin-bottom: 20px;
}
.newsS .per span {
    display: inline-block;
    line-height: 20px;
    background: #feca3b;
    padding: 5px 9px;
    text-transform: uppercase;
    font-weight: bold;
}
.newsS .tend{
    margin-bottom: 15px;
}
.newsS .tend a{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 96px;
    overflow: hidden;
    color: #ffffff;
}
.newsS .des{
    overflow: hidden;
    max-height: 130px;
    margin-bottom: 20px;
    color: #dddddd;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
.newsS .link a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #FDBE11;
    font-family: 'UTM Times';
}
.newsS .date {
    background: #0053A1;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding: 4px 15px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 60px;
    left: -30px;
}
.newsS .date span{
    padding-left: 20px;
    position: relative;
}
.newsS .date 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%);
}
.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    z-index: 1;
}
.slideNews .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slideNews .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    background: #b7b7b7;
}
.slideNews .slick-dots li.slick-active button{
    background: #FDBE11;
}
.slideNews{
    margin-bottom: 30px;
}
/*=====================================================================*/
.news{
    position: relative;
    margin-bottom: 30px;
}
.news .img{
    margin-bottom: 15px;
}
.news .img a{
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.news .img a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    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 .img a:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .date {
    background: #0053A1;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding: 4px 15px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 35px;
    left: -54px;
}
.news .date span{
    padding-left: 20px;
    position: relative;
}
.news .date 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%);
}
.news .tend{
    margin-bottom: 10px;
}
.news .tend a{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    height: 52px;
    overflow: hidden;
}
.news .des{
    font-size: 16px;
    line-height: 24px;
    color:#666666;
    font-style: italic;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .link a{
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color:#1f68ac;
    font-family: 'UTM Times';
}
.news .link a:hover{
    color:#0053A1;
}
/*========================================================*/
.the-title{
    margin-bottom: 5px;
}
.the-title h1{
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.the-date{
    color:#afafaf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px rgba(0,0,0,0.15);
}
.the-date span{
    padding-left: 20px;
    position: relative;
}
.the-date span:before{
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}
/*==========================================================*/
.the-other .title{
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-other .title h2{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
#slideOther .slick-list{
    margin: 0 -20px;
    padding: 15px 0px;
}
#slideOther .item{
    padding: 0 15px;
}
#slideOther .slick-arrow{
    width:45px;
    height:45px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border:none;
    position: absolute;
    top: 35%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: filter 0.3s linear;
    -o-transition: filter 0.3s linear;
    transition: filter 0.3s linear;
    color:#ffffff;
    border-radius: 100%;
    filter: grayscale(100%);
}
#slideOther .slick-prev{
    left:-80px;
    background-image: url(../images/i-prev.png);
}
#slideOther .slick-next{
    right:-80px;
    background-image: url(../images/i-next.png);
}
#slideOther .slick-arrow:hover {
    filter: grayscale(0%);
}
#slideOther .news{
    margin-bottom: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.newsS .img{
    width:100%;
    float: none;
    margin-right: 0;
}
.newsS .img img{
    width: 100%;
}
.slideNews .slick-dots {
    bottom: 25px;
    right: 25px;
    left: 25px;
}
.newsS .caption{
    padding: 20px;
    padding-bottom: 55px;
}
.newsS .tend a{
    font-size: 18px;
    line-height: 26px;
    max-height: initial;
}
.newsS .des{
    font-size: 16px;
    line-height: 24px;
    max-height: initial;
}
#slideOther{
    padding-bottom: 60px;
}
#slideOther .slick-arrow {
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#slideOther .slick-prev{
    margin-left: -25px;
}
#slideOther .slick-next{
    margin-left: 25px;
}
.the-title h1{
    font-size: 24px;
    line-height: 32px;
}
}

@media all and (max-width: 767px){
.vnt-news .row .col-xs-6{
    width: 100%;
}
}