/* .breadcrumb ul{
    text-align: left;
} */
/* news */
.itembignews, .itembignews .thumb, .itembignews .thumb a, .slidernews, .slidernews .slick-list, .slidernews .slick-track, .slidernews .slick-slide{
    height: 100%;
}
.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;
}
.itemnews .titlenews a{
    height: 54px;
    overflow: hidden;
}

/*  */


.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%;
}
/*==================================================*/
.itemnews{
    height: 100%;
    background-color: #f6f6f6;
}
.itemnews .decs {
    padding: 15px 25px 25px 25px;
}
.itemnews .decs h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    max-height: 48px;
    margin-bottom: 10px;
}
.itemnews .decs h3 a{
    display: inline-block;
    color: #000;
}
.itemnews .decs .tendnews{
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    height: 63px;
    overflow: hidden;
    margin-bottom: 20px;
}
.itemNewSS .date {
    font-size: 15px;
    line-height: 23px; 
    color: #0066b1;
    margin-bottom: 10px;
}
/*====================================================*/
.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: 500;
}
/*===================================================*/
.newsOther{
    margin-top: 30px;
}
.newsOther .title{
    padding-bottom: 15px;
    border-bottom: solid 2px #0b7fc3;
}
.newsOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
}
.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 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;
}
.content_news{
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}

/*  */
.newsHome{
    margin-bottom: 40px;
}



/* itemnewsbig  */
.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 .thumb a img{
    width: 100%;
    opacity: 0;
}
.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 .datesty{
    margin-bottom: 12px;
}
.itemnewsbig .titlenews{
    margin-bottom: 15px;
} 
.itemnewsbig .titlenews h3{
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
}
.itemnewsbig .tendnews{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #555555;
    max-height: 88px;
    overflow: hidden;
    margin-bottom: 25px;
}
.dsviewnn a{
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
    color: #0b7fc3;
}

.dsviewnn a:hover::after{
    width: 100%;
}
.dsviewnn a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.dsviewnn a span::before{
    position: absolute;
    font-family: FontAwesome;
    right: 0;
}
.itemnewsbb{
    position: relative;
}
.itemnewsbb .thumb img{
    width: 100%;
}
.itemnewsbb .decs{
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-color: rgba(40,59,148,0.8);
    color: #fff;
    transform: translateX(300px) scale(0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 15px 30px;
}
.slick-current .itemnewsbb .decs{
    transform: translateX(0) scale(1);
    opacity: 1;
    visibility: initial;
}
.itemnewsbb .decs h3{
    display: inline-block;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
}
.itemnewsbb .decs .tend{
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
}
/*==========================================================================*/
/*============================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){
    .newsOther .title h2{


    }
    .newsOther ul li a{
        padding-right:0;
        padding-bottom: 40px;
        position: relative;
    }
    .newsOther ul li a span{
        float: none;
        display: block;
        position:relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        position: absolute;
        bottom: 20px;
        left: 0;
        font-size: 13px;
        line-height: 21px;
    }
    .newsOther ul li a span:before{
        top: 54%;
    }
    .slideNews .slick-dots {
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        top: 35%;
    }
    .newsOther{
        margin-bottom: 0;
    }
    /*  */
    .itemnews .thumb{
        border-radius: 5px;
    }
    .itemnews .decs{
        padding: 10px 10px 15px 10px;
    }
    .itemnews .decs .tendnews, .itemnews .decs .moreall{
        display: none;
    }
    /*  */
    .itemnewsbig .decs{
        padding: 20px;
    }
    .itemnewsbig .titlenews h3{
        max-height: 54px;
        overflow: hidden;
        font-size: 18px;
        line-height: 27px;
    }
    .itemnewsbig .tendnews{
        margin-bottom: 10px;
    }
    /*  */
    .itemnewsbb .thumb a{
        display: block;
        padding-top: 67.5%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .itemnewsbb .thumb a img{
        display: none;
    }
    .itemnewsbb .decs{
        left: 0;
        bottom: 0;
        right: 0;
        transform: initial;
        padding: 15px;
    }
    .itemnewsbb .decs h3{
        font-size: 26px;
        line-height: 34px;
        height: 34px;
        overflow: hidden;
    }
    .itemnewsbb .decs .tend{
        font-size: 15px;
        line-height: 23px;
        height: 23px;
        overflow: hidden;
    }
    .slnewsallp  .slick-dots{
        bottom: 90px;
    }
    .itemnews .decs h3{
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;    
    }
    .itemnews .titlenews a{
        height: 44px;    
    }
}
@media all and (max-width: 767px){

    /* box news */

    .itemnews .decs h3{
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }
    .itemnews .titlenews a{
        height: 60px;
    }
    .slidernews .slick-dots{
        bottom: initial;
        top: 38%;
        justify-content: center;
        left: 0;
    }
}
