.bannerfixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 2;
}
.bannerfixed .wrapper{
	position: relative;
}
.bannerfixed .banner{
	position: absolute;
	top: 0;
}
.bannerfixed .banner img{
	width: 100px;
}
.bannerfixed .banner.left{
	left: 0;
	margin-left: -90px;
}
.bannerfixed .banner.right{
	right: 0;
	margin-right: -90px;
}
/*==========================================*/
.mainHome{
	position: relative;
	z-index: 2;
}
.mainHome .wrap{
	padding-left: 245px;
	margin-bottom: 30px;
}
.mainHome .wrap .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}
.mainHome .wrap .grid .col1{
	width: 58.918919%;
}
.mainHome .wrap .grid .col2{
	width: 41.081081%;
}
.mainHome .g{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.mainHome .g .c{
	width: 50%;
}
.mainHome .g .c img{
	width: 100%;
}
.mainHome .g .c a:hover img{
	opacity: 0.9;
}
.mainHome .banner a{
	display: block;
	margin-bottom: 15px;
}
.mainHome .banner a img{
	width: 100%;
}
/* begin boxLstProductItem */
.boxLstProduct{
	padding: 14px 0 10px 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.boxLstProductItem{
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
}
.boxLstProductItem .item{
	width: calc(100% / 10);
	padding: 0 5px;
	text-align: center;
	font-size: 15px;
}
.boxLstProductItem .item .icon{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	border-radius: 100%;
}
.boxLstProductItem .item .txt{
	height: 44px;
	overflow: hidden;
}
.boxLstProductItem .item .icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 60%;
}
/* end boxLstProductItem  */
/* begin listBannerMain */
.listBannerMain{
	padding-top: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.listBannerMain .bannerL{
	width: 790px;
	padding-right: 10px;
}
.listBannerMain .bannerL a{
	padding-top: 500px;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
}
.listBannerMain .bannerL a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.listBannerMain .bannerR{
	width: calc(100% - 790px);
}
.listBannerMain .bannerR a{
	padding-top: 245px;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
}
.listBannerMain .bannerR a img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.listBannerMain .bannerR .bannerRT{
	margin-bottom: 10px;
}
/* end listBannerMain */
/* begin boxinfoMain */
.boxinfoMain{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin: 0 -10px;
}
.boxinfoMain .item{
	margin-bottom: 30px;
	width: calc(100% / 4);
	display: flex;
	align-items: center;
	align-content: center;
	padding: 0 10px;	
}
.boxinfoMain .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	position: relative;
	background-color: #f85e3c;
	text-align: center;
	margin-right: 10px;
}
.boxinfoMain .item .icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 60%;
	max-height: 60%;
	transform: translate(-50%, -50%);
}
.boxinfoMain .item .icon::before{
	content: '';
	border-radius: 100%;
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border: 1px solid #f85e3c;
}
.boxinfoMain .item .txt{
	width: calc(100% - 70px);
}
.boxinfoMain .item .txt .txt1{
	font-weight: bold;
}
.boxinfoMain .item .txt .txt2{
	font-size: 13px;
	color: #666666;
}
/* end boxinfoMain */
#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .captionWrap{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	pointer-events: none;
}
#vnt-slide-home .caption{
	background: rgba(255,255,255,0.8);
	padding: 20px 25px;
	max-width: 400px;
	-webkit-transition: all 0.5s linear 0.5s;
	-o-transition: all 0.5s linear 0.5s;
	transition: all 0.5s linear 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
}
#vnt-slide-home .caption .t1{
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color:#2655ad;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t2{
	color:#555555;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width: 40px;
	height:40px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 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;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#vnt-slide-home .slick-prev{
	left: 60px;
	background-image: url(../images/i-prev.png);
}
#vnt-slide-home .slick-next{
	right: 60px;
	background-image: url(../images/i-next.png);
}
#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:10px;
	height:10px;
	background: #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #1475bc;
}
#vnt-slide-home-nav .item {
    padding: 9px 34px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #ebebeb;
    border-right: solid 1px rgba(0,0,0,0.1);
}
#vnt-slide-home-nav .item span{
	height: 40px;
	overflow: hidden;
	display: block;
}
#vnt-slide-home-nav .slick-slide.slick-current .item{
	color: #1475bc;
	background: #2d87ff;
}
/*============================================================*/
.featureHome{
	margin-bottom: 50px;
	border: 1px solid rgba(0,0,0,0.1);
}
.featureHome .title{
	text-align: center;
	position: relative;
	padding: 15px;
	color: #f63c01;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.featureHome .vnt-product .grid .col{
	width: calc(100% / 6);
	padding: 0 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.featureHome .vnt-product .grid .col:hover{
	transform: translateY(-5px);
    box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.featureHome .title h2{
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	background: #ffffff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.featureHome .content{
	padding: 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.slideFeature .slick-list{
	margin-right: 1px;
}
.slideFeature .slick-slide{
	border-right: solid 1px rgba(0,0,0,0.1);
}
.slideFeature .slick-arrow{
	width:35px;
	height:35px;
	background: #eeeeee;
	border-radius: 100%;
	border:none;
	position: absolute;
	top: 36%;
	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.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#333333;
}
.vnt-product{
	margin-bottom: 0!important;
}
.slideFeature .slick-prev{
	left:0px;
}
.slideFeature .slick-next{
	right:0px;
}
.slideFeature .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: 20px;
	line-height: 28px;
}
.slideFeature .slick-prev:before{
	content: "\f104";
}
.slideFeature .slick-next:before{
	content: "\f105";
}
.slideFeature .slick-arrow:hover{
	background: #2d87ff;
	color:#ffffff;
}
/*=======================================================*/
.linkAll{
	text-align: right;
	padding: 15px;
}
.linkAll a{
	display: inline-block;
	text-transform: capitalize;
	color: #666666;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}
.linkAll a:hover{
	color: #e12f00;
}
.linkAll a span{
	padding-right: 15px;
	position: relative;
}
.linkAll a span:before{
	font-style: normal;
	content: "\f0da";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e12f00;
}
/*=======================================================*/
.boxHomeMain{

}
.boxHomeMain .tileMainHome{
	padding: 45px 0 90px ;
	background-image: url('../images/bgtitle.png');
	background-size: cover;

	color: #fff;
	position: relative;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 1;
}

.boxHomeMain .contentMainHome{
	position: relative;
	margin-top: -70px;
	margin-bottom: 30px;
	z-index: 2;
}
.boxHome{
	border: solid 1px #e0e0e0;
	margin-bottom: 20px;
	background-color: #fff;
}
.boxHome .head{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.boxHome .head .title{
	width: 235px;
	color:#ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	height: 60px;
	padding-left: 20px;
	position: relative;
	flex-shrink: 0;
}
.boxHome .head .titl1{
	background: #62b20a;
}
.boxHome .head .titl1::before{
	border-left: solid 30px #62b20a;
}
.boxHome .head .titl2{
	background: #be363c;
}
.boxHome .head .titl2::before{
	border-left: solid 30px #be363c;
}
.boxHome .head .titl3{
	background: #daa900;
}
.boxHome .head .titl3::before{
	border-left: solid 30px #daa900;
}
.boxHome .head .title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: solid 30px transparent;

	border-bottom: solid 30px transparent;
}
.boxHome .head .title .img{
	max-width: 25px;
	margin-right: 10px;
}
.boxHome .head .menu{
	padding-right: 25px;
	width: calc(100% - 300px);
}
.boxHome .head .menu ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom:3px
}
.boxHome .head .menu ul::-webkit-scrollbar {
    height: 3px;
    width:4px;
    background: #cccccc;
    padding:3px;
}
.boxHome .head .menu ul::-webkit-scrollbar-thumb {
  background-color: #2d87ff;
  outline: 1px solid black;
}
.boxHome .head .menu ul li{

	flex-shrink: 0;
}
.boxHome .head .menu ul li a{
	display:block;
	white-space: nowrap;
	padding: 0 10px;
	position: relative;
	color: #666666;
}
.boxHome .head .menu ul li.active a, .boxHome .head .menu ul li:hover a{
	color: #f85e3c;
}
.boxHome .head .menu ul li a::before{
	content: '|';
	position: absolute;
	right: 0;
}
.boxHome .head .menu ul li:last-child{
	margin-right: 0;
}
.boxHome .head .menu ul li:last-child a::before{
	display: none;
}
.boxHome .head .menu ul li.all a{
	color:#2d87ff;
}
.boxHome .head .menu ul li.all a span{
	padding-right: 15px;
	position: relative;
}
.boxHome .head .menu ul li.all 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%);
}
.boxHome .content .grid{

}
.boxHome .content .grid .col1{

}
.boxHome .content .grid .col2{

}
.boxHome .banner a{
	display: block;
	position: relative;
}
.boxHome .banner a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 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.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.boxHome .banner a:hover:before{
    right:5px;
    left:5px;
}
.boxHome .banner a:after{
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.5);
    border-left: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.boxHome .banner a:hover:after{
    top:5px;
    bottom:5px;
}
.slideProduct{
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding: 10px 20px;
	padding-bottom: 25px;
}
.slideProduct .slick-list{
	margin: 0 -10px;
}
.slideProduct .slick-slide{
	padding: 0 10px;
}
.slideProduct .slick-arrow{
	width:35px;
	height:35px;
	background: #ff8058;
	color: #fff;
	border-radius: 100%;
	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.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.slideProduct .slick-prev{
	left: -60px;
}
.slideProduct .slick-next{
	right: -60px;
}
.slideProduct .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: 20px;
	line-height: 28px;
}
.slideProduct .slick-prev:before{
	content: "\f104";
}
.slideProduct .slick-next:before{
	content: "\f105";
}
.slideProduct .slick-arrow:hover{
	background: #2d87ff;
	color:#ffffff;
}
.slideProduct .item{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 10px 0 10px;
}
.slideProduct .item:hover{
	transform: translateY(-5px);
    box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slideBrand{
	padding: 9px 30px;
}
.slideBrand .item a{
	padding-top: 55.666666%;
	position: relative;
	overflow: hidden;
	display: block;
}
.slideBrand .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-width: 80%;
	max-height: 90%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slideBrand .item a: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);
}
.slideBrand .slick-arrow{
	width:25px;
	height:30px;
	background: transparent;
	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.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#666666;
}
.slideBrand .slick-prev{
	left:10px;
}
.slideBrand .slick-next{
	right:10px;
}
.slideBrand .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;
}
.slideBrand .slick-prev:before{
	content: "\f104";
}
.slideBrand .slick-next:before{
	content: "\f105";
}
.slideBrand .slick-arrow:hover{
	color:#2d87ff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
	.mainHome .wrap{
		padding-left: 0;
	}
	.boxHome .head .menu ul li{
		margin-right: 15px;
	}
	.boxHome .head .menu ul li a{
		font-size: 12px;
	}
	.bannerfixed{
		display: none;
	}
	.listBannerMain .bannerL{
		width: 700px;
	}
	.listBannerMain .bannerR{
		width: calc(100% - 700px);
	}
	.listBannerMain .bannerL a{
		padding-top: 400px;
	}
	.listBannerMain .bannerR a{
		padding-top: 195px;
	}
	.slideProduct .slick-prev{
		left: -10px;
	}
	.slideProduct .slick-next{
		right: -10px;
	}
	.featureHome .vnt-product .grid .col{
		width: calc(100% / 5);
	}
	.featureHome .vnt-product .grid .col:nth-child(12), .featureHome .vnt-product .grid .col:nth-child(11){
		display: none!important;
	}
}

