#vnt-slide-home .item{
	position: relative;
	display: block;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .caption{
	max-width: 360px;
	pointer-events: auto;
}
#vnt-slide-home .caption .content{
	background: rgba(255,255,255,0.85);
	padding: 20px 25px;
}
#vnt-slide-home .caption .t1{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t1 span{
	color:#ed1c24;
}
#vnt-slide-home .caption .t2{
	color:#777777;
}
#vnt-slide-home .caption .link a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 40px;
}
#vnt-slide-home .caption .link a span{
	padding-right: 25px;
	position: relative;
}
#vnt-slide-home .caption .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%);
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#vnt-slide-home .caption .link a:hover span:before{
	right:-5px;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .item .i-video{
	padding-top: 27.558066%;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
#vnt-slide-home .item .i-video .video{
	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-height: 100%;
	max-width: 100%;
}
#vnt-slide-home .slick-arrow{
	width:25px;
	height:45px;
	background: none;
	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;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#vnt-slide-home .slick-prev{
	left:30px;
}
#vnt-slide-home .slick-next{
	right:30px;
}
#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: 75px;
	line-height: 85px;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	color:#ed1c24;
}
#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:12px;
	height:12px;
	background: #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #ed1c24;
}
/*=======================================================*/
.adsHome{
	padding: 25px 0 45px;
}
.ads{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.ads .img{
	width: 50px;
	height: 50px;
	border:solid 1px #333333;
	border-radius: 100%;
	position: relative;
	font-size: 20px;
	line-height: 30px;
}
.ads .img i{
	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%);
}
.ads .caption{
	width:-webkit-calc(100% - 50px);
	width:-moz-calc(100% - 50px);
	width:-o-calc(100% - 50px);
	width:calc(100% - 50px);
	padding-left: 20px;
	font-size: 13px;
	line-height: 21px;
}
.ads .t1{
	font-weight: 300;
	text-transform: uppercase;
}
.ads .t2{
	font-weight: bold;
	text-transform: uppercase;
}
/*============================================================*/
.trademarkHome{
	padding: 40px 0 25px;
	background: #f6f6f6;
}
.trademarkHome .title{
	text-align: center;
	margin-bottom: 30px;
}
.trademarkHome .title h2{
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color:#666666;
	text-transform: uppercase;
	padding: 0 140px;
	position: relative;
	display: inline-block;
}
.trademarkHome .title h2:before{
	content: "";
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.trademarkHome .title h2:after{
	content: "";
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
#slideTrademark .slick-list{
	margin: 0 -15px;
}
#slideTrademark .item{
	padding: 0 15px;
}
#slideTrademark .item a{
	display: block;
	padding-top: 52.592592%;
	position: relative;
	background: #ffffff;
}
#slideTrademark .item 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-height: 75%;
	max-width: 75%;
}
#slideTrademark .slick-arrow{
	width:45px;
	height:90px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	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;
}
#slideTrademark .slick-prev{
	background-image: url(../images/i-prev.png);
	left:-90px;
}
#slideTrademark .slick-next{
	background-image: url(../images/i-next.png);
	right:-90px;
}
#slideTrademark{
	padding-bottom: 40px;
}
#slideTrademark .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
#slideTrademark .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideTrademark .slick-dots li button{
	width:12px;
	height:12px;
	background: #c0c0c0;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#slideTrademark .slick-dots li.slick-active button{
	background: #ed1c24;
}
/*===========================================================*/
.bannerHome{
	padding: 60px 0 65px;
}
.bannerHome .row:nth-child(odd) .banner{
	padding-right: 120px;
}
.bannerHome .row:nth-child(odd) .banner .slideBanner:before{
	left: -10px;
}
.bannerHome .row:nth-child(odd) .banner .caption{
	right: 0;
}
.bannerHome .row:nth-child(odd) .col-lg-6:nth-child(1) .banner .caption{
	bottom: 100px;
}
.bannerHome .row:nth-child(odd) .col-lg-6:nth-child(2) .banner .caption{
	top: 100px;
}
.bannerHome .row:nth-child(even) .banner{
	padding-left: 120px;
}
.bannerHome .row:nth-child(even) .banner .slideBanner:before{
	right: -10px;
}
.bannerHome .row:nth-child(even) .banner .caption{
	left: 0;
}
.bannerHome .row:nth-child(even) .col-lg-6:nth-child(1) .banner .caption{
	top: 100px;
}
.bannerHome .row:nth-child(even) .col-lg-6:nth-child(2) .banner .caption{
	bottom: 100px;
}
.banner{
	margin-bottom: 60px;
	position: relative;
}
.banner .slideBanner{
	position: relative;
}
.banner .slideBanner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border:solid 2px #dedede;
	z-index: 1;
	pointer-events: none;
	top: -10px;
}
.banner .slideBanner img{
	width: 100%;
}
.banner .slideBanner .slick-dots{
	position: absolute;
	right: 30px;
	bottom: 20px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.banner .slideBanner .slick-dots li{
	margin: 0 5px;
}
.banner .slideBanner .slick-dots li:last-child{
	margin-right: 0;
}
.banner .slideBanner .slick-dots li button{
	width:12px;
	height:12px;
	background: #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
.banner .slideBanner .slick-dots li.slick-active button{
	background: #ed1c24;
}
.banner .caption{
	position: absolute;
	background: #ffffff;
	padding: 25px;
	width:230px;
	z-index: 2;
}
.banner .caption:before{
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: 1;
	border:solid 10px rgba(0,0,0,0.05);
	pointer-events: none;
}
.banner .caption .t1{
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner .caption .t2{
	font-size: 55px;
	line-height: 65px;
	color:#ed1c24;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner .caption .t3{
	font-size: 26px;
	line-height: 34px;
	color:#ed1c24;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner .caption .des{
	color:#666666;
	margin-bottom: 20px;
}
.banner .caption .link a{
	text-transform: uppercase;
	color:#ed1c24;
	text-decoration: underline;
}
/*==========================================================*/
.titleHome{
	text-align: center;
	margin-bottom: 30px;
}
.titleHome h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.linkAll a {
	display: inline-block;
	text-transform: uppercase;
	border: solid 1px #333333;
	padding: 13px 34px;
}
.linkAll a:hover{
	background:#333333;
	color:#ffffff;
}
/*==========================================================*/
.productHome{
	padding: 30px 0 45px;
	background: #f6f6f6;
}
.product .caption{
	background: #f6f6f6;
	border-bottom: none;
}
/*============================================================*/
.newsHome{
	padding: 45px 0 30px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.news{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 30px;
	min-height: 220px;
}
.news:before{
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	border-bottom: solid 2px #333333;
	z-index: 1;
}
.news .img{
	width: 50%;
}
.news.v2 .img{
	order:2;
}
.news .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.news .img a 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;
}
.news .img:hover a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	width: 50%;
	padding: 20px;
}
.news.v2 .caption{
	order:1;
}
.news .date{
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	margin-bottom: 5px;
}
.news .tend{
	margin-bottom: 5px;
}
.news .tend a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	max-height: 78px;
	overflow: hidden;
}
.news .des{
	font-size: 14px;
	line-height: 22px;
	color:#777777;
	max-height: 66px;
	overflow: hidden;
}
/*===========================================================*/
.aboutHome{
	padding: 55px 0;
}
.aboutHome .grid:after{
	content: "";
	display: block;
	clear: both;
}
.aboutHome .grid .col{
	width: 50%;
}
.aboutHome .grid .col:first-child{
	float: right;
}
.aboutHome .grid .col:last-child{
	float: left;
}
.aboutHome .caption{
	padding: 40px 45px;
	padding-bottom: 65px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	margin-top: 60px;
	margin-right: -175px;
	padding-right: 220px;
}
.aboutHome .t1{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color:#ed1c24;
	margin-bottom: 20px;
}
.aboutHome .des{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color:#666666;
	margin-bottom: 30px;
}
.aboutHome .img img{
	width: 100%;
}
/*============================================================*/
.knowHome{
	padding: 35px 0 45px;
	background: #f6f6f6;
}
#slideKnow .slick-list{
	margin:0 -15px;
}
#slideKnow .item{
	padding: 0 15px;
}
#slideKnow .slick-arrow{
	width:35px;
	height:35px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 40%;
	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:#999999;
}
#slideKnow .slick-prev{
	left:-10px;
}
#slideKnow .slick-next{
	right:-10px;
}
#slideKnow .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: 19px;
	line-height: 27px;
}
#slideKnow .slick-prev:before{
	content: "\f104";
}
#slideKnow .slick-next:before{
	content: "\f105";
}
#slideKnow .slick-arrow:hover{
	background: #ed1c24;
	color:#ffffff;
}
#slideKnow{
	margin-bottom: 30px;
}
.know .img{
	padding-top: 72.647058%;
	position: relative;
	overflow: hidden;
}
.know .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;
}
.know .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.know .caption{
	max-width: 90%;
	margin: 0 auto;
	margin-top: -65px;
	padding: 20px 15px;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}
