#slideBanner{
	margin-bottom: 30px;
}
#slideBanner .slick-list{
	margin: 0 -15px;
}
#slideBanner .item{
	padding: 0 15px;
}
#slideBanner a img{
	width: 100%;
}
#slideBanner .slick-arrow{
	width:20px;
	height:45px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	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;
}
#slideBanner .slick-prev{
	left:0;
	background-image: url(../images/i-prev.png);
}
#slideBanner .slick-next{
	right:0;
	background-image: url(../images/i-next.png);
}
#slideBanner .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
/*====================================================*/
.slideBrandHight{
	margin-bottom: 45px;
}
.slideBrandHight.mb10{
	margin-bottom: 20px;
}
.slideBrandHight .slick-list{
	margin: 0 -5px;
}
.slideBrandHight .slick-slide{
	padding: 0 5px;
}
.slideBrandHight .item{
	border: solid 1px rgba(0,0,0,0.1);
}
.slideBrandHight .item .imgBrd{
}
.slideBrandHight .item .imgBrd a{
	height: 75px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slideBrandHight .item .imgBrd img{
	max-width: 85%;
	max-height: 85%;
}
.slideBrandHight .item .caption{
	padding: 15px;
}
.slideBrandHight .item .imgPro{
	max-width: 85px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.slideBrandHight .item .imgPro a{
	display: block;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.slideBrandHight .item .imgPro 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%);
	width: 100%;
	max-width: 95%;
	max-height: 95%;
}
.slideBrandHight .item .tend{
	font-size: 11px;
	line-height: 20px;
	color:#555555;
	text-align: center;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}
.slideBrandHight .slick-arrow{
	width:25px;
	height:30px;
	background: transparent;
	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;
	color:#666666;
}
.slideBrandHight .slick-prev{
	left:-30px;
}
.slideBrandHight .slick-next{
	right:-30px;
}
.slideBrandHight .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: 35px;
	line-height: 45px;
}
.slideBrandHight .slick-prev:before{
	content: "\f104";
}
.slideBrandHight .slick-next:before{
	content: "\f105";
}
.slideBrandHight .slick-arrow:hover{
	color:#2d87ff;
}
/*====================================================*/
.mod-content{
	/* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start; */
}

