.slideBannerProduct{
	margin-bottom: 45px;
}
.slideBannerProduct a img{
	width: 100%;
}
.slideBannerProduct .slick-arrow{
	width:35px;
	height:65px;
	background-color: rgba(0, 103, 194, 0.8);
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	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;
}
.slideBannerProduct .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.png);
}
.slideBannerProduct .slick-next{
	right:0px;
	background-image: url(../images/i-next.png);
}
.slideBannerProduct .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.slideBannerProduct .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.slideBannerProduct .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #ffffff;
}
.slideBannerProduct .slick-dots li.slick-active button{
	background: #ff9900;
	border-color: #ff9900;
}
/*==============================================================*/
.partProduct{
	padding: 25px 0;
	border-top: solid #d5dbdb 5px;
}
.partProduct.bb{
	border-bottom: solid #d5dbdb 5px;
}
.boxProduct .titleProduct{
	margin-bottom: 25px;
}
.boxProduct .titleProduct .title a{
	display: block;
	font-size: 25px;
	line-height: 33px;
	font-weight: 600;
}
.boxProduct .titleProduct .title a span{
	color:#0066c0;
}
.boxProduct .titleProduct .des{
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color:#0066c0;
	margin-top: 10px;
}
.slideTopHome{
	margin-bottom: 45px;
}
.slideTopHome .slick-arrow{
	width:35px;
	height:65px;
	background-color: rgba(0, 103, 194, 0.8);
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	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;
}
.slideTopHome .slick-prev{
	left:0px;
	background-image: url(../images/i-prev.png);
}
.slideTopHome .slick-next{
	right:0px;
	background-image: url(../images/i-next.png);
}
.slideProduct .slick-list{
	margin: 0 -6px;
}
.slideProduct .slick-slide{
	padding: 0 6px;
	margin-bottom: 10px;
}
/*===========================================================*/
.linkAll{
	text-align: center;
}
.linkAll a {
    display: inline-block;
    width: 100%;
    max-width: 370px;
    font-size: 15px;
    line-height: 23px;
    border-top: solid 1px #eaeaea;
    text-align: left;
    padding: 10px 0;
    position: relative;
}
.linkAll a: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%);
}
.linkAll a:after{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 100%;
	border-top: solid 1px #0066c0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.linkAll a:hover:after{
	right: 0;
}
/*=====================================================*/
.vnt-cat-product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.vnt-cat-product .grid .col{
	width: 33.333333%;
	padding: 0 15px;
}
.catProduct{
	margin-bottom: 15px;
}
.catProduct .img a{
	display: block;
	position: relative;
	overflow: hidden;
}
.catProduct .img a img{
	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;
}
.catProduct:hover .img a img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.catProduct .tend{
	padding: 0 20px;
}
.catProduct .tend a{
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding: 22px 0;
	font-weight: normal;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
}
.catProduct .tend a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #479bc4;
}
.catProduct:hover .tend a{
	color:#479bc4;
}
/*=====================================================*/
.product{
	position: relative;
	margin-bottom: 30px;
}
.product .img{
	margin-bottom: 15px;
	position: relative;
}
.product .img a{
	display: block;
	/* padding-top: 100%; */
	overflow: hidden;
	position: relative;
}
.product .img a 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:hover .img a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.product .promotion{
	padding: 5px 10px;
	border-radius: 5px;
	background: #f0ede8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product .promotion .t1{
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.product .promotion .t2{
	padding-left: 20px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
.product .ratting{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	color:#f1c92b;
	margin-bottom: 10px;
}
.product .tend{
	margin-bottom: 5px;
	padding: 0 5px;
}
.product .tend a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color:#555555;
	height: 42px;
	overflow: hidden;
}
.product:hover .tend a{
	color:#0066c0;
}
.product .price{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .price .red{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.product .price .red sup{
	color:#479bc4;
}
.product .price .nor{
	color:#999999;
	text-decoration: line-through;
	margin-left: 10px;
	display: none;
}
.product .ribbon{
	position: absolute;
	top: 10px;
	right: 10px;
}
.product .ribbon .rib {
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 3px;
}
/*===========================================================*/
.productCollect{
	position: relative;
	margin-bottom: 10px;
}
.productCollect .img{
	margin-bottom: 10px;
	position: relative;
}
.productCollect .img a{
	display: block;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.productCollect .img a 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;
}
.productCollect:hover .img a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.productCollect .tend{
	margin-bottom: 5px;
}
.productCollect .tend a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color:#555555;
	max-height: 42px;
	overflow: hidden;
}
.productCollect:hover .tend a{
	color:#0066c0;
}
/*===========================================================*/
.productCat{
	position: relative;
	margin-bottom: 20px;
}
.productCat .img{
	margin-bottom: 10px;
	position: relative;
}
.productCat .img a{
	display: block;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.productCat .img a 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;
}
.productCat:hover .img a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.productCat .tend{
	margin-bottom: 5px;
}
.productCat .tend a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight:bold;
	color:#555555;
	max-height: 48px;
	overflow: hidden;
}
.productCat:hover .tend a{
	color:#0066c0;
}
/*========================================================*/
.mod-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin:0 -15px;
}
.mod-content #vnt-sidebar{
	width: 240px;
	padding: 0 15px;
}
.mod-content #vnt-main{
	width:-webkit-calc(100% - 240px);
	width:-moz-calc(100% - 240px);
	width:-o-calc(100% - 240px);
	width:calc(100% - 240px);
	padding: 0 15px;
}
/*=======================================================*/
.menuProduct>ul>li{
	margin-bottom: 5px;
}
.menuProduct>ul>li.active>a{
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	color:#ee3024;
}
.menuProduct>ul>li.active>a:before{
	content: "\f053";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menuProduct>ul>li>ul{
	padding: 10px 15px;
}
.menuProduct>ul>li>ul>li{
	margin-bottom: 5px;
}
.menuProduct>ul>li>ul>li>a{
	display: block;
}
.menuProduct>ul>li>ul>li.active>a{
	font-weight: bold;
}
.menuProduct>ul>li>ul>li>ul{
	padding: 10px 15px;
}
.menuProduct>ul>li>ul>li>ul>li{
	margin-bottom: 5px;
}
.menuProduct ul li:last-child{
	margin-bottom: 0;
}
.boxFilter{
	margin-bottom: 20px;
}
.boxFilter>.title{
	background: #f8f8f8;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	padding: 9px 15px;
}
.boxFilter>.title>span{
	padding-left: 25px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
}
.boxFilter>.title.vBar>span{
	background-image: url(../images/i-bar.png);
}
.boxFilter>.title.vFilter>span{
	background-image: url(../images/i-filter.png);
}
.boxFilter>.content{
	padding: 15px 0px;
}
.filter{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.filter .title{
	font-weight: 600;
	margin-bottom: 10px;
}
.myCheckbox input{
    display: none;
}
.myCheckbox{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
}
.myCheckbox:hover{
    color: #ff9900;
}
.myCheckbox:before{
    content: "\f096";
    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-size: 15px;
    line-height: 23px;
    color:#999999;
}
.myCheckbox.active:before{
    content: "\f14a";
    color: #ff9900;
}
.myCheckbox span{
    color:#999999;
}
.myCheckboxStar{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 5px;
}
.myCheckboxStar input{
	display: none;
}
.myCheckboxStar .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 3px 0px 4px;
    border-radius: 18px;
}
.myCheckboxStar:hover .wrap,
.myCheckboxStar.active .wrap{
	background: #f8f8f8;
}
.myCheckboxStar i{
	margin-right: 3px;
	color:#f1c92b;
}
.myCheckboxStar span{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
}
/*==========================*/
.productButtonFilter{
	margin-bottom: 30px;
}
.productButtonFilter a{
	background: #ff9900;
	color:#ffffff;
	text-align: center;
	display: block;
	padding: 11px 10px;
	border-radius:4px;
}
.productButtonFilter a span{
	padding: 1px 0;
	padding-left: 30px;
	background: url(../images/i-filter-w.png) no-repeat center left;
}
.productPopupFilter{
	padding: 0;
	border-radius: 5px;
	width: 100%;
	max-width: 380px;
}
.productPopupFilter .titlePopup{
	background: #ff9900;
	color:#ffffff;
	text-align: center;
	display: block;
	padding: 11px 10px;
	border-radius:4px;
}
.productPopupFilter .titlePopup span{
	padding: 1px 0;
	padding-left: 30px;
	background: url(../images/i-filter-w.png) no-repeat center left;
}
.productPopupFilter .contentPopup{
	padding: 20px;
}
.productPopupFilter button.design-btn-web{
	width: 150px;
	height: 40px;
	border-radius: 4px;
}
/*=====================================================*/
.productFGH{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: #f1f1f1;
	margin-bottom: 20px;
}
.menuFilter ul:after{
	content: "";
	display: block;
	clear: both;
}
.menuFilter ul li{
    float:left;
    margin-right: 5px;
}
.menuFilter ul li:last-child{
    margin-right: 0;
}
.menuFilter ul li a{
    display: block;
    font-size: 13px;
    line-height: 21px;
    background: #ffffff;
    padding:5px 12px;
}
.menuFilter ul li.active a,
.menuFilter ul li a:hover{
    background: #ff9900;
    color:#ffffff;
}
.productSort{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.productSort .sort1 {
    height: 30px;
    border: none;
    font-size: 13px;
    line-height: 21px;
    padding-left: 10px;
}
.productSort .txt{
    font-size: 13px;
    line-height: 21px;
    margin-right: 5px;
}
.productSort .sort2{
    height:30px;
    border: none;
    margin-right: 15px;
    padding-left: 10px;
}
.productDess{
	margin-bottom: 30px;
}
.productDess .wrap{
	margin-bottom: 15px;
	max-height: 110px;
	overflow: hidden;
}
.productDess.active .wrap{
	max-height: initial;
}
.productDess .readMore{
	color:#0066c0;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}
.productDess .readMore span{
	padding-right: 15px;
	position: relative;
}
.productDess .readMore 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%);
}
/*=======================================================*/
.vnt-product{
	margin-bottom: 40px;
}
.vnt-product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.vnt-product .grid .col{
	padding: 5px;
	width: 20%;
	border-bottom: solid 1px #e5e5e5;
}
/*=======================================================*/
.productBrand{
	margin-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.productBrand img{
	max-height: 25px;
}
/*=======================================================*/
.productWrap{
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.productThumbnail {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}
#vnt-thumbnail-nav {
    width: 60px;
    position: absolute;
    top: 0;
    left:0;
}
#vnt-thumbnail-nav .slick-list{
    margin: -5px 0;
}
#vnt-thumbnail-nav .slick-slide{
	border:none;
}
#vnt-thumbnail-nav .item{
    padding: 5px 0;
}
#vnt-thumbnail-nav .item .img{
	position: relative;
    border:solid 1px #cfcfcf;
    padding-top: 100%;
}
#vnt-thumbnail-nav .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#vnt-thumbnail-nav .slick-slide.slick-current .img{
	border-color: #479bc4;
}
#vnt-thumbnail-nav .slick-arrow {
    position: absolute;
    width: 25px;
    height: 15px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#vnt-thumbnail-nav .slick-prev{
    top:0;
}
#vnt-thumbnail-nav .slick-next{
    bottom:0;
}
#vnt-thumbnail-nav .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: 40px;
    line-height: 50px;
    color:#dddddd;
}
#vnt-thumbnail-nav .slick-prev:before{
    content: "\f106";
}
#vnt-thumbnail-nav .slick-next:before{
    content: "\f107";
}
#vnt-thumbnail-nav .slick-arrow:hover{
    color:#bcd02f;
}
#vnt-thumbnail-for {
}
#vnt-thumbnail-for .img{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
#vnt-thumbnail-for img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}
#vnt-thumbnail-for .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	text-align: center;
}
#vnt-thumbnail-for .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-thumbnail-for .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border: solid 2px #d6d6d6;
}
#vnt-thumbnail-for .slick-dots li.slick-active button{
	background: #dddddd;
	border-color: #dddddd;
}
.productWrap .the-social{
	margin-bottom: 20px;
}
.the-social{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the-social .txt{
    font-size: 16px;
    line-height: 24px;
    margin-right: 15px;
}
.the-social ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.the-social ul li{
    margin-right: 5px;
}
.the-social ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #eeeeee;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}
.the-social ul li a i.fa-facebook{
    color:#3b5a9b;
}
.the-social ul li a i.fa-twitter{
    color:#2b97f1;
}
.the-social ul li a i.fa-pinterest{
    color:#e52c27;
}
.the-social ul li a i,
.the-social ul li 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%);
}
.the-social ul li a:hover{
    border-radius: 0;
}
.the-button{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.the-button .design-btn-web {
    width: 200px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    padding: 10px 10px;
    margin-right: 10px;
    border-radius: 4px;
    color:#333333;
    text-align: center;
}
.the-button .design-btn-web span{
	padding: 2px 0;
	padding-left: 40px;
	background: url(../images/i-cart.svg) no-repeat center left;
	background-size: 25px;
}
.the-button button{
	width: 200px;
	height: 45px;
	border:solid 1px #cf811f;
	border-radius: 4px;
	background: -moz-linear-gradient(top, rgba(245,190,125,1) 0%, rgba(240,152,43,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,190,125,1) 0%,rgba(240,152,43,1) 100%);
	background: linear-gradient(to bottom, rgba(245,190,125,1) 0%,rgba(240,152,43,1) 100%);
}
.the-button button:hover{
	background: -moz-linear-gradient(top, rgba(224,174,116,1) 0%, rgba(214,143,38,1) 100%);
	background: -webkit-linear-gradient(top, rgba(224,174,116,1) 0%,rgba(214,143,38,1) 100%);
	background: linear-gradient(to bottom, rgba(224,174,116,1) 0%,rgba(214,143,38,1) 100%);
}
.the-ratting{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	color:#f1c92b;
	margin-bottom: 10px;
}
.the-title{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-title h1,
.the-title h2{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}
.the-fit {
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	margin-bottom: 15px;
}
.the-fit span{
	color:#333333;
}
.the-price{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	line-height: 24px;
}
.the-price .txt{
	margin-right: 15px;

}
.the-price .red{
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color:#ff9900;
	margin-right: 15px;
}
.the-price .nor{
	font-size: 18px;
	line-height: 26px;
	color:#888888;
	text-decoration: line-through;
}
.the-price{
	margin-bottom: 15px;
}
.the-color{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}
.the-color .txt{
	margin-top: 15px;
	margin-right: 15px;
	flex-shrink: 0;
	white-space: nowrap;
}
.the-color .txt span{
	font-weight: bold;
	display: none;
}
.the-color ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.the-color ul li{
	margin-right: 15px;
	margin-bottom: 10px;
}
.the-color ul li a{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	border:solid 2px #eeeeee;
}
.the-color ul li.active a{
	border-color: #479bc4;
}
.the-color ul li 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: 100%;
	max-height: 100%;
}
.the-size{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}
.the-size .txt{
	margin-right: 15px;
	white-space: nowrap;
	flex-shrink: 0;
}
.the-size .txt span{
	font-weight: bold;
	display: none;
}
.the-size ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.the-size ul li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.the-size ul li a{
	display: block;
	white-space: nowrap;
	padding: 5px 10px;
	border:solid 1px rgba(0,0,0,0.15);
	font-size: 12px;
	line-height: 20px;
	border-radius: 4px;
}
.the-size ul li.active a{
	border-color: #0066c0;
}
.the-quantity{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
}
.the-quantity .txt{
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: 15px;
}
.the-quantity .quantity {
    position: relative;
    width: 75px;
    margin-right: 15px;
}
.the-quantity .quantity input {
    width: 45px;
    height: 40px;
    text-align: center;
    border: solid 1px #eaeaea;
}
.the-quantity .quantity .group-button{
    width: 30px;
    height:40px;
    position: absolute;
    right: 0;
    top: 0;
    border:solid 1px #eaeaea;
    border-left: none;
}
.the-quantity .quantity .group-button button{
    background: #ffffff;
    border:none;
    width:100%;
    height:19px;
    font-size: 8px;
    line-height: 16px;
    color:#333333;
}
.the-quantity .quantity .group-button button.btn-up{
    border-bottom: solid 1px #eaeaea;
}
.the-quantity .noteKho{
	font-size: 13px;
	line-height: 21px;
}
.the-promotion{
	margin-bottom: 20px;
}
.the-promotion .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.the-promotion .grid .col1{
	width: 140px;
}
.the-promotion .grid .col2{
	width:-webkit-calc(100% - 140px);
	width:-moz-calc(100% - 140px);
	width:-o-calc(100% - 140px);
	width:calc(100% - 140px);
}
.the-promotion .num_quest{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.the-promotion .num_quest .text{
	font-size: 15px;
	line-height: 23px;
	background: #ff9900;
	color:#ffffff;
	font-weight: bold;
	padding: 3px 10px;
	padding-left: 15px;
	padding-right: 20px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
	margin-right: 15px;
}
.the-promotion .num_quest .text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 5px #ffffff;
    border-bottom: solid 15px transparent;
    top: 0;
    right: 0;
}
.the-promotion .num_quest .num {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    border: solid 1px #333333;
    padding: 0 5px;
    border-radius: 4px;
    text-decoration: underline;
}
.the-promotion .text_quest{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
	margin-bottom: 10px;
}
.the-promotion .listGif{
	margin-bottom: 20px;
}
.the-promotion .listGif ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.the-promotion .listGif ul li{
	width: 20%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.the-promotion .gif{
	position: relative;
	cursor: pointer;
}
.the-promotion .gif:before{
	content: "\f046";
	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:#ff9900;
	z-index: 2;
	font-size: 35px;
	line-height: 45px;
	display: none;
	pointer-events: none;
}
.the-promotion .gif.active:before{
	display: block;
}
.the-promotion .gif .img{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border:solid 1px #dddddd;
}
.the-promotion .gif.active .img{
	border-color: #ff9900;
}
.the-promotion .gif .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%;
}
.the-promotion .gif input{
	width: 40px;
	height: 25px;
	border:solid 1px rgba(0,0,0,0.1);
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -10px;
	display: none;
}
.the-promotion .gif.active input{
	display: block;
}
.the-promotion .noteGif{
	width: 220px;
	background: #f5f5f5;
	border:solid 1px #479bc4;
	padding: 10px;
	text-align: center;
	position: relative;
	margin-left: 80px;
	border-radius: 4px;
}
.the-promotion .noteGif:before{
	content: "";
	position: absolute;
	width: 26px;
	height: 13px;
	background:url(../images/i-arrow-promotion.png) no-repeat center center;
	background-size: contain;
	bottom: 100%;
	left: 25px;
}
.the-promotion .noteGif .t1{
	font-weight: bold;
	color:#ff9900;
}
.the-promotion .noteGif .t2{
	font-size: 12px;
	line-height: 20px;
	color:#479bc4;
}
/*==============================================================*/
.productContent{
	margin-bottom: 35px;
}
.the-content .designBoxContent{
	background: #eeeeee;
	padding: 25px;
	border:solid 3px #9e9e9e;
	border-radius: 10px;
	padding-right: 160px;
	position: relative;
	margin-bottom: 15px;
}
.the-content .designBoxContent .title{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.the-content .designBoxContent .cer{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.the-content .noteDesign{
	font-size: 16px;
	line-height: 24px;
	color:#bbbbbb;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.the-content .noteDesign p{
	padding: 0;
}
/*============================================================*/
.slideOther{
	margin-bottom: 40px;
}
.slideOther .slick-list{
	margin: 0 -10px;
}
.slideOther .item{
	padding: 0 10px;
}
.slideOther .product{
	margin-bottom: 0;
}
.slideOther .slick-arrow{
	width:40px;
	height:40px;
	background-color: transparent;
	background-size: contain;
	background-position: center;
	background-size: contain;
	border:none;
	position: absolute;
	top: 50%;
	bottom: 0;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0.3;
}
.slideOther .slick-prev{
	left: 0;
	/* background-image: url(../images/i-prev.png); */
}
.slideOther .slick-next{
	right: 0;
	/* background-image: url(../images/i-next.png); */
}
.slideOther .slick-arrow:hover{
	opacity: 1;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1367px){
.vnt-product .grid .col{
	width: 25%;
}
}


@media all and (max-width: 1025px){
.vnt-product .grid .col{
	width: 33.333333%;
}
}

@media all and (max-width: 991px){
.product .price .red{
	font-size: 16px;
	line-height: 24px;
}
.product .price{
	display: block;
	text-align: center;
}
.product .price .nor{
	font-size: 14px;
	line-height: 22px;
}
.slideBannerProduct{
	margin-bottom: 20px;
}
.vnt-cat-product .grid{
	margin: 0 -10px;
}
.vnt-cat-product .grid .col{
	padding: 0 10px;
}
.catProduct{
	margin-bottom: 0;
}
.boxProduct .titleProduct .title a{
	font-size: 20px;
	line-height: 30px;
}
.mod-content{
	display: block;
}
.mod-content #vnt-sidebar,
.mod-content #vnt-main{
	width: 100%;
}
.productFGH{
	display: block;
}
.productFGH .txtNote{
	margin-bottom: 10px;
}
.filter{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 10px;
}
.filter .title{
	border:solid 1px #eeeeee;
	background: #f8f8f8;
	padding: 8px 15px;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
}
.filter .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%);
}
.filter.active .content{
	display: block;
}
.filter .content{
	background: #f8f8f8;
	padding: 10px;
	border:solid 1px #eeeeee;
	border-top: none;
	display: none;
}
.myCheckbox{
	font-size: 12px;
	line-height: 20px;
}
.menuFilter{
	margin-bottom: 15px;
}
.the-title{
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none;
}
.the-button{
	margin-bottom: 30px;
}
.productBrand{
	justify-content: space-between;
}
#vnt-thumbnail-for .img{
	padding-top: 134.77%;
}
}

