.productCat{
	position: relative;
	padding-right: 40px;
	margin-bottom: 40px;
}
.productCat .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.productCat .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.productCat:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.productCat .tend{
	position: absolute;
	left: 0;
	right: 40px;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	bottom: 25px;
}
.productCat .tend a{
	display: block;
	background: rgba(0, 83, 161, 0.9);
	color:#ffffff;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 10px;
	padding-right: 35px;
	padding-left: 60px;
}
.productCat .tend a:before{
	content: "";
	position: absolute;
	top: 29px;
	left: 10px;
	width: 40px;
	border-bottom: solid 1px #ffffff;
}
.productCat .tend a:after{
	content: "\f0da";
	font-family: fontAwesome;
	position: absolute;
	right:20px;
	top: 16px;
}
.productCat:hover .tend a{
	background: #FDBE11 ;
}
.linkAll a {
    display: inline-block;
    background: #fdbe11;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    width: 200px;
    padding: 12px 10px;
}
.linkAll a:hover{
	background: #0053a0;
}
/*===========================================================*/
.titleProduct{
	margin-bottom: 25px;
}
.titleProduct h1{
	font-size: 40px;
	line-height: 50px;
	font-family: 'UTM Times';
	font-weight: normal;
	margin-bottom: 5px;
}
.titleProduct .des{
	font-size: 20px;
	line-height: 30px;
	padding-left: 110px;
	position: relative;
}
.titleProduct .des:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 100px;
	border-bottom: solid 2px #fdbe11;
}
/*============================================================*/
.vnt-filter{
	margin-bottom: 30px;
	position: relative;
}

