/*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:#fff;}
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: 'poppins',arial, sans-serif;color:#fff;background:#0d0d0d;}
.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: 'poppins';
    src:url(../font/poppins.eot);
    src: url(../font/poppins.eot?#iefix) format('embedded-opentype'),
	 url(../font/poppins.svg#poppins) format('svg'),
	 url(../font/poppins.woff) format('woff'),
	 url(../font/poppins.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins_bold';
    src:url(../font/poppins_bold.eot);
    src: url(../font/poppins_bold.eot?#iefix) format('embedded-opentype'),
	 url(../font/poppins_bold.svg#poppins_bold) format('svg'),
	 url(../font/poppins_bold.woff) format('woff'),
	 url(../font/poppins_bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baker';
    src:url(../font/baker.eot);
    src: url(../font/baker.eot?#iefix) format('embedded-opentype'),
	 url(../font/baker.svg#baker) format('svg'),
	 url(../font/baker.woff) format('woff'),
	 url(../font/baker.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*index*/
.head_content{background:url(../images/head_bg.jpg) no-repeat center center;background-size:cover;}

.head_top{text-align:center;}
.head_top .container{background:url(../images/header-top-border.png) repeat-x bottom center;padding:10px 15px;}
.hcon{float:left;list-style:none;}
.hcon li{margin-right:30px;font-size:12px;display:inline-block;color:#ffffff;padding-left:22px;}
.hcon li a{font-size:12px;color:#ffffff;line-height:20px;}
.hcon li a:hover{color:#e60012;}
.hcon li.hcon_p{background:url(../images/icon_phone.png) no-repeat left 4px;}
.hcon li.hcon_e{background:url(../images/icon_email.png) no-repeat left 5px;}
.hcon li.hcon_m{background:url(../images/icon_mobile.png) no-repeat left 2px;}

.h_sns{float:right;list-style:none;}
.h_sns li{margin-left:10px;display:inline-block;}
.h_sns li a{display:inline-block;transition:all .5s;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.h_sns li:hover a{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}

.select{position:relative;float:right;display:inline-block;text-align:left;vertical-align:middle;padding-top:10px;margin-left:30px;}
.select dt{display:inline-block;cursor:pointer;position:relative;z-index:9999999;color:#fff;text-align:right;text-transform:capitalize;font-size:12px;font-weight:normal; vertical-align:middle;line-height:12px;padding-right:20px;background:url(../images/icon_updown.png) no-repeat right center;}
.select dt>p{color:#ffffff;display:inline-block;padding-left:5px;text-transform:capitalize;font-size:12px;}
.select dd{position:absolute;right:0;top:40px;display:none;z-index:9999999999;background:#333333;}
.select dd ul{padding:5px;width:120px;/*max-height:250px;*/overflow:auto;list-style:none;}
.select dd ul li{margin-bottom:0;}
.select dd ul li a{line-height:24px;display:block;padding:6px 10px;text-align:left;color:#e5e5e5;}
.select dd ul li a:hover{background:;color:#e60012;}
.select dd ul li img{max-width:16px;max-height:12px;width:100%;height:auto;vertical-align:middle;}
.select dd ul li p{padding-left:5px;font-size:12px;line-height:16px;display:inline-block;text-transform:capitalize;vertical-align:middle;margin:0;}

.header{padding:0 0;position:relative;}
header.large .header{transition:all .5s;}
#logo{position:relative;text-align:center;display:inline-block;float:left;z-index:9999999;padding-top:15px;}
#logo h1{margin:0;padding:0;}
#logo img{max-width:172px;height:auto;padding:0;transition:all .5s;}

/* Top Search*/
.search_box{float:right;z-index:99999999;margin-right:0;}
.search i{width:40px; height:40px; text-align:center;background:url(../images/search.png) no-repeat center center;display:inline-block;}
.top-search { display: block; width:100%;max-width:100%;position:absolute;right:0;top:-52px;display: none;z-index:9999999;background:url(../images/bg02.jpg) no-repeat center center;border-radius:0px;}
.top-search .input-group-addon i {float: right;position:absolute; right:120px; top:60px; width:40px; height:40px; line-height:38px;font-size:20px;font-style:normal;font-family:'baker';color:#fff;}
.top-search .input-group-addon i:hover{color:#e60012;}
.top-search .form-control {box-shadow:none;border:none;border-radius:0;background:#fff;color: #808080;height: 48px;line-height: 48px;padding: 0 60px 0 20px;text-align: left;font-size:14px;font-family:'poppins';transition:all .5s;}
.top-search input.form-control:focus{color:#333;font-style:inherit;}
.top-search .input-group-addon.close-search {cursor: pointer;transition:all .5s;}
.top-search .input-group{ width:100%;padding:80px 120px 120px 120px;max-width:100%; margin:0 auto;transition:all .5s;}
.btn_search1 {background:#e60012 url(../images/search.png) no-repeat center center;top: 0px;height:48px; position: absolute;right:0;width:48px;z-index: 3;transition:all .5s;}
.header_search {position: relative;}
.top-search .input-group-addon{background-color: transparent;border: none;color: #666;padding-left: 0;padding-right: 0;}
.top-search .input-group-addon.close-search{cursor: pointer; float:right;position:absolute;right:0;top:0;}
.attr-nav{float:right;padding-top:28px;z-index:9999999;display:inline-block;}
.attr-nav ul li{ list-style:none;}
.top-search .input-group .text{margin-bottom:40px;}
.top-search .input-group .text .search_logo{display:inline-block;margin-right:20px; vertical-align:bottom;}
.top-search .input-group .text .search_logo img{max-width:100%;height:auto;}
.top-search h4{font-size:16px; text-align:center; color:#fff; margin:15px 0;text-transform:uppercase;margin:0;display:inline-block;font-family:'baker'; vertical-align:bottom;}

/* Sizes for the bigger menu */
header{width: 100%;z-index: 9999999;padding: 0;position:fixed;}
header.large{height:;top:52px;background:transparent;}
header.small{height: ;left:0;background:url(../images/head_bg.jpg) no-repeat center center;background-size:cover;top:0;box-shadow:0 0 20px 2px rgba(0,0,0,0.05);}
header.small .top-search{top:0;}
header.small #logo img{max-width:140px;}
.height{padding-top:100px;}
@media only screen and (min-width: 992px) {
	header{position: fixed;}
}
@media only screen and (max-width: 1200px) {
	.hcon{display:none;}
	#logo img,header.small #logo img{max-width:140px;}
	.top-search .input-group{padding:80px;}
	.top-search .input-group-addon i{right:80px;}
}
@media only screen and (max-width: 992px) {
	header.large{border:none;position:inherit;z-index:99999999999;top:0;}
	header.large .header,.header{padding:10px 0;z-index:6;position:relative;}
	header.small{position:relative;}
	.header .container{width:100%;}
	.header .row{margin:0;}
	.header #logo,header.small #logo,header.large .header.page_header #logo{padding:0;position:relative;z-index:9999999;margin-right:10px;float:left;}
	.header #logo img,header.small #logo img{max-width:120px;}
	.height{padding:0;}
	.select{background-size:82px;padding-top:18px;margin:0;}
	.select dd{top:26px;right:0;left:auto;}
	header.small .select dd{top:48px;}
	header.small .attr-nav,.attr-nav{padding-top:0;position:absolute;right:20px;top:10px;z-index:9999999;display:inline-block;border-radius:50%;}
	.search_box{position:absolute;left:0;top:0;width:100%;z-index:99999999;margin:0;max-width:100%;border:none;}
	.top-search .input-group,header.small .top-search .input-group{padding:50px;margin:0 auto;}
	.top-search,header.small .top-search { display: none; width:100%;top:0;max-width:100%;left:0;border-radius:0;z-index:9999999;padding-top:0;}
	.top-search h4,.top-search .input-group-addon.close-search{display:block;}
	.search i,header.small .search i{height:38px;width:38px;border-radius:50%;}
	.top-search .form-control{background:#fff;border:1px solid #e5e5e5;}
	.top-search .input-group .text .search_logo img{display:none;}
	.top-search .input-group .text{margin-bottom:30px;}
	.top-search .input-group-addon i{right:20px;top:20px;font-size:18px;}
	.h_sns{display:none;}
	.header .logo .war img,header.small .header .logo .war img{max-width:60px;}
	.select,header.small .select,header.large .header.page_header .select{padding-left:0;padding-top:4px;background:none;}
	.head_top{padding:5px 0;}
}
@media only screen and (max-width: 480px) {
	.header #logo img, header.small #logo img{max-width:90px;}
	.top-search h4{font-size:16px;}
	header.small .attr-nav, .attr-nav{right:10px;}
	.top-search .input-group, header.small .top-search .input-group{padding:40px 20px;}
	.top-search .input-group-addon i{right:5px;top:5px;}
	.top-search .form-control{font-size:12px;padding-left:10px;}
}


/*******bootstrap-touch-slider********/
.slide_content{position:relative;z-index:4;background:#000;}
.slide_content .edgtf-lighter-effect{top:auto;bottom:0;fill:#000000;}
/* SVG wrap */
.bs-slider{
    overflow: hidden;
    position: relative;
}
/*.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}*/
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/*************************Slide effect**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top:auto;
    bottom: 0;
    z-index: 100;
    color: #333;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
	right:200px;
	left:auto;
	top:45%;bottom:auto;right:auto;left:auto;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}
.control-round .carousel-control.left{left:-80px;background: #e60012;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.control-round .carousel-control.right{right:-80px;background: #e60012;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slide_content:hover .control-round .carousel-control.left{left:0;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.slide_content:hover .control-round .carousel-control.right{right:0;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    border: 0px transparent;
}
.control-round .carousel-control.left{margin-right:81px;}
.control-round .carousel-control.left:before{font-family:FontAwesome;content:"\f104";color:#fff;}
.control-round .carousel-control.right:before{font-family:FontAwesome;content:"\f105";color:#fff;}

.control-round .carousel-control {
	margin: 0 20px;
	padding: 12px 0;
	width: 40px;
	height: 60px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	background: #e60012;
}
.carousel-control .icon-wrap {
	position: absolute;
	width: 32px;
}

.carousel-control.left .icon-wrap {
	left: 15px;
}
.carousel-control.right .icon-wrap {
	right: 15px;
}

.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:16px;
	line-height:62px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color:#333;
}

.carousel-control.left h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-control.right h3 {
	left: 25px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.control-round .carousel-control:hover {
	background: #e60012;
	color:#fff;
}

.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    left: 50%;
    bottom: 15px;
    width: auto;
	max-width:1400px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
	margin-left:0;
	transform: translate(-50%, 0);
	display:none;
}
.indicators-line > .carousel-indicators li{
	background:none;
	margin:0 5px;
	display:inline-block;
	border:none;
	width:20px;
	height:5px;
	background:#fff;
	border-radius:0;
}

.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
	color:#e60012;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: left !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left:auto;
    top:50%;
    margin: auto;
    position: absolute;
    text-align: center;
	padding:20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -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;
	width:100%;
}
.slide-text > div{padding:0;text-align:center;max-width:1400px;margin:auto;}
.slide-text > div .title{color:#fff;font-family:'baker';font-size:48px;line-height:52px;margin-bottom:20px;text-transform:uppercase;text-shadow:2px 4px 0 #c27c2a;}
.slide-text > div .text{font-size:14px;font-family:'poppins';color:#cccccc;line-height:24px;}
.slide-text > div .text_2 .logo{display:inline-block;margin-right:20px;background:#e60012;color:#fff;padding:5px 10px;}
.slide-text > div .more{display:inline-block;margin-top:40px;}
.slide-text > div .more a{color:#333333;font-size:18px;border-bottom:1px solid #92918f;padding:0 5px;}
.slide-text > div .more a i{transition:all .5s;padding-left:5px;}
.slide-text > div .more:hover a{color:#e60012;text-decoration:none;border-bottom:1px solid #e60012;}
.slide-text > div .more:hover a i{padding-left:8px;}

.slide-bottom:before{content:"\f107";display:inline-block;font-family:'FontAwesome';position:absolute;left:50%;bottom:60px;font-size:48px;color:#fff;margin-left:-15px;z-index:999;}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width:1400px) {
	.slide-text > div .title{font-size:36px;line-height:42px;}
}
@media (max-width:1260px) {
	.slide-text > div .title{font-size:32px;line-height:36px;text-shadow:0 2px 0 #c27c2a;}
	.slide-text > div .text{font-size:12px;}
}
@media (max-width:992px) {
	.slide_content .edgtf-lighter-effect{display:none;}
	.slide_content{overflow:hidden;}
	.slide-text{padding:0 100px;}
	.slide-text > div{text-align:center;}
	.slide-text > div .text{font-size:12px;line-height:20px;max-height:60px;}
	.slide-text > div .more{margin-top:30px;}
	.slide-text > div .title{font-size:24px;line-height:28px;}
	.control-round .carousel-control{top:40%;}
	.control-round .carousel-control.left{left:-20px;}
	.control-round .carousel-control.right{right:-20px;}
	.slide-bottom:before{display:none;}
	.indicators-line > .carousel-indicators{bottom:5px;}
}
@media (max-width:560px) {
	.slide-text{width:100%;padding:0 30px;}
	.slide-text > div{padding:10px;}
	.slide-text > div .title{margin-bottom:10px;font-size:24px;line-height:28px;}
	.indicators-line > .carousel-indicators{margin-bottom:0;width:100%;}
	.slide-text > div .more{margin-top:10px;}
	.indicators-line > .carousel-indicators{display:none;}
}
@media (max-width:440px) {
	.slide-text{padding:0 20px;}
	.carousel-control{font-size:16px;}
	.control-round .carousel-control{height:48px;padding:10px 20px 10px 30px;}
	.control-round .carousel-control.right,.slide_content:hover .control-round .carousel-control.right{right:-36px;padding:8px 20px 10px 0px;}
	.control-round .carousel-control.left,.slide_content:hover .control-round .carousel-control.left{left:-40px;}
	.indicators-line > .carousel-indicators{display:none;}
	.slide-text > div .text,.slide-text > div .text_2{display:none;}
	.slide-text > div .title{font-size:16px;line-height:20px;text-shadow:none;}
	.slide-text > div .main_more{margin:0;font-size:12px;padding:4px 10px;}
	
}


.main_title{margin-bottom:40px;text-align:center;position:relative;background:url(../images/title_bg.png) no-repeat center center;padding:70px 0;}
.main_title > em{display:block;color:#fff;text-transform:uppercase;font-size:42px;position:relative;line-height:48px;font-family:'baker';}
.main_title .text{color:#fff;font-size:12px;line-height:20px;max-height:40px;overflow:hidden;max-width:60%;margin:auto;margin-top:15px;}

.main_more{margin-top:40px;display:inline-block;position:relative;overflow:hidden;padding:11px 28px;border:2px solid #e60012;background:#e60012;z-index:2;color:#fff;font-size:12px;line-height:18px;text-transform:uppercase;font-family:'poppins_bold';letter-spacing:1px;}
.main_more:hover{color:#e60012;text-decoration:none;background:none;}

@media only screen and (max-width: 992px) {
	.main_title{background-size:200px;padding:50px 0;}
	.main_title > em{font-size:28px;line-height:36px;}
}
@media only screen and (max-width: 768px) {
	.main_title{background-size:180px;padding:45px 0;margin-bottom:15px;}
	.main_title > em{font-size:24px;line-height:28px;margin-bottom:10px;}
	.main_title .text{max-width:100%;font-size:12px;line-height:20px;max-height:40px;}
	.main_more{margin-top:20px;font-size:12px;padding:6px 20px;font-family:'poppins';}
}
@media only screen and (max-width: 480px) {
	.main_title{background-size:140px;padding:35px 0;margin-bottom:10px;}
}

/*******Slider********/
/* Slider */
.slick-slider{ position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand;}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; margin:0 auto;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
/* Dots */
.slick-dots { position: absolute;  list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999; left:0; margin-top:34px;}
.slick-dots li { position: relative; display: inline-block; height: 5px; width:52px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 5px; width:52px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background:#eeeeee;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button{background:#0db26d;}

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
/* Dots */
.slick-dots { position: absolute; bottom: -35px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999;display:none !important;}
.slick-dots li { position: relative; display: inline-block; height: 10px; width: 10px;border-radius:50%; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 10px; width: 10px;border-radius:50%; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; border:1px solid #b2b2b2;padding:0;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button{border:1px solid #eb5515;background:transparent;}

.slick-prev{width:60px;height:60px;position:absolute; left:-70px; top:50%;background:#fff;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;top:40%;border-radius:50%;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slick-prev:before{content:"\f053";font-family:'FontAwesome';color:#333;line-height:60px;width:60px;height:60px;display:block;font-size:14px;}
.slick-next{width:60px;height:60px;position:absolute; right:-70px; top:50%;background:#fff;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;top:40%;border-radius:50%;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.slick-next:before{content:"\f054";font-family:'FontAwesome';color:#333;line-height:60px;width:60px;height:60px;display:block;font-size:14px;}

.slick-prev:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;background:#e60012;}
.slick-prev:hover:before{color:#fff;}
.slick-next:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;background:#e60012;}
.slick-next:hover:before{color:#fff;}

@media only screen and (max-width: 1530px) {
	.slick-prev:before,.slick-next:before{width:50px;height:50px;line-height:50px;}
	.slick-prev{left:-50px;width:50px;height:50px;top:40%;}
	.slick-next{right:-50px;width:50px;height:50px;top:40%;}
}
@media only screen and (max-width: 768px) {
	.slick-prev{left:-15px;}
	.slick-next{right:-15px;}
}
@media only screen and (max-width: 480px) {
	.slick-prev{left:-10px;width:40px;height:40px;}
	.slick-next{right:-10px;width:40px;height:40px;}
	.slick-prev:before,.slick-next:before{width:40px;height:40px;line-height:40px;}
}

/*******features-tab********/
/* 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);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: inherit;
    width:15px;
	height:28px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
	text-indent:-9999px;
	overflow:hidden;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {left:-20px;background:url(../images/prev.png) no-repeat center center;}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {right:-20px;background:url(../images/next.png) no-repeat center center;}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}

.edgtf-lighter-effect{position:absolute;z-index:20;display:block;top:0;}

.main_wrapper{background:url(../images/bg.jpg) no-repeat top center;background-size:cover;background-attachment:fixed;}
.main_wrapper .container{background:#333333;background:rgba(51,51,51,0.9);padding:50px 50px 100px 50px;margin-top:-50px;position:relative;z-index:9999;}

.what_content{padding-top:20px;}
.what_content > .title{border:5px solid #434343;background:url(../images/adv_t_bg.png) no-repeat center center;padding:50px 20px;text-align:center;margin-bottom:40px;}
.what_content > .title em{display:block;text-transform:uppercase;font-size:42px;line-height:48px;color:#fff;font-family:'baker';}
.what_content .list{list-style:none;}
.what_content .list li{margin-bottom:30px;}
.what_content .list li:nth-child(3n+2){animation-delay:0.1s;}
.what_content .list li:nth-child(3n+3){animation-delay:0.2s;}
.what_content .list li .box{position:relative;overflow:hidden;border:5px solid #393939;}
.what_content .list li .box > a{}
.what_content .list li img{max-width:100%;height:auto;transition:all .5s;width:100%;}
.what_content .list li:hover img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.what_content .list li .bot_title{position:absolute;left:20px;bottom:20px;color:#ffffff;text-transform:uppercase;font-size:24px;line-height:36px;text-align:left;font-family:'baker';transition:all .5s;background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.3));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(1, rgba(0,0,0,0.5)));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b55', endColorstr='#5b5b55', GradientType='0');
	background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.5));transition:all .5s;}
.what_content .list li:hover .bot_title{bottom:-50%;}
.what_content .list li .ovrly{width:100%;height:100%;position:absolute;left:0;top:0;background:#000;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.what_content .list li:hover .ovrly{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.what_content .list li .main{position:absolute;left:0;bottom:-100%;width:100%;height:100%;padding:60px 20px;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;z-index:2;}
.what_content .list li:hover .main{bottom:0;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.what_content .list li .main .title{display:block;margin-bottom:30px;background:url(../images/title_line.png) no-repeat left bottom;color:#ffffff;text-transform:uppercase;font-family:'baker';padding-bottom:20px;font-size:24px;line-height:36px;}
.what_content .list li .main .text{color:#ffffff;font-size:14px;line-height:24px;overflow:hidden;max-height:72px;}

@media only screen and (max-width: 1400px) {
	.what_content .list li .bot_title,.what_content .list li .main .title{font-size:20px;line-height:24px;}
	.what_content .list li .main{padding:40px 20px;}
}
@media only screen and (max-width: 1200px) {
	.what_content .list li .main .text{font-size:12px;line-height:20px;max-height:60px;}
}
@media only screen and (max-width: 992px) {
	.what_content{padding:0;}
	.main_wrapper .container{padding:40px;margin-top:0;}
	.what_content > .title{padding:30px 15px;}
	.what_content > .title em{font-size:28px;line-height:36px;}
	.what_content .list li{padding:0 10px;margin-bottom:20px;}
	.what_content .list li .bot_title, .what_content .list li .main .title{font-size:16px;line-height:24px;}
}
@media only screen and (max-width: 768px) {
	.main_wrapper .container{padding:40px 15px 80px 15px;}
	.what_content > .title{margin-bottom:20px;padding:20px 0;}
	.what_content > .title em{font-size:24px;line-height:28px;}
}
@media only screen and (max-width: 480px) {
	.main_wrapper .container{padding:30px 15px 60px 15px;}
	.what_content .list li{width:100%;padding:0;}
}

.cat_content{padding:0;}
.cat_content .list{list-style:none;margin-left:-5px;margin-right:-5px;}
.cat_content .list li{width:20%;padding:0 5px;margin-bottom:50px;}
.cat_content .list li:nth-child(5n+2){animation-delay:0.1s;}
.cat_content .list li:nth-child(5n+3){animation-delay:0.2s;}
.cat_content .list li:nth-child(5n+4){animation-delay:0.3s;}
.cat_content .list li:nth-child(5n+5){animation-delay:0.4s;}
.cat_content .list li .box{text-align:center;border:1px solid #808080;padding:5px;transition:all .5s;position:relative;}
.cat_content .list li:hover .box{}
.cat_content .list li .image{display:block;overflow:hidden;}
.cat_content .list li .image img{max-width:100%;height:auto;transition:all .5s;width:100%;}
.cat_content .list li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.cat_content .list li .title{display:block;margin:15px 0;font-family:'baker';font-size:16px;line-height:24px;overflow:hidden;height:48px;transition:all .5s;}
.cat_content .list li:hover .title{color:#e60012;text-decoration:none;}
.cat_content .list li .icon{display:inline-block;background-color:#333333;background-color:rgba(51,51,51,0.9);background-image:url(../images/icon_hand.png);background-position:center center;background-repeat:no-repeat;transition:all .5s;width:62px;height:52px;position:absolute;left:50%;margin-left:-31px;bottom:-25px;border-radius:50%;}
.cat_content .list li:hover .icon{background-image:url(../images/icon_hand_h.png);}

@media only screen and (max-width: 1400px) {
	.cat_content .list li .title{font-size:14px;}
}
@media only screen and (max-width: 768px) {
	.cat_content .list li{width:33.333%;}
}
@media only screen and (max-width: 480px) {
	.cat_content .list li{margin-bottom:20px;}
	.cat_content .list li .icon{display:none;}
	.cat_content .list li .title{margin:5px 0 0 0;font-size:12px;line-height:20px;height:40px;font-family:'poppins';}
}

.pro_content .slider .li{padding:0;}
.pro_content .slider .li .box{border:1px solid #404040;overflow:hidden;position:relative;}
.pro_content .slider .li .icon{ display:block; width:26px; height:26px; position:absolute; right:15px; top:-60px; z-index:33333;transition:all .5s;}
.pro_content .slider .li:hover .icon{ right:15px; top:15px;}
.pro_content .slider .li .box:after{
	content:"";
	width:100%;
	height:2px;
	position:absolute;
	left:-100%;
	bottom:0;
	display:block;
	background:#e60012;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	transition:all .5s;
}
.pro_content .slider .li:hover .box:after{-webkit-transform:translateY(1); -ms-transform:translateY(1); transform:translateY(1);left:0;}
.pro_content .slider .li .image{display:block;overflow:hidden;}
.pro_content .slider .li .image img{max-width:100%;height:auto;transition:all .5s;}
.pro_content .slider .li .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.pro_content .slider .li .bot_title{margin:20px;display:block;font-size:14px;line-height:24px;overflow:hidden;height:48px; text-align:center;font-family:'poppins_bold';}
.pro_content .slider .li .main{
	position:absolute;
	left:0;
	bottom:-100%;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	transition:all .5s;
}
.pro_content .slider .li:hover .main{-webkit-transform:translateY(1); -ms-transform:translateY(1); transform:translateY(1); bottom:0}

.pro_content .slider .li .main_box{padding:20px 15px;background:#404040 url(../images/pro_bg.jpg) no-repeat right bottom;text-align:center;}
.pro_content .slider .li .main_box .title{margin-bottom:15px;display:block;font-size:16px;line-height:24px;overflow:hidden;height:48px; text-align:center;font-family:'poppins_bold';}
.pro_content .slider .li .main_box .title:hover{color:#e60012;text-decoration:none;}
.pro_content .slider .li .main_box .text{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
@media only screen and (max-width: 480px) {
	.pro_content .slider .li .bot_title{margin:10px;height:auto;max-height:48px;font-size:12px;}
	.pro_content .slider .li .main{display:none;}
}

.news_content{padding-top:30px;}
.news_content .list{list-style:none;}
.news_content .list li{padding:0 15px;}
.news_content .list li:nth-child(3n+2){animation-delay:0.1s;}
.news_content .list li:nth-child(3n+3){animation-delay:0.2s;}
.news_content .list li .image{display:block;overflow:hidden;position:relative;}
.news_content .list li .image img{max-width:100%;height:auto;transition:all .5s;}
.news_content .list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.news_content .list li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.news_content .list li .image .ovrly{position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:#000;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.news_content .list li:hover .image .ovrly{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.news_content .list li .image .icon{
	position:absolute;
	left:50%;
	top:30%;
	-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;
	width:50px;
	height:50px;
	background:url(../images/icon_src.png) no-repeat center center;
	z-index:1;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
}
.news_content .list li:hover .image .icon{top:50%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.news_content .list li .title{display:block;margin-bottom:15px;color:#fff;font-size:16px;line-height:28px;height:56px;font-family:'poppins_bold';margin-top:15px;overflow:hidden;}
.news_content .list li:hover .title{color:#e60012;text-decoration:none;}
.news_content .list li .text{margin-top:15px;color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
.news_content .list li .date{padding-left:24px;background:url(../images/icon_date.png) no-repeat left 1px;color:#e60012;font-size:12px;display:inline-block;}

@media only screen and (max-width: 1200px) {
	.news_content .list li{padding:0 10px;}
	.news_content .list li .title{font-size:14px;line-height:24px;height:48px;}
}
@media only screen and (max-width: 768px) {
	.news_content .list li{margin-bottom:20px;padding:0;}
	.news_content .list li .image{width:30%;float:left;}
	.news_content .list li .main{float:left;padding-left:10px;width:70%;}
	.news_content .list li .text{display:none;}
	.news_content .list li .title{margin-top:0;}
}
@media only screen and (max-width: 480px) {
	.news_content .list li .image{width:40%;}
	.news_content .list li .main{width:60%;}
	.news_content .list li .title{font-family:'poppins';font-size:12px;line-height:20px;height:60px;}
}

.video_content{padding-top:20px;}
.video_content .list{list-style:none;}
.video_content .list li{text-align:center;}
.video_content .list li:nth-child(4n+2){animation-delay:0.1s;}
.video_content .list li:nth-child(4n+3){animation-delay:0.2s;}
.video_content .list li:nth-child(4n+4){animation-delay:0.3s;}
.video_content .list li .image{display:block;overflow:hidden;position:relative;border-radius:50%;}
.video_content .list li .image img{max-width:100%;height:auto;transition:all .5s;border-radius:50%;}
.video_content .list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.video_content .list li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.video_content .list li .image .icon{
	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;
	width:57px;
	height:57px;
	background:url(../images/icon_video.png) no-repeat center center;
	z-index:1;
	background-size:100%;
}
.video_content .list li .image .ovrly{position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:#000;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.video_content .list li:hover .image .ovrly{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.video_content .list li .title{display:block;margin-top:15px;color:#ffffff;font-size:18px;line-height:24px;overflow:hidden;height:48px;}
.video_content .list li:hover .title{color:#e60012;text-decoration:none;}

@media only screen and (max-width: 1200px) {
	.video_content .list li{padding:0 10px;}
	.video_content .list li .title{font-size:16px;}
}
@media only screen and (max-width: 992px) {
	.video_content .list li .image .icon{width:40px;height:40px;}
}
@media only screen and (max-width: 768px) {
	.video_content{padding:0;}
	.video_content .list li{padding:0 10px;margin-bottom:20px;}
	.video_content .list li .title{font-size:14px;line-height:20px;height:40px;}
}

.team_content{padding-top:20px;}
.team_content .slider .li{padding:0 15px;text-align:center;}
.team_content .slider .li .image{position:relative;overflow:hidden;}
.team_content .slider .li .image img{max-width:100%;height:auto;transition:all .5s;}
.team_content .slider .li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.team_content .slider .li .image .ovrly{position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:#000;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.team_content .slider .li:hover .image .ovrly{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.team_content .slider .li .contact{
	position:absolute;
	left:50%;
	top:30%;
	-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;
	z-index:5;
	display:inline-block;
	width:100%;
	text-align:center;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
}
.team_content .slider .li:hover .contact{top:50%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.team_content .slider .li .contact a{display:inline-block;border-radius:50%;margin:0 5px;text-align:center;width:45px;height:45px;background:#fff;transition:all .5s;}
.team_content .slider .li .contact a i{line-height:45px;font-size:16px;color:#333;transition:all .2s;}
.team_content .slider .li .contact a:hover{background:#e60012;}
.team_content .slider .li .contact a:hover i{font-size:20px;color:#fff;transform:scale(-1, 1) scale(-1, 1);}
.team_content .slider .li .title{margin:15px 0 10px 0;font-size:18px;line-height:24px;color:#ffffff;text-transform:uppercase;font-family:'baker';display:block;}
.team_content .slider .li .text{color:#808080;font-size:12px;line-height:20px;}

@media only screen and (max-width: 1200px) {
	.team_content .slider .li .title{font-size:16px;}
}
@media only screen and (max-width: 768px) {
	.team_content{padding-top:0;}
	.team_content .slider .li{padding:0 10px;}
	.team_content .slider .li .title{font-size:14px;font-family:'poppins_bold';line-height:20px;margin:10px 0;}
}

.brand_content{padding-top:20px;}
.brand_content .slider .li{padding:0 10px;}
.brand_content .slider .li a{display:block;max-width:200;max-height:110px;background:#fff;transition:all .5s;}
.brand_content .slider .li:hover a{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.brand_content .slider .li a img{width:auto;height:auto;max-height:100%;max-width:100%;}
.brand_content .slick-prev{top:35%;}
.brand_content .slick-next{top:35%;}

@media only screen and (max-width: 768px) {
	.brand_content .slider .li{padding:0 5px;}
}
@media only screen and (max-width: 480px) {
	.brand_content .slick-prev{top:40%;}
	.brand_content .slick-next{top:40%;}
}

.foot_content{position:relative;overflow:hidden;padding-top:26px;margin-top:-26px;z-index:9999;}
.foot_content .edgtf-lighter-effect{fill:#262626;}
.footer{position:relative;z-index:5;background:#262626;padding:60px 0 40px 0;overflow:hidden;}
.footer .fot_title{position:relative;display:block;margin-bottom:15px;}
.footer .fot_title em{display:block;color:#ffffff;font-size:16px;text-transform:uppercase;font-family:'baker';line-height:24px;padding:8px 0;}
.footer ul{list-style:none;}
.icon-minus-sign:before {content:"-";font-family:'baker';}
.icon-plus-sign:before {content: "+";font-family:'baker';}
.fot_title .column_icon_toggle {display: none;}

.fot_tag{float:left;width:21%;padding-right:50px;}
.fot_tag li{margin-bottom:10px;}
.fot_tag li a{font-size:12px;color:#b2b2b2;line-height:20px;background:url(../images/icon_single.png) no-repeat left 5px;padding-left:15px;}
.fot_tag li a:hover{color:#e60012;background-image:url(../images/icon_single_h.png);}

.fot_con{float:left;width:30%;padding-right:50px;}
.fot_con li{margin-bottom:10px;color:#b2b2b2;font-size:12px;line-height:20px;padding-left:30px;}
.fot_con li a{color:#b2b2b2;font-size:12px;}
.fot_con li a:hover{color:#e60012;}
.fot_con li.fot_p{background:url(../images/fot_p.png) no-repeat 1px 1px;}
.fot_con li.fot_f{background:url(../images/fot_f.png) no-repeat 1px 1px;}
.fot_con li.fot_e{background:url(../images/fot_e.png) no-repeat left 3px;}
.fot_con li.fot_w{background:url(../images/fot_w.png) no-repeat 3px 1px;}
.fot_con li.fot_s{background:url(../images/fot_s.png) no-repeat 1px 1px;}
.fot_con li.fot_a{background:url(../images/fot_a.png) no-repeat left 1px;}

.fot_sub{width:28%;float:left;}
.footer .fot_sub .fot_title em{padding-left:60px;background:url(../images/icon_letter.png) no-repeat left top;}
.fot_sub .text{color:#999999;font-size:12px;line-height:20px;}
.fot_sub .letter-input{position:relative;margin:auto;margin-top:25px;}
.fot_sub .fot_input{display:block;height:50px;line-height:50px;border:none;border-radius:0;padding:0 50px 0 0;color:#b2b2b2;font-size:12px;background:none;border:none;width:100%;max-width:100%;border-bottom:1px solid #3c3c3c;}
.fot_sub .fot_input:focus{color:#fff;}
.fot_sub input:-ms-input-placeholder{color:#b2b2b2;}/* Internet Explorer 10+ */ 
.fot_sub input::-webkit-input-placeholder{color:#b2b2b2;}/* WebKit browsers */
.fot_sub input::-moz-placeholder{color:#b2b2b2;}/* Mozilla Firefox 4 to 18 */ 
.fot_sub input:-moz-placeholder{color:#b2b2b2;}/* Mozilla Firefox 19+ */ 
.fot_sub .send{display:inline-block;width:60px;height:50px;background:url(../images/icon_send.png) no-repeat center center;position:absolute;right:0;top:0;border-radius:10px;}
.f_sns{display:inline-block;padding-top:30px; vertical-align:middle;}
.f_sns p{display:block;color:#ffffff;font-size:14px;text-transform:capitalize;margin-bottom:10px;}
.f_sns a{transition:all .5s;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;display:inline-block;margin:5px;}
.f_sns a:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}

.foot_nav{background:url(../images/foot_bg.jpg) no-repeat center center;background-size:cover;background-attachment:fixed;text-align:center;padding:40px 0;}
.foot_nav .fot_title{position:relative;display:none;}
.foot_nav .fot_title em{color:#fff;font-size:16px;text-transform:uppercase;font-family:'baker';color:#fff;line-height:20px;}
.foot_nav ul{list-style:none;}
.foot_nav ul li{display:inline-block;padding:0 50px;background:url(../images/fot_nav_bg.png) no-repeat right center;}
.foot_nav ul li:last-child{background:none;}
.foot_nav ul li a{color:#ffffff;font-size:14px;line-height:20px;text-transform:uppercase;font-family:'poppins_bold';}
.foot_nav ul li a:hover{color:#e60012;text-decoration:none;}

.foot_bot{padding:10px 0;text-align:center;background:#262626;}
.copy{color:#808080;font-size:12px;}
.copy p{color:#808080;display:inline-block;}
.copy span{display:inline-block;color:#808080;font-size:12px;}
.copy span a{color:#808080;}
.copy a{color:#808080;}
.copy a:hover,.copy span a:hover{color:#e60012;}

@media only screen and (max-width: 1400px) {
	.foot_nav ul li{padding:0 30px;}
}

@media only screen and (max-width: 1200px) {
	.fot_tag,.fot_con{padding-right:40px;}
	.foot_nav ul li{padding:0 20px;}
}

@media only screen and (max-width: 992px) {
	.foot_top .f_sns{float:none;text-align:center;}
	.footer{padding:30px 0 0 0;margin:0;}
	.footer .fot_tag,.footer .fot_nav,.footer .fot_con,.footer .fot_sub,.footer .fot_news{width:100%;padding:0;}
	.footer .fot_title em{margin-bottom:0;font-size:14px;line-height:20px;background:none;padding:0;}
	.footer .fot_title span{display:none;}
	.footer .fot_title,.fot_con .fot_title{display:block;border-bottom:1px solid #444;padding-bottom:10px;cursor:pointer;margin-bottom:10px;font-size:20px;}
	.footer .fot_title .column_icon_toggle{display: inline-block;position: absolute;right:10px;top:0;font-style:normal;cursor:pointer;font-size:28px;line-height:24px;font-weight:normal;color:#808080;}
	.footer .toggle_content{padding-bottom:30px;padding-top:10px;}
	.foot_bot{border:none;margin-top:0;padding:20px 0;}
	.foot_bot .left{float:none;text-align:center;}
	.f_sns{float:none;}
	.foot_bot .fot_logo img{max-width:120px;}
	.footer .fot_sub .fot_title em{padding:0;background:none;}
	.foot_nav{padding:20px 0;}
	.foot_nav .fot_title{display:block;}
	.foot_nav .fot_title em{vertical-align:middle;}
	.foot_nav .fot_title .column_icon_toggle{display: inline-block;padding-left:5px;font-style:normal;cursor:pointer;font-size:28px;line-height:20px; vertical-align:middle;font-weight:normal;color:#fff;}
	.foot_nav .toggle_content{padding-top:30px;}
	.foot_nav ul li{width:50%;float:left;margin-bottom:15px;}
	.foot_nav ul li:nth-child(2n+2){background:none;}
}
@media only screen and (max-width: 480px) {
	.footer .fot_title em{font-size:14px;}
}


/*back-top*/
.back_top{width:48px;height:48px;text-align:center; position:fixed; right:10px;bottom:60px; z-index:9999; display:none; background:#000;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;border-radius:50%;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.back_top:before{content:"TOP";font-family:FontAwesome;color:#fff;font-size:13px;line-height:50px;font-family:'baker';}
.back_top:hover{bottom:65px;text-decoration:none;background:#e60012;filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.back_top:link{text-decoration:none;}
.back_top:hover:before{color:#fff;text-decoration:none;}
@media only screen and (max-width: 768px) {
	.back_top{right:0;bottom:70px;width:40px;height:40px;}
	.back_top:before{font-size:13px;line-height:40px;font-family:'poppins';}
}

#online_qq_layer{z-index:9999999;position:fixed;right:30px;bottom:0; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9;}
#online_qq_tab #floatShow{overflow:hidden;background:url(../images/online.png) no-repeat center center;height:63px; width:162px;float:right; line-height:40px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
#online_qq_tab #floatShow i{height:40px;width:68px;float:right;display:inline-block;}
#online_qq_tab #floatShow:hover{margin-right:0;}
#online_qq_tab #floatHide{overflow:hidden;background:#e60012;text-transform:uppercase; width:100%; height:45px;font-size:16px;  color:#fff; line-height:45px; padding-left:10px; width:300px;text-align:left;font-family:'baker';border-radius:5px 5px 0 0;}
#online_qq_tab #floatHide i{font-size:13px; max-height:32px; float:right; padding-top:10px;padding-right:10px;}
#online_qq_tab #floatShow:hover,#online_qq_tab #floatHide:hover{text-decoration:none;}

#onlineService{display:inline;width:300px; overflow: hidden;display:none;background: #fff; font-size:12px;box-shadow:0px 0px 10px rgba(0,0,0,0.2); border:2px solid #e60012;border-top:none;}
#online_qq_layer .inquiry .main_more{margin-top:0;padding:6px 20px;font-family:'poppins';}
#onlineService .text{ margin-bottom:10px; color:#808080; line-height:20px; font-size:12px;}
.i_message_inquiry { padding:20px 10px 20px 10px;}

.i_message_inquiry .inquiry .form-control{ border:none; background:none; border-radius:0px; line-height:40px;height:40px; color:#999; font-size:12px;width:100%;border:1px solid #ddd;padding-left:40px;border-radius:10px;}
.i_message_inquiry .inquiry .form-control:focus{border:1px solid #ccc;color:#333;box-shadow:none;}
.i_message_inquiry .inquiry .input-group{  background:#fff; height:32px; margin-bottom:10px;width:100%;border:none;}
.i_message_inquiry .inquiry .input-group span{display:block;position:relative;}
.i_message_inquiry .inquiry .input-group span:before{content:'*';color:red;position:absolute;right:5px;top:5px;}
.i_message_inquiry .inquiry .input-group span.ms_p input{background-image:url(../images/mes_p.png);background-position:8px 12px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_e input{background-image:url(../images/mes_e.png);background-position:6px 12px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control{height:80px;padding-top:10px;line-height:20px;background-image:url(../images/mes_m.png);background-position:8px 10px;background-repeat:no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_p:before,.i_message_inquiry .inquiry .input-group span.ms_n:before{display:none;}

/*service*/
.online_section{position:fixed;z-index:99999999;top:200px;right:-240px;transition:all .3s ease;}
.online_section ul li{border-radius:5px;list-style:none;width:280px;height:40px;color:#fff; padding-left:50px; margin-bottom:3px;transition:all .5s ease;overflow:hidden; margin-bottom:3px; line-height:36px; font-size:14px;background-color:#e60012;background-repeat:no-repeat;border:2px solid #e60012;}
.online_section ul li a{ line-height:40px; font-size:14px; color:#fff;}
.online_section .online_p{background-image:url(../images/right_p.png);background-position:10px 8px;}
.online_section .online_e{background-image:url(../images/right_e.png);background-position:10px 8px;}
.online_section .online_s{background-image:url(../images/right_s.png);background-position:10px 8px;}
.online_section .online_w{background-image:url(../images/right_w.png);background-position:10px 8px;}
.online_section .online_code{background-image:url(../images/fot_code.png);background-position:10px 8px;}
.online_section .online_code p{ padding-left:0; font-size:14px;}
.online_coad .image{width:100%; padding:5px 10px 10px;}
.online_coad .image img{max-width:100px;height:auto; vertical-align:bottom;display:inline-block;}
.online_coad .image p{display:inline-block; vertical-align:bottom;font-size:13px;padding-left:10px;}

.online_section ul li:hover,.online_section ul li:hover a{color:#fff;}
.online_section ul li:nth-child(2n+2){background-color:#333;border:2px solid #333;}

@media only screen and (max-width: 768px) {.online_section{display:none;}}

.mobile_nav{position:fixed;background:#e60012;left:0;bottom:0;width:100%;padding:10px 0;display:none;z-index:999999;border-top:2px solid #fff;}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;color:#fff;}
.mobile_nav a i{font-size:16px;}
.mobile_nav a p{color:#fff;padding-top:8px;font-size:12px;text-transform:uppercase;line-height:12px;}
.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}

@media only screen and (max-width: 992px){
	#service{display:none;}
	#onlineService01{width:150px;}
	.onlineMenu .call-top{padding:8px 5px;}
	.onlineMenu .call-top p{font-size:16px;}
	.onlineMenu ul{padding:10px;}
	.onlineMenu .call>p{padding-left:20px;font-size:13px;}
	.onlineMenu .call>p a{font-size:13px;}
	.onlineMenu .call>p.ser01,.onlineMenu .call>p.ser02,.onlineMenu .call>p.ser03,.onlineMenu .call>p.ser04,.onlineMenu .call>p.ser05{background-size:12px;}
	.back_top{width:36px;background-size:100%;height:36px;}
	.back_top:before{line-height:36px;font-size:13px;}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer{right:0;}
	#onlineService{ width:100%;}
	#online_qq_layer{ width:100%;}
	#online_qq_tab{ width:100%;}
	#online_qq_tab #floatShow{ background:#e60012 url(../images/mobile-inq.png) no-repeat center center;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;bottom:15px;margin-left:-25px;border:2px solid #e5e5e5;border-radius:50%;text-indent:-999999px;z-index:9999999999;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatHide{ width:100%; width:100%; height:36px;line-height:36px;box-shadow:0 0 10px 1px rgba(255,255,255,0.3);}
	#online_qq_tab #floatShow span{ display:none;}
	.mobile_nav{display:block;}
	body{padding-bottom:56px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	#online_qq_layer .inquiry .main_more input{font-size:13px;}
}
@media only screen and (max-width: 375px) {
	.mobile_nav a p{text-transform:capitalize;}
	#online_qq_tab #floatShow{width:42px;height:42px;background-size:42px;bottom:10px;}
}


/*page*/
.page_banner{position:relative;z-index:5;background:#fff;overflow:hidden;}
.page_banner img{max-width:100%;height:auto;}

.page_section{position:relative;z-index:5;}
.page_section .main_title{padding:50px 0;}
.page-box{box-shadow:0 0 20px 2px rgba(0,0,0,0.03);padding:30px 30px 60px 30px;background:#fff;}

.breadcrumb{font-size:12px;border-radius:0;text-transform:capitalize;text-align:left;background:transparent;margin:0;width:100%;position:relative;z-index:5;margin-bottom:0;overflow:hidden;}
.breadcrumb .title{color:#333333;font-size:36px;font-family:'poppins_medium';display:block;z-index:2;text-align:center;text-transform:capitalize;line-height:42px;margin-bottom:5px;background:url(../images/title_bg.png) no-repeat top center;padding-top:40px;}
.breadcrumb .bread-right{padding-top:0;color:#808080;position:relative;z-index:1;text-align:center;font-size:12px;}
.breadcrumb .bread-right i{margin:0 8px;display:inline-block;vertical-align:middle;color:#ccc;font-style:normal;}
.breadcrumb .bread-right a i{font-size:12px;color:#e60012; vertical-align:middle;margin:0 3px;}
.breadcrumb .bread-right a:hover{color:#e60012;}
.breadcrumb .bread-right a:hover i{color:#e60012;}
.breadcrumb .bread-right h2{margin:0;display:inline-block;padding:0;font-size:12px;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;color:#808080;line-height:1.8; vertical-align:middle;}

.single-page .text{font-size:14px;line-height:24px;}
.single-page .text img{max-width:100%;height:auto;}
.single-page .text a:hover{color:#e00000;}

.page_section .team_content .main_titlem,.page_section .page_pro .main_title{padding:70px 0;}

@media only screen and (max-width: 1400px) {
	.breadcrumb{padding-bottom:40px;}	
}
@media only screen and (max-width: 992px) {
	.breadcrumb{padding:0;margin-top:0;}
	.page_section .main_title{padding:45px 0;margin-bottom:25px;}
	.page_section .team_content .main_titlem,.page_section .page_pro .main_title{padding:45px 0;}
}
@media only screen and (max-width: 768px) {
	.page_section .team_content .main_titlem,.page_section .page_pro .main_title{padding:50px 0;}
	.page_section .main_title{padding:20px 0;}
	.breadcrumb .bread-right{text-align:center;}
	.breadcrumb .title{font-size:22px;line-height:28px;background-size:20px;padding-top:30px;}
	.single-page .text{font-size:12px;}
}
@media only screen and (max-width: 480px) {
	.page_section .team_content .main_titlem,.page_section .page_pro .main_title{padding:35px 0;}
}

.page_section .con_banner{margin-bottom:0;}
.page_section .con_banner img{max-width:100%;height:auto;}
.page_section .contact_l{list-style:none;padding:0;text-align:center;padding:20px 0;margin-bottom:40px;box-shadow:0 5px 27px rgba(0,0,0,.05);border-radius:5px;}
.page_section .contact_l li{padding:30px 15px;border:1px solid #404040;margin-right:-1px;}

.page_section .contact_l .icon{position:relative;margin-bottom:30px;width:60px;height:60px;text-align:center;display:inline-block;padding:4px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;border-radius:50%;}

.page_section .contact_l li .icon-hexagon {position: absolute;text-align: left;top: 50%;left: 50%;width: 70px;height:48px;border-radius: 12px;background-color: #404040;transform: translate3d(-50%,-50%,0);transition: all .3s ease;}
.page_section .contact_l li .icon-hexagon:before, .page_section .contact_l li .icon-hexagon:after {content: "";position: absolute;display: inline-block;width: inherit;height: inherit;border-radius: inherit;
background-color: inherit;}
.page_section .contact_l li .icon-hexagon:before {transform: rotate(60deg);}
.page_section .contact_l li .icon-hexagon:after {transform: rotate(-60deg);}
.page_section .contact_l li:hover .icon-hexagon:before{transform:rotate(-60deg);}
.page_section .contact_l li:hover .icon-hexagon:after{transform:rotate(60deg);}
.page_section .contact_l li:hover .icon-hexagon { background-color: #e60012; width: 48px; height: 70px;}

.page_section .contact_l li .icon_a:before{ content:''; background:url(../images/con_a.png) no-repeat center top; width:60px; height:60px; position:absolute; left:0px; top:50%; margin-top:-30px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;z-index:2;}
.page_section .contact_l li .icon_e:before{ content:''; background:url(../images/con_e.png) no-repeat center top; width:60px; height:60px; position:absolute; left:0px; top:50%; margin-top:-30px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;z-index:2;}
.page_section .contact_l li .icon_p:before{ content:''; background:url(../images/con_p.png) no-repeat center top; width:60px; height:60px; position:absolute; left:0px; top:50%; margin-top:-30px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;z-index:2;}

.page_section .contact_l .text{min-height:120px;}

.page_section .contact_l .title{display:block;font-family:'baker';font-size:18px;line-height:24px;color:#fff;text-transform:uppercase;margin-bottom:20px;}
.page_section .contact_l p{margin-bottom:2px;font-size:12px;line-height:20px;}
.page_section .contact_l p a:hover{color:#e60012;}

@media only screen and (max-width: 992px) {
	.page_section .contact_l{border:none;padding:0;}
	.page_section .contact_l li{padding:20px;margin-bottom:10px;padding-bottom:10px;width:100%;}
	.page_section .contact_l .icon{float:left;width:60px;height:60px;}
	.page_section .contact_l .text{text-align:left;padding-left:20px;float:left;width:76%;min-height:inherit;}
	.page_section .contact_l .title{margin-bottom:10px;font-size:16px;line-height:24px;}
	.page_section .contact_l li .icon-hexagon{background:#e60012;}
}
@media only screen and (max-width: 480px) {
	.page_section .contact_l .icon{width:50px;height:50px;}
	.page_section .contact_l li .icon-hexagon{width:50px;height:36px;}
	.page_section .contact_l li .icon_a:before{width:50px;height:50px;background-size:cover;margin-top:-26px;}
	.page_section .contact_l li .icon_e:before{width:50px;height:50px;background-size:cover;margin-top:-26px;}
	.page_section .contact_l li .icon_p:before{width:50px;height:50px;background-size:cover;margin-top:-26px;}
	.page_section .contact_l li:hover .icon-hexagon { background-color: #e60012; width:36px; height: 50px;}
}
.page_title{display:block;color:#fff;text-transform:uppercase;font-size:24px;position:relative;line-height:28px;font-family:'baker';margin-bottom:30px;padding-bottom:20px;background:url(../images/title_line.png) no-repeat left bottom;}
.con_left{padding:0;padding-top:0;}
.con_left .text{font-size:14px;line-height:30px;}
.con_left .text b,.con_left .text strong{font-family:'poppins_bold';font-weight:normal;}
.page_section .con_box{padding-top:0;padding-left:0;padding-right:60px;}

.message{position:relative;margin-top:0;text-align:left;padding-left:0;}
.message p{font-size:12px;line-height:20px;color:#fff;position:relative;z-index:5;}
.message ul{list-style:none;padding-top:25px;position:relative;z-index:5;}
.message li{margin-bottom:15px;}
.message li span{display:block;position:relative;}
.message li span:before{content:'*';color:red;position:absolute;right:15px;top:5px;}
.message li span.ms_p input{background-image:url(../images/mes_p.png);background-position:10px 6px;}
.message li span.ms_e input{background-image:url(../images/mes_e.png);background-position:10px 6px;}
.message li span.ms_n input{background-image:url(../images/mes_n.png);background-position:10px 6px;}
.message li span.ms_m .meText{background-image:url(../images/mes_m.png);background-position:10px 6px;}
.message li span.ms_p:before,.message li span.ms_n:before{display:none;}
.message li label{display:block;font-weight:normal;font-size:13px;color:#333;text-align:left;margin-bottom:5px;text-transform:capitalize;}
.message li .meInput{color:#999;max-width:100%;height:48px;line-height:48px;font-size:13px;padding:0 20px;padding-left:50px;width:100%;max-width:100%;background-color:#fff;font-family: 'poppins';background-repeat:no-repeat;border:;border-radius:0;}
.message li .meInput:focus{color:#333;}
.message li .meText{width:100%;max-width:100%;height:100px;max-height:100px;padding:15px 15px 15px 50px;font-size:13px;line-height:20px;color:#999;font-family: 'poppins';background-color:#fff;border:none;background-repeat:no-repeat;border-radius:0;}
.message li .meText:focus{color:#333;}
.message li p{display:inline-block;font-weight:normal;font-size:12px;color:#333;text-align:left;margin-bottom:5px;text-transform:capitalize;}
.message li a{color:red;}
.message .main_more{margin-top:20px;}

.message li input:-ms-input-placeholder{color:#999;}/* Internet Explorer 10+ */ 
.message li input::-webkit-input-placeholder{color:#999;}/* WebKit browsers */
.message li input::-moz-placeholder{color:#999;}/* Mozilla Firefox 4 to 18 */ 
.message li input:-moz-placeholder{color:#999;}/* Mozilla Firefox 19+ */ 
.message li .meText:-ms-input-placeholder{color:#999;}/* Internet Explorer 10+ */ 
.message li .meText::-webkit-input-placeholder{color:#999;}/* WebKit browsers */
.message li .meText::-moz-placeholder{color:#999;}/* Mozilla Firefox 4 to 18 */ 
.message li .meText:-moz-placeholder{color:#999;}/* Mozilla Firefox 19+ */ 

.map{margin-top:50px;padding-left:0;padding-right:0;}
.map img{max-width:100%;height:auto;}
.map iframe{max-width:100%;height:auto;width:100%;}

@media only screen and (max-width: 992px) {
	.page_title{font-size:24px;line-height:28px;margin-bottom:30px;}
	.page_title:before{left:0;}
	.page_section .con_box{padding-right:0;}
	.con_left{padding:0;padding-top:30px;margin-top:0;width:100%;}
	.map{padding-left:0;margin-top:40px;}
	.map .image{background-position:center center;}
	.page_section .con_box{width:100%;}
}
@media only screen and (max-width: 768px) {
	.message li{padding:0;}
}
@media only screen and (max-width: 480px) {
	.con_left .text{font-size:12px;}
}


/*left*/
.page-left{width:22%;float:left;margin-top:0;}
.left_title{display:block;position:relative;margin-bottom:20px;text-align:left;}
.left_title>em{display:block;color:#fff;text-transform:uppercase;font-size:24px;line-height:28px;font-family:'baker';margin-bottom:0;position:relative;}
.left_title>em:before{content:'';background:url(../images/title_line.png) no-repeat center center;width:38px;height:13px;position:absolute;left:-55px;bottom:8px;display:inline-block;}
.left_title>em:first-letter{color:#e60012;}
.left_title .column_icon_toggle {display: none;}

.left-cat .left_title>span i.icon:before{content:"\f0ca";font-family:FontAwesome;}
ul.mtree{opacity: 0;margin-left: 0;}
ul.mtree>li {list-style: none; position:relative;}
ul.mtree>li>a{font-size:14px;font-family:'poppins_bold';transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree a {display: block;font-size:12px; color:#fff;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;padding:8px 0;border-bottom:1px solid #404040;line-height:22px; padding-right:30px;}
ul.mtree li ul a{ padding:6px 10px; padding-right:30px;}
ul.mtree ul li:last-child a{ border:none;}
ul.mtree li.mtree-open>b:before  {content:"-";font-family:FontAwesome;padding-left:5px; float:right; font-size:24px; color:#808080; font-style:normal; padding:0 15px;line-height:38px; position:absolute;  right:0; top:0px;}
ul.mtree li.mtree-closed>b:before {content:"+";font-family:FontAwesome;float:right; font-size:18px; color:#808080; font-style:normal; padding:0 12px; position:absolute;  right:0; top:0px;border-radius:50%;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#e60012; font-style:normal; background:none; padding:6px 15px; position:absolute;  right:0px; top:0; border-left:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#e60012; font-style:normal; background:none;  padding:6px 15px ; position:absolute;  right:0px; top:0; border-left:none;}
ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li:hover>a{ color:#e60012;}
ul.mtree>li.mtree-node a ul a{ font-size:13px;}
ul.mtree>li.mtree-open{color:#e60012 ;padding-bottom:0;}
ul.mtree>li.mtree-open>a{color:#e60012;}
ul.mtree>li.mtree-node:hover>a{color:#e60012 ;text-decoration:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#e60012 ;text-decoration:none;}

ul.mtree ul {  background:#ffffff;padding:15px 10px;}
ul.mtree ul li{list-style:none; position:relative;}
ul.mtree ul li a{display:block;color:#777;font-size:14px;}
ul.mtree>li>ul>li>a{ font-size:12px !important;font-weight:normal;font-family:'poppins';border:none;padding-left:0;transition:all .5s;}
ul.mtree>li>ul>li>a i{ color:#ccc; font-size:12px; margin-right:10px; margin-left:6px;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:#e60012;padding-left:2px;}
ul.mtree li ul li.mtree-open a{color:#e60012;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:5px; border:none; padding:0px; margin-bottom:5px; background:#fff;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:12px; padding-left:20px;padding-top:8px;padding-bottom:8px;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#e60012;font-weight:normal;}
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: #e5e5e5;}
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;}
ul.mtree a:hover{text-decoration:none;}
.mtree-skin-selector{ display:none !important}
ul.mtree li ul.mtree-level-2 li.mtree_all a{font-family:'poppins_bold';text-transform:uppercase;color:#4d4d4d;}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover{color:#e60012;}

/*hot_pro*/
.left-pro .left_title>span i.icon:before{content:"\f009";font-family:FontAwesome;}
.left-pro{margin-top:40px;}
.left-pro ul{ padding-top:10px;}
.left-pro ul li{ list-style:none;margin-bottom:15px;transition:all .5s;border-bottom:1px solid #404040;padding-bottom:15px;}
.left-pro ul li:last-child{ margin-bottom:0px;}
.left-pro ul li .main{width:70%;float:left;padding-left:10px;}
.left-pro ul li .title{margin:0;margin-bottom:10px;font-size:14px;font-family:'poppins_bold';line-height:20px;max-height:60px;display:block;color:#fff;}
.left-pro ul li:hover .title{ color:#e60012;}
.left-pro ul li .text{ font-size:12px; color:#999; line-height:20px;overflow:hidden;height:20px;}
.left-pro ul li .image{ float:left; width:30%;transition-duration: 0.6s;transition-timing-function: ease-out; overflow:hidden;position:relative;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.left-pro ul li:hover .image{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH; transform: rotateY(180deg);
}
.left-pro ul li .image a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:2;}
.left-pro ul li .image img{
	max-width:100%;height:auto;display:block;position:relative;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.left-pro ul li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.left-pro ul li .more{display:inline-block;font-size:12px;text-transform:uppercase;color:#e60012;}
.left-pro ul li .more i{padding-left:5px;transition:all .5s;}
.left-pro ul li .more:hover i{padding-left:8px;}

.left-news{margin-top:40px;}
.left-news .toggle_content{ border:1px solid #404040; padding:15px;}
.left-news .news_top{border-bottom:1px solid #404040; padding-bottom:15px; text-align:left;}
.left-news .news_top .image img{max-width:100%;height:auto;}
.left-news .news_top .title{font-size:14px; font-family:'poppins_bold';color:#fff;display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:15px;}
.left-news .news_top .text{font-size:12px; color:#808080; line-height:20px; max-height:40px; overflow:hidden; margin:5px 0;}
.left-news .news_top .date{padding-left:24px;background:url(../images/icon_date.png) no-repeat left 1px;color:#e60012;font-size:12px;display:inline-block;margin-top:10px;}
.left-news ul li{ list-style:none; line-height:22px; padding:6px 0;  border-bottom:1px solid #404040; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:8px;}
.left-news ul li:last-child{ border-bottom:none;}
.left-news ul li span{ color:#808080;font-size:12px; margin-right:10px;}
.left-news ul li a{font-size:12px;}
.left-news ul li a:hover{ color:#fff;}
.left-news .left-news_1 .img{ display:block; overflow:hidden;}
.left-news .left-news_1 img{transition-duration: 0.6s;transition-timing-function: ease-out;}
.left-news .left-news_1:hover .img img{transform: scale(1.1);}

.page-right{width:78%;padding-left:60px;float:right;}

@media only screen and (max-width: 992px){
	.page-box{padding:30px 0;}
	.page-title em{font-size:24px;}
	.page-box{padding:30px 0;}
	.page-left{width:100%;float:none;margin-top:20px;}	
	.left-pro,.left-con,.left-video,.left-solu,.left-work{margin-top:0;}
	.left_title{margin-bottom:10px;background:#f9fbfb;border:2px solid #4d4d4d;padding:5px 10px;}
	.left_title>em{margin:0;font-size:14px;background:none;padding:0;border:none;font-family:'poppins_bold';line-height:24px;}
	.left_title>em:before{display:none;}
	.left_title.active{background:#e60012;border:2px solid #e60012;}
	.left_title.active>em,.left_title.active>em span{color:#fff;}
	.page-left .left_title>span{display:none;}
	.left-con .left_title{display:block;}
	.left_title .column_icon_toggle{display: inline-block;position: absolute;right:10px;top:5px;font-style:normal;cursor:pointer;font-size:14px;font-weight:normal;color:#808080;}
	.left_title .column_icon_toggle.icon-minus-sign{color:#fff;}
	.page-left .toggle_content{padding-bottom:30px;}
	.page-right{width:100%;padding:0;float:none;}
	.page-right .left_title{background:none;padding:0;margin-bottom:20px;}
	.page-right .left_title>em{margin-bottom:5px;font-size:22px;}
	.left-cat{margin-bottom:0;border:none;padding:0;}
}

@media only screen and (max-width: 1300px){
	.left_title>em{padding-top:15px;}
	.left_title>em:before{left:0;top:0;}
}
@media only screen and (max-width: 992px){
	.page-title em{font-size:24px;}
	.page-box{padding:30px 0;}
	.page-left{width:100%;float:none;margin-top:20px;}	
	.left-pro,.left-con,.left-video,.left-solu,.left-news{margin-top:0;}
	.left_title{margin-bottom:10px;background:#404040 url(../images/pro_bg.jpg) no-repeat right bottom;padding:5px 10px;}
	.left_title>em{margin:0;font-size:14px;background:none;padding:0;border:none;font-family:'poppins_bold';line-height:24px;}
	.left_title>em:before{display:none;}
	.left_title>em:first-letter{color:#fff;}
	.left_title.active{background:#e60012;}
	.left_title.active>em,.left_title.active>em span{color:#fff;}
	.page-left .left_title>span{display:none;}
	.left-con .left_title{display:block;}
	.left_title .column_icon_toggle{display: inline-block;position: absolute;right:10px;top:2px;font-style:normal;cursor:pointer;font-size:28px;line-height:28px;font-weight:normal;color:#808080;}
	.left_title .column_icon_toggle.icon-minus-sign{color:#fff;}
	.page-left .toggle_content{padding-bottom:30px;}
	.page-right{width:100%;padding:0;float:none;}
	.page-right .left_title{background:none;padding:0;margin-bottom:20px;}
	.page-right .left_title>em{margin-bottom:5px;font-size:22px;}
	.left-cat{margin-bottom:0;border:none;padding:0;}
	.left-cat .left_title{margin-bottom:10px;border-radius:0;}
	.left-cat .left_title > em{font-size:14px;}
	.left_ser{display:none;}
}


/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;margin-bottom:15px;list-style:none;}
.stp-top{width:100%;}
.stp-top a{font-size:18px;line-height:24px;text-transform:uppercase;display:block;font-family:'baker';color:#fff;border-bottom:1px solid #404040;padding:8px 10px;}
.stp-top a:hover{text-decoration:none;color:#e60012;}
.stp-top a i{padding-left:5px;font-size:14px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.stp-top a:hover i{padding-left:8px;}
.stp-listB{display:block;padding:15px;padding:5px 15px;list-style:none;margin-top:1px;border-radius:5px;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
.stp-listB>li>a{font-size:12px;line-height:22px;display:block;color:#fff;}
.stp-listB>li>a i{padding-right:5px;}
.stp-listB>li:hover>a{color:#e60012;}
.stp-listB li .stp-listC{width:100%;padding-top:15px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:8px;}
.stp-listB li .stp-listC li a{color:#333;font-size:12px;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.stp-listB li .stp-listC li a i{padding-right:5px;}
.stp-listB li .stp-listC li a:hover{color:#e60012;padding-left:5px;}


@media only screen and (max-width: 768px){
	.stp-listB>li{width:50%;padding:8px 0;}
	.stp-top a{font-size:16px;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}


/*page-number*/
.page_num{width:100%;margin:0 auto 0 auto;text-align:right;font-family:'baker';}
.page_num span{display:inline-block;color:#fff;background:#e60012;font-size:14px;text-transform:uppercase;margin-right:5px;padding:0 15px;overflow:hidden;vertical-align:middle;line-height:28px;border-radius:5px;}
.page_num a{padding:0 15px;display:inline-block;text-transform:uppercase;font-size:14px;margin-right:5px;position: relative;z-index: 0; vertical-align:middle;line-height:28px;border-radius:5px;}
.page_num a:hover{background:#e60012;text-decoration:none;color:#fff;}
.page_num a i{line-height:28px;}
.page_num p{display:block;font-size:12px;margin-top:10px;}
.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:center;font-family:'poppins';}
	.page_num span,.page_num a{font-size:12px;margin:5px;padding:0 10px;line-height:25px;}
	.page_num a i{line-height:25px;}
	.page_num p{width:100%;margin-top:15px;}
}


/*page-turning*/
.page_turn{width:100%;text-align:left;margin-top:20px;border-top:1px solid #404040;padding-top:20px;}
.page_turn li{display:block;padding:0;margin-bottom:10px;border-radius:25px;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.page_turn li p{text-align:left;display:inline-block;font-size:12px;text-transform:uppercase;font-family:'poppins_bold';margin-bottom:0;margin-right:5px;color:#e60012;vertical-align:middle;}
.page_turn li p i{background:#e60012;text-align:center;margin-right:5px;font-size:12px;color:#fff;border-radius:50%;width:20px;height:20px;line-height:20px;}
.page_turn li a{display:inline-block;font-size:12px;margin-left:5px;text-transform:capitalize;color:#333;max-width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal; vertical-align:middle;color:#fff;}
.page_turn li:hover a{color:#e60012;}

@media only screen and (max-width: 768px) {
	.page_turn li{border-radius:5px;}
	.page_turn li a{margin:0;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;display:inline-block;width:80%;}
}

.news li{position:relative;list-style:none;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #404040;}
.news li .image{float:left;width:28%;display:block;overflow:hidden;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.news li .image>a{z-index:3;position:absolute;left:0;top:0;width:100%;height:100%;display:block;}
.news li .image{position:relative;text-align:center;overflow:hidden;}
.news li .image img{max-width:100%;height:auto;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.news li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.news li .image .ovrly{display:block;width:100%;height:100%;position:absolute;left:0;top:0;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;background:#000;transition:all .5s;}
.news li:hover .image .ovrly{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.news li .image .icon{
	display:inline-block;
	position:absolute;
	left:50%;
	top:40%;
	-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;
	width:50px;
	height:50px;
	background:url(../images/icon_src.png) no-repeat center center;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:2;
}
.news li:hover .image .icon{top:50%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.news li .main{float:left;width:72%;padding-left:20px;}
.news li .main h4{margin:0;}
.news li .title{display:block;margin-bottom:15px;color:#fff;font-size:16px;line-height:28px;max-height:56px;font-family:'poppins_bold';overflow:hidden;}
.news li:hover .title{color:#e60012;text-decoration:none;}
.news li .text{margin-top:15px;color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
.news li .date{padding-left:24px;background:url(../images/icon_date.png) no-repeat left 1px;color:#e60012;font-size:12px;display:inline-block;}
.news li .more{display:inline-block;border-radius:20px;border:1px solid #808080;background:transparent;color:#808080;padding:5px 20px;text-transform:uppercase;margin-top:20px;}
.news li .more i{padding-left:5px;transition:all .5s;}
.news li .more:hover{background:#e60012;color:#fff;text-decoration:none;border-color:#e60012;}
.news li .more:hover i{padding-left:8px;}

@media only screen and (max-width: 768px){
	.news li .title{font-size:14px;font-family:'poppins_bold';}
	.news li .text{height:44px;}
}
@media only screen and (max-width: 480px){
	.news li{margin-bottom:20px;}
	.news li .image{width:40%;}
	.news li .main{width:60%;padding-left:10px;}
	.news li .title{font-family:'poppins';font-size:12px;line-height:20px;max-height:60px;margin-bottom:15px;}
	.news li .text{display:none;}
	.news li .date p.date002{display:none;}
	.page_num{margin-top:0;}
	.news li .date{border:none;}
	.news li .more{display:none;}
}

.news_main .title{font-family:'poppins_bold';display:block;font-size:16px;line-height:24px;margin-bottom:10px;color:#fff;}
.news_main .date{padding-left:24px;background:url(../images/icon_date.png) no-repeat left 1px;color:#e60012;font-size:12px;display:inline-block;}
.news_main .text{font-size:14px;line-height:24px;margin-top:20px;border-top:1px solid #404040;padding-top:20px;}
.news_main .text img{max-width:100%;height:auto;}
.news_main .text a{color:#e60012;}

@media only screen and (max-width: 768px){
	.news_main .text{font-size:12px;}
}

/*blog*/
.left-blog{margin-bottom:30px;}
.left-blog .left_title>span i.icon:before{content:"\f0c1";font-family:FontAwesome;}
.blog-list{list-style:none;border-bottom:1px solid #404040;padding-bottom:15px;margin-bottom:15px;}
.blog-list p,.blog-cat p{display:block;margin-bottom:5px;text-transform:uppercase;font-size:14px;color:#fff;font-family:'poppins_bold';}
.blog-list li{display:block;position:relative;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;overflow:hidden;}
.blog-list li a{font-size:12px;padding:3px 0;display:block;position:relative;overflow:hidden;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:#ccc;}
.blog-list li:hover a{color:#e60012;text-decoration:none;padding-left:10px;}
.blog-list li a:before{content:"\f0da";font-family:FontAwesome;padding-right:5px;color:#e60012;position:absolute;left:-10px;top:3px;-webkit-transition:all var(--transition-time,500ms);
	-o-transition:all var(--transition-time,500ms);
	transition:all var(--transition-time,500ms);}
.blog-list li a:hover:before{left:0;}	

.blog-cat{list-style:none;border-bottom:1px solid #404040;padding-bottom:15px;}
.blog-cat li{display:inline-block;margin:5px;}
.blog-cat li a{display:inline-block;border:2px solid #808080;padding:2px 10px;border-radius:25px;font-size:12px;}
.blog-cat li a:hover{color:#fff;background:#e60012;border:2px solid #e60012;text-decoration:none;}

.blog_list{list-style:none;}
.blog_list li{border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:20px;position:relative;}
.blog_list li .image{display:block;overflow:hidden;margin-bottom:20px;}
.blog_list li .image img{
	max-width:100%;
	height:auto;
	-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.blog_list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.blog_list li .title{display:block;margin-bottom:15px;color:#fff;font-size:16px;line-height:28px;max-height:56px;font-family:'poppins_bold';margin-top:15px;overflow:hidden;}
.blog_list li:hover .title{color:#e60012;text-decoration:none;}
.blog_list li .text{margin-top:15px;color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
.blog_list li .date{padding-left:24px;background:url(../images/icon_date.png) no-repeat left 1px;color:#e60012;font-size:12px;display:inline-block;}
.blog_list li .more{display:inline-block;border-radius:20px;border:1px solid #808080;background:transparent;color:#808080;padding:5px 20px;text-transform:uppercase;margin-top:20px;}
.blog_list li .more i{padding-left:5px;transition:all .5s;}
.blog_list li .more:hover{background:#e60012;color:#fff;text-decoration:none;border-color:#e60012;}
.blog_list li .more:hover i{padding-left:8px;}
.blog_list li .blog_tag{margin-top:10px;}

.blog_tag{text-align:left;margin-top:20px;}
.blog_tag>p{display:inline-block;font-size:12px;margin-right:5px;text-transform:uppercase;font-family:'poppins_bold';color:#fff;}
.blog_tag>p i{padding-right:2px;}
.blog_tag li{display:inline-block;margin:5px;border:none;padding:0;}
.blog_tag li:last-child{padding:0;}
.blog_tag li a{display:inline-block;border:2px solid #808080;padding:2px 10px;border-radius:25px;font-size:12px;}
.blog_tag li a:hover{color:#fff;background:#e60012;border:2px solid #e60012;text-decoration:none;}

@media only screen and (max-width: 992px) {
	.blog_list li .right{padding-left:65px;width:100%;}
}

@media only screen and (max-width: 768px) {
	.blog_list li{padding-top:0;}
	.blog_list li .date{left:0;}
	.blog_list{border:none;}
	.blog_tag>p{display:block;}
	.blog_list li .right{padding-left:80px;}
	.left-blog{margin-bottom:0;}
	.blog_list li .main-more{padding:6px 20px;}
	.blog_list li .more{display:none;}
	
}

@media only screen and (max-width: 480px) {
	.blog_list li .date{position:inherit;width:100%;}
	.blog_list li .date span{border-radius:0;height:auto;width:auto;padding:0 20px;border-radius:25px;}
	.blog_list li .date>span p{display:inline-block;padding-left:5px;}
	.blog_list li .right{padding:0;padding-top:10px;}
	.blog_list li .more{letter-spacing:0;}
}

/*products*/
.pro-text{line-height:24px;font-size:14px;color:#808080;margin-bottom:20px;padding-top:25px;border-top:1px solid #404040;}
.pro-text img{max-width:100%;height:auto;}

.cbp-vm-switcher {width:100%;margin-bottom:15px;}
.cbp-vm-options {text-align:right;margin-bottom:5px;}
.cbp-vm-options em{display:inline-block;float:left;font-family:'baker';font-size:24px;color:#fff;text-transform:uppercase;line-height:38px;}
.cbp-vm-options a {display: inline-block; vertical-align:middle;padding:8px;overflow: hidden;white-space: nowrap;color: #fff;margin: 2px;border:2px solid #404040;border-radius:50%;}
.cbp-vm-options span{display:inline-block;float:right;font-size:13px;color:#ccc;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected {color: #fff;background:#e60012;border:2px solid #e60012;}
.cbp-vm-options a:before {font-size: 14px;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 {position:relative;overflow:hidden;border:1px solid #f2f2f2;background:#f7f7f7;}
.cbp-vm-image .hover_img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.cbp-vm-view-grid ul li:hover .cbp-vm-image .hover_img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.cbp-vm-view-list ul li:hover .cbp-vm-image .hover_img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}

.cbp-vm-image > a{position:absolute;right:0;top:0;display:block;z-index:5;width:100%;height:100%;}
.cbp-vm-image img{max-width:100%;height:auto;transition:all .5s;}
.cbp-vm-image a.more,.cbp-vm-image a.send{position:absolute;right:-50px;top:20px;display:inline-block;width:32px;height:32px;z-index:12;}
.cbp-vm-switcher ul li:hover .cbp-vm-image a.more,.cbp-vm-switcher ul li:hover .cbp-vm-image:hover a.send{right:0;}
.cbp-vm-image a.more{background:#676767 url(../images/icon_see.png) no-repeat center center;transition:all .5s;}
.cbp-vm-image a.send{top:55px;background:#e60012 url(../images/icon_mes.png) no-repeat center center;transition:all .8s;}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-change{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;top:0;}
.cbp-vm-switcher ul li .cbp-vm-details{color:#808080;font-size:13px;overflow:hidden;line-height:22px;height:44px;}

.cbp-vm-view-grid .blog_tag,.cbp-vm-view-grid .more{display:none;}
.cbp-vm-view-grid .cbp-list-center{padding:0;padding-top:15px;padding-bottom:10px;}
/* 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: 25%;
	float:left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding:0;
	position:relative;
	border:1px solid #404040;
}
.cbp-vm-view-grid ul li:nth-child(4n+2){animation-delay:0.1s;}
.cbp-vm-view-grid ul li:nth-child(4n+3){animation-delay:0.2s;}
.cbp-vm-view-grid ul li:nth-child(4n+4){animation-delay:0.3s;}
.cbp-vm-view-grid ul li>div{transition:all .5s;display:block;padding:10px;}
.cbp-vm-view-grid ul li .cbp-title{display:block;color:#fff;font-size:14px;line-height:24px;overflow:hidden;height:48px;font-family:'poppins_bold';margin-bottom:10px;}
.cbp-vm-view-grid ul li:hover .title{color:#e60012;text-decoration:none;}
.cbp-vm-view-grid ul li:hover .cbp-title{color:#e60012;text-decoration:none;}
.cbp-vm-view-grid ul li .cbp-vm-details{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
.cbp-vm-view-grid ul li .cbp-list-more{display:none;}

@media screen and (min-width: 940px) {
.cbp-vm-view-grid ul li:nth-child(4n+2){ border-left:none;}
.cbp-vm-view-grid ul li:nth-child(4n+3){ border-left:none;}
.cbp-vm-view-grid ul li:nth-child(4n+4){ border-left:none;}
.cbp-vm-view-grid ul li:nth-child(n+5){ border-top:none;}
}



/* List view */
.cbp-vm-view-list>ul{margin:0;margin-top:20px;}
.cbp-vm-view-list>ul>li {padding:20px 0;border-bottom:1px solid #404040;white-space: nowrap;text-align:left;white-space:normal;}
.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: 20%;text-align:center;display:inline-block;position:relative; vertical-align:middle;float:left;}
.cbp-vm-view-list ul li>div .cbp-list-center{width:78%;display:inline-block;}
.cbp-vm-view-list ul li .cbp-title{display:block;color:#fff;font-size:14px;line-height:24px;overflow:hidden;max-height:48px;font-family:'poppins_bold';margin-bottom:10px;}
.cbp-vm-view-list ul li:hover .cbp-title{color:#e60012;text-decoration:none;}
.cbp-vm-view-list ul li .cbp-vm-details {color:#808080;font-size:12px;margin-top:0;line-height:20px;overflow:hidden;max-height:40px;padding:0;}
.cbp-vm-view-list ul li .main_more{margin-top:20px;padding:4px 20px;font-size:13px;font-family:'poppins';}
.cbp-vm-view-list ul li .blog_tag{margin-top:15px;}

.pro-list-tags{list-style:none;padding:5px;text-align:left;background:#fafafa;margin-top:15px;}
.pro-list-tags>p{display:inline-block;font-size:13px;margin-right:5px;text-transform:capitalize;padding-left:5px;}
.pro-list-tags li{display:inline-block;margin:5px;border:none;padding:0;}
.pro-list-tags li:last-child{padding:0;}
.pro-list-tags li a{display:inline-block;padding:4px 20px;color:#4d4d4d;font-size:13px;text-transform:capitalize;border:2px solid #e5e5e5;border-radius:25px;}
.pro-list-tags li i{padding-right:5px;color:#4d4d4d;}
.pro-list-tags li:hover a{color:#fff;text-decoration:none;background:#0267bb;border:2px solid #0267bb;}
.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 0 0 15px;}
.cbp-vm-view-list .cbp-list-center .cbp-list-left{padding-left:0;}
.cbp-vm-view-list .more{display:inline-block;border-radius:20px;border:1px solid #808080;background:transparent;color:#808080;padding:5px 20px;text-transform:uppercase;margin-top:20px;}
.cbp-vm-view-list .more i{padding-left:5px;transition:all .5s;}
.cbp-vm-view-list ul li .more:hover{background:#e60012;color:#fff;text-decoration:none;border-color:#e60012;}
.cbp-vm-view-list ul li .more:hover i{padding-left:8px;}

@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;}
	.cbp-vm-view-list ul li .cbp-list-left .more{letter-spacing:0;}
}

@media screen and (max-width: 520px) {
	.cbp-vm-options{text-align:center;}
	.cbp-vm-view-list>ul>li{width:100%;}
	.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-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>div>div{width:100%;}
	.cbp-vm-view-grid ul li{margin-bottom:0;}
	.cbp-vm-view-list ul li .cbp-title{font-size:14px;}
	.cbp-vm-view-grid ul li .cbp-title{font-size:12px;margin-bottom:0;}
	.cbp-vm-view-list .cbp-list-view{display:none;}
	.cbp-vm-view-grid ul li .cbp-vm-details{display:none;}
	.cbp-vm-view-list ul li>div .cbp-list-center,.cbp-vm-view-list .cbp-list-center .cbp-list-left{width:100%;padding:0;}
	.cbp-vm-view-list .pro-list-tags p{display:block;}
	.cbp-vm-view-list .cbp-list-more{padding:0;}
	.cbp-vm-view-list .cbp-list-more .main-more{display:inline-block;margin-right:10px;}
	.cbp-vm-view-grid .cbp-list-center{padding:10px 0 0 0;}
	.cbp-vm-options em{display:block;float:none;margin-bottom:10px;font-size:20px;}
	.pro-text{font-size:12px;}
}

@media screen and (max-width: 400px) {
	.cbp-vm-view-grid ul li .cbp-title{font-size:12px;margin-top:10px;line-height:18px;height:36px;font-family:'poppins';}
	.cbp-list-left{padding:0;}
	.cbp-vm-image .image_more{display:none;}
}


/*products main*/

/* CSS for the loading div */

.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #404040;
	padding:2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img{max-width:100%;height:auto;}

/* 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 {
	text-align: left;
	display: block;
	padding:10px 0;
}
.sp-thumbs a{position:relative;border:1px solid #404040;}
.sp-thumbs a:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#000;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.sp-thumbs a:hover:before{filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;}
.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;
}
.sp-thumbs a:hover {
	opacity: 1;
	border:1px solid #808080;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
	border:1px solid #808080 !important;
}

.sp-thumbs a.sp-current:after{transform:scaleX(1);visibility:visible;}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width:100%;
}
.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: 9999999;
	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;
	}
}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}

.products .pro_img{padding:0;text-align:center;padding-bottom:0;border:1px solid #404040;}
.products .pro-right{padding-left:30px;}
.products .pro-right>h1{padding:0;margin:0;display:block;font-size:18px;text-transform:uppercase;color:#fff;margin-bottom:20px;line-height:24px;font-family:'baker';}
.products .pro-right>div.main{font-size:12px;line-height:24px;color:#808080;margin-bottom:20px;}
.pro-right{padding-left:20px;}
.pro-table{margin-bottom:20px;border-top:1px solid #404040;padding-top:20px;}
.pro-table ul li{list-style:none;margin-bottom:5px;}
.pro-table ul li p{display:inline-block;font-size:12px;color:#fff;text-transform:capitalize;}
.pro-table ul li span{color:#333;display:inline-block;font-size:12px;padding-left:5px;color:#fff;}
.products .pro-right .main_more{margin-top:0px;}

.mostBox{margin:0 0 30px 0;padding-top:20px;margin-top:20px;}
.mostBox .title{background:url(../images/l_title_bg.png) no-repeat left bottom;font-size:28px;margin-bottom:20px;display:block;text-transform:uppercase;padding-bottom:5px;text-align:left;}
.mostBox{font-size:14px;line-height:24px;}
.mostBox .text em{font-style:italic;}
.mostBox .text img{max-width:100%;height:auto;}
.mostBox .text a:hover{color:#e60012;}

.pro_message{margin-top:40px;padding:50px 30px;position:relative;overflow:hidden;box-shadow:0 5px 27px rgba(255,255,255,.05);background: url(../images/bg02.jpg) no-repeat center center;border-radius:10px;}
.pro_message .page_title{padding-left: 40px;position: relative;}
.pro_message .page_title:after{content:'';background:url(../images/icon_contact_p.png) no-repeat left center;display:inline-block;width:24px;height:24px;position:absolute;left:0;top:3px;}
.send_box.pro_message ul li .meInput{max-width:100%;width:100%;height:46px;line-height:46px;}
.send_box.pro_message ul li .meText{width:100%;height:90px;max-height:90px;}
.send_box.pro_message ul li span.ms_e input,.send_box.pro_message ul li span.ms_p input{background-position:10px 15px;}
.send_box.pro_message ul li p{color:#808080;font-size:13px;text-transform:capitalize;background:#fff;padding:10px;width:100%;border-radius:10px;margin:0;}
.pro_message li p a{display:inline-block;margin-left:5px;}
.pro_message li.mes_sub p{background:#fafafa;display:block;padding:8px 20px;border-radius:0;}
.pro_message li.mes_sub p:before{content:"\f0ca";font-family:'FontAwesome';padding-right:10px;}
.prom_main .pro_con .text{font-size:13px;line-height:24px;}
.prom_main .pro_con .text img{max-width:100%;}
.prom_main .pro_con .text b,.prom_main .pro_con .text strong{font-family:'poppins_sb';}

.products > .title{display:block;position:relative;text-align:left;margin-bottom:20px;padding:2px 0;}
.products > .title i{background:#0d58cb;color:#fff;padding:10px;font-size:16px;border-radius:50%; vertical-align:middle;}
.products > .title h1{margin:0;display:inline-block;color:#555555;text-transform:uppercase;font-size:28px;line-height:36px;font-family:'poppins_bold';position:relative;z-index:2; vertical-align:middle;margin-left:10px;}

@media only screen and (max-width: 992px) {
	.sp-thumbs a:link, .sp-thumbs a:visited{width:50px;height:50px;}
	.products .pro_img{width:100%;padding:0;}
	.products .pro-right{width:100%;padding:0;padding-top:20px;}
	.send_box.pro_message{display:block;padding:20px 0;margin-bottom:10px;border-bottom:1px solid #fc7f46;}
}

@media only screen and (max-width: 768px) {
	.pro-right{padding:0;margin-top:0;margin-bottom:20px;}
	.sp-thumbs{text-align:left;}
	.pro-table{margin-top:20px;}
	.products .pro_inquiry .message{padding:0;}
	.mostBox{margin-top:0;}
	.mostBox .tab-scroll{margin-left:0;padding-bottom:0;}
	.products .pro-list-tags p{display:block;}
	.pro_message{margin:0;margin-top:20px;padding:30px 15px;}
	.pro_message li .meInput,.pro_message li .meText{width:100%;}
	.pro_message .main_title{text-align:center;}
	.pro_message .main_title>em{background-position:center bottom;}
	.mostBox .title,.message .main_title .title{font-size:20px;font-family:'poppins_sb';}
	.mostBox .text{font-size:12px;}
	.prom_main{padding:40px 0;}
	.prom_main .pro_con{display:none;}
	.products > .title{margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
	.products > .title h1{font-size:24px;line-height:28px;max-width:70%;margin-left:5px; vertical-align:top;}
	.pro_message form{max-width:100%;}
	.pro_message .page_title{padding-left:35px;}
}

@media only screen and (max-width: 480px) {
	.products .pro-right{margin-bottom:0;}
	.products .pro-right .main_more{display:block;text-align:center;margin-bottom:20px;}
	.products .pro-right .main-more.pro-down{margin-left:0;}
}


.page_pro{padding:40px 0 0 0;position:relative;}
.page_pro .slider .li{padding:0;}
.page_pro .slider .li .box{border:1px solid #404040;overflow:hidden;position:relative;}
.page_pro .slider .li .icon{ display:block; width:26px; height:26px; position:absolute; right:15px; top:-60px; z-index:33333;transition:all .5s;}
.page_pro .slider .li:hover .icon{ right:15px; top:15px;}
.page_pro .slider .li .box:after{
	content:"";
	width:100%;
	height:2px;
	position:absolute;
	left:-100%;
	bottom:0;
	display:block;
	background:#e60012;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	transition:all .5s;
}
.page_pro .slider .li:hover .box:after{-webkit-transform:translateY(1); -ms-transform:translateY(1); transform:translateY(1);left:0;}
.page_pro .slider .li .image{display:block;overflow:hidden;}
.page_pro .slider .li .image img{max-width:100%;height:auto;transition:all .5s;}
.page_pro .slider .li .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.page_pro .slider .li .bot_title{margin:20px;display:block;font-size:14px;line-height:24px;overflow:hidden;height:48px; text-align:center;font-family:'poppins_bold';}
.page_pro .slider .li .main{
	position:absolute;
	left:0;
	bottom:-100%;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	transition:all .5s;
}
.page_pro .slider .li:hover .main{-webkit-transform:translateY(1); -ms-transform:translateY(1); transform:translateY(1); bottom:0}

.page_pro .slider .li .main_box{padding:20px 15px;background:#404040 url(../images/pro_bg.jpg) no-repeat right bottom;text-align:center;}
.page_pro .slider .li .main_box .title{margin-bottom:15px;display:block;font-size:16px;line-height:24px;overflow:hidden;height:48px; text-align:center;font-family:'poppins_bold';}
.page_pro .slider .li .main_box .title:hover{color:#e60012;text-decoration:none;}
.page_pro .slider .li .main_box .text{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:40px;}
@media only screen and (max-width: 992px) {
	.page_pro{padding:20px 0 0 0;margin:0;}
}
@media only screen and (max-width: 480px) {
	.page_pro .slider .li .bot_title{margin:10px;height:auto;max-height:48px;font-size:12px;}
	.page_pro .slider .li .main{display:none;}
}

.pro_send .origin_bottom{border-top:80px solid #fafafa;}

.video_l{list-style:none;}
.video_l li{margin-bottom:30px;text-align:center;}
.video_l li .image{display:block;overflow:hidden;position:relative;border-radius:50%;}
.video_l li .image img{max-width:100%;height:auto;transition:all .5s;border-radius:50%;}
.video_l li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.video_l li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.video_l li .image .icon{
	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;
	width:57px;
	height:57px;
	background:url(../images/icon_video.png) no-repeat center center;
	z-index:1;
	background-size:100%;
}
.video_l li .image .ovrly{position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:#000;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;transition:all .5s;}
.video_l li:hover .image .ovrly{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
.video_l li .title{display:block;margin-top:15px;color:#ffffff;font-size:18px;line-height:24px;overflow:hidden;height:48px;}
.video_l li:hover .title{color:#e60012;text-decoration:none;}
.video_l li .text{font-size:12px;color:#808080;line-height:20px;overflow:hidden;height:20px;}

@media only screen and (max-width: 992px) {
	.video_l li{width:50%;margin-bottom:20px;padding:0 10px;}
}
@media only screen and (max-width: 480px) {
	.video_l li .title{font-size:12px;font-family:'poppins_bold';}
	.video_l li .image .icon{width:36px;height:36px;}
}

.proj_list{list-style:none;}
.proj_list li{margin-bottom:20px;padding:0 10px;}
.proj_list li .image{display:block;overflow:hidden;}
.proj_list li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:10;}
.proj_list li .image img{max-width:100%;height:auto;transition:all .5s;}
.proj_list li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.proj_list li .image .icon{transition:all .5s ease;width:36px;height:36px;background:url(../images/icon_see.png) no-repeat center center;position:absolute;left:20px;top:20px;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transform:translate3d(-20px, -20px, 0);transform:translate3d(-20px, -20px, 0);will-change:transform;z-index:2;}
.proj_list li:hover .image .icon{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transform:none;transform:none;}
.proj_list li .title{font-size:16px;font-family:'poppins_bold';display:block;margin-top:15px;line-height:24px;overflow:hidden;height:48px;}
.proj_list li:hover .title{color:#e60012;}
.proj_list li .text{font-size:13px;color:#999;line-height:20px;height:20px;overflow:hidden;}

@media only screen and (max-width: 768px) {
	.proj_list li{text-align:center;padding:0 5px;}
	.proj_list li .title{font-size:14px;font-family:'poppins_bold';max-height:40px;line-height:20px;height:auto;margin-bottom:10px;}
}


.case_l{list-style:none;}
.case_l li{background:#fff;border-radius:10px;transition:all .5s;position:relative;overflow:hidden;text-align:center;}
.case_l li:hover{ transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08);}
.case_l li .image{position:relative;overflow:hidden;border-radius:10px;}
.case_l li .image > a{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:20;}
.case_l li .image img{max-width:100%;height:auto;transition:all .5s;width:100%;}
.case_l li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));}
.case_l li .image .ovrly{display:block;width:100%;height:100%;position:absolute;left:0;top:0;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;background:#e60012;transition:all .5s;}
.case_l li:hover .image .ovrly{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;}
.case_l li .image .icon{
	display:inline-block;
	position:absolute;
	left:50%;
	top:40%;
	-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;
	width:25px;
	height:24px;
	background:url(../images/icon_link.png) no-repeat center center;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:2;
}
.case_l li:hover .image .icon{top:50%;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.case_l li .title{display:block;margin-bottom:15px;margin-top:15px;color:#333333;font-size:16px;line-height:20px;overflow:hidden;height:40px;font-family:'poppins_medium';}
.case_l li:hover .title{color:#e60012;text-decoration:none;}
.case_l li .text{color:#808080;font-size:12px;line-height:20px;overflow:hidden;height:20px;margin-bottom:10px;}


.faq_l{list-style:none;}
.faq_l li{margin-bottom:10px;padding:20px 0;}
.faq_l li .title{border-bottom:1px solid #404040;padding-bottom:10px;font-size:18px;font-family:'poppins_bold';margin-bottom:10px;color:#fff;}
.faq_l li .title em{display:inline-block;text-transform:uppercase;font-size:20px;color:#fff;font-family:'baker';padding-right:10px;}
.faq_l li .main em{float:left;display:inline-block;text-transform:uppercase;font-size:20px;line-height:18px;color:#e60012;font-family:'baker';}
.faq_l li .text{font-size:14px;line-height:24px;max-width:90%;float:left;padding-left:10px;}

@media only screen and (max-width: 768px) {
	.faq_l li .title em,.faq_l li .main em{font-size:16px;}
	.faq_l li .title{font-size:16px;line-height:24px;}
	.faq_l li .text{font-size:12px;}
}