#vnt-slide-home .caption{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
#vnt-slide-home .caption .wrap{
	max-width: 500px;
}
#vnt-slide-home .t1{
	font-size: 38px;
	line-height: 48px;
	color:#4b9600;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-slide-home .t2{
	font-size: 20px;
	line-height: 28px;
	color:#ffffff;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s linear 0.5s;
	-o-transition: all 0.8s linear 0.5s;
	transition: all 0.8s linear 0.5s;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
#vnt-slide-home .item.slick-current .t1, #vnt-slide-home .item.slick-current .t2{
	opacity: 1;
	visibility: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
#vnt-slide-home .slick-arrow{
	width:60px;
	height:60px;
	background: rgba(0,0,0,0.2);
	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;
}
#vnt-slide-home .slick-prev{
	left:35px;
}
#vnt-slide-home .slick-next{
	right:35px;
}
#vnt-slide-home .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;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	color:#4b9600;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:15px;
	height:15px;
	background: #ffffff;
	border:solid 2px #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #016ddd;
}
/*===================================================*/
#vnt-about{
	padding: 30px 0;
}
#vnt-about .about:nth-child(2n+1) .img{
	left: 50%;
}
#vnt-about .about:nth-child(2n+1) .img img{
	float: left;
}
#vnt-about .about:nth-child(2n+1) .caption{
	padding-right: 50px;
	float: left;
}
#vnt-about .about:nth-child(2n) .img{
	right: 50%;
}
#vnt-about .about:nth-child(2n) .img img{
	float: right;
}
#vnt-about .about:nth-child(2n) .caption{
	padding-left: 50px;
	float: right;
}
.about.bg1{
	background:#f2f2f2;
}
.about.bg2{
	background: #4b9600;
}
.about{
	height: 425px;
	position: relative;
}
.about .img{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1000%;
	overflow: hidden;
}
.about .img img{
	max-width: initial;
	height:100%;
}
.about .caption{
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 425px;
}
.about .caption.bg {
    background: url(../images/main/bg_about.png) no-repeat top 20% left 10%;
}
.about .t1{
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.about .t2{
	font-size: 42px;
	line-height: 52px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about .ut{
	text-align: right;
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	font-weight: bold;
}
.about .us{
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	text-align: right;
	color:#ffffff;
}
.about .cont{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-align: justify;
	margin-bottom: 20px;
}
.about .link a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    background: #4b9600;
    padding: 10px 20px;
    position: relative;
}
.about .link a span{
	padding-right: 20px;
	position: relative;
}
.about .link a span:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about .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;
}
.about .link a:hover:before{
	right:0;
}
.about1{
	margin-bottom: 20px;
}
.about1 .about-content{
	margin-bottom: 20px;
}
.about1 .about-title{
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}
.about1 .about-title:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #589814;
}
.about1 .link a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    background: #016ddd;
    padding: 10px 20px;
    position: relative;
}
.about1 .link a span{
	padding-right: 20px;
	position: relative;
}
.about1 .link a span:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about1 .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;
}
.about1 .link a:hover:before{
	right:0;
}