@media all and (max-width: 991px){
	.boxLstProductItem .item .icon{
		width: 45px;
		height: 45px;
	}
	.boxLstProductItem .item .txt{
		font-size: 12px;
		line-height: 20px;
	}

	.mainHome .wrap .grid{
		display: block;
	}
	.mainHome .wrap .grid .col1{
		width: 100%;
	}
	.mainHome .wrap .grid .col2,
	.mainHome .g{
		display: none;
	}
	.featureHome .vnt-product .grid .col:nth-last-child(3) ~ .col{
		display: none;
	}
	.boxHome .content .grid .col1{
		display: none;
	}
	.boxHome .content .grid .col2{
		width: 100%;
	}
	.boxHome .head .menu{
		padding-right: 15px;
	}
	.boxHome .head .menu ul li{
		display: none;
	}
	.boxHome .head .menu ul li.all{
		display: block;
	}
	.boxHome .head .title{
		width: 200px;
	}
	#vnt-slide-home .item .img{
		position: relative;
		padding-top: 40%;
		height: 0;
		overflow: hidden;
	}
	#vnt-slide-home .item .img img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#vnt-slide-home .slick-arrow{
		width: 30px;
		height: 30px;
	}
	#vnt-slide-home .slick-prev{
		left: 10px;
	}
	#vnt-slide-home .slick-next{
		right: 10px;
	}
	.listBannerMain{
		display: block;
		margin-bottom: 20px;
	}
	.listBannerMain .bannerL, .listBannerMain .bannerR{
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.listBannerMain .bannerR{
		display: flex;
	}
	.listBannerMain .bannerR > div{
		width: 50%;
		margin-right: 10px;
	}
	.listBannerMain .bannerR > div:last-child{
		margin-right: 0;
	}
	.listBannerMain .bannerL a{
		padding-top: 65.56%;
		border-radius: 5px;
	}
	.listBannerMain .bannerR a{
		padding-top: 65.56%;
		border-radius: 5px;
	}
	.boxinfoMain .item{
		width: calc(100% / 2);
	}
	.boxHomeMain .tileMainHome{
		font-size: 24px;
		line-height: 36px;
	}
	.slideProduct{
		padding: 10px 10px;
	}
}

