.vnt-product .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.vnt-product .grid .col{
	width: 25%;
	padding: 0 10px;
}
.product{
	margin-bottom: 30px;
}
.product .img{
	position: relative;
}
.product .img>a{
	display: block;
	padding-top: 118.705035%;
	position: relative;
	overflow: hidden;
}
.product .img>a>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.product:hover .extra{
	opacity: 1;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.product .extra{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.55);
    padding: 10px;
}
.product .listColor{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.product .listColor a{
	display: block;
	margin-right: 10px;
}
.product .listColor a img{
	width: 20px;
}
.product .caption{
	padding: 10px;
}
.product .tend a{
	display: block;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
}
.product .price{
	font-size: 10px;
	line-height: 20px;
}
/*================================================================*/
.productFGH{
	margin-bottom: 30px;
	position: relative;
}
.productFGH .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #eaeaea;
    padding: 0px 15px;
}
.productFGH .head .txt {
    font-size: 11px;
    line-height: 20px;
    padding: 10px 0px;
}
.productFGH .head .icon{
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 10px 0;
	cursor: pointer;
}
.productFGH .head .icon span{
	padding-right: 20px;
	background: url(../images/product/per-filter.png) no-repeat center right;
	background-size: 12px;
}
.productFGH .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.productFGH .grid .col1{
	width: 120px;
	flex-shrink: 0;
}
.productFGH .grid .col2{
	width: 180px;
	flex-shrink: 0;
}
.productFGH .grid .col3{
	width: 110px;
	flex-shrink: 0;
}
.productFGH .grid .col4{
	width: 145px;
	flex-shrink: 0;
}
.productFGH.active .body{
	opacity: 1;
	pointer-events: auto;
}
.productFGH .body{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	background: #f5f5f5;
	padding: 20px 15px;
	opacity: 0;
	pointer-events: none;
}
.myCheckbox input{
    display: none;
}
.myCheckbox{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 11px;
    line-height: 20px;
    color: #666666;
}
.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: #333333;
}
.myCheckbox span{
    color:#999999;
}
.listColor ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.listColor ul li{
	margin-right: 5px;
	margin-bottom: 5px;
}
/*===============================================================*/
.productButtonFilter{
	margin-bottom: 30px;
}
.productButtonFilter a{
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding: 10px 10px;
	padding-right: 30px;
	background: url(../images/per-filter.png) no-repeat center right 15px #eaeaea;
}
.productPopupFilter{
	padding: 0;
	border-radius: 5px;
	width: 100%;
	max-width: 380px;
}
.productPopupFilter .titlePopup{
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding: 10px 10px;
	background: #eaeaea;
}
.productPopupFilter .contentPopup{
	padding: 20px;
}
.productPopupFilter .filter:last-child{
	margin-bottom: 0;
}
.productPopupFilter .filter{
	margin-bottom: 25px;
}
.productPopupFilter .filter .title{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.productPopupFilter .design-btn-web{
	background: #333333;
	color:#ffffff;
	border:none;
}
.productPopupFilter .filter .title span{
	padding-right: 20px;
	background: url(../images/per-filter.png) no-repeat center right;
	background-size: 12px;
}
.productPopupFilter .listColor{
	max-width: 110px;
}
.productPopupFilter button.design-btn-web{
	width: 150px;
	height: 40px;
	border-radius: 4px;
}
.designPopupFilter button[data-fancybox-close]{
	width: 40px;
	height: 40px;
	background: url(../images/per-filter.png) no-repeat center;
}
.designPopupFilter button[data-fancybox-close] svg{
	display: none;
}
/*=============================================================*/
.nextItem {
	background: #eaeaea;
	text-align: right;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.nextItem a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
.nextItem a span{
	padding-right: 25px;
	background: url(../images/per-next.png) no-repeat center right;
	background-size: 12px;
}
/*============================================================*/
.productWrap{
	padding: 30px 50px;
	background: #eaeaea;
	margin-bottom: 40px;
	min-height: 640px;
}
.productWrap .wrap{
	padding-right: 560px;
	position: relative;
}
.the-title{
	margin-bottom: 10px;
}
.the-title h1{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.the-price{
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 30px;
}
.the-content{
	margin-bottom: 15px;
}
.the-content .tab-list{
	margin-bottom: 15px;
}
.the-content .tab-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-content .tab-list ul li{
	margin-right: 40px;
}
.the-content .tab-list ul li:last-child{
	margin-right: 0;
}
.the-content .tab-list ul li a{
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	position: relative;
}
.the-content .tab-list ul li a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	display: none;
}
.the-content .tab-list ul li.active a:before{
	display: block;
}
.the-detail p{
	padding: 0;
}
.the-detail {
	font-size: 11px;
	line-height: 18px;
}
#thumbnail-nav{
	margin-bottom: 20px;
}
#thumbnail-nav .slick-list{
	margin: 0 -2px;
}
#thumbnail-nav .item{
	padding: 0 2px;
}
#thumbnail-nav .img{
	padding-bottom: 5px;
	position: relative;
}
#thumbnail-nav .img:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	display: none;
}
#thumbnail-nav .slick-slide.slick-current .img:before{
	display: block;
}
#thumbnail-for{
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 500px;
}
#thumbnail-for .item .img a{
	display: block;
	height: 0;
	padding-top: 115%;
	overflow: hidden;
	position: relative;
}
#thumbnail-for .item .img a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
#thumbnail-for img{
	max-width: initial;
	max-height: initial;
}
.the-color .txt{
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 5px;
}
.the-color{
	margin-bottom: 20px;
}
.the-color ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.the-color ul li{
	margin-right: 5px;
	margin-bottom: 5px;
}
.the-color ul li a{
	display: block;
	position: relative;
}
.the-color ul li a:before{
	content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    display: none;
}
.the-color ul li.active a:before{
	display: block;
}
.the-love {
	text-align: right;
	margin-bottom: 10px;
}
.the-love a{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
}
.the-love a span{
	padding-right: 25px;
	background: url(../images/i-heart.svg) no-repeat center right;
}
.the-button{
	margin-bottom: 20px;
}
.the-button button{
	width: 100%;
	height: 40px;
	background: #3b393a;
	color:#ffffff;
	font-size: 13px;
	line-height: 21px;
	border:solid 1px #3b393a;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.the-button button .icon{
	width: 15px;
    display: inline-block;
    margin-right: 10px;
}
.the-button button:hover{
	background:#1f1e1e ;
}
.btnGrip{
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 -10px;
	margin-bottom: 20px;
}
.btnGrip .btnSell{
	width: 50%;
	padding: 0 10px;
}
.btnGrip .btnSell a{
	width: 100%;
	padding: 8px 10px;
	height: 40px;
	text-align: center;
	display: block;
	background: #3b393a;
	color:#ffffff;
	font-size: 13px;
	border:solid 1px #3b393a;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-transform: uppercase;
}
.btnGrip .btnSell a:hover{
	background: #000000;
	color:#ffffff;
	text-decoration: none;

}
.btnGrip .btnSell a .icon{
	width: 15px;
	display: inline-block;
	margin-right: 10px;
}
.the-df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-df.nbp{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.the-social{
	position: relative;
}
.the-social .icon{
	cursor: pointer;
}
.the-social .icon img{
	width: 100%;
	max-width: 15px;
}
.the-social .popup{
	position: absolute;
	left:100%;
	margin-left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.the-social.active .popup{
	opacity: 1;
	pointer-events: auto;
}
.the-social .popup ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.the-social .popup ul li{
	margin-right: 10px;
}
.the-social .popup ul li:last-child{
	margin-right: 0;
}
.the-social .popup ul li a{
	display: block;
	font-size: 15px;
	line-height: 23px;
}
.the-store {
	text-align: right;
}
.the-store a{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
}
.the-store a span{
	padding: 1px 0;
	padding-right: 25px;
	background: url(../images/i-home.svg) no-repeat center right;
	background-size: 15px;
}
.the-service {
	text-align: left;
	margin-bottom: 10px;
}
.the-service a{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
}
.the-service a span{
	padding: 1px 0;
	padding-left: 25px;
	background: url(../images/i-phone-arr.svg) no-repeat center left;
	background-size: 15px;
}
.the-transfer {
	text-align: right;
	margin-bottom: 10px;
}
.the-transfer a{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
}
.the-transfer a span{
	padding: 1px 0;
	padding-right: 25px;
	background: url(../images/i-plane.svg) no-repeat center right;
	background-size: 15px;
}
/*==========================================================*/
.the-other .title{
	text-align: center;
	margin-bottom: 25px;
}
.the-other .title h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
#slideOther .slick-list{
	margin:0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .news{
	margin-bottom: 0;
}
#slideOther .slick-arrow{
	width:35px;
	height:35px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	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: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slideOther .slick-prev{
	left:-60px;
	background-image: url(../images/i-prev.png);
}
#slideOther .slick-next{
	right:-60px;
	background-image: url(../images/i-next.png);
}
/*========================================================*/
.popupGallery .fancybox-slide--html{
	padding: 0;
}
.popupGallery .fancybox-slide--iframe .fancybox-content{
	margin-bottom: 0;
	height: 100%;
	width: 400px;
}
.popupGallery .fancybox-close-small{
	width: 40px;
	height: 40px;
	background: #3a3a3a;
	top: 10px;
	right: 10px;
	color:#ffffff;
}

/*  */
.infoDetailPro{
	margin-bottom: 40px;
}
.infoDetailPro .tab-title{
	margin-bottom: 30px;
}
.infoDetailPro .tab-list{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	align-content: center;
} 
.infoDetailPro  .tab-list li{
	margin-right: 40px;
}
.infoDetailPro  .tab-list li:last-child{
	margin-right: 0;
} 
.infoDetailPro .tab-list li a{
	font-size: 14px;
	line-height: 22px;
	color: #555555;
	padding: 15px 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
} 
.infoDetailPro .tab-list li a:hover{
	text-decoration: none;
}
.infoDetailPro .tab-list li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #000000;
	height: 3px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.infoDetailPro .tab-list li.active a::before, .infoDetailPro .tab-list li:hover a::before{
	width: 100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.infoDetailPro .tab-content .tab-pane{
	display: none;
}
.infoDetailPro .tab-content .tab-pane.active{
	display: block;
}
.infoDetailPro .tab-content .the-content h3{
	text-transform: uppercase;
	font-weight: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 400;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.productWrap .wrap{
	padding-right: 460px;
}
#thumbnail-for{
	width: 400px;
}
}

@media all and (max-width: 1025px){
#slideOther{
	padding-bottom: 20px;
}
#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:-30px;
	left: 50%;
}
#slideOther .slick-next{
	margin-left:30px;
	left: 50%;
}
.productWrap .wrap{
	padding-right: 420px;
}
}

@media all and (max-width: 991px){
	.infoDetailPro .tab-list li{
		margin-right: 20px;
	}
.vnt-product .grid{
	margin: 0 -5px;
}
.vnt-product .grid .col{
	width: 33.333333%;
	padding: 0 5px;
}
.product{
	margin-bottom: 20px;
}
.productWrap{
	padding: 15px 20px;
}
.productWrap .grid{
	margin: 0 -15px;
}
.productWrap .grid .col{
	padding: 0 15px;
}
.productWrap .wrap{
	padding-right: 380px;
}
#thumbnail-for{
	width: 360px;
}
}

@media all and (max-width: 768px){
#slideOther .slick-list{
	margin:0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
}

@media all and (max-width: 767px){
.vnt-product .grid .col{
	width: 50%;
}
.productWrap .wrap{
	padding-right: 0;
}
#thumbnail-for{
	position: initial;
	width:100%;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	margin-bottom: 20px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 360px){
.the-transfer a,
.the-service a,
.the-store a{
	font-size: 10px;
}
.the-store a span,
.the-transfer a span{
	padding-right: 15px;
    background-size: 10px;
}
.the-service a span{
	padding-left: 15px;
	background-size: 10px;
}
}