.news{
	margin-bottom: 30px;
	position: relative;
}
.news .img a{
	display: block;
	position: relative;
	padding-top: 75.135135%;
	overflow: hidden;
}
.news .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	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:hover .img a img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.news .caption{
	padding: 15px 25px;
	padding-top: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.news .date{
	font-size: 12px;
	line-height: 20px;
	color:#ff9900;
}
.news .tend h3{
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
/*=============================================================*/
.the-wrap{
	max-width: 970px;
	margin: 0 auto;
}
.the-title{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.the-title:before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: #232f3e;
	bottom: 0;
}
.the-title h1{
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
}
.the-content{
	margin-bottom: 30px;
}
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .news{
	margin-bottom: 0;
}
#slideOther{
	padding-bottom: 60px;
}
#slideOther .slick-arrow{
	width:40px;
	height:40px;
	background-color: transparent;
	background-size: contain;
	background-position: center;
	background-size: contain;
	border:none;
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0.3;
}
#slideOther .slick-prev{
	margin-left: -25px;
	background-image: url(../images/i-prev.svg);
}
#slideOther .slick-next{
	margin-left: 25px;
	background-image: url(../images/i-next.svg);
}
#slideOther .slick-arrow:hover{
	opacity: 1;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){

}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
.news .caption{
	padding: 10px 10px;
	padding-top: 35px;
}
.news .tend h3{
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 360px){
.vnt-news .row .col-xs-6{
	width: 100%;
}
}