.productWrap{
	padding: 75px 0 100px;
	margin-bottom: 10px;
	background: #fbfbfb;
}
.product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.product .grid .col{
	width: 50%;
	padding: 0 15px;
}
.product .img {
	text-align: center;
}
.product .img img{
	mix-blend-mode: multiply;
}
.product .svn{
	margin-bottom: 20px;
}
.product .svn img {
    mix-blend-mode: multiply;
}
.product .tend{
	margin-bottom: 15px;
}
.product .tend a{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	max-height: 60px;
	overflow: hidden;
}
.product .des{
	color:#666666;
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 25px;
}
.product .link a {
    display: inline-block;
    font-weight: bold;
    color: #a60d12;
    border: solid 1px #a60d12;
    padding: 8px 27px;
    text-transform: uppercase;
}
.product .link a span{
	padding-right: 15px;
	position: relative;
}
.product .link a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .link a:hover{
	background: #a60d12;
	color:#ffffff;
}
/*=========================================================*/
.banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 2px;
	height: 590px;
}
.banner1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.banner1 .per{
	margin-bottom: 20px;
}
.banner1 .icon{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border:solid 3px #ffffff;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.banner1 .linkVideo{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.banner1 .icon svg{
	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%);
}
.banner1 .icon svg.playStroke{
	fill: none;
    stroke: #ed1c24;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    fill-rule: evenodd;
    stroke-dasharray: 80;
    -webkit-animation: playStrokeAnimation 10s linear infinite;
    animation: playStrokeAnimation 10s linear infinite;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.banner1 .icon svg.playOutline {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    fill-rule: evenodd;
}
.banner1 .t1{
	font-size: 60px;
	line-height: 70px;
	color:#ffffff;
	font-weight: bold;
}
.banner1 .t2{
	font-size: 40px;
	line-height: 50px;
	color:#ffffff;
	font-weight: 300;
}
.banner1 .t2 p{
	padding: 0;
}
@-webkit-keyframes playStrokeAnimation{
    from{
        stroke-dashoffset:500;
    }
    to{
        stroke-dashoffset:0;
    }
}
@keyframes playStrokeAnimation{
    from{
        stroke-dashoffset:500;
    }
    to{
        stroke-dashoffset:0;
    }
}
/*========================*/
#vnt-popup-video{
	width:100%;
	height:100vh;
	overflow: hidden;
	position: relative;
}
#vnt-popup-video .iframevideo{
	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%);
	width: 80%;
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
}
#vnt-popup-video .iframevideo iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.myDesignVideo .fancybox-close{
	width: 45px;
	height: 45px;
	background: #a60d12;
	color:#ffffff;
	font-size: 25px;
	line-height: 35px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.myDesignVideo .fancybox-close:before{
	content: "\f00d";
	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%);
}
/*========================*/
.banner2 .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.banner2 .caption{
	width: 50%;
}
.banner2 .gridC{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -10px;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.banner2 .gridC .col{
	width: 33.33333%;
	padding: 0 10px;
}
.banner2 .cir{
	width: 145px;
	height: 145px;
	background: #a60d12;
	border-radius: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.banner2 .cir .t1{
	font-size: 65px;
	line-height: 70px;
	color:#ffffff;
	font-weight: bold;
}
.banner2 .cir .t2{
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
}
.banner2 .infoCap{
	max-width: 375px;
	font-size: 24px;
	line-height: 34px;
	color:#ce8a14;
	font-weight: bold;
	margin-bottom: 16px;
}
.banner2 .desCap{
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
}
/*===========================*/
.banner3 .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.banner3 .caption{
	width:50%;
}
.banner3 .attrDes ul li{
	margin-bottom: 10px;
}
.banner3 .attrDes .at{
	width: 175px;
	color:#ce8a14;
	font-size: 13px;
	line-height: 21px;
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}
.banner3 .attrDes .at:after{
	content: ":";
	color:#ffffff;
	font-size: 16px;
	line-height: 24px;
	float: right;
}
.banner3 .attrDes .as{
	overflow: hidden;
	color:#ffffff;
	font-size: 16px;
	line-height: 24px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.banner{
	height:initial;
}
.banner1{
	height:265px;
}
.banner1 .t1{
	font-size: 32px;
	line-height: 40px;
}
.banner1 .t2{
	font-size: 20px;
	line-height: 30px;
}
.banner2,
.banner3{
	background: none !important;
}
.banner2 .wrapper,
.banner3 .wrapper{
	display: block;
}
.banner2 .caption,
.banner3 .caption{
	width: 100%;
	padding: 35px 0;
}
.banner2 .desCap{
	color:#333333;
}
.banner2 .gridC{
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.banner2 .infoCap{
	font-size: 20px;
	line-height: 30px;
}
.banner3 .attrDes .as{
	color:#333333;
}
.banner3 .attrDes .at:after{
	color:#333333;
}
}

@media all and (max-width: 768px){
.product .grid .col{
	width: 100%;
}
.product .tend a{
	font-size: 18px;
	line-height: 26px;
	max-height: 52px;
}
.banner2 .cir{
	width: 100px;
	height: 100px;
}
.banner2 .cir .t1{
	font-size: 35px;
	line-height: 45px;
}
.product .svn{
	text-align: center;
	margin-bottom: 10px;
}
}

@media all and (max-width: 460px){
.banner3 .attrDes .as{
	width: 100%;
	float: none;
}
.banner3 .attrDes .at:after{
	content: initial;
}
.banner3 .attrDes ul li{
	margin-bottom: 20px;
}
}

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

}