/*====================================================*/
.slideNews .slick-arrow{
    background-color: rgba(21,55,94,0.8);
    color: #ffffff;
    left: calc(25% - 30px);
    bottom: 8%;
    right: auto;
    top: auto;
    z-index: 9;

    -webkit-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.slideNews .slick-arrow:hover{
    background-color: #15375e;
}
.slideNews .slick-next{
    left: calc(25% + 30px);;
}
.newsS{
}
.newsS:after{
    content: "";
    display: block;
    clear: both;
}
.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 50px;
}
.newsS .per{
    margin-bottom: 20px;
}
.newsS .per span {
    display: inline-block;
    line-height: 20px;
    background: #15375e;
    padding: 5px 9px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
}
.newsS .tend{
    margin-bottom: 10px;
}
.newsS .tend a{
    display: block;
    font-size: 1.68em;
    font-weight: lighter;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1.6;
}
.newsS .tend a:hover{
    color:#15375e;
}
.newsS .des{
    overflow: hidden;
    max-height: 72px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.date {
    font-size: 0.9em;
    line-height: 25px;
    background: rgba(21,55,94, 0.85);
    padding: 5px 10px;
    color:#ffffff;
    padding-left: 32px;
    display: inline-block;
    position: relative;
}
.news .date,
.newsS .date {
    position: absolute;
    right: 15px;
    top: 15px;
}
.newsS .date {
    right: 8px;
    top: 25px;
}
.date:before{
    content: "\f073";
    font-family: "FontAwesome";
    font-size: 1.4em;
    position: absolute;
    left:10px;
    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: #15375e;
}
.slideNews{
    margin-bottom: 30px;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.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;
    max-width: initial;
}
.news .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news .tend{
    margin-bottom: 10px;
}
.news .tend a{
    display: block;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news .des{
    color: #555555;
    text-align: justify;
    height: 84px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*====================================================*/
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.the-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    border-bottom: solid 1px #15375e;
}
.the-title h1{
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    text-transform: uppercase;
}
.the-date{
    color:#999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #999999;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
/*========TEMPLATE TABLE========*/
.tableDesign table{
    text-align: center;
    /*font-family: "Times New Roman";*/
    border: solid 1px #333333;
    border-bottom: none;
}
.tableDesign table tr th{
    background: #ccc0da;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.tableDesign table tr th,
.tableDesign table tr td{
    text-align: center;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.tableDesign table tr td.mon{
    font-weight: bold;
    text-transform: uppercase;
}
.tableDesign table tr th:last-child,
.tableDesign table tr td:last-child{
    border-right: none;
}
/*==============================*/
/*================================================*/
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background: #15375e;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #15375e;
}
div#slide-more .slick-prev{
    left:15px;
}
div#slide-more .slick-next{
    right:15px;
}
div#slide-more .slick-arrow:after{
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#slide-more .slick-prev:after{
    content: "\f104";
}
div#slide-more .slick-next:after{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
    overflow: hidden;
}
div#slide-more .img img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 500;
}
/*===============================================*/
.newsOther .title{
    margin-bottom: 15px;
    border-bottom: 2px solid #3568b2;
    color: #3568b2;
}
.newsOther .title h2{
    font-size: 1.6em;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: normal;
}
.newsOther ul li{
    position: relative;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #ddd;
}
.newsOther ul li:last-child{
    border-bottom: none;
}
.newsOther ul li:before{
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    line-height: 23px;
    color:#999999;
}
.newsOther ul li a{
    font-size: 0.98em;
    line-height: 23px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.newsS .caption{
	    padding: 20px;
	    padding-bottom: 50px;
	}
	.newsS .tend a{
	    font-size: 20px;
	    line-height: 28px;
	    max-height: 56px;
	}
	.newsOther ul li a span{
	    float: none;
	    display: block;
	}
}

@media all and (max-width: 768px){
	.the-title h1 {
	    font-size: 18px;
	}
	.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;
	}
	.slideNews .slick-dots {
	    bottom: 25px;
	    right: 25px;
	    left: 25px;
	}
	.news:after{
	    content: "";
	    display: block;
	    clear: both;
	}
}

@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;
	}
}

@media all and (min-width: 1024px){
    .newsS{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .newsS .img,
    .newsS .caption{
        width:48%;
    }
}