
.vnt-catbig .catbig:nth-child(odd) .grid .col1{
	order:2;
}
.vnt-catbig .catbig:nth-child(odd) .grid .col2{
	order:1;
}
.vnt-catbig .catbig:nth-child(odd) .wrap{
	padding-right: 50px;
}
.vnt-catbig .catbig:nth-child(even) .grid .col1{
	order:1;
}
.vnt-catbig .catbig:nth-child(even) .grid .col2{
	order:2;
}
.vnt-catbig .catbig:nth-child(even) .wrap{
	padding-left: 50px;
}
.catbig .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.catbig .grid .col1{
	width: 55%;
}
.catbig .grid .col2{
	width: 45%;
}
.catbig .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.catbig .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.catbig .img:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.catbig .caption{
}
.catbig .tend{
	padding-bottom: 50px;
	margin-bottom: 25px;
	position: relative;
}
.catbig .tend:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: solid 1px #dd1a32;
	height: 35px;
}
.catbig .tend a{
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: #dd1a32;
}
.catbig .tend a:hover{
	color:#13377e;
}
.catbig .tend span{
	font-size: 20px;
	line-height: 30px;
	color:#666666;
}
.catbig .content{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 30px;
}
.catbig .link a{
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
}
.catbig .link a:hover{
	color:#dd1a32;
}
.catbig .link a span{
	padding-left: 50px;
	position: relative;
}
.catbig .link a span:before {
    content: "\f105";
    font-family: fontAwesome;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: solid 3px #e5e5e5;
    position: absolute;
    border-radius: 100%;
    font-size: 13px;
    line-height: 29px;
    color: #d02129;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.catbig .link a:hover span:before{
	border-color: #dd1a32;
	background: #dd1a32;
	color:#ffffff;
}
/*=======================================================*/
.cat{
	position: relative;
	margin-bottom: 30px;
}
.cat .img{
	position: relative;
	overflow: hidden;
	background: #000000;
	padding-top: 100%;
}
.cat .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
}
.cat:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 0.6;
}
.cat .caption{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding: 30px;
	flex-direction: column;
}
.cat .tend{
	margin-bottom: 30px;
}
.cat .tend a{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color:#ffffff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
	font-weight: normal;
	display: block;
}
.cat .link a{
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	color:#ffffff;
	background:#dd1a32;
	width: 130px;
	text-align: center;
	padding: 9px 10px;
	border-radius: 20px;
}
/*============================================================*/
.product{
	margin-bottom: 30px;
	border:solid 3px #13377e;
	border-top-right-radius: 60px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.product .img{
	padding-top: 74%;
	position: relative;
	overflow: hidden;
}
.product .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product:hover .img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.product .caption{
	padding: 15px 30px;
}
.product .tend{
	margin-bottom: 10px;
}
.product .tend a{
	font-size: 20px;
	line-height: 30px;
	color:#dd1a32;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	display: block;
}
.product:hover .tend a{
	color:#13377e;
}
.product .link{
	text-align: right;
}
.product .link a{
	font-size: 16px;
	line-height: 24px;
	color:#13377e;	
	display: inline-block;
}
.product .link a:hover{
	color: #dd1a32
}
/*=============================================================*/
.productThumbnail{
	margin-bottom: 70px;
}
#slideThumbnail .img{
	background: #000000;
}
#slideThumbnail .img img{
	height: 420px;
	opacity: 0.25;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideThumbnail .slick-slide.slick-current .img img{
	opacity: 1;
}
#slideThumbnail .slick-arrow{
	width:50px;
	height:50px;
	background: #dd1a32;
	border:solid 2px #ffffff;
	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;
	border-radius: 100%;
}
#slideThumbnail .slick-prev{
	left:25px;
}
#slideThumbnail .slick-next{
	right:25px;
}
#slideThumbnail .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: 22px;
	line-height: 30px;
}
#slideThumbnail .slick-prev:before{
	content: "\f104";
}
#slideThumbnail .slick-next:before{
	content: "\f105";
}
#slideThumbnail .slick-arrow:hover{
	color:#ffffff;
	background: #13377e;
}
#slideThumbnail .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	text-align: center;
}
#slideThumbnail .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideThumbnail .slick-dots li button{
	width:10px;
	height:10px;
	background: #bfbcb9;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#slideThumbnail .slick-dots li.slick-active button{
	background: #dd1a32;
	border-color: #dd1a32;
}
/*===============================================================*/
.productContent{
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: solid 1px rgba(0,0,0,0.08);
}
.boxContent{
	margin-bottom: 25px;
}
.boxContent .title{
	font-size: 30px;
	line-height: 40px;
	color:#13377e;
	font-weight: bold;
	margin-bottom: 15px;
}
.boxContent .content p{
	padding: 0;
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}
.boxContent .content p:before{
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color:#13377e;
}
/*============================================================*/
.productOther .title{
	margin-bottom: 15px;
}
.productOther .title h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .slick-arrow{
	width:50px;
	height:50px;
	background: #dd1a32;
	border:solid 2px #ffffff;
	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;
	border-radius: 100%;
}
#slideOther .slick-prev{
	left:-75px;
}
#slideOther .slick-next{
	right:-75px;
}
#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: 22px;
	line-height: 30px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	color:#ffffff;
	background: #13377e;
}
#slideOther .product{
	margin-bottom: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.catbig .grid{
	display: block;
}
.catbig .grid .col1,
.catbig .grid .col2{
	width: 100%;
}
.catbig .img{
	margin-bottom: 15px;
}
.catbig .tend{
	padding-bottom: 0;
}
.catbig .tend:before{
	display: none;
}
.catbig{
	margin-bottom: 35px;
}
.vnt-catbig .catbig:nth-child(odd) .wrap,
.vnt-catbig .catbig:nth-child(even) .wrap{
	padding: 0;
}
.catbig .tend{
	margin-bottom: 15px;
}
.catbig .tend a{
	font-size: 22px;
	line-height: 30px;
}
.catbig .content{
	font-size: 14px;
	line-height: 22px;
}
.vnt-cat .row{
	margin-left: -10px;
	margin-right: -10px;
}
.vnt-cat .row *[class^="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.cat{
	margin-bottom: 20px;
}
.cat .tend a{
	font-size: 20px;
	line-height: 30px;
}
.cat .link a{
	width: 100px;
}
.boxContent .title{
	font-size: 25px;
	line-height: 33px;
}
.productOther .title h2{
	font-size: 30px;
	line-height: 40px;
}
#slideOther .slick-list{
	margin: 0 -10px;
}
#slideOther .item{
	padding: 0 10px;
}
#slideOther{
	padding-bottom: 70px;
}
#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: -30px;
}
#slideOther .slick-next{
	margin-left: 30px;
}
}

@media all and (max-width: 768px){
.vnt-cat .row{
	margin-left: -5px;
	margin-right: -5px;
}
.vnt-cat .row *[class^="col-"]{
	padding-left: 5px;
	padding-right: 5px;
}
.cat{
	margin-bottom: 10px;
}
#slideOther .slick-list{
	margin: 0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
.product .tend a{
	font-size: 16px;
	line-height: 24px;
}
.product .caption{
	padding: 15px 10px;
}
}

@media all and (max-width: 460px){
.product .tend a{
	font-size: 14px;
	line-height: 22px;
}
}

@media all and (max-width: 380px){
.cat .tend a{
	font-size: 18px;
	line-height: 26px;
}
.cat .link a{
	width: 100px;
}
.vnt-cat .row .col-xs-6{
	width: 100%;
}
}