.know .tend{
	margin-bottom: 5px;
}
.know .tend a{
	display: block;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	height:42px;
	overflow: hidden;
}
.know .date{
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color:#666666;
}
/*=============================================================*/
.opinionHome{
	padding: 35px 0 40px;
}
#slideTestimontialNav{
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 25px;
}
#slideTestimontialNav .slick-list{
	padding:30px 0px !important;
}
#slideTestimontialNav .img{
	max-width: 90px;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
#slideTestimontialNav .img:before{
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border:solid 1px rgba(255,255,255,0.45);
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
#slideTestimontialNav .img .wrap{
	padding-top: 100%;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
#slideTestimontialNav .img img{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
}
#slideTestimontialNav .item.slick-current .img:before{
	opacity: 1;
	visibility: initial;
}
#slideTestimontialNav .item.slick-current .img{
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}
#slideTestimontialNav .slick-arrow{
	width:45px;
	height:90px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	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;
}
#slideTestimontialNav .slick-prev{
	background-image: url(../images/i-prev.png);
	left:-90px;
}
#slideTestimontialNav .slick-next{
	background-image: url(../images/i-next.png);
	right:-90px;
}
#slideTestimontialFor{
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#slideTestimontialFor .item{
	text-align: center;
}
#slideTestimontialFor .name{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#slideTestimontialFor .des{
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}
#slideTestimontialFor .opin{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	padding-bottom:  30px;
	margin-bottom: 20px;
	position: relative;
}
#slideTestimontialFor .opin:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	border-bottom: solid 1px #333333;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	div#vnt-slide-home .img,
	#vnt-slide-home .item .i-video{
		padding-top: 0;
		/* height: 265px; */
		position: relative;
		overflow: hidden;
	}
	#vnt-slide-home .slick-dots{
		bottom: 10px;
	}
	div#vnt-slide-home .img img{
		/* position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: initial;
    width:initial; */
	}
	#vnt-slide-home .caption{
		max-width: 220px; 
	}
	#vnt-slide-home .caption .content{
		padding: 10px 20px;
	}
	#vnt-slide-home .caption .t1{
		font-size: 20px;
		line-height: 30px;
	}
	#vnt-slide-home .caption .t2{
		display: none;
	}
	#vnt-slide-home .caption .link a {
		font-size: 10px;
		line-height: 20px;
		padding: 8px 19px;
	}
	#vnt-slide-home .slick-arrow{
		display: none;
	}
	.adsHome{
		padding: 15px 0 10px;
	}
	.ads{
		padding: 10px;
	}
	.trademarkHome .title h2{
		padding: 0 50px;
	}
	.trademarkHome .title h2:before,
	.trademarkHome .title h2:after{
		width: 45px;
	}
	#slideTrademark .slick-list{
		margin: 0 -10px;
	}
	#slideTrademark .item{
		padding: 0 10px;
	}
	.productHome .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.productHome .row *[class^="col-"]{
		padding-left: 10px;
		padding-right: 10px;
	}
	.aboutHome .grid .col{
		width: 100%;
	}
	.aboutHome .grid .col:first-child{
		float: none;
	}
	.aboutHome .grid .col:last-child{
		float: none;
	}
	.aboutHome .img{
		margin-bottom: 20px;
	}
	.aboutHome .caption{
		margin-top: 0;
		margin-right: 0;
		padding: 35px 20px;
	}
	.aboutHome .t1{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.aboutHome .des{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	#slideKnow .slick-list{
		margin:0 -10px;
	}
	#slideKnow .item{
		padding: 0 10px;
	}
	.news{
		display: block;
	}
	.news .img{
		margin-bottom: 10px;
	}
	.news .img,
	.news .caption{
		width: 100%;
		padding: 0;
	}
	.news:before{
		display: none;
	}
}

@media all and (max-width: 768px){

}

@media all and (max-width: 500px){
	.banner{
		padding:0 !important;
	}
	.banner .caption{
		position: initial;
		width:85%;
		margin: 0 auto;
		margin-top: -140px;
		position: relative;
		z-index: 1;
		top:initial !important;
		left:initial !important;
		right:initial !important;
		bottom:initial !important;
	}
	.banner .caption .t2{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 5px;
	}
	.banner .caption .t1{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.banner .caption .des{
		margin-bottom: 5px;
	}
	.productHome .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.productHome .row *[class^="col-"]{
		padding-left: 5px;
		padding-right: 5px;
	}
	#slideTestimontialNav .slick-prev{
		left:0px;
	}
	#slideTestimontialNav .slick-next{
		right:0px;
	}
	.titleHome h2{
		font-size: 24px;
		line-height: 32px;
	}
	#slideTestimontialFor .opin{
		font-size: 14px;
		line-height: 22px;
	}
}

@media all and (max-width: 370px){
	.productHome .row .col-xs-6{
		width: 100%;
	}
}