@media all and (max-width: 768px){
.catProduct .tend{
	padding: 0 10px;
}
.catProduct .tend a{
	padding: 16px 0;
	font-size: 16px;
	line-height: 24px;
}
}

@media all and (max-width: 767px){
.productCat .tend a{
	font-size: 14px;
	line-height: 22px;
}
.vnt-cat-product .grid{
	margin: 0 -5px;
}
.vnt-cat-product .grid .col{
	padding: 0 5px;
}
.boxProduct .titleProduct .title a{
	font-size: 18px;
	line-height: 26px;
}
.vnt-product .grid .col{
	width: 50%;
}
.the-content .designBoxContent{
	padding-right: 25px;
}
.the-content .designBoxContent .cer{
	position: initial;
	text-align: center;
}
.the-color ul li{
	margin-right: 10px;
}
.the-color ul li a{
	width: 70px;
	height: 70px;
}
}

@media all and (max-width: 640px){
.vnt-cat-product .grid .col{
	width: 50%;
}
.the-promotion .listGif ul li{
	width: 25%;
}
.the-size,
.the-color{
	display: block;
}
.the-size .txt,
.the-color .txt{
	margin-bottom: 10px;
}
.the-size ul,
.the-color ul{
	flex-wrap: initial;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.productThumbnail{
	padding-left: 0;
	margin-bottom: 15px;
	padding-bottom: 30px;
	border-bottom: solid 5px #d5dbdb;
}
#vnt-thumbnail-for .slick-dots{
	bottom: -22px;
}
#vnt-thumbnail-nav{
	display: none;
}
.productWrap .the-social{
	margin-bottom: 0;
}
.the-title h1,
.the-title h2{
	font-size: 13px;
	line-height: 21px;
}
.the-color .txt span,
.the-size .txt span{
	display: inline-block;
}
}

@media all and (max-width: 480px){
.product .price .red{
	font-size: 14px;
	line-height: 22px;
}
.product .price .nor{
	font-size: 12px;
	line-height: 20px;
}
.the-button .design-btn-web,
.the-button button{
	display: block;
	text-align: center;
}
.the-promotion .listGif ul li{
	width: 33.333333%;
}
}

@media all and (max-width: 360px){
.the-button{
	display: block;
}
.the-button .design-btn-web,
.the-button button{
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
}