#vnt-action .action:last-child{
	margin-bottom: 0;
}
#vnt-action .action:nth-child(2n+1) .img{
	order:1;
}
#vnt-action .action:nth-child(2n+1) .caption{
	order:2;
}
#vnt-action .action:nth-child(2n) .img{
	order:2;
}
#vnt-action .action:nth-child(2n) .caption{
	order:1;
}
.action{
	background: #f6f6f6;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.action .img{
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: -o-calc(100% - 300px);
	width: calc(100% - 300px);
	height: 380px;
	overflow: hidden;
}
.action .img img{
	max-width: initial;
	height:100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.action .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.action .caption{
	width: 300px;
	padding: 35px 30px;
}
.action .tend{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.action .tend:before{
	content: "";
	position: absolute;
	width: 50px;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #4b9600;
	width: 50px;
}
.action .tend a{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.action .des{
	color:#666666;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 15px;
}
.action .link a {
    display: inline-block;
    background: #4b9600;
    color: #ffffff;
    padding: 9px 12px;
    position: relative;
    overflow: hidden;
}
.action .link a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.action .link a:hover:before{
	right:0;
}
.action .link a span{
	position: relative;
	z-index: 1;
}
/*=====================================================*/
.actionThumbnail{
	padding-right: 170px;
	margin-bottom: 25px;
}
#slideFor .img{
	padding-top: 67.142857%;
	position: relative;
	overflow: hidden;
}
#slideFor .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slideFor .slick-arrow{
	width:40px;
	height:70px;
	background: rgba(0,0,0,0.5);
	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.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#ffffff;
}
#slideFor .slick-prev{
	left:0px;
}
#slideFor .slick-next{
	right:0px;
}
#slideFor .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 35px;
	line-height: 45px;
}
#slideFor .slick-prev:before{
	content: "\f104";
}
#slideFor .slick-next:before{
	content: "\f105";
}
#slideFor .slick-arrow:hover{
	color:#4b9600;
}
#slideNav{
	position: absolute;
	width: 140px;
	top: 0;
	bottom: 0;
	right: 0;
}
#slideNav .slick-list{
	margin: -15px 0;
}
#slideNav .item{
	padding: 15px 0;
}
#slideNav .img{
	padding-top: 65.142857%;
	position: relative;
	overflow: hidden;
}
#slideNav .item.slick-current .img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	border:solid 3px #4b9600;
	z-index: 1;
}
#slideNav .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*=================================================*/
.actionTitle{
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}
.actionTitle:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 125px;
	border-bottom: solid 1px #006edd;
}
.actionTitle h1{
	font-size: 36px;
	line-height: 44px;
	font-weight: normal;
	text-transform: uppercase;
}
.actionAttr{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
}
.actionAttr ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #cccccc;
}
.actionAttr ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.actionAttr .at{
	width: 100px;
	margin-right: 10px;
	float: left;
}
.actionAttr .at:before{
	content: ":";
	float: right;
}
.actionAttr .as{
	overflow: hidden;
}
.actionAttr ul li.dd .at{
	float: none;
	width: 100%;
}
.actionAttr ul li.dd .at:before{
	content: initial;
}
.actionAttr ul li.dd .as{
	overflow: initial;
}
.actionAttr{
	margin-bottom: 30px;
}
.actionCart{
	margin-bottom: 25px;
}
.actionCart a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    background: #4b9600;
    color: #ffffff;
    padding: 12px 70px;
    position: relative;
}
.actionCart a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.actionCart a:hover:before{
	right:0;
}
.actionCart a span{
	position: relative;
	z-index: 1;
}
.ortherBox .titleBox h2{
	font-size: 30px;
    line-height: 45px;
    font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
	position: relative;
}
.ortherBox .titleBox h2::before{
	content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 75px;
    border-bottom: solid 2px #4b9600;
}
.ortherBox .project .img a{
	position: relative;
	height: 0;
	padding-top: 80%;
	overflow: hidden; 
	display: block;
}
.ortherBox .project .img a img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.ortherBox #slideOther .slick-list{
	margin: 0 -10px;
}
.ortherBox #slideOther .slick-slide{
	padding: 0 10px;
}
.ortherBox .project .tend{
	background-color: #f0f0f0;
	font-size: 18px;
	font-weight: bold;
	padding: 20px ;
	text-align: center;
} 
#slideOther .slick-arrow{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #f2f2f2;
	border:none;
	font-size: 0;
	position: absolute;
	top: 50%;
	-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;
}
#slideOther .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 35px;
	line-height: 45px;
}
#slideOther .slick-prev{
	left: -60px;
}
#slideOther .slick-next{
	right: -60px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	background: #4b9600;
	color:#ffffff;
}
#slideOther .product{
	margin-bottom: 0;
} 
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
	#slideOther .slick-prev{
		left: 0px;
	}
	#slideOther .slick-next{
		right: 0px;
	}
}
@media all and (max-width: 768px){
.actionThumbnail{
	padding-right: 0;
}
.action{
	display: block;
}
.action .img,
.action .caption{
	width: 100%;
	height:initial;
}
.action .img img{
	width: 100%;
	height:initial;
}
.action .caption{
	padding: 15px 20px;
}
.action .tend{
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.actionTitle h1{
	font-size: 30px;
	line-height: 38px;
}
.actionCart a{
	display: block;
	text-align: center;
}
}