@charset "utf-8";
@font-face {
	font-family: "Poppins";
	src: url("../font/Poppins.woff2") format("woff2"), url("../font/Poppins.woff") format("woff"), url("../font/Poppins.ttf") format("truetype"), url("../font/Poppins.eot") format("embedded-opentype"), url("../font/Poppins.svg") format("svg");
}
@font-face {
	font-family: "Poppins_B";
	src: url("../font/Poppins_B.woff2") format("woff2"), url("../font/Poppins_B.woff") format("woff"), url("../font/Poppins_B.ttf") format("truetype"), url("../font/Poppins_B.eot") format("embedded-opentype"), url("../font/Poppins_B.svg") format("svg");
}/*nav*/
header .wrapper {
	display: none;
}
.wrapper .toggle {
	float: right;
	width: 46px;
	height: 46px;
	cursor: pointer;
	color: #212121;
	text-decoration: none;
	font-size: 14px;
	text-indent: -9999em;
	line-height: 24px;
	font-size: 1px;
	display: block;
	text-align: center;
	background: #367e62;
}
html.hc-yscroll {
	overflow-y: scroll
}
body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}
.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}
.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}
.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}
.hc-mobile-nav .nav-wrapper {
	idth: 100%
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.hc-mobile-nav li {
	position: relative;
	display: block
}
.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}
.hc-mobile-nav input[type="checkbox"] {
	display: none
}
.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}
.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}
.hc-mobile-nav a, .hc-mobile-nav a:hover {
	text-decoration: none
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}
.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}
.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}
.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}
.hc-mobile-nav.side-left {
	left: 0
}
.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-right {
	right: 0
}
.hc-mobile-nav.side-right .nav-container {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}
.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 20px;
	z-index: 9980;
	min-height: 24px
}
.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #367e62;
	transition: all .2s ease
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
	content: '';
	width: 100%
}
.hc-nav-trigger span::before {
	top: -10px
}
.hc-nav-trigger span::after {
	bottom: -10px
}
.hc-nav-trigger.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}
.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}
.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {
	background: rgba(0,0,0,0.3)
}
.hc-mobile-nav .nav-wrapper {
	background: #fafafa;
	z-index: 2;
}/*.hc-mobile-nav .nav-wrapper:before{content:'';width:100%;height:100%;display:block;background:#fafafa;filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;position:absolute;left:0;top:0;z-index:0;}*/
.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}
.hc-mobile-nav h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #333;
	font-family: 'Poppins_B';
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.hc-mobile-nav a {
	padding: 10px 10px;
	font-size: 14px;
	color: #333;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-family: 'Poppins';
}
.hc-mobile-nav:not(.touch-device) a:hover {
	background: #f2f2f2
}
.hc-mobile-nav li {
	text-align: left
}
.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
	background: rgba(0,0,0,0.05);
	background-size: 100%;
}
.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
	background: rgba(0,0,0,0.2)
}
.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}
.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {
	content: '';
	display: inline-block;
	background: #808080;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.hc-mobile-nav li.nav-close span::before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.hc-mobile-nav li.nav-close span::after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	transform-origin: center
}
.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
	box-shadow: none;
	background: transparent
}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a, .hc-mobile-nav.nav-levels-none .nav-container ul ul a {
	font-size: 14px
}
.hc-mobile-nav.nav-levels-expand .nav-container li, .hc-mobile-nav.nav-levels-none .nav-container li {
	transition: background .3s ease
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open, .hc-mobile-nav.nav-levels-none .nav-container li.level-open {
	background: rgba(0,0,0,0.5);
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
	border-bottom: 1px solid #367e62
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
	background: #367e62
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
	margin-top: 2px;
	transform: translate(-50%, -50%) rotate(45deg)
}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
	margin-top: -2px;
	transform: translate(-50%, -50%) rotate(225deg)
}
#main-nav {
	display: none
}
header {
	position: relative;
	padding: 50px 0 20px
}
header .git svg {
	width: 15px;
	height: 15px;
	fill: #fffce1;
	position: relative;
	top: 2px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px solid #4daabb;
	transition: border-color .15s ease-in-out
}
header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	min-height: 24px;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 24px;
	margin-right: 0;
	z-index: 55;
}
header .toggle span {
	width: 20px;
	top: 50%;
}
header .toggle span, header .toggle span::before, header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 2px;
	background: #fff;
	transition: all .1s ease;
	margin-left: -10px;
	border-radius: 50%;
}
header .toggle span::before, header .toggle span::after {
	content: '';
	width: 100%;
	border-radius: 5px;
}
header .toggle span::before {
	top: -5px
}
header .toggle span::after {
	bottom: -5px
}
header .toggle-open span::before {
	top: -8px
}
header .toggle-open span::after {
	bottom: -8px
}
header .toggle.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
header .toggle.toggle-open span::before {
	transform: translate3d(0, 8px, 0)
}
header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(8px, 0, 0)
}
header .toggle div {
	display: inline-block;
	margin-right: 15px
}
.hc-mobile-nav .nav-container {
	width: 280px
}

@media only screen and (max-width: 992px) {
header .wrapper {
	display: block;
}
}
header.small .mainmenu-area {
	padding-top: 0;
}/*reset*/
:focus {
	outline: 0;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
}
body, ul, img, p, input, dl, dd, tr, th, td {
	margin: 0;
	padding: 0;
}
input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	line-height: 0;
	display: taFble;
	content: "";
}
.clearfix:after {
	clear: both;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline-style: none;
	-moz-outline-style: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	font-size: 14px;
	font-family: 'Poppins', arial, sans-serif;
	color: #808080;
	background: #fff;
	overflow-x: hidden;
	line-height: 26px;
}
a {
	color: #808080;
	line-height: 26px;
}
.h4, p {
	margin: 0px;
}
a, img, a:hover {
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-o-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-ms-transition: 0.6s all;
}
.page ul {
	padding-left: 16px;
}
iframe {
	width: 100%;
	max-width: 100%;
}
.table-responsive ul li {
	list-style-position: inside !important;
}
.table-responsive td {
	padding-left: 8px
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
.cform-item__wrap {
	display: flex;
	align-items: center;
	font-size: 12px;
}
.cform-item__wrap input {
	width: 96px !important;
	padding: 0 5px !important;
}
.cform-item__wrap img {
	height: auto;
	display: inline-block;
	margin: 0 5px !important;
	max-width: 100px
}
#powerby, #powerby a {
	display: inline-block;
	color: #c9c9c9;
	font-size: 13px
}




