.menuProduct{
	margin-bottom: 20px;
}
.menuProduct .title {
    background: #0175b0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 10px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.menuProduct .title span{
	padding-left: 25px;
	position: relative;
}
.menuProduct .title span:before{
	content: "\f03a";
	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 .content{
	background: #f5f5f5;
}
.menuProduct ul li{
	border-bottom: solid 1px rgba(0,0,0,0.1);
	position: relative;
}
.menuProduct ul li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 15px;
    position: relative;
    z-index: 6;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 44px;
}
.menuProduct ul li:hover>a{
	color:#ffffff;
	background: #3db8e4;
}
.menuProduct .content ul li:hover>ul{
	opacity: 1;
	visibility: initial;
	pointer-events: auto;
}
.menuProduct>.content>ul>li>ul{
	background: #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 540px;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 20px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.menuProduct ul ul li{
	width: 50%;
	border:none;
	margin-bottom: 15px;
}
.menuProduct ul ul li a{
	color:#333333;
	padding-left: 25px;
	padding: 0;
	position: relative;
	overflow: initial;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
.menuProduct ul ul li:hover>a{
	background: transparent;
	color:#3db8e4;
}
.menuProduct ul ul ul{
	position: initial;
	display: block;
	width:100%;
	padding: 0;
	padding-left: 15px;
}
.menuProduct ul ul ul li{
	width: 100%;
	margin-bottom: 0;
}
.menuProduct ul ul ul li a{
	font-weight: normal;
	text-transform: none;
}
.menuProduct ul ul li ul li a:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left:-13px;
}
/*==============================================================*/
.boxFilter .title{
	font-size: 16px;
	line-height: 24px;
	color:#0175b0;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.myRadio{
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}
.myRadio input{
	display: none;
}
.myRadio a:before{
	content: "";
	position: absolute;
	width: 15px;
	justify-content: 15px;
	border:solid 1px #999999;
	width: 15px;
	height: 15px;
	top: 3px;
	left: 0;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.myRadio.active a:before{
	border-color: #0175b0;
}
.myRadio a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #0175b0;
    position: absolute;
    top: 8px;
    left: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
	visibility: hidden;
}
.myRadio.active a:after{
	opacity: 1;
	visibility: initial;
}
/*=============================================================*/
.boxProduct .title{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #0175b0;
}
.boxProduct .title h1{
	font-size: 34px;
	line-height: 42px;
	font-weight: normal;
	color:#0175b0;
	text-transform: uppercase;
}
.boxProduct .tools{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.boxProduct .tools .txt{
	margin-right: 15px;
}
.boxProduct .tools select{
	width: 200px;
	height: 30px;
	border:solid 1px rgba(0,0,0,0.15);
	padding-left: 10px;
}
.bannerProduct{
	margin-bottom: 20px;
}
/*==========================================================*/
.vnt-product{
	margin-bottom: 40px;
}
.vnt-product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.vnt-product .grid .col{
	width: 33.333333%;
	padding: 0 15px;
}
.product{
	margin-bottom: 30px;
}
.product .wrap{
	padding-top: 100%;
	position: relative;
	margin-bottom: 15px;
}
.product .wrap .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.product .img{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;	
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background: #f5f5f5;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	border:solid 5px transparent;
}
.product:hover .img{
	-webkit-transform:translate(-50%,-20px) scale(0.5);
	-ms-transform:translate(-50%,-20px) scale(0.5);
	-o-transform:translate(-50%,-20px) scale(0.5);
	transform:translate(-50%,-20px) scale(0.5);
	border-color: rgba(255,255,255,0.2)
}
.product .img:before {
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 100%;
    background: rgba(1, 117, 176, 0.1);
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product .img:after{
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	border-top: solid 25px transparent;
	border-left: solid 25px #0175b0;
	position: absolute;
}
.product .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: 70%;
	max-height: 70%;
}
.product .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #0175b0;
	z-index: 1;
	padding: 15px 45px;
	text-align: center;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform:translate(-50%,-20px) scale(0.5);
	-ms-transform:translate(-50%,-20px) scale(0.5);
	-o-transform:translate(-50%,-20px) scale(0.5);
	transform:translate(-50%,-20px) scale(0.5);
}
.product:hover .caption{
	-webkit-transform:translate(-50%,0px) scale(1);
	-ms-transform:translate(-50%,0px) scale(1);
	-o-transform:translate(-50%,0px) scale(1);
	transform:translate(-50%,0px) scale(1);
}
.product .tit{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.product .tit h3{
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	color:#ffffff;
	text-transform: uppercase;
	height: 46px;
	overflow: hidden;
}
.product .linkfake {
	color:#3db8e4;
}
.product .cap{
	max-width: 140px;
	margin: 0 auto;
}
.product .tend a{
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	font-weight: 500;
	text-transform: uppercase;
	color:#0175b0;
}
.product .tend a:hover{
	color:#3db8e4;
}
.product .price{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	color:#e80b0b;
}
/*===========================================================*/
.productWrap{
    margin-bottom: 50px;
}
.productThumbnail{
    margin-bottom: 25px;
}
div#thumbnail-for{
	border: solid 1px rgba(0,0,0,0.1);
	border-bottom: none;
}
div#thumbnail-for:before{
	content: "\f00e";
	font-family: fontAwesome;
	position: absolute;
	top: 15px;
	right: 15px;
	color:#cccccc;
	pointer-events: none;
	z-index: 3;
	font-size: 25px;
}
div#thumbnail-for .img {
    padding-top: 80.597%;
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}
div#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-width: 75%;
    max-height: 75%;
}
div#thumbnail-nav{
	padding: 15px 55px;
	background: #f5f5f5;
	border:solid 1px rgba(0,0,0,0.15);
}
div#thumbnail-nav .slick-list{
    margin:0 -8px;
}
div#thumbnail-nav .item{
    padding:0 8px;
}
div#thumbnail-nav .item .img{
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border: solid 1px #dddddd;
}
div#thumbnail-nav .item .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%);
    width: 100%;
}
div#thumbnail-nav .slick-slide.slick-current .img{
    position: relative;
}
div#thumbnail-nav .slick-slide.slick-current .img:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: solid 3px #3db8e4;
    z-index: 2;
}
div#thumbnail-nav .slick-arrow{
    width:20px;
    height:40px;
    background: transparent;
    border:none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #666666;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#thumbnail-nav .slick-prev{
    left:15px;
}
div#thumbnail-nav .slick-next{
    right:15px;
}
div#thumbnail-nav .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 50px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#thumbnail-nav .slick-prev:before{
    content: "\f104";
}
div#thumbnail-nav .slick-next:before{
    content: "\f105";
}
div#thumbnail-nav .slick-arrow:hover{
    color:#3db8e4;
}
/*===========================================================*/
.productTitle{
	margin-bottom: 5px;
}
.productTitle h1{
	font-size: 25px;
	line-height: 33px;
	font-weight: normal;
	text-transform: uppercase;
	color:#0175b0;
}
.productCode {
	font-size: 15px;
	line-height: 23px;
}
.productStt{
	font-size: 15px;
	line-height: 23px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.productStt span{
	padding-left: 25px;
	position: relative;
}
.productStt span:before{
	content: "\f00c";
	font-family: fontAwesome;
	color:#0175b0;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.productStt span.out:before{
	content: "\f00d";
	color:#f00;
}
.productAttr{
	font-size: 15px;
	line-height: 23px;
}
.productAttr ul li{
	margin-bottom: 10px;
}
.productAttr ul li .at{
	float: left;
	width: 120px;
	margin-right: 10px;
	font-weight: bold;
}
.productAttr ul li .at:before{
	content: ":";
	float: right;
}
.productAttr ul li .as{
	overflow: hidden;
	color:#666666;
}
.productPrice{
	padding: 10px;
	background: #f5f5f5;
	position: relative;
	margin-bottom: 15px;
}
.productPrice:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 30px;
	background: #f5f5f5;
}
.productPrice .at{
	width: 120px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
}
.productPrice .at:before{
	content: ":";
	float: right;
}
.productPrice .as{
	overflow: hidden;
}
.productPrice .nor{
	font-size: 18px;
	line-height: 26px;
	color:#0175b0;
	font-weight: 500;
}
.productPrice .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productPrice .red{
	font-size: 18px;
	line-height: 26px;
	color:#e80b0b;
	font-weight: 500;
	margin-right: 15px;
}
.productPrice .vat{
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	background: #aaaaaa;
	color: #ffffff;
	padding: 3px 15px;
}
.productCart{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.productCart .quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.productCart .quantity button,
.productCart .quantity input{
    width: 30px;
    height: 30px;
    border: solid 1px rgba(0,0,0,0.15);
    text-align: center;
    background: transparent;
}
.productCart .quantity button{
    font-size: 10px;
}
.productCart .quantity input{
	width: 70px;
	border:none;
	text-align: center;
}
.productCart .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.productCart .grid .col{
	width: 50%;
	padding: 0 10px;
}
.productCart .btnCart {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    background: #3db8e4;
    border: none;
    text-transform: uppercase;
    padding: 8px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.productCart .btnCart span {
    padding: 8px 0px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left;
    position: relative;
}
.productCart .btnCart.i-1 span{
	background-image: url(../images/product/i-1.svg);
}
.productCart .btnCart.i-2 span{
	padding-left: 40px;
	background-image: url(../images/product/i-2.svg);
	background-size: 34px;
}
.productCart .btnCart.v2{
	background: #0175b0;
}
.productCart .btnCart:hover{
	background: #000000;
}
.productAttr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.productAttr .txt{
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
}
.productAttr .txt: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%);
}
.productAttr .hotline{
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color:#0175b0;
}
.productTag{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.productTag .txt{
	font-weight: 500;
	margin-right: 10px;
}
.productTag ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.productTag ul li{
	margin-right: 3px;
}
.productTag ul li a{
	display: block;
	color:#888888;
}
.productTag ul li a:after{
	content: ",";
}
.productSocial ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productSocial ul li{
	margin-right: 15px;
}
.productSocial ul li a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color:#0175b0;
}
.productSocial ul li a:hover{
	color:#3db8e4;
}
/*===============================================================*/
.productContent {
	margin-bottom: 40px;
}
.productContent .tab-list{
	position: relative;
	margin-bottom: 30px;
}
.productContent .tab-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productContent .tab-list ul li{
	margin: 0 5px;
}
.productContent .tab-list ul li a{
	display: block;
	border: solid 2px #e1e1e1;
	padding: 11px 25px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.productContent .tab-list ul li.active a{
	color: #0175b0;
	border-color: #0175b0;
}
.productContent .tab-list .mc-menu{
	color: #0175b0;
	text-transform: uppercase;
	padding: 9px 15px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	border: solid 2px #0175b0;
	display: none;
}
.productContent .tab-list .mc-menu:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.templateDesign{
	background: #e5e5e5;
	padding: 10px;
	margin-bottom: 20px;
}
.templateDesign.right .grid{
	flex-direction: row-reverse;
}
.templateDesign .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-content: flex-end;
	align-items: center;
	margin: 0 -10px;
}
.templateDesign .grid .col1{
	padding: 0 10px;
	width: 50%;
}
.templateDesign .grid .col2{
	padding: 0 10px;
	width: 50%;
}
.templateDesign .img img{
	width: 100%;
}
/*====================================================================*/
.productOther .title{
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #0175b0;
}
.productOther .title h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	text-transform: uppercase;
}
.productOther .product{
	margin-bottom: 0;
}
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .slick-arrow{
    width:50px;
    height:50px;
    background: #cccccc;
    border:none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #FFFFFF;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#slideOther .slick-prev{
    left:-85px;
}
#slideOther .slick-next{
    right:-85px;
}
#slideOther .slick-arrow:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    line-height: 32px;
    top: 50%;
    left: 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:#0175b0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1366px){