/*====================================================*/
.menuProduct ul{

}
.menuProduct ul li{
	margin-bottom: 5px;
}
.menuProduct ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 4px 10px 4px;
	padding-left: 35px;
    -webkit-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left 10px;
    font-size: 16px;
    line-height: 24px;
    background-size: 20px;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menuProduct ul li a .img{
	width: 34px;
    height: 34px;
	position: absolute;
	left: 0;
}
.menuProduct ul li a .img img{
	max-width: 20px;
    max-height: 20px;
	mix-blend-mode: difference;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.menuProduct ul li a:hover{
	color:#005da4;
}
/*====================================================*/
.boxFilter{
	background: #f7f7f7;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 10px;
}
.boxFilter .title{
	text-transform: uppercase;
	padding: 10px 0;
	padding-right: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-right: 20px;
}
.boxFilter .title::before{
	content: "\f106";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.boxFilter.active .title::before{
	content: "\f107";
}
.boxFilter .filterPrices{
	padding: 10px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
}
.boxFilter .filterBrand{
	padding: 12px 0px;
	border-top: none;
}
.boxFilter .filterBrand .fiitercont{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxFilter .filterBrand .viewvh{
	text-align: center;
	margin-top: 10px;
}
.boxFilter .filterBrand .viewvh a{
	color: #888888;
}

.boxFilter .menuProduct{
	padding: 10px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
}
.filterSearch{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.filterSearch input{
	width:-webkit-calc(100% - 25px);
	width:-moz-calc(100% - 25px);
	width:-o-calc(100% - 25px);
	width:calc(100% - 25px);
	height: 25px;
	background: #ffffff;
	padding-left: 10px;
	border:none;
}
.filterSearch button{
	width: 25px;
	height: 25px;
	background: #2d87ff;
	color:#ffffff;
	border:none;
}
.filterSearch button:hover{
	background: #fe0000;
}
.filterPrice{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.filterPrice input{
	width:-webkit-calc(((100% - 25px )/ 2 ) - 5px);
	width:-moz-calc(((100% - 25px )/ 2 ) - 5px);
	width:-o-calc(((100% - 25px )/ 2 ) - 5px);
	width:calc(((100% - 25px )/ 2 ) - 5px);
	height: 25px;
	background: #ffffff;
	padding-left: 10px;
	border:none;
	margin-right: 5px;
}
.filterPrice button{
	width: 25px;
	height: 25px;
	background: #2d87ff;
	color:#ffffff;
	border:none;
}
.filterPrice button:hover{
	background: #fe0000;
}

.filterBrand::-webkit-scrollbar {
    height: 6px;
    width:4px;
    background: #f2f2f2;
    padding:3px;
}
.filterBrand::-webkit-scrollbar-thumb {
  	background-color: #cccccc;
  	outline: 1px solid black;
}
.filterMadein{
	max-height: 310px;
	overflow: hidden;
}
.filterMadein.showtime{
	max-height: initial;
}
.moreMadein{
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color:#2d87ff;
	cursor: pointer;
}
.moreMadein span{
	padding-right: 15px;
	position: relative;
}
.moreMadein span:before{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.myCheckbox{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color:#555555;
	min-height: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.myCheckbox img{

}
.myCheckbox img{
	mix-blend-mode: darken;
}
.myCheckbox:hover{
	color: #005da4;
}
.myCheckbox input{
	display: none;
}
.myCheckbox:before{
	content: '';
    position: absolute;
    left: 0;
	top: 54%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}
.myCheckbox::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    left: 4px;
    top: 54%;
    transform: translateY(-50%);
}
.myCheckbox.active:before{
	border: 1px solid #005da4;
}
.myCheckbox.active:after{
	background-color: #005da4;
}
.myCheckbox span{
    color:#999999;
}
.myCheckboxStar{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
}
.myCheckboxStar input{
	display: none;
}
.myCheckboxStar .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 3px 8px 4px;
    border-radius: 18px;
}
.myCheckboxStar:hover .wrap,
.myCheckboxStar.active .wrap{
	background: #e6e6e6;
}
.myCheckboxStar i{
	margin-right: 3px;
	color:#f1c92b;
	font-size: 14px;
	line-height: 22px;
}
.myCheckboxStar span{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
}
#linkPopupFilter {
    background: #2d87ff;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 12px 10px;
    margin-bottom: 30px;
}
#linkPopupFilter span {
    padding: 2px;
    padding-left: 40px;
    background: url(../images/filter.svg) no-repeat center left;
    background-size: 23px;
}
#vnt-filter-mobile{
	padding: 0;
	border-radius: 4px;
	width: 100%;
	max-width: 460px;
}
#vnt-filter-mobile .titleF {
    background: #2d87ff;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 12px 10px;
}
#vnt-filter-mobile .titleF span {
    padding: 2px;
    padding-left: 40px;
    background: url(../images/filter.svg) no-repeat center left;
    background-size: 23px;
}
#vnt-filter-mobile .contentF{
	padding: 15px;
}
#vnt-filter-mobile .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#vnt-filter-mobile button.bts{
	width: 80px;
	height: 35px;
	background: #2d87ff;
	border-radius: 4px;
	color:#ffffff;
	border:none;
}
#vnt-filter-mobile button.bts:hover{
	background: #fe0000;
}
.fancybox-slide--html{
	padding: 10px;
}
/*====================================================*/
.vnt-product{
	margin-bottom: 10px;
}
.vnt-product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.vnt-product1 .grid{
	margin: 0 -10px;
}

