.titleProduct{
	padding-left: 25px;
	border-left: solid 4px #0a89cc;
	margin-bottom: 20px;
	text-align: left;
}
.titleProduct .t1 h2, .titleProduct .t1 h1{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.titleProduct .t2{
	font-size: 25px;
	line-height: 33px;
	font-weight: 300;
	color:#666666;
	text-transform: uppercase;
}
.titleProduct.vm .t1 h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.titleProduct.vm .t2{
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color:#666666;
	text-transform: uppercase;
}
.desProduct{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 40px;
}
/*=======================================================*/
#slideProductCat .slick-list{
	margin: 0 -15px;
	padding-top: 35px;
}
#slideProductCat .slick-slide{
	padding: 0 15px;
}
#slideProductCat .slick-arrow{
	width:20px;
	height:60px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border:none;
	position: absolute;
	top: 65%;
	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;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}
#slideProductCat .slick-prev{
	left: -50px;
	background-image: url(../images/main/i-prev.png);
}
#slideProductCat .slick-next{
	right: -50px;
	background-image: url(../images/main/i-next.png);
}
#slideProductCat .slick-arrow:hover{
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
.catItem{
	background: url(../images/main/bg1.jpg);
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	text-transform: capitalize;
	padding: 20px;
	padding-top: 25px;
	padding-bottom: 15px;
	position: relative;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.catItem:hover{
	opacity: 1;
}
.catItem .t1{
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catItem .t2{
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catItem .icon{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #ffffff;
	border:solid 1px #0a89cc;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -35px;
    right: 20px;
}
.catItem .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*=======================================================*/
.menuProduct{
	margin-bottom: 40px;
}
.menuProduct .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #555555;
    padding: 10px 10px;
    text-transform: uppercase;
}
.menuProduct .title span{
	padding-left: 25px;
	position: relative;
}
.menuProduct .title span:before{
	content: "\f0ca";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.menuProduct ul{
	border:solid 1px rgba(0,0,0,0.15);
}
.menuProduct ul li{
	border-bottom: solid 1px rgba(0,0,0,0.15);
	position: relative;
}
.menuProduct ul li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 9px 15px;
    color:#333333;
    font-weight: bold;
}
.menuProduct ul li.active>a,
.menuProduct ul li:hover>a{
	background: #0a89cc;
	color: #ffffff;
}
.menuProduct ul li .sub {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
}
.menuProduct ul li:hover .sub,
.menuProduct ul li.active .sub{
	color:#ffffff
}
.menuProduct ul li .sub:before{
	content: "\f107";
	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%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuProduct ul li.active .sub:before{
	content: "\f106";
}
.menuProduct ul ul {
    background: #f5f5f5;
    border: none;
    display: none;
}
.menuProduct ul ul li{
	border-bottom: none;
	border-top:solid 1px rgba(0,0,0,0.15);
}
.menuProduct ul ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    padding: 9px 25px;
    font-weight: normal;
}
/*=======================================================*/
.menuProduct2{
	margin-bottom: 40px;
}
.menuProduct2 .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #555555;
    padding: 10px 10px;
    text-transform: uppercase;
}
.menuProduct2 .title span{
	padding-left: 25px;
	position: relative;
}
.menuProduct2 .title span:before{
	content: "\f0ca";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.menuProduct2.active .title:before{
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#sidebar{
	margin-bottom: 40px;
}

#sidebar ul{
	border:solid 1px rgba(0,0,0,0.15);
}
#sidebar ul li{
	border-bottom: solid 1px rgba(0,0,0,0.15);
	position: relative;
}
#sidebar ul li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    padding: 9px 15px;
    color:#333333;
    font-weight: bold;
}
#sidebar ul li.active>a,
#sidebar ul li:hover>a{
	background: #0a89cc;
	color: #ffffff;
}

