.gridCat{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 -45px;
}
.gridCat .col{
	width: 455px;
	padding: 0 45px;
}
.productCat{
	padding-top: 150px;
	position: relative;
	margin-bottom: 80px;
}
.productCat .wrap{
	padding: 30px;
	/* background: rgba(0,0,0,0.4); */
	border-radius: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.productCat:hover .wrap{
	/*background:#2b587f ;*/
}
.productCat .img {
    padding-top: 108.333333%;
    position: relative;
    overflow: hidden;
    margin-top: -150px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.productCat .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-height: 100%;
	max-width: 100%;
}
.productCat .tend{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.productCat:hover .img,
.productCat:hover .tend{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.productCat .tend h3{
	font-size: 30px;
	line-height: 40px;
	color: #2b587f;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	display: block;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}
.productCat .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*=========================================================*/
.product {
	margin-bottom: 30px;
}
.product .img{
	padding-top: 108.333333%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product:hover .img{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.product .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 90%;
	max-width: 90%;
}
.product .tend{
	margin-bottom: 20px;
}
.product .tend a{
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .link{
	text-align: center;
}
.product .link a {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
    border: solid 1px #ffffff;
    padding: 10px 23px;
}
.product .link a span{
	padding-right: 15px;
	position: relative;
}
.product .link a span:before{
	content: "❯";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .link a:hover{
	background: #ffffff;
	color:#333333;
}
/*========================================================*/
.linkMore a {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    background: #2b587f ;
    border-radius: 6px;
    color: #ffffff;
    padding: 16px 37px;
}
.linkMore a:hover{
	background: #333333;
}
/*=======================THUMBNAIL=======================*/
.productThumbnail {
    padding-left: 120px;
    position: relative;
}
#vnt-thumbnail-nav {
    width: 101px;
    position: absolute;
    left: 0;
    top: 0;
}
div#vnt-thumbnail-nav .slick-list{
    margin: -10px 0;
}
div#vnt-thumbnail-nav .item{
    padding:10px 0;
    cursor: pointer;
}
div#vnt-thumbnail-nav .img{
    width: 100px;
    height: 100px;
    position: relative;
    border: solid 1px rgba(255,255,255,0.5);
}
div#vnt-thumbnail-nav .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 75%;
	max-width: 75%;
}
div#vnt-thumbnail-nav .item.slick-current .img{
    border-width: 3px;
    border-color: #ffffff;
}
div#vnt-thumbnail-nav .slick-arrow{
	width:23px;
	height:13px;
	background: none;
	border:none;
	padding:0;
	font-size: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
div#vnt-thumbnail-nav .slick-prev{
	top:0;
}
div#vnt-thumbnail-nav .slick-next{
	bottom:0;
}
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: 40px;
	line-height: 48px;
	color:#dddddd;
}
div#vnt-thumbnail-nav .slick-prev:before{
	content: "\f106";
}
div#vnt-thumbnail-nav .slick-next:before{
	content: "\f107";
}
div#vnt-thumbnail-for {
	margin-bottom: 10px;
}
div#vnt-thumbnail-for .img {
    padding-top: 108.333333%;
    position: relative;
}
div#vnt-thumbnail-for img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 80%;
    max-width: 80%;
}
#vnt-thumbnail-for .slick-arrow{
    width:30px;
    height:80px;
    background-color: rgba(0,0,0,0.1);
    border:none;
    font-size: 0;
    padding:0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#vnt-thumbnail-for .slick-prev{
    background-image: url(../images/i-arrow-prev.html);
    left:0;
}
#vnt-thumbnail-for .slick-next{
    background-image: url(../images/i-arrow-next.html);
    right:0;
}
#vnt-thumbnail-for .slick-arrow:hover{
    background-color: rgba(0,0,0,0.3);
}
/*========================================================*/
.productTitle{
	margin-bottom: 15px;
}
.productTitle h1,
.productTitle h2{
	font-size: 38px;
	line-height: 46px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.55);
}
.productDes{
	font-size: 20px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.55);
	text-align: justify;
	color:#ffffff;
	margin-bottom: 30px;
}
.productCart a {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    background: #2b587f ;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
    padding: 12px 10px;
    text-align: center;
}
.productCart a span{
	padding-left: 35px;
	position: relative;
}
.productCart a span:before{
	content: "\f0e0";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.productCart a:hover{
	background: #333333;
}
.productWrap{
	margin-bottom: 100px;
}
/*==========================================================*/
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .slick-arrow{
	width:50px;
	height:50px;
	background: #2b587f ;
	border:none;
	border-radius: 100%;
	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:#ffffff;
}
#slideOther .slick-prev{
	left:-80px;
}
#slideOther .slick-next{
	right:-80px;
}
#slideOther .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: 28px;
	line-height: 36px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	background: #333333;
}
#slideOther .product{
	margin-bottom: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.product .tend a{
	font-size: 22px;
	line-height: 30px;
}
#slideOther{
	padding-bottom: 80px;
}
#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;
}
#slideOther .slick-next{
	margin-left:30px;
}
.productTitle{
	margin-bottom: 25px;
}
.productTitle h1,
.productTitle h2{
	font-size: 35px;
	line-height: 45px;
}
.productDes{
	font-size: 16px;
	line-height: 24px;
}
}

@media all and (max-width: 768px){
.product .img{
	margin-bottom: 15px;
}
.product .link a{
	font-size: 12px;
	line-height: 20px;
	padding: 6px 15px;
}
.productThumbnail {
    padding-left: 100px;
    margin-bottom: 30px;
}
#vnt-thumbnail-nav{
	width: 81px;
}
div#vnt-thumbnail-nav .img{
	width: 80px;
	height: 80px;
}
}

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

}

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

}

@media all and (max-width: 360px){
.vnt-product .row .col-xs-6{
	width: 100%;
}
}