.vnt-product .category:nth-child(2n+2) .col:first-child{
	order:2;
}
.vnt-product .category:nth-child(2n+2) .col:last-child{
	order:1;
}
.category{
	background: #f2f5f8;
	margin-bottom: 30px;
}
.category .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.category .grid .col{
	width: 50%;
}
.category .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.category .img 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;
}
.category .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.category .caption{
	padding: 35px 50px;
}
.category .tend{
	padding-bottom: 35px;
	margin-bottom: 20px;
	background: url(../images/bg-box-mid-2.png) no-repeat bottom left;
}
.category .tend a{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.category .des{
	font-size: 15px;
	line-height: 23px;
	color:#555555;
	max-height: 115px;
	overflow: hidden;
	margin-bottom: 20px;
}
.category .link a {
    display: inline-block;
    width: 190px;
    background: #00529c;
    text-align: center;
    color: #ffffff;
    padding: 11px 10px;
    font-weight: bold;
    border-radius: 27px;
}
.category .link a span{
	padding-right: 20px;
	position: relative;
}
.category .link a span:before{
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.category .link a:hover{
	background: #ee3124;
}
.productDess{
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
/*==============================================*/
.menuProduct{
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.menuProduct>ul>li{
	border-bottom: solid 1px #ffffff;
	position: relative;
}
.menuProduct>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    background: #00529c;
    padding: 11px 20px;
}
.menuProduct>ul>li>ul{
	background: #ffffff;
	display: none;
}
.menuProduct>ul>li>ul>li{
	border-top: solid 1px #eeeeee;
}
.menuProduct>ul>li>ul>li>a{
	font-size: 15px;
	line-height: 26px;
	padding: 12px 10px;
	display: block;
	padding-left: 40px;
	position: relative;
	border-left: solid 3px #eeeeee;
}
.menuProduct>ul>li>ul>li.active>a,
.menuProduct>ul>li>ul>li:hover>a{
	border-left-color: #00529c;
	color:#00529c;
}
.menuProduct>ul>li>ul>li>a:before{
	content: "\f111";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 20px;
	font-size: 5px;
	line-height: 7px;
}
.menuProduct>ul>li>.sub {
    width: 9px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    cursor: pointer;
}
.menuProduct>ul>li>.sub:before{
	content: "\f056";
	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%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuProduct>ul>li.active>.sub:before{
	content: "\f055";
}
.menuProduct>ul>li>ul>li>ul{
	background: #efefef;
}
.menuProduct>ul>li>ul>li>ul>li{
	border-bottom: solid 1px rgba(255,255,255,0.35);
}
.menuProduct>ul>li>ul>li>ul>li:last-child{
	border-bottom: none;
}
.menuProduct>ul>li>ul>li>ul>li>a{
	display: block;
	padding: 9px 15px;
	padding-left: 45px;
	position: relative;
}
.menuProduct>ul>li>ul>li>ul>li>a:hover{
	padding-left: 48px;
}
/*===========================================================*/
.productTools {
    background: #00529c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 14px 30px;
    margin-bottom: 30px;
}
.productTools ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.productTools ul li{
	padding-right: 35px;
	margin-right: 35px;
	border-right: solid 1px rgba(255,255,255,0.3);
}
.productTools ul li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.productTools ul li a{
	font-size: 16px;
	line-height: 16px;
	color:#ffffff;
	text-transform: uppercase;
}
.productTools .mc-menu{
	background: #00529c;
	font-size: 15px;
	line-height: 23px;
	color:#ffffff;
	text-transform: uppercase;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 11px 20px;
    position: relative;
    cursor: pointer;
}
.productTools .mc-menu: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%);
}
/*============================================================*/
.product{
	padding: 25px;
	border:solid 1px #dddddd;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product:hover{
	border-color: #00529c;
}
.product .img{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.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-width: 85%;
	max-height: 85%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product .img:hover img{
	-webkit-transform:translate(-50%,-50%) scale(1.05);
	-ms-transform:translate(-50%,-50%) scale(1.05);
	-o-transform:translate(-50%,-50%) scale(1.05);
	transform:translate(-50%,-50%) scale(1.05);
}
.product .tend a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    height: 46px;
    overflow: hidden;
    font-weight: normal;
}
/*=============================================*/
div#vnt-thumbnail-nav {
    padding: 12px 50px;
}
div#vnt-thumbnail-nav .slick-list{
    margin: 0 -5px;
}
div#vnt-thumbnail-nav .item{
    padding:0 5px;
    cursor: pointer;
}
div#vnt-thumbnail-nav .img{
    border:solid 1px #cccccc;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
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: 80%;
    max-width: 80%;
}
div#vnt-thumbnail-nav .item.slick-current .img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: solid 2px #00529c;
	z-index: 1;
}
div#vnt-thumbnail-nav .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	padding:0;
	border:none;
	font-size: 0;
	width: 10px;
	height: 15px;
	color:#cccccc;
}
div#vnt-thumbnail-nav .slick-prev{
	left:15px;
}
div#vnt-thumbnail-nav .slick-next{
	right:15px;
}
div#vnt-thumbnail-nav .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 30px;
	line-height: 38px;
}
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{
	color:#eb2525;
}
div#vnt-thumbnail-for .img{
    padding-top: 100%;
    position: relative;
    background: #ffffff;
    border: solid 1px #e2e2e2;
}
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-width: 80%;
    max-height: 80%;
}
/*==============================================*/
.productTitle{
	margin-bottom: 15px;
}
.productTitle h1,
.productTitle h2{
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
}
.productAttr{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}
.productAttr ul li{
	padding: 10px 0;
	border-top: dotted 1px rgba(0,0,0,0.2);
}
.productAttr ul li:last-child{
	border-bottom: dotted 1px rgba(0,0,0,0.2);
}
.productAttr .as{
	width: 145px;
	margin-right: 15px;
	font-weight: bold;
	float: left;
}
.productAttr .as:before{
	content: ":";
	float: right;
}
.productAttr .at{
	color:#666666;
	overflow: hidden;
}
.productDes{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	margin-bottom: 20px;
}
.productHotline {
    font-size: 18px;
    line-height: 26px;
    color: #ed1c24;
    /*text-transform: uppercase;*/
    font-weight: bold;
    border: solid 2px #ed1c24;
    display: inline-block;
    padding: 10px 58px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}