/*cssmenu*/
.mainmenu-area{padding-top:0; float: left; z-index: 999999;}
.product-menu-title {background: #444 none repeat scroll 0 0;cursor: pointer;padding: 3px 16px;}
.find .product_vmegamenu>ul li a {padding: 12px 10px;}
.product_vmegamenu ul li a.hover-icon::after {content: "\f107";font-family: FontAwesome;font-size: 18px;position: absolute;right: 0;color: #808080;top: 14px;}
.product_vmegamenu>ul>li .vmegamenu {background: #fff none repeat scroll 0 0;border: 1px solid #eaeaea;box-shadow: 0 0 5px -1px #666666;left: 0;position: absolute;top: 82px;
width: 100%;opacity: 0;z-index: 999999;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;visibility: hidden;padding: 10px;}
.product_vmegamenu ul li:hover .vmegamenu {opacity: 1;top: 52px;visibility: visible;}
.product_vmegamenu ul li .vmegamenu span {float: left;padding: 15px;width: 20%;}
.product_vmegamenu ul li .vmegamenu span img {max-width: 100%;}
.product_vmegamenu ul li .vmegamenu span a.vgema-title {border-bottom: 1px solid #eaeaea;font-size: 14px;background: #ededed;padding: 10px;text-transform: capitalize;text-align: center;letter-spacing: normal;}
.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {background: #226cc5;color: #fff;}
.product_vmegamenu ul li .vmegamenu2 {width: 400px;}
.product_vmegamenu ul li .vmegamenu2 span {padding: 15px;width: 50%;}
.mainmenu{text-align:center;}
.mainmenu>nav>ul>li { display: inline-block; margin-left: 42px;}

@media only screen and (max-width:1500px){
.mainmenu>nav>ul>li{margin-left: 12px;}
}
.mainmenu>nav>ul>li:first-child{margin-left:0;}
.mainmenu>nav>ul>li>a{
display: inline-block;
color: #333;
font-size: 17px;
padding: 35px 0;
text-decoration: none;
line-height: 30px;
position: relative;
font-family: 'Poppins_B';
text-transform: capitalize;
}
.mainmenu>nav>ul>li>a:after {
position: absolute;
left: 0;
top: 70%;
content: '';
width: 0;
background: #367e62;
height: 2px;
transition: 0.8s all;
}
.mainmenu>nav>ul>li.active > a:after, .mainmenu>nav>ul>li:hover > a:after, .mainmenu>nav>ul>li.active > a:before, .mainmenu>nav>ul>li:hover > a:before {
width: 100%;
}



.mainmenu nav>ul>li:hover>a,.mainmenu nav>ul>li.active>a ,.mainmenu nav>ul>li#active>a{ color: #367e62;}
.mainmenu>nav>ul>li>ul{box-shadow: 0 15px 15px rgba(0,0,0,.09);left: auto;opacity: 0;position: absolute;top: auto;transform: scaleY(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: 99999999;padding: 5px;visibility: hidden;text-align: left;width: 220px;background: #fff;transition:.3s ease;}
.mainmenu ul li:hover > ul{	opacity:1;	visibility:visible;	transform:scaleY(1);}
.mainmenu ul li > ul li{display:block;background:none;position:relative;} 
.mainmenu ul li > ul li > a {color: #808080;padding:8px 15px;text-transform: capitalize;font-size:14px;font-style:normal;position:relative;z-index:1;overflow:hidden;display:block;background-repeat:no-repeat;background-position:90% center;}
.mainmenu ul li > ul li:hover > a{ color: #55b3d5;}
.mainmenu ul li > ul li.has-menu::after{content:"\f105";font-family:FontAwesome;font-size:14px;color:#333;position:absolute;right:20px;top:50%;line-height:20px;margin-top:-10px;}
.mainmenu>nav>ul>li ul.vmegamenu02{box-shadow: 0 5px 20px rgba(0,0,0,.05);left: 299px;opacity: 0;position: absolute;top: auto;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: 99999999;padding: 5px 0 10px 0;visibility: hidden;text-align: left;width: 240px;background: #fafafa;transition:.3s ease;margin-top:-45px;}
.mainmenu ul li:hover > ul.vmegamenu02{opacity:1;visibility:visible;transform:scaleX(1);}
.mainmenu ul li > ul.vmegamenu02 li > a{padding:10px;}
.mainmenu ul li > ul.vmegamenu02 li > a:after{background:#e5e5e5;left:10px;right:10px;}
.mainmenu>nav>ul>li.product_vmegamenu>ul{width:100%;right:0;padding:15px 0px;}
.mainmenu ul li.product_vmegamenu ul li.container{width: 100%;}
.mainmenu ul li.product_vmegamenu > ul li.nav_img{padding-left:20px;padding-right:5px;}
.mainmenu ul li.product_vmegamenu > ul li.nav_img a{padding:0;}
@media only screen and (max-width: 992px){
header .wrapper{ display: block;} }
header.small .mainmenu-area{padding-top:0;}
.nav_list{ padding: 10px !important; border-top: 1px solid #eee;}
.nav_list li{ float: left; width:14.28%; padding:10px; margin-bottom: 20px; transition: 0.5s all;}
.nav_list li:hover{ 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); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.nav_list li .level_1 { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px;}
.nav_list li .level_1 .image{ width: 100%; overflow: hidden; }
.nav_list li .title{font-family: "Poppins_B"; color: #333; font-size: 16px; display: block; line-height: 16px; height:32px; margin-top: 15px; overflow: hidden;}
.nav_list li .level_2 a{ font-size: 14px; line-height:26px; margin-bottom: 2px; display: block; position: relative; padding-left: 16px; color: #333;}
.nav_list li .level_2 a:after{ position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 30px; background: #aaa; content: ''; margin-top: -4px;}
.nav_list li .level_2 a:hover{ color: #367e62; text-decoration: underline;}
.nav_list li .level_2 a:hover:after{ background: #367e62;}
.nav_list li:nth-child(7n+1){ clear: both;}



/*Search*/
.search_box {
	float: left;
	width: 230px;
}
.search {
	line-height: 40px;
}
.search i {
	width: 40px;
	height: 40px;
	text-align: center;
	background: url(../images/icon.png) no-repeat center center;
	display: inline-block;
	border-radius: 0;
	background-position: -344px -448px, 0 0;
	float: right;
	line-height: 40px;
	border-radius: 50%;
}
.top-search {
	display: block;
	width: 100%;
}
.top-search em {
	font-size: 20px;
	text-align: center;
	color: #333;
	margin: 10px 0;
	text-transform: capitalize;
	display: none;
	font-family: "Poppins_B";
	font-style: normal;
	line-height: 40px;
}
.top-search .input-group-addon i {
	width: 40px;
	height: 40px;
	display: flex;
	position: absolute;
	right: 20px;
	top: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
	content: '';
	display: inline-block;
	background: #999;
	width: 36px;
	height: 2px;
	margin: 2px 0;
}
.top-search .input-group-addon i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.top-search .input-group-addon i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.top-search .form-control {
	box-shadow: none;
	border: none;
	background: #fff;
	color: #777;
	height: 42px;
	line-height: 40px;
	padding: 0 40px 0 0;
	text-align: left;
	font-size: 13px;
	color: #999;
	border-radius: 30px;
	padding-left: 15px;
	border: 1px solid #e5e5e5;
}
.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
}
.top-search input::-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.top-search input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.top-search input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.top-search input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
.top-search .input-group-addon.close-search {
	cursor: pointer;
}
.top-search .input-group {
	width: 100%;
}
.btn_search1 {
	background: #d9b24d url(../images/icon.png) no-repeat center center;
	top: 0px;
	position: absolute;
	right: 0;
	z-index: 3;
	width: 50px;
	height: 42px;
	background-position: -339px -442px, 0 0;
	border-radius: 50%;
}
.header_search {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.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;
	display: none;
}
.attr-nav {
	float: right;
	padding-top: 18px;
	display: none;
	display: none;
	padding-top: 0px;
	position: relative;
}
.attr-nav ul li {
	list-style: none;
}
.top_overly {
	z-index: 9999998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	display: none;
}
.search_box {
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.top-search .input-group {
	padding: 10px 20px;
	margin: 0 auto;
}
.top-search {
	display: none;
	width: 60%;
	position: absolute;
	left: 20%;
	z-index: 99999999;
	background: #f5f5f5;
	margin-top: 0px;
	top: 40px;
}
.top-search em, .top-search .input-group-addon.close-search {
	display: block;
}
.top-search .form-control {
	height: 50px;
	line-height: 50px;
	background: #fff;
}
.btn_search1 {
	height: 50px;
	width: 50px;
}
.attr-nav {
	display: block;
	padding-top: 28px;
	margin-left: 16px;
}

@media only screen and (max-width:992px) {
.attr-nav .search i {
	line-height: 56px;
}
.attr-nav .search {
	margin: 0;
}
.search i {
	width: 46px;
	height: 46px;
	border-radius: 0;
	background: #ccc url(../images/icon.png) no-repeat center center;
	background-position: -340px -445px;
}
.top-search em {
	font-size: 15px;
	line-height: 30px;
}
.top-search .input-group {
	padding: 10px 20px;
}
.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
	width: 24px;
}
.top-search {
	width: 90%;
	right: 5%;
}
}
.lang_web {
	padding: 10px !important;
	background: #eee;
}
.lang_web .h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	font-family: "Poppins_B";
}
.lang_web li {
	border: none;
	padding: 0;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.lang_web li img {
	border-radius: 50%;
	width: 16px;
	border-radius: 50%;
	float: left;
	margin-right: 4px;
}
.lang_web li a {
	font-weight: normal;
	font-family: "Poppins";
	line-height: 24px;
	padding: 0 !important;
	border: 0;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}/*index*/
.height {
	height: 100px;
}
.top_section {
	background: #f5f5f5;
	padding: 0px 150px;
}
.top_section #logo {
	float: left;
	margin-top: 15px;
	transition: 0.6s all;
	width: 280px;
}
.top_section .top_con {
	float: left;
	margin: 6px 0;
	transition: 0.5s all;
	line-height: 30px;
}
.top_section .top_con a {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 30px;
}
.top_section .top_con a:hover {
	color: #f0ba1b;
	text-decoration: underline;
}
.top_section .top_con .tel {
	float: left;
	background: url(../images/top_tel.png) no-repeat center left;
	padding-left: 34px;
}
.top_section .top_con .email {
	float: left;
	background: url(../images/top_email.png) no-repeat center left;
	padding-left: 34px;
	margin-left: 46px;
}
.top_section .top_r {
	float: right;
	transition: 0.5s all;
}
.top_section .top_sns {
	float: left;
	margin-top: 7px;
}
.top_section .top_sns a {
	display: inline-block;
	width: 26px;
	border-radius: 5px;
	overflow: hidden;
}
.top_section .top_language {
	float: left;
	margin-top: 6px;
}
.top_section .top_language a {
	float: left;
	margin-left: 16px;
	line-height: 30px;
}
.top_section .top_language a img {
	margin-right: 12px;
}
.nav_section {
	padding: 0px 150px;
}
.nav_section #logo {
	float: left;
	margin-top: 20px;
	width:200px;
}
.nav_section .logo_text a {
	float: left;
	margin-top: 36px;
	color: #333;
	font-family: "arial";
	font-size: 24px;
	margin-left: 15px;
}
.nav_section .nav_r {
	float: right;
}
.top_section .search_box {
	float: right;
	transition: 0.8s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
header {
	width: 100%;
	z-index: 9999998;
	padding: 0;
	position: fixed;
}
header.small {
	left: 0;
	top: 0;
	padding: 0;
	background: #fff;
	position: fixed;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
	font-size: 100%;
}

@media only screen and (min-width:992px) {

header.small .nav_section .logo_text a {
	font-size: 20px;
	margin-top: 20px;
}
header.small #cssmenu > ul > li > a {
	padding: 20px 0;
}
header.small .attr-nav {
	padding-top: 18px;
}
}

@media only screen and (max-width:1800px) {
.nav_section .logo_text a {
	display: none;
}
}

@media only screen and (max-width:1400px) {
.top_section, .nav_section {
	padding: 0px 30px;
}
}

@media only screen and (max-width:1200px) {
#cssmenu > ul > li > a {
	font-size: 15px;
}
#cssmenu > ul > li {
	margin-left: 26px;
}
.top_section .top_sns {
	display: none;
}
}

@media only screen and (max-width:992px) {
.top_section {
	width: 100%;
	padding: 0 15px;
}
.nav_section {
	padding: 0px;
}
.attr-nav .search {
	position: absolute;
	right: 46px;
	top: 0;
}
.attr-nav .search span {
	display: none;
}
.top_section .search_box {
	margin-top: 0px;
}
.top_section #logo {
	margin-top: 8px;
	margin-left: 15px;
	width: auto;
}
.top_section #logo img {
	max-height: 32px;
}
.top_section #logo {
	width: auto;
}
header.small {
	background: #fff;
	height: auto;
	box-shadow: none;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
	height: 46px;
}
.height {
	height: 46px;
}
.top_section .top_sns {
	display: none;
}
.nav_section #logo {
	margin-top: 4px;
	width: auto;
	margin-left: 15px;
}
.nav_section #logo img {
	height: 40px;
	width: auto;
}
.top_section .top_language a {
	font-size: 12px;
	margin-left: 8px;
}
}

@media only screen and (max-width:768px) {
.top_section .top_con {
	display: none;
}
.top_section .top_r {
	width: 100%;
}
.top_section .top_language {
	margin: 4px 0;
	width: 100%;
}
}
.more_line * {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.more_line {
	line-height: 42px;
	text-transform: capitalize;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-top: 5px;
	position: relative;
	padding-left: 10px;
	padding: 0px 20px;
	background: #367e62;
	border-radius: 5px;
	font-family: "Poppins_B";
}
.more_line i {
	font-size: 12px;
	color: #fff;
}
.more_line .line_l {
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	margin-top: 20px;
	float: left;
	width: 0px;
	position: relative;
	z-index: 2;
}
.more_line .line_text {
	float: left;
	margin: 0px 6px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.more_line .line_r {
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	margin-top: 20px;
	float: left;
	position: relative;
	z-index: 2;
}
.more_line i {
	float: left;
	line-height: 42px;
}
.more_line:hover {
	margin-left: 0px;
	background: #367e62;
}
.more_line:hover .line_l {
	width: 18px;
	background: #fff;
}
.more_line:hover .line_r {
	width: 0px;
	background: #fff;
}
.more_line:hover .line_text, .more_line:hover .more_line i {
	color: #fff;
}/* banner */
.in_Service {
	margin: 0;
	position: relative;
	z-index: 1;
}
.in_Service .banner_text {
	position: absolute;
	left: 50%;
	top: 50px;
	font-size: 50px;
	color: #333;
	line-height: 60px;
	width: 460px;
	z-index: 9999;
	text-align: center;
	left: 50%;
	margin-left: -230px;
	font-family: arial;
}
.in_Service_box {
	position: relative;
	z-index: 2;
}
.in_Service_box .tabs-list {
	width: 100%;
	left: 0%;
	top: 0px;
	position: absolute;
	z-index: 10;
	height: 100%;
}
.in_Service_box .tabs-list li {
	width: 33.33%;
	height: auto;
	position: relative;
	float: left;
	display: flex;
	list-style: none;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 0 30px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-out;
	text-align: center;
	box-shadow: none !important;
}
.in_Service_box .tabs-list li .a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.in_Service_box .tabs-list li:after {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 116px;
	background: rgba(255,255,255,0.5);
	content: '';
	margin-top: -58px;
}
.in_Service_box .round {
	position: relative;
}
.in_Service_box .round:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 240px;
	height: 240px;
	opacity: 0.6;
	margin-left: -120px;
	margin-top: -120px;
	transition: 1s all;
	z-index: 22;
	border-radius: 50%;
}
.in_Service_box .round1:after {
	background: #1e4e8f;
}
.in_Service_box .round2:after {
	background: #367e62;
}
.in_Service_box .round3:after {
	background: #d9b24d;
}
.in_Service_box .tabs-list li:hover .round:after {
	transform: scale(1.15);
	opacity: 0.95;
}
.in_Service_box .tabs-list li.active {
	box-shadow: none;
}
.in_Service_box .tabs-list li .line {
	display: inline-block;
	width: 41px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin: 16px 0;
	position: relative;
	z-index: 55;
}
.in_Service_box .tabs-list li span {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
}
.in_Service_box .tabs-list li .round .icon, .in_Service_box .tabs-list li .round span {
	position: relative;
	z-index: 666;
}
.in_Service_box .tab-content {
	display: block;
}
.in_Service_box .tab-content .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.in_Service_box .tab-content .bty {
	background: rgba(0,0,0,0.53);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}
.in_Service_box .tabs .accordion-handle {
	display: none;
}
.in_Service_box .accordion {
	display: none;
	margin: 0px 0 0 0;
	width: 50%;
	float: right;
}
.in_Service_box .accordion-handle {
	position: relative;
	margin-top: 10px;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
	background: #ff9607;
	display: none;
}
.in_Service_box .accordion-handle a {
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 20px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #fff;
}
.in_Service_box .accordion-handle.active {
	background-color: #fff;
	color: #ff9607;
}
.in_Service_box .accordion-content {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%
}
.in_Service_box .tab-content .img {
	display: block;
	overflow: hidden;
}
.my_more2 {
	background: #367e62;
	line-height: 48px;
	padding: 0px 22px;
	font-family: "Poppins_B";
	border: 2px solid #367e62;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	transition: 0.8s all;
	min-width: 160px;
}
.my_more2:before {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 23px;
	height: 3px;
	content: '';
	background: #367e62;
	transition: 0.5s all;
}
.my_more2:after {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 3px;
	height: 23px;
	content: '';
	background: #367e62;
	transition: 0.5s all;
}
.my_more2:hover:before {
	width: calc(100% + 10px);
}
.my_more2:hover:after {
	height: calc(100% + 10px);
}
.my_more3 {
	background: #367e62;
	line-height: 34px;
	padding: 0px 22px;
	font-family: "Poppins_B";
	border: 2px solid #367e62;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	transition: 0.8s all;
}
.my_more3:before {
	position: absolute;
	left: -6px;
	top: -6px;
	width: 15px;
	height: 2px;
	content: '';
	background: #367e62;
	transition: 0.5s all;
}
.my_more3:after {
	position: absolute;
	left: -6px;
	top: -6px;
	width: 2px;
	height: 15px;
	content: '';
	background: #367e62;
	transition: 0.5s all;
}
.my_more3:hover:before {
	width: calc(100% + 8px);
}
.my_more3:hover:after {
	height: calc(100% + 8px);
}

@media only screen and (max-width:1500px) {
.in_Service .banner_text {
	font-size: 30px;
	line-height: 30px;
}
}

@media only screen and (max-width:1500px) {
.in_Service .banner_text {
	display: none;
}
.in_Service_box .tabs-list li span {
	font-size: 18px;
	line-height: 24px;
}
.in_Service_box .tabs-list li .round .icon img {
	width: 50px;
}
.in_Service_box .round:after {
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
}
}

@media only screen and (max-width:768px) {
.in_Service_box .round:after {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}
.in_Service_box .tabs-list li span{font-size: 12px; line-height: 20px;}
.in_Service_box .tabs-list li .line{margin: 4px 0;}
.in_Service_box .tabs-list li:after{display: none;}
}

/* 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 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;
	text-align: center;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.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;
}
.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px 3px;
	width: 100%;
	z-index: 999;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0px 6px;
	padding: 0px;
	cursor: pointer;
	background: #cccccc;
	border-radius: 50%;
	z-index: 10;
	transition: 0.5s all;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #aaa;
	border-radius: 50%;
	padding: 0;
	transition: 0.5s all;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active {
	width: 24px;
	background: #367e62;
	border-radius: 10px;
}
.slick-dots li.slick-active:before {
	width: 50px;
	z-index: 333;
	opacity: 1;
	left: 0px;
}

@media only screen and (max-width:992px) {
.slick-dots {
	bottom: -30px;
}
}
.i_title {
	margin-bottom: 40px;
	position: relative;
	z-index: 555;
	text-align: left;
}
.i_title .title_h4 {
	color: #212121;
	font-size: 40px;
	position: relative;
	line-height: 40px;
	font-family: "arial";
	text-transform: uppercase;
	background: url(../images/title_ico.png) no-repeat left top;
	padding-top: 46px;
	padding-bottom: 15px;
}
.i_title .title_h4:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	content: '';
	width: 56px;
	height: 1px;
	background: #ddd;
	margin-left: -28px;
}
.i_title p {
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	max-width: 950px;
	margin-top: 15px;
	display: inline-block;
	max-height: 52px;
	overflow: hidden;
}
.title_c, .tc {
	text-align: center;
}
.title_c .title_h4 {
	background-position: center top;
}

@media only screen and (max-width:1200px) {
.i_title .title_h4 {
	font-size: 40px;
	line-height: 40px;
}
}

@media only screen and (max-width:992px) {
.i_title {
	margin-bottom: 20px;
}
.i_title .title_h4 {
	font-size: 26px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 10px;
	background: none;
	text-transform: capitalize;
}
.title_l {
	text-align: center;
}
.title_l .title_h4 {
	background-position: center bottom
}
.i_title p {
	margin-top: 0;
}
}/*cate_section*/
.cate_section {
	padding: 0px 150px;
}
.cate_numbers {
	color: #333;
	font-size: 28px;
	font-family: "arial";
	margin-bottom: 28px;
	line-height: 40px;
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
}
.cate_numbers i {
	font-style: normal;
	font-size: 40px;
	color: #367e62;
	display: inline-block;
	padding: 0px 5px;
}
.cate_numbers .num1 i {
	min-width: 72px;
}
.cate_numbers .num2 i {
	min-width: 112px;
}
.cate_numbers .num3 i {
	min-width: 66px;
}
.single {
	overflow: hidden;
}
.single * {
	transition: 0.5s all;
}
.single {
	position: relative;
}
.single img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single .single_overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3) 100%)
}
.single .single_overlay::before {
	content: '';
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 50%;
	background: rgba(54,126,98,0.8);
	right: -100%;
}
.single .single_overlay::after {
	content: '';
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	background: rgba(54,126,98,0.8);
	top: 0;
	height: 50%;
	width: 100%;
	left: -100%;
}
.single .single_overlay .icon {
	color: transparent;
	overflow: hidden;
	margin: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 2;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	opacity: 0;
	font-family: "Poppins_B";
	font-size: 50px;
	line-height: 60px;
}
.single .single_overlay .icon::before {
	content: '';
	background: #d9b24d;
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	left: 100%;
	top: 0;
	right: auto;
}
.single .single_overlay em {
	font-style: normal;
	font-size: 30px;
	color: #f5f5f5;
	font-size: 30px;
	text-transform: capitalize;
	display: block;
	font-family: "Poppins_B";
	position: relative;
	z-index: 999;
	opacity: 0;
}
.single .single_overlay .p {
	color: transparent;
	overflow: hidden;
	z-index: 2;
	display: block;
	left: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	margin-top: 30px;
	position: relative;
	z-index: 999;
}
.cate_section .li:hover .img img, .cate_section .li:focus .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.li:hover .single_overlay::before, .li:focus .single_overlay::before {
	right: 0;
	opacity: 1;
	width: 100%;
	height: 50%;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.li:hover .single_overlay::after, .li:focus .single_overlay::after {
	left: 0;
	opacity: 1;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.li:hover .single_overlay .p, .li:focus .single_overlay .p {
	color: #ffffff;
}
.li:hover .single_overlay em, .li:focus .single_overlay em {
	opacity: 1;
}
.li:hover .single_overlay .icon, .li:focus .single_overlay .icon {
	color: #ffffff;
	opacity: 1;
}
.li:hover .single_overlay .icon::before, .single:focus .single_overlay .icon::before {
	left: -100%;
}
.container2 {
	padding: 0px 150px;
}
.cate_section {
	background: #f9f9f9;
	padding: 80px 150px;
}
.cate_section .cate_main {
	margin: 0px -10px;
}
.cate_section .li {
	padding: 0px 10px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	float: left;
	width: 33.33%;
}
.cate_section .li .img img {
	width: 100%;
}
.cate_section .li .icon {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}
.cate_section .li1 .single {
	position: relative;
	padding: 131% 0 0 0;
	overflow: hidden;
}
.cate_section .li2 .single {
	position: relative;
	padding: 63% 0 0 0;
	overflow: hidden;
}
.cate_section .title {
	font-style: normal;
	font-size: 26px;
	color: #f5f5f5;
	text-transform: capitalize;
	display: block;
	font-family: "Poppins_B";
	position: absolute;
	z-index: 99999;
	left: 15px;
	bottom: 15px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.6s all;
}
.cate_section .title .i {
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	margin-right: 16px;
}
.cate_section .li:hover .title {
	opacity: 0;
}
.cate_section .li .a {
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: absolute;
	background: rgba(0,0,0,0.2);
}
.cate_section .li:hover .a {
	background: rgba(0,0,0,0);
}
@keyframes more_i {
0% {
transform: translateX(-3px);
}
50% {
transform: translateX(3px);
}
100% {
transform: translateX(-3px);
}
}
.my_more1 {
	display: inline-block;
	padding: 0 42px;
	line-height: 54px;
	border-radius: 30px;
	background: #367e62;
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	padding-right: 50px;
}
.my_more1:before {
	content: ' ';
	position: absolute;
	background: rgba(255,255,255,0.3);
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.my_more1:hover:before {
	width: 100%;
}
.my_more1:after {
	position: absolute;
	right: 10px;
	top: 0px;
	width: 40px;
	height: 100%;
	display: inline-block;
	content: '';
	background: url(../images/ico_jt.png) no-repeat center center;
	opacity: 1;
}
.my_more1:hover:after {
	animation: more_i 1.5s infinite;
	opacity: 1;
}
.n_main .my_more1 {
	line-height: 40px;
	padding-left: 26px;
	font-size: 14px;
}

@media only screen and (max-width:992px) {
.my_more1 {
	line-height: 40px;
	padding-left: 24px;
	font-size: 16px;
}
}

@media only screen and (max-width:1400px) {
.cate_section {
	padding: 40px 30px;
}
}

@media only screen and (max-width:1200px) {
.cate_section .title {
	font-size: 20px;
}
.cate_numbers {
	font-size: 16px;
	line-height: 30px;
}
.cate_numbers i {
	font-size: 30px;
}
}

@media only screen and (max-width:768px) {
.cate_section .title .i {
	display: none;
}
.cate_section .title {
	font-size: 16px;
}
.cate_numbers {
	margin-top: 20px;
}
.cate_numbers i {
	font-size: 20px;
}
.cate_section .li {
	padding: 0 5px;
	margin-bottom: 10px;
}
.cate_section .title {
	left: 10px;
	bottom: 10px;
}
}

@media only screen and (max-width:540px) {
.cate_section .li {
	width: 100%;
}
}/*map_section*/
.map_section {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.map_mark {
	position: relative;
	z-index: 8888888;
}
.map_mark .code {
	position: absolute;
	left: 50%;
	bottom: 80px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	margin-left: -96px;
	transform: scaleX(0);
	-webkit-transition: all var(--transition-time, 300ms);
	-o-transition: all var(--transition-time, 300ms);
	transition: all var(--transition-time, 300ms);
	z-index: 9999;
}
.map_mark .code:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	content: "\f0d7";
	font-family: FontAwesome;
	color: #367e62;
	font-size: 24px;
	margin-left: -8px;
}
.map_mark:hover .code {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	bottom: 30px;
	visibility: visible;
	transform: scaleX(1);
}
.map_mark .code>div {
	background: #fff;
	border-radius: 5px;
	text-align: center;
	width: 194px;
	border: 2px solid #367e62;
	overflow: hidden;
}
.map_mark.code>div img {
	width: 100%;
}
.map_section .map_mark:nth-child(3n+1) {
	animation-delay: 0s;
}
.map_section .map_mark:nth-child(3n+2) {
	animation-delay: 0.3s;
}
.map_section .map_mark:nth-child(3n+3) {
	animation-delay: 0.6s;
}
.map_section .map_main {
	position: relative;
	display: inline-block;
}
.map_mark {
	text-align: center;
	display: inline-block;
	position: absolute;
	z-index: 450;
}
.map_mark:hover {
	z-index: 99999;
}
.map_mark a {
	position: relative;
}
.map_mark span {
	display: block;
	position: absolute;
	top: 20px;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	text-transform: capitalize;
	font-family: 'Poppins_B';
	left: 10px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
}
.map_mark:hover span {
	color: #367e62;
	text-decoration: underline;
}
.map_ico {
	position: relative;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #d9b24d;
	display: inline-block;
	font-style: normal;
	z-index: 555;
	box-shadow: 2px 2px 10px #d9b24d;
}
@keyframes warn {
0% {
transform: scale(0);
opacity: 0.25;
}
25% {
transform: scale(0);
opacity: 0.5;
}
50% {
transform: scale(0.33);
opacity: 0.7;
}
75% {
transform: scale(0.66);
opacity: 0.8;
}
100% {
transform: scale(1);
opacity: 0.0;
}
}
@-webkit-keyframes "warn" {
0% {
-webkit-transform: scale(0);
opacity: 0.25;
}
25% {
-webkit-transform: scale(0);
opacity: 0.5;
}
50% {
-webkit-transform: scale(0.33);
opacity: 0.7;
}
75% {
-webkit-transform: scale(0.66);
opacity: 0.8;
}
100% {
-webkit-transform: scale(1);
opacity: 0.0;
}
}
.map_section .map_ico:before {
	background: rgba(217,178,77,0.7);
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 666;
	opacity: 0;
}
.map_section .map_mark:hover .map_ico:before {
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.map_section .map_mark:nth-child(n+12) .map_ico {
	background: #367e62;
	box-shadow: 2px 2px 10px #367e62;
}
.map_section .map_mark:nth-child(n+12) .map_ico:before {
	background: rgba(54,126,48,0.5);
}
.map_main .li1 {
	position: absolute;
	left: 30.2%;
	top: 23.4%;
}
.map_main .li1 .map_ico {
	width: 22px;
	height: 22px;
}
.map_main .li2 {
	position: absolute;
	left: 72.8%;
	top: 25.2%;
}
.map_main .li2 .map_ico {
	width: 22px;
	height: 22px;
}
.map_main .li3 {
	position: absolute;
	left: 25.5%;
	top: 52.8%;
}
.map_main .li4 {
	position: absolute;
	left: 3.4%;
	top: 40.1%;
}
.map_main .li4 .map_ico {
	width: 10px;
	height: 10px;
}
.map_main .li5 {
	position: absolute;
	left: 8.2%;
	top: 40.1%;
}
.map_main .li5 .map_ico {
	width: 10px;
	height: 10px;
}
.map_main .li6 {
	position: absolute;
	left: 12.8%;
	top: 65%;
}
.map_main .li7 {
	position: absolute;
	left: 37.5%;
	top: 56.5%;
}
.map_main .li7 .map_ico {
	width: 10px;
	height: 10px;
}
.map_main .li8 {
	position: absolute;
	left: 18.6%;
	top: 51.7%;
}
.map_main .li8 .map_ico {
	width: 8px;
	height: 8px;
}
.map_main .li9 {
	position: absolute;
	left: 86%;
	top: 61%;
}
.map_main .li10 {
	position: absolute;
	left: 86.3%;
	top: 87%;
}
.map_main .li11 {
	position: absolute;
	left: 7.1%;
	top: 32.5%;
}
.map_main .li12 {
	position: absolute;
	left: 74.8%;
	top: 41%;
}
.map_main .li12 .map_ico {
	width: 22px;
	height: 22px;
}
.map_main .li13 {
	position: absolute;
	left: 21.3%;
	top: 40%;
}
.map_main .li14 {
	position: absolute;
	left: 5.1%;
	top: 48.7%;
}
.map_main .li15 {
	position: absolute;
	left: 16.1%;
	top: 53.6%;
}
.map_main .li16 {
	position: absolute;
	left: 6.1%;
	top: 60.5%;
}
.map_main .li17 {
	position: absolute;
	left: 14.7%;
	top: 64.6%;
}
.map_main .li17 span {
	top: -16px;
}
.map_main .li18 {
	position: absolute;
	left: 10.9%;
	top: 83.7%;
}
.map_main .li19 {
	position: absolute;
	left: 19.5%;
	top: 51.4%;
}
.map_main .li19 .map_ico {
	width: 8px;
	height: 8px;
}
.map_main .li20 {
	position: absolute;
	left: 29%;
	top: 51.7%;
}
.map_main .li20 .map_ico {
	width: 10px;
	height: 10px;
}
.map_main .li21 {
	position: absolute;
	left: 34%;
	top: 57%;
}
.map_main .li21 span {
	top: -16px;
}
.map_main .li22 {
	position: absolute;
	left: 32.4%;
	top: 62.8%;
}
.map_main .li23 {
	position: absolute;
	left: 40.4%;
	top: 78.8%;
}
.map_main .li23 .map_ico {
	width: 22px;
	height: 22px;
}
.map_main .li24 {
	position: absolute;
	left: 75.5%;
	top: 51%;
}
.map_main .li25 {
	position: absolute;
	left: 81.8%;
	top: 60.3%;
}
.map_main .li25 .map_ico {
	width: 10px;
	height: 10px;
}
.map_main .li26 {
	position: absolute;
	left: 89.4%;
	top: 72%;
}
.map_main .li26 .map_ico {
	width: 22px;
	height: 22px;
}
.map_main .li27 {
	position: absolute;
	left: 84.6%;
	top: 81.5%;
}
.map_main .li27 .map_ico {
	width: 10px;
	height: 10px;
}

.map_section .map_mark:nth-child(n+28) .map_ico{ background: #367e62;box-shadow: 2px 2px 10px #367e62;}
.map_section .map_mark:nth-child(n+28) .map_ico:before{background:rgba(54,126,48,0.5);}
.map_section .map_mark:nth-child(n+34) .map_ico{ background: #d9b24d; box-shadow: 2px 2px 10px #d9b24d;}
.map_section .map_mark:nth-child(n+34) .map_ico:before{background: rgba(217,178,77,0.7);}

.map_main .li8 span{left: -22px; top: 0;}
.map_main .li17 span{left:34px; top: 0;}
.map_main .li19 span{left: 26px; top: 0;}
.map_main .li28{ position:absolute; left:11%; top:23.6%;}
.map_main .li29{ position:absolute; left:13.5%; top:42%;}
.map_main .li30{ position:absolute; left:18.5%; top:45%;}
.map_main .li30 span{left:30px; top: 0;}
.map_main .li31{ position:absolute; left:17.2%; top:48.3%;}
.map_main .li31 .map_ico{ width:10px; height: 10px;}
.map_main .li31 span{left: -28px; top: 0;}
.map_main .li32{ position:absolute; left:15%; top:60%;}
.map_main .li32 span{left: -28px; top: 0;}
.map_main .li33{ position:absolute; left:32%; top:56%;}
.map_main .li33 .map_ico{ width:8px; height: 8px;}
.map_main .li33 span{left: -5px;}
.map_main .li34{ position:absolute; left:23%; top:33%;}
.map_main .li34 .map_ico{ width: 22px; height: 22px;}
.map_main .li35{ position:absolute; left:10.2%; top:41.6%;}
.map_main .li35 .map_ico{ width: 10px; height: 10px;}
.map_main .li35 span{top:-20px;}
.map_main .li36{ position:absolute; left:12%; top:49%;}
.map_main .li37{ position:absolute; left:23%; top:48.5%;}
.map_main .li37 span{left:45px; top: 0;}
.map_main .li38{ position:absolute; left:19.7%; top:53.7%;}
.map_main .li38 span{left:34px; top: 0;}
.map_main .li38 .map_ico{ width:8px; height: 8px;}
.map_main .li39{ position:absolute; left:30.4%; top:52.2%;}
.map_main .li39 span{left:48px; top: 0;}
.map_main .li40{ position:absolute; left:53.4%; top:75.9%;}
.map_main .li40 .map_ico{ width:8px; height: 8px;}

@media only screen and (max-width:992px) {
.map_section {
	display: none;
}
}/*hot_section*/
.hot_section {
	padding-bottom: 55px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 130px;
}
.hot_section:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 280px;
	content: '';
	background: #f7f7f7;
	z-index: -1;
}
.hot_section .main {
	overflow: hidden;
	margin-top: 50px;
}
.hot_section .slick-list {
	overflow: inherit;
}
.hot_section .li {
	margin: 0px 60px;
}
.hot_section .slider {
	padding: 0px 30%;
}
.hot_section .slider .li {
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
}
.hot_section .slider .li .text {
	position: absolute;
	left: 0px;
	bottom: -100px;
	height: 150px;
	background: #f7f7f7;
	width: 70%;
	text-align: left;
	padding-top: 30px;
	padding-right: 40px;
	opacity: 0;
	transition: 0.6s all;
}
.hot_section .slider .li .text .icon {
	width: 72px;
	height: 72px;
	background: #367e62 url(../images/pro_ico.png) no-repeat center center;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	right: -20px;
	top: -20px;
}
.hot_section .slider .li .text .title {
	font-size: 24px;
	color: #212121;
	font-family: "arial";
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 18px;
}
.hot_section .slider .li p {
	font-size: 14px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	color: #808080;
}
.hot_section .slider .li:hover img {
	transform: scale(1.1);
}
.hot_section .slider .li .img {
	display: block;
	position: relative;
	overflow: hidden;
}
.hot_section .slider .li .img img {
	width: 100%;
}
.hot_section .slider .slick-center .li .text {
	opacity: 1;
	bottom: 0px;
}
.hot_section .slider .slick-center .li .icon {
	opacity: 1;
}
.hot_section .slick-prev {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 29%;
	top: 50%;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: url(../images/pro_l.png) no-repeat center center;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
.hot_section .slick-next {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 29%;
	top: 50%;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: url(../images/pro_r.png) no-repeat center center;
	border-radius: 50%;
	border: none;
	opacity: 1;
}

@media only screen and (max-width:1440px) {
.hot_section {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
}
.hot_section .slider {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
}
.hot_section .slider {
	overflow: hidden;
}
.hot_section .slick-prev {
	left: 5px;
}
.hot_section .slick-next {
	right: 5px;
}
}

@media only screen and (max-width:992px) {
.hot_section {
	padding: 40px 0;
}
.hot_section .slider .li .icon {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}
.hot_section .slider .li .text{width: 100%; background: rgba(0,0,0,0.6); height: auto; padding: 6px 10px;}
.hot_section .slider .li .text .title{ font-size: 12px; margin-bottom: 0px; color: #fff;}
.hot_section .slider .li .text .icon{display: none;}
.hot_section .slider .li p{display: none;}
}

/*footer_top*/
.email_r {
	max-width: 585px;
	width: 50%;
	float: right;
	text-align: left;
}
.email_r .title {
	font-family: "Poppins_B";
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.footer_logo {
	display: inline-block;
	margin-bottom: 20px;
}
.footer_email {
	position: relative;
	width: 100%;
	z-index: 555;
}
.footer_email .title_h4 {
	display: none;
}
.footer_email .email {
	width: 100%;
	position: relative;
	float: right;
	margin-top: 10px;
}
.footer_email .email_main {
	height: 50px;
	color: #999;
	float: left;
	line-height: 48px;
	font-size: 14px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	background: #fff;
	border: none;
	padding-left: 12px;
	padding-right: 70px;
	padding-left: 15px;
	border-radius: 5px;
}
.footer_email .email_main:focus {
	color: #333;
}
.footer_email .email_btn {
	width: 72px;
	height: 50px;
	background: #367e62 url(../images/send_ico.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media only screen and (max-width:992px) {
.footer_email .h4 {
	font-size: 30px;
}
.footer_email {
	padding: 30px 0;
}
.footer_email .h4 {
	font-size: 20px;
}
.footer_email .email {
	width: 100%;
}
}

@media only screen and (max-width:1200px) {
.footer_email .h4 {
	font-size: 15px;
	margin-bottom: 20px;
}
}
.footer_con {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.footer_con .con_l {
	float: left;
	width: 33.33%;
	padding-right: 10%;
}
.footer_con .con_l .title {
	color: #fff;
	font-size: 40px;
	font-family: 'arial';
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer_con .con_l p {
	font-size: 14px;
	line-height: 30px;
	color: #9d9d9d;
}
.footer_con .con_r {
	float: left;
	width: 66.66%;
}
.footer_con .con_r ul li {
	float: left;
	width: 33.33%;
}
.footer_con .con_r ul li .icon {
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 5px 30px 30px 30px;
	background: #367e62;
	margin-bottom: 26px;
}
.footer_con .con_r ul li p, .footer_con .con_r ul li p a {
	color: #cccccc;
	font-size: 16px;
}/*footer*/
#footer {
	color: #9d9d9d;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 55px;
}
#footer ul li {
	list-style: none;
}
#footer .modules a {
	color: #9d9d9d;
	font-size: 13px;
}
#footer .modules a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer section {
	position: relative;
	z-index: 555;
}
#footer .footer_tags ul li a, #footer .footer_follow ul li a {
	line-height: 20px;
	display: inline-block;
	position: relative;
	padding-left: 0px;
	text-transform: capitalize;
}
#footer .footer_email {
	float: left;
	width: 27%;
	padding-right: 6%;
}
#footer .footer_follow {
	float: left;
	width: 15%;
	padding-right: 4%;
}
#footer .footer_tags {
	float: left;
	width: 22%;
	padding-right: 4%;
}
#footer .footer_pro {
	float: left;
	width: 19%;
	padding-right: 4%;
}
#footer .footer_news {
	float: left;
	width: 17%;
}
#footer .footer_news .li {
	margin: 0px 6px;
}
#footer .footer_news .li .img {
	position: relative;
}
#footer .footer_news .toggle_content {
	overflow: inherit !important;
}
#footer .footer_news .li .img .date {
	position: absolute;
	background: #367e62 url(../images/date_ico.png) no-repeat 10px center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 45px;
	line-height: 30px;
	color: #fff;
	padding-right: 15px;
	padding-top: 4px;
	font-size: 13px;
}
#footer .footer_news .li .title {
	display: block;
	overflow: hidden;
	color: #9d9d9d;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-align: left;
	margin-top: 15px;
}
#footer .footer_news .slick-prev {
	width: 16px;
	height: 20px;
	position: absolute;
	right: 30px;
	top: -40px;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: url(../images/news_l.png) no-repeat center center;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
