.linkAllNews a{
    display: block;
    font-weight: bold;
    color:#ae1f23;
    text-transform: uppercase;
}
.linkAllNews a span{
    padding-right: 20px;
    position: relative;
}
.linkAllNews a span:before{
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.linkAllNews a:hover{
    color:#feca3b;
}
.linkAllCat {
    text-align: center;
    margin-bottom: 45px;
}
.linkAllCat a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background: #ae1f23;
    text-transform: uppercase;
    padding: 11px 45px;
}
.linkAllCat a:hover{
    background: #feca3b;
    color:#333333;
}
/*====================================================*/
.newsSmall{
    margin-bottom: 30px;
}
.newsSmall .img{
    margin-bottom: 15px;
}
.newsSmall .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.newsSmall .img 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;
}
.newsSmall .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newsSmall .tend a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height:44px;
    overflow: hidden;
    text-transform: uppercase;
}
/*====================================================*/
.newsS{
    background: #eeeeee;
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.newsS .img{
    width:48%;
    float: left;
}
.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: 25px 30px;
}
.newsS .per{
    margin-bottom: 10px;
}
.newsS .per span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background: #feca3b;
    padding: 5px 9px;
    text-transform: uppercase;
}
.newsS .tend{
    margin-bottom: 5px;
}
.newsS .tend a{
    display: block;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 70px;
    overflow: hidden;
}
.newsS .des{
    overflow: hidden;
    max-height: 66px;
    margin-bottom: 20px;
    color: #666666;
}
.newsS .date{
    font-size: 13px;
    line-height: 21px;
    color: #ae1f23;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.newsS .date: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: #bbbbbb;
}
.slideNews .slick-dots li.slick-active button{
    background: #ae1f23;
}
.slideNews{
    margin-bottom: 30px;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .img 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;
}
.news .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news .date {
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    background: rgb(254, 202, 59);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    padding-left: 30px;
}
.news .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:10px;
    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{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    height:48px;
    overflow: hidden;
    text-transform: uppercase;
}
.news .des{
    color: #555555;
    text-align: justify;
    height: 66px;
    overflow: hidden;
}
/*====================================================*/
.the-content{
    text-align: justify;
    color:#666666;
    margin-bottom: 25px;
}
.the-content .color{
    color:#ae1f23;
}
/*===================================================*/
.newsOther .title{
    margin-bottom: 10px;
}
.newsOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    
}
.newsOther ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.newsOther ul li:before{
    content: "\f054";
    font-family: fontAwesome;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 11px;
    line-height: 21px;
}
.newsOther ul li a{
    font-size: 16px;
    line-height: 24px;
}
.newsOther ul li a span{
    color:#999999;
    font-size: 14px;
    line-height: 22px;
}
/*==================*/
.div_margin_bottom{
    margin-bottom: 30px;
}
.downloadDocument{
    text-align: center;
}
.downloadDocument a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #c8c8c8;
    padding: 10px 38px;
}
.downloadDocument a span{
    padding-left: 30px;
    position: relative;
}
.downloadDocument a span:before{
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
.downloadDocument a:hover{
    background: #333333;
    color:#ffffff;
}
/*=======================BOX SIDEBAR===============*/
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555555;
    background: #fafafa;
    padding: 10px 20px;
    padding-bottom: 0;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_news_sidebar .bn_content .item {
    background: #fafafa;
    padding: 20px;
}
.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: 16px;
    line-height: 24px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.newsS .caption{
    padding: 20px;
}
.newsS .tend a{
    font-size: 20px;
    line-height: 28px;
}
}

@media all and (max-width: 768px){
.newsSmall{
    margin-bottom: 20px;
}
.newsSmall:after{
    content: "";
    display: block;
    clear: both;
}
.newsSmall .img{
    width: 160px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.newsSmall .tend{
    overflow: hidden;
}
.newsSmall .tend a{
    height:initial;
}
.newsS .img{
    width:100%;
    float: none;
}
.slideNews .slick-dots {
    bottom: 25px;
    right: 25px;
}
.news:after{
    content: "";
    display: block;
    clear: both;
}
.news .img{
    width: 160px;
    height: 107px;
    padding-top: 0;
    float: left;
    margin-right: 20px;
}
.news .tend{
    overflow: hidden;
}
.news .tend a{
    height:initial;
    font-size: 14px;
    line-height: 20px;
}
.news .des{
    display: none;
}
}

@media all and (max-width: 360px){
.newsSmall .img{
    width: 100%;
    float: none;
    margin-bottom: 5px;
}
.newsSmall .tend{
    overflow: initial;
}
.date_share{
    display: block;
}
.date_share .ds_share ul li{
    margin-left: 0;
    margin-right: 5px;
}
.news .img{
    width: 100%;
    padding-top: 66.666666%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
}