.newsS{
    background: #e5e5e5;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width: 66.666%;
    order: 1;
}
.newsS .img img{
    width: 100%;
}
.newsS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
    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 .wrap img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.newsS .caption{
    overflow: hidden;
    padding: 40px 50px;
    width: 33.333%;
    text-align: center;
}
.newsS .tend{
    margin-bottom: 20px;
}
.newsS .tend a{
    display: block;
    font-size: 25px;
    line-height: 38px;
    font-weight: normal;
    max-height: 80px;
    overflow: hidden;
}
.newsS .des{
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    max-height: 69px;
    margin-bottom: 20px;
}
.newsS .date{
    font-size: 14px;
    line-height: 13px;
    position: relative;
    color: #cccccc;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}
.newsS .date span{
    padding-left: 20px;
    position: relative;
}

.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 30%;
    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%;
    border: 1px solid #fff;
    background-color: transparent;
}
.slideNews .slick-dots li.slick-active button{
    background: #ee1c26;
    border: 1px solid #ee1c26;
}
.slideNews{
    margin-bottom: 50px;
}
.slideNews .slick-arrow{
    width:30px;
    height:50px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    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:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .date {
    font-size: 14px;
    line-height: 13px;
    position: relative;
    color: #cccccc;
    display: inline-block;

    margin-bottom: 15px;
    vertical-align: middle
}
.news .caption{
    padding: 20px 0;
}
.news .tend{
    margin-bottom: 15px;
}
.news .tend a{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    height:53px;
    overflow: hidden;
}
.news .tend a:hover{
    color: #010101;
}
.news .des{
    color:#777777;
    text-align: justify;
    height:66px;
    overflow: hidden;
}
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.the-title h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
/*================================================*/
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.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);
}
.box_news_sidebar .bn_content .item .i-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
/*===================================================*/
.newsOther{
    margin-bottom: 40px;
}
.newsOther .title{
    padding-bottom: 10px;
    position: relative;
}
.newsOther .title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background-color: #ee1c26;
}
.newsOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ee1c26;
}
.newsOther ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.newsOther ul li:last-child{
    border-bottom: none;
}
.myTags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.myTags .txt a{
    padding-left: 20px;
    position: relative;
}
.myTags .txt a:before{
    content: "\f02b";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myTags ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.myTags ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.myTags ul li a {
    display: block;
    padding: 2px 9px;
    background: #f2f2f2;
    font-size: 13px;
    line-height: 21px;
    color:#666666;
}
.myTags ul li a:hover{
    color:#f44336;
}
.newsOther ul li a {
    display: block;
    padding: 13px 0;
    padding-left: 0;
    padding-right: 130px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.newsOther ul li a:after{
    content: "";
    display: block;
    clear: both;
}
.newsOther ul li a span{
    color:#999999;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.newsOther 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%);
}
/*  */

.newsDetail{

}
.newsDetail .box_mid .mid-title{
    padding-top: 0;
    margin-bottom: 20px;
}


.content_news{
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}
/* begin news home */
.slidernews{
    /* margin-bottom: 30px; */
}
.slidernews .slick-list{
    margin: 0 -15px;
}
.slidernews .slick-slide {
    padding: 0 15px;
}
.slidernews .item{
    margin-bottom: 30px;
}
.slidernews .thumb a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.slidernews .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;

}
.slidernews .item:hover img{
    transform: scale(1.1);
    -webkit-transition: all 2s ease;
    -mos-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.slidernews .item:hover a{
    color: #ee1c26;
}
.slidernews .item{
    -webkit-transition: all 0.5s ease;
    -mos-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.slidernews .item:hover{
    /* transform: translateY(-5px);
    -webkit-transition: all 0.5s ease;
      -mos-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; */
}
.slidernews .decs{
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.slidernews .decs h3{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}
.slidernews .decs .date{
    background-color: #ee1c26;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
}
.slidernews .decs .date::before{
    content: "\f073";
    font-family: fontawesome;
    position: absolute;
    left: 15px;
}
.vntNewsDetail .box_mid .mid-title{
    margin-bottom: 20px;
}
.vntNewsDetail{
    position: relative;
}
.vntNewsDetail.active .box_news_sidebar {
    position: absolute;
    right: 0;
    bottom: 0;
}
.vntNewsDetail.active .mnfixed_wrap{
    position: static!important;
}
.vntNewsDetail.active  .mnfixed_self{
    position: static!important;
}
.vntNewsDetail.active .row, .vntNewsDetail.active .row > div{
    position: static!important;
}
/* end news home */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){

    .newsS .caption{
        padding: 20px;
        width: 100%;
    }
    .newsOther ul li a{
        padding-right:0;
        /* white-space: initial;
        text-overflow: initial;
        overflow: initial; */
    }
    .newsOther ul li a span{
        float: none;
        display: none;
        position:relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        margin-top: 3px;
    }
    .newsS{
        display: block;
    }
    .newsS .tend a{
        font-size: 18px;
        line-height: 30px;
    }
    .slideNews .slick-dots {
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        top: 35%;
    }
    .news .img{
        border-radius: 10px;
    }
    .news .tend a{
        font-size: 14px;
    }
    .news .viewDetail{
        display: none;
    }
    .news .caption{
        padding-bottom: 0;
    }
    .newsDetail{

    }
    .newsOther{
        margin-bottom: 0;
    }
    /* begin news home */

    .slidernews .slick-list{
        margin: 0 -10px;
    }
    .slidernews .slick-slide {
        padding: 0 10px;
    }
    .slidernews .decs{
        padding: 15px 10px;
    }
    .slidernews .decs h3{
        font-size: 16px;
        line-height: 25px;
        height: 75px;
        overflow: hidden;
    }
    .slidernews .decs .date{
        font-size: 12px;
        padding: 3px 10px;
        padding-left: 30px;
    }
    .slidernews .decs .date::before{
        font-size: 13px;
        left: 10px;
    }
    /* end news home */
}

@media all and (max-width: 768px){
    .newsS .img{
        width:100%;
        float: none;
    }
    .newsS .img img{
        width: 100%;
    }

}