#footer .footer_news .slick-next {
	width: 16px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -40px;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: url(../images/news_r.png) no-repeat center center;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
#footer .footer_tags ul li a, #footer .footer_follow ul li a, #footer .footer_pro ul li a {
	line-height: 20px;
	padding: 7px 0;
	display: inline-block;
	position: relative;
}
#footer .footer_sns {
	float: left;
	margin-right: 40px;
	margin-top: 20px;
}
#footer .footer_sns a {
	display: inline-block;
	margin: 0px 1px;
	width: 26px;
	height: 26px;
	overflow: hidden;
}
.footer_bottom {
	font-size: 13px;
	line-height: 22px;
	padding: 30px 0 20px;
	position: relative;
	text-align: left;
	color: #999;
	background: #333333;
	padding-left: 150px;
	padding-right: 150px;
}
.footer_bottom .cop {
	display: inline-block;
}
.footer_bottom a {
	margin: 0px 8px;
	line-height: 22px;
	color: #999;
}
.footer_bottom a {
	font-size: 13px;
}
.footer_bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_bottom .ipv6 {
	display: inline-block;
	margin-left: 5px;
}
.footer_bottom .ipv6 img {
	margin-right: 6px;
}
.footer_bottom .links {
	display: inline-block;
	margin-left: 15px;
}
.footer_bottom #powerby {
	float: right;
}
#footer .cop span {
	color: #fff;
}
#footer .cop a:hover {
	color: #fff;
	text-decoration: underline;
}
*:focus {
	outline: none;
}
#footer .title_h4 {
	font-size: 20px;
	color: #fff;
	font-family: "arial";
	text-transform: capitalize;
	margin-bottom: 20px;
	position: relative;
}