/*=======================================================*/
#vnt-action{
	padding-top: 45px;
}
#vnt-action .title{
	text-align: center;
	margin-bottom: 45px;
}
#vnt-action .title h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#vnt-action .title h2 span{
	font-weight: bold;
}
#vnt-action .title p{
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
}
#slide-action .item{
	border-right: solid 1px #ffffff;
}
#slide-action .slick-arrow{
	width: 55px;
	height: 55px;
	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;
}
#slide-action .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;
}
#slide-action .slick-prev{
	left: 0;
}
#slide-action .slick-next{
	right:0;
}
#slide-action .slick-prev:before{
	content: "\f104";
}
#slide-action .slick-next:before{
	content: "\f105";
}
#slide-action .slick-arrow:hover{
	background: #4b9600;
	color:#ffffff;
}
.action{
	position: relative;
}
.action:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    background: rgba(0,0,0,0.4);
    z-index: 1;
    pointer-events: none;
}
.action:hover:before{
	opacity: 0;
	visibility: hidden;
}
.action .img{
	padding-top: 93.75%;
	position: relative;
	overflow: hidden;
}
.action .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.action:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: contrast(120%) grayscale(60%);
    filter: contrast(120%) grayscale(60%);
}
.action .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #006fde;
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	padding: 15px 84px;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
}
.action:hover .caption{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.action .tend{
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ffffff;
}
.action .tend a{
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
}
.action .view a{
	display: inline-block;
	font-style: italic;
	color:#ffffff;
}
.action .tend_term{
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
	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%);
	text-align: center;
	width: 70%;
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    pointer-events: none;
    z-index: 2;
}
.action:hover .tend_term{
	-webkit-transform: translate(-50%,120%) scale(0.85);
	-ms-transform: translate(-50%,120%) scale(0.85);
	-o-transform: translate(-50%,120%) scale(0.85);
	transform: translate(-50%,120%) scale(0.85);
	opacity: 0;
	visibility: hidden;
}
/*=================================================*/
#vnt-product{
	padding: 40px 0 65px;
	background: #f2f2f2;
}
#vnt-product .title{
	text-align: center;
	margin-bottom: 55px;
}
#vnt-product .title h2{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#vnt-product .title .des{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}
#vnt-product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -15px;
	flex-wrap: wrap;
}
#vnt-product .grid .col{
	width: 25%;
	border-right: solid 1px #cecece;
	padding: 0 15px;
}
#vnt-product .grid .col:last-child{
	border-right: none;
}
.product .img {
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.product .img img{
	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%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
}
.product .img:hover img{
	-webkit-transform: translate(-50%, -50%) scale(1.05	);
	-ms-transform: translate(-50%, -50%) scale(1.05	);
	-o-transform: translate(-50%, -50%) scale(1.05	);
	transform: translate(-50%, -50%) scale(1.05	);
}
.product .tend a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
}
/*========================================================*/
#vnt-news{
	padding: 35px 0 80px;
}
#vnt-news .title{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.07);
}
#vnt-news .title h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-transform: uppercase;
}
#vnt-news .title h2 span{
	font-weight: 300;
}
#vnt-news .title .menuCat{
	position: relative;
}
#vnt-news .title .menuCat ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#vnt-news .title .menuCat ul li a {
    display: block;
    font-weight: 600;
    padding: 4px 10px;
}
#vnt-news .title .menuCat ul li.current a,
#vnt-news .title .menuCat ul li:hover a{
	background: #4b9600;
	color:#ffffff;
}
#vnt-news .title .menuCat .mc-menu-cat {
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #cccccc;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
}
#vnt-news .title .menuCat .mc-menu-cat:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
#slide-news .slick-list{
	margin: 0 -15px;
}
#slide-news .item{
	padding:0 15px;
}
#slide-news .slick-arrow{
	width: 55px;
	height: 55px;
	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;
}
#slide-news .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;
}
#slide-news .slick-prev{
	left: 0;
}
#slide-news .slick-next{
	right:0;
}
#slide-news .slick-prev:before{
	content: "\f104";
}
#slide-news .slick-next:before{
	content: "\f105";
}
#slide-news .slick-arrow:hover{
	background: #4b9600;
	color:#ffffff;
}
.news{
	position: relative;
}
.news:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: solid 3px #006fde;
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.news:hover:before{
	right:0;
}
.news .img{
	padding-top: 64.864864%;
	position: relative;
	overflow: hidden;
}
.news .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.news .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: contrast(120%) grayscale(60%);
    filter: contrast(120%) grayscale(60%);
}
.news .date {
    background: rgba(0,0,0,0.5);
    z-index: 1;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    pointer-events: none;
}
.news .caption{
	-webkit-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    background: #f2f2f2;
    padding: 10px 15px;
    border: solid 2px #f2f2f2
}
.news:hover .caption{
	background: #ffffff;
}
.news .tend{
	margin-bottom: 10px;
}
.news .tend a{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	height:52px;
	overflow: hidden;
	display: block;
}
.news .des{
	font-weight: 300;
	height:88px;
	overflow: hidden;
}
/*======================================================*/
#slideFor .item img{
	width: 100%;
}
#slideFor .slick-arrow{
	width: 55px;
	height: 55px;
	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;
}
#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{
	left: 0;
}
#slideFor .slick-next{
	right:0;
}
#slideFor .slick-prev:before{
	content: "\f104";
}
#slideFor .slick-next:before{
	content: "\f105";
}
#slideFor .slick-arrow:hover{
	background: #4b9600;
	color:#ffffff;
}
.div_de {
    background: #4b9600;
}
.div_de .grid{
	margin: 0 -30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
}
.div_de .grid .col1 {
    width: 500px;
    padding: 14px 30px;
    border-right: solid 1px #ffffff;
}
.div_de .grid .col2{
	width:-webkit-calc(100% - 500px);
	width:-moz-calc(100% - 500px);
	width:-o-calc(100% - 500px);
	width:calc(100% - 500px);
	padding: 0 30px;
}
.div_de .t1{
	text-align: right;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
}
.div_de .t2{
	text-align: right;
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: bold;
	color:#ffffff;
}
#slideNav{
	padding: 0 50px;
	margin-top: -90px;
}
#slideNav .slick-arrow{
	width: 30px;
	height: 45px;
	background: none;
	border:none;
	color:#ffffff;
	padding:0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideNav .slick-prev{
	left: 0;
}
#slideNav .slick-next{
	right:0;
}
#slideNav .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: 50px;
	line-height: 58px;
}
#slideNav .slick-prev:before{
	content: "\f053";
}
#slideNav .slick-next:before{
	content: "\f054";
}
#slideNav .slick-arrow:hover{
	color:#333333;
}
#slideNav .slick-list{
	margin:0 -15px;
}
#slideNav .item{
	padding: 0 15px;
}
#slideNav .img{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border:solid 1px #4b9600;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideNav .slick-current .img{
	border:solid 7px #ffffff;
}
#slideNav .img img{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: initial;
	height:100%;
}
#slideNav .tend{
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color:#ffffff;
}
/*=================================================*/
#vnt-partner{
	padding: 80px 0;
	max-width: 860px;
	margin: 0 auto;
}
#vnt-partner .title{
	text-align: center;
	color:#666666;
	margin-bottom: 40px;
}
#vnt-partner .title h2{
	font-size: 50px;
	line-height: 58px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}