#slideOther .slick-arrow{
	top: 39%;
}
#slideOther .slick-prev{
    left:0px;
}
#slideOther .slick-next{
    right:0px;
}
}

@media all and (max-width: 1025px){
#slideOther .slick-list{
	margin: 0 -10px;
}
#slideOther .item{
	padding: 0 10px;
}
}

@media all and (max-width: 991px){
.vnt-product .grid{
	margin: 0 -10px;
}
.vnt-product .grid .col{
	padding: 0 10px;
}
.product:hover .img{
	-webkit-transform:translate(-50%,0) scale(1);
	-ms-transform:translate(-50%,0) scale(1);
	-o-transform:translate(-50%,0) scale(1);
	transform:translate(-50%,0) scale(1);
	border-color: transparent;
}
.product .caption{
	display: none;
}
.menuProduct .megaMenu,
.menuProduct ul li a:before,
.menuProduct ul li a:after{
	display: none;
}
.menuProduct ul li:hover>a{
	color:#333333;
}
.menuProduct .title{
	position: relative;
	cursor: pointer;
}
.menuProduct .title:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menuProduct .content{
	display: none;
}
.menuProduct.active .content{
	display: block;
}
.boxFilter .title {
    border: solid 1px #0175b0;
    padding: 9px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
.boxFilter .title:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.boxFilter .content{
	padding: 15px;
	border:solid 1px #0175b0;
	border-top: none;
	display: none;
}
.boxFilter.active .content{
	display: block;
}
#vnt-sidebar{
	margin-bottom: 30px;
}
.boxProduct .title h1{
	font-size: 30px;
	line-height: 40px;
}
div#thumbnail-nav{
	padding: 15px 35px;
}
div#thumbnail-nav .slick-arrow{
	height: 30px;
}
div#thumbnail-nav .slick-arrow:before{
	font-size: 30px;
}
div#thumbnail-nav .slick-prev{
    left:10px;
}
div#thumbnail-nav .slick-next{
    right:10px;
}
.productTitle h1{
	font-size: 22px;
	line-height: 30px;
}
.productWrap{
	margin-bottom: 30px;
}
.productContent .tab-list{
	margin-bottom: 20px;
}
#slideOther .slick-list{
	margin: 0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
}

@media all and (max-width: 768px){
.vnt-product .grid .col{
	width: 50%;
}
.boxProduct .title h1{
	font-size: 24px;
	line-height: 32px;
}
.productCart .grid{
	margin: 0 -5px;
}
.productCart .grid .col{
	padding: 0 5px;
}
.productCart .btnCart{
	font-size: 12px;
}
}

@media all and (max-width: 767px){
.productContent .tab-list .mc-menu{
	display: block;
}
.productContent .tab-list ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	background: #ffffff;
	border:solid 2px #0175b0;
	border-top: none;
}
.productContent .tab-list ul li{
	margin: 0;
}
.productContent .tab-list ul li a{
	border:none;
	font-size: 14px;
	padding: 12px 14px;
}
.productContent .tab-list.active ul{
	display: block;
}
.templateDesign .grid{
	display: block;
}
.templateDesign .grid .col1,
.templateDesign .grid .col2{
	width: 100%;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
.productPrice .df{
	display: block;
}
.productPrice .vat{
	display: inline-block;
}
}

@media all and (max-width: 360px){
.vnt-product .grid .col,
.productCart .grid .col{
	width: 100%;
}
.productCart .grid{
	display: block;
}
.productCart .btnCart{
	margin-bottom: 10px;
}
}