@media only screen and (max-width: 992px) {
#footer .title_h4 {
	position: relative;
	margin-top: 0;
	background: none;
	font-size: 18px;
	padding-bottom: 0px;
	padding: 6px 10px;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.1);
	text-transform: capitalize;
}
#footer .title_h4:after {
	display: block;
	content: "\f078";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 14px;
	top: 6px;
	color: #fff;
}
#footer .title_h4.active:after {
	content: "\f077";
}
}

@media only screen and (max-width:1400px) {
#footer {
	padding: 30px;
	padding-top: 50px;
}
}

@media only screen and (max-width:1200px) {
#footer .footer_logo {
	width: 100%;
}
#footer .modules a, #footer {
	font-size: 13px;
}
#footer .title_h4 {
	font-size: 16px;
}
.footer_con .con_l {
	display: none;
}
.footer_con .con_r {
	width: 100%;
}
.footer_con {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer_con .con_r ul li p, .footer_con .con_r ul li p a {
	font-size: 14px;
}
}

@media only screen and (max-width:992px) {
.footer_con .con_r ul li {
	width: 100%;
}
.footer_con .con_r ul li .icon {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
.footer_con .con_r ul li p, .footer_con .con_r ul li p a {
	font-size: 12px;
}
}

@media only screen and (max-width:992px) {
.footer_email {
	text-align: center;
	padding: 0;
	border-bottom: none;
}
.footer_email:after, .footer_email:before {
	display: none;
}
#footer .footer_logo {
	display: none;
}
#footer .footer_con .title_h4 {
	display: block;
}
#footer {
	padding-top: 25px;
}
#footer .footer_news {
	display: none;
}
#footer .footer_logo {
	margin-bottom: 10px;
}
#footer .footer_logo img {
	max-width: 160px;
}
#footer .footer_con .title_h4 {
	display: block;
}
#footer .footer_follow {
	float: left;
	width: 100%;
	padding-right: 0;
}
.footer_con .con_r ul li .icon {
	margin-bottom: 10px;
}
#footer .footer_con {
	float: left;
	width: 100%;
	padding-right: 0;
	padding-bottom: 0px;
	margin-bottom: 30px;
	border-bottom: none;
}
#footer .footer_tags {
	float: left;
	width: 100%;
	padding-right: 0;
}
#footer .footer_pro {
	width: 100%;
	padding-right: 0;
}
#footer .footer_sns {
	margin-top: 0;
}
#footer .footer_sns {
	width: 100%;
}
.footer_email .email_main, .footer_email .email_btn {
	line-height: 46px;
	height: 46px;
}
.footer_email .email_btn {
	font-size: 14px;
	top: 0px;
	right: 0px;
}
.footer_bottom {
	border-top: none;
	margin-top: 0px;
	padding: 10px 0;
	text-align: center;
}
.footer_bottom .footer_nav {
	width: 100%;
	text-align: center;
}
.footer_bottom .footer_link {
	width: 100%;
}
.footer_bottom .footer_link .link_coad {
	float: none;
	border: none;
	margin: 0;
	display: inline-block;
}
#footer .footer_nav a {
	font-size: 14px;
	margin: 0px 4px;
}
}/*back-top*/
.back_top {
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	right: 28px;
	bottom: 20px;
	z-index: 99999999;
	display: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.back_top:before {
	content: "\f106";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 40px;
	background: rgba(28,28,28,0.5);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
}
.back_top:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
}
.back_top:hover:before {
	animation: scroll_up_anim 1.5s infinite;
	background: #367e62;
}
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px);
}
50% {
transform: translateY(3px);
}
100% {
transform: translateY(-3px);
}
}
.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: 16px;
	bottom: 60px;
}
}/*bottom_ser*/
@keyframes scaleToggleOne {
0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo {
0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree {
0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
#online_qq_layer .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.livechat-girl {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 26px;
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
	box-shadow: 0 5px 10px 0 rgba(35,50,56,.3);
	z-index: 700;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.217, 178, .77, 1);
	transition: all 1s cubic-bezier(.217, 178, .77, 1)
}
.livechat-girl:focus {
	outline: 0
}
.livechat-girl.animated {
	opacity: 1;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px)
}
.livechat-girl:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 50
}
.livechat-girl .girl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 50;
	background: #d9b24d;
	border-radius: 50%;
}
.livechat-girl .animated-circles .circle {
	background: rgba(217,178,77,.25);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1)
}
.livechat-girl .animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne cubic-bezier(.217, .178, .77, .94) forwards
}
.livechat-girl .animated-circles.animated .c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.217, .178, .77, .94) forwards
}
.livechat-girl .animated-circles.animated .c-3 {
	animation: 3s scaleToggleThree cubic-bezier(.217, .178, .77, .94) forwards
}
.livechat-girl.animation-stopped .circle {
	opacity: 0!important
}
.livechat-girl.animation-stopped .circle {
	opacity: 0!important
}
.livechat-girl .livechat-hint {
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.54, 126, .98, 1);
	transition: all .3s cubic-bezier(.54, 126, .98, 1);
	opacity: 0;
}
.livechat-girl .livechat-hint.show_hint {
	opacity: 1;
	z-index: 333;
}
.livechat-girl .livechat-hint.hide_hint {
	opacity: 0;
	z-index: -1;
}
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis
}
.rd-notice-tooltip {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.25;
	position: absolute;
	z-index: 65;
	max-width: 350px;
	opacity: 1
}
.rd-notice-tooltip:after {
	position: absolute;
	display: block;
	content: '';
	height: 20px;
	width: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 50
}
.rd-notice-tooltip .rd-notice-content {
	background: 0;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 60;
	padding: 20px;
	line-height: 1.45
}
.rd-notice-type-success {
	background-color: #d9b24d;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2)
}
.rd-notice-type-success .rd-notice-content {
	background: linear-gradient( to right top, #d9b24d, #d9b24d);
	color: #fff;
	font-size: 12px;
	position: relative;
}
.rd-notice-type-success .rd-notice-content:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.03) 1%, rgba(255,255,255,.6) 30%, rgba(255,255,255,.85) 50%, rgba(255,255,255,.85) 70%, rgba(255,255,255,.85) 71%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}
.rd-notice-type-success:after {
	background-color: #d9b24d;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,113,181,.2);
	box-shadow: 0 5px 10px 0 rgba(0,113,181,.2);
}
.rd-notice-position-left {
	margin-left: -16px
}
.rd-notice-position-left:after {
	right: -3px;
	top: 50%;
	margin-top: -10px
}
.rd-notice-tooltip.single-line .rd-notice-content {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 12px;
	font-family: 'Poppins_B';
	text-transform: capitalize;
}

@media only screen and (max-width:768px) {
.livechat-girl {
	display: none;
}
}
#online_qq_layer {
	z-index: 99999999;
	position: fixed;
	right: 20px;
	bottom: 80px;
	overflow: hidden;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,.2);
	font-size: 13px;
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	overflow: hidden;
	padding: 0px 36px;
	float: right;
	line-height: 46px;
	padding-left: 50px;
	position: relative;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	font-family: "poppins_s";
}
#online_qq_tab #floatShow i {
	height: 50px;
	width: 50px;
	background: url(../images/online.png) no-repeat 10px center;
	position: absolute;
	left: 5px;
	top: 0;
	display: inline-block;
}
#online_qq_tab #floatShow:hover {
	margin-right: 0;
}
#online_qq_tab #floatHide {
	overflow: hidden;
	width: 40px;
	height: 40px;
	font-size: 13px;
	float: right;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}
#online_qq_tab #floatHide i {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 2px;
	margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
	text-decoration: none;
}
#onlineService {
	display: inline;
	width: 400px;
	overflow: hidden;
	display: none;
	background: #f9fafa;
	font-size: 12px;
	border-top: none;
}
#online_qq_layer .inquiry .main_more {
	border-width: 1px;
	margin-top: 0;
}
#online_qq_layer .inquiry .main_more input {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 40px;
	background: #367e62;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	transition: 0.5s all;
	border-radius: 0;
	font-family: "Poppins_B";
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}
#online_qq_layer .inquiry .main_more:hover input {
	background: #367e62;
}
#onlineService .title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	font-style: normal;
	font-family: "Poppins_B";
	color: #fff;
	margin-bottom: 10px;
	background: url(../images/nav_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 15px 20px 48px;
}
#onlineService .title b {
	color: #fff;
	font-family: "Poppins_B";
}
#onlineService .text {
	margin-bottom: 10px;
	color: #777;
	line-height: 20px;
	background: #f9fafa;
	margin: 0px 5%;
	margin-top: -50px;
	padding: 15px 10px;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	width: 90%;
}
.i_message_inquiry .inquiry {
	width: 90%;
	margin: 20px 5%;
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	padding-top: 15px;
}
.i_message_inquiry .inquiry .form-control {
	border: 1px solid #e5e5e5;
	background: none;
	line-height: 46px;
	height: 46px;
	color: #333;
	font-size: 12px;
	width: 100%;
	box-shadow: none;
	padding-right: 30px;
	background-position: 95% 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-radius: 0;
	border: 1px solid #d3dbe0;
	border-radius: 5px;
}
.i_message_inquiry .inquiry textarea.form-control {
	border-radius: 0;
}
.i_message_inquiry .inquiry .input-group {
	height: 32px;
	margin-bottom: 6px;
	border: none;
	float: left;
	width: 100%;
	background: #fff;
}
.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e:before {
	background-position: -40px -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before {
	background-position: 0 -227px;
}
.i_message_inquiry .inquiry .input-group span.ms_m:before {
	background-position: -82px -227px;
}
.i_message_inquiry ::-webkit-scrollbar {
width: 7px;
height: 7px;
background-color: #F5F5F5;
}
.i_message_inquiry ::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.i_message_inquiry ::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
background-color: #999;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	line-height: 20px;
	font-size: 12px;
	height: 100px;
	padding-left: 10px;
	width: 100%;
	color: #777;
	margin-bottom: 0;
	transition: 0.6s all;
	max-width: 100%;
	max-height: 100px;
	border-radius: 0;
	max-width: 100%;
	min-width: 100%;
	border: 1px solid #d3dbe0;
	border-radius: 5px;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control:focus, .i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	border-color: #367e62;
}

@media only screen and (max-width: 768px) {
#online_qq_tab #floatHide {
	left: auto;
	right: 6px;
}
#online_qq_layer {
	overflow: visible;
}
#online_qq_tab #floatHide {
	width: 40px;
	height: 40px;
	background: none;
	top: 10px;
	border-radius: 0;
	top: 14px;
}
#online_qq_tab #floatHide i {
	margin-top: 0;
	margin-right: 0;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
	background: #fff;
}
}/*fixed-contact*/
.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 0;
	top: 40%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}
.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fixed-contact.active {
	width: 260px;
}
.fixed-contact li {
	position: relative;
	height: 50px;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
	background: #367e62;
	background-size: cover;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.fixed-contact.active li a {
	opacity: 1;
}
.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}
.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon.png);
}
.fixed-contact.active li:last-child:after {
	display: none;
}
.fixed-contact li:hover i, .fixed-contact li:hover a {
	color: #fff;
}
.fixed-contact .online_p i {
	background-position: 0 -262px;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}
.fixed-contact .online_e i {
	background-position: -50px -262px;
}
.fixed-contact .online_w i {
	background-position: -150px -262px;
}
.fixed-contact .online_s i {
	background-position: -100px -262px;
}
.fixed-contact .online_f i {
	background-position: -250px -262px;
}
.fixed-contact .online_i i {
	background-position: -300px -262px;
}
.fixed-contact .online_code i {
	background-position: -200px -262px;
}
.fixed-contact li a {
	position: absolute;
	top: 0;
	right: -135px;
	display: block;
	width: 210px;
	line-height: 110%;
	padding: 18px 0 0 50px;
	color: #fff;
	white-space: nowrap;
	transition: all .4s;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	opacity: 0;
}
.fixed-contact.active li a {
	right: 50px;
}
.fixed-contact .online_code a img {
	max-width: 80px;
}
.fixed-contact.active .online_code {
	height: 130px;
}
.fixed-contact.active .online_code a p {
	margin: 0;
	margin-bottom: 5px;
}
.fixed-contact li.online_code:hover a {
	opacity: 1;
	right: auto;
	left: 0;
}

@media only screen and (max-width: 768px) {
.fixed-contact {
	display: none !important;
}
.fixed-contact.show {
	opacity: 0;
}
}
.mobile_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 5px;
	display: none;
	z-index: 99999998;
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,0.4);
	border-radius: 2px 2px 0 0;
	background: #333;
	border-top: 1px solid #eee;
}
.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	float: left;
	text-align: center;
}
.mobile_nav a i {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
}
.mobile_nav a p {
	color: #fff;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
}
.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;
}
#online_qq_tab #floatShow {
	margin-bottom: 0;
}
}

@media only screen and (max-width: 1200px) {
#online_qq_tab #floatShow i {
	left: 0px;
}
#online_qq_tab #floatShow {
	width: 50px;
	padding-right: 0;
}
#online_qq_layer {
	right: 10px;
}
}

@media only screen and (max-width: 768px) {
#online_qq_layer {
	right: 0;
}
#onlineService {
	width: 100%;
	padding: 0;
}
#online_qq_layer {
	width: 100%;
	bottom: 0;
}
#online_qq_tab {
	width: 100%;
}
#online_qq_tab #floatShow {
	background: #367e62 url(../images/icon.png) no-repeat -128px -218px;
	border-radius: 0;
	margin-right: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -25px;
	border: 3px solid #fff;
	padding: 0;
	box-shadow: none;
	border-radius: 50%;
	text-indent: -999999px;
	z-index: 9999999999;
}
#online_qq_tab #floatShow i {
	display: none;
}
#online_qq_tab #floatShow span {
	display: none;
}
.mobile_nav {
	display: block;
}
.mobile_nav a p {
	text-transform: capitalize;
}
.footer-bottom {
	padding-bottom: 60px;
}
#onlineService .i_message_inquiry .main-more input {
	padding: 8px 20px;
}
#onlineService .title {
	color: #fff;
	font-size: 18px;
}
.footer_bottom {
	padding-bottom: 70px;
	padding-top: 10px;
}
}

@media only screen and (max-width: 375px) {
.mobile_nav a p {
	text-transform: capitalize;
}
}
.n_main {
	font-size: 13px;
	color: #555;
	line-height: 30px;
	padding-bottom: 60px;
	padding-top: 80px;
}
.n_left {
	float: left;
	width: 25%;
}
.n_right {
	float: right;
	width: 75%;
	padding-left: 50px;
}
.n_left2 {
	float: right;
	width: 25%;
}
.n_right2 {
	float: left;
	width: 75%;
	padding-right: 50px;
}

@media only screen and (max-width:992px) {
.n_banner:after {
	display: none;
}
.n_left {
	width: 100%;
}
.n_right {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
}
.n_left2 {
	width: 100%;
	margin-top: 20px;
}
.n_right2 {
	width: 100%;
	padding-right: 0;
}
}
.n_banner {
	position: relative;
}
.n_banner .img {
	position: relative;
}
.n_banner img {
	width: 100%;
}
.mbx_section {
	text-align: center;
	padding: 10px 0;
	background: #f7f7f7;
}
.mbx_section .n_title {
	font-size: 28px;
	color: #333;
	font-family: "Poppins_B";
	text-transform: capitalize;
	line-height: 40px;
	position: relative;
	z-index: 33;
	margin-bottom: 0;
	float: left;
}
.mbx_section .mbx {
	color: #777;
	font-size: 14px;
	position: relative;
	z-index: 5555555;
	float: right;
	margin-top: 10px;
}
.mbx_section .mbx a {
	color: #777;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.mbx_section .mbx a:hover {
	color: #ff712d;
	text-decoration: underline;
}
.mbx_section .mbx a i {
	margin-right: 4px;
	color: #777;
}
.mbx_section .mbx span {
	font-size: 14px;
	color: #aaa;
	margin: 0px 10px;
}
.mbx_section .mbx h2 {
	color: #777;
	font-size: 14px;
	display: inline-block;
}
.mbx_section .cate_bg {
	position: relative;
}
.mbx_section .cate_bg:after {
	content: attr(data-text);
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	transform-origin: left;
	color: #f3f3f3;
	font-size: 200px;
	font-family: "Poppins_B";
	width: 100%;
	z-index: -1;
	text-align: center;
	text-transform: capitalize;
}

