.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: #2f95fb;
    border: 1px solid #2f95fb;
}
.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;
}

/*================================================*/
.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);
}

/*===================================================*/
.newsOther{

}
.newsOther .title{
    padding-bottom: 10px;
    border-bottom: solid 2px #e3598d;
}
.newsOther .title h2, .newsOther .title{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
}
.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;
}

.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;
}
.newsDetail .box_mid .mid-title .titleL{
    font-size: 25px;
    line-height: 38px;
    text-transform: inherit;
}

/* style new  */

.vnt_info_new{
    padding: 0;
    margin-bottom: 40px;
}

.content_news{
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}
.slnewslg .slick-dots{
    position: absolute;
    left: 0;
    width: calc(50% + 10px);
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.slnewslg .slick-dots li{
    margin-right: 12px;
    line-height: 0;
    height: 12px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.slnewslg .slick-dots li:last-child{
    margin-right: 0;
}
.slnewslg .slick-dots li button{
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: none;
    opacity: 0.6;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0;
}
.slnewslg .slick-dots li.slick-active button{
    opacity: 1;
    width: 12px;
    height: 12px;
}
.vhnews{

    height: 100%;
}
.vhnews .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 67.56%;
}
.vhnews .thumb a img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.vhnews .thumb a:hover img{
    transform: scale(1.1);
}
.vhnews .decs{
    padding: 15px 20px 20px;
}
.vhnews .dsdate{
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.vhnews .dsview a{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}
.vhnews .dstitle{
    margin-bottom: 10px;
}
.vhnews .dstitle h3, .vhnews .dstitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    height: 48px;
    overflow: hidden;
}
.vhdate{
    margin-bottom: 10px;
    color: #888888;
    font-size: 13px;
    line-height: 21px;
}
.vhdate span{
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.vhdate span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: #e3598d;
    left: 0;
    top: 0;
    font-size: 14px;
}

.itemnewlg{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background-color: #f6f6f6;
}
.itemnewlg .colt{
    width: calc(50% + 10px);
}
.itemnewlg .cold{
    width: calc(50% - 10px);
}
.itemnewlg .thumb{
    overflow: hidden;
}
.itemnewlg .thumb a{
    display: block;
    overflow: hidden;
    position: relative;
}
.itemnewlg .thumb a img{
    width: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.itemnewlg .thumb a:hover img{
    transform: scale(1.05);
}
.itemnewlg .decs{
    padding: 15px 15px;
}
.itemnewlg .dswrap{
    max-width: 445px;
    margin: 0 auto;
}
.itemnewlg .dstitle{
    margin-bottom: 10px;
}
.itemnewlg .dstitle, .itemnewlg .dstitle h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
}
.itemnewlg .dstend{
    font-size: 15px;
    line-height: 23px;
    color: #555555;
    margin-bottom: 40px;
}

.vntNews{
    margin-bottom: 60px;
}
/* ========================== */
.ttnewspage{
    margin-bottom: 50px;
}
.mmnewspage{
    margin-bottom: 10px;
}
.itembignews, .itembignews .thumb, .itembignews .thumb a, .slidernews, .slidernews .slick-list, .slidernews .slick-track, .slidernews .slick-slide{
    height: 100%;
}
.lstnewshome{
    margin-bottom: 20px;
}
.slidernews {
    margin-bottom: 30px;
}
.slidernews .slick-dots{
    position: absolute;
    bottom: 20px;
    justify-content: flex-start;
    left: 20%;
    right: 0;
} 
.itemnewsbig {
    overflow: hidden;
    background-color: #f6f6f6;
}
.itemnewsbig .thumb{
    height: 100%;
    overflow: hidden;
}
.itemnewsbig .thumb a{
    display: block;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.itemnewsbig .thumb a:hover{
    transform: scale(1.05);
}
.itemnewsbig  .decswp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}
.itemnewsbig .decs{
    padding: 20px 40px;
    width: 100%;
}
.itemnewsbig .titlenews{
    margin-bottom: 10px;
} 
.itemnewsbig .titlenews h3{
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
}
.itemnewsbig .tendnews{
    font-size: 14px;
    margin-bottom: 20px;
    color: #555555;
    max-height: 88px;
    overflow: hidden;
    margin-bottom: 25px;
}
.itemnews{
    height: 100%;
    background-color: #f6f6f6;
}
.itemnews .decs {
    padding: 15px 20px 25px 20px;
}
.itemnews .decs h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    max-height: 48px;
}
.itemnews .decs h3 a{
    display: inline-block;
    color: #000;
}
.itemnews .decs h3 a::after{
    font-family: FontAwesome;
    margin-left: 8px;
    content: "\f105";
    display: inline-block;
    color: #0e4e91;
}
.itemnews .decs .tendnews{
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    height: 63px;
    overflow: hidden;
    margin-bottom: 20px;
}
.slnewsmb .slick-arrow{
    top: 28%;
}
.datesty{
	margin-bottom: 5px;
	color: #888888;
}
.slidernews .slick-dots{
    position: absolute;
    bottom: 20px;
    justify-content: flex-start;
    left: 20%;
    right: 0;
} 
.itembignews .thumb a{
    background-position: center;
    background-size: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
    min-height: 250px;
}

 .itembignews .thumb:hover a{
    transform: scale(1.1);
}
 .itembignews .thumb img{
    display: none;
}
.itembignews{
    position: relative;
}
.itembignews .decs{
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.itembignews .decs .titlenews a{
    color: #ffffff;
}
/*  */
.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: #0066b1;
    border: 1px solid #0066b1;
}
.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%;
}
/*==================================================*/
/*====================================================*/
.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;
}