.productHotline:before{
	content: "\f095";
	font-family: fontAwesome;
	position: absolute;
	left:12px;
	top: 32%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.productHotline span{
	font-size: 22px;
	line-height: 30px;
}
.productTool .share ul li{
	float: left;
	margin-right: 15px;
}
.productWrap{
	margin-bottom: 30px;
}
/*==============================================*/
.productContent{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.mytab>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #fafafa;
    margin-bottom: 20px;
}
.mytab>ul>li{
    border-right: solid 4px #ffffff;
}
.mytab>ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 23px;
    padding: 11px 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.mytab>ul>li>a.mntab-active{
    background: #00529c;
    color:#ffffff;
}
.mytab .mn-accordion {
    background: #fafafa;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
.mytab .mn-accordion:before{
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right:15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mytab .mn-accordion.mntab-active{
    background: #00529c;
    color:#ffffff;
}
/*====================================================*/
.productOther .title{
	margin-bottom: 25px;
}
.productOther .title h2{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color:#ffffff;
	background: #00529c;
	padding: 10px 15px;
	text-transform: uppercase;
}
/*====================================================*/
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .slick-arrow {
    position: absolute;
    right:0px;
    top: -65px;
    background: transparent;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
    color:#666666;
    border:solid 1px #00529c;
    border-radius: 100%;
}
#slideOther .slick-prev{
    margin-right: 50px;
}
#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%);
}
#slideOther .slick-prev:before{
    content:"\f104";
}
#slideOther .slick-next:before{
    content:"\f105";
}
#slideOther .slick-arrow:hover{
    background: #00529c;
    color:#ffffff;
}
#slideOther .product{
	margin-bottom: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.category .grid{
	display: block;
}
.category .grid .col{
	width: 100%;
}
.category .caption{
	padding: 15px;
}
.category .tend a{
	font-size: 25px;
	line-height: 35px;
	white-space: normal;
}
.productTools{
	padding: 0;
	background: transparent;
	position: relative;
}
.productTools.active ul{
	display: block;
}
.productTools ul{
	position: absolute;
	top: 100%;
	background: #efefef;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
}
.productTools ul li{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.productTools ul li a{
	display: block;
	padding: 8px 15px;
	color:#333333;
	text-transform: none;
	font-size: 14px;
	line-height: 22px;
}
.vnt-product .row{
	margin-left: -10px;
	margin-right: -10px;
}
.vnt-product .row *[class^="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.productTitle h1, .productTitle h2{
	font-size: 24px;
	line-height: 32px;
}
.productThumnail{
	margin-bottom: 25px;
}
div#vnt-thumbnail-nav{
	padding: 10px 30px;
}
div#vnt-thumbnail-nav .slick-prev{
	left:0px;
}
div#vnt-thumbnail-nav .slick-next{
	right:0px;
}
}

@media all and (max-width: 768px){
.product{
	padding: 15px;
}
.product .tend a{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	height:40px;
	font-weight: normal;
}
#slideOther .slick-list{
	margin: 0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
.productHotline{
	display: block;
	padding-right: 10px;
}
.productHotline span{
	display: block;
}
}

@media all and (max-width: 460px){
#slideOther{
	padding-bottom: 50px;
}
#slideOther .slick-arrow{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	top:initial;
}
#slideOther .slick-prev{
	margin-left: -25px;
}
#slideOther .slick-next{
	margin-left: 25px;
}
}

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