@media only screen and (max-width:992px) {
.mbx_section {
	padding: 10px 0;
	background: #f7f7f7;
}
.mbx_section .mbx {
	text-align: center;
	margin-top: 0;
}
.n_title {
	color: #333;
	font-size: 24px;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
}
.mbx_section .mbx a, .mbx_section .mbx h2 {
	color: #777;
}
.mbx_section .mbx span {
	color: #777;
}
.mbx_section .n_title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #333;
	background: none;
}
.mbx_section .mbx {
	width: 100%;
}
.mbx_section .mbx, .mbx_section .mbx a, .mbx_section .mbx h2 {
	font-size: 13px;
}
}/*contact*/
.sign_page {
	background-image: url(../images/cate_l.png), linear-gradient(#f7f7f7, #fff), url(../images/cate_r.png);
	background-repeat: no-repeat;
	background-position: 0 100%, 0 0, 100% 0;
	padding-bottom: 100px;
}
.sign_page .page_bg {
	box-shadow: 0 14px 25px rgba(0,0,0,0.1);
	margin-top: -60px;
	position: relative;
	z-index: 666;
	padding: 40px;
	background: #fff;
}
.sign_page .page_bg .n_title {
	float: none;
}
.sign_page .mbx {
	background: #f7f7f7;
	text-align: center;
	float: none;
	padding: 10px 0;
	margin-top: 10px;
}
.sign_page .mbx_section {
	border-bottom: none;
	background: #fff;
}
.sign_page .mbx_section .mbx {
	width: 100%;
}
.section_title {
	font-family: 'Poppins_B';
	font-size: 22px;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

@media only screen and (max-width:400px) {
.section_title {
	font-size: 20px;
	letter-spacing: 0;
}
}
.section_title img {
	float: left;
	margin-right: 20px;
}
.section_title:after {
	position: absolute;
	left: 0px;
	bottom: -4px;
	width: 8px;
	height: 8px;
	background: #ddd;
	content: '';
	border-radius: 50%;
}

@media only screen and (max-width:992px) {
.sign_page .page_bg {
	background: #fff;
	padding: 20px;
	margin-top: 40px;
}
.sign_page {
	padding-bottom: 40px;
}
}
.contact {
	margin-top: 30px;
}
.contact .map img {
	width: 100%;
}
.con_main .other {
	padding-left: 40px;
	font-size: 14px;
}
.contact_info {
	position: relative;
	padding: 40px 0 80px;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 40px;
}
.contact_info:before {
	background: linear-gradient(180deg, rgba(0,0,0,0) 10%, #333 90%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	content: '';
	z-index: -1;
	display: block;
	filter: alpha(opacity=06);
	-moz-opacity: 0.06;
	opacity: 0.06;
}
.contact_info ul {
	list-style: none;
	padding: 0;
	padding-top: 30px;
}
.contact_info ul li {
	padding: 0 20px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.contact_info ul li .column {
	box-shadow: 0 5px 27px rgba(0,0,0,.09);
	transition: all .5s;
	padding: 20px;
	padding-top: 0;
	border-radius: 0;
	position: relative;
	z-index: 5;
	text-align: center;
	min-height: 220px;
	background: #fff;
}
.contact_info ul li .column:hover {
	border-color: #367e62;
	box-shadow: 0 2px 30px 1px rgba(0,0,0,0.05);
}
.contact_info ul li em {
	display: block;
	font-size: 20px;
	font-style: normal;
	text-transform: capitalize;
	color: #333;
	font-family: 'Poppins_B';
	margin-bottom: 15px;
	line-height: 24px;
	margin-top: -10px;
}
.contact_info ul li .txt {
	font-size: 13px;
	line-height: 20px;
	color: #808080;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}
.contact_info ul li .icon {
	width: 80px;
	height: 80px;
	position: relative;
	z-index: 4;
	top: -40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.contact_info ul li .icon:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 30%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 -3px 7px 0 rgba(0,0,0,0.07);
	background: #367e62;
}
.contact_info ul li:hover .icon:after {
	border-radius: 50%;
}
.contact_info ul li .icon:before {
	content: '';
	top: -5px;
	bottom: -5px;
	right: -5px;
	left: -5px;
	border-radius: 50%;
	border: 1px solid #367e62;
	transition: all .5s;
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}
.contact_info ul li:hover .icon:before {
	left: -20px;
	right: -20px;
	bottom: -20px;
	top: -20px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.contact_info ul li .icon span {
	display: inline-block;
	transition: all .5s;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
}
.contact_info ul li:hover .icon span {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.contact_info ul li p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
	color: #4d4d4d;
}
.contact_info ul li p a:hover {
	color: #367e62;
}

@media only screen and (max-width: 768px) {
.contact {
	padding-bottom: 0px;
	padding-top: 20px;
}
.com_ul .h4 {
	display: none;
}
.com_ul li .li .icon {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.com_ul li .li {
	padding: 0px;
	border: none;
	text-align: left;
}
.com_ul li .li .icon {
	width: 80px;
	line-height: 40px;
	margin-bottom: 20px;
}
.com_ul li .li .icon i {
	line-height: 40px;
}
.com_ul li .li h4, .com_ul li .li h4 a, .com_ul li .li p, .com_ul li .li a {
	color: #777;
}
}
.contact .other .h4 {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
	text-transform: capitalize;
	padding-bottom: 20px;
}
.contact .other .con_sns {
	margin-top: 30px;
}
.contact .other .con_sns a {
	margin: 0px 2px;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.send_column {
	position: relative;
	z-index: 10;
	bottom: 0;
	border-radius: 0px;
}
.send_column {
	padding: 30px;
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
}
.send_column .i_title {
	margin-bottom: 20px;
}
.send_column .main_title {
	text-align: left;
	margin-bottom: 20px;
	padding-top: 0;
}
.send_column .main_title .line {
	text-align: left;
}
.send_column .main_title em {
	margin-bottom: 20px;
	font-size: 36px;
}
.send_column .text {
	margin-bottom: 20px;
}
.single-page .send_column > .text {
	margin-bottom: 20px;
	font-size: 14px;
}
.send_column ul {
	list-style: none;
	max-width: 100%;
	padding-top: 0;
}
.send_column ul li {
	margin-bottom: 20px;
}
.send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 0;
	border-radius: 5px;
	color: #333;
	font-family: 'Poppins_B';
	text-align: left;
	text-transform: uppercase;
	background: #f7f7f7;
	padding: 10px 20px;
}
.send_column ul li p:before {
	margin-right: 10px;
	color: #ff7a00;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}
.send_column ul li p a {
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
}
.send_column ul li span {
	display: block;
	position: relative;
}/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 20px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.send_column ul li span.ms_e:before {
	background-position: -40px -227px;
}
.send_column ul li span.ms_p:before {
	background-position: 0 -227px;
}
.send_column ul li span.ms_m:before {
	background-position: -82px -227px;
}
.send_column ul li span.ms_p:after {
	display: none;
}
.send_column ul li input {
	background: #fff;
	height: 60px;
	width: 100%;
	line-height: 60px;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 0;
	padding-right: 50px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
	border-radius: 5px;
}
.send_column ul li textarea {
	height: 200px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 300px;
	font-size: 14px;
	padding: 20px 50px 20px 20px;
	color: #666666;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
	min-width: 100%;
	border-radius: 5px;
}
.send_column ul li input:focus, .send_column ul li textarea:focus {
	color: #333;
	border-color: #367e62;
	background: #fff;
}
.send_column ul li input:-ms-input-placeholder {
color:#666666;
}/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
color:#666666;
}/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 19+ */
.send_column ul li textarea:-ms-input-placeholder {
color:#666666;
}/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
color:#666666;
}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 19+ */
.send_column .btn_1 {
	line-height: 50px;
	height: 50px;
	padding: 0px 26px;
	padding-right: 50px;
	background: #d9b24d url(../images/send_ico.png) no-repeat 88% center;
	font-size: 14px;
	font-family: "Poppins_B";
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
	transition: 0.6s all;
	border-radius: 0;
	border-radius: 30px;
}
.send_column .btn_1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.send_column .btn_1:hover {
	background-color: #d9b24d;
}
.send_column .btn_1:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.send_column button {
	border: none;
}
.send_column select {
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	font-size: 14px;
	color: #808080;
	padding-left: 15px;
	Appearance: none;
	margin: 0;
	-webkit-appearance: none;
}
.send_column .select {
	margin: 0;
}
.send_column .select:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	right: 30px;
	line-height: 16px;
	font-size: 14px;
	color: #ccc;
	top: 18px;
	z-index: 99;
}

@media only screen and (max-width: 992px) {
.message_content .send_column {
	max-width: 100%;
}
}

@media only screen and (max-width: 768px) {
.send_column .main_title .text {
	font-size: 14px;
}
.send_column ul li {
	padding: 0;
}
.send_column ul li p a {
	font-size: 14px;
	line-height: 24px;
}
.send_column ul li p {
	font-size: 14px;
	padding: 5px;
	background: #f2f2f5;
}
.send_column ul li span:after {
	right: 10px;
}
.send_column ul li input {
	font-size: 14px;
	padding-right: 40px;
}
.send_column ul li textarea {
	font-size: 14px;
	line-height: 20px;
	padding-right: 40px;
}
.send_column .main_more {
	background-position: -133px -91px;
	font-size: 14px;
}
.send_column .main_title {
	padding: 0;
}
.send_column .submit p {
	font-size: 14px
}
}

@media screen and (max-width: 768px) {
.contact_m {
	padding: 0px;
}
.con_map {
	margin-top: 20px;
}
.com_ul li .li h4 {
	margin: 5px 0;
}
.contact_email {
	width: 100%;
}
.contact_email {
	margin-top: 20px;
}
.com_ul li .li {
	background: #fafafa;
}
.con_main .con_info {
	padding-left: 15px;
	margin-top: 50px;
}
.com_ul li .li .icon i {
	font-size: 14px;
}
.com_ul li .li {
	padding: 10px;
	margin: 0px;
	background: #fff;
	margin-bottom: 10px;
}
.com_ul li .li .dashed_b {
	display: none;
}
.com_ul li {
	text-align: left;
}
.contact {
	margin-top: 0px;
	margin-bottom: 40px;
	background: none;
}
.con_main, .send_column {
	margin-top: 0;
	padding: 0;
	box-shadow: none;
	border: none;
}
.contact_inq .title_h {
	display: none;
}
.contact_inq .title_1 h4 {
	font-size: 24px;
	margin: 8px 0;
}
.contact .map {
	margin-top: 30px;
}
.com_ul li .li h4, .com_ul li .li h4 a {
	font-size: 16px;
}
.com_ul li .li span {
	font-size: 14px;
}
.com_ul li .li p {
	margin-bottom: 0;
	font-size: 15px;
}
.contact .other {
	margin-top: 30px;
	padding-left: 0;
}
.contact .other .h4 {
	font-size: 20px;
}
}/*left*/
.nav_h4 {
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	font-family: "Poppins_B";
	font-size: 20px;
	position: inherit;
	text-transform: capitalize;
	padding: 8px 10px;
	border-bottom: 2px solid #fff;
	background: url(../images/nav_bg.jpg) no-repeat center center;
	border-radius: 0px;
}
.nav_h4::after {
	content: none;
}
.nav_h4:before {
	content: "\f03a";
	color: #fff;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 6px;
	line-height: 32px;
}

@media only screen and (max-width:992px) {
.nav_h4 {
	position: relative;
	color: #fff;
	background: #367e62;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 36px;
	text-transform: capitalize;
	margin: 0;
	border-radius: 0;
}
.nav_h4:before {
	content: none;
}
.nav_h4:after {
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	top: 0px;
	color: #fff;
}
}
.toggle_content {
	width: 100%;
}
.left_h4 {
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	font-family: "Poppins_B";
	font-size: 20px;
	position: inherit;
	text-transform: capitalize;
	padding: 8px 10px;
	background: url(../images/nav_bg.jpg) no-repeat center center;
	border-radius: 0px;
}
ul.mtree {
	opacity: 0;
	margin-left: 0;
	background: #f7f7f7;
	padding: 10px 10px 0;
}
ul.mtree li {
	list-style: none;
}
ul.mtree>li>a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-left: 16px;
	font-family: "Poppins_B";
}
ul.mtree>li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
ul.mtree>li:before {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ced2d9;
}
ul.mtree>li:last-child>a, ul.mtree>li:last-child {
	border-bottom: none;
}
ul.mtree a {
	display: block;
	font-size: 14px;
	color: #333;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 8px 10px;
	line-height: 22px;
	padding-right: 36px;
	padding-left: 0px;
}
ul.mtree li ul a {
	padding: 8px 12px;
	padding-right: 24px;
	font-weight: normal;
	font-family: 'Poppins';
}
ul.mtree ul li:last-child a {
	border: none;
}
ul.mtree.transit li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 18px;
	color: #808080;
	font-style: normal;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	top: 0px;
}
ul.mtree.transit li.mtree-closed>span:before {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 18px;
	color: #808080;
	font-style: normal;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	top: 0px;
}
ul.mtree .mtree-level-1 li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 16px;
	color: #808080;
	font-style: normal;
	background: none;
	padding: 8px 20px;
	position: absolute;
	right: 5px;
	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: #808080;
	font-style: normal;
	background: none;
	padding: 8px 20px;
	position: absolute;
	right: 5px;
	top: 0;
	border-left: none;
}
ul.mtree li ul a li a {
	padding-left: 20px;
}
ul.mtree>li:hover>a {
	color: #367e62;
}
ul.mtree>li.mtree-node a ul a {
	font-size: 14px;
}
ul.mtree>li.mtree-open {
	color: #367e62;
	padding-bottom: 0;
}
ul.mtree>li.mtree-open>a {
	color: #367e62;
	font-family: "Poppins_B";
}
ul.mtree>li.mtree-node:hover>a {
	color: #367e62;
	text-decoration: none;
}
ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #fff;
	text-decoration: none;
}
ul.mtree.transit li.mtree-closed:hover > span::before, ul.mtree.transit li.mtree-open:hover>span:before {
	color: #367e62;
}
ul.mtree .mtree-level-1 li.mtree-open:hover>span:before, ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before {
	color: #367e62 !important;
}
ul.mtree ul {
	background: #fff;
}
ul.mtree ul li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid #eee;
}
ul.mtree ul li:last-child {
	border-bottom: none;
}
ul.mtree ul li a {
	display: block;
	color: #555;
	font-size: 14px;
}
ul.mtree>li>ul>li>a {
	font-size: 14px !important;
}
ul.mtree>li>ul>li>a:before {
	content: "";
}
ul.mtree ul li:hover a {
	color: #367e62;
}
ul.mtree li ul li.mtree-open a {
	color: #ff000;
	text-decoration: none;
}
ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #eee;
}
ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #367e62;
	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;
}
ul.mtree>li.mtree-node ul i {
	margin-right: 4px;
	font-size: 10px;
	color: #999;
}
.mtree-skin-selector {
	display: none !important
}/*ul.mtree>li.active>a{color:#333; padding-left:20px;}ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}*//*hot_left*/
.hot_left {
	margin-top: 30px;
}
.hot_left ul {
	border-bottom: none;
	background: #f7f7f7;
	padding: 8px;
}
.hot_left ul li {
	list-style: none;
	transition: 0.6s all;
	position: relative;
}
.hot_left ul li .li {
	position: relative;
	z-index: 999;
	border: 1px solid #fff;
	border-bottom: 1px dashed #ddd;
	transition: 0.6s all;
	padding: 6px;
	background: #fff;
}
.hot_left ul li:last-child .li {
	border-bottom: 1px solid #fff;
}
.hot_left ul li .li:hover {
	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);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	background: #fff;
	border: 1px solid #367e62;
}
.hot_left ul li .img {
	float: left;
	width: 32%;
	display: inline-block;
	margin-right: 15px;
	transition: 0.6s all;
	overflow: hidden;
	position: relative;
}
.hot_left ul li .h4 a {
	font-size: 14px;
	color: #444;
	overflow: hidden;
	line-height: 26px;
	max-height: 52px;
	display: block;
	margin-top: 14px;
	margin-bottom: 4px;
	padding-right: 15px;
}
.hot_left ul li .more {
	font-size: 14px;
	text-transform: capitalize;
	color: #cda464;
	display: block;
	margin-top: 0;
}
.hot_left ul li .more i {
	margin-left: 4px;
}
.hot_left ul li:hover .more {
	color: #367e62;
}
.hot_left ul li .icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-block;
	padding: 4px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -21px;
	opacity: 0;
}
.hot_left ul li .icon i {
	background: linear-gradient( to right top, #367e62, #98c526);
	width: 42px;
	height: 42px;
	border-radius: 5px;
	background: #f7f7f7;
	display: inline-block;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	color: #333;
	transition: 0.8s all;
}
.hot_left ul li:hover .icon {
	right: -21px;
	opacity: 1;
}
.hot_left ul li:hover .icon i {
	background: linear-gradient( to right top, #367e62, #98c526);
	color: #fff;
}
.hot_left ul li:hover .img img {
	transform: scale(1.1);
}

@media screen and (max-width:992px) {
.hot_left {
	display: none;
}
}
.left-adv {
	margin-top: 30px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	overflow: hidden
}
.left-adv .ovrly {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 0;
}
.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 40px 6%;
	z-index: 2;
	;
}
.left-adv .main .title {
	font-size: 26px;
	line-height: 24px;
	color: #fff;
	font-family: 'Poppins_B';
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	line-height: 30px;
	padding: 10px 0;
}
.left-adv .main .title:hover {
	text-decoration: none;
}
.left-adv .main .text {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	line-height: 24px;
}
.left-adv .main .main_more a {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 20px;
	background: none;
	font-family: 'Poppins_B';
	text-transform: uppercase;
	margin-top: 30px;
	background: #367e62;
	border: 1px solid #367e62;
	position: relative;
	border-radius: 30px;
}
.left-adv .main .main_more a:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.03) 1%, rgba(255,255,255,.6) 30%, rgba(255,255,255,.85) 50%, rgba(255,255,255,.85) 70%, rgba(255,255,255,.85) 71%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}
.left-adv .main .main_more a:hover {
	background: #367e62;
	color: #fff;
	border: 1px solid #367e62;
}