@media all and (max-width: 768px){
	.featureHome .title h2{
		font-size: 22px;
		line-height: 30px;
	}
	.featureHome .vnt-product .grid .col{
		width: 33.333333%;
	}
	.featureHome .vnt-product .grid .col:nth-last-child(3) ~ .col{
		display: block;
	}
	.featureHome .vnt-product .grid .col:nth-last-child(2) ~ .col{
		display: none;
	}
	.featureHome .vnt-product .grid .col:nth-child(10), .featureHome .vnt-product .grid .col:nth-child(11){
		display: none!important;
	}
}

@media all and (max-width: 767px){
	.boxLstProductItem .item{
		width: calc(100% / 5);
		margin-bottom: 10px;
		padding: 0;
	}
	.featureHome .vnt-product .grid .col{
		width: 50%;
	}
	.featureHome .vnt-product .grid .col:nth-last-child(2) ~ .col{
		display: block;
	}
	.boxinfoMain .item{
		display: block;
		text-align: center;
	}
	.boxinfoMain .item .icon{
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.boxinfoMain .item .txt{
		width: 100%;
	}
	.featureHome .content{
		padding:20px 5px;
	}

	.featureHome .vnt-product .grid .col:nth-child(7), .featureHome .vnt-product .grid .col:nth-child(8), .featureHome .vnt-product .grid .col:nth-child(9), .featureHome .vnt-product .grid .col:nth-child(10), .featureHome .vnt-product .grid .col:nth-child(11), .featureHome .vnt-product .grid .col:nth-child(12){
		display: none!important;
	}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
	.boxHome .head .title{
		font-size: 18px;
		width: 250px;
	}
}

@media all and (max-width: 360px){
	.featureHome .vnt-product .grid .col{
		width: 50%;
	}
	.boxHome .head .title:before{
	
	}
}