#vnt-partner .des{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
}
#vnt-partner .des p{
	padding: 0;
}
#slide-partner{

}
#slide-partner .slick-list{
	margin: 0 -15px;
}
#slide-partner .item{
	padding:0 15px;
}
#slide-partner a{
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	background: #ffffff;
	z-index: 2;
}
#slide-partner a img{
	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%);
	max-width: 90%;
	max-height: 90%;
}
#slide-partner .slick-arrow{
	width: 20px;
	height: 30px;
	background: none;
	border:none;
	color:rgba(255,255,255,0.5);
	padding:0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
#slide-partner .slick-prev{
	left:  -45px;
}
#slide-partner .slick-next{
	right: -45px;
}
#slide-partner .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: 50px;
	line-height: 58px;
}
#slide-partner .slick-prev:before{
	content: "\f104";
}
#slide-partner .slick-next:before{
	content: "\f105";
}
#slide-partner .slick-arrow:hover{
	color:#4b9600;
}
/*===================================================*/
#vnt-affix{
	position: fixed;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
#vnt-affix ul li{
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	position: relative;
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#vnt-affix ul li.active{
	background: #4b9600;
}
#vnt-affix ul li:before{
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border:solid 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 100%;
}
#vnt-affix ul li.active:before{
	border-color: #ffffff;
}
#vnt-affix ul li span {
    position: absolute;
    white-space: nowrap;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 4px 15px;
    right: 120%;
    top: 50%;
    border-radius: 15px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transform:translateY(-50%) scale(0.2);
    -ms-transform:translateY(-50%) scale(0.2);
    -o-transform:translateY(-50%) scale(0.2);
    transform:translateY(-50%) scale(0.2);
    -webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
}
#vnt-affix ul li:hover span{
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	opacity: 1;
	visibility: initial;
}
.title_main{
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	text-align: center;
}
.title_main:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	background: #589814;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.title_main.bg_line:before{
	background: #0471d8;
}
#vnt-service{
	padding: 30px 0;
}
.project2{
	padding: 30px 0;
}
.bg1{
	background: #f2f2f2;
}
.partner2{
	padding: 50px 0;
	position: relative;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.partner2:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}