@media screen and (max-width:992px) {
.left-adv {
	display: none;
}
}
.hot_tags {
	margin-top: 30px;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
	border-top: 3px solid #367e62;
	padding: 15px;
}

@media only screen and (max-width:768px) {
.hot_tags {
	margin-top: 0;
}
}
.hot_tags a {
	display: inline-block;
	color: #666;
	padding: 0px 12px;
	font-size: 12px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	margin: 2px;
	line-height: 36px;
	text-transform: capitalize;
	border-radius: 5px;
}
.hot_tags a:hover {
	background: #367e62;
	color: #fff;
}
.hot_tags .toggle_content {
	margin: 0px -4px;
	margin-top: 15px;
}/*page*/
.page_p {
	margin: 0px auto 0px;
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px;
	padding-right: 10px;
	text-align: center;
	background: #f7f7f7;
	border-radius: 10px;
}
.page_p a {
	font-size: 14px;
	padding: 0px 10px;
	text-align: center;
	margin-left: 5px;
	color: #555;
	display: inline-block;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	background: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
	float: left;
	border-radius: 5px;
}
.page_p a i {
	line-height: 34px;
}
.page_p a:hover {
	background: #367e62;
	transition: 0.6s all;
	color: #fff !important;
	border: 2px solid #367e62;
}
.total {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 6px;
	text-transform: capitalize;
	float: right;
}
.total span {
	color: #367e62;
	margin: 0px 6px;
}
.page_p>span {
	display: inline-block;
	float: left;
	padding: 0px 10px;
	line-height: 34px;
	background: #367e62;
	line-height: 40px;
	height: 40px;
	border: 2px solid #367e62;
	color: #fff;
	margin-left: 5px;
	border-radius: 5px;
}

@media only screen and (max-width:992px) {
.total {
	width: 100%;
	text-align: left;
}
.total {
	font-size: 12px;
	margin-top: 10px;
}
}/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	margin-top: 20px;
	padding-top: 10px;
}
.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 10px;
}/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 60px;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 0;
}
.navigation li a:hover {
	text-decoration: none;
}/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #fff;
	border-radius: 50%;
}
.navigation li.prev_post a:before {
	left: 10px;
	content: "\f106";
}
.navigation li.next_post a:before {
	left: 10px;
	content: "\f107";
}
.navigation li a:hover:before {
	background: #367e62;
	color: #fff;
	border-color: #367e62;
}
.navigation li a .meta_nav {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	color: #5c5c5c;
	margin-bottom: 0;
	line-height: 20px;
	transition: all .5s;
	font-family: 'Poppins_B';
	text-transform: uppercase;
}
.navigation li a:hover .meta_nav {
	color: #666;
}
.navigation li a .post_title {
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
}
.navigation li a:hover .post_title {
	color: #367e62;
}

@media only screen and (max-width: 768px) {
.navigation {
	border: none;
	padding-top: 0;
	margin-bottom: 0;
}
.navigation li {
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin-bottom: 10px;
}
.navigation li.prev_post a {
	padding-left: 60px;
	border-radius: 0;
}
.navigation li.next_post a {
	padding-left: 60px;
	border-radius: 0;
}
.navigation li.prev_post a:before {
	left: 10px;
}
.navigation li.next_post a:before {
	left: 10px;
}
.navigation li a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.navigation li a .meta_nav {
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}
.navigation li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.navigation li a .post_title {
	font-size: 14px;
}
}
.tags_ul {
	padding: 4px 0;
	margin-bottom: 10px;
}
.tags_ul span {
	font-size: 13px;
	font-family: "Poppins_B";
	text-transform: uppercase;
	color: #5c5c5c;
	margin-right: 6px;
}
.tags_ul a {
	display: inline-block;
	padding: 0px 16px;
	background: #f9f9f9;
	font-size: 12px;
	color: #666;
	text-transform: capitalize;
	line-height: 30px;
	margin: 2px 0;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
}
.tags_ul i {
	margin-right: 3px;
	font-size: 14px;
	color: #ccc;
	transition: 0.6s all;
}
.tags_ul a:hover {
	background: #367e62;
	color: #fff;
}

@media screen and (max-width: 768px) {
.tags_ul {
	width: 100%;
}
}/*blog_left*/
.blog_left {
	float: left;
	width: 75%;
	padding-right: 60px;
}
.blog_right {
	float: left;
	width: 25%;
}
.blog_nav2 {
	margin-top: 30px;
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
	border-top: 3px solid #367e62;
	padding: 15px;
	background: #fff;
}
.blog_h4 {
	line-height: 30px;
	color: #444;
	font-family: "Poppins_B";
	font-size: 22px;
	position: inherit;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width:992px) {
.blog_right .block {
	background: none;
	padding: 0;
	border: none;
}
}

@media only screen and (max-width: 992px) {
.blog_left {
	float: left;
	width: 100%;
	padding-right: 0px;
}
.blog_right {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.blog_nav2 {
	margin-top: 0px;
}
.blog_h4 {
	position: relative;
	margin-bottom: 0;
	text-align: left !important;
	background: #367e62 !important;
	padding: 0px 10px;
	line-height: 36px;
	color: #fff !important;
	font-size: 16px !important;
	border-bottom: none;
	text-transform: capitalize;
	margin-top: 15px;
}
.blog_h4:after {
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	top: 0px;
	color: #fff;
}
.blog_h4.active:after {
	content: "\f106";
}
}
.blog_nav ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
}
.blog_nav ul li a {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 22px;
	padding: 8px 0px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.blog_nav ul li a i {
	color: #ccc;
	font-size: 14px;
	margin-right: 10px;
}
.blog_nav ul li a:hover {
	color: #367e62;
	padding-left: 10px;
}
.blog_nav ul li a:hover i {
	color: #367e62;
}
.blog-info {
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin: 10px 0;
}
.blog-info i {
	color: #aaa;
	margin-right: 4px;
}
.blog_main {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
	background: #fff;
	padding: 30px;
	border-radius: 0;
}
.blog_main .h3 {
	font-size: 20px;
	color: #333;
	font-family: "Poppins_B";
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.blog_main .blog_tags {
	margin-top: 20px;
}
.blog_main .blog_tags span {
	font-size: 14px;
	text-transform: uppercase;
}
.blog_main .blog_tags a {
	display: inline-block;
	color: #777;
	padding: 0px 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
}
.blog_main .blog_tags a i {
	margin-right: 4px;
	font-size: 14px;
	color: #999;
}
.blog_nav ul li {
	list-style: none;
}
.blog_p {
	margin-top: 10px;
}
.blog_list {
	list-style: none;
}
.blog_list li {
	position: relative;
	list-style: none;
	padding: 20px;
	border-radius: 0;
	transition: 0.5s all;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background: #fff;
}
.blog_list li .img {
	float: right;
	width: 45%;
	margin-left: 15px;
	margin-top: 10px;
	overflow: hidden;
}
.blog_list li:hover .img img {
	transform: scale(1.1);
}
.blog_list li:hover {
	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);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.blog_list li .news_day {
	color: #666;
	margin-top: 0;
	display: block;
	font-size: 13px;
}
.blog_list li .news_day i {
	color: #aaa;
	margin-right: 4px;
}
.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 {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	font-family: "Poppins_B";
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.blog_list li .title:hover {
	color: #333;
	text-decoration: none;
}
.blog_list li .text {
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	font-size: 13px;
	margin: 10px 0;
}
.blog_list li .blog_tag {
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog_list li .blog_tag p {
	display: inline-block;
	font-family: "Poppins_B";
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.blog_list li .blog_tag i {
	color: #ccc;
	margin-right: 8px;
	font-size: 14px;
}
.blog_list li .blog_tag a {
	background: #fff;
	color: #666;
	line-height: 26px;
	padding: 0px 14px;
	display: inline-block;
	margin: 0px 4px;
	border: 1px solid #eee;
}
.blog_list li .blog_tag a:hover {
	background: #333;
	color: #fff;
}
.blogin {
	font-size: 14px;
	color: #aaa;
	margin: 4px 0px;
}
.blogin span {
	color: #fff;
	margin: 0px 6px;
}
.blogin span i {
	font-size: 14px;
}
.blog .blog_tags {
	width: 100%;
	margin-top: 10px;
}

@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 .date {
	left: 0;
}
.blog_list {
	border: none;
}
.blog_list li .right {
	padding-left: 80px;
}
.left-blog {
	margin-bottom: 0;
}
.blog_list li .main-more {
	padding: 6px 20px;
}
.blog_tag li {
	margin: 5px 3px;
}
}

@media only screen and (max-width: 480px) {
.blog_list li .date {
	position: inherit;
	width: 100%;
}
.blog_list li .date span {
	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;
}
}

@media only screen and (max-width:500px) {
.blog_li .lileft {
	display: none;
}
}/*products*/
.products_m {
	margin-bottom: 10px;
	line-height: 30px;
}
.cbp-vm-switcher {
	width: 100%;
}
.cbp-vm-options {
	margin-bottom: 15px;
	text-align: left;
	padding: 6px 0;
}
.cbp-vm-options p {
	display: inline-block;
	font-family: "Poppins_B";
	float: left;
	vertical-align: middle;
	color: #dd0522;
	text-transform: capitalize;
	font-size: 12px;
	margin-left: 8px;
}
.cbp-vm-options a {
	vertical-align: middle;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	line-height: 32px;
	text-align: center;
	width: 32px;
	display: inline-block;
	background: #fff;
	vertical-align: middle;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 10px;
}
.cbp-vm-options a svg {
	width: 16px;
	height: 16px;
	color: #999;
	transition: 0.5s all;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
	border: 1px solid #367e62;
	background: #367e62;
}
.cbp-vm-options a:hover svg, .cbp-vm-options a.cbp-vm-selected svg {
	color: #fff;
}/* General list */
.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
}
.cbp-vm-switcher ul li {
	display: block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-vm-image {
	display: block;
	margin: 0 auto;
	position: relative;
}
.cbp-vm-image img {
	width: 100%;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.products ul li .cbp-vm-image {
	background-position: right center;
}
.products ul li:hover .li .cbp-vm-image {
	background: #222;
}
.products ul li .li:hover img {
	opacity: 0.6;
}/*style01*/
.cbp-vm-view-grid .more_line, .cbp-vm-view-grid ul li .my_more1, .cbp-vm-view-grid .tags_ul {
	display: none;
}
.cbp-vm-view-grid .pro_more {
	margin-top: 10px;
}
.cbp-vm-view-grid ul {
	list-style: none;
	padding: 0;
	margin: 0px -10px;
}
.cbp-vm-view-grid ul li {
	margin-bottom: 20px;
	padding: 0px 10px;
	width: 33.33%;
	text-align: left;
	vertical-align: top;
	float: left;
}
.cbp-vm-view-grid ul li .li {
	background: #fff;
	text-align: center;
	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;
	border: 2px solid #eee;
	padding: 8px;
}
.cbp-vm-view-grid ul li .li .cbp-vm-image {
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 66;
	border-radius: 0;
	position: relative;
}
.cbp-vm-view-grid ul li .h4 a {
	margin: 5px 0 5px;
	line-height: 22px;
	font-size: 14px;
	height: 44px;
	overflow: hidden;
	display: block;
	text-align: center;
	color: #333;
	z-index: 999;
	position: relative;
	font-family: "Poppins_B";
}
.cbp-vm-view-grid ul li .li:hover {
	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);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #999;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	font-size: 13px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.cbp-vm-view-grid ul li .li {
	position: relative;
	padding: 10px;
	border: 1px solid #eee;
}
.cbp-vm-view-grid ul li .li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0;
	content: '';
	width: 100%;
	border-left: 1px solid #367e62;
	border-right: 1px solid #367e62;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.cbp-vm-view-grid ul li:hover .li:before {
	height: 100%;
}
.cbp-vm-view-grid ul li .li:after {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	content: '';
	width: 0;
	border-top: 1px solid #367e62;
	border-bottom: 1px solid #367e62;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.cbp-vm-view-grid ul li:hover .li:after {
	width: 100%;
}/* style 02*/
.cbp-vm-view-list li {
	text-align: left;
	white-space: normal;
	margin-bottom: 0;
}
.cbp-vm-view-list li {
	background: #fff;
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}
.cbp-vm-view-list li:hover {
	box-shadow: 0 6px 18px 0 rgba(0, 0, 6, 0.13);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.cbp-vm-view-list li:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.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 {
	width: 22%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 3%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.cbp-vm-view-list .cbp-vm-image a {
	display: block;
	overflow: hidden;
}
.cbp-vm-view-list ul li .text {
	float: left;
	width: 75%;
}
.cbp-vm-view-list ul li .quick_ico {
	display: none;
}
.cbp-vm-view-list ul li .h4 a {
	max-height: 60px;
	font-family: "Poppins_B";
	line-height: 30px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	display: block;
}
.cbp-vm-view-list ul li .h4 a:hover {
	color: #367e62;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	overflow: hidden;
	white-space: normal;
	max-height: 48px;
	line-height: 24px;
	color: #777;
	margin: 5px 0px;
}

@media screen and (max-width: 940px) {
.cbp-vm-view-grid ul li {
	width: 50%;
}
.cbp-vm-switcher ul li h4 a {
	font-size: 12px;
}
}

@media screen and (max-width: 768px) {
.cbp-vm-view-list ul li h4 a {
	line-height: 24px;
	max-height: 48px;
}
}

@media screen and (max-width: 520px) {
.cbp-vm-view-list .prol_more {
	font-size: 12px;
	padding: 2px 20px 7px 20px;
}
}

@media screen and (max-width: 300px) {
.cbp-vm-view-list ul li h4 a {
	width: 100%;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	width: 100%;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
	margin-right: 0px;
}
.cbp-vm-view-grid ul li {
	width: 100%;
	margin-bottom: 20px;
}
.p_hot_2 {
	width: 100%;
}
}  /*效果*/
.cbp-vm-view-grid ul li .li {
	overflow: hidden;
	position: relative;
}
.cbp-vm-view-grid ul li:hover .li {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.cbp-vm-view-grid ul li .img a {
	display: block;
	overflow: inherit;
}
.cbp-vm-view-grid ul li:hover .img img {
	transform: scale(1.1);
}
.cbp-vm-view-grid ul li .a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.quick_ico {
	position: absolute;
	bottom: 45%;
	width: 100%;
	left: 0;
	transition: all 0.5s;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	-o-transform: translate(0%, 50%);
	transform: tanslate(0%, 50%);
	text-align: center;
	opacity: 0;
}
.quick_ico span {
	display: inline-block;
	position: relative;
	line-height: 42px;
	color: #fff;
	padding: 0px 24px;
	font-size: 14px;
	background: #367e62;
	border-radius: 5px;
}
.li:hover .quick_ico {
	opacity: 1;
	bottom: 50%;
}/*products_main*/
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 14px;
	color: #888;
}
.sp-loading img {
	max-width: 100%;
	height: auto;
}
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 100%;
}
.sp-thumbs {
	text-align: left;
	display: block;
	padding: 10px 0;
}
.sp-thumbs a {
	position: relative;
	border: 1px solid #eee;
}
.sp-thumbs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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 a:after {
	transition: all .5s;
	transform: scaleX(0);
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
	color: #367e62;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	z-index: 2;
	margin-top: -12px;
}
.sp-thumbs a:hover:after {
	transform: scaleX(1);
	visibility: visible;
}
.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;
	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;
	border: 1px solid #eee;
	margin: 0px 2px;
}
.sp-thumbs a:active, .sp-current {
	position: relative;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
}
.sp-thumbs a:active, .sp-current {
	position: relative;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
}
.sp-current {
	border: 1px solid #367e62 !important;
}
.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.sp-large a {
	display: block;
}
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}
.sp-current-big img {
	width: 100%;
}
.sp-large img {
	max-width: none;
}

@media screen and (max-width: 768px) {
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 60px;
	height: 60px;
}
}

@media screen and (max-width: 400px) {
.sp-wrap {
	margin: 0 0 15px 0;
}
#sp-prev, #sp-next {
	top: 50px;
	margin-top: 0;
}
}/*pro_detail*/
.pro_page {
	position: relative;
	padding: 40px 0;
	background-image: linear-gradient(#f7f7f7, #f7f7f7);
	background-repeat: no-repeat;
}
.pro_page:before {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/about_bg2.png) no-repeat center center;
	height: 419px;
	width: 408px;
	content: '';
	z-index: 1;
}

