/*reset*/
:focus{outline:0;}
body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0;}
em{font-style:normal;}
img{border:none;}
/*li,ul,ol{list-style:none;}*/
a{text-decoration:none;color:#333;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
a:focus {outline: none;}


/*share*/
body{font-size:12px;font-family:Helvetica,Arial,serif;color:#333;}
.bold{font-weight:bold;}
.fontRed{color:red;}
.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}

@media only screen and (max-width: 768px) {
	.row{margin:0;}
}


*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}
 
@font-face {
    font-family: 'Helvetica';
    src:url(../font/Helvetica.eot);
    src: url(../font/Helvetica.eot?#iefix) format('embedded-opentype'),
	 url(../font/Helvetica.svg#Helvetica) format('svg'),
	 url(../font/Helvetica.woff) format('woff'),
	 url(../font/Helvetica.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaLight';
    src:url(../font/helveticaLight.eot);
    src: url(../font/helveticaLight.eot?#iefix) format('embedded-opentype'),
	 url(../font/helveticaLight.svg#helveticaLight) format('svg'),
	 url(../font/helveticaLight.woff) format('woff'),
	 url(../font/helveticaLight.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaB';
    src:url(../font/HelveticaB.eot);
    src: url(../font/HelveticaB.eot?#iefix) format('embedded-opentype'),
	 url(../font/HelveticaB.svg#HelveticaB) format('svg'),
	 url(../font/HelveticaB.woff) format('woff'),
	 url(../font/HelveticaB.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*index*/
.header{padding:20px 0;}
.logo{float:left;}
#logo{display:inline-block; vertical-align:middle;}
#logo h1{margin:0;padding:0;}
#logo img{max-width:152px;max-height:102px;width:auto;height:auto;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
#logo-text{display:inline-block; vertical-align:middle;margin-left:20px;margin-top:30px;}
#logo-text img{max-width:318px;max-height:50px;width:auto;height:auto;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}

.head-right{float:right;width:50%;}

.select{position:relative;margin-right:20px;display:inline-block;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;text-align:left;float:left;border-radius:5px;background:#79bd10;padding:4px 10px;}
.select dt{display:inline-block;cursor:pointer;position:relative;z-index:9999999;color:#ffffff;text-align:right;text-transform:capitalize;font-size:12px;font-weight:normal;}
.select dt:hover,.select dt.cur{}
.select dt>em{display:inline-block;font-family: 'HelveticaB';text-transform:uppercase;margin-right:10px;}
.select dt>em i{padding-left:5px;}
.select dt>p{display:inline-block;padding-left:5px;margin:0;text-transform:capitalize;font-size:12px; vertical-align:middle;}
.select dt img{max-width:18px;max-height:18px; vertical-align:middle;}
.select dd{position:absolute;right:0;top:27px;background:#fff;display:none;z-index:9999999999;border:1px solid #e5e5e5;border-radius:2px;}
.select dd ul{padding:4px;width:120px;/*max-height:250px;*/overflow:auto;list-style:none;}
.select dd ul li{margin-bottom:3px;}
.select dd ul li a{line-height:24px;display:block;padding:0 8px;text-align:left;color:#333;}
.select dd ul li a:hover{background:#f5f5f5;color:#85c3b6;}
.select dd ul li img{max-width:16px;max-height:16px;width:100%;height:auto;vertical-align:middle;}
.select dd ul li p{padding-left:5px;font-size:12px;display:inline-block;text-transform:capitalize;vertical-align:middle;margin:0;}

.head-con{list-style:none;margin-top:3px;}
.head-con li{display:inline-block;margin:0 10px;padding:2px 0;padding-left:30px;font-size:14px;color:#4c4c4c;}
.head-con li.hcon01{background:url(../images/icon-phone.png) no-repeat left 1px;}
.head-con li.hcon02{background:url(../images/icon-email.png) no-repeat left 1px;}
.head-con li a:hover{color:#21a1e1;}

.head-share{list-style:none;display:inline-block;margin-top:30px;}
.head-share li{display:inline-block;margin:0 8px;}

/*search*/
.theme-buy .btn{
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width:36px;
	height:36px;
	text-align: center;
	text-decoration: none;
	background:#fafafa url(../images/search.png) no-repeat center center;
	border:1px solid #79bd10;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'HelveticaB';
	border-radius:50%;
	padding:0;
}

.theme-buy{display:inline-block;text-align: center;display:none;}
.theme-gobuy,.theme-signin{font-size: 15px;}
.theme-popover-mask{z-index: 999999998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;display:none;}
.theme-popover{float:right;width:98%;max-width:280px;height:36px;overflow:hidden;position:relative;margin-top:20px;background:#fff;border-bottom:1px solid #b2b2b2;}
.theme-poptit{position:absolute;right:0;top:0;width:30px;height:30px;background:#4c4c4c;text-align:center;display:block;display:none;}
.theme-poptit .close{color:#fff;font-size:26px;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;line-height:30px;float:none;text-shadow:none;}
.theme-poptit:hover{background:#85c3b6;}
.theme-poptit .close:hover{color:#fff;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;}
.theme-popbod{color:#444;text-align: center;}
.theme-popbod>em{font-family: 'HelveticaB';text-transform:uppercase;display:none;margin-bottom:10px;font-size:17px;}
.search{position:relative;}
.search_main{width:100%;height:36px;background:transparent;color:#999999;float:left;padding-left:10px;font-family: 'helveticaLight', sans-serif;line-height:40px;font-size:13px;}
.search_main:focus{color:#333;}
.search_btn{display:block;position:absolute;width:36px;line-height:36px;right:0;top:0;height:36px;cursor:pointer;text-align:left;color:#fff;background:url(../images/search.png) no-repeat center center;text-transform:uppercase;text-align:center;font-size:15px;}
.search_btn:hover{background:#f2f2f2 url(../images/search.png) no-repeat center center;}

/* Sizes for the bigger menu */
header{width: 100%;position: fixed;z-index: 999999;padding: 0;}
header.large{height:;top:0;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
header .row{position:relative;}
header.small{height: ;left:0;background:#fff;top:0;box-shadow:0 0 20px 5px rgba(0,0,0,0.1);-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
header.small .header{padding:10px 0;}
header.small #logo img{max-width:100px;}
header.small #logo-text img{max-width:250px;}
header.small .select{margin-top:20px;float:right;margin-right:0;margin-left:20px;}
header.small .theme-popover{margin-top:15px;}
header.small .head-share,header.small .head-con{display:none;}
.height{padding-top:196px;}

@media only screen and (max-width: 1200px) {
	#logo-text img{display:none;}
	.head-right{width:60%;}
}

@media only screen and (max-width: 992px) {
	.header{padding:15px 0;}
	header{padding:0;position:inherit;}
	.height{padding-top:0;}
	.head-con,.head-share{display:none;}
	.head-right{width:70%;}
	.theme-popover{margin-top:0;}
	#logo img{max-width:100px;}
	.select{margin-top:5px;}
}

@media only screen and (max-width: 768px) {
	.header{padding:10px 0;}
	#logo img{max-width:80px;}
	.select{margin-top:10px;margin-right:50px;}
	.head-right{width:auto;}
	.theme-buy .btn{right:0;top:5px;position:absolute;}
	.theme-buy{display:inline-block;margin-top:8px;}
	.theme-popbod>em{display:block;}
	.theme-popover{
		z-index:999999999999;
		position:fixed;
		top:50%;
		left:50%;
		width:94%;
		height:auto;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display:none;
		background:#fff;
		padding:30px 20px;
		max-width:none;
		margin:0;
	}	
	.theme-poptit{display:block;}
	.search_main{border:1px solid #ccc;border-radius:2px;width:100%;}
	.head-con{display:none;}
	header.small .select{float:none;margin-left:0;margin-right:50px;margin-top:10px;}
}

@media only screen and (max-width: 375px) {
	.select dt>em{display:none;}
}

@media only screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{width:48px;height:48px;}
	.carousel-control.left{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
	.carousel-control.left:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
	.carousel-control.right{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
	.carousel-control.right:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
	.glyphicon-chevron-left:before{content:"";background:url(../images/slide-prev.png) no-repeat center center;width:48px;height:48px;display:inline-block;}
	.glyphicon-chevron-right:before{content:"";background:url(../images/slide-next.png) no-repeat center center;width:48px;height:48px;display:inline-block;}
}


.main-cat{padding:40px 0;}
.main-title{text-align:center;margin-bottom:20px;padding-bottom:30px;background:url(../images/title-bg.png) no-repeat bottom center;}
.main-title em{font-size:27px;font-family:"HelveticaB";text-transform:uppercase;color:#4c4c4c;display:block;margin-bottom:10px;}
.main-title p{color:#999999;font-size:13px;max-width:60%;margin:auto;line-height:16px;overflow:hidden;height:16px;font-family: 'helveticaLight', sans-serif;}

.mcat-main{margin:20px 0;padding:0 30px;}
.mcat-main .nbs-flexisel-container{position:relative;max-width:100%;display:inline-block; vertical-align:middle;}
.mcat-main .nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:center;overflow:hidden;}
.mcat-main .nbs-flexisel-inner{float:left;width:100%;overflow:hidden;}
.mcat-main .nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;line-height:0px;text-align:center;}
.mcat-main .nbs-flexisel-item>div{position:relative;}
.mcat-main .nbs-flexisel-item>div a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:9;}
.mcat-main .nbs-flexisel-item>div img{max-width:100%;height:auto;width:100%;border-radius:2px;}
.mcat-main .nbs-flexisel-item>div .text{position:absolute;left:0;bottom:0;background:#fff;background:rgba(255,255,255,0.8);padding:15px;text-align:left;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mcat-main .nbs-flexisel-item:hover>div .text{background:#fff;background:rgba(255,255,255,0.9);padding:25px 15px;}
.mcat-main .nbs-flexisel-item>div .text em{font-size:23px;display:block;color:#333333;font-family:"HelveticaB";line-height:23px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;text-transform:uppercase;margin-bottom:12px;}
.mcat-main .nbs-flexisel-item:hover>div .text em{color:#45b0e4;}
.mcat-main .nbs-flexisel-item>div .text>p{color:#666666;overflow:hidden;font-size:13px;line-height:20px;height:40px;font-family: 'helveticaLight', sans-serif;}
.mcat-main .nbs-flexisel-item>div .text>span{display:inline-block;font-size:12px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;color:#79bd10;font-family:"HelveticaB";text-transform:uppercase;line-height:14px;padding-right:15px;background:url(../images/icon-btn.png) no-repeat right center;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;height:0;}
.mcat-main .nbs-flexisel-item:hover>div .text>span{margin-top:15px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;height:14px;}
.mcat-main .nbs-flexisel-item>div .text>span:hover{padding-right:18px;}

.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{width:16px;height:28px;position:absolute;cursor:pointer;z-index:100;top:50%;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.mcat-main:hover .nbs-flexisel-nav-left,.mcat-main:hover .nbs-flexisel-nav-right{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.mcat-main .nbs-flexisel-nav-left{left:-30px;text-align:center;background:url(../images/prev.png) no-repeat;}
.mcat-main .nbs-flexisel-nav-left:hover{filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
.mcat-main .nbs-flexisel-nav-right{right:-30px;text-align:center;background:url(../images/next.png) no-repeat;}
.mcat-main .nbs-flexisel-nav-right:hover{filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}

@media only screen and (max-width: 1200px) {
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
	.mcat-main .nbs-flexisel-nav-left{left:-25px;}
	.mcat-main .nbs-flexisel-nav-right{right:-25px;}
}

@media only screen and (max-width: 992px) {
	.main-title em{font-size:23px;}
	.mcat-main .nbs-flexisel-item>div .text em{font-size:17px;}
}

@media only screen and (max-width: 768px) {
	.main-cat{padding:30px 0;}
	.main-title p{max-width:100%;}
}

/*main-news*/
.main-news{padding:60px 0;background-size:cover !important;}
.main-news .main-title{background:none;padding-bottom:0;}
#carousel-small{padding-top:20px;}
.main-news .owl-carousel .item{padding:0 15px;}
.main-news .owl-carousel .mnews-main{background:#fff;border-radius:2px;padding:8px;}
.main-news .owl-carousel .mnews-main img{max-width:100%;height:auto;width:100%;}
.main-news .owl-carousel .mnews-main .mnews-image{position:relative;}
.main-news .owl-carousel .mnews-main .mnews-image a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:9;}
.main-news .owl-carousel .mnews-main .mnews-image span{
	background:url(../images/news-btn.png) no-repeat center center;
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.main-news .owl-carousel .mnews-main:hover .mnews-image span{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.main-news .owl-carousel .mnews-main .mnews-text{text-align:center;padding-bottom:15px;}
.main-news .owl-carousel .mnews-main .mnews-title{color:#231815;font-family: 'HelveticaB', sans-serif;font-size:15px;text-transform:capitalize;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;margin-bottom:15px;margin-top:15px;}
.main-news .owl-carousel .mnews-main:hover .mnews-title{color:#45b0e4;}
.main-news .owl-carousel .mnews-main .news-date{margin-top:15px;display:block;}
.main-news .owl-carousel .mnews-main .news-date span{display:inline-block;width:50%;font-size:12px;color:#79bd10;font-family:"HelveticaB";}
.main-news .owl-carousel .mnews-main .news-date span i{padding-right:5px;}
.main-news .owl-carousel .mnews-main .mnews-text>p{font-size:12px;color:#999999;line-height:22px;overflow:hidden;height:66px;}
.main-news .owl-carousel .mnews-main:hover em{color:#23ac38;}
.main-news .owl-carousel .mnews-main:hover a{text-decoration:none;}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{margin-top: 3%;text-align: center;}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 10px;
	background: #fff;
	border-radius:50%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#79bd10;
	width:20px;
	border-radius:5px;
	
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

@media only screen and (max-width: 992px) {
	.main-news .owl-carousel .mnews-main .mnews-text>p{height:44px;}
}

@media only screen and (max-width: 768px) {
	.slide-small{margin-bottom:30px;}
	.main-news{padding:30px 0;}
	#carousel-small{padding-top:0;}
}

@media only screen and (max-width: 480px) {
	.main-news .owl-carousel .item{padding:0;}
}


.main-pro{padding:50px 0;}
.mpro-list{list-style:none;margin-top:30px;}
.mpro-list li{padding:0 10px;}
.mpro-list li .mpro-image{display:block;border-radius:2px;border-radius:2px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mpro-list li:hover .mpro-image{box-shadow:0 0 15px 2px rgba(0,0,0,0.15);}
.mpro-list li .mpro-image img{max-width:100%;height:auto;border-radius:2px;}
.mpro-list li .mpro-title{font-family:"HelveticaB";display:block;color:#4c4c4c;font-size:17px;text-transform:capitalize;margin:15px 0;}
.mpro-list li:hover .mpro-title{color:#45b0e4;}
.mpro-list li>p{color:#808080;font-family: 'helveticaLight', sans-serif;font-size:13px;line-height:24px;margin-bottom:15px;overflow:hidden;height:48px;}
.mpro-list li .mpro-more{display:inline-block;color:#79bd10;font-size:12px;font-family:"HelveticaB";text-transform:uppercase;background:url(../images/icon-btn.png) no-repeat right center;padding-right:15px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mpro-list li .mpro-more:hover{background:url(../images/icon-btn.png) no-repeat 98% center;}

@media only screen and (max-width: 992px) {
	.mpro-list li .mpro-title{font-size:15px;}
}

@media only screen and (max-width: 768px) {
	.main-pro{padding:30px 0;}
	.mpro-list li{padding:0;margin-bottom:30px;}
	.mpro-list li .mpro-image img{width:100%;}
}

.main-aboutbox{background:url(../images/map-bg01.png) no-repeat left top, url(../images/map-bg02.png) no-repeat right center;padding:50px 0;}
#parentHorizontalTab01{text-align:left;padding:0;margin-top:0;}
@media only screen and (max-width: 768px) {#parentHorizontalTab01 {margin:10px 0 !important;}}
#parentHorizontalTab01 ul.resp-tabs-list {margin: 0px;margin-top:30px;padding: 0px;margin-bottom:30px;text-align:center;}
#parentHorizontalTab01 .resp-tabs-list li {display: inline-block;list-style: none;cursor: pointer;font-size:15px;text-transform:uppercase;color:#4c4c4c;text-align:center;border:1px solid #d9d9d9;padding:8px 20px;position:relative;margin:0 40px;border-radius:2px;font-family: 'helveticaLight', sans-serif;}
#parentHorizontalTab01 .resp-tabs-list li:hover{background:#45b0e4;border:1px solid #45b0e4;z-index:99;color:#fff;}
#parentHorizontalTab01 .resp-tabs-list li.resp-tab-active {background:#45b0e4;border:1px solid #45b0e4;z-index:99;color:#fff;}
#parentHorizontalTab01 .resp-content-active,#parentHorizontalTab01 .resp-accordion-active {display: block;}
.table-responsive{ overflow-x:scroll}
#parentHorizontalTab01 .resp-tabs-container .tab-list li{text-align:center;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:30px 15px 30px 15px;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li:first-child , #parentHorizontalTab01 .resp-tabs-container .tab-list li:nth-child(2) , #parentHorizontalTab01 .resp-tabs-container .tab-list li:nth-child(3),#parentHorizontalTab01 .resp-tabs-container .tab-list li:nth-child(4){border-top:none;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li:nth-child(4n+4){border-right:none;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li span img{max-width:100%;width:100%;height:auto;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li .tlist-title{font-size:14px;color:#5aad24;line-height:26px;overflow:hidden;display:block;height:52px;margin:20px 0;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li .tlist-title,#parentHorizontalTab01 .resp-tabs-container .tab-list li a:hover{text-decoration:none;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li .tabl-more{background:#e5e5e5;border-radius:20px;display:inline-block;color:#b2b2b2;font-size:16px;text-transform:uppercase;font-family: 'RobotoBCondensed','Roboto', sans-serif;font-weight:bold;padding:6px 15%;margin-top:10px;}
#parentHorizontalTab01 .resp-tabs-container .tab-list li:hover .tabl-more{background:#81cc29;color:#fff;}
#parentHorizontalTab01 em.resp-accordion {cursor: pointer;padding: 5px;display: none;padding: 10px 15px !important;}
#parentHorizontalTab01 .resp-tab-content {display: none;padding:10px 0 0 0;}
#parentHorizontalTab01 em.resp-accordion {font-size: 18px;margin: 0px;margin-bottom:1px;}
#parentHorizontalTab01 em.resp-tab-active {margin-bottom: 0px !important;background:#5aad24 !important;color:#fff;font-size:20px;text-transform:uppercase;}
#parentHorizontalTab01 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab01 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab01 .resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}
#parentHorizontalTab01 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #333;
}
#parentHorizontalTab01 em.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}
#parentHorizontalTab01 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab01 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab01 .resp-tab-content-active {display: block;}

.main-about{border:1px solid #e5e5e5;border-left:none;max-width:90%;margin:auto;border-radius:2px;}
.mabout-video{float:left;position:relative;background:#000;width:62%;}
.mabout-video a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:9;}
.mabout-video img{max-width:100%;height:auto;width:100%;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.mabout-video .video-btn{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:inline-block;
}
.mabout-video .ovrly {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	border:5px solid rgba(255,255,255,0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mabout-video:hover .ovrly{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.mabout-text{float:left;width:38%;padding:35px 20px;}
.mabout-text>div{font-size:14px;line-height:30px;max-height:240px;overflow:hidden;}
.mabout-text .mabout-more{display:inline-block;margin-top:25px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 86% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:12px 30px 12px 25px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mabout-text .mabout-more:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 90% center;text-decoration:none;}

.main-single{border:1px solid #e5e5e5;border-radius:2px;padding:30px;max-width:90%;margin:auto;background:#fff;background:rgba(255,255,255,0.5);}
.main-single>div{font-size:14px;line-height:30px;}
.main-single .msingle-more{display:inline-block;margin-top:25px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 86% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:12px 30px 12px 25px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main-single .msingle-more:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 90% center;text-decoration:none;}

@media only screen and (max-width: 1200px) {
	.mabout-text>div{max-height:180px;}
}

@media only screen and (max-width: 992px) {
	#parentHorizontalTab01 .resp-tabs-list li{margin:0 15px;}
	.mabout-text{padding:15px 20px;}
	.mabout-text .mabout-more{padding:8px 30px 8px 25px;}
	.main-about,.main-single{max-width:100%;}
}

@media only screen and (max-width: 768px) {
	.main-aboutbox{padding:30px 0;background:url(../images/map-bg01.png) no-repeat left top;}
	#parentHorizontalTab01 .resp-tab-content{padding:0;}
	#parentHorizontalTab01{padding:0;border-bottom:none;}
    #parentHorizontalTab01 ul.resp-tabs-list {display: none;}
    #parentHorizontalTab01 em.resp-accordion {display: block;font-size:14px;background:#f2f2f2 !important;border:1px solid #e5e5e5;color:#4c4c4c;text-transform:uppercase;font-family:"HelveticaB";}
	#parentHorizontalTab01 em.resp-tab-active{background:#45b0e4 !important;color:#fff;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;border:1px solid #e5e5e5;border-top:none;padding:15px 15px 30px 15px;}
    #parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    #parentHorizontalTab01 .resp-accordion-closed {display: none !important;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
	#parentHorizontalTab01 .resp-tabs-container div{padding:10px;background:#fff;}
	#parentHorizontalTab01 .resp-tabs-container div .main-about{border:none;padding:0;}
	#parentHorizontalTab01 .resp-tabs-container div .main-single{border:none;padding:0;}
	.mabout-video{float:none;width:100%;}
	#parentHorizontalTab01 .resp-tabs-container .mabout-text{width:100%;float:none;}
	#parentHorizontalTab01 .resp-tabs-container .mabout-text>div{padding:0;}
	
}


.main-sub{padding:50px 0;text-align:center;background-size:cover !important;}
.main-sub .main-title{background:none;padding-bottom:0;}
.fmes-input{max-width:60%;margin:40px auto;}
.fmes-input .fot_input{width:100%;max-width:680px;height:50px;line-height:50px;background:#fff;background:rgba(255,255,255,0.9);border-radius:2px;padding-left:25px;display:inline-block;color:#4c4c4c;}
.fmes-input .fot_input:focus{color:#333;}
.fmes-input .submit{margin-top:30px;display:inline-block;background:#45b0e4 url(../images/icon-btn-white.png) no-repeat 83% center;max-width:120px;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;height:42px;line-height:42px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.fmes-input .submit:hover{background:#4fb6ea url(../images/icon-btn-white.png) no-repeat 86% center;}

.msub-share{list-style:none;text-align:center;margin-top:40px;}
.msub-share p{font-family:"HelveticaB";display:inline-block; vertical-align:middle;font-size:17px;color:#4c4c4c;text-transform:uppercase;}
.msub-share li{display:inline-block;margin:0 15px; vertical-align:middle;}
.msub-share li a{width:50px;height:50px;display:inline-block;border-radius:50%;}
.msub-share li.msshare01 a{background:#fff url(../images/share-facebook-g.png) no-repeat center center;}
.msub-share li.msshare02 a{background:#fff url(../images/share-twitter-g.png) no-repeat center center;}
.msub-share li.msshare03 a{background:#fff url(../images/share-google-g.png) no-repeat center center;}
.msub-share li.msshare04 a{background:#fff url(../images/share-linkedin-g.png) no-repeat center center;}
.msub-share li.msshare05 a{background:#fff url(../images/share-youtube-g.png) no-repeat center center;}
.msub-share li.msshare06 a{background:#fff url(../images/share-blog-g.png) no-repeat center center;}

.msub-share li.msshare01:hover a{background:#3a5998 url(../images/share-facebook-w.png) no-repeat center center;}
.msub-share li.msshare02:hover a{background:#44ccf6 url(../images/share-twitter-w.png) no-repeat center center;}
.msub-share li.msshare03:hover a{background:#d13e2c url(../images/share-google-w.png) no-repeat center center;}
.msub-share li.msshare04:hover a{background:#0075b6 url(../images/share-linkedin-w.png) no-repeat center center;}
.msub-share li.msshare05:hover a{background:#ce332d url(../images/share-youtube-w.png) no-repeat center center;}
.msub-share li.msshare06:hover a{background:#ff6600 url(../images/share-blog-w.png) no-repeat center center;}

@media only screen and (max-width: 992px) {
	.fmes-input{max-width:80%;}
}

@media only screen and (max-width: 768px) {
	.msub-share p{display:block;margin-bottom:10px;}
	.msub-share li{margin:5px;}
}

/*footer*/
.footer{padding:60px 0;background:#333333;}
.footer .fot_title,.fot_nav .fot_title{display:block;position:relative;font-family: 'HelveticaB';font-size:19px;text-transform:uppercase;margin-bottom:25px;color:#ffffff;}

.fot_con{width:33%;padding-right:60px;float:left;}
.fot_con ul{list-style:none;}
.fot_con ul li{margin-bottom:15px;font-size:12px;line-height:24px;color:#cccccc;padding-left:30px;}
.fot_con ul li a{color:#cccccc;font-size:12px;line-height:24px;}
.fot_con ul li a:hover{color:#fff;}
.fot_con ul li.fcon01{background:url(../images/fot-add.png) no-repeat left 3px;}
.fot_con ul li.fcon02{background:url(../images/fot-phone.png) no-repeat left 3px;}
.fot_con ul li.fcon03{background:url(../images/fot-fax.png) no-repeat left 3px;}
.fot_con ul li.fcon04{background:url(../images/fot-email.png) no-repeat left 5px;}

.fot_tags{width:33%;padding-right:60px;float:left;}
.fot_tags ul{list-style:none;}
.fot_tags ul li{margin-bottom:12px;font-size:12px;line-height:24px;color:#cccccc;background:url(../images/icon-triangle.png) no-repeat left 8px;padding-left:15px;}
.fot_tags ul li a{color:#cccccc;font-size:12px;line-height:24px;}
.fot_tags ul li a:hover{color:#fff;}

.icon-minus-sign:before {content:"\f068";font-family:'FontAwesome';}
.icon-plus-sign:before {content: "\f067";font-family:'FontAwesome';}
.fot_title .column_icon_toggle {display: none;}

.fot_nav{background:#1a1a1a;padding:20px 0;text-align:center;}
.fot_nav .fot_title{display:none;}
.fot_nav ul{list-style:none;}
.fot_nav ul li{display:inline-block;}
.fot_nav ul li a{border-right:1px solid #fff;padding-right:10px;margin-right:10px;display:inline-block;color:#fff;font-size:14px;text-transform:uppercase;line-height:14px;font-family: 'helveticaLight', sans-serif;}
.fot_nav ul li:last-child a{border:none;}

.fot-bot{background:#1a1a1a;text-align:center;}
.fot-bot .fot-fri{list-style:none;margin-bottom:10px;}
.fot-bot .fot-fri p{display:inline-block;color:#808080;}
.fot-bot .fot-fri li{display:inline-block;margin:0 5px;}
.fot-bot .fot-fri li a{color:#808080;}
.fot-bot .fot-fri li a:hover{color:#fff;}
.copy{color:#808080;margin-bottom:20px;}
.copy a{color:#808080;}
.copy a:hover{color:#fff;}

@media only screen and (max-width: 768px) {
	.footer{padding:30px 0 0 0;}
	.footer .fot_nav,.footer .fot_con,.footer .fot_tags,.fot_nav{width:100%;padding:0;}
	.footer .fot_title,.fot_nav .fot_title{display:block;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:15px;cursor:pointer;margin-bottom:15px;font-size:17px;}
	.footer .fot_about .fot_title{display:block;}
	.footer .fot_title .column_icon_toggle,.fot_nav .fot_title .column_icon_toggle{display: inline-block;position: absolute;right:15px;top:0;font-style:normal;cursor:pointer;font-size:16px;font-weight:normal;}
	.fot-bot{padding-top:0;border:none;}
	.footer .toggle_content,.fot_nav .toggle_content{padding-bottom:30px;}
	.fot_nav{background:#333333;text-align:left;padding-left:15px;padding-right:15px;padding-bottom:15px;}
	.fot_nav ul li{display:block;margin-bottom:15px;}
	.fot_nav ul li a{border-right:none;font-family: 'HelveticaB';color:#cccccc;}
	.fot-bot{padding-top:15px;}
}


/*service*/
#online_qq_layer{z-index:9999999;position:fixed;right:70px;bottom:0;box-shadow:0 0 10px 2px rgba(0,0,0,0.1);}
#online_qq_layer a{-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
#online_qq_layer a:hover{text-decoration:none;}
#floatShow{display:block;background:#21a1e1;width:240px;float:right;height:34px;text-align:left;border-radius:2px 2px 0 0;}
#floatShow i{font-size:14px;color:#fff;line-height:34px;float:right;padding-right:10px;}
#floatShow p{color:#fff;font-size:15px;line-height:34px;display:inline-block; vertical-align:middle;padding-left:10px;font-family: 'HelveticaB';text-transform:capitalize;}
#floatHide{display:none;background:#21a1e1;width:360px;text-align:left;height:42px;font-family: 'HelveticaB';text-transform:capitalize;border-radius:2px 2px 0 0;padding-left:10px;}
#floatHide p{color:#fff;font-size:15px;line-height:42px;display:inline-block; vertical-align:middle;}
#floatHide i{font-size:14px;color:#fff;line-height:42px;float:right;margin-right:10px;}

#onlineService{display:inline;width:360px;overflow: hidden;display:none;background: #fff;}
#onlineService>p{background:#f5f5f5;color:#b4b4b4;height:24px;text-align:right;padding-right:5px;line-height:24px;}
.online_form{position:relative;height:300px;overflow-y:scroll;}
.online_form p{font-size:14px;padding-bottom:10px;text-align:center;}
.online_form ul{padding:20px 40px 0 40px;list-style:none;position:relative;}
.online_form ul:after{content:"\f044";font-family:FontAwesome;color:#000;font-size:140px;position:absolute;right:0;top:-30px;filter:alpha(opacity=3);-moz-opacity:0.03;opacity:0.03;}
.online_form ul li{margin:15px 0;position:relative;z-index:2;}
.online_form ul li label{display:block;color:#333;margin-bottom:5px;font-weight:normal;font-size:13px;}
.online_form ul .meInput{height:32px;border:1px solid #ccc;width:96%;padding-left:5px;font-family: 'Helvetica', sans-serif;border-radius:2px;}
.online_form ul .meInput:focus{color:#333;box-shadow:0 0 15px 2px rgba(0,0,0,0.05);}
.online_form ul .meText{width:96%;padding:5px;border:1px solid #ccc;max-width:96%;height:140px;max-height:180px;font-family: 'Helvetica', sans-serif;border-radius:2px;}
.online_form ul .meText:focus{color:#333;box-shadow:0 0 15px 2px rgba(0,0,0,0.05);}
#onlineService .chat-send{display:block;width:100%;text-align:center;padding:0 40px 20px 40px;cursor:pointer;}
#onlineService .chat-send .send{display:inline-block;width:100%;background:#79bd10;padding:10px 0;color:#fff;text-transform:uppercase;font-size:12px;font-family: 'HelveticaB';border-radius:2px;}
#onlineService .chat-send .send:hover{background:#86cd19;color:#fff;text-decoration:none;}

/*
#service{position:fixed;right:-240px;top:10px;z-index:999999999;margin:200px 0 0 0; font:14px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; color:#eee;}
#service ul{ list-style:none;}
#ser_main{float:left;position:relative;z-index:9;top:0px;}
#ser_main a{display:block;overflow:hidden;}
#ser_main a#floatShow01{background:url(../images/ser-30.png) no-repeat;height:200px;width:48px;z-index:99999;}

#onlineService01{float:left;background:#fff;border:2px solid #21a1e1;overflow:hidden; width:240px;padding:0 15px;}

.onlineMenu ul li{ padding:10px 0px; border-bottom:1px dashed #444;}
.onlineMenu ul li:last-child{ border:none;}
.onlineMenu .call-top{padding:10px 0;}
.onlineMenu .call-top p{text-align:left;font-family:'HelveticaB';color:#4c4c4c;font-size:15px;text-transform:capitalize;}
.onlineMenu .call{text-align:left;border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px;}
.onlineMenu .call>p{display:block;font-size:13px;padding:5px 0;padding-left:30px;color:#333;}
.onlineMenu .call>p a{font-size:13px;color:#333;}
.onlineMenu .call>p a:hover{color:#00a1e9;}
.onlineMenu .call>p.ser01{background:url(../images/icon-phone.png) no-repeat left 2px;}
.onlineMenu .call>p.ser02{background:url(../images/icon-email.png) no-repeat left 6px;}
.onlineMenu .call>p.ser03{background:url(../images/icon-skype.png) no-repeat left 3px;}
.onlineMenu .call>p.ser04{background:url(../images/icon-whatsapp.png) no-repeat left 3px;}

#service:hover{ right:0px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}

@media only screen and (max-width: 992px){
	#service{display:none;}
}
*/

#service{position:fixed;right:0;top:10px;z-index:999999999;margin:200px 0 0 0; font:14px;color:#eee;}
#service a:hover{text-decoration:none;}
#service ul{ list-style:none;}
#ser_main{float:left;position:relative;z-index:9;top:0px;}
#ser_main a{display:block;overflow:hidden;}
#ser_main a#floatShow01{background:url(../images/ser-30.png) no-repeat;height:200px;width:48px;z-index:99999;display:none;}
#ser_main a#floatHide01{background:url(../images/ser-30.png) no-repeat;height:230px;width:48px;z-index:99999;}
#ser_main a#floatHide01:after{content:"\f00d";font-family:FontAwesome;color:#fff;position:absolute;width:48px;padding:5px 0;display:block;text-align:center;left:0;bottom:0;background:#21a1e1;border-radius:10px 0 0 10px;font-size:16px;}

#onlineService01{float:left;background:#fff;border:2px solid #21a1e1;overflow:hidden; width:240px;padding:0 15px;display:none;}

.onlineMenu ul li{ padding:10px 0px; border-bottom:1px dashed #444;}
.onlineMenu ul li:last-child{ border:none;}
.onlineMenu .call-top{padding:10px 0;}
.onlineMenu .call-top p{text-align:left;font-family:'HelveticaB';color:#4c4c4c;font-size:15px;text-transform:capitalize;}
.onlineMenu .call{text-align:left;border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px;}
.onlineMenu .call>p{display:block;font-size:13px;padding:5px 0;padding-left:30px;color:#333;}
.onlineMenu .call>p a{font-size:13px;color:#333;}
.onlineMenu .call>p a:hover{color:#00a1e9;}
.onlineMenu .call>p.ser01{background:url(../images/icon-phone.png) no-repeat left 2px;}
.onlineMenu .call>p.ser02{background:url(../images/icon-email.png) no-repeat left 6px;}
.onlineMenu .call>p.ser03{background:url(../images/icon-skype.png) no-repeat left 3px;}
.onlineMenu .call>p.ser04{background:url(../images/icon-whatsapp.png) no-repeat left 3px;}


@media only screen and (max-width: 768px){
	body{padding-bottom:40px;}
	#online_qq_layer{width:100%;left:0;right:auto;}
	#floatShow,#floatHide{width:100%;border-radius:0;box-shadow:0 0 10px 2px rgba(255,255,255,0.5);height:40px;}
	#floatShow i,#floatShow p,#floatHide p,#floatHide i{line-height:40px;}
	#onlineService{width:100%;}
	#service{display:none;}
}


/*back-top*/
.back_top{width:48px; height:48px; position:fixed; right:10px; bottom:60px; z-index:9999; display:none; background:url(../images/top.png) no-repeat center;filter:alpha(opacity=30);-moz-opacity:0.3; opacity:0.3;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}
.back_top:hover{filter:alpha(opacity=60);-moz-opacity:0.6; opacity:0.6;bottom:64px;}
@media only screen and (max-width: 768px) {.back_top{right:0;bottom:70px;}}


.breadcrumb{color:#808080;text-transform:capitalize;font-size:14px;margin:0;margin-top:10px;border-radius:0;text-align:left;background:transparent;padding:0;}
.breadcrumb p{color:#21a1e1;text-decoration:underline;display:inline-block;margin-right:5px;text-transform:uppercase;font-size:14px; vertical-align:middle;}
.breadcrumb i{padding:0 5px;}
.breadcrumb a{font-size:14px;color:#21a1e1;text-decoration:underline; vertical-align:middle;}
.breadcrumb a:hover{color:#4fb6ea;}
.breadcrumb h2{margin:0;display:inline-block;padding:0;font-size:14px;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal; vertical-align:middle;color:#21a1e1;text-decoration:underline;}
.bread-right{float:none;}
.bread-right .home i{padding:0;padding-right:5px;font-size:14px;color:#21a1e1;}


.page-box{padding:30px 0;position:relative;}
.page-left{width:24%;float:left;}
.left_title{text-transform:capitalize;font-family:'HelveticaB';display:block;position:relative;margin-bottom:15px;}
.left_title em{font-size:20px;vertical-align:middle;display:block;color:#79bd10;}
.left_title .column_icon_toggle {display: none;}
/*products-nav*/
.left-nav .toggle_content{}
.left-nav .left_title em{background:url(../images/icon-list.png) no-repeat left 3px;padding-left:30px;}
.mtree-skin-selector{display:none;}
ul.mtree {opacity: 0;margin-left: 0;padding:0;text-align:left;padding-bottom:5;border:1px solid #e5e5e5;border-radius:2px;}
ul.mtree>li {list-style: none;}
ul.mtree>li:last-child>a{border-bottom:none;}
ul.mtree>li>a {
	display: block;
	font-size:12px;
	text-transform:capitalize;
	color:#4c4c4c;
	padding:12px 10px;
	font-family:"HelveticaB";
	border-bottom:1px solid #e5e5e5;
	background:#fff;
	background:rgba(255,255,255,0.5);
}
ul.mtree>li>a i{padding-right:5px;}
ul.mtree li.mtree-node > a {}
ul.mtree>li.mtree-node>a:after{content:"\f067";font-family:FontAwesome;position:absolute;right:0;top:0;height:42px;overflow:hidden;width:30px;text-align:center;line-height:42px;color:#21a1e1;font-size:12px;}
ul.mtree>li.mtree-active>a:after{content:"\f068";font-family:FontAwesome;padding-left:5px;color:#fff;}
ul.mtree>li:hover>a{background:#f7f7f7;color:#45b0e4;text-decoration:none;font-family:"HelveticaB";}
ul.mtree>li.mtree-node{}
ul.mtree>li.mtree-open{}
ul.mtree>li.mtree-open>a{text-decoration:none;color:#fff;background:#45b0e4;font-family:"HelveticaB";}
ul.mtree>li.mtree-node:hover{}
ul.mtree>li.mtree-node .mtrss-all{text-transform:uppercase;font-size:12px;font-family: 'HelveticaB';color:#333;background:#f2f2f2;margin-top:5px;}
ul.mtree>li.mtree-node .mtrss-all span{display:inline-block;padding-right:5px;border:none;margin-bottom:0;}
ul.mtree>li.mtree-node .mtrss-all a{font-size:12px;text-transform:capitalize;color:#333;padding:5px 10px;}
ul.mtree>li.mtree-node .mtrss-all:hover{background:#45b0e4;color:#fff;}
ul.mtree>li.mtree-node .mtrss-all:hover a{background:#45b0e4;color:#fff;}

ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

ul.mtree ul {padding:10px 10px 10px 10px;background:none;list-style:none;border-bottom:1px solid #e5e5e5;}
ul.mtree ul li{margin-bottom:1px;}
ul.mtree ul li:hoverul.mtree ul li a:hover{background:#e5e5e5;}
ul.mtree ul li a:hover{}
ul.mtree ul li ul{border:none;}
ul.mtree ul li ul li{margin:5px 0;}
ul.mtree li.mtree-node ul li a{display:block;font-size:13px;font-weight:normal;padding:5px 0;text-transform:capitalize;}
ul.mtree li.mtree-node ul li a i{padding-right:5px;color:#b3b3b3;}
ul.mtree ul li a:hover{color:#45b0e4;text-decoration:none;}

ul.mtree .mtree-level-2{padding:0 10px 10px 0;border-bottom:1px solid #e5e5e5;}
ul.mtree li ul li.mtree-open a{text-decoration:none;}
ul.mtree li ul.mtree-level-2 li a{font-weight:normal;font-size:12px;padding:5px 10px;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:none;color:#000;font-weight:normal;}

ul.mtree ul li ul li a:before{content:"\f105";font-family:FontAwesome;padding-right:5px;}

ul.mtree.jet ul {margin-left: 0;}
ul.mtree.jet li {margin-bottom: 1px;}
ul.mtree.jet li:last-child {margin-bottom: 0px;}
ul.mtree.jet li:first-child {margin-top: 1px;}
ul.mtree.jet li.mtree-active a {background: #E3E3E3;}
ul.mtree.jet li.mtree-active li:last-child > a {border-radius: 0px 0px 3px 3px;}
ul.mtree.jet li.mtree-active > a {
  background: #008cba;
  color: #FFF;
  border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
  background: #FFC000;
  color: #FFF;
}
ul.mtree.jet a {
  padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
  padding-left: 2em;
}
ul.mtree.jet li li li > a {
  padding-left: 3em;
}
ul.mtree.jet li li li li > a {
  padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
  padding-left: 5em;
}

.left-pro{margin-top:20px;}
.left-pro .left_title em{background:url(../images/icon-hot.png) no-repeat left 3px;padding-left:30px;}
.left-pro .toggle_content{}
.lpro-list{list-style:none;padding-top:5px;}
.lpro-list li{margin-bottom:15px;transition:all .5s;}
.lpro-list li:hover{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08);}
.lpro-list li>div{display:block;position:relative;border-bottom:1px solid #e5e5e5;padding-bottom:10px;}
.lpro-list li>div .lpro-image{float:left;width:30%;}
.lpro-list li>div img{max-width:100%;height:auto;}
.lpro-list li .lpro-right{width:70%;text-align:left;float:left;padding-left:10px;}
.lpro-list li:hover .lpro-right{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.lpro-list li .lpro-right .lpro-title{display:block;font-size:14px;overflow:hidden;line-height:20px;height:40px;margin-bottom:6px;font-family:"HelveticaB";}
.lpro-list li:hover .lpro-right .lpro-title{color:#85c3b6;}
.lpro-list li .lpro-right>p{display:inline-block;font-size:12px;color:#999;width:100%;overflow:hidden;line-height:18px;height:36px;}

.left-news{margin-top:20px;}
.left-news .left_title em{background:url(../images/icon-news.png) no-repeat left 3px;padding-left:30px;}
.lnews-list{list-style:none;}
.lnews-list li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e5e5;}
.lnews-list li .lnews-image{float:left;width:40%;padding-right:15px;}
.lnews-list li .lnews-image img{max-width:100%;height:auto;width:100%;border-radius:2px;}
.lnews-list li .lnews-title{font-size:12px;font-family:"HelveticaB";display:inline-block;width:100%;color:#21a1e1;}
.lnews-list li>p{line-height:20px;overflow:hidden;max-height:40px;color:#999;margin-top:10px;}

.left-news .lnews-more{display:inline-block;margin-top:5px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 92% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:8px 25px 8px 15px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.left-news .lnews-more:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 94% center;text-decoration:none;color:#fff;}

.page-right{width:76%;float:right;padding-left:30px;}
.ptitle{display:block;font-family:'HelveticaB';text-transform:capitalize;font-size:21px;margin-bottom:15px;color:#333333;background:url(../images/page-title-bg.png) no-repeat right center;line-height:28px;}
.ptitle em{display:inline-block;padding-right:20px;background:#fff;}
.page-about{font-size:14px;line-height:24px;}
.page-about:after{position:absolute;right:0;bottom:0;background:url(../images/map-bg02.png) no-repeat right bottom;content:"";width:510px;height:660px;z-index:-1;}
.page-about img{max-width:100%;}

@media only screen and (max-width: 768px) {
	.page-box{padding:25px 0;}
	.page-left{margin-bottom:10px;}
	.page-left,.page-right{width:100%;padding:0;}
	.page-left{border:1px solid #e5e5e5;border-top:2px solid #e5e5e5;padding:20px 10px;margin-bottom:20px;border-radius:2px;}
	.left_title{cursor:pointer;margin:0;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
	.left_title em{padding-left:0;font-size:14px;color:#333;}
	.left_title>span{display:none;}
	.left-nav .left_title em{background:url(../images/icon-list.png) no-repeat left 0px;}
	.left-news .left_title em{background:url(../images/icon-news.png) no-repeat left 0px;}
	.left_title .column_icon_toggle{display: inline-block;position: absolute;right:12px;top:2px;font-style:normal;cursor:pointer;font-size:14px;font-weight:normal;color:#808080;}
	.column_box .toggle_content{margin-top:20px;}
	.left-pro{margin-top:0;}
	.lpro-list li{width:50%;padding:10px;float:left;}
	.lpro-list li .lpro-right{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
	.ptitle{font-size:19px;}
}


/*message*/
.con-main{padding-left:40px;padding-right:0;}
.con-main>div{background:#fafafa;border:1px solid #e5e5e5;padding:20px;line-height:24px;font-size:12px;}
.con-main>em{margin-bottom:15px;display:block;font-size:16px;font-family:"HelveticaB";color:#e28e00;}
.con-main img{max-width:100%;}
.con-main>div.con-map{margin-top:40px;text-align:center;padding:0;border:none;background:none;}
.con-main>div.con-map img{max-width:100%;}

.message{padding-left:0;border-right:1px solid #e5e5e5;padding-right:40px;}
.message>p, .message ul>p, .message #email_form>p{font-size:13px;line-height:20px;color:#808080;margin-bottom:20px;}
.message ul{overflow:hidden;width:100%;border-top:none;list-style:none;}
.message li{margin-bottom:15px;}
.message li p{font-size:12px;margin-left:0;display:inline-block;margin-bottom:5px;margin-right:10px;text-transform:capitalize;}
.message li a{color:red;text-decoration:underline;text-transform:capitalize;font-size:12px;}
.message li p a:hover{color:#fff;}
.message label{display:block;font-weight:normal;text-align:left;font-size:12px;margin-bottom:5px;text-transform:capitalize;}
.message label i{padding-right:5px;font-size:12px;color:#21a1e1;}
.message .meInput{width:80%;height:32px;border:1px solid #ccc;padding-left:10px; vertical-align:middle;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;color:#808080;background:#fff;line-height:32px;text-transform:capitalize;border-radius:2px;}
.message .meInput:focus{color:#333;box-shadow:0 0 20px 2px rgba(0,0,0,0.05);}
.message .meText{width:80%;min-height:120px;max-width:100%;padding:10px; vertical-align:middle;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;border:none;border:1px solid #ccc;color:#808080;text-transform:capitalize;background:#fff;border-radius:2px;}
.message .meText:focus{color:#333;box-shadow:0 0 20px 2px rgba(0,0,0,0.05);}
.message .send{display:inline-block;margin-top:15px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 86% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:12px 30px 12px 25px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.message .send:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 90% center;text-decoration:none;}


@media only screen and (max-width: 768px) {
	.message{padding-right:0;margin-bottom:30px;border:none;}
	.message .meInput,.message .meText{width:100%;}
	.con-main{width:100%;padding-left:0;}
	.message .send{margin-top:0;}
}


/*news*/
.news .img{ float:left; width:24%;display:inline-block;padding:6px;background:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,0.05);border-radius:2px;}
.news .img img{ width:100%;max-width:100%;border-radius:2px;}
.news .text{ float:right; padding-left:2%; width:76%;}
@media only screen and (max-width: 980px) {
	.news .img{ width:40%;} 
	.news .text{ float:right; padding-left:2%; width:58%;}
}
.news  ul li{ list-style:none; margin-bottom:30px;}
.news  ul li h4{padding:0;margin:0;margin-bottom:10px;}
.news  ul li h4 a{ font-size:15px;display:block; line-height:24px; overflow:hidden; font-family:'HelveticaB'; text-overflow:ellipsis; white-space:nowrap;}
.news  ul li:hover h4 a{ color:#45b0e4;}
.news  ul li .text .blogin{color:#b3b3b3;font-size:13px;}
.news  ul li .text .blogin i{padding-right:5px;}
.news  ul li .text>p{ font-size:13px; color:#999;  overflow:hidden; margin-top:10px; max-height:40px;line-height:20px;}
.news  ul li .n_more{display:inline-block;margin-top:15px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 88% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:8px 25px 8px 15px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.news  ul li .n_more:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 90% center;text-decoration:none;}
@media only screen and (max-width: 480px) {
	.news .img{ width:100%; float:none; display:block;}
	.news .i_news_day .mon{ display:inline-block;}
	.news .i_news_day .day{ display:inline-block;}
	.news .i_news_day{ width:100%; float:none; text-align:left;} 
	.news .text{padding:0;margin-top:10px;float:none;width:100%;}
}

/*page-number*/
.page_num{width:100%;margin:15px auto 0 auto;text-align:left;border-top:1px solid #e5e5e5;padding-top:20px;}
.page_num span{display:inline-block;color:#21a1e1;background:#fff;border:1px solid #21a1e1;font-size:14px;text-transform:capitalize;margin-bottom:0;padding:8px 14px;border-radius:2px;}
.page_num a{display:inline-block;color:#4d4d4d;font-size:14px;text-transform:capitalize;padding:8px 14px;background:#f3f3f3;border:1px solid #f3f3f3;border-radius:2px;}
.page_num a:hover{color:#fff;text-decoration:none;background:#21a1e1;border:1px solid #21a1e1;}
.page_num p{display:inline-block;font-size:12px;margin-top:12px;float:right;}
.page_num p:before{content:'[';padding-right:3px;}
.page_num p:after{content:']';padding-left:3px;}
.page_num p strong{display:inline-block;margin:0 5px;font-weight:normal;}
@media only screen and (max-width: 768px) {
	.page_num{text-align:left;}
	.page_num a,.page_num span{padding:8px 14px;margin-bottom:5px;font-size:12px;}
	.page_num p{width:100%;margin-top:15px;}
}



/*news-main*/
.news_main{width:100%;margin-bottom:0;}
.news_main em{font-size:17px;display:block;margin-bottom:10px;text-align:left;font-family:'HelveticaB';}
.news_main .news-date{margin-bottom:10px;text-align:left;font-size:12px;}
.news_main .news-date i{padding-right:5px;color:#999;}
.news_main .news-date span{display:inline-block;margin-right:20px;color:#999;font-size:12px;}
.news_main div{margin-top:15px;line-height:24px;font-size:14px;}
.news_main div img{max-width:100%;}


/*page-turning*/
.page_turn{width:100%;margin:1.5em auto 0 auto;text-align:left;border-top:1px solid #e5e5e5;padding-top:1.5em;}
.page_turn li{display:block;margin-bottom:10px;}
.page_turn li p{color:#79bd10;font-family:'HelveticaB';text-align:center;display:inline-block;font-size:15px;text-transform:capitalize;margin-bottom:0;}
.page_turn li a{display:inline-block;font-size:15px;margin-left:5px;text-transform:capitalize;}
.page_turn li a:hover{color:#21a1e1;}
@media only screen and (max-width: 768px) {
	.page_turn li p,.page_turn li a{font-size:14px;}
}


/*blog*/
.left-blog{margin-bottom:20px;}
.left-blog .blog-main{border:1px solid #e5e5e5;border-radius:2px;}
.left-blog .left_title em{background:url(../images/icon-hot.png) no-repeat left 3px;padding-left:30px;}
.column .block .blog_main { margin-bottom:0;}
.blog_list>li{margin-bottom:10px;text-align:left;list-style:none;}
.blog_list>li>div{padding-bottom:20px;margin-bottom:10px;border-bottom:1px solid #e5e5e5;}
.blog_list>li:last-child>div{border-bottom:none;padding-bottom:0;}
.blog_list>li .blog-title{font-size:15px;display:block; line-height:24px; overflow:hidden; font-family:'HelveticaB'; text-overflow:ellipsis; white-space:nowrap;margin-bottom:10px;}
.blog_list>li:hover .blog-title{ color:#21a1e1 ;}
.blog_list>li .blog-more{font-size:14px;text-transform:uppercase;display:inline-block;margin-top:20px;color:#1b63c7;}
.blog_list>li .blog-more i{padding-right:5px;text-decoration:none;}
.blog_list>li .blog-more:hover{text-decoration:underline;color:#85c3b6;}
.entry-post-format-icon{float:left;width:50px;height:50px;line-height:50px;background-color:#21a1e1;color:#fff;font-size:22px;text-align:center;margin-right:20px;margin-bottom:24px;line-height:50px;}
.entry-post-format-icon i{line-height:50px;}
.entry-post-format-icon::after{content: "";height:4px;width:100%;background-color:#08bcff;display:block;margin-top:10px;}
.blog_list .news-date{margin-top:10px;display:block;}
.blog_list .news-date span{display:inline-block;font-size:12px;color:#999;margin-right:20px;}
.blog_list .news-date span i{padding-right:5px;}

ul.blog-list, ul.blog-list1{padding:10px;list-style: none;text-align:left;border-bottom:1px solid #e5e5e5;padding-bottom:10px;}
ul.blog-list:last-child, ul.blog-list1:last-child{border-bottom:none;}
ul.blog-list li {margin:0 20px 10px 5px;}
ul.blog-list li a:before{content:"\f0da";font-family:FontAwesome;display:inline-block;padding-right:5px;color:#ccc;}
ul.blog-list1 p, ul.blog-list p {font-size:15px;margin-bottom: 15px;text-transform:capitalize;color:#21a1e1;font-family:"HelveticaB"; vertical-align:middle;}
ul.blog-list li a {font-size:13px;vertical-align: initial;text-decoration: none;display:block;}
ul.blog-list li a:hover{color:#45b0e4;text-decoration:underline;}
ul.blog-list3 li.blog-list3-img{float: left;width: 24%;margin-right: 5%;}
.blog-list3-img img{width:60;border-radius:5px;height:45px;border:solid 1px #eee;}

ul.blog-list1 li {display: inline-block;margin: 10px 3px;} 
ul.blog-list1 li a {
	text-decoration: none;
	background:#f3f3f3;
	color:#808080;
	padding:8px 12px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
ul.blog-list1 li a:hover{background:#21a1e1;color:#fff;}

.blog_list{width:100%;}
.blog_list li a:hover{text-decoration:none;}
.blog_list li .blog_date{float:right;display:inline-block;margin-top:15px;font-size:12px;color:#fff;background-size:100%;padding:3px 10px 5px 10px;}
.blog_list li>div>p{font-size:13px;line-height:20px;color:#999;overflow:hidden;max-height:40px;width:100%;margin-bottom:15px;}
.blog_list .blog_more{	padding:6px 20px;margin-top:20px;
	border-radius:5px;
	background-image: -moz-linear-gradient(top, #ffa128, #fc9818);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa128), color-stop(1, #fc9818));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa128', endColorstr='#fc9818', GradientType='0');
	background:linear-gradient(to bottom, #ffa128, #fc9818);
	display:inline-block;
	text-transform:capitalize;
	color:#fff;
	font-size:14px;
}
.blog_list .blog_more:hover{
	color:#000;
	text-decoration:none;
	box-shadow:0 0 5px 1px #e5e5e5;
	background:#ffe400;
}


/*blog-main*/
.blog_tag{margin-top:20px;text-align:left;}
.blog_tag>p{font-family:"HelveticaB";display:inline-block;font-size:12px;margin-right:5px;}
.blog_tag li{display:inline-block;margin-right:10px;border-radius:2px;border:1px solid #21a1e1;}
.blog_tag li a{display:inline-block;padding:5px 20px;color:#21a1e1;font-size:13px;}
.blog_tag li i{padding-right:5px;color:#21a1e1;}
.blog_tag li:hover{background:#21a1e1;border:1px solid #21a1e1;}
.blog_tag li:hover a{color:#fff;text-decoration:none;}
.blog_tag li:hover i{color:#fff;}

@media only screen and (max-width: 768px) {
	.blog_list>li{padding-bottom:3.5%}
	.blog_list>li .blog-title{width:100%;}
	.left-blog .left_title em{background:url(../images/icon-hot.png) no-repeat left 0;}
	.blog_tag li a{padding:5px 10px;}
}


.pdown-list{width:100%;list-style:none;border-bottom:1px solid #d9d9d9;}
.pdown-list .pdlist-title{background:#f2f2f2;border:1px solid #d9d9d9;border-bottom:none;font-family:'HelveticaB';}
.pdown-list .pdlist-title p{width:79%;display:inline-block;padding:8px 10px;font-size:15px;text-transform:capitalize;}
.pdown-list .pdlist-title span{width:20%;padding:8px 10px;font-size:15px;border-left:1px solid #d9d9d9;display:inline-block;text-transform:capitalize;text-align:center;}
.pdown-list .pdlist-main{border:1px solid #d9d9d9;border-bottom:none;background:#fff;}
.pdown-list .pdlist-main p{width:79%;display:inline-block;padding:10px 10px;font-size:14px;}
.pdown-list .pdlist-main span{width:20%;padding:8px 10px;font-size:13px;border-left:1px solid #d9d9d9;text-align:left;display:inline-block;text-align:center;}
.pdown-list .pdlist-main a{text-transform: capitalize;display:inline-block;padding:6px 20px;background:#79bd10;font-size:14px;border-radius:2px;color:#fff;}
.pdown-list .pdlist-main a:hover{background:#86cd19;color:#fff;text-decoration:none;}
.pdown-list .pdlist-main a i{padding-right:5px;}

@media only screen and (max-width: 992px) {
	.pdown-list .pdlist-title p,.pdown-list .pdlist-main p{width:69%;}
	.pdown-list .pdlist-title span,.pdown-list .pdlist-main span{width:30%;}
}

@media only screen and (max-width: 768px) {
	.pdown-list .pdlist-title p,.pdown-list .pdlist-main p{width:59%;}
	.pdown-list .pdlist-title span,.pdown-list .pdlist-main span{width:40%;}
}

@media only screen and (max-width: 480px) {
	.pdown-list .pdlist-title span{display:none;}
	.pdown-list .pdlist-main p{width:100%;padding-bottom:0;}
	.pdown-list .pdlist-main span{width:100%;border:none;}
}


/*products*/
.pro-text{line-height:24px;font-size:12px;margin-top:15px;}
.pro-text img{max-width:100%;}
.main-right .pro-text{line-height:20px;font-size:13px;margin-top:15px;color:#808080;margin-bottom:10px;}
.main-right .pro-text img{max-width:100%;}

.cbp-vm-switcher {width:100%;}
.cbp-vm-options {text-align:left;margin-top:0;background:#fafafa;border:1px solid #e5e5e5;padding:5px 10px;border-radius:2px;}
.cbp-vm-options p{display:inline-block; vertical-align:middle;padding-right:5px;font-size:12px;font-family: 'HelveticaB';text-transform:capitalize;}
.cbp-vm-options a {display: inline-block; vertical-align:middle;width:28px;height:28px;overflow: hidden;white-space: nowrap;color: #ccc;margin: 2px;}
.cbp-vm-options span{display:inline-block;float:right;font-size:12px;margin-top:10px;color:#ccc;}
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {color: #79bd10;}
.cbp-vm-options a:before {width: 28px;height: 28px;line-height: 28px;font-size: 20px;text-align: center;display: inline-block;}

/* General list */
.cbp-vm-switcher ul {list-style: none;padding: 0;}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-switcher ul:after { clear: both; }

.cbp-vm-switcher ul li {display: block;position: relative;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image {display: block;margin: 0 auto;position:relative;border:1px solid #f2f2f2;border-radius:2px;}
.cbp-vm-image span{display:block;width:100%;height:auto;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;height:auto;}
.cbp-vm-image span:hover{}

.cbp-vm-switcher ul li em{font-size:14px;display:block;margin:10px 0;height:36px;color:#333333;text-transform:capitalize; word-wrap:break-word;line-height:18px;text-align:left;overflow:hidden;}
.cbp-vm-switcher ul li .cbp-vm-details{color:#999;overflow:hidden;height:40px;font-size:12px;line-height:20px;text-align:left;}
.cbp-vm-switcher ul li a:hover,.cbp-vm-switcher ul li:hover em{ text-decoration:none;color:#00a1e9;}

.cbp-vm-view-grid .prol_more{display:none;}

.cbp-vm-view-grid .pro-list-tags{display:none;}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {content: "\f00a";}
.cbp-vm-list:before {content: "\f039";}
.cbp-vm-add:before {content: "\f055";}

/* Large grid view */
.cbp-vm-view-grid ul {text-align: left;}

.cbp-vm-view-grid ul li {
	width: 33%;
	float:left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding:0;
	position:relative;
	
}
.cbp-vm-view-grid ul li>span{display:inline-block;padding:10px 10px 20px 10px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;transition:all .5s;}
.cbp-vm-view-grid ul li:hover>span{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);transform:translate3d(0,-5px,0);-webkit-transform:translate3d(0,-5px,0);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08);}
.cbp-vm-view-grid ul li .cbp-title{text-align:left;font-size:15px;font-family:'HelveticaB';line-height:20px;overflow:hidden;height:40px;display:block;margin:10px 0;position:relative;z-index:99;}
.cbp-vm-view-grid ul li:hover .cbp-title{color:#21a1e1;}
.cbp-vm-view-grid ul li .cbp-vm-details{position:relative;z-index:99;}
.cbp-vm-view-grid ul li .cbp-list-more{display:none;}

/* List view */
.cbp-vm-view-list>ul{margin:0;margin-top:20px;}
.cbp-vm-view-list li {padding-bottom:20px;border-bottom:1px solid #e5e5e5;margin-bottom:20px;white-space: nowrap;text-align:left;white-space:normal;}
.cbp-vm-view-list li:last-child{border-bottom:none;}
.cbp-vm-view-list li:before, 
.cbp-vm-view-list li:after { 
	content: " "; 
	display: table; 

}
.cbp-vm-view-list li:after { clear: both; }
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {width: 22%;display:inline-block; vertical-align:middle;float:left;box-shadow:0 0 5px 1px rgba(0,0,0,0.05);padding:6px;background:#fff;border-radius:2px;}
.cbp-vm-view-list ul li>span>div{width:76%;display:inline-block;}
.cbp-vm-view-list ul li .cbp-title{display:block; vertical-align:top;text-align:left;font-size:15px;line-height:24px;height:auto;margin-top:0;margin-bottom:10px;font-family:"HelveticaB";}

.cbp-vm-view-list ul li:hover .cbp-title{color:#00a1e9;}
.cbp-vm-view-list ul li .cbp-vm-details {overflow: hidden;white-space: normal;height:40px;line-height:20px;margin-bottom:10px;font-size:13px;}
.cbp-vm-view-list .pro-list-tags{margin-top:10px;text-align:left;}
.cbp-vm-view-list .pro-list-tags>p{font-family:"HelveticaB";display:inline-block;font-size:12px;margin-right:5px;text-transform:capitalize;}
.cbp-vm-view-list .pro-list-tags li{display:inline-block;margin-right:10px;padding:0;margin-bottom:0;border-bottom:none;}
.cbp-vm-view-list .pro-list-tags li a{display:inline-block;padding:5px 10px;color:#808080;background:#f3f3f3;border-radius:2px;font-size:13px;}
.cbp-vm-view-list .pro-list-tags li i{padding-right:5px;color:#808080;}
.cbp-vm-view-list .pro-list-tags li:hover a{color:#fff;background:#21a1e1;text-decoration:none;}
.cbp-vm-view-list .pro-list-tags li:hover i{color:#fff;}

.cbp-vm-view-list .cbp-hover{display:none;}
.cbp-vm-view-list .cbp-list-center{width:76%;display:inline-block; vertical-align:middle;padding:0 15px;background:#fff;}
.cbp-vm-view-list .cbp-list-more{display:inline-block;margin-top:5px;width:auto;}
.cbp-vm-view-list .cbp-list-view{display:inline-block;margin-top:15px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 88% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:8px 25px 8px 15px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-view-list .cbp-list-view:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 90% center;text-decoration:none;color:#fff;}

@media screen and (max-width: 940px) {.cbp-vm-view-grid ul li {width: 49%;}}

@media only screen and (max-width: 768px){
	.pro-cat li{margin-bottom:10px;}
	.cbp-vm-options{margin-top:0;}
}

@media screen and (max-width: 520px) {
	.cbp-vm-view-list ul li .cbp-vm-details{height:40px;}
	.cbp-vm-view-list .prol_more{font-size:13px;padding:2px 20px 7px 20px;}
	.cbp-vm-view-grid ul li>span{padding:0;}
	.cbp-vm-view-list .cbp-list-center{width:100%;margin-top:10px;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;}
	.cbp-vm-view-list .cbp-vm-image{width:100%;}
	.cbp-vm-view-list ul li>span>div{width:100%;}
	.cbp-vm-view-list ul li .cbp-title{font-size:14px;}
	.cbp-vm-view-list .cbp-list-view{display:none;}
}

@media screen and (max-width: 400px) {
	.cbp-vm-view-grid ul li{padding:10px;}
	.cbp-vm-view-grid ul li .cbp-title{font-size:12px;margin:10px 0;}
	
}


/*products main*/
.products .pro_img{padding-left:0;text-align:center;}
/* CSS for the loading div */

.sp-loading {
	text-align: center;
	max-width: 100%;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;
	/**************
	  Set max-width to your thumbnail width
	***************/
	text-align:center;
	max-width: 100%;
	width:100%;
}

/* Thumbnails */

.sp-thumbs {
	margin-top:10px;
	text-align: left;
	display: block;
}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin:0 3px;
	border:1px solid #e5e5e5;
	border-radius:2px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border:1px solid #e5e5e5;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width:100%;
	border:1px solid #e5e5e5;
	border-radius:2px;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width:100%;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
	#sp-prev {left:10px;}
	#sp-next {right:10px;}
}

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}


.pro-right{padding-left:10px;}
.pro-table{margin-bottom:20px;}
.pro-table>h2{padding:0;margin:0;display:block;font-size:17px;text-transform:capitalize;color:#333;margin-bottom:15px;font-family:"HelveticaB";line-height:24px;}
.pro-table>div{font-size:13px;line-height:20px;color:#808080;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e5e5;}
.pro-table ul li{list-style:none;padding:5px 0;}
.pro-table ul li p{display:inline-block;font-size:12px;width:18%;color:#999;font-family:"HelveticaB";text-transform:capitalize;}
.pro-table ul li span{color:#333;display:inline-block;font-size:12px;}

.pro-inquiry{display:inline-block;margin-top:25px;background:#79bd10 url(../images/icon-btn-white.png) no-repeat 86% center;border-radius:2px;color:#fff;font-family:"HelveticaB";text-transform:uppercase;padding:12px 30px 12px 25px;text-align:center;cursor:pointer;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pro-inquiry:hover{background:#86cd19 url(../images/icon-btn-white.png) no-repeat 90% center;text-decoration:none;color:#fff;}

.mostBox{margin-top:20px;}
.mostBox>em{display:block;font-family:'HelveticaB';text-transform:capitalize;font-size:21px;margin-bottom:15px;color:#333333;background:url(../images/page-title-bg.png) no-repeat right center;line-height:28px;}
.mostBox>em>span{display:inline-block;padding-right:20px;background:#fff;}
.mostBox>div{font-size:14px;line-height:24px;}
.mostBox>div img{max-width:100%;}

.products .blog_tags{margin-top:20px;}
.products .blog_tags span{ font-size:12px;font-family:'HelveticaB'; text-transform:uppercase; margin-right:6px;}
.products .blog_tags a{ font-size:12px; display:inline-block;color:#666; padding:5px 10px; margin:6px 12px 6px 0px; background:#f3f3f3;moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;border-radius:2px;}
.products .blog_tags a:hover{  color:#fff; background:#00a1e9;text-decoration:none;}
.products .blog_tags a i{ margin-right:6px; font-size:12px;}

.pro_inquiry{margin-top:20px;}
.pro_inquiry .message{border:none;padding:0;text-align:left;margin:0;}
.pro_inquiry .message>em{display:block;font-family:'HelveticaB';text-transform:capitalize;font-size:21px;margin-bottom:15px;color:#333333;background:url(../images/page-title-bg.png) no-repeat right center;line-height:28px;}
.pro_inquiry .message>em>span{display:inline-block;padding-right:20px;background:#fff;}
.pro_inquiry .message ul{padding:0;}
.pro_inquiry .pmes-sub{margin-bottom:20px;}
.pro_inquiry .pmes-sub>p{margin-bottom:0;width:12%;}
.pro_inquiry .message .send{margin-top:0;}

@media only screen and (max-width: 768px) {
	.pro_inquiry .message>em{}
	.products .pro_img{padding-right:0;}
	.pro-right{padding:0;margin-top:0;}
}


.page-pro{margin-top:30px;padding-bottom:20px;}
.page-pro .hpro-title{display:block;font-family:'HelveticaB';text-transform:capitalize;font-size:21px;margin-bottom:15px;color:#333333;background:url(../images/page-title-bg.png) no-repeat right center;line-height:28px;}
.page-pro .hpro-title em{display:inline-block;padding-right:20px;background:#fff;}
.page-pro .nbs-flexisel-container{position:relative;max-width:100%;display:inline-block; vertical-align:middle;padding-left:20px;}
.page-pro .nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:left;padding-top:5px;}
.page-pro .nbs-flexisel-inner{float:left;width:100%;overflow:hidden;}
.page-pro .nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;line-height:0px;text-align:center;}
.page-pro .nbs-flexisel-item>div{background:#fff;margin:0 5px;padding:0;position:relative;transition:all .5s;}
.page-pro .nbs-flexisel-item .mpro-image{max-width:180px;max-height:180px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;width:100%;height:auto;display:inline-block;position:relative;border:1px solid #f2f2f2;}
.page-pro .nbs-flexisel-item img{width:auto;cursor:pointer;position:relative;max-width:178px;max-height:178px;}
.page-pro .nbs-flexisel-item .mrpro_text{display:block;font-size:12px;width:100%;text-align:left;height:40px;max-width:180px;margin:10px auto 0 auto;line-height:20px;overflow:hidden;font-family:"HelveticaB";margin-bottom:10px;}
.page-pro .nbs-flexisel-item a:hover,.nbs-flexisel-item:hover .mrpro_text{ text-decoration:none;}
.page-pro .nbs-flexisel-item:hover .mrpro_text{color:#00b3ff;}
.page-pro .nbs-flexisel-item p{color:#999999;font-size:12px;line-height:18px;overflow:hidden;text-align:left;height:36px;max-width:180px;margin:auto;}
.page-pro .nbs-flexisel-item:hover img{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.page-pro .nbs-flexisel-nav-left,.page-pro .nbs-flexisel-nav-right{width:16px;height:28px;position:absolute;cursor:pointer;z-index:100;top:35%;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.page-pro .nbs-flexisel-nav-left{left:0;text-align:center;background:url(../images/prev.png) no-repeat;}
.page-pro .nbs-flexisel-nav-left:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.page-pro .nbs-flexisel-nav-right{right:-20px;text-align:center;background:url(../images/next.png) no-repeat;}
.page-pro .nbs-flexisel-nav-right:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

@media only screen and (max-width: 1200px) {
	.page-pro .nbs-flexisel-item .mpro-image,.page-pro .nbs-flexisel-item .mpro-image img{max-width:220px;max-height:220px;}
	.page-pro .nbs-flexisel-item .mrpro_text{max-width:220px;}
	.page-pro .nbs-flexisel-item p{max-width:220px;margin:auto;}
}

@media only screen and (max-width: 768px) {
	.page-pro .nbs-flexisel-nav-right{right:0;}
}