.partner2 .wrapper{
	position: relative;
	z-index: 1;
	color: #ffffff;
}
.partner2 .wrapper{
	color: #ffffff;
}
.partner2 .title_main{
	color: #ffffff;
}
.partner2 .title_main:before{
	background: #ffffff;
}
.the-short{
	margin-bottom: 30px;
}
.slider_project:after{
	display: block;
	content: '';
	clear: both;
}
.slider_project {
	margin: 0 -15px;
}
.slider_project:after{
	display: block;
	content: '';
	clear: both;
}
.slider_project .w_item{
	width: 33.333333%;
	float: left;
	padding: 0 15px;
}
.slider_project .item {
	position: relative;
}
.slider_project .item .i-img{
	position: relative;
	overflow: hidden;
	padding-top: 66.666667%;
}
.slider_project .item .i-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-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;
}
.slider_project .item:hover .i-img 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);
}
.slider_project .item .i-title{
	position: absolute;
	bottom:0 ;
	left:0;
	right: 0;
	padding: 10px;
	overflow: hidden;white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	text-align: center;
}
.slider_project .item:hover .i-title{
	background: rgba(1,71,145,0.7);
}
.slider_project .item .i-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider_project .item .i-link a{
	display: block;
	width: 100%;
	height: 100%;
}
.slider_project .slick-arrow{
	width: 20px;
	height: 30px;
	background: none;
	border:none;
	color:rgba(0,0,0,0.5);
	padding:0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.slider_project .slick-prev{
	left:  -30px;
}
.slider_project .slick-next{
	right: -30px;
}
.slider_project .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: 50px;
	line-height: 58px;
}
.slider_project .slick-prev:before{
	content: "\f104";
}
.slider_project .slick-next:before{
	content: "\f105";
}
.slider_project .slick-arrow:hover{
	color:#4b9600;
}
.slider_service{
	margin: 0 -15px;
}
.slider_service:after{
	display: block;
	content: '';
	clear: both;
}
.slider_service .w_item{
	width: 25%;
	float: left;
	padding: 0 15px;
}
.slider_service .item .i-img{
	overflow: hidden;
	margin-bottom: 10px;
}
.slider_service .item .i-img a{
	display: block;
	padding-top: 66.666667%;
	overflow: hidden;
	position: relative;
}
.slider_service .item .i-img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-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;
}
.slider_service .item .i-img:hover a 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);
}
.slider_service .item .i-title{
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.slider_service .item .i-content{
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden;
}
.slider_service .slick-arrow{
	width: 20px;
	height: 30px;
	background: none;
	border:none;
	color:rgba(0,0,0,0.5);
	padding:0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.slider_service .slick-prev{
	left:  -30px;
}
.slider_service .slick-next{
	right: -30px;
}
.slider_service .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: 50px;
	line-height: 58px;
}
.slider_service .slick-prev:before{
	content: "\f104";
}
.slider_service .slick-next:before{
	content: "\f105";
}
.slider_service .slick-arrow:hover{
	color:#4b9600;
}
.slide_about{
	margin: 0 -15px;
}
.slide_about:after{
	display: block;
	content: '';
	clear: both;
}
.slide_about .w_item{
	width: 20%;
	float: left;
	padding: 0 15px;
}
.slide_about .i-con{
	width: 84px;
	height: 84px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #509308;
	margin: 30px auto 10px;
	position: relative;
}
.slide_about .i-con:after{
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	opacity: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	-ms-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.slide_about .item:hover .i-con:after{
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	-ms-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
.slide_about .i-con a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.slide_about .i-title{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}
.slide_about .slick-arrow{
	width: 20px;
	height: 30px;
	background: none;
	border:none;
	color:rgba(0,0,0,0.5);
	padding:0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.slide_about .slick-prev{
	left:  -30px;
}
.slide_about .slick-next{
	right: -30px;
}
.slide_about .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: 50px;
	line-height: 58px;
}
.slide_about .slick-prev:before{
	content: "\f104";
}
.slide_about .slick-next:before{
	content: "\f105";
}
.slide_about .slick-arrow:hover{
	color:#4b9600;
}
.vnt-field{
	background: #f2f2f2;
	position: relative;
}
.vnt-field .f_img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.vnt-field .f_desc{
	width: 50%;
	margin-left: auto;
}
.vnt-field .f_desc .w_desc{
	max-width: 600px;
	padding: 30px;
}
.list_field{
	text-align: center;
}
.list_field .item{
	width: -webkit-calc(33.333333% - 6px);
	width: -moz-calc(33.333333% - 6px);
	width: calc(33.333333% - 6px);
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 25px;
	vertical-align: top;
}
.list_field .i-icon{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 102px;
	margin: 0 auto 10px;
	border: 1px solid #555555;
}
.list_field .item:hover .i-icon{
	border-color: #509308;
}
.list_field .i-icon a{
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.list_field .i-icon a img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list_field .item:hover .i-icon a img{
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
}
.list_field .i-title{
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.list_field .item:hover .i-title a{
	color: #509308;
}
/*==========================================================================*/
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3
	}
	30% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80.147,8,0.8), 0 0 0 10px rgba(80.147,8,0.1);
	}
	100% {
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80.147,8,0.8), 0 0 0 10px rgba(80.147,8,0.1);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3
	}
	30% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80,147,8,0.8), 0 0 0 10px rgba(80,147,8,0.1);
	}
	100% {
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80,147,8,0.8), 0 0 0 10px rgba(80,147,8,0.1);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-o-keyframes sonarEffect {
	0% {
		opacity: 0.3
	}
	30% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80,147,8,0.8), 0 0 0 10px rgba(80,147,8,0.1);
	}
	100% {
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80,147,8,0.8), 0 0 0 10px rgba(80,147,8,0.1);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3
	}
	30% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80,147,8,0.8), 0 0 0 10px rgba(80,147,8,0.1);
	}
	100% {
		box-shadow: 0 0 0 2px #ffffff, 0 0 10px 10px rgba(80,147,8,0.8), 0 0 0 10px rgba(80,147,8,0.1);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

.csspopup_deals .fancybox-skin{
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.csspopup_deals .fancybox-close{
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #333333;
}
.csspopup_deals .fancybox-close:hover{
    background: #027546;
    color: #ffffff;
}
.csspopup_deals .fancybox-close:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: 'X';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
#vnt-slide-home .slick-prev{
	left: 0;
}
#vnt-slide-home .slick-next{
	right:0;
}
#vnt-about .about:nth-child(2n+1) .caption,
#vnt-about .about:nth-child(2n) .caption{
	padding: 0;
}
#vnt-about .about:nth-child(2n+1) .img img,
#vnt-about .about:nth-child(2n) .img img{
	float: none;
}
.about{
	height: initial;
}
.about .wrapper{
	padding: 0;
}
.about .img{
	position: initial;
	width: 100%;
}
.about .img img{
	max-width: 100%;
	height:initial;
	width: 100%;
}
.about .caption{
	padding: 35px 20px !important;
	width: 100%;
	height:initial;
}
.about .t1{
	font-size: 24px;
	line-height: 32px;
}
.about .t2{
	font-size: 30px;
	line-height: 38px;
}
.about .ut{
	font-size: 14px;
	line-height: 22px;
}
.about .us{
	font-size: 30px;
	line-height: 38px;
}
#vnt-action .title h2,
#vnt-product .title h2,
#vnt-news .title h2,
#vnt-partner .title h2{
	font-size: 30px;
	line-height: 38px;
}
#vnt-action .title p,
#vnt-product .title .des{
	padding: 0;
	font-size: 18px;
	line-height: 26px;
}
.action .tend a{
	font-size: 18px;
	line-height: 26px;
}
#vnt-product .grid .col{
	width: 50%;
	margin-bottom: 30px;
	border-right: none;
}
#vnt-product {
    padding: 50px 0px 20px;
}
#vnt-product .grid .col:nth-child(2n+1){
	border-right: solid 1px #cecece;
}
.product .tend a{
	font-size: 14px;
	line-height: 22px;
}
.product .img{
	width: 130px;
	height: 130px;
}
#vnt-news .title{
	display: block;
	padding-bottom: 0;
	margin-bottom: 40px;
	border-bottom: none;
}
#vnt-news .title h2{
	text-align: center;
	margin-bottom: 30px;
}
#vnt-news .title .menuCat{
	position: relative;
}
#vnt-news .title .menuCat ul {
    display: none;
    border:solid 1px #cccccc;
    border-top: none;
    position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	background: #ffffff;
}
#vnt-news .title .menuCat.active ul{
	display: block;
}
#vnt-news .title .menuCat ul li a {
    display: block;
    font-weight: 600;
    padding: 9px 10px;
    border-bottom: dashed 1px rgba(0,0,0,0.15);
}
#vnt-news .title .menuCat ul li.current a, 
#vnt-news .title .menuCat ul li:hover a{
	background: #ffffff;
	color:#4b9600;
}
.div_de .grid .col1{
	width: 100%;
	border-right: none;
}
.div_de .t2{
	font-size: 24px;
	line-height: 34px;
}
#vnt-partner{
	padding: 40px 20px 50px;
}
	.vnt-field .f_img{
		position: relative;
		top: 0;
		left: 0;
		bottom: auto;
		width: 100%;
		padding-top: 50%;
	}
	.vnt-field .f_desc{
		width: 100%;
	}
	.vnt-field .f_desc .w_desc{
		max-width: none;
	}
}

@media all and (max-width: 600px){
	.action .tend_term{
		display: none;
	}
	.action:before{
		content: initial;
	}
	.action .caption{
		-webkit-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
		transform: initial;
		padding: 10px 50px;
	}
}
@media all and (max-width: 420px){
	.list_field .item {
		width: -webkit-calc(50% - 6px);
		width: -moz-calc(50% - 6px);
		width: calc(50% - 6px);
	}
}
@media all and (max-width: 350px){
	#vnt-product .grid .col{
		width: 100%;
		border-right: none !important;
	}
}