/*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; max-width:100%}
/*li,ul,ol{list-style:none;}*/
a{text-decoration:none;color:#555;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
body{overflow-x:hidden; line-height:24px}
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:14px;font-family:Lato-Regular,serif;color:#555; background:#fff}
.bold{font-family: 'Roboto-BoldCondensed'; }
.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: 'Lato-Regular';
    src:url(../font/Lato-Regular.eot);
    src: url(../font/Lato-Regular.eot?#iefix) format('embedded-opentype'),
	 url(../font/Lato-Regular.svg#Lato-Regular) format('svg'),
	 url(../font/Lato-Regular.woff) format('woff'),
	 url(../font/Lato-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src:url(../font/Roboto-BoldCondensed.eot);
    src: url(../font/Roboto-BoldCondensed.eot?#iefix) format('embedded-opentype'),
	 url(../font/Roboto-BoldCondensed.svg#Roboto-BoldCondensed) format('svg'),
	 url(../font/Roboto-BoldCondensed.woff) format('woff'),
	 url(../font/Roboto-BoldCondensed.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Condensed';
    src:url(../font/Roboto-Condensed.eot);
    src: url(../font/Roboto-Condensed.eot?#iefix) format('embedded-opentype'),
	 url(../font/Roboto-Condensed.svg#Roboto-Condensed) format('svg'),
	 url(../font/Roboto-Condensed.woff) format('woff'),
	 url(../font/Roboto-Condensed.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*search*/
.topW{  padding:25px 0 0; border-top:3px solid #2d6ace; background:url(../images/top_bg_l.png) top left no-repeat, url(../images/top_bg_r.png) bottom right no-repeat;}
.top_logo{ float:left;}
.top_logo a.logo{ display:inline-block}
.top_logo a.logo h1{ margin:0; padding:0; line-height:inherit; font-size:inherit;}
.top_logo a.logo img{}
.top_logo a.logo_text{ display:inline-block}

.top_call{ float:left; margin-left:94px; margin-top:17px}
.top_call p{ margin-right:32px}
.top_call p,.top_call a{ font-size:14px; color:#777777; display:inline-block;}
.top_call p img,.top_call a img{ display:inline-block; margin-right:10px}
.top_call a:hover{ color:#2d6ace}

.top_share { float:right; margin-top:13px}
.top_share li{ list-style:none; display:inline-block; margin:0 20px 0 7px} 
.top_share  li a:hover img{ opacity:0.7}
.top-search{ display:none; width:100%; z-index:10000000; position:relative; width:100%;}
.attr-nav{ display:inline-block; float:right;margin-top:15px}
.attr-nav .search{}
.attr-nav i{ background:url(../images/search_btn.png) no-repeat; display:inline-block; width:30px; height:30px;}

/* Top Search
=================================*/
.top-searchW{ background-color: #fff; padding:0; }
.top-search{background-color: #fff;display: none;overflow: hidden;border-bottom:1px solid #eee; margin-bottom:15px}
.top-search .input-group-addon i{ font-size:18px; color:#808080;}

.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #808080;
    height: 40px;
    padding: 0 15px;    width: 98%;
}

.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.top-search .input-group{ width:100%; margin:0 auto;}
.top-search .input-group-addon.close-search{
    cursor: pointer;
}
.search_btn1{background:url(../images/search1.png) no-repeat;    width: 17px;
    float: left;
    height: 18px;
    margin-top: 11px;  }
	
@media only screen and (max-width: 991px) {
	.top-search input.form-control{ width:96%}
	}
@media only screen and (max-width: 469px) {
	.top-search input.form-control{ width:92%}
	}
/* select */
.drop{ float:right; position:relative;  width:94px; background:#2d6ace; z-index:9999999;height:30px; line-height:30px; padding:0 9px; margin-top:15px}

.select dt{height:30px;display:inline-block;line-height:30px; text-transform:uppercase;cursor:pointer;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;color:#fff; font-size:13px;   font-weight: normal;
    background: url(../images/lan_icon.png) no-repeat center right;}
.select dt img,.select dd ul li a img{ width:100%; height:auto; max-width:24px; display:inline-block; margin-right:6px;    vertical-align: text-bottom;}
.select dt img{margin-right:9px}
.select dd{position:absolute;right:0;top:30px;background:#f3f3f3;display:none; z-index:999999;}

.select dd ul{padding:4px 6px 4px;width:94px;max-height:376px;overflow:auto;}
.select dd ul li a{line-height:28px;display:block;color:#444; font-size:12px;text-transform:capitalize;}
.select dd ul li{ border-bottom:1px solid #dedede;}
.select dd ul li:last-child{ border-bottom:none}
.select dd ul li a:hover{ color:#2d6ace}


.fix{ display:none}



/* Sizes for the bigger menu */
header{width: 100%;z-index: 99999;padding:0; background:rgba(51,51,51,0.35);}
header.large{-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; margin-top:25px}
#logo{display:inline-block;float:left;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; }
#logo img{max-width:295px;height:auto;width:auto;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%}
header #logo h1{margin:0; padding:0}
.large_r{ float:left;  width:74%}
header .large_m{ background:#333;}
@media only screen and (max-width: 1199px) {
	.top_share{ display:none}
	.large_r{ width:100%}
	.top_logo a.logo_text{ display:none}
}
@media only screen and (max-width: 991px) {
	.top_logo{ float:none; text-align:center; width:100%}
	.top_call{  margin-left: 0;}
	.top_call p { margin-right: 15px;}
	
	}
@media only screen and (min-width: 769px) {
header.small{left:0;top:0;box-shadow:0 5px 5px rgba(0,0,0,0.05); position:fixed;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; }

header.small #logo img{max-width:240px;}

}

@media only screen and (max-width: 525px) {
	.top_call{ display:none}
	
	}


.in_proW{ background:url(../images/pro_bg1.png) no-repeat center bottom; padding-bottom:23px; margin-top:-90px; z-index:9999; position:relative}
.in_proL li{ list-style:none; width:25%; float:left; border-right:1px solid #d7d7d7; background:#fff;}
.in_proL li:last-child{ border-right-color:#fff}
.in_proL li .in_proL_m{ width:100%; padding-bottom:13px}
.in_proL li .in_proL_m a.in_proL_img{ display:block; overflow:hidden;width:100%;}
.in_proL li .in_proL_m a.in_proL_img img{ max-width:100%; height:auto; width:100%;-webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s;  -o-transition: -o-transform 0.3s;transition: transform 0.3s;}
.in_proL li .in_proL_m a.in_proL_img:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1);-o-transform: scale(1.1); transform: scale(1.1);}
.in_proL li .in_proL_m a.in_proL_t{ display:block; text-align:center; line-height:22px; color:#666666; font-size:14px; text-transform:uppercase; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-family: 'Roboto-BoldCondensed'; margin-top:9px}
@media only screen and (max-width: 991px) {
	.in_proW{ margin-top:0}
}
@media only screen and (max-width: 767px) {
	.in_proL li{ width:50%; border-bottom:1px solid #d7d7d7}
	.in_proL li:nth-child(2){ border-right-color:#fff}

	}
@media only screen and (max-width: 345px) {
	.in_proL li{ width:100%; border-right:none}
}

.in_aboutW{ margin-top:58px}
.in_title{ text-align:left;}
.in_title span{ color:#444444; font-size:30px; line-height:30px; text-transform:uppercase;font-family: 'Roboto-BoldCondensed'; display:inline-block; }
.in_title span:before{    line-height:30px;content: "//"; color: #2d6ace; font-size: 30px;font-family: 'Roboto-BoldCondensed'; letter-spacing:-2px; margin-right:14px}
.in_about .in_about_m{ float:left; width:50%; padding-right:15px;}
.in_about .in_about_m p{ margin-top:18px;color:#999999; font-size:13px; line-height:28px; overflow:hidden; max-height:224px;}
.in_about .in_about_m .more1{ text-align:left; margin-top:34px}
.in_about .in_about_m .more1 a{ display:inline-block; background:#2d6ace; border-radius:25px; line-height:34px; height:36px; color:#fff; font-size:14px; padding:0 40px;font-family: 'Roboto-Condensed'; text-transform:uppercase; border:2px solid #2d6ace;}
.in_about .in_about_m .more1 a:hover{ background:#fff;  color:#2d6ace}
.in_about .in_about_img{ float:right; width:50%; padding-left:15px}
.in_about .in_about_img a{ display:block; width:100%; background:#fff;  padding:5px; box-shadow:0 0 8px rgba(0,0,0,0.15); overflow:hidden;}
.in_about .in_about_img a img{max-width:100%; height:auto; width:100%;-webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s;  -o-transition: -o-transform 0.3s;transition: transform 0.3s;}
.in_about .in_about_img a:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1);-o-transform: scale(1.1); transform: scale(1.1);}


@media only screen and (max-width: 768px) {
	.in_about .in_about_m{width:100%; padding-right:0; float:none}
	.in_about .in_about_img{ width:100%; padding-left:0; float:none; margin-top:30px}
}


.in_FproW{ background:url(../images/pro_bg.jpg) no-repeat; background-attachment:fixed; background-size:cover; margin-top:64px; padding:60px 0 52px}
.in_Fpro_tW{ background:rgba(0,0,0,0.5); padding:20px 0 20px}
.in_Fpro_t .in_title{ float:left;}
.in_Fpro_t .in_title span{ color:#fff}
.in_Fpro_t a{ float:right; display:inline-block; line-height:26px; background:#2d6ace; border-radius:25px; padding:0 22px; color:#fff; text-transform:uppercase;font-family: 'Roboto-Condensed'; border:2px solid #2d6ace}
.in_Fpro_t a:hover{ background:none; color:#fff}

#carousel-small{padding-top:50px; margin:0 -15px} 
.in_Fpro .owl-carousel .item{padding:0 15px 0;}
.in_Fpro .owl-carousel .in_Fpro_m{    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.in_Fpro .owl-carousel .in_Fpro_m>a{ display:block; width:100%; position:relative; overflow:hidden}
.in_Fpro .owl-carousel .in_Fpro_m>a img{max-width:100%;height:auto;width:100%;}

.in_Fpro .owl-carousel .in_Fpro_m .in_Fpro_w{ text-align:center}
.in_Fpro .owl-carousel .in_Fpro_m .in_Fpro_w a{color:#ffffff;font-family: 'Roboto-Condensed';font-size:18px;display:block;margin:23px 0 0;line-height:28px; overflow:hidden; text-transform:uppercase; max-height:56px}
.in_Fpro .owl-carousel .in_Fpro_m .in_Fpro_w a:hover{color:#c7c7c7;}

.in_Fpro .owl-carousel .in_Fpro_m:hover { -webkit-transform: translateY(-30px); -o-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
/* 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;
	
	-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;    margin-bottom: 25px;}
.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:11px;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: 14px;
	height: 14px;
	margin: 5px 5px; border-radius:50%;
	background: #6c6c6c;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#2d6ace;
}

/* 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: 385px) {
	.in_Fpro_t a{ margin-top:10px}
	.in_title span{    font-size: 26px;}
	}


.in_news_t{ background:#333333}

.in_newW{ margin-top:20px}
.in_newL li{ list-style:none; margin-top:30px;}
.in_newL li .in_newL_m{ width:100%}
.in_newL li .in_newL_m>a{ display:block; width:100%; overflow:hidden}
.in_newL li .in_newL_m>a img{ width:100%; height:auto; max-width:100%;-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;}
.in_newL li .in_newL_m>a:hover img{ -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.in_newL li .in_newL_m .in_newL_w>a{font-size:14px; color:#444444; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;font-family: 'Roboto-BoldCondensed'; margin-top:15px}
.in_newL li .in_newL_m .in_newL_w>a:hover{ color:#2d6ace}
.in_newL li .in_newL_m .in_newL_w p{font-size:13px; color:#999999; line-height:24px; max-height:48px; overflow:hidden; margin-top:4px}
.in_newL li .in_newL_m .in_newL_w span{ margin-top:5px; font-style:italic; color:#aaaaaa; display:block; line-height:20px; font-size:12px}
.in_newL li .in_newL_m .in_newL_w span i{ font-size:12px; color:#aaaaaa; margin-right:5px}

.in_serW{ background:url(../images/ser_bg.jpg) no-repeat; background-size:cover; margin-top:56px; padding:48px 0}
.in_ser{ float:right; width:55%; max-width:455px; padding:28px 22px 49px; background:rgba(0,0,0,0.5)}
.in_ser .in_title span{ color:#fff}
.in_ser>h3{ margin:32px 0 0; padding:0; color:#ffffff; font-size:18px; text-transform:uppercase; line-height:28px;font-family: 'Roboto-BoldCondensed';}
.in_ser>p{ color:#e6e6e6; font-size:14px; line-height:28px; overflow:hidden; max-height:224px; margin-top:18px;}
.in_ser>a{ display:inline-block; border-radius:25px; background:#2d6ace; border:2px solid #2d6ace; line-height:32px; color:#fff;font-family: 'Roboto-Condensed'; font-size:14px; text-transform:uppercase; padding:0 40px; margin-top:52px}
.in_ser>a:hover{ background:none;}

@media only screen and (max-width: 1024px) {
	.in_ser{width:100%;}
	}

@media only screen and (max-width: 768px) {
	.in_ser{max-width:100%;}
	}

.in_newsleeterW{ background:#e4e4e4; padding:34px 0 38px}
.in_newsleeter .in_newsleeter_t { float:left}
.in_newsleeter .in_newsleeter_t p{color:#929292; font-size:14px; line-height:20px; margin-top:12px}

.in_newsletter_m{ float:right; width:420px; margin:10px auto 0; height:40px; border:1px solid #383838;border-radius:25px; position:relative;}
.in_newsletter_m .email_input{ width:80%; background:none; line-height:38px; border:none; padding-left:18px;color:#8d8d8d; font-size:12px; font-style:italic;}
.i_email_btn{ font-size:14px; color:#ffffff; line-height:40px;font-family: 'Roboto-BoldCondensed'; background:#383838; border-radius:25px; padding:0px 38px; border:none; position:absolute; right:-1px; top:-1px; text-transform:uppercase;}
.i_email_btn:hover{ background:#2d6ace}

@media only screen and (max-width: 1199px) {
	.in_newsleeter .in_newsleeter_t{ float:none; text-align:center}
	.in_newsletter_m{ float:none;width:100%; max-width:520px; margin-top:30px}
	.in_newsleeterW .in_title{ text-align:center}
	}


/*footer*/
.footer{background:#fff ; padding:48px 0 35px;}
.footer .fot_title{color:#444444;text-transform:uppercase;font-size:18px;font-family: 'Roboto-BoldCondensed';display:block;margin-bottom:11px;position:relative;}
.footer .fot_title em{display:inline-block;}


.fot_con{ width:27.6%; padding-right:37px}
.fot_con .toggle_content>p{color:#777;font-size:13px;line-height:24px; margin-top:7px}
.fot_con .toggle_content>p img{ float:left; margin-right:17px}
.fot_con .toggle_content>p span{ color:#777; font-size:16px; line-height:26px;font-family: 'Roboto-BoldCondensed'; float:left;    width: 70%;}
.fot_con .toggle_content ul{margin-top:13px;list-style:none;}
.fot_con .toggle_content li{margin-bottom:16px;padding:3px 0;color:#777777;font-size:12px;padding-left:30px; line-height:18px}
.fot_con .toggle_content li p{display:inline-block;padding-right:3px; text-transform:uppercase;}
.fot_con .toggle_content li a{color:#777777;font-size:12px;}
.fot_con .toggle_content li a:hover{ color:#2d6ace}
.fot_con .toggle_content li.fcon02{background:url(../images/fot_fax.png) no-repeat left 4px;}
.fot_con .toggle_content li.fcon03{background:url(../images/fot_email.png) no-repeat left 4px;}
.fot_con .toggle_content li.fcon04{background:url(../images/fot_skype.png) no-repeat left 4px;}
.fot_con .toggle_content li.fcon05{background:url(../images/fot_whats.png) no-repeat left 4px;}
.fot_con .toggle_content li.fcon06{background:url(../images/fot_add.png) no-repeat left 7px;}
.fot_nav{ width:14%}
.fot_nav li{margin-bottom:7px;}
.fot_nav li a{color:#777777;font-size:14px;text-transform:capitalize;}
.fot_nav li a:hover{color:#2d6ace;}

.fot_links{padding-right:20px; width:23%}
.fot_links li{margin-bottom:7px;}
.fot_links li a{color:#777777;font-size:14px;}
.fot_links li a:hover{color:#2d6ace;}

.fot_sitemap{ width:34.4%}
.fot_sitemap_m{ background:#fff; padding:7px; box-shadow:0 0 8px rgba(0,0,0,0.08); width:100%;}
.fot_sitemap_m img{ width:100%; max-width:100%; height:auto}

.fot_title .column_icon_toggle {display: none;}
.icon-minus-sign:before {content:"\f068";font-family:'FontAwesome';}
.icon-plus-sign:before {content: "\f067";font-family:'FontAwesome';}


.fot-bot{ border-top:1px solid #e9e9e9; padding-top:18px; margin-top:21px; font-size:12px}
.fot-bot .fot-fri{list-style:none;float:right;}
.fot-bot .fot-fri p{display:inline-block;text-transform:capitalize;color:#aaaaaa;}
.fot-bot .fot-fri li{display:inline-block;margin:0 10px;}
.fot-bot .fot-fri li a{color:#aaaaaa;}
.fot-bot .fot-fri li a:hover{color:#2d6ace;}

.fot-bot .copy{float:left;color:#aaaaaa;}
.fot-bot .copy p{display:inline-block;}
.fot-bot .copy a{color:#aaaaaa;}
.fot-bot .copy a:hover{color:#2d6ace;}

@media only screen and (max-width: 1024px) {
	.fot_sitemap{ width:100%; padding:0}
	.fot_con{ width:45%}
	.fot_nav{ width:25%}
	.fot_links{ width:30%}
}
@media only screen and (max-width: 991px) {
	
	.fot-bot{text-align:center;}
	.fot-bot .copy,.fot-bot .fot-fri{float:none;}
	.fot-bot .copy{margin-bottom:10px;}
	}
@media only screen and (max-width: 768px) {
	.fot_links,.fot_pro,.fot_con,.fot_nav{width:100%;padding:0;}
	.fot_sitemap{ margin:15px 0}
	.footer .fot_title{border-bottom:1px solid rgba(158, 158, 158, 0.2);padding-bottom:15px;cursor:pointer;margin-bottom:15px;}
	.footer .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;}
	.footer .toggle_content{padding-bottom:30px;}

}

/*page*/
.page-banner img{max-width:100%; width:100%}
.breadcrumb{color:#808080;text-transform:uppercase;font-size:16px;border-radius:0;text-align:left;background:#fafafa;padding:14px 0 13px;margin:0;font-family: 'Roboto-Condensed';}
.breadcrumb p{color:#333333;display:inline-block;margin-right:5px;text-transform:uppercase;font-size:16px; vertical-align:middle;}
.breadcrumb i{padding:0 7px;font-size:16px}
.breadcrumb a{font-size:16px;}
.breadcrumb a:hover{color:#2d6ace;}
.breadcrumb h2{margin:0;display:inline-block;padding:0;font-size:16px;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal; vertical-align:middle; color:#333333; text-transform:uppercase}
.bread-right{float:none;}
.bread-right .home i{padding:0;padding-right:8px;font-size:18px;color:#2d6ace;}



.page-box{padding:50px 0;background:#fff;}
.page-left{width:24%;float:left;}
.left_title{text-transform:uppercase;font-family:'Roboto-BoldCondensed';display:block;position:relative;margin-bottom:10px; background:#333; padding-left:10px; line-height:38px; }
.left_title em:before{line-height: 38px; content: "//"; color: #2d6ace; font-size: 18px;font-family: 'Roboto-BoldCondensed'; letter-spacing: -2px;margin-right: 10px;}
.left_title em{font-size:18px;vertical-align:middle;color:#fff;line-height: 38px; display:block}
.left_title .column_icon_toggle {display: none;}
/*products-nav*/
.left-nav .toggle_content{}
.mtree-skin-selector{display:none;}
ul.mtree {opacity: 0;margin-left: 0;padding:0;text-align:left;}
ul.mtree>li {list-style: none;}
ul.mtree>li:last-child{border-bottom:none;}
ul.mtree>li>a {
	display: block;
	font-size:14px;
	text-transform:capitalize;
	color:#4c4c4c;
	padding:8px 0 8px 0;
	font-family:'Roboto-Condensed';
}
ul.mtree>li>a i{padding-right:5px;}
ul.mtree li.mtree-node > a {}
ul.mtree>li.mtree-node>a:after{content:"\f0da";font-family:FontAwesome;position:absolute;right:0;top:0;height:32px;overflow:hidden;width:30px;text-align:center;line-height:36px;color:#2d6ace;font-size:12px;}
ul.mtree>li.mtree-active>a:after{content:"\f0d7";font-family:FontAwesome;padding-left:5px;color:#fff;}
ul.mtree>li:hover>a{background:#f7f7f7;color:#2d6ace;padding:8px 10px 8px 10px;text-decoration:none;border-radius:2px;}
ul.mtree>li.mtree-node{}
ul.mtree>li.mtree-open{}
ul.mtree>li.mtree-open>a{text-decoration:none;color:#fff;background:#2d6ace;padding:8px 10px 8px 10px;}
ul.mtree>li.mtree-node:hover{}
ul.mtree>li.mtree-node .mtrss-all{text-transform:uppercase;font-size:12px;font-family: 'Roboto-BoldCondensed';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:#2d6ace;color:#fff;}
ul.mtree>li.mtree-node .mtrss-all:hover a{background:#2d6ace;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; line-height:18px;
}

ul.mtree ul {padding:10px 10px 10px 10px;background:none;list-style:none;}
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:7px 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:#2d6ace;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 .toggle_content{padding:10px 0;}
.lpro-list{list-style:none;}
.lpro-list li{margin-bottom:15px;transition:all .5s;padding-bottom:15px;border-bottom:1px solid #e5e5e5;}
.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 .lpro-image{display:inline-block;float:left;max-width:80px;max-height:80px;border:1px solid #f2f2f2;width:30%;}
.lpro-list li .lpro-image img{max-width:100%;}
.lpro-list li .lpro-right{width:70%;float:left;padding-left:15px;}
.lpro-list li .lpro-right .lpro-title{display:block;font-size:14px;font-family:'Roboto-Condensed';overflow:hidden;line-height:22px;height:44px;margin-bottom:10px;}
.lpro-list li:hover .lpro-right .lpro-title{color:#2d6ace;}
.lpro-list li .lpro-right p{display:inline-block;font-size:12px;color:#999;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;height:16px;}

.page-right{width:76%;float:right;padding-left:30px;}
.ptitle{display:block;font-family:'Roboto-BoldCondensed';text-transform:uppercase;font-size:20px;margin-bottom:25px;color:#333333;background:url(../images/line.png) repeat-x center right;}
.ptitle em{padding-right:15px;display:inline-block;background:#fff;}
.page-about{line-height:28px;}
.page-about img{max-width:100%;}

@media only screen and (max-width: 768px) {
	.page-box{padding:40px 0;}
	.page-left{margin-bottom:20px;}
	.page-left,.page-right{width:100%;padding:0;}
	.left_title{cursor:pointer;border-radius:2px;-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:16px;color:#fff;}
	.left_title>span{display:none;}
	.left_title .column_icon_toggle{display: inline-block;position: absolute;right:10px;top:1px;font-style:normal;cursor:pointer;font-size:14px;font-weight:normal;color:#fff;}
	.left-pro{margin-top:10px;}
	.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:20px;}
}




/*message*/
.con-main{padding-left:0;}
.con-list{list-style:none;margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
.con-list li{text-align:center;}
.con-list li>span{display:inline-block;border-radius:50%;width:60px;height:60px;line-height:60px; background:#F2F2F2}

.con-list li>span i{color:#2d6ace;font-size:24px;line-height:60px;}
.con-list li>em{display:block;margin-top:10px;font-size:16px;text-transform:uppercase;font-family:"Roboto-BoldCondensed";}
.con-list li>p{margin-top:10px;font-size:13px;line-height:22px;}
.con-list li a:hover{color:#2d6ace;}
.con-main>div{line-height:26px;margin-bottom:20px;}
.con-main img{max-width:100%;}

.message{margin-top:10px;border-top:1px solid #e5e5e5;padding-top:20px;}
.message>p,.message ul>p{line-height:24px;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:14px;margin-left:0;display:inline-block;margin-bottom:5px;margin-right:10px;text-transform:capitalize;color:#333;}
.message li a{color:red;text-decoration:underline;text-transform:capitalize;font-size:14px;}
.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 .meInput{width:80%;height:40px;border:1px solid #e5e5e5;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:60px;text-transform:capitalize;border-radius:2px;}
.message .meInput:focus{color:#333;border:1px solid #ccc;box-shadow:0 0 20px 2px rgba(0,0,0,0.05);}
.message .meText{width:80%;min-height:120px;max-width:100%;padding:15px 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 #e5e5e5;color:#808080;text-transform:capitalize;background:#fff;border-radius:2px;}
.message .meText:focus{color:#333;border:1px solid #ccc;box-shadow:0 0 20px 2px rgba(0,0,0,0.05);}
.message .send{    display: inline-block;
    border-radius: 25px;
    background: #2d6ace;
    border: 2px solid #2d6ace;
    line-height: 32px;
    color: #fff;
    font-family: 'Roboto-Condensed';
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 40px;
  }
.message .send:hover{background:#fff;text-decoration:none; color:#2d6ace}


.con-map{margin-top:40px;text-align:center;margin-bottom:-50px;}
.con-map img{max-width:100%;}

@media only screen and (max-width: 768px) {
	.con-list li{text-align:left;margin-bottom:15px;padding:0;}
	.con-list li>em{margin-top:0px;}
	.con-list li>span{text-align:center;float:left;margin-right:15px;}
	.con-list li>p{padding-left:75px;}
	.con-main>div{text-align:left;}
	.message{margin-top:10px;background:none;text-align:left;}
	.message ul{padding:0;}
	.message .meInput{width:100%;border:1px solid #e5e5e5;}
	.message .meText{width:100%;border:1px solid #e5e5e5;}
}



/*sitemap*/
.sitemap{width:100%;margin-top:15px;}
.stp-listA>li{text-transform:capitalize;margin-bottom:15px;background:#fff;border:1px solid #e5e5e5;list-style:none;}
.stp-top{width:100%;}
.stp-top a{padding:10px;font-size:14px;text-transform:capitalize;font-family: 'Roboto-Condensed';display:block;}
.stp-top a i{padding-left:10px;}
.stp-top a:hover{background:#fffbf3;text-decoration:none;color:#2d6ace;}
.stp-listB{display:block;padding:10px;border-top:1px dotted #e5e5e5;list-style:none;}
.stp-listB li{width:18%;margin-right:2%;float:left;padding:8px 0;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.stp-listB li a{font-size:13px;line-height:22px;display:block;color:#4d4d4d;}
.stp-listB li a i{padding-right:5px;}
.stp-listB li:hover a{color:#2d6ace;text-decoration:underline;}

@media only screen and (max-width: 768px){
	.stp-listB li{width:48%;}
	.stp-listB li a{font-size:14px;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}



.news_list .news_list_img{ float:left; width:30%;}
.news_list .news_list_img a{ display:block}
.news_list .news_list_img a img{ width:100%; max-width:100%; height:auto}
.news_list .text{ float:right; width:70%; padding-left:30px}
@media only screen and (max-width: 980px) {.news_list .news_list_img{ width:40%;} .news_list .text{ float:left; width:60%;}}
.news_list li{    list-style: none;  border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 20px;}
.news_list li .day{ color:#999; font-style:italic; font-size:12px; }
.news_list li .day i{ margin-right:10px; color:#999;}
.news_list li .text>a.news_list_t{ font-size:14px; font-family:'Roboto-Condensed'; color:#555; display:block; line-height:24px; overflow:hidden; max-height:24px; white-space:nowrap;    text-overflow: ellipsis; }
.news_list li .text>a.news_list_t:hover{ color:#2d6acd ; text-decoration:none}
.news_list li p{ font-size:12px; color:#808080;  overflow:hidden; max-height:48px; line-height:24px; margin-top:4px}
.news_list li .more{ font-size:14px; font-family:'Roboto-BoldCondensed'; color:#2d6acd; margin-top:10px; display:inline-block;}
.news_list li .more:hover{text-decoration:underline}


@media only screen and (max-width: 480px) {
	.news_list .news_list_img{ width:100%; float:none; display:block;}
.news_list .text{ float:left; padding-left:0; width:100%; margin-top:20px;}
}

/*news-main*/
.news_main{width:100%;}
.news_main em{font-size:14px;display:block;margin-bottom:12px;color:#555;text-align:left; text-transform:capitalize ;font-family: 'Roboto-BoldCondensed', sans-serif; text-align:center}
.news_main .newm_date{margin-bottom:10px;color:#999999;font-style:italic;font-size:12px;text-align:center;}
.news_main .newm_date p{display:inline-block;margin-right:10px;}
.news_main .newm_date i{padding-right:5px;}
.newm_date p{display:inline-block;color:#b3b3b3;font-size:12px;}
.newm_date i{padding-right:5px;}
.news_main div.news_de{margin-top:12px;line-height:26px;}
.news_main div.news_de img{max-width:100%;height:auto;}


/*page turn*/
#page_turn{margin-top:25px; border-top:1px solid #eee; }
#page_turn i{padding:0 5px;}

.page_turn_right {font-family: 'Roboto-BoldCondensed', sans-serif;
	float:left;
	margin-top:10px;
	padding:8px 0px;
	color:#555;
	font-size:15px;
  display: inline-block;
  vertical-align: middle;
}
.page_turn_left {
	float:right;font-family: 'Roboto-BoldCondensed', sans-serif;
	margin-top:10px;
	padding:8px 0px;
	color:#555;
	font-size:15px;
  display: inline-block;
}
#page_turn a:hover{ text-decoration:none; color:#2d6acd}
.page_turn{ margin-top:0 !important; padding-top:0 !important}


/*page-number*/
.page_num{width:100%;margin:30px auto 0 auto;text-align:center;}
.page_num>span{display:inline-block;color:#fff;background:#2d6acd;font-size:14px;text-transform:capitalize;margin-bottom:0;padding:5px 13px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;    border-radius: 5px;}
.page_num a{display:inline-block;color:#333;background:#EFEFEF;font-size:14px;text-transform:capitalize;padding:5px 13px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;margin:0 2px;    border-radius: 5px;}
.page_num a:hover{color:#fff;text-decoration:none;background:#2d6acd;}
.page_num p{display:block;font-size:12px;margin-top:15px;}
.page_num p:before{content:'[';padding-right:3px;}
.page_num p:after{content:']';padding-left:3px;}
.page_num p span{display:inline-block;margin:0 5px;}
@media only screen and (max-width: 768px) {.page_num p{width:100%;margin-top:15px;}}
@media only screen and (max-width: 400px) {
	.page_num li{margin:5px 0;}
	.page_num li>span,.page_num a{font-size:12px;padding:8px;}
	.page_num p{margin-top:10px;}
}





/*blog*/
.left-blog{margin-bottom:20px;}
.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 .blog-title{font-size:14px;display:block; line-height:24px; overflow:hidden; font-family:'Roboto-BoldCondensed'; text-overflow:ellipsis; white-space:nowrap;margin-bottom:4px;}
.blog_list>li:hover .blog-title{ color:#2d6acd ;}
.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:#2d6acd;}
.entry-post-format-icon{float:left;width:40px;height:40px;line-height:40px;background-color:#2d6acd;color:#fff;font-size:18px;text-align:center;margin-right:20px;margin-bottom:24px;}
.entry-post-format-icon i{line-height:40px;}
.entry-post-format-icon::after{content: "";height:4px;width:100%;background-color:#2d6acd;display:block;margin-top:10px;}
.blog_list .news-date{margin-top:0px;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-bottom:10px;list-style: none;text-align:left;border-bottom:1px solid #e5e5e5;margin-bottom:10px;}
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:14px;margin: 10px 0;text-transform:capitalize;font-family:"Roboto-BoldCondensed"; vertical-align:middle;}
ul.blog-list1 p i, ul.blog-list p i{padding-right:5px;}
ul.blog-list li a {font-size:13px;vertical-align: initial;text-decoration: none;display:block; line-height:22px}
ul.blog-list li a:hover{color:#2d6acd;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:5px;} 
ul.blog-list1 li a {
	text-decoration: none;
	background:#f3f3f3;
	color:#808080;
	padding:8px 10px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	display:inline-block;line-height: 18px;
}
ul.blog-list1 li a:hover{background:#2d6acd;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 .blog_list_m>p{font-size:13px;line-height:24px;color:#999;overflow:hidden;max-height:48px;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:"Roboto-BoldCondensed";display:inline-block;font-size:14px;margin-right:5px;text-transform:uppercase;}
.blog_tag li{display:inline-block;margin-right:10px;border-radius:2px;border:1px solid #ccc; line-height:18px; list-style:none}
.blog_tag li a{display:inline-block;padding:4px 10px;color:#4d4d4d;font-size:12px;}
.blog_tag li i{padding-right:5px;color:#4d4d4d;}
.blog_tag li:hover{background:#2d6acd;border:1px solid #2d6acd;}
.blog_tag li:hover a{color:#fff;text-decoration:none;}
.blog_tag li:hover i{color:#fff;}

/*blog-main*/
.blog_main{width:100%;}
.blog_main>em{font-family:'Roboto-BoldCondensed', sans-serif;font-size:14px;overflow:hidden;display:block;margin-bottom:12px;text-overflow:ellipsis;white-space:nowrap;line-height: 20px; text-align:center}
.blog_main a:hover{text-decoration:none;}
.blog_main .blog_date{display:block;margin-bottom:10px;color:#aaa; font-style:italic; text-align:center}
.blog_main .blog_date i{padding-right:5px;}

.blog_main div.blog_de{font-size:12px;line-height:24px;margin-top:10px;text-align:left;}
.blog_main div.blog_de img{max-width:100%;height:auto;}

#loop-nav-singlular-post{margin-top:20px;padding-top:15px; border-top:1px solid #eee}
#loop-nav-singlular-post i{padding:0 5px;}
/* Sweep To Right */
.hvr-sweep-to-right {
	float:left;
	margin-top:10px;
	padding:8px 20px;
	background:#eeeeee;
	color:#555;
	font-size:14px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; border-radius:5px;    line-height: 20px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d6acd;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;border-radius:5px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #fff;text-decoration:none;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
	float:right;
	margin-top:10px;
	padding:8px 20px;
	color:#555;
	background:#eeeeee;
	font-size:14px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;border-radius:5px;    line-height: 20px;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d6acd;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;border-radius:5px;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: #fff;text-decoration:none;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/*products*/
.pro-text{line-height:24px;font-size:13px;margin-bottom:20px; overflow:hidden; max-height:72px}
.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:right;margin-top:0;background:#f4f4f4;padding:5px 10px;border-radius:5px;}
.cbp-vm-options em{float:left;display:inline-block;color:#808080;text-transform:uppercase;font-size:14px;margin-top:6px;}
.cbp-vm-options p{display:inline-block; vertical-align:middle;padding-right:5px;font-size:12px;}
.cbp-vm-options a {display: inline-block; vertical-align:middle;width:30px;height:30px;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: #2d6acd;}
.cbp-vm-options a:before {width: 30px;height: 30px;line-height: 30px;font-size: 20px;text-align: center;display: inline-block;}

/* General list */
.cbp-vm-switcher>ul {list-style: none;padding: 0; margin-bottom:30px}

/* 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{ list-style:none}
.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;}

.cbp-vm-image img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;height:auto;}


.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:36px;font-size:12px;line-height:18px;text-align:left;}
.cbp-vm-switcher ul li a:hover,.cbp-vm-switcher ul li:hover em{ text-decoration:none;color:#6a4332;}

.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: "\f00b";}
.cbp-vm-add:before {content: "\f055";}

/* Large grid view */
.cbp-vm-view-grid>ul {text-align: left;margin-bottom:30px;}

.cbp-vm-view-grid ul li {
	width:33.3333%;
	float:left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding:15px; margin-top:5px;
	position:relative;transition: all .5s;
}

.cbp-vm-view-grid ul li .cbp-div{}
.cbp-vm-view-grid ul li .cbp-title{    display: block;
    font-family: 'Roboto-BoldCondensed';
    color: #555; font-size:13px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;}
.cbp-vm-view-grid ul li .cbp-vm-details{ color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;}
.cbp-vm-view-grid ul li .cbp-hover{ position:absolute; top:0; left:0; width:100%;   transition: all .5s;    filter: alpha(opacity=0);  -moz-opacity: 0;   opacity: 0;}
.cbp-vm-view-grid ul li .cbp-hover a{ display:block; width:100%;}
.cbp-vm-view-grid ul li .cbp-hover a img{ max-width:100%; height:auto; width:100%;}

.cbp-vm-view-grid ul li{}

.cbp-vm-view-grid ul li .cbp-list-more{display:none;}

.cbp-vm-view-grid ul li:hover{ box-shadow:0 8px 8px rgba(0,0,0,0.05);-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.05);
-webkit-transform: translate3d(0,-5px,0);transform: translate3d(0,-5px,0);-moz-box-shadow:0 8px 8px rgba(0,0,0,0.05);transition: all .5s;}
.cbp-vm-view-grid ul li:hover .cbp-title{ color:#2d6acd}
.cbp-vm-view-grid ul li:hover .cbp-hover{filter: alpha(opacity=1);  -moz-opacity: 1;   opacity: 1;transition: all .5s;}

/* List view */
.cbp-vm-view-list li {padding:20px 0;border-bottom:1px solid #e5e5e5;white-space: nowrap;text-align:left;white-space:normal;}
.cbp-vm-view-list li:last-child{}
.cbp-vm-view-list ul.row{margin:0;}
.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: 32%;display:inline-block; vertical-align:middle;float:left;}

.cbp-vm-view-list ul li .cbp-title{display:block; vertical-align:top;text-align:left;font-size:14px;line-height:24px;max-height:48px;margin-top:0;margin-bottom:10px; overflow:hidden; font-family: 'Roboto-BoldCondensed';}

.cbp-vm-view-list ul li:hover .cbp-title{color:#2d6acd;}
.cbp-vm-view-list ul li .cbp-vm-details {overflow: hidden;white-space: normal;height:44px; font-size:13px;line-height:22px;margin-bottom:15px;}
.cbp-vm-view-list .pro-list-tags{width:100%;overflow:hidden;background:#f7f7f7;padding:3px 10px;border-radius:5px;}
.cbp-vm-view-list .pro-list-tags p{display:inline-block;padding-right:0;text-transform:capitalize;    font-size: 14px;}
.cbp-vm-view-list .pro-list-tags li{padding:0;display:inline-block;margin:5px;border:none;}
.cbp-vm-view-list .pro-list-tags li a:hover{color:#2d6acd;}


.cbp-vm-view-list .cbp-list-center{width:68%;display:inline-block; vertical-align:middle;padding-left:20px;}
.cbp-vm-view-list .cbp-list-more{text-align:left; margin-top:20px}
.cbp-vm-view-list .cbp-list-more.more1 a {
    background: #2d6acd;
    line-height: 34px; height:34px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto-BoldCondensed';
    border-radius: 25px;
}
.cbp-vm-view-list .cbp-list-view i{ margin-left:12px; font-size:12px}
.cbp-vm-view-list .cbp-list-more.more1 a:hover{ background:#333;}
@media screen and (max-width: 1024px) {
	.cbp-vm-view-list ul li .cbp-vm-details{height:40px;}
	.cbp-vm-view-list ul li .cbp-hover{ display:none}
	.cbp-vm-view-list .cbp-vm-image{ width:32%}
	.cbp-vm-view-list .cbp-list-center{ width:68%}
}
@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: 620px) {
	.cbp-vm-view-list .cbp-vm-image{ width:36%}
	.cbp-vm-view-list .cbp-list-center{ width:64%}
	.cbp-vm-view-list .pro-list-tags{}
}
@media screen and (max-width: 425px) {
	.cbp-vm-view-list .cbp-vm-image{ width:100%}
	.cbp-vm-view-list .cbp-list-center{ width:100%; padding-left:0; margin-top:15px}
	}
@media screen and (max-width: 375px) {
	.cbp-vm-view-grid ul li{ width:100%}
	}


.pro_detail .pro_detail_t{  margin-bottom:20px; border-bottom:1px solid #eee; padding-bottom:15px}
.pro_detail .pro_detail_t span{    color: #444444;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Roboto-BoldCondensed';
    display: inline-block;}
.pro_detail .pro_detail_t span:before{line-height: 20px;
    content: "//";
    color: #2d6ace;
    font-size: 22px;
    font-family: 'Roboto-BoldCondensed';
    letter-spacing: -2px;
    margin-right: 12px;}
.pro_detail .pro_detail_m { color:#555; margin-bottom:30px}
.pro_detail .pro_detail_m img{ max-width:100%;}
.pro_table_de{ line-height:24px; overflow:hidden; max-height:48px; font-size:13px; color:#999}
.products{ margin-bottom:35px}
.products .pro_img{ padding-left:0}
.products .pro_img>img{max-width:100%;max-height:100%;height:auto;width:100%;border:1px solid #eee;}
.products .pro_img .pro_simples{margin-top:10px;}
.products .pro_img .pro_simples img{max-width:76px;margin:4px 9px 0 0;border:1px solid #ebebeb;}
.products .pro_img .pro_simples img:last-child{ margin-right:0}
.products .pro_table{float:right; padding-right:0}
.pro_table h1{font-size:16px;color:#555;display:block;text-transform:capitalize;margin:0 0 10px 0; padding:0; line-height:22px;font-family: 'Roboto-BoldCondensed'; }
.pro_table ul{margin-top:15px;}
.pro_table ul li{margin:10px 0;font-size:13px; vertical-align:middle;text-transform:capitalize; list-style:none; line-height:20px}
.pro_table ul li p{display:inline-block;margin-right:10px;color:#555;font-size:13px; vertical-align:middle;padding-bottom:3px;}
.pro_table .more1{ text-align:left; margin-top:20px}
.pro_table .more1 a{     background: #2d6acd;
    line-height: 36px;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto-BoldCondensed'; border-radius:25px}
.pro_table .more1 a:hover{ background:#333}
.pro_table .more1 a i{ margin-left:10px}
.in_hot_pro{max-width:1078px;width:100%;margin:0 auto 0px 0; text-align:left;}
#flexiselDemo2{display:none;}
.in_hot_pro .nbs-flexisel-container{position:relative;max-width:100%;}
.in_hot_pro .nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:left;}
.in_hot_pro .nbs-flexisel-inner{float:left;width:100%;overflow:hidden; margin:0}

.right-title2{    margin:40px 0px 10px;
    padding: 0px 0 10px;
    border-bottom: 1px solid #ebebeb;
    text-align: left;}

.right-title2 span{    color: #444444;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Roboto-BoldCondensed';
    display: inline-block;}
.right-title2 span:before{line-height: 20px;
    content: "//";
    color: #2d6ace;
    font-size: 22px;
    font-family: 'Roboto-BoldCondensed';
    letter-spacing: -2px;
    margin-right: 12px;}
.in_hot_pro .nbs-flexisel-item{float:left;margin:0px;margin-top:15px;margin-bottom:0px;padding:0px;cursor:pointer;line-height:0px;text-align:center;min-height:250px; list-style:none; font-size:13px}
.in_hot_pro .nbs-flexisel-item .in_hot_pro_m{ padding:0 15px}
.in_hot_pro .nbs-flexisel-item .in_hot_pro_img{-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;}
.in_hot_pro .nbs-flexisel-item .in_hot_pro_img img{width:100%;cursor:pointer;position:relative;max-width:100%;}

.in_hot_pro .nbs-flexisel-item .in_hot_pro_t{     display: block;
    font-family: 'Roboto-BoldCondensed';
    color: #444444;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;}
.in_hot_pro .nbs-flexisel-item .in_hot_pro_m p{    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
}
.in_hot_pro .nbs-flexisel-item .in_hot_pro_t:hover,.in_hot_pro .nbs-flexisel-item:hover .in_hot_pro_t{ text-decoration:none;color:#2d6acd;}


.in_hot_pro .nbs-flexisel-item:hover .in_hot_pro_img img{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.in_hot_pro .nbs-flexisel-nav-left,.in_hot_pro .nbs-flexisel-nav-right{width:10px;height:17px;position:absolute;cursor:pointer;z-index:100;top:-42px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.in_hot_pro .nbs-flexisel-nav-left{right:4%;text-align:center;background:url(../images/prev-b.png) no-repeat;filter:alpha(opacity=20);-moz-opacity:0.2;opacity:0.2;}
.in_hot_pro .nbs-flexisel-nav-left:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.in_hot_pro .nbs-flexisel-nav-right{right:0%;text-align:center;background:url(../images/next-b.png) no-repeat;filter:alpha(opacity=20);-moz-opacity:0.2;opacity:0.2;}
.in_hot_pro .nbs-flexisel-nav-right:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}


#pro_inquiry .message {
    margin-top: 25px;
    padding: 30px 20px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1); border-top:none
}
#pro_inquiry .message li{ line-height:18px}
#pro_inquiry .message>em {
    font-size: 18px;
    font-family: 'Roboto-BoldCondensed';
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #2d6acd;
}
#pro_inquiry .message .btn_1{
	    display: inline-block;
    border-radius: 25px;
    background: #2d6ace;
    border: 2px solid #2d6ace;
    line-height: 32px;
    color: #fff;
    font-family: 'Roboto-Condensed';
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 40px;
	}
#pro_inquiry .message .btn_1 i{ margin-left:10px}
#pro_inquiry .message .btn_1:hover{ background:#fff; color:#2d6ace}

#pro_inquiry .message>p{    margin-bottom: 10px;}


.tags{ margin-top:10px;}
.tags span{ font-size:14px; font-family:'Roboto-BoldCondensed'; text-transform:uppercase; color:#555;}
.tags a{font-size:13px; display:inline-block; color:#666; padding:5px 15px; margin:6px; background:#eee; border-radius:20px; line-height:18px}
.tags a i{ margin-right:6px; font-size:12px;}
.tags a:hover{ background: #2d6acd; color:#fff; text-decoration:none}


@media only screen and (max-width: 768px){
	.products .pro_img{ width:100%; padding:0}
	.products .pro_table{ padding:0; width:100%; margin-top:20px}
	}
@media only screen and (max-width: 395px){
	.breadcrumb_m{ float:none; text-align:center}
	.breadcrumbW .breadcrumb .page_title{ float:none; text-align:center; margin-bottom:10px}
	.in_hot_pro .nbs-flexisel-nav-left{right:7%;}
	}





.ny_videoL li{ margin-bottom:18px; list-style:none}
.ny_videoL li .in_videoL_m{ background:#fff; width:100%;transition: all .5s; padding-bottom:13px}
.ny_videoL li .in_videoL_m>a.in_videoL_img{ display:block; position:relative; width:100%}
.ny_videoL li .in_videoL_m>a.in_videoL_img img{ width:100%; max-width:100%; height:auto;}
.ny_videoL li .in_videoL_m>a.in_videoL_img i{ display:inline-block; color:#ffffff; font-size:24px; line-height:34px; height:38px; border:2px solid #fff; width:57px; text-align:center; background:rgba(0,0,0,0.2); border-radius:5px; position:absolute;     margin: -19px 0 0 -29px; top:50%; left:50%}

.ny_videoL li .in_videoL_m:hover>a.in_videoL_img i{ border-color:#2d6ace; background:#2d6ace;}
.ny_videoL li .in_videoL_m>a.in_videoL_t{ color:#999999; font-size:14px; line-height:20px; display:block; padding:0 10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin:15px 0 0; text-align:center;}
.ny_videoL li .in_videoL_m:hover>a.in_videoL_t{ color:#2d6ace; text-decoration:none}
.ny_videoL li .in_videoL_m:hover{ box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
-webkit-transform: translate3d(0,-5px,0);transform: translate3d(0,-5px,0);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08);transition: all .5s;}

@media only screen and (max-width: 1024px) {
	.in_videoL.row{ margin:0 -10px}
	.in_videoL li{ padding:0 10px;}
}
@media only screen and (max-width: 768px) {
	.in_videoL li{ width:50%}
	}
@media only screen and (max-width: 375px) {
	.in_videoL li{ width:100%}
	}


.project_list{ margin-top:0px}
.project_list li{ list-style:none; margin-bottom:20px;}
.project_list li .project_list_img{ background:#fff; box-shadow:0 0 6px rgba(0,0,0,0.1); padding:5px; border-radius:5px}
.project_list li .project_list_img a{ display:block; width:100%; overflow:hidden}
.project_list li .project_list_img a img{max-width:100%;height:auto;width:100%;-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;}
.project_list li .project_list_img a:hover img{ -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.project_list li h4{ margin:15px 0 5px; padding:0}
.project_list li h4 a{ font-size:14px; color:#555; display:block; line-height:26px; overflow:hidden; font-family:'Roboto-BoldCondensed'; max-height:26px;white-space: nowrap;text-overflow: ellipsis;}
.project_list li h4 a:hover{ color:#2d6ace ; text-decoration:none}

.project_list li .project_list_d{ font-size:12px; color:#808080;  overflow:hidden; max-height:48px; line-height:24px}
.project_list li .project_more{ font-size:14px; font-family:'Roboto-BoldCondensed'; color:#2d6ace; margin-top:15px; display:block; width:100%; text-align:left;border-bottom:1px solid #eee; padding-bottom:20px; }

.project_list li .project_more:hover{text-decoration:underline}
/*blog-detail*/

@media only screen and (max-width: 1024px) {
	.project_list.row{ margin:0 -10px}
	.project_list li{padding:0 10px;}
	}
@media only screen and (max-width: 635px) {
	.project_list li{ width:100%;}
	}

























/*back-top*/
.back_top{width:60px; height:60px; position:fixed; right:10px; bottom:100px; 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;}
@media only screen and (max-width: 768px) {.back_top{right:0;bottom:60px;}}



.fixed-con{width:100%;display:none;padding:0;color:#fff;position:fixed;bottom:0;left:0;height:50px;line-height:50px;font-size:16px; font-family: 'Roboto-BoldCondensed'; text-align:center;background:#2d6ace;text-transform:uppercase;box-shadow:0 0 10px 2px rgba(0,0,0,0.2);z-index:9999999;}
.fixed-con:hover{background:#2d6ace;color:#fff;text-decoration:none;}
@media only screen and (max-width: 768px) {
	body{padding-bottom:45px;}
	.fixed-con{display:block;}
}


#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 #2d6ace;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:'Roboto-BoldCondensed';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:12px;padding:5px 0;padding-left:30px;color:#333;}
.onlineMenu .call>p a{font-size:12px;color:#333;}
.onlineMenu .call>p a:hover{color:#2d6ace;}
.onlineMenu .call>p.ser01{background:url(../images/icon-phone.png) no-repeat left 9px;}
.onlineMenu .call>p.ser02{background:url(../images/icon-email.png) no-repeat left 11px;}
.onlineMenu .call>p.ser03{background:url(../images/icon-skype.png) no-repeat left 9px;}
.onlineMenu .call>p.ser04{background:url(../images/icon-whatsapp.png) no-repeat left 9px;}

#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*/
#online_qq_layer{z-index:9999999;position:fixed;right:0px;bottom:0; }
#floatShow{display:block;}

#floatHide{display:none;}

#online_qq_tab{position:relative;z-index:9; width:350px;}

#online_qq_tab #floatShow{overflow:hidden;background:url(../images/ser_2.png) no-repeat right bottom; width:54%; float:right; height:50px;}
#online_qq_tab #floatShow img{ max-height:24px; float:right; margin-top:6px;}
#online_qq_tab #floatHide img{ max-height:32px; float:right; margin-top:2px;}
#online_qq_tab #floatHide{overflow:hidden;background:url(../images/ser_1.png) no-repeat; width:100%; height:40px;}
#onlineService{display:inline;width: 350px; overflow: hidden;display:none;background: #fff; font-size:13px;}
.i_message_inquiry { padding:20px;background:url(../images/pic_bg.jpg) no-repeat left center; background-size:cover; border:1px solid #eee;}
.i_message_inquiry .input_1{
    border-bottom: 1px dashed #d8d8d8;
    color: #000;
    font-size: 12px;
    line-height: 36px; height:36px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 100%; background:none;}
.i_message_inquiry .input_2{  border:none; border-bottom: 1px dashed #d8d8d8; color: #000; background:none;
    font-size: 12px; height:80px; padding-top:10px;
    margin-bottom: 20px;
    padding-left: 0px;
    width: 100%;}
.i_message_inquiry .input_1:focus,.i_message_inquiry .input_2:focus{  color:#333;}
.my_btn2{background: #2d6ace none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block; font-family: 'Roboto-BoldCondensed'; 
    font-size: 13px;
    margin-top: 15px;
    padding: 7px 25px 6px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s; border-radius:6px;}
.my_btn2:hover{ background:#333}
@media only screen and (max-width: 768px) {#online_qq_layer{display:none;}}


.table-responsive{ overflow-x:auto}