.vnt-filter .vnt-title-filter{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 30px;
	background: url(../images/i-filter.svg) no-repeat center left;
	background-size: 20px;
	color:#0053a1;
	margin-bottom: 15px;
}
.boxFilter{
	padding: 15px 0;
	border-top: solid 1px rgba(0,0,0,0.15);
}
.boxFilter .title{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}
.boxFilter .title:before{
	content: "\f068";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.boxFilter .content{
	display: none;
}
.boxFilter.active .content{
	display: block;
}
.boxFilter.active .title:before{
	content: "\f068";
}
.myCheckbox{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.myCheckbox input{
    display: none;
}

.myCheckbox:hover a ,
.myCheckbox.active a{
	color: #0053a1;
}
.myCheckbox a:before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    border:solid 1px #999999;
    border-radius: 100%;
}
.myCheckbox:hover a:before ,
.myCheckbox.active a:before{
    border-color: #fdbe11;
}
.myCheckbox a:after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 4px;
    top: 7px;
    background: #fdbe11;
    display: none;
    border-radius: 100%;
}
.myCheckbox:hover a:after ,
.myCheckbox.active a:after{
	display: block;
}
/*================*/
.listCheckbox.multi .myCheckbox:before,
.listCheckbox.multi .myCheckbox:after{
	border-radius: 0;
}
/*========================================*/
.listSize{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.listSize .item{
	width: 45px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.listSize .item .img{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}
.listSize .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%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listSize .item .img img.fg{
	display: block;
}
.listSize .item .img img.gg{
	display: none;
}
.listSize .item.active .img img.fg{
	display: none;
}
.listSize .item.active .img img.gg{
	display: block;
}
.listSize .item .txt{
	text-align: center;
}
.listSize .item input{
	display: none;
}
/*===========================================================*/
.listColor{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.listColor .item{
	margin-bottom: 10px;
	padding: 0 5px;
	width: 25%;
	cursor: pointer;
}
.listColor .item .img{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 3px;
	border:solid 1px #cccccc;
	margin-bottom: 5px;
	position: relative;
}
.listColor .item .img:before{
	content: "\f00c";
	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%);
	color:#fdbe11;
	font-size: 14px;
	display: none;
}
.listColor .item.active .img:before{
	display: block;
}
.listColor .item .txt{
	color:#666666;
	text-align: center;
}
.listColor .item input{
	display: none;
}
/*===========================*/
.boxFilter .designRange.ui-slider{
	background: #d7d7d7;
	height: 5px;
	border-radius: 5px;
	border: none;
	margin-bottom: 7px;
}
.boxFilter .designRange.ui-slider .ui-widget-header{
	background: #ff2323;
}
.boxFilter .designRange.ui-slider .ui-slider-handle {
    border-radius: 100%;
    background: #e30013;
    border: solid 1px #ff2323;
    top: -6px;
}
.boxFilter #valuePriceFilter{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999;
}
/*===========================*/
.toolsFilter{
	 position: absolute;
	right: 0;
	top: 0;
}
.toolsFilter .clearAll{
	color:#0655ca;
	cursor: pointer;
}
.toolsFilter .clearAll a{
	color:#0655ca;
}
.toolsFilter .clearAll span{
	padding-left: 15px;
	position: relative;
}
.toolsFilter .clearAll span:before{
	content: "\f01e";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#666666;
}
.toolsFilter button{
	width: 70px;
	height: 30px;
	border:none;
	background: #fdbe11;
	color:#ffffff;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-transform: uppercase;
	border-radius: 5px;
}
.toolsFilter button:hover{
	background: #000000;
}
/*=========================================================*/
.productTools{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.productTools .txt{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	white-space: nowrap;
	margin-right: 15px;
}
.productTools .sort{
	position: relative;
}
.productTools .sort .icon{
	border:solid 1px #cccccc;
	color:#666666;
	width: 140px;
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
}
.productTools .sort .icon:before{
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.productTools .sort .popup{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 5px;
	width: 160px;
	padding: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	border:solid 1px #cccccc;
	display: none;
	z-index: 5;
	background: #ffffff;
}
.productTools .sort.active .popup{
	display: block;
}
.productTools .sort .popup ul li a {
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    padding: 3px 5px;
}
.productTools .sort .popup ul li:hover a{
	background: #fdbe11;
	color:#ffffff;
}
/*=========================================================*/
.product{
	margin-bottom: 35px;
	position: relative;

}
.product:hover{
	z-index: 4;
}
.product:before{
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -45px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	background: #ffffff;
}
.product:hover:before{
	opacity: 1;
}
.product .img{
	margin-bottom: 10px;
	padding: 0;
	background: #ebebeb;
}
.product .img a {
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.product .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.product .ribbon {
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 10px;
}

.product .ribbon .rib  {
	background: #0053a0;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding: 5px 5px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-weight: bold;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 5px;
}


.product .ratting{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 20px;
	color:#999999;
	position: relative;
	z-index: 3;
}
.product .ratting i{
	margin: 0 3px;
}
.product .tend a{
	display: block;
	font-family: 'UTM Times';
	color:#666666;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.product:hover .tend a{
	color:#fdbe11;
}
.product .price{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	position: relative;
	z-index: 3;
}
.product .price .nor{
	font-size: 15px;
	line-height: 23px;
	color:#666666;
	text-decoration: line-through;
	margin-right: 10px;
}
.product .price .red{
	color:#fdbe11;
	font-size: 18px;
	line-height: 26px;
}
.product .tools{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffffff;
	padding-top: 3px;
	padding-bottom: 12px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 3;
}
.product:hover .tools{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.product .tools .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
}
.product .tools .grid .col{
	width: 50%;
	padding: 0 5px;
}
.product .tools a {
    display: block;
    background: #0053a1;
    color: #ffffff;
    text-align: center;
    padding: 4px 5px;
}
.product .tools a span {
    padding: 3px 0px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center left;
}
.product .tools a.cart span{
	background-image: url(../images/i-cart-w.svg);
}
.product .tools a.view span{
	background-image: url(../images/i-search-w.svg);
}
.product .tools a:hover{
	background:#fdbe11;
}
/*=====================================================*/
.productWrap{
	background: #fbfbfb;
	margin-bottom: 40px;
}
.productThumnail {
}
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%);
    width: 100%;
}
div#vnt-thumbnail-nav .item.slick-current .img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border:solid 3px #0053a0;
    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:#0053a1;
}
div#vnt-thumbnail-for{
}
div#vnt-thumbnail-for .item{
    position: relative;
}
div#vnt-thumbnail-for .img{
    padding-top: 100%;
    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%);
    width: 100%;
}
/*=======================================================*/
.productPad{
	padding: 20px 0px;
	padding-bottom: 5px;
	padding-right: 30px;
}
.the-title{
	margin-bottom: 10px;
}
.the-title h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color:#fdbe11;
	font-family: 'UTM Times';
}
.the-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.the-info .stt{
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px rgba(0,0,0,0.75);
	white-space: nowrap;
}
.the-info .stt #ext_stock span{
	padding-left: 25px;
	position: relative;
}
.the-info .stt #ext_stock span:before{
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#fdbe11;
}
.the-info .stt #ext_stock span.out_stock{
	content: "";
	color:#333333;
}