/*=======================================================*/
.product{
	padding: 10px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.product .img{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.product .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;
}
.product .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.product .caption{
	padding: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	text-align: center;
}
.product .code{
	color:#ff0000;
}
.product .tend a{
	font-size: 18px;
	line-height: 26px;
	color:#0a89cc;
	display: block;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
}
.product .tend a:hover{
	color:#000000;
}
.product .wrap{
	padding: 10px;
}
.product .des{
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	color:#666666;
	text-align: center;
	height: 69px;
	overflow: hidden;
}
.product .des *{
	font-size: 15px !important;
	line-height: 23px !important;
	font-weight: 300 !important;
	color:#666666 !important;
	padding: 0 !important;
}
/*===============================================================*/
.productWrap{
	margin-bottom: 40px;
}
.productThumnail {
    margin-bottom: 20px;
    border: solid 1px #dddddd;
}
div#vnt-thumbnail-nav {
    padding: 15px 55px;
    background: #f2f2f2;
}
div#vnt-thumbnail-nav .slick-list{
    margin: 0 -10px;
}
div#vnt-thumbnail-nav .item{
    padding:0 10px;
    cursor: pointer;
}
div#vnt-thumbnail-nav .img{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border:solid 1px #cccccc;
    background: #ffffff;
}
div#vnt-thumbnail-nav .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%);
    max-height: 70%;
    max-width: 70%;
}
div#vnt-thumbnail-nav .slick-slide.slick-current .img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border:solid 2px #0a89cc;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#vnt-thumbnail-nav .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    padding:0;
    border:none;
    font-size: 0;
    width: 15px;
    height: 25px;
    color:#666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#vnt-thumbnail-nav .slick-prev{
    left: 15px;
}
div#vnt-thumbnail-nav .slick-next{
    right: 15px;
}
div#vnt-thumbnail-nav .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    line-height: 48px;
}
div#vnt-thumbnail-nav .slick-prev:before{
    content: "\f104";
}
div#vnt-thumbnail-nav .slick-next:before{
    content: "\f105";
}
div#vnt-thumbnail-nav .slick-arrow:hover{
    color:#0a89cc;
}
div#vnt-thumbnail-for{
}
div#vnt-thumbnail-for .item{
    position: relative;
}
div#vnt-thumbnail-for .img{
    padding-top: 81%;
    position: relative;
    background: #ffffff;
}
div#vnt-thumbnail-for 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: 85%;
    max-width: 95%;
}
div#vnt-thumbnail-for .zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    line-height: 40px;
    color: rgba(195, 195, 195, 0.3);
    z-index: 1;
    pointer-events: none;
}
/*============================================================*/
.productTitle{
	margin-bottom: 10px;
}
.productTitle h1{
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0a89cc;
}
.productDes{
	font-size: 15px;
	line-height: 23px;
	color:#666666;
	margin-bottom: 20px;
}
.productDes p{
	padding:0;
}
.productAttr{
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0 10px;
	border-top: solid 1px rgba(0,0,0,0.15);
	border-bottom: solid 1px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}
.productAttr ul li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
}
.productAttr ul li:before{
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #0a89cc;
}
.productAttr .at{
	width: 150px;
	float: left;
	margin-right: 15px;
	font-weight: 500;
}
.productAttr .at:before{
	content: ":";
	float: right;
}
.productAttr .as{
	overflow: hidden;
}
.productAttr .as p{
	padding: 0;
}
.productAttr .ratting{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color:#fec113;
}
.productAttr .ratting i{
	margin-right: 3px;
}
.productAttr .ratting i:last-child{
	margin-right: 0;
}
.productShare ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productShare ul li {
	margin-right: 5px;
}
.productTag{
	margin-bottom: 10px;
}
.productTag span{
	font-weight: 500;
	color:#666666;
}
.productTag a{
	color:#888888;
	font-style: italic;
}
.productDfWrap{
	padding-right: 190px;
	position: relative;
}
.productButton{
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.productButton a {
	display: block;
    width: 240px;
    padding: 9px 10px;
    text-align: center;
    background: rgb(129,16,16);
	background: linear-gradient(0deg, rgba(129,16,16,1) 0%, rgba(199,30,30,1) 45%, rgba(143,7,7,1) 100%);
    border: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
	border-radius: 10px;
}
.productQR{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	border:solid 3px #eeeeee;
}
/*============================================================*/
.productContent{
	margin-bottom: 30px;
}
.productContent .title{
	margin-bottom: 20px;
}
.productContent .title span{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	width: 205px;
	padding: 15px 10px;
	text-align: center;
	/* background: url(https://jvf.com.vn/modules/product/images/product/bg-button-2.svg) no-repeat center; */
	background: rgb(129,16,16);
	background: linear-gradient(0deg, rgba(129,16,16,1) 0%, rgba(199,30,30,1) 45%, rgba(143,7,7,1) 100%);
	background-size: contain;
	border-radius: 10px;
}
.the-content p{
	padding: 0;
}
/*============================================================*/
.slideImg .img{
	text-align: center;
}
.slideImg .img img{
	display: inline-block;
}
.slideImg{
	padding: 0 50px;
}
.slideImg .slick-arrow{
	width:20px;
	height:60px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	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;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}
.slideImg .slick-prev{
	left: 0px;
	background-image: url(../images/main/i-prev.png);
}
.slideImg .slick-next{
	right: 0px;
	background-image: url(../images/main/i-next.png);
}
.slideImg .slick-arrow:hover{
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}
/*=============================================================*/
.productOther{
	margin-top: 40px;
}
.productOther .title{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 2px #0a89cc;
}
.productOther .title h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
#slideOther .slick-slide{
	padding: 0 10px;
}
#slideOther .slick-list{
	margin: 0 -15px;
	padding: 5px 0px;
}
#slideOther .slick-arrow {
    position: absolute;
    right: 0;
    top: -57px;
    background: #f4f4f0;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    color: #0a89cc;
}
#slideOther .slick-prev{
    margin-right: 41px;
}
#slideOther .slick-arrow:before{
    font-family: FontAwesome;
    font-size:20px;
    line-height: 28px;
    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%);
}
#slideOther .slick-prev:before{
    content:"\f104";
}
#slideOther .slick-next:before{
    content:"\f105";
}
#slideOther .slick-arrow:hover{
    color: #ffffff;
    background: #0a89cc;
}
.productOther .product{
	margin-bottom: 0;
}
/*===========================================================*/
.designPopup .fancybox-slide--iframe{
	padding: 10px;
}
.designPopup .fancybox-slide--iframe .fancybox-content{
	max-width: 890px;
}
.designPopup .fancybox-close-small{
	width: 50px;
	height: 70px;
	background:url(../images/product/i-close.png) no-repeat center top;
	background-size: contain;
	padding: 0;
	right: 0;
	top: -75px;
}
.designPopup .fancybox-close-small svg{
	display: none;
}
.designPopup .fancybox-close-small:before{
	content: "close";
	position: absolute;
	font-size: 11px;
	line-height: 19px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 500;
	bottom: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*===================*/
#vnt-popup .title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: solid 1px #dddddd;
    padding: 5px 0px;
    font-weight: bold;
    color:#0a89cc;
}
#vnt-popup .content{
	padding: 20px 30px;
}
#vnt-popup .proPopup{
    margin-bottom: 20px;
}
#vnt-popup .proPopup:after{
    content: "";
    display: block;
    clear: both;
}
#vnt-popup .proPopup .img{
    width: 90px;
    height: 90px;
    border:solid 1px #dddddd;
    float: left;
    margin-right: 15px;
    position: relative;
}
#vnt-popup .proPopup .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%);
	max-width: 100%;
	max-height: 100%;
}
#vnt-popup .proPopup .tend{
}
#vnt-popup .proPopup .tend a{
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #0a89cc;
    text-transform: uppercase;
    font-weight: bold;
}
#vnt-popup .proPopup .code{
    font-size: 16px;
    line-height: 24px;
    color:#666666;
    font-weight: 300;
}
#vnt-popup .proPopup .price{
    font-size: 16px;
    line-height: 24px;
    color: #f6a927;
    margin-bottom: 5px;
    font-weight: bold;
}
#vnt-popup .proPopup .price span{
    font-size: 12px;
    line-height: 20px;
    color:#666666;
    font-weight: normal;
}

