.news-design-1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #f2f3f5;
	margin-bottom: 40px;
}
.news-design-1 .img{
	width:-webkit-calc(100% - 400px);
	width:-moz-calc(100% - 400px);
	width:-o-calc(100% - 400px);
	width:calc(100% - 400px);
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.news-design-1 .img:before{
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 50%;
	right: 50%;
	border-top: solid 1px rgba(255,255,255,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 2;
}
.news-design-1 .img:hover:before{
	left:15px;
	right: 15px;
}
.news-design-1 .img:after{
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	bottom: 50%;
	border-left: solid 1px rgba(255,255,255,0.5);
	border-right: solid 1px rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 2;
}
.news-design-1 .img:hover:after{
	top:15px;
	bottom: 15px;
}
.news-design-1 .img a,
.news-design-1 .img .video{
	display: block;
	padding-top: 55.844155%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-design-1 .img .video video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-design-1 .img .video .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.news-design-1 .img .video .icon{
	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%);
	z-index: 3;
	pointer-events: none;
	max-width: 50px;
	width: 100%;
}
.news-design-1 .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-design-1 .img a:hover:before{
	opacity: 0.3;
}
.news-design-1 .caption{
	width: 400px;
	padding: 15px 30px;
}
.news-design-1 .per{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.news-design-1 .tend{
	margin-bottom: 10px;
}
.news-design-1 .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	max-height: 120px;
	overflow: hidden;
	display: block;
}
.news-design-1 .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-design-1 .date{

}
/*=======================*/
.news-design-1.left{
	flex-direction: row;
}
.news-design-1.left .caption{
	text-align: left;
}
.news-design-1.right{
	flex-direction: row-reverse;
}
.news-design-1.right .caption{
	text-align: right;
}
/*======================*/
.news-design-1.video .img:before{
	right:initial;
	bottom:initial;
	width: 50px;
	height: 50px;
	border:none;
	background: url(../images/i-video.svg) no-repeat center;
	background-size: contain;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.news-design-1.video .img:after{
	right:initial;
	bottom:initial;
	width: 50px;
	height: 50px;
	border:solid 1px #ffffff;
	border-radius: 100%;
	opacity: 0.5;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.5;
}
.news-design-1.video.play .img:before,
.news-design-1.video.play .img:after{
	display: none;
}
.news-design-1.video .img:hover:after{
	animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.8);
        -webkit-transform:translate(-50%,-50%) scale(1.8);
        transform:translate(-50%,-50%) scale(1.8);
        opacity: 0;
    }
}
.news-design-1.video .img a:before{
	opacity: 0.3;
}
/*============================================================*/
.news-design-2 {
	margin-bottom: 40px;
	position: relative;
}
.news-design-2 .img{
	position: relative;
	overflow: hidden;
}
.news-design-2 .img > a,
.news-design-2 .img .video{
	display: block;
	padding-top: 43.504273%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-design-2 .img .video a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.news-design-2 .img .video .icon{
	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%);
	z-index: 3;
	pointer-events: none;
	max-width: 50px;
	width: 100%;
}
.news-design-2 .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.3;
}
.news-design-2 .img .video video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.news-design-2 .caption{
	padding: 15px 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}
.news-design-2 .per{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	color:#ffffff;
}
.news-design-2 .tend{
	margin-bottom: 10px;
}
.news-design-2 .tend a{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	max-height: 120px;
	overflow: hidden;
	display: block;
	color:#ffffff;
}
.news-design-2 .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
	color:#ffffff;
}
.news-design-2 .date{
	color:#ffffff;
}
/*===========================================================*/
.news-design-3{
	margin-bottom: 30px;
}
.news-design-3 .img{
	position: relative;
	overflow: hidden;
}
.news-design-3 .img a,
.news-design-3 .img .video{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	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-design-3 .img .video video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-design-3 .img .video .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.news-design-3 .img .video .icon{
	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%);
	z-index: 3;
	pointer-events: none;
	max-width: 50px;
	width: 100%;
}
/*.news-design-3 .img a:hover{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}*/
.news-design-3 .caption{
	padding: 30px 20px;
	background: #f2f3f5;
}
.news-design-3 .per{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.news-design-3 .tend{
	margin-bottom: 10px;
}
.news-design-3 .tend a{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	max-height: 52px;
	overflow: hidden;
	display: block;
}
.news-design-3 .des{
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-design-3 .date{
}
/*==============================*/
.news-design-3.video .img:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border:none;
	background: url(../images/i-video.svg) no-repeat center;
	background-size: contain;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	pointer-events: none;
}
.news-design-3.video .img:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border:solid 1px #ffffff;
	border-radius: 100%;
	opacity: 0.5;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.5;
	z-index: 1;
	pointer-events: none;
}
.news-design-3.video .img:hover:after{
	animation-name: spread-effect;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes spread-effect {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% {
        -ms-transform:translate(-50%,-50%) scale(1.8);
        -webkit-transform:translate(-50%,-50%) scale(1.8);
        transform:translate(-50%,-50%) scale(1.8);
        opacity: 0;
    }
}
.news-design-3.video .img a:hover{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.news-design-3.video .img a:before{
	opacity: 0.3;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-design-3.video{

}
.news-design-3.video.play .img:before,
.news-design-3.video.play .img:after{
	display: none;
}
/*===========================================================*/
.vnt-news .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.vnt-news .grid .col{
	width: 33.333333%;
	padding: 0 15px;
}
/*==========================================================*/
.the-info{
	margin-bottom: 45px;
}
.the-info.mb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.the-info .per{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}
.the-info .title{
	margin-bottom: 15px;
}
.the-info .title h1{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.the-info .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-info .date{
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.the-info .date:before{
	content: "";
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 12px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
.the-info .social{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-info .social .txt{
	font-size: 13px;
	line-height: 21px;
	margin-right: 15px;
}
.the-info .social ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.the-info .social ul li{
    margin-right: 15px;
}
.the-info .social ul li:last-child{
    margin-right: 0;
}
.the-info .social ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #f4f4f4;
    border-radius: 100%;
    color:#b7b7b7;
    font-size: 16px;
    line-height: 24px;
}
.the-info .social ul li a img{
    max-height: 20px;
}
.the-info .social ul li a:hover{
    color:#04924f;
}
.the-content{
	margin-bottom: 35px;
}
.the-info .linkBack a{
	display: block;
}
.the-info .linkBack a span{
	padding-left: 20px;
	position: relative;
}
.the-info .linkBack a span:before{
	content: "\f112";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*=======================================================*/
.the-other .title{
	padding-left: 20px;
	border-left: solid 5px #04924f;
	margin-bottom: 35px;
}
.the-other .title h2{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	text-transform: uppercase;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
.news-design-1{
	display: block;
}
.news-design-1 .img{
	width: 100%;
}
.news-design-1 .caption{
	width: 100%;
}
.vnt-news .grid{
	display: block;
}
.vnt-news .grid .col{
	width: 100%;
}
.news-design-1,
.news-design-2,
.news-design-3{
	margin-bottom: 20px;
}
.news-design-1 .tend a,
.news-design-2 .tend a{
	font-size: 18px;
	line-height: 26px;
	max-height: 104px;
}
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
.news-design-2 .des{
	display: none;
}
.news-design-2 .img a,
.news-design-2 .img .video{
	padding:0;
	height:300px;
}
.the-info{
	margin-bottom: 25px;
}
.the-info .df{
	display: block;
}
.the-info .date{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	margin-bottom: 10px;
}
.the-info .date:before{
	display: none;
}
.the-info.mb{
	display: block;
}
.the-info .social{
	margin-bottom: 15px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){

}