.productAttr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

 	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
}
.productAttr::after {
	content: '';
	clear: both;
	display: table;
}
.productAttr .attr-label {
	width: 87px;
	position: relative;
}
.productAttr .attr-label::after {
	position: absolute;
	content: ':';
	right: 10px;

}
.the-price {
    background: #d9e5f1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
    position: relative;
    margin-bottom: 20px;
}
.the-price:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 30px;
	background: inherit;
}
.the-price:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 30px;
	background: inherit;
}
.the-price .txt{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.the-price .pri{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-price .nor{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-decoration: line-through;
	margin-right: 10px;
}
.the-price .red{
	font-size: 22px;
	line-height: 30px;
	color:#fdbe11;
	font-weight: 600;
}

.the-filter {
	margin-bottom: 15px;
}

.the-filter .filter-label {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
}

.the-filter .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}



.the-filter .listCheck .myCheckbox{
	margin-bottom: 0;
}
.the-color{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-color .title{
	font-size: 18px;
	line-height: 26px;
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.the-color .listColor .item{
	width:initial;
	flex-shrink: 0;
}
.the-size{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-size .title{
	font-size: 18px;
	line-height: 26px;
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 7px;
}
.the-cart{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-cart .gridC{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.the-cart .gridC .colC1{
	width: 130px;
	padding: 0 10px;
}
.the-cart .gridC .colC2{
	width: -webkit-calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: -o-calc(100% - 130px);
	width: calc(100% - 130px);
	padding: 0 10px;
}
.the-cart .quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the-cart .quantity button.btn-quan,
.the-cart .quantity input{
    width: 30px;
    height: 30px;
    border: solid 1px rgba(0,0,0,0.1);
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: none;
}
.the-cart .quantity input{
	background: #ffffff;
	margin: 0 5px;
	width: 39px;
	border-radius: 0;
	border: none;
}
.the-cart .quantity button.btn-quan{
    font-size: 10px;
}
.the-cart button.btn-sub{
	width: 100%;
	max-width: 190px;
	height: 40px;
	background: #0053a1;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border:none;
}
.the-cart button.btn-sub span{
	padding-left: 30px;
	background: url(../images/i-cart-w.svg) no-repeat center left;
	background-size: 18px;
}
.the-cart button.btn-sub:hover{
	background:#333333;
}
.the-hotline {
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-hotline:before{
	content: "\f095";
	font-family: fontAwesome;
	position: absolute;
	top: 7px;
	left: 0;
}
.the-hotline span{
	font-size: 24px;
	line-height: 30px;
	color:#0053a1;
	font-weight: 600;
}
.the-tag{
	margin-bottom: 15px;
}
.the-tag .txt{
	font-weight: bold;
}
.the-social ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-social ul li{
	margin-right: 10px;
}
.the-social ul li:last-child{
	margin-right: 0;
}
.the-social ul li a{
	font-size: 24px;
	line-height: 30px;
	color:#333333;
	display: block;
}
/*==================================================*/
.productContent{
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.productContent .tab-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.productContent .tab-list ul li {
	position: relative;
	margin-right: 10px;
}
.productContent .tab-list ul li a {
    display: block;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    border:solid 2px rgba(0,0,0,0.15);
}
.productContent .tab-list ul li.active a{
	border-color: #0053a0;
	color:#333333;
}
.productContent .tab-list .mc-tab {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    border: solid 2px #0053a0;
}
.productContent .tab-list .mc-tab: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%);
}
/*==============================================================*/
.the-other .title{
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-other .title h2{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
#slideOther .slick-list{
	margin: 0 -20px;
	padding: 15px 0px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .slick-arrow{
	width:45px;
	height:45px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border:none;
	position: absolute;
	top: 35%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: filter 0.3s linear;
	-o-transition: filter 0.3s linear;
	transition: filter 0.3s linear;
	color:#ffffff;
	border-radius: 100%;
	filter: grayscale(100%);
}
#slideOther .slick-prev{
	left:-80px;
	background-image: url(../images/i-prev.png);
}
#slideOther .slick-next{
	right:-80px;
	background-image: url(../images/i-next.png);
}
#slideOther .slick-arrow:hover {
    filter: grayscale(0%);
}
.loading{
    min-height: 450px;
    position: relative;
}
.loading:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.97);
    z-index: 1;
}
.loading:after{
    content: "";
    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%);
    z-index: 2;
    width: 150px;
    height: 150px;
    background: url(../images/loading.svg) no-repeat center center;
    background-size: cover;
    opacity: 0.6;
}
.box_loading.loading:before{
	background: rgba(255,255,255,0.2);
}
.box_loading.loading:after{
	width: 70px;
    height: 70px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1100px){
.productCat .tend a{
	font-size: 16px;
	line-height: 24px;
}
.product .tools a{
	font-size: 12px;
}
}

@media all and (max-width: 991px){
.productCat .tend a{
	font-size: 14px;
}
.product:hover .img img{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.titleProduct h1{
	font-size: 25px;
	line-height: 35px;
}
.titleProduct .des{
	font-size: 16px;
	line-height: 24px;
}
.vnt-filter .vnt-title-filter {
    color: #ffffff;
    background: url(../images/i-filter-w.svg) no-repeat center left 10px #fdbe11;
    background-size: 20px;
    padding: 9px 10px;
    padding-left: 40px;
}
.vnt-filter .vnt-content-filter{
	display: none;
}
.vnt-filter.active .vnt-content-filter{
	display: block;
}
.boxFilter .content{
	display: none;
	margin-top: 10px;
}
.boxFilter.active .content{
	display: block;
}
.boxFilter .title:before{
	content: "\f067";
}
.boxFilter.active .title:before{
	content: "\f068";
}
.boxFilter .title{
	margin-bottom: 0;
}
.productWrap{
	background: none;
	margin-bottom: 20px;
}
.productThumnail{
	margin-bottom: 20px;
}
.productPad{
	padding: 0;
}
.productContent .tab-list{
	position: relative;
	margin-bottom: 10px;
}
.productContent .tab-list.active ul{
	display: block;
}
.productContent .tab-list ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
	z-index: 2;
	display: none;
}
.productContent .tab-list ul li{
	margin: 0;
}
.productContent .tab-list ul li a{
	display: block;
	padding-bottom: 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 15px;
	font-weight: normal;
	border: none;
	text-transform: none;
}
.productContent .tab-list ul li.current a,
.productContent .tab-list ul li:hover a{
	background: #f5f5f5;
	color:#12a651;
}
#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;
}
.the-price{
	justify-content: flex-start;
}
.the-price .txt{
	margin-right: 10px;
}
.productCat:hover .img img{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
}

@media all and (max-width: 768px){
.the-title h1{
	font-size: 24px;
	line-height: 32px;
}
}

@media all and (max-width: 767px){
.productCat{
	padding-right: 25px;
}
.productCat .tend{
	right: 25px;
	-webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
}
}

@media all and (max-width: 640px){
.vnt-product .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 500px){
.the-color,
.the-size{
	display: block;
}
.the-info{
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.the-info .stt{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
}

@media all and (max-width: 460px){

}

@media all and (max-width: 420px){
	.product .price .nor{
		font-size: 12px;
		line-height: 20px;
	}
	.product .price .red{
		font-size: 14px;
		line-height: 22px;
	}
}

@media all and (max-width: 400px){
.productTools{
	display: block;
}
.productTools .txt{
	margin-right: 0;
	margin-bottom: 10px;
}
}