#vnt-popup label{
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	min-height: 23px;
	display: block;
}
#vnt-popup input,
#vnt-popup textarea,
#vnt-popup select {
    width:100%;
    border:none;
    border-top:solid 1px #d1d1d1;
    border-left:solid 1px #d1d1d1;
    background: #eeeeee;
    height: 45px;
    padding-left: 30px;
}
#vnt-popup textarea {
    height: 132px;
    resize: none;
    padding: 0;
    padding-left: 30px;
    padding-top: 7px;	
}
#vnt-popup .robot img{
	height: 45px;
}
#vnt-popup .faForm{
    position: relative;
}
#vnt-popup .faForm:before{
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#666666;
}
#vnt-popup button {
	width: 100%;
	height: 45px;
    font-size: 16px;
    line-height: 24px;
    background: #0a89cc;
    border: none;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#vnt-popup button:hover{
    background: #000000;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
div#slideProductCat{
	padding: 0 35px;
}
#slideProductCat .slick-prev{
	left: 0px;
}
#slideProductCat .slick-next{
	right: 0px;
}
.catItem{
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
}
.catItem .t2{
	height: 48px;
	overflow: hidden;
	white-space: initial;
}
.titleProduct .t1 h2{
	font-size: 30px;
	line-height: 40px
}
.titleProduct .t2{
	font-size: 16px;
	line-height: 24px;
}
.titleProduct.vm .t1 h2{
	font-size: 25px;
	line-height: 33px;
}
.titleProduct.vm .t2{
	font-size: 16px;
	line-height: 24px;
}
.menuProduct{
	margin-bottom: 25px;
}
.menuProduct .title{
	position: relative;
	cursor: pointer;
}
.menuProduct .title:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menuProduct.active .title:before{
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.menuProduct .content{
	display: none;
}
.menuProduct.active .content{
	display: block;
}
#slideOther .slick-slide{
	padding: 0;
}
#slideOther .slick-list{
	margin: 0;
	padding: 5px 0px;
}
.productTitle h1{
	font-size: 24px;
	line-height: 32px;
}
.productDfWrap{
	padding-right: 0;
}
.productQR{
	display: none;
}
}

@media all and (max-width: 768px){
	.menuProduct2 .content{
		display: none;
	}
	.menuProduct2.active .content{
		display: block;
	}
	#slideOther{
		padding-bottom: 60px;
	}
	#slideOther .slick-arrow {
		top: initial;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#slideOther .slick-prev{
		margin-left: -25px;
	}
	#slideOther .slick-next{
		margin-left: 25px;
	}
}

@media all and (max-width: 600px){
	div#vnt-popup .row .col-xs-6{
		width: 100%;
	}
	.designPopup .fancybox-slide--iframe .fancybox-content{
		margin-top: 75px;
	}
}

@media all and (max-width: 460px){
.vnt-product .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 420px){

}
.info_pro{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.info_pro .price{
	color: #ff0000;
}
.info_pro tr td{
	padding: 4px 0;
	padding-right: 10px;
}