@media screen and (max-width: 1400px) {
.pro_page:before {
	display: none;
}
}
.pro_page .main_text {
	background: #fff;
	padding-left: 30px;
}
.pro_page .row {
	background: #fff;
	padding: 20px;
}
.pro_page .main {
	padding: 0px;
}

@media only screen and (max-width:768px) {
.page {
	margin-bottom: 0px;
}
.pro_page .main {
	width: 100%;
	border-right: none;
}
.pro_page .main_text {
	width: 100%;
	padding: 0;
}
.pro_page .container {
	padding: 20px;
}
}
#content {
	position: relative;
	top: -60px;
}
.pro_table .pro_main_title {
	font-size: 20px;
	line-height: 40px;
	font-family: "Poppins_B";
	overflow: hidden;
	display: block;
	text-transform: capitalize;
	color: #333;
	line-height: 36px;
	margin-bottom: 10px;
}
.pro_table .pro_main_text {
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 13px;
}
.pro_table ul {
	margin-top: 15px;
	padding-left: 0;
}
.pro_table ul li {
	font-size: 13px;
	color: #666;
	list-style: none;
	padding: 4px 0;
	float: left;
	width: 50%;
}
.pro_table ul li p {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 0;
	color: #333;
	font-size: 14px;
	font-family: "Poppins_B";
	min-width: 100px;
}
.main-more {
	text-align: left !important;
	margin-top: 20px;
	font-family: "Poppins_B";
}
.pro_more a {
	background: #333;
	text-transform: capitalize;
	line-height: 44px;
	padding: 0px 30px;
	border-radius: 0;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-family: "Poppins_B";
	margin-right: 10px;
	border-radius: 0;
	position: relative;
}
.pro_more a:before {
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.03) 1%, rgba(255,255,255,.6) 30%, rgba(255,255,255,.85) 50%, rgba(255,255,255,.85) 70%, rgba(255,255,255,.85) 71%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	width: 30%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}
@keyframes move {
0% {
left:0;
opacity:0
}
5% {
opacity:.0
}
48% {
opacity:.2
}
80% {
opacity:.0
}
100% {
left:82%
}
}
.pro_more a:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.pro_more div {
	display: inline-block;
}
.pro_more .main-more a {
	background: #d9b24d;
	font-family: "Poppins_B";
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 30px;
}
.pro_more a i {
	margin-right: 6px;
}
.pro_sns {
	margin-top: 30px;
}
.pro_sns span {
	font-size: 16px;
	font-family: "Poppins_B";
	background: url(../images/share_ico.png) no-repeat left center;
	padding-left: 30px;
	color: #333;
	float: left;
	margin-right: 8px;
	line-height: 38px;
	text-transform: capitalize;
}
.pro_sns a {
	display: inline-block;
	padding: 0;
	margin-right: 2px;
	border-radius: 5px;
	overflow: hidden;
}

@media only screen and (max-width:992px) {
.pro_sns {
	display: none;
}
.pro_table ul li {
	width: 100%;
}
}/*inquiry*/
.pro_inq {
	position: relative;
	background: #fff;
	margin-top: 30px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
	border-radius: 5px;
	background: #f9fafa;
}
.pro_inq .title {
	background: #242a56 url("../images/nav_bg.jpg") no-repeat;
	background-size: cover;
	color: #fff;
	padding: 12px 20px 42px 20px;
	font-family: 'Poppins_B';
	font-size: 22px;
	text-transform: capitalize;
}
.pro_inq .title img {
	margin-right: 15px;
}
.pro_inq .text {
	margin-bottom: 10px;
	color: #666;
	line-height: 20px;
	background: #f9fafa;
	margin-top: -50px;
	padding: 15px;
	;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 20px;
	margin-top: -30px;
}
.pro_inq .inquiry {
	padding: 20px;
}
.pro_inq .inquiry .form-control {
	border: 1px solid #e5e5e5;
	background: #fff;
	line-height: 50px;
	height: 50px;
	color: #666;
	font-size: 13px;
	width: 100%;
	box-shadow: none;
	padding-right: 45px;
	background-position: 95% 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-radius: 0;
	max-width: 100%;
	border-radius: 5px;
}
.pro_inq .inquiry .form-control:focus {
	border: 1px solid #367e62;
	-webkit-box-shadow: 0 7px 38px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 7px 38px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 38px 0 rgba(0,0,0,0.1);
	color: #333;
}
.pro_inq .inquiry textarea.form-control {
	border-radius: 0;
}
.pro_inq .inquiry .input-group {
	height: 32px;
	margin-bottom: 20px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}
.pro_inq .inquiry .input-group span {
	display: block;
	position: relative;
}
.pro_inq .inquiry .input-group span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 14px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	z-index: 333;
}
.pro_inq .inquiry .input-group span.ms_e:before {
	background-position: -40px -227px;
}
.pro_inq .inquiry .input-group span.ms_p:before {
	background-position: 0 -227px;
}
.pro_inq .inquiry .input-group span.ms_m:before {
	background-position: -82px -227px;
}
.pro_inq .inquiry input:-ms-input-placeholder {
color:#666666;
}/* Internet Explorer 10+ */
.pro_inq .inquiry input::-webkit-input-placeholder {
color:#666666;
}/* WebKit browsers */
.pro_inq .inquiry input::-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 4 to 18 */
.pro_inq .inquiry input:-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 19+ */
.pro_inq .inquiry textarea:-ms-input-placeholder {
color:#666666;
}/* Internet Explorer 10+ */
.pro_inq .inquiry textarea::-webkit-input-placeholder {
color:#666666;
}/* WebKit browsers */
.pro_inq .inquiry textarea::-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 4 to 18 */
.pro_inq .inquiry textarea:-moz-placeholder {
color:#666666;
}/* Mozilla Firefox 19+ */
.pro_inq select {
	width: 100%;
	height: 60px;
	border: none;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	font-size: 14px;
	color: #808080;
	padding-left: 15px;
	Appearance: none;
	margin: 0;
	-webkit-appearance: none;
	margin-bottom: 20px;
}
.pro_inq .select {
	margin: 0;
}
.pro_inq .select:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	right: 30px;
	line-height: 16px;
	font-size: 14px;
	color: #ccc;
	top: 18px;
	z-index: 99;
}
.pro_inq .inquiry .input-group span.ms_m .form-control {
	line-height: 30px;
	font-size: 13px;
	height: 150px;
	padding-left: 20px;
	width: 100%;
	color: #999;
	transition: 0.6s all;
	min-width: 100%;
	max-width: 100%;
	max-height: 180px;
	border-radius: 0;
	border-radius: 5px;
}
.pro_inq .inquiry .no span:before {
	display: none;
}
.pro_inq .inquiry .main_more {
	border-width: 1px;
	margin-top: 0;
}
.pro_inq .inquiry .main_more input {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 50px;
	background: url(../images/send_ico.png) no-repeat 85% center, linear-gradient( to right top, #d9b24d, #d9b24d);
	color: #fff;
	font-size: 14px;
	font-family: "Poppins_B";
	text-transform: uppercase;
	border-radius: 0;
	transition: 0.5s all;
	border-radius: 30px;
}
.pro_inq .inquiry .main_more input:hover {
	background-color: #367e62;
}
.pro_inq .subject_title {
	border: 1px solid #eee;
	background: #eee;
	line-height: 46px;
	padding: 0px 10px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-radius: 5px;
}
.pro_inq .subject_title a {
	color: #333;
	font-family: "Poppins_B";
	text-decoration: underline;
}
.pro_inq .subject_title span {
	font-size: 14px;
	font-family: "Poppins_B";
	color: #444;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
.pro_inq .title_h {
	display: none;
}
.pro_inq .inquiry .input-group {
	width: 100%;
}
}/*rel_pro*/
.rel_pro {
	padding: 40px 0 40px;
	background: #f7f7f7;
}
.rel_pro * {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.rel_pro .li {
	margin: 10px;
	background: #fff;
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.rel_pro .li {
	position: relative;
	border: 1px solid #eee;
}
.rel_pro .li:before {
	transition: 0.6s all;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	content: '';
	background: #fff;
	z-index: -1;
	position: absolute;
	background-position: 80% 100%;
}
.rel_pro .li:hover:before {
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
	background: #fff;
	z-index: -1;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.rel_pro .li {
	border: 1px solid #e6e6e6;
	padding: 1px;
	padding-bottom: 10px;
	transition: 0.5s all;
}
.rel_pro .li .img {
	display: inline-block;
	padding: 8px;
	overflow: hidden;
	position: relative;
	z-index: 333;
}
.rel_pro .li .img img {
	width: 100%;
}
.rel_pro .li .title {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: block;
	overflow: hidden;
	padding: 0px 20px;
	margin: 20px 0;
	position: relative;
	z-index: 333;
	font-family: "Poppins_B";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rel_pro .li p {
	font-size: 13px;
	color: #999;
	padding: 0px 20px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	transition: 0.6s all;
}
.rel_pro .li:hover {
	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);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.rel_pro .slick-prev, .rel_pro .slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #367e62;
	margin-top: -20px;
	border: none;
	opacity: 0;
}
.rel_pro .slick-prev::before, .rel_pro .slick-next::before {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 30px;
	content: "\f104";
	line-height: 40px;
}
.rel_pro .slick-next::before {
	content: "\f105";
}
.rel_pro .slick-prev {
	left: -50px;
}
.rel_pro .slick-next {
	right: -50px;
}
.rel_pro:hover .slick-prev {
	opacity: 1;
	left: 10px;
}
.rel_pro:hover .slick-next {
	opacity: 1;
	right: 10px;
}

@media only screen and (max-width:1400px) {
.rel_pro .li .title {
	font-size: 14px;
	margin-top: 10px;
}
}

@media only screen and (max-width:992px) {
.rel_pro .slick-prev, .rel_pro .slick-next {
	background: rgba(0,0,0,0.2);
}
.rel_pro .slick-prev {
	opacity: 1;
	left: 10px;
}
.rel_pro .slick-next {
	opacity: 1;
	right: 10px;
}
.rel_pro {
	padding-top: 30px;
}
.rel_pro:after {
	display: none;
}
}/*news*/
.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -22px;
	text-align: center;
	font-size: 0;
}
.post-image-mask span, .post-image-mask:after, .post-image-mask:before {
	display: inline-block;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFF;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	-webkit-animation: wd-fadeOutRight .3s ease;
	animation: wd-fadeOutRight .3s ease;
}
.post-image-mask:before {
	content: '';
	transition-delay: .15s;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.post-image-mask:after {
	content: '';
	margin-right: 0;
}
.li:hover .post-image-mask span, .li:hover .post-image-mask:after, .li:hover .post-image-mask:before {
	opacity: 1;
	-webkit-animation: wd-fadeInLeft .3s ease;
	animation: wd-fadeInLeft .3s ease;
}
.li:hover .post-image-mask:before, .li:hover .post-image-mask:before, .li:hover .post-image-mask:before {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.li:hover .post-image-mask span, .li:hover .post-image-mask span, .li:hover .post-image-mask span {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
@-webkit-keyframes wd-fadeOutRight {
from {
-webkit-transform:none;
transform:none
}
to {
-webkit-transform:translate3d(50px, 0, 0);
transform:translate3d(50px, 0, 0)
}
}
@keyframes wd-fadeOutRight {
from {
-webkit-transform:none;
transform:none
}
to {
-webkit-transform:translate3d(50px, 0, 0);
transform:translate3d(50px, 0, 0)
}
}
@-webkit-keyframes wd-fadeOutLeft {
from {
-webkit-transform:none;
transform:none
}
to {
-webkit-transform:translate3d(-50px, 0, 0);
transform:translate3d(-50px, 0, 0)
}
}
@keyframes wd-fadeOutLeft {
from {
-webkit-transform:none;
transform:none
}
to {
-webkit-transform:translate3d(-50px, 0, 0);
transform:translate3d(-50px, 0, 0)
}
}
@-webkit-keyframes wd-fadeInLeft {
from {
-webkit-transform:translate3d(-50px, 0, 0);
transform:translate3d(-50px, 0, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
@keyframes wd-fadeInLeft {
from {
-webkit-transform:translate3d(-50px, 0, 0);
transform:translate3d(-50px, 0, 0)
}
to {
-webkit-transform:none;
transform:none
}
}
.news ul li {
	float: left;
	list-style: none;
	width: 100%;
	margin-bottom: 30px;
}
.news .img {
	width: 30%;
	margin-right: 30px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}
.news .news_day {
	color: #808080;
	font-size: 13px;
	display: inline-block;
}
.news .news_day i {
	margin-right: 4px;
	color: #aaa;
}
.news .img img {
	width: 100%;
}
.news ul li {
	list-style: none;
	margin-bottom: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.news ul li .li {
	position: relative;
	padding: 15px;
	border: 1px solid #eee;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.06);
	transition: 0.5s all;
}
.news ul li .h4 a {
	font-size: 16px;
	color: #333;
	font-family: "Poppins_B";
	display: block;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news ul li p {
	font-size: 13px;
	color: #999;
	max-height: 44px;
	overflow: hidden;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.news ul li h4:hover a {
	color: #e0b48e;
}
.news ul li:hover .img {
	background: #000;
}
.news ul li:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}
.news ul li:hover {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.news ul li:hover .li {
	border: 1px solid #367e62;
}
.news ul li .img {
	position: relative;
}

@media only screen and (max-width: 980px) {
.news .img {
	width: 45%;
	margin-right: 15px;
}
.news ul li .h4 a {
	margin-top: 0px;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
}
}

@media only screen and (max-width: 768px) {
.news ul li h4 a {
	overflow: hidden;
	line-height: 24px;
	max-height: 48px;
	font-size: 14px;
}
}

@media only screen and (max-width: 375px) {
.news .img {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 20px;
}
}/*sitemap*/
.sitemap {
	width: 100%;
}
.stp-listA>li {
	text-transform: capitalize;
	list-style: none;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
}
.stp-top {
	width: 100%;
	background: #ececec;
	margin-bottom: 1px;
}
.stp-top .page_info_title {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	font-family: "Poppins_B";
	padding: 0;
	padding: 15px 20px;
	transition: all .5s;
	color: #333;
}
.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #fff;
	background: #367e62;
}
.stp-top .page_info_title i {
	padding-left: 5px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.stp-top .page_info_title:hover i {
	padding-left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.stp-listB {
	display: block;
	padding: 15px;
	border: 2px solid #eee;
	border-top: none;
	padding: 30px 20px;
	list-style: none;
	margin-top: -1px;
	background: #fff;
	border-radius: 0;
}
.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
}
.stp-listB>li>a {
	font-size: 15px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
}
.stp-listB>li>a i {
	padding-right: 5px;
}
.stp-listB>li:hover>a {
	color: #367e62;
}
.stp-listB>li:nth-child(4n+1) {
	clear: both;
}
.stp-pro .stp-listB>li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}
.stp-pro .stp-listB>li .image {
	max-width: 48px;
	min-width: 48px;
}
.stp-pro .stp-listB>li .title {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
}
.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #ccc;
}
.stp-pro .stp-listB>li .title:hover {
	color: #367e62;
	text-decoration: none;
}
.stp-pro .stp-listB>li .title:hover:after {
	color: #367e62;
}
.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 20px;
	list-style: none;
}
.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}
.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 13px;
	-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: #333333;
}

@media only screen and (max-width: 768px) {
.stp-listA {
	padding: 0;
}
.stp-listB>li {
	width: 50%;
	padding: 4px 0;
}
.stp-listB>li:nth-child(2n+1) {
	clear: both;
}
.stp-listB {
	border-width: 1px;
	padding: 15px;
}
.stp-pro .stp-listB>li .image {
	max-width: 32px;
	min-width: 32px;
}
.stp-listB li .stp-listC li {
	width: 100%;
}
.stp-listB>li>a {
	font-size: 14px;
}
.stp-top .page_info_title {
	font-size: 14px;
	padding: 10px 10px;
}
.stp-listB li .stp-listC li a {
	font-size: 13px;
}
}

@media only screen and (max-width: 400px) {
.stp-listB li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
}/*honor */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}
#baguetteBox-overlay.visible {
	opacity: 1
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: sans-serif
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}
@-webkit-keyframes bounceFromRight {
0%, 100% {
margin-left:0
}
50% {
margin-left:-30px
}
}
@keyframes bounceFromRight {
0%, 100% {
margin-left:0
}
50% {
margin-left:-30px
}
}
@-webkit-keyframes bounceFromLeft {
0%, 100% {
margin-left:0
}
50% {
margin-left:30px
}
}
@keyframes bounceFromLeft {
0%, 100% {
margin-left:0
}
50% {
margin-left:30px
}
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}
.baguetteBox-button#next-button {
	right: 2%
}
.baguetteBox-button#previous-button {
	left: 2%
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}
.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
}/* Styles for the gallery */
.tz-gallery {
	padding: 0;
}
.tz-gallery .li {
	float: left;
	width: 20%;
	position: relative;
}
.tz-gallery .lightbox {
	display: inline-block;
	padding: 4px;
	border: 1px solid #ddd;
	position: relative;
}
.tz-gallery .lightbox:after {
	position: absolute;
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	content: '\f00e';
	top: 4px;
	right: 4px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 42px;
	font-size: 18px;
	transition: 0.6s all;
	border-bottom-left-radius: 30px;
}
.tz-gallery .thumbnail {
	border: none;
	text-align: center;
	background: none;
}
.tz-gallery .caption {
	font-size: 16px;
	font-family: "Poppins_B";
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin: 10px 0 0;
}
.baguetteBox-button {
	background-color: transparent !important;
	display: block !important;
}

@media only screen and (max-width: 992px) {
.tz-gallery .thumbnail {
	margin-bottom: 20px;
}
.tz-gallery .li {
	width: 33.33%;
}
}

@media only screen and (max-width: 400px) {
.tz-gallery .thumbnail {
	margin-bottom: 20px;
}
.tz-gallery .li {
	width: 50%;
}
}
.video_l {
	list-style: none;
}
.video_l li {
	padding: 0 10px;
	margin-bottom: 25px;
	text-align: center;
}
.video_l li .column {
	transition: all .5s;
	background: #fff;
	border-radius: 0;
}/*.video_l li:nth-child(3n+1){clear: both;}*/
.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	border-radius: 0;
}
.video_l li:hover .image {
	box-shadow: 0 10px 25px 1px rgba(0,0,0,0.1);
}
.video_l li .image > a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}
.video_l li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}
.video_l li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.video_l li .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	transition: all .5s;
}
.video_l li:hover .ovrly {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.video_l li .video_button {
	display: inline-flex;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	font-size: 18px;
	background: #0751a4;
	align-items: center;
	justify-content: center;
	z-index: 99;
	color: #fff;
	transition: all .5s;
}
.video_l li .video_button .line-video-animation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255,255,255,0.27);
	border-radius: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.video_l li:hover .video_button {
	width: 70px;
	height: 70px;
	text-decoration: none;
	background: #fff;
	color: #0751a4;
}
.video_l li:hover .video_button .line-video-animation {
	animation: squares 3.9s linear 0s infinite;
	-webkit-animation: squares 3.9s linear 0s infinite;
	-ms-animation: squares 3.9s linear 0s infinite;
	-o-animation: squares 3.9s linear 0s infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.video_l li:hover .video_button .line-video-animation.line-video-2 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.video_l li:hover .video_button .line-video-animation.line-video-3 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s;
}
@-webkit-keyframes squares {
0% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
20% {
-webkit-transform:scale(1.24);
transform:scale(1.24);
opacity:1
}
100% {
-webkit-transform:scale(2.1);
transform:scale(2.1);
opacity:0
}
}
@-moz-keyframes squares {
0% {
-moz-transform:scale(1);
transform:scale(1);
opacity:0
}
20% {
-moz-transform:scale(1.24);
transform:scale(1.24);
opacity:1
}
100% {
-moz-transform:scale(2.1);
transform:scale(2.1);
opacity:0
}
}
@-o-keyframes squares {
0% {
-o-transform:scale(1);
transform:scale(1);
opacity:0
}
20% {
-o-transform:scale(1.24);
transform:scale(1.24);
opacity:1
}
100% {
-o-transform:scale(2.1);
transform:scale(2.1);
opacity:0
}
}
@keyframes squares {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
opacity:0
}
20% {
-webkit-transform:scale(1.24);
-moz-transform:scale(1.24);
-o-transform:scale(1.24);
transform:scale(1.24);
opacity:1
}
100% {
-webkit-transform:scale(2.1);
-moz-transform:scale(2.1);
-o-transform:scale(2.1);
transform:scale(2.1);
opacity:0
}
}
.video_l li .title {
	background: #fff;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 5;
	border-radius: 0;
	margin-top: -10px;
	box-shadow: 0 5px 28px 1px rgba(0,0,0,0.05);
}
.video_l li .title a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-family: "Poppins_B";
	color: #4d4d4d
}
.video_l li:hover .title a {
	color: #333;
	text-decoration: none;
}
.video_l li .text {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width: 768px) {
.video_l li {
	padding: 0 5px;
}
}