.vnt-product .grid .col{
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.vnt-product1 .grid .col{
	width: 20%;
	padding: 0 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.vnt-product1 .product .img a img{
	top: 50%;
	transform: translate(-50%, -50%);
}
.vnt-product1 .product .img{
	margin-bottom: 10px;
}
.product{
	position: relative;
}

.productEffect{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.productEffect:hover{
	transform: translateY(-5px);
    box-shadow: 0px 20px 15px -20px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product1 .tend{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
}
.vnt-product1 .product .tend{
	height: 45px;
	overflow: hidden;
}

/* ============================================== */
.productTop{
	padding: 10px 25px 30px 25px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,0.1);
}
.productTop .videoPro{
	text-align: center;
}
.productTop .videoPro img, .productTop .videoPro iframe{
	width: 100%!important;
	height: auto!important;
}
/*=======================================================*/
.productTools{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0084c2;
	margin-bottom: 30px;
}
.subtablvpro ul li{
	margin-right: 30px;
}
.subtablvpro ul li:last-child{
	margin-right: 0;
}
.subtablvpro ul li a{
	color: #888888;
}
.subtablvpro ul li.active a, .subtablvpro ul li:hover a{
	color: #0084c2;
	text-decoration: underline;
}
.productTools .txt{
	font-size: 14px;
    line-height: 22px;
    color: #666666;
    white-space: nowrap;
    margin-right: 15px;
    display: inline-block;
}
.productTools .sort{
	position: relative;
}
.productTools .sort .icon{
	color: #666666;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
    width: 140px;
    padding: 5px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}
.productTools .sort .icon: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%);
}
.productTools .sort .popup{
	position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    width: 160px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border: solid 1px #cccccc;
    display: none;
    z-index: 5;
    background: #ffffff;
    max-height: 160px;
	overflow: auto;
	padding: 10px;
}
.productTools .sort.active .popup{
	display: block;
}
.productTools .sort .popup ul li a{
	display: block;
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    padding: 5px 10px;
}
.productTools .sort .popup ul li a:hover{
	background-color: #005da4;
	color: #ffffff;
}
.productTools .menu ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productTools .menu ul li{
	margin-right: 20px;
}
.productTools .menu ul li:last-child{
	margin-right: 0;
}
.productTools .menu ul li a{
	display: block;
	font-size: 13px;
	line-height: 21px;
	color:#ffffff;
	text-transform: uppercase;
}
/*==========================================================*/
.productAbout{
	margin-top: 40px;
}
.productAbout .title{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
/*==========================================================*/
.productThumbnail{
	margin-bottom: 20px;
}
div#vnt-thumbnail-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 120px;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 50px;
}
div#vnt-thumbnail-nav::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
} 
div#vnt-thumbnail-nav::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#vnt-thumbnail-nav .slick-track{
	width: 100%!important;
	transform: initial!important;
	margin: 0 -5px;
}
div#vnt-thumbnail-nav .slick-list{

}
div#vnt-thumbnail-nav .slick-slide{
	padding: 0 5px;
	margin-bottom: 10px;
}
div#vnt-thumbnail-nav .item{

}
div#vnt-thumbnail-nav .item .img{
	position: relative;
	padding-top: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
	cursor: pointer;
}
div#vnt-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%);
	max-width: 80%;
	max-height: 80%;
}
div#vnt-thumbnail-nav .item .img a img{
	max-width: 60%;
	left: 50%;
	transform: translateX(-50%);
}
div#vnt-thumbnail-nav .slick-slide.slick-current .img{
	border-color:#f47d25;
}
div#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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
div#vnt-thumbnail-nav .slick-prev{
    left: 10px;
}
div#vnt-thumbnail-nav .slick-next{
    right: 10px;
}
div#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: 50px;
    line-height: 50px;
    color:#41322b;
}
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::before{
    color:#005da4;
}
/*  */
.gripdtprotool{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 -5px;
}
.gripdtprotool .colsl{
	padding: 0 5px;
}
.itemvideotool{
	position: absolute;
	bottom: 0;
	left: 25px;
}
.itemvideotool a{
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #0084c2;
	position: relative;
}
.itemvideotool a::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 15px;
	background-image: url('../images/video.png');
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.itemvideotool a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 80%;
	max-width: 80%;
}
.itemthongtool .popthongky{
	display: block;
	width: 120px;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	color: #0084c2;
}
.slthumbprodt{
	padding-left: 120px;
	position: relative;
	margin-bottom: 20px;
}
.slthumbprodt .viewpopimg{
	margin-right: 60px;
}
.slthumbprodt .viewpopimg a{
	display: block;
	padding: 6px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	color: #0084c2;
	border-top: none;
	font-style: italic;
}
.slthumbprodt .viewpopimg a:hover{
	background-color: #0084c2;
	color: #fff;
}
.slthumbprodt .viewpopimg a span{
	display: inline-block;
	padding-left: 25px;
	position: relative;
}
.slthumbprodt .viewpopimg a span::before{
	font-family: FontAwesome;
    position: absolute;
    left: 0;
}
.slthumbprodt .slick-counter{
	position: absolute;
	bottom: -36px;
	text-align: center;
	line-height: 36px;
	right: 0;
	width: 60px;
	height: 36px;
	background-color: #ebebeb;
}
.slthumbprodt .slick-counter .currentm::after{
	content: '/';
}
div#vnt-thumbnail-for {
	border: 1px solid rgba(0,0,0,0.1);
}
div#vnt-thumbnail-for .img{
	position: relative;
	overflow: hidden;
}
div#vnt-thumbnail-for .img a{
	display: block;
	position: relative;
	padding-top: 90%;
	height: 0;
	background-color: #fff;
}
div#vnt-thumbnail-for img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}
#vnt-thumbnail-for.vhbtnslick .slick-arrow{
	background-color: #f0f0f0;
}
#vnt-thumbnail-for.vhbtnslick .slick-arrow:hover{
	background-color: #005da4;
}
#vnt-thumbnail-for.vhbtnslick .slick-arrow::before{
	color: #333;
}
#vnt-thumbnail-for.vhbtnslick .slick-arrow:hover::before{
	color: #fff;
}
#vnt-thumbnail-for.vhbtnslick .slick-prev{
	left: 0;
}
#vnt-thumbnail-for.vhbtnslick .slick-next{
	right: 0;
}
.productBanner{
	padding-left: 70px;
	margin-bottom: 30px;
}
.productBanner img{
	width: 100%;
}