/*================================================*/
.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: 600;
}
/*===================================================*/

.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 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: 145px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*  */
.newsDetail .box_mid .mid-title{
    padding-top: 0;
    margin-bottom: 20px;
}
.newsDetail .box_mid .mid-title .titleL{
    font-size: 25px;
    line-height: 38px;
    text-transform: inherit;
}
/* ========update============== */
.itemnewsbig{
    position: relative;
}
.itemnewsbig .decs{
    padding: 50px 25px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.itemnewsbig .decs .title{
    margin-bottom: 5px;
}
.itemnewsbig .decs .title h3{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    max-height: 48px;
    overflow: hidden;
    color: #fff;
}
.itemnewsbig .decs .title h3 a{
    display: block;
    color: #fff;
}
.itemnewsbig .tend{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
} 
.itemnewsbig .dsdate{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.itemnewssm{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.itemnewssm:last-child{
    margin-bottom: 0;
}
.itemnewssm .thumb{
    width: 245px;
}
.itemnewssm .thumb img{
    width: 100%;
}
.itemnewssm .decs{
    width: calc(100% - 245px);
    padding-left: 20px;
}
.itemnewssm .dsdate{
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
} 
.itemnewssm .dstitle{
    margin-bottom: 15px;
}
.itemnewssm .decs h3{
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.itemnewssm .decs .tend{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    overflow: hidden;
}
.itemnewssm .decs .tend a{
    color: #e3598d;
    font-style: italic;
}
.itemnewssm .dsview a{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}
.slnewshome .slick-dots{
    justify-content: flex-end;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
    /* ====================== */
    .itemnewsbig .decs{
        padding: 20px;
    }
    .itemnewsbig .titlenews h3{
        font-size: 20px;
        line-height: 30px;
    }
}
@media all and (max-width: 991px){
    .content_news{
        padding-top: 0;
        border-top: none;
    }
    .itemnewlg .cold{
        width: 100%;
    }
    .itemnewlg .colt{
        width: 100%;
    }
    .itemnewlg .dswrap{
        max-width: 100%;
    }
    .itemnewlg .decs{
        padding: 20px 20px 25px;
    }
    .newsOther ul li a{
        padding-right:0;
        white-space: initial;
        text-overflow: initial;
        overflow: initial;
    }
    .newsOther ul li a span{
        float: none;
        display: block;
        position:relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        margin-top: 3px;
    }
    .slideNews .slick-dots {
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        top: 35%;
    }
    .newsOther{
        margin-bottom: 0;
    }
    .vhnews .decs{
        padding: 10px 0;
    }
    .vhdate{
        font-size: 12px;
        line-height: 20px;
    }
    .itemnewsbig .decs{
        padding: 20px;
    }
    .itemnewsbig .titlenews h3{
        max-height: 54px;
        overflow: hidden;
        font-size: 18px;
        line-height: 27px;
    }
    .itemnewsbig .tendnews{
        margin-bottom: 10px;
    }
    .itemnewsbig .viewMore{
        text-align: center;
    }
    .slidernews .slick-dots{
        bottom: initial;
        top: 38%;
        justify-content: center;
        left: 0;
    }
    .itemnews .thumb{
        border-radius: 5px;
    }
    .itemnews .decs{
        padding: 10px 10px 15px 10px;
    }
    .itemnews .decs .tendnews, .itemnews .decs .moreall{
        display: none;
    }
    .itemnews .decs h3{
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;    
    }
    .itemnews .titlenews a{
        height: 44px;    
    }

    .slideNews .slick-dots {
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        top: 35%;
    }
    .newsOther{
        margin-bottom: 0;
    }
    .slnewsallp  .slick-dots{
        bottom: 90px;
    }

    .itemnewsbig .decs .title h3{
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }
}

@media all and (max-width: 767px){
    .itemnewlg .dstitle, .itemnewlg .dstitle h3{
        font-size: 18px;
        line-height: 27px; 
    }
    .itemnewlg .dstend{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .vhnews .dstitle{
        margin-bottom: 0;
    }
    .vhnews .dstitle h3, .vhnews .dstitle{
        font-size: 14px;
        line-height: 22px;
        height: 100%;
        max-height: 66px;
    }
    .vhnews .dsview{
        display: none;
    }
    .itemnews .decs h3{
        font-size: 13px;
        line-height: 21px;
        max-height: 63px;
    }
    .itemnews .titlenews a{
        height: 60px;
    }
    .slidernews .slick-dots{
        bottom: initial;
        top: 38%;
        justify-content: center;
        left: 0;
    }
    .vhtesslider .vhfortesti .itemtesfor{
        width: auto;
    }
    .slidernews .slick-dots{
        bottom: initial;
        top: 38%;
        justify-content: center;
        left: 0;
    }

    .itemnewsbig .decs{
        padding: 40px 15px 20px;
    }

    .itemnewssm{
        margin-bottom: 20px;
    }
    .itemnewssm .thumb{
        width: 150px;
    }
    .itemnewssm .decs{
        width: calc(100% - 150px);
        padding-left: 10px;
    }
    .itemnewssm .decs h3{
        font-size: 14px;
        line-height: 22px;
        max-height: 66px;
        height: 100%;
    }
    .itemnewssm .dsdate{
        margin-bottom: 5px;
    }
    .itemnewssm .dstitle{
        margin-bottom: 0;
    }
    .itemnewssm .dsview{
        display: none;
    }
}
