.formStore{
	margin-bottom: 30px;
}
.formStore .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -5px;
}
.formStore .grid .col{
	padding: 0 5px;
}
.formStore .txt{
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color:#666666;
	white-space: nowrap;
}
.formStore select{
	width: 250px;
	height: 40px;
	border:solid 1px #cdcdcd;
	padding-left: 10px;
}
.formStore button{
	width: 100px;
	height: 40px;
	background: #ed1c24;
	border:none;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.formStore button span{
	padding-left: 20px;
	position: relative;
}
.formStore button span:before{
	content: "\f002";
	font-family: fontAwesome;
	font-weight: normal;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.formStore button:hover{
	background: #333333;
}
/*=============================================================*/
.store{
	margin-bottom: 30px;
}
.store .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.store .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;
}
.store .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.store .tend{
	margin-bottom: 10px;
}
.store .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
}
.store .des{
	color:#898989;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
}
/*=============================================================*/
.storeWrap{
	margin-bottom: 55px;
}
.storeWrap .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.storeWrap .grid .col1{
	width:-webkit-calc(100% - 400px);
	width:-moz-calc(100% - 400px);
	width:-o-calc(100% - 400px);
	width:calc(100% - 400px);
}
.storeWrap .grid .col2{
	width: 400px;
}
/*==================================*/
#vnt-thumbnail-for{
	margin-bottom: 15px;
}
#vnt-thumbnail-for .item .img{
	height: 510px;
	position: relative;
}
#vnt-thumbnail-for .item .img img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	max-width: initial;
	width:initial;
}
#vnt-thumbnail-for .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-thumbnail-for .slick-prev{
	left:30px;
}
#vnt-thumbnail-for .slick-next{
	right:30px;
}
#vnt-thumbnail-for .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-thumbnail-for .slick-prev:before{
	content: "\f104";
}
#vnt-thumbnail-for .slick-next:before{
	content: "\f105";
}
#vnt-thumbnail-for .slick-arrow:hover{
	color:#ed1c24;
}
#vnt-thumbnail-nav .slick-list{
	margin: 0 -8px;
}
#vnt-thumbnail-nav .item{
	padding: 0 8px;
}
#vnt-thumbnail-nav .item .img{
	padding-top: 66%;
	overflow: hidden;
	position: relative;
}
#vnt-thumbnail-nav .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*===========================================================*/
.storeInfo{
	height: 510px;
	background: #f6f6f6;
	padding: 30px;
}
.storeInfo .title{
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}
.storeInfo .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	border-bottom: solid 1px #333333;
}
.storeInfo .title h1{
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	max-height: 68px;
	overflow: hidden;
}
.storeInfo .attr{
	margin-bottom: 15px;
}
.storeInfo .attr ul li{
	margin-bottom: 5px;
}
.storeInfo .attr ul li:last-child{
	margin-bottom: 0;
}
.storeInfo .attr .at{
	width: 85px;
	float: left;
	margin-right: 15px;
}
.storeInfo .attr .at:before{
	content: ":";
	float: right;
}
.storeInfo .attr .as{
	overflow: hidden;
}
.storeInfo .hotline {
	font-size: 26px;
	line-height: 34px;
	background: #ffffff;
	border: solid 1px #333333;
	text-align: center;
	padding: 11px 10px;
	margin-bottom: 25px;
}
.storeInfo .hotline span{
	padding-left: 30px;
	position: relative;
}
.storeInfo .hotline span:before{
	content: "\f095";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.storeInfo .share {
	margin-bottom: 25px;
}
.storeInfo .share ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.storeInfo .share ul li{
	margin-bottom: 5px;
}
.storeInfo .link a {
	display: block;
	color: #ffffff;
	background: #333333;
	padding: 9px 18px;
}
.storeInfo .link a span{
	padding-left: 20px;
	position: relative;
}
.storeInfo .link a span:before{
	content: "\f041";
	font-family: fontawesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.storeInfo .link a:hover{
	background: #ed1c24;
}
.boxStore{
	padding: 35px 0 75px;
}
.boxStore.bg{
	background: #f2f2f2;
}
.boxStore .title{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.boxStore .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65px;
	border-bottom: solid 2px #333333;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.storeWrap .grid .col1,
	.storeWrap .grid .col2{
		width: 100%;
	}
	#vnt-thumbnail-for .item .img{
		height:initial;
	}
	#vnt-thumbnail-for .item .img img{
		position: initial;
		width: 100%;
		-webkit-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
		transform: initial;
	}
	#vnt-thumbnail-nav{
		margin-bottom: 15px;
	}
	.storeInfo{
		padding: 15px;
		height:initial;
	}
	.storeWrap{
		margin-bottom: 25px;
	}
}


@media all and (max-width: 767px){

	.formStore .grid {
		display: block;
	}
	.formStore .grid .col {
		width: 100%;
		margin-bottom: 10px;
	}
	.formStore select ,
	.formStore  button{
		width: 100%;
	}
}