@media only screen and (max-width: 480px) {
.video_l li {
	padding: 0;
	width: 100%;
}
.video_l li .title {
	padding: 10px;
}
.video_l li .title a {
	font-size: 14px;
	margin-bottom: 0;
	height: auto;
	max-height: 48px;
}
}/*faq*/
.page_faq_l {
	list-style: none;
	margin-bottom: 30px;
}
.page_faq_l li.question {
	position: relative;
}
.page_faq_l li.question .column {
	background: #eee;
	overflow: hidden;
	border-radius: 5px;
	padding: 5px;
}
.page_faq_l li.question .column > i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
	border-radius: 5px;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #367e62;
}
.page_faq_l li.question .column > i:before, .page_faq_l li.question .column > i:after {
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -1px;
	transition: all .5s;
}
.page_faq_l li.question .column > i:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.page_faq_l li.question .column > h4 {
	margin: 0;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	margin-top: 5px;
	float: left;
	color: #333;
	font-size: 14px;
	font-family: "Poppins_B";
}
.page_faq_l li.answer {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding: 15px;
	display: none;
}
.page_faq_l li.answer a {
	text-decoration: underline;
}
.page_faq_l li.answer a:hover {
	color: #1c7f7b;
}
.page_faq_l div.clearfix {
	height: 20px;
	display: block;
}
.page_faq_l li .column.rotate {
	background: linear-gradient( to right top, #367e62, #98c526);
	box-shadow: 0 0 5px 1px rgba(28,127,123,0.2);
}
.page_faq_l li .column.rotate > h4 {
	color: #fff;
}
.page_faq_l li .column.rotate > i {
	background: #fff;
}
.page_faq_l li .column.rotate > i:before {
	background: #b9c4b4;
}
.page_faq_l li .column.rotate > i:after {
	background: #b9c4b4;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
.page_faq_l li.question .column > h4 {
	font-size: 15px;
	margin-top: 4px;
	line-height: 20px;
}
.page_faq_l li.question .column > i {
	width: 28px;
	height: 28px;
}
.page_faq_l li.question .column > i:before {
	line-height: 28px;
}
}

@media only screen and (max-width: 480px) {
.page_faq_l li.question {
	background-image: none;
	padding: 0;
}
.page_faq_l li.question .column, .page_faq_l li.question .column > i {
	border-radius: 2px;
}
.page_faq_l li.answer {
	padding: 10px 0;
}
.page_faq_l li.question .column > h4 {
	max-width: 82%;
}
}
.case_page ul {
	margin: 0px -20px;
}
.case_page ul li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 0px 20px;
	margin: 20px 0;
}
.case_page ul li .li {
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 992px) {
.case_page ul li .text {
	position: absolute;
	bottom: 50%;
	right: 0;
	transition: all 0.5s;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	-o-transform: translate(0%, 50%);
	transform: tanslate(0%, 50%);
	width: 335px;
	height: auto;
	background: rgba(54,126,98,0.85);
	z-index: 999;
	right: 0;
	bottom: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 24px;
	transition: 0.6s all;
	opacity: 0;
}
.case_page ul li:hover .text {
	opacity: 1;
	bottom: 50%;
}
}
.case_page ul li .img {
	display: block;
	overflow: hidden;
}
.case_page ul li:hover img {
	transform: scale(1.1);
}
.case_page ul li .text .title {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.case_page ul li .text .title a {
	color: #fff;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	max-height: 52px;
	display: block;
	font-family: "Poppins_B";
	overflow: hidden;
}
.case_page ul li .text p {
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
}
.case_page ul li .text i {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #d9b24d;
	line-height: 36px;
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}

@media only screen and (max-width: 992px) {
.case_page ul {
	margin: 0px -10px;
}
.case_page ul li {
	padding: 0px 10px;
	margin: 0;
}
.case_page ul li .text p, .case_page ul li .text i {
	display: none;
}
.case_page ul li .text .title {
	border-bottom: none;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}
.case_page ul li .text .title a {
	color: #333;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	font-size: 14px;
}
}

@media only screen and (max-width: 768px) {
.case_page ul li {
	width: 50%;
}
}



/*tc-box*/

.fixed_adults{position: fixed;width: 100%;height: 100%;background:#fff;background:rgba(0,0,0,0.6);text-align: center; display:none; z-index: 9999999999}

.adults_box{

	width: 100%;

	max-width: 500px;

	display: inline-block;

	position: absolute;

	background:#eee;

	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;

	padding:30px 20px;
	-moz-border-radius:5px;

	-webkit-border-radius:5px;
  text-align: left;
	border-radius:5px;

}


.adults_box .title{display:block; font-weight: 500; text-transform:uppercase;font-size:24px;line-height:24px;margin:20px 0 10px 0; font-style: normal;}
.adults_box .text{font-size:13px;line-height:24px;}
.adults_close{ display: inline-block; width: 36px; height: 36px; line-height: 36px; position: absolute; right: 0; top: 0; text-align: center;}
.adults_close i{ line-height: 36px; font-size: 20px;}


@media only screen and (max-width:768px) {

  .tc-box-01{left:0px;width: 90%;margin:-200px 5% 0;}

}

@media only screen and (max-width:480px) {

  .tc-box-01 span{font-size: 30px;line-height: 30px; color: #333;text-transform: capitalize;}
  .tc-box-01{left:0px;width: 90%;margin:-250px 5% 0;}

}


.page_wrapper_2{padding:60px;}
@media only screen and (max-width: 992px) {

	.page_wrapper_2{padding:60px 10px;}

}

@media only screen and (max-width: 768px) {

	.page_wrapper_2{padding:30px 10px;}
}


.main_img .slick-prev,.main_img .slick-next{width:60px; height:60px; position:absolute; vertical-align: middle; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:none; border:none; border-radius: 50%; border: 1px solid #367e62; background: #fff;}
.main_img .slick-prev::before,.main_img .slick-next::before{border-radius: 0;color:#fff;display: inline-block;font-family: "FontAwesome";font-size:30px; content:"\f104"; line-height:60px;color: #367e62;}
.main_img .slick-next::before{ content:"\f105";}
.main_img .slick-prev{left:auto; right: 50px; bottom: 180px;}
.main_img .slick-next{ right:50px; bottom: 100px;}

.autoplay88 .li .img{ height: 100%; width: auto;}
.autoplay88 .li .text{ position: absolute; left: 3%; bottom:100px; text-align: left; background: rgba(0,0,0,0.5); padding: 15px; max-width: 400px;}
.autoplay88 .li .text .title{ font-size:30px; line-height: 40px; color: #fff;}
.autoplay88 .li .text p{ color: #fff; font-size: 18px; margin-bottom: 15px;}
.autoplay88 .slick-dots{ bottom: 50%; width: 50px; display: flex !important;flex-direction: column; right: 10px;align-items: flex-end;}
.autoplay88 .slick-dots li{margin: 6px 0;}

@media only screen and (min-width: 768px) {
.autoplay88 .li{height: auto;}
}

@media only screen and (min-width: 992px) {
.autoplay88 .li{height: 456px;}
}

@media only screen and (min-width: 1200px) {
.autoplay88 .li{height: 565px;}
}

@media only screen and (min-width: 1530px) {
.autoplay88 .li{height: 800px;}
}


/*cd-secondary-nav*/
.cd-main-content{margin-top: 50px;}
.cd-section{ position: relative; padding-bottom:40px;}
.cd-section ul li{ list-style: none;}
.cd-section .title{ font-size:24px;font-family: "Poppins_B"; line-height: 30px; color: #333;}
.cd-secondary-nav {position: relative;z-index: 3;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; margin-top: -36px;}
.cd-secondary-nav .main{ display: flex; justify-content: space-between;}
.cd-secondary-nav ul {position: fixed; visibility: hidden;z-index: 1;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: scale(0);-moz-transform: scale(0);
-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);-webkit-transform-origin: 100% 100%;-moz-transform-origin: 100% 100%;-ms-transform-origin: 100% 100%;-o-transform-origin: 100% 100%;transform-origin: 100% 100%;-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;transition: transform 0.3s, visibility 0s 0.3s; border-radius: 0;}
.cd-secondary-nav ul.is-visible {  visibility: visible;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1);  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;  transition: transform 0.3s, visibility 0s 0s;}

@media only screen and (min-width: 992px) {
  .cd-secondary-nav ul {position: static;width: auto;width:calc(100% - 86px);visibility: visible;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);background: #367e62; }
  .cd-secondary-nav li { display: inline-block; float: left; list-style: none;}
  .cd-secondary-nav li a { position: relative; display: block;  border-bottom: none; line-height: 68px; color: #fff; font-size: 18px; padding: 0 20px; transition: 0.5s all}
  .cd-secondary-nav li a.active{ background: #4e9279;}
  .cd-secondary-nav li a:hover{ color: #85b8d6;}
  .cd-secondary-nav.is-fixed { position: fixed;left: 0; top:100px; height: 68px; width: 100%; z-index: 1111111; margin-top: 0;}
  .cd-secondary-nav .container{ max-width: 1500px;}
}
.totop_w{ width: 68px; height: 68px; background: #367e62  url(../images/top_ico.png) no-repeat center center; display: inline-block; flex-shrink: 0;}

/*COMPLEMENTARY*/
.COMPLEMENTARY .left{ width: 24%; float: left; padding-right: 30px; padding-top: 20px;}
.COMPLEMENTARY .left .title{ font-size: 26px;font-family: "Poppins_B";}
.COMPLEMENTARY .right{ width: 76%; float: left;}
.COMPLEMENTARY .right .li{ padding: 8px; margin:10px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.08);transition: 0.5s all;}
.COMPLEMENTARY .right .li .img{ position: relative;}
.COMPLEMENTARY .right .li .title{ font-size: 16px; line-height: 20px; height: 40px; overflow: hidden; display: block; margin: 10px 0;}
.COMPLEMENTARY .right .li:hover{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); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.COMPLEMENTARY .right .li:hover .title{ color: #367e62;}
.COMPLEMENTARY .right .li .more{ border: 1px solid #367e62; padding: 0 20px; line-height: 36px; border-radius:30px; margin-bottom: 30px; display: inline-block; color: #367e62;}
.COMPLEMENTARY .right .li:hover .more{ background: #367e62; color: #fff;}
.COMPLEMENTARY .slick-prev,.COMPLEMENTARY .slick-next{ right: 18px;}

@media only screen and (max-width:992px) {
.totop_w{ display: none;}
.main_img .li .text{ position: initial; max-width: 100%; background: #367e62;}
.main_img .li .text p{margin: 0;}
.main_img .li .text .title{ font-size: 20px; line-height: 30px;}

.COMPLEMENTARY .left{width: 100%; padding: 0;}
.COMPLEMENTARY .right{ width: 100%; float: left;}
}

@media only screen and (max-width:500px) {
.main_img .slick-prev, .main_img .slick-next{ display: none !important;}
}


.Prodet_pic2{ display: flex; flex-direction: row; align-items: center}
.Prodet_pic2 .img{ width: 50%; flex-shrink: 0;}
.Prodet_pic2 .text{ width:50%; padding:0 5%;}
.Prodet_pic2 .text .title{ font-size: 60px; color: #333; line-height: 1.2; margin-bottom: 20px;font-family: 'poppins_s';}
.Prodet_pic2 .text{ color: #666; font-size: 16px; line-height: 1.6;}

@media only screen and (max-width:1200px) {
.Prodet_pic2 .text .title{ font-size: 30px; margin-bottom: 5px;}
}

@media only screen and (max-width:992px) {
.Prodet_pic2 .img{ width: 40%; flex-shrink: 0;}
.Prodet_pic2 .text{ padding: 60%; padding:0 2%;}
}

@media only screen and (max-width:600px) {
.Prodet_pic2{flex-direction: column;}
.Prodet_pic2 .img{ order: 1; width: 100%;}
.Prodet_pic2 .text{ order: 2; width: 100%; background: #f7f7f7; padding: 10px;}
}



.main_box{ display: flex;}
.main_box .title{ flex-shrink: 0; margin-right: 30px; width: 24%; flex-shrink: 0;}

@media only screen and (max-width:992px) {
.main_box{ display: block;}
.main_box .title{ width: 100%;}
}