.slproattthree .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent!important;
    border: none;
    color: transparent;
    border-radius: 100%;
    z-index: 1;
    background-image: none;
	color: #333;
}
.slproattthree .slick-arrow::before{
	color: #333!important;
}
.slproattthree .slick-prev{
	left: -30px;
}
.slproattthree .slick-next{
	right: -22px;
}
/*============================================================*/

.productDes{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	font-size: 13px;
	line-height: 21px;
	color:#555555;
}
.productDes p{
	color:#555555;
	padding: 0px;
}
.productFilter{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0px;
}
.productFilter .txt{
	width: 75px;
	font-size: 13px;
	line-height: 21px;
	margin-right: 5px;
	font-weight: 300;
}
.productFilter ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.productFilter ul li{
	margin-right: 5px;
	margin-bottom: 5px;
}
.productFilter ul li a{
	display: block;
	background: #ffffff;
	position: relative;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	width: 35px;
	height: 35px;
	margin-bottom: 10px;
}
.productFilter .listSize ul li a{
	width: auto;
	height: auto;
	padding: 8px 10px;
	line-height: initial;
}
.productFilter ul li.active a{

}

.productButton{
	margin-bottom: 20px;
}
.productButton a {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background: #005da4;
    border: none;
    text-align: center;
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.productButton.btnCart a{
	background: #1da1f2;
}
.productButton.btnCart a span{
	position: relative;
	padding-left: 30px;
}
.productButton.btnCart a span:before{
	content: "\f07a";
	font-family: fontAwesome;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.productButton a span{
	position: relative;
	z-index: 1;
}
.productButton a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: #e9410e;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.productButton a:hover:after{
	right:0;
}

.productPromotion{
	padding: 10px 15px;
	background: #ffefc8;
}
.productPromotion .title{
	font-size: 13px;
	line-height: 21px;
	color:#fe0000;
	font-weight: bold;
	margin-bottom: 10px;
}
.productPromotion .title span.icon{
	padding-left: 25px;
	position: relative;
}
.productPromotion .title span.icon:before{
	content: "\f06b";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
}
.productPromotion .title span.n{
	font-weight: normal;
	font-size: 11px;
	line-height: 21px;
	color:#555555;
}
.productPromotion .pro{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productPromotion .pro .img{
	height: 60px;
	width: 60px;
	background: #ffffff;
	position: relative;
	margin-right: 10px;
	flex-shrink: 0;
}
.productPromotion .pro .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: 85%;
	max-height: 85%;
}
.productPromotion .pro .tend{
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 5px;
}
.productPromotion .pro .des{
	color:#666666;
	font-size: 11px;
	line-height: 19px;
}
.productPrice {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}

.productPrice .txt{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.productPrice ul{
	display: flex;
    align-items: baseline;
}
.productPrice ul li{

}
.productPrice .ratting{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 5px;
	color:#f1c92b;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.productPrice .ratting i {
    margin-right: 5px;
}
.productPrice ul li{

}
.productPrice ul .psRight{
	display: flex;
	margin-bottom: 5px;
	align-items: baseline;
	justify-content: space-between;
}
.productPrice ul .psRight .reduce2{
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #888888;
	text-decoration: line-through;
	margin-left: 5px;
}
.productPrice ul .psRight .reducenew{
	font-size: 22px;
	line-height: 30px;
	color: #cd0000;
	font-weight: bold;
}
.productPrice ul .pdRight{
	font-style: italic;
	color: #888888;
}
.productPrice .pt{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-right: 20px;
}
.productPrice .pt:before{
	content: ":";
	float:right;
}
.productPrice .ps.price {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fe0000;
}
.productPrice .ps.normal{
	text-decoration: line-through;
}
.productPrice .ps.vat .p {
    color: #999999;
    text-decoration: line-through;
}
.productPrice .ps.vat .t{
	text-decoration: initial;
	color:#fe0000;
}
.productPrice .ps .t {
	display: inline-block;
    font-size: 13px;
    line-height: 14px;
    background: #fe0000;
    color: #ffffff;
    padding: 1px 4px;
    border-radius: 2px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 3px;
}
.productProtect{
	padding: 15px 20px;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.productProtect p{
	padding: 0;
	padding-left: 35px;
	position: relative;
	font-size: 13px;
	color: #555555;
	line-height: 21px;
	margin-bottom: 10px;
}
.productProtect p:before{
	font-family: fontawesome;
	position: absolute;
	left:0;
	top: -3px;
	color: #2d87ff;
	font-size: 25px;
	line-height: 33px;
}
.productProtect p span{
	font-weight: bold;
	color:#d10000;
}
.productProtect .link{
	text-align: right;
}
.productProtect .link a{
	font-size: 13px;
	line-height: 21px;
	color:#2d87ff;
}

.productWrap{
	margin-bottom: 50px;
}
.productWrap > .row{

}
.productWrap > .row > div{

}
/* ==== */
.boxsell{
	display: flex;
	margin-bottom: 30px;
	margin: 0 -5px;
	padding-right: 30px;
}
.boxsell > div{
	width: 50%;
	padding: 0 5px;
}
.Boxhotline{
	border-top: 1px solid rgba(0,0,0,0.1);
	position: relative;
	padding: 10px 0;
	padding-left: 20px;
}
.Boxhotline::before{
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	content: '\f095';
	top: 50%;
	transform: translateY(-50%);
}
.Boxhotline a{
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	color: #005da4;
}
.boxLinkDc{
	margin-bottom: 10px;
}
/*==========================================================*/
.productOther{
	margin-bottom: 60px;
}
.productOther .title{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.productOther .title h2{
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.productOther .title h2:before{
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	border-bottom: solid 2px #2d87ff;
}
.slideOther{
	border-left:solid 1px #ebebeb;
	border-top:solid 1px #ebebeb;
}
.slideOther .item{
	border-right:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
}
.sliderOrther .slick-list{
	margin: 0 -10px;
}
.sliderOrther .slick-slide {
	padding: 0 10px;
}
.sliderOrther.sliderOrther5 .slick-list{
	margin: 0 ;
	border: 1px solid rgba(0,0,0,0.1);
}
.sliderOrther.sliderOrther5 .slick-slide {
	padding: 0 ;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.slideOther .slick-arrow {
    position: absolute;
    right: 0;
    background: #e5e5e5;
    border: none;
    border-radius: 5px;
    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;
}
.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%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slideOther .slick-prev:before{
    content:"\f104";
}
.slideOther .slick-next:before{
    content:"\f105";
}
.slideOther .slick-arrow:hover{
    background: #2d87ff;
}
.slideOther .slick-arrow:hover:before{
    color:#ffffff;
}
/*=============================================================*/
.boxFixedWrap{
	padding: 20px 20px 40px 20px;
	background-color: #fff;
	margin-bottom: 30px;
}
.boxFixed{
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.boxFixed .tab-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.boxFixed .tab-list ul li{
	margin-right: 5px;
}
.boxFixed .tab-list ul li a {
    display: block;
    background: #ffffff;
	padding: 10px 20px;
	border: 2px solid rgba(0,0,0,0.1);
	font-size: 17px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: bold;
}
.boxFixed .tab-list ul li.active a{
	border-color: #005da4;
	background-color: #005da4;
	color: #fff;
}
.boxFixed .df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.boxFixed .pro{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 45px;
}
.boxFixed .pro .img{
	width: 60px;
	height: 60px;
	background: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.boxFixed .pro .img img{
	max-width: 85%;
	max-height: 85%;
}
.boxFixed .pro .tend{
	text-transform: uppercase;
	max-width: 260px;
}
.boxFixed .pro .price{
	font-size: 13px;
	line-height: 21px;
	color:#fe0000;
}
.boxFixed .linkBuy a{
	display: inline-block;
	width: 145px;
	background: #2d87ff;
	padding: 10px 25px;
	text-align: center;
	color:#ffffff;
	border-radius: 4px;
}
.boxFixed .linkBuy a:hover{
	background: #fe0000;
}
/*============================================================*/
.boxContent .wrapcont{
	max-width: 870px;
}
.boxContent .title{
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}
.h1_inline{
	display: contents;
}
/*==========================================================================*/

.orther{
	margin-bottom: 30px;
}
.orther:last-child{
	margin-bottom: 0;
}
.orther .titleOrther{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #005da4;
}

/* newAll */
.newAll{
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	background-color: #fff;
}
.newAll .thumb{
	margin-bottom: 10px;
}
.newAll .thumb a{
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 65.56%;
}
.newAll .thumb a:hover img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.newAll .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.newAll .decs h3{
	margin-bottom: 5px;
}
.newAll .decs a{
	font-size: 18px;
	line-height: 25px;
	color: #005da4;
	font-weight: bold;
	height: 73px;
	overflow: hidden;
}
.newAll .decs .date{
	color: #888888;
	margin-bottom: 5px;
}
/*============================RESPONSIVE====================================*/
.productInfoItem{
	padding: 18px 15px;
}
.productInfoItem .itemInfo{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #005da4;
	margin-bottom: 10px;
}
.productInfoItem .listItemInfo{
	background-color: #fff;

}
.productInfoItem .listItemInfo .itemItem{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}
.productInfoItem .listItemInfo .itemItem:last-child{
	margin-bottom: 0;
}
.listItemInfo .itemItem .icon{
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.listItemInfo .itemItem .txt{
	width: calc(100% - 30px);
	padding-left: 15px;

}

.productkhuyenM{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	margin-bottom: 20px;
}
.productkhuyenM .titleKm{
	padding: 10px 10px 10px 50px;
	position: relative;
	background-color: #f5f5f5;
	background-image: url('../images/gif.png');
	background-position: 10px center;
	background-size: 30px;
	background-repeat: no-repeat;
}
.productkhuyenM .titleKm h2{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.productkhuyenM .lstProKm{
	padding: 10px;
}
.productkhuyenM .lstProKm li{
	position: relative;
	margin-bottom: 5px;
	padding-left: 30px;
}
.productkhuyenM .lstProKm li::before{
	content: '\f058';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #d80008;
	font-size: 20px;
	top: 3px;
}
.productkhuyenM .lstProKm li a{
	color: #0084c2;
	text-decoration: underline;
	font-style: italic;
}
/*  */
.popupsell{
	display: none;
	max-width: 650px;
	margin: 0 auto;
	padding: 0;
	max-height: calc(100vh - 100px);
	overflow: hidden;
	overflow-y: auto;
}
.popupsell::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}
.popupsell::-webkit-scrollbar-thumb {
	background-color: #005da4;	
}
.popupsell .fancybox-close-small{
	color: #ffff;
	padding: 5px;
}
.popupsell .titlePop{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	background-color: #005da4;
	padding: 10px 20px;
	text-align: center;
}
.popupsell .contentPop{
	padding: 20px;
}
.popupsell .contentPop .topPro{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.popupsell .contentPop .topPro::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 90%;
	background-color: #ddd;
}
.popupsell .contentPop .topPro .thumb{
	width: 90px;
	height: 90px;
	border: 1px solid #005da4;
	position: relative;
}
.popupsell .contentPop .topPro .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
}
.popupsell .contentPop .topPro .decs{
	padding-left: 10px;
	width: calc(100% - 90px);
}
.popupsell .contentPop .topPro h3{
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.popupsell .contentPop .topPro h3 a{
	color: #005da4;
}
.popupsell .contentPop .topPro .sl{
	margin-bottom: 5px;
}
.popupsell .contentPop .topPro .price{

}
.popupsell .contentPop .topPro .price strong{
	font-size: 16px;
	line-height: 24px;
	color: #cd0000;
}	

.popupsell .contentPop .form-group label{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.popupsell .contentPop input{
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0 10px;
}
.popupsell .contentPop .gropFo{
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popupsell .contentPop .gropFo select{
	width: 120px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,0.1);
}
.popupsell .contentPop .bankBo{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
	margin-bottom: 20px;
}
.popupsell .contentPop .bankBo .imgbank{
	margin-bottom: 20px;
}
.popupsell .contentPop .btnpop button{
	min-width: 150px;
	border: none;
	text-align: center;
	background-color: #005da4;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popupsell .contentPop .btnpop button:hover{
	background-color: #13af5f;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*==========================================================================*/
@media all and (max-width: 1200px){
	.vnt-product1 .grid .col{
		width: 25%;
	}
	.sliderOrther .slick-prev{
		left: -10px;
	}
	.sliderOrther .slick-next{
		right: -10px;
	}
	.product1 .tend{
		bottom: 10px;
	}
	.product.product1 .tend a{
		font-size: 14px;
		line-height: 22px;
	}

	.productcontact .phone a{
		font-size: 20px;
		line-height: 30px;
	}

	.productPrice ul .psRight .reduce2, .productPrice ul .pdRight{
		font-size: 13px;
	}
	.productPrice ul .psRight .reducenew{
		font-size: 20px;
	}
}
@media all and (max-width: 1100px){
	.boxFixed .tab-list ul li a{
		font-size: 13px;
		padding: 10px 15px;
	}
	.boxFixed .linkBuy a{
		width: 120px;
	}
	.boxFixed .pro .tend{
		font-size: 13px;
		line-height: 21px;
	}
}
@media all and (max-width: 1025px){
	.productTools .menu ul li a{
		font-size: 12px;
		line-height: 20px;
	}
	.productPrice .ps.price {
		font-size: 18px;
		line-height: 28px;
	}
	.productPrice .pt {
		width: 53px;
		margin-right: 8px;
		font-size: 13px;
	}
	.product .price{

	}
}
@media all and (max-width: 991px){
	.popupsell .contentPop .topPro h3{
		font-size: 16px;
		line-height: 24px;
	}
	.productLink li a .name{
		font-size: 14px;
		line-height: 22px;
	}
	.newAll .decs a{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.5px;
        max-height: 92px;
        overflow: hidden;
    }
    .newAll .decs .date{
        font-size: 12px;
        line-height: 21px;
    }
	.infoProRight{
		padding: 10px;
	}

	.productPrice{
		justify-content: initial;
	}
	.productPrice ul{

	}

	.productPrice .txt{
		margin-right: 20px;
	}
	.product{
		/* padding: 10px; */
	}
	.vnt-product .grid{
		margin: 0 -10px;
	}
	.vnt-product{
		margin-bottom: 0;
	}
	.vnt-product1{
		margin-bottom: 20px;
	}
	.vnt-product .grid .col{
		width: 33.333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.product1 .tend{
		bottom: 15px;
		padding: 0 5px;
	}
	.product1 .tend .tikPro{
		display: none;
	}
	.product.product1 .tend a{
		font-size: 12px;
		line-height: 20px;
	}
	.productTop{
		padding: 15px;
	}
	.productTools{
		display: block;
		margin-bottom: 70px;
		position: relative;
	}
	.productTools .contentRi{
		position: absolute;
		right: 0;
		bottom: -50px;
	}
	.productTools .sort .popup{
		right: 0;
		left: inherit;
	}
	.productTools .menu{
		display: none;
	}
	.productTools .txt{
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 21px;
	}
	.productTools .sort .icon{
		margin-left: 0;
	}
	#slideBanner .slick-list{
		margin: 0 -10px;
	}
	#slideBanner .item{
		padding: 0 10px;
	}
	.slideBrand,
	#linkPopupFilter{
		margin-bottom: 20px;
	}
	.boxFilter{
		padding: 0;
		margin-bottom: 10px;
	}
	.boxFilter .title{
		padding: 9px 15px;
		border-bottom: solid 1px rgba(0,0,0,0.1);
		margin-bottom: 0;
	}
	.filterMadein{
		overflow: auto;
	}
	.filterBrand,
	.filterPrices,
	.filterMadein,
	.filterStar{
		padding: 15px;
		display: none;
	}
	.boxFilter .title{
		position: relative;
		cursor: pointer;
		text-align: left;
	}
	.boxFilter .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%);
	}
	.boxFilter .filterBrand{
		padding: 15px;
	}
	.boxFilter .menuProduct{
		display: none;
	}
	.boxFilter.active .menuProduct{
		/* display: block; */
	}
	.boxFixed .tab-list.active ul{
		display: block;
	}
	.boxFixed .tab-list ul{
		display: block;
	}
	.boxFixed .tab-list ul li{
		margin-bottom: 10px;
		margin-right: 0;
	}
	.boxFixed .tab-list{
		width: 100%;
	}
	.boxFixed .tab-list .titleTab {
		display: block;
		padding: 9px 20px;
		position: relative;
		border: solid 1px #005da4;
		color: #333333;
		font-size: 13px;
		line-height: 24px;
		text-transform: uppercase;
		text-align: left;
	}
	.boxFixed .tab-list .titleTab::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%);
		font-size: 16px;
		color: #333333;
	}
	.orther .titleOrther{
		font-size: 20px;
		line-height: 30px;
	}
}
@media all and (max-width: 767px){
	.boxsell{
		display: block;
		padding-right: 0;
	}
	.productPrice::before{
		width: 11px;
		left: -11px;
	}
	
	.boxsell > div{
		width: 100%;
	}
	.Boxhotline a{
		display: block;
	}
	.vnt-product .grid .col{
		width: 50%;
	}
	#slideBanner .slick-list{
		margin: 0 -5px;
	}
	#slideBanner .item{
		padding: 0 5px;
	}
	.mod-content{
		display: block;
	}
	.productTools .contentRi{
		display: block;
	}
	.productWrap{
        margin-bottom: 30px;
    }

	/*  */
	.slthumbprodt{
		padding-left: 0;
	}
	div#vnt-thumbnail-nav{
		position: relative;
		width: 100%;
		margin-top: 15px;
		max-height: 116px;
		padding-bottom: 0;
	}
	#vnt-thumbnail-nav .slick-track{
		
	}
	div#vnt-thumbnail-nav .slick-slide{
		width: calc(100% / 6)!important;
	}
	.itemvideotool{
		position: static;
	}
}
@media all and (max-width: 670px){
	.productWrap .row .col-xs-6{
		width: 100%;
	}
	.productOther .title h2{
		font-size: 20px;
		line-height: 30px;
	}
	.slideOther{
		padding-bottom: 55px;
	}
	.slideOther .slick-arrow{
		bottom: 0;
		top:initial;
		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;
	}
}