/*reset*/:focus {
	outline: 0;
}
body, ul, img, input, dl, dd, tr, th, td {
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
img {
	border: none;
	max-width: 100%;
}/*li,ul,ol{list-style:none;}*/
a {
	text-decoration: none;
	color: #4d4d4d;
}
input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}
body {
	overflow-x: hidden;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
a:focus {
	outline: none;
}
iframe {
	max-width: 100%;
	width: 100%;
}
p {
	margin: 5px;
}/*share*/
body {
	font-size: 12px;
	font-family: 'poppins', arial, sans-serif;
	color: #4d4d4d;
	background: #fff;
}
.bold {
	font-weight: bold;
}
.fontRed {
	color: red;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
b, strong {
	font-family: 'poppins semibold';
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
.row {
	margin: 0;
}
}
*:link, *:visited, *:hover, *:active, *:focus {
	transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
	-webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}
@font-face {
	font-family: 'poppins';
	src: url(../font/poppins.eot);
	src: url(../font/poppins.eot?#iefix) format('embedded-opentype'), url(../font/poppins.svg#poppins) format('svg'), url(../font/poppins.woff) format('woff'), url(../font/poppins.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppins semibold';
	src: url(../font/poppins-semibold.eot);
	src: url(../font/poppins-semibold.eot?#iefix) format('embedded-opentype'), url(../font/poppins-semibold.svg#poppins-semibold) format('svg'), url(../font/poppins-semibold.woff) format('woff'), url(../font/poppins-semibold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat semibold';
	src: url(../font/Montserrat-semibold.eot);
	src: url(../font/Montserrat-semibold.eot?#iefix) format('embedded-opentype'), url(../font/Montserrat-semibold.svg#Montserrat-semibold) format('svg'), url(../font/Montserrat-semibold.woff) format('woff'), url(../font/Montserrat-semibold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url(../font/Montserrat-Regular.eot);
	src: url(../font/Montserrat-Regular.eot?#iefix) format('embedded-opentype'), url(../font/Montserrat-Regular.svg#Montserrat-Regular) format('svg'), url(../font/Montserrat-Regular.woff) format('woff'), url(../font/Montserrat-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}/*index*/
.header {
	transition: all .5s;
	padding: 0;
}
.header > .container {
	position: relative;
}
#logo {
	position: relative;
	text-align: left;
	float: left;
	z-index: 9999999;
	padding-top: 15px;
}
#logo h1 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
}
#logo a {
	padding: 0;
	display: inline-block;
}
#logo img {
	max-width: 164px;
	height: auto;
	padding: 0;
	transition: all .5s;
}
.select {
	float: right;
	padding-top: 36px;
}
.select > a {
	display: inline-block;
	font-size: 12px;
	color: #808080;
}
.select > a img {
	max-width: 20px;
	height: auto;
	vertical-align: middle;
}
.select > a p {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	vertical-align: middle;
	text-transform: capitalize;
}
.select > a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	color: #808080;
	margin-left: 2px;
}
.select > a:hover, .select > a:link {
	text-decoration: none;
}
.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 65%;
	height: auto;
	z-index: 99999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.select-show {
	visibility: visible;
	transition: all .5s;
}
.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}
.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 99999999;
	opacity: 0;
	background: rgba(1,1,1,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.select-show ~ .select-overlay {
	opacity: 1;
	visibility: visible;
}
.select-content {
	color: #5b5b5b;
	background: #fff url(../images/bg_lan.jpg) no-repeat 99% 10px;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	padding: 50px;
}
.select-content em {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'montserrat semibold';
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.select-content .list {
	list-style: none;
}
.select-content .list li {
	margin-bottom: 30px;
	padding: 0 10px;
}
.select-content .list li img {
	border: 1px solid #e5e5e5;
}
.select-content .list li p {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 20px;
}
.select-content .list li:hover p {
	color: #fe9305;
	text-decoration: underline;
}
.select-content .select-close {
	position: absolute;
	right: 50px;
	top: 56px;
	border: none;
	background-color: transparent;
}
.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.select-content .select-close i:before, .select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #999;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.head_top .social_icons {
	float: right;
	list-style: none;
	margin-right: 10px;
	padding-top: 2px;
}
.head_top .social_icons li {
	display: inline-block;
	padding: 0 8px;
	transition: all .5s;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.head_top .social_icons li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.head_top .social_icons li i {
	width: 18px;
	height: 16px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #000 0%, #000 100%);
	transition: all .5s;
}
.head_top .social_icons li:hover a i {
	background-image: linear-gradient(135deg, #fe9305 0%, #fe9305 100%);
}
.search_box {
	float: right;
	z-index: 99999999;
	margin-right: 20px;
	padding-top: 30px;
}
.search i {
	width: 36px;
	height: 36px;
	background: url(../images/search.png) no-repeat center center;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	border: 1px solid #001570;
}
.top-search {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 100px;
	display: none;
	z-index: 9999999;
	background: #fafafa;
	border-radius: 0;
	box-shadow: 0px 5px 15px 2px rgba(0,0,0,0.1);
}
.top-search em {
	font-size: 24px;
	text-align: left;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'montserrat semibold';
	display: block;
}
.top-search .input-group-addon i {
	width: 20px;
	height: 20px;
	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: 20px;
	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;
	border-radius: 25px;
	border: 2px solid #e5e5e5;
	background: #fff;
	color: #808080;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 20px;
	text-align: left;
	font-size: 14px;
	font-family: 'poppins';
	background: #fff;
}
.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
	border-color: #192d7e;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
}
.btn_search1 {
	background: #192d7e url(../images/search_w.png) no-repeat center center;
	top: 2px;
	height: 46px;
	position: absolute;
	right: 2px;
	width: 46px;
	border-radius: 50%;
	z-index: 3;
}
.header_search {
	position: relative;
}
.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 50px;
	border-radius: 0;
}
.attr-nav {
	float: right;
	padding-top: 0;
	z-index: 9999999;
	display: inline-block;
}
.attr-nav ul li {
	list-style: none;
}
.top-search .input-group {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 40px;
	background: #fff url(../images/bg_search.jpg) no-repeat 10px 10px;
	width: 100%;
	border-radius: 0;
}/* Sizes for the bigger menu */
header {
	width: 100%;
	z-index: 9999999;
	padding: 0;
	position: fixed;
}
header.large {
height:;
	top: 0;
}
header.small {
height:;
	left: 0;
	background: #fff;
	top: 0;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
	padding-bottom: 1px;
}
header.small .head_right {
	display: none;
}
header.small #logo {
	padding-top: 10px;
}
header.small #logo img {
	max-width: 140px;
}
header.small .search_box {
	padding-top: 20px;
}
header.small .select {
	padding-top: 20px;
}
header.small .top-search {
	top: 80px;
}
.height {
	padding-top: 100px;
}

@media only screen and (max-width: 1540px) {
.select-modal {
	width: 90%;
}
}

@media only screen and (max-width: 1260px) {
#logo img, header.small #logo img {
	max-width: 120px;
}
.search_box {
	padding-top: 20px;
}
.select {
	padding-top: 20px;
}
.height {
	padding-top: 80px;
}
}

@media only screen and (max-width: 992px) {
header, header.large {
	border: none;
	position: inherit;
	position: relative;
	top: 0;
}
header.large .header, .header, header.small .header {
	padding-bottom: 15px;
	background: #fff;
	position: relative;
}
.header .container {
	width: 100%;
}
.header .row {
	margin: 0;
}
.header #logo, header.small #logo, header.large .header.page_header #logo {
	padding: 0;
	position: relative;
	z-index: 9999999;
	float: left;
	padding-top: 10px;
}
.header #logo img, header.small #logo img {
	max-width: 110px;
}
#logo .text {
	display: none;
}
.height {
	padding: 0;
}
.search_box, header.small .search_box {
	max-width: 100%;
	padding: 0;
}
.search_box .attr-nav, header.small .attr-nav {
	position: absolute;
	top: 12px;
	right: 65px;
	margin: 0;
	max-width: 100%;
	padding: 0;
	display: block;
}
.top-search h4 {
	display: block;
	margin-top: 0;
}
.top-search .input-group, header.small .top-search .input-group {
	padding: 40px 20px;
	margin: 0 auto;
	width: 100%;
}
.top-search, header.small .top-search {
	display: none;
	width: 100%;
	top: 0;
	max-width: 100%;
	left: 0;
	border-radius: 0;
	z-index: 9999999;
	padding-top: 0;
	background: #fff;
}
.top-search em {
	display: block;
	top: 0;
	background: transparent;
	font-size: 18px;
	margin-top: 0;
}
.top-search .input-group-addon.close-search {
	display: block;
	top: 0;
	background: transparent;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
}
.top-search .input-group-addon i {
	top: 10px;
}
.search i, header.small .search i {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background-size: 16px;
}
.top-search .form-control {
	width: 100%;
}
.head_con, .head_top .social_icons, .language {
	display: none;
}
.select {
	padding: 0;
	padding-top: 12px;
}
.select-modal {
	width: 80%;
}
.select-content {
	padding: 40px 20px;
}
.select-content em {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.select-content .list li {
	margin-bottom: 20px;
}
.select-content .select-close {
	right: 20px;
	top: 40px;
}
}

@media only screen and (max-width: 480px) {
.top-search .form-control {
	height: 40px;
	line-height: 40px;
}
.btn_search1 {
	width: 36px;
	height: 36px;
	background-size: 16px;
}
.top-search em {
	padding-right: 20px;
	line-height: 100%;
	padding-top: 5px;
}
.select-modal {
	width: 95%;
}
.select-content .select-close {
	right: 5px;
	top: 5px;
}
}/*******bootstrap-touch-slider********/
.slide_content {
	position: relative;
	z-index: 555;
}/* SVG wrap */
.bs-slider {
	overflow: hidden;
	position: relative;
}/*.bs-slider:hover {    cursor: -moz-grab;    cursor: -webkit-grab;}.bs-slider:active {    cursor: -moz-grabbing;    cursor: -webkit-grabbing;}*/
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}/*************************Slide effect**********************/
.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: auto;
	bottom: 0;
	z-index: 100;
	color: #333;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-shadow: none;
	position: absolute;
	background: transparent;
	right: 200px;
	left: auto;
	top: 45%;
	bottom: auto;
	right: auto;
	left: auto;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.control-round .carousel-control.left {
	left: -70px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.control-round .carousel-control.right {
	right: -70px;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.slide_content:hover .control-round .carousel-control.left {
	left: 40px;
}
.slide_content:hover .control-round .carousel-control.right {
	right: 40px;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	border: 0px transparent;
}
.control-round .carousel-control {
	margin: 0 20px;
	width: 60px;
	height: 60px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.control-round .carousel-control.left {
	margin-right: 81px;
	background-image: url(../images/silde_prev.png);
}
.control-round .carousel-control.right {
	background-image: url(../images/silde_next.png);
}
.carousel-control .icon-wrap {
	position: absolute;
	width: 32px;
}
.carousel-control.left .icon-wrap {
	left: 15px;
}
.carousel-control.right .icon-wrap {
	right: 15px;
}
.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	line-height: 42px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color: #333;
}
.carousel-control.left h3 {
	right: 50px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.carousel-control.right h3 {
	left: 50px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.control-round .carousel-control:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.control-round .carousel-control.left:hover:before, .control-round .carousel-control.right:hover:before {
	color: #fff;
}
.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	left: 13%;
	bottom: 20%;
	width: auto;
	max-width: 1400px;
	height: 40px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
	margin-left: 0;
}
.indicators-line > .carousel-indicators li {
	color: #b2b2b2;
	background: none;
	margin: 0 20px;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	border: none;
	width: auto;
	height: auto;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	color: #62a70f;
}/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: left !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: auto;
	top: 50%;
	margin: auto;
	position: absolute;
	text-align: left;
	padding: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.slide-text > div .title {
	font-size: 48px;
	color: #fe9305;
	line-height: 64px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	font-family: 'montserrat semibold';
	display: flex;
	align-items: flex-end;
}
.slide-text > div .title span {
	font-size: 140px;
	color: #fe9305;
	display: block;
	line-height: 110px;
}
.slide-text > div .text {
	color: #ffffff;
	font-family: 'Montserrat';
	font-size: 48px;
	line-height: 64px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 20px;
	max-width: 70%;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.slide-text > div .main_more.more_about {
	margin-left: 10px;
	border: 2px solid #fe9305;
	background-color: #fff;
}
.slide-text > div .main_more.more_about a {
	color: #fe9305;
	background-image: url(../images/icon_right.png);
}
.slide-text > div .main_more.more_about:hover {
	border-color: #192d7e;
}
.slide-text > div .main_more.more_about:hover a {
	color: #fff;
	background-image: url(../images/icon_right_w.png);
}
.slide-bottom:before {
	content: "\f107";
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 36px;
	color: #fff;
	margin-left: -15px;
	z-index: 999;
}
.slide_content .slide_main {
	background: #62a70f;
	background: rgba(0,185,242,0.8);
	padding: 40px 60px;
	width: 50%;
	max-width: 750px;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 99999999;
}
.slide_content .slide_main p {
	width: 60%;
	float: right;
	color: #ffffff;
	font-size: 30px;
	line-height: 42px;
	text-align: left;
}/*------------------------------------------------------*//* RESPONSIVE/*------------------------------------------------------*/

@media (max-width:1680px) {
.indicators-line > .carousel-indicators {
	left: 20px;
	bottom: 40px;
}
.slide-text > div .text, .slide-text > div .title {
	font-size: 36px;
	line-height: 42px;
	max-width: 50%;
}
}

@media (max-width:1260px) {
.slide-text > div .title span {
	font-size: 120px;
	line-height: 110px;
}
.slide-text > div .text, .slide-text > div .title {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 0;
}
}

@media (max-width:992px) {
.slide_content {
	overflow: hidden;
}
.slide-text {
	padding: 0 20px;
}
.slide-text > div {
	text-align: center;
}
.slide-text > div .title {
	justify-content: center;
	font-size: 24px;
	line-height: 28px;
}
.slide-text > div .title span {
	font-size: 80px;
	line-height: 80px;
}
.slide-text > div .text {
	max-width: 100%;
	font-size: 24px;
	line-height: 28px;
}
.control-round .carousel-control {
	top: 40%;
	width: 30px;
	margin: 0 20px;
	height: 50px;
}
.control-round .carousel-control.left:before, .control-round .carousel-control.right:before {
	line-height: 50px;
}
.control-round .carousel-control.left {
	left: -25px;
	border-radius: 0;
}
.control-round .carousel-control.right {
	right: -25px;
	border-radius: 0;
}
.slide-bottom:before {
	display: none;
}
.indicators-line > .carousel-indicators {
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}
.indicators-line > .carousel-indicators li {
	font-size: 16px;
	margin: 0 18px;
}
.slide_content > .line {
	height: 60px;
	background-size: cover;
}
}

@media (max-width:768px) {
.slide_content .waveWrapper {
	bottom: -80px;
}
.slide_content .attachment_line_bottom {
	display: none;
}
.slide-text {
	width: 100%;
}
.slide-text > div {
	padding: 10px;
}
.slide-text > div .title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
}
.slide-text > div .text {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
}
.indicators-line > .carousel-indicators {
	margin-bottom: 0;
	width: 100%;
}
.slide-text > div .main_more {
	margin-top: 10px;
}
.indicators-line > .carousel-indicators {
	display: none;
}
.slide_content > .line {
	height: 40px;
}
.slide_content .waveWrapper {
	display: none;
}
}

@media (max-width:480px) {
.slide-text > div .title {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.slide-text > div .title span {
	font-size: 56px;
	line-height: 56px;
}
.slide-text > div .text {
	font-size: 14px;
	line-height: 24px;
	font-family: 'poppins';
}
.slide-text > div .main_more a, .slide-text > div .main_more.more_about a {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-family: 'poppins';
	background: none;
	padding-right: 15px;
}
.slide_content > .line {
	height: 20px;
}
}
.main_title {
	margin-bottom: 40px;
	text-align: center;
}
.main_title em {
	color: #333333;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 20px;
	font-family: 'montserrat semibold';
	margin-top: 0;
	position: relative;
	margin-bottom: 20px;
	display: block;
}
.main_title .s_title {
	margin: 0;
	margin-bottom: 5px;
	color: #333333;
	font-size: 150px;
	text-transform: uppercase;
	line-height: 150px;
	filter: alpha(opacity=3);
	-moz-opacity: 0.03;
	opacity: 0.03;
	font-family: 'montserrat semibold';
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	text-align: left;
	z-index: -1;
}
.main_title .line {
	width: 40px;
	height: 6px;
	background: #fe9305;
	display: inline-block;
}
.main_title .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	max-width: 60%;
	margin: auto;
	margin-top: 20px;
}
.main_more {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	background: #fe9305;
	transition: all .5s;
	z-index: 3;
	overflow: hidden;
	border-radius: 25px;
}
.main_more: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);
	border-color: #0094ff;
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.main_more:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #192d7e;
	display: block;
	transform: scaleY(0);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	transition: all 0.4s ease 0s;
	transform-origin: 0 0 0;
}
.main_more:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
.main_more a, .main_more input, .main_more button {
	display: inline-block;
	background: transparent;
	color: #fff;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	padding-right: 45px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	font-family: 'montserrat semibold';
	background: url(../images/icon_right_w.png) no-repeat 88% center
}
.main_more:hover a, .main_more:hover input, .main_more:hover button {
	color: #fff;
	text-decoration: none;
}
.main_more input {
	background-position: 82% center;
}
.attachment_line_top {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 2;
	width: 100%;
	display: block;
	height: 90px;
	background: url(../images/wave02.png) no-repeat center center;
}
.attachment_line_bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	width: 100%;
	display: block;
	height: 90px;
	background: url(../images/wave01.png) no-repeat center center;
}

@media only screen and (max-width: 1260px) {
.main_title .s_title {
	font-size: 100px;
	line-height: 100px;
}
}

@media only screen and (max-width: 992px) {
.main_title .s_title {
	display: none;
}
.main_title .text {
	max-width: 80%;
}
.attachment_line_bottom, .attachment_line_top {
	height: 50px;
	background-size: cover;
}
}

@media only screen and (max-width: 768px) {
.main_title {
	margin-bottom: 30px;
	max-width: 100%;
	background-size: contain;
}
.main_title em {
	font-size: 28px;
	margin-bottom: 15px;
}
.main_title .s_title {
	font-size: 12px;
}
.main_title .text {
	line-height: 20px;
	max-height: 40px;
	max-width: 100%;
	font-size: 12px;
}
.main_more {
	margin-top: 20px;
}
.main_more a, .main_more input, .main_more button {
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	padding-right: 35px;
	background-position: 90% center;
	font-size: 12px;
}
.main_more input {
	background-position: 80% center;
}
}
.tp-mask-wrap {
	z-index: 99999;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
}
.slider-scroll-button {
	position: relative;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	display: inline-block;
	z-index: 5;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 14px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 8px;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}
.slider-scroll-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 49%;
	width: 23px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 15px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
}
.slider-scroll-button:after {
	content: '';
	width: 6px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	position: absolute;
	top: 19px;
	left: 49%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-webkit-animation-name: sliderScrollButton;
	animation-name: sliderScrollButton;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
0% {
opacity: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
70% {
opacity: 1;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
}
@keyframes sliderScrollButton {
0% {
opacity: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
70% {
opacity: 1;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-50%, 10px, 0);
transform: translate3d(-50%, 10px, 0);
}
}

@media only screen and (max-width: 768px) {
.tp-mask-wrap {
	display: none;
}
}
.page_date {
	display: inline-block;
	background: url(../images/icon_date.png) no-repeat left 1px;
	text-align: center;
	padding-left: 25px;
	color: #192d7e;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .5s;
	font-family: 'poppins semibold'
}
.page_more {
	display: inline-block;
	color: #fe9305;
	text-transform: uppercase;
	font-family: 'poppins semibold';
	position: relative;
	font-size: 12px;
	margin-top: 15px;
	z-index: 5;
	transition: all .5s;
}
.page_more:hover {
	color: #192d7e;
}
.page_more:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #fe9305;
	z-index: -1;
	position: absolute;
	left: -14px;
	top: -8px;
	border-radius: 50%;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	transition: all .5s;
}
.page_more:hover:before {
	background: #192d7e;
	left: -6px;
}
.page_more i {
	margin-left: 5px;
	width: 17px;
	height: 11px;
	display: inline-block;
	background: url(../images/icon_right.png) no-repeat center center;
	transition: all .5s;
}
.page_more:hover i {
	animation: scroll_right_anim 1.5s infinite;
	background-image: url(../images/icon_right_b.png)
}
@-webkit-keyframes spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.circle_more {
	display: inline-flex;
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-top: 30px;
	z-index: 2;
	background: #fe9305;
	transition: all .5s;
	align-items: center;
	justify-content: center;
}
.circle_more:hover {
	background-color: #192d7e;
}
.circle_more i {
	width: 10px;
	height: 18px;
	display: inline-block;
	background: url(../images/icon_right_w02.png) no-repeat center center;
	transition: all .5s;
}
.circle_more:hover i {
	animation: scroll_right_anim 1.5s infinite;
}
@keyframes scroll_right_anim {
0% {
transform: translateX(-3px);
}
50% {
transform: translateX(3px);
}
100% {
transform: translateX(-3px);
}
}
.circle_more:after {
	content: '';
	background: #fe9305;
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	border-radius: 50%;
	z-index: -1;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	transition: all .5s;
}
.circle_more:hover:after {
	-webkit-transform: scale(var(--scale-multiplier, 1.3));
	-ms-transform: scale(var(--scale-multiplier, 1.3));
	transform: scale(var(--scale-multiplier, 1.3));
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}/*******Slider********//* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}/* Dots */
.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	left: 0;
	margin-top: 34px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 5px;
	width: 52px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 5px;
	width: 52px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #eeeeee;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background: #0db26d;
}/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	display: none !important;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0px 5px;
	cursor: pointer;
	transition: all .5s;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #cccccc;
	padding: 0;
	transition: all .5s;
	border-radius: 15px;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active {
	width: 20px;
	height: 10px;
}
.slick-dots li.slick-active button {
	background: #f27809;
	width: 20px;
	height: 10px;
}
.slick-prev, .slick-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 99;
	transition: all .5s;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ededed;
	border-radius: 50%;
}
.slick-prev {
	left: -80px;
}
.slick-next {
	right: -80px;
}
.slick-prev:before, .slick-next:before {
	content: '';
	width: 12px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s;
	vertical-align: middle;
}
.slick-prev:before {
	background-image: url(../images/prev_g.png);
}
.slick-next:before {
	background-image: url(../images/next_g.png);
}
.slick-prev:after, .slick-next:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	background: #000;
	filter: alpha(opacity=2);
	opacity: 0.02;
	transition: all .5s;
	border-radius: 50%;
}
.slick-prev:hover, .slick-next:hover {
	background-color: #192d7e;
}
.slick-prev:hover:before {
	background-image: url(../images/prev.png);
}
.slick-next:hover:before {
	background-image: url(../images/next.png);
}
.slick-prev:hover:after, .slick-next:hover:after {
	background-color: #3dc3a0;
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	filter: alpha(opacity=10);
	opacity: 0.1;
}

@media only screen and (max-width: 1300px) {
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
}

@media only screen and (max-width: 768px) {
.slick-prev, .slick-prev:hover {
	left: -10px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background-color: #000;
	border-radius: 0;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	border: none;
	border-radius: 0 20px 20px 0;
	background-image: url(../images/prev.png);
}
.slick-next, .slick-next:hover {
	right: -10px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background-color: #000;
	border-radius: 0;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	border: none;
	border-radius: 20px 0 0 20px;
	background-image: url(../images/next.png);
}
.slick-prev:after, .slick-next:after {
	display: none;
}
}/*******features-tab********//* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	z-index: 1;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
	background: inherit;
	width: 30px;
	height: 60px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -30px;
	overflow: hidden;
	text-align: center;
	text-indent: -9999px;
	transition: all .5s;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -50px;
	background-image: url(../images/prev.png);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -50px;
	background-image: url(../images/next.png);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #fe9305;
}

@media only screen and (max-width: 1300px) {
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -10px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -10px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	background: #fe9305;
	color: #fff;
}
}
.pro_content {
	padding: 80px 0 50px 0;
	background: url(../images/bg_cat02.jpg) no-repeat left bottom;
	position: relative;
	z-index: 5;
	text-align: center;
}
.pro_content .main_more {
	position: relative;
	z-index: 10;
}
#parentHorizontalTab01 {
	text-align: left;
	padding: 10px;
	position: relative;
	z-index: 5;
}
#parentHorizontalTab01:before {
	content: '';
	background: url(../images/bg_circle.png) no-repeat center center;
	width: 792px;
	height: 615px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media only screen and (max-width: 768px) {
#parentHorizontalTab01 {
	margin: 10px 0 !important;
}
}
#parentHorizontalTab01 ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
}
#parentHorizontalTab01 .resp-tabs-list li {
	width: 100%;
	list-style: none;
	cursor: pointer;
	text-align: left;
}

#parentHorizontalTab01 .resp-tabs-list li .icon{ flex-shrink: 0;}

#parentHorizontalTab01 .resp-tabs-list li.moffer01, #parentHorizontalTab01 .resp-tabs-list li.moffer03 {
	padding-left: 40px;
}
#parentHorizontalTab01 .resp-tabs-list li.moffer05 {
	padding-left: 50px;
}
#parentHorizontalTab01 .resp-tabs-list li ul li {
	margin-bottom: 30px;
	display: flex;
}
#parentHorizontalTab01 .resp-tabs-list li .offer-left {
	width: 30%;
	float: left;
}
#parentHorizontalTab01 .resp-tabs-list li .offer-right {
	width: 30%;
	float: right;
}
#parentHorizontalTab01 .resp-tabs-list li span {
	display: inline-block;
	min-width: 100px;
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,0.1);
}
#parentHorizontalTab01 .resp-tabs-list li span img {
	width: 100%;
	height: auto;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap {
	padding-left: 20px;
	max-width: 300px;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap .title {
	padding-bottom: 20px;
	background: url(../images/line01.png) no-repeat left bottom;
	margin-bottom: 20px;
	transition: all .5s;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap .title a {
	color: #333333;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	display: block;
	font-family: 'montserrat semibold';
	transition: all .5s;
}
#parentHorizontalTab01 .resp-tabs-list li:hover {
	z-index: 99;
}
#parentHorizontalTab01 .resp-tabs-list li ul li:hover .wrap .title {
	background-image: url(../images/line02.png);
}
#parentHorizontalTab01 .resp-tabs-list li ul li:hover .wrap .title a {
	color: #fe9305;
	text-decoration: none;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
}
#parentHorizontalTab01 .resp-tabs-list li.resp-tab-active .title {
	background-image: url(../images/line02.png);
}
#parentHorizontalTab01 .resp-tabs-list li.resp-tab-active .title a {
	z-index: 99;
	color: #fe9305;
}
#parentHorizontalTab01 .resp-content-active, #parentHorizontalTab01 .resp-accordion-active {
	display: block;
}
.table-responsive {
	overflow-x: scroll;
}
#parentHorizontalTab01 .resp-tabs-container {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#parentHorizontalTab01 .resp-tabs-container span {
	display: inline-block;
	max-width: 100%;
	height: auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
#parentHorizontalTab01 .resp-tabs-container span img {
	max-width: 40px;
	height: auto;
	width: auto;
}
#parentHorizontalTab01 .resp-tabs-container span div {
	padding: 15px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
}
#parentHorizontalTab01 .resp-tabs-container span div em {
	border: 5px solid rgba(255,255,255,0.5);
	background: transparent;
	width: 100%;
	height: 100%;
	display: block;
}
#parentHorizontalTab01 .resp-tabs-container .title a {
	display: block;
	font-size: 16px;
	color: #333;
	font-family: 'poppins semibold';
	margin-left: 10px;
}
#parentHorizontalTab01 .resp-tabs-container em.resp-tab-active .title a {
	color: #fe9305;
}
#parentHorizontalTab01 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 5px 15px !important;
}
#parentHorizontalTab01 .resp-tab-content {
	display: none;
	padding: 10px 0 0 0;
}
#parentHorizontalTab01 em.resp-accordion {
	font-size: 18px;
	margin: 0px;
}
#parentHorizontalTab01 em.resp-tab-active {
	margin-bottom: 0px !important;
	background: #5aad24 !important;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
#parentHorizontalTab01 em.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
#parentHorizontalTab01 .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
#parentHorizontalTab01 .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
#parentHorizontalTab01 .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
#parentHorizontalTab01 .resp-arrow {
	width: 0;
	height: 0;
	margin-right: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab01 em.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fe9305;
}
#parentHorizontalTab01 .resp-easy-accordion em.resp-accordion {
	display: block;
}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content {
	border: 1px solid #1268bf;
}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #1268bf;/* !important;*/
}
#parentHorizontalTab01 .resp-jfit {
	width: 100%;
	margin: 0px;
}
#parentHorizontalTab01 .resp-tab-content-active {
	display: block;
}
#parentHorizontalTab01 .resp-tab-content img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1260px) {
#parentHorizontalTab01 .resp-tabs-list li span {
	min-width: 60px;
	max-width: 60px;
	height: 60px;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap {
	padding-left: 10px;
}
#parentHorizontalTab01 .resp-tabs-container {
	max-width: 34%;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap .title a {
	font-size: 18px;
}
}

@media only screen and (max-width: 992px) {
#parentHorizontalTab01 .resp-tabs-list li.moffer01, #parentHorizontalTab01 .resp-tabs-list li.moffer03 {
	padding-left: 0;
}
#parentHorizontalTab01 .resp-tabs-list li.moffer05 {
	padding-left: 0;
}
.pro_content .container_1400 {
	width: 100%;
}
#parentHorizontalTab01 .resp-tabs-list li .wrap .title {
	background: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 768px) {
.pro_content {
	padding: 50px 0;
}
#parentHorizontalTab01 {
	height: auto;
}
#parentHorizontalTab01:before {
	display: none;
}
#parentHorizontalTab01 .resp-tab-content {
	padding: 0;
	padding-bottom: 10px;
	display: none !important;
}
#parentHorizontalTab01 {
	padding: 0;
	border-bottom: none;
}
#parentHorizontalTab01 ul.resp-tabs-list {
	display: none;
}
#parentHorizontalTab01 em.resp-accordion {
	display: block;
	background: #fff !important;
	color: #4c4c4c;
	border: 2px solid #eee;
	margin-bottom: -2px;
	text-transform: uppercase;
	position: relative;
}
#parentHorizontalTab01 em.resp-tab-active {
	background: #fff !important;
	border: 2px solid #fe9305;
	margin: 0;
}
#parentHorizontalTab01 .resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 15px 15px 30px 15px;
}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
#parentHorizontalTab01 .resp-accordion-closed {
	display: none !important;
}
#parentHorizontalTab01 .resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
#parentHorizontalTab01 .resp-tabs-list li .offer-left, #parentHorizontalTab01 .resp-tabs-list li .offer-right {
	width: 100%;
	float: none;
}
#parentHorizontalTab01 .resp-tabs-list li ul li {
	margin-bottom: 0;
}
#parentHorizontalTab01 .resp-tabs-container {
	max-width: 100%;
	position: inherit;
	left: 0;
	top: 0;
	text-align: center;
	padding: 0 !important;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#parentHorizontalTab01 .resp-tabs-container span div {
	display: none;
}
#parentHorizontalTab01 .resp-tabs-container span>p {
	line-height: 24px;
	margin: 10px 0 20px 0;
	font-size: 14px;
	display: block;
}
#parentHorizontalTab01 em.resp-accordion {
	display: flex;
	align-items: center;
}
#parentHorizontalTab01 em.resp-accordion .text {
	display: none;
}
}

@media only screen and (max-width: 480px) {
.pro_content {
	background: url(../images/bg_cat02.jpg) no-repeat left bottom;
}
#parentHorizontalTab01 .resp-tabs-container .title a {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
}
.about_content {
	padding-bottom: 60px;
	background: #f7f7f7;
	z-index: 12;
	position: relative;
	overflow: hidden;
}
.about_content .features-tab {
	padding: 0;
}
.about_content .tab-scroll {
	float: left;
	width: 45%;
	position: relative;
}
.about_content .tab-scroll .about_image {
	display: block;
	height: 485px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.about_content .nav-tabs {
	border: none;
	padding-bottom: 0;
	width: 100%;
	position: absolute;
	right: 20px;
	bottom: 50px;
	z-index: 2;
	max-width: 240px;
}
.about_content .nav-tabs > li {
	margin: 0;
	padding: 5px 0;
	float: none;
	display: block;
}
.about_content .nav-tabs > li:first-child {
	margin-left: 56px;
}
.about_content .nav-tabs > li:nth-child(3n+2) {
	margin-left: 28px;
}
.about_content .nav-tabs > li a {
	padding: 10px 0 10px 20px;
	margin: 0;
	text-align: left;
	width: 160px;
	border: none;
	color: #333333;
	font-size: 12px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: 'poppins semibold';
	position: relative;
	background: #ffffff;
	border-radius: 30px;
	transition: all .5s;
	box-shadow: 0 10px 30px 5px rgba(0,0,0,0.05);
}
.about_content .nav-tabs > li a:before {
	content: '';
	background: url(../images/icon_right_w02.png) no-repeat center center;
	top: 50%;
	width: 10px;
	height: 18px;
	display: block;
	position: absolute;
	transform: translate(0, -50%);
	right: 30px;
	border-radius: 25px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.about_content .nav-tabs > li a p {
	margin: 0;
	margin-left: 10px;
	letter-spacing: 1px;
}
.about_content .nav-tabs > li a i {
	min-width: 42px;
	height: 42px;
	display: inline-block;
	transition: all .5s;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.about_content .nav-tabs > li.active > a, .about_content .nav-tabs > li:hover > a, .about_content .nav-tabs > li.active > a:focus {
	border: none;
	background: #fe9305;
	color: #fff;
	width: 180px;
}
.about_content .nav-tabs > li.active > a:before, .about_content .nav-tabs > li > a:hover:before, .about_content .nav-tabs > li.active > a:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	right: 10px;
}
.about_content .nav-tabs > li.active a i, .about_content .nav-tabs > li:hover a i {
	background-position: 0 -40px;
}
.about_content .tab-content {
	float: left;
	width: 55%;
	position: relative;
	padding-right: 12%;
	padding-top: 45px;
	padding-bottom: 20px;
	padding-left: 30px;
	min-height: 490px;
}
.about_content .tab-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 110%;
	background: inherit;
	transform-origin: 50% 0;
	background: #f7f7f7;
}
.about_content .tab-content:after {
	content: '';
	background: url(../images/bg_about.jpg) no-repeat center center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 249px;
	height: 228px;
}

@media only screen and (min-width: 992px) {
.about_content .tab-content:before {
	transform: skew(-10deg);
}
}
.about_content .main_title {
	text-align: left;
	z-index: 5;
}
.about_content .main_title .s_title {
	text-align: right;
	top: 0;
	z-index: 2;
}
.about_content .main_title .line, .about_content .main_title em {
	position: relative;
	z-index: 3;
}
.about_content .single-product {
	padding: 5px 10px;
	text-align: left;
	position: relative;
	z-index: 5;
}
.about_content .single-product > .image {
	display: block;
	overflow: hidden;
}
.about_content .single-product > .image img {
	max-width: 100%;
	height: auto;
	transition: all .9s;
	width: 100%;
}
.about_content .single-product:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.about_content .single-product > .title {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	color: #333333;
}
.about_content .single-product:hover > .title {
	color: #fe9305;
}
.about_content #about02 .main_title {
	margin-bottom: 16px;
}
.about_content #about02 .single-product {
	padding: 0 10px;
}
.about_content #about01 .owl-carousel .owl-wrapper-outer {
	overflow: inherit;
}
.about_content #about01 .single-product {
	padding: 0;
	position: relative;
	z-index: 5;
}
.about_content #about01 .about_title {
	margin: 0;
	margin-bottom: 30px;
	text-align: left;
	color: #192d7e;
	font-size: 24px;
	line-height: 28px;
	font-family: 'montserrat semibold';
	display: block;
	padding-left: 40px;
	background: url(../images/ico_about_com.jpg) no-repeat left 0;
}
.about_content #about01 .text {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	max-height: 168px;
	text-align: left;
}
.about_more {
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.about_more .circle_more {
	margin-top: 0;
}
.about_more:hover .circle_more {
	background-color: #192d7e;
}
.about_more:hover .circle_more i {
	animation: scroll_right_anim 1.5s infinite;
}
.about_more:hover .circle_more:after {
	-webkit-transform: scale(var(--scale-multiplier, 1.3));
	-ms-transform: scale(var(--scale-multiplier, 1.3));
	transform: scale(var(--scale-multiplier, 1.3));
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.about_more .about_more_icon {
	padding-left: 20px;
	color: #fe9305;
	font-size: 12px;
	font-family: 'poppins semibold';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about_more:hover .about_more_icon {
	color: #192d7e;
	text-decoration: none;
}
.number_content {
	padding-top: 60px;
}
.number_content .numbers__one {
	padding: 0 10px;
	position: relative;
	z-index: 2;
	width: 20%;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-right: 50px;
}
.number_content .numbers__one .title {
	font-size: 60px;
	line-height: 110%;
	color: #fe9305;
	font-family: 'montserrat semibold';
	display: flex;
	align-items: center;
}
.number_content .numbers__one .number__desc {
	color: #999999;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'montserrat semibold';
}

@media (max-width: 768px) and (min-width: 480px) {
.about_content #about01 .owl-carousel .owl-wrapper, .about_content #about01 .owl-carousel .owl-item {
	width: 100% !important;
}
}

@media only screen and (max-width: 1680px) {
.about_content .tab-content {
	padding-top: 40px;
	padding-right: 7%;
}
.about_more {
	margin-top: 30px;
}
.about_content .nav-tabs {
	bottom: 10px;
}
}

@media only screen and (max-width: 1260px) {
.about_content {
	padding: 50px 10px;
}
.about_content .tab-scroll {
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
	max-width: 100%;
	background: none;
	border-radius: 5px;
}
.about_content .nav-tabs {
	position: inherit;
	left: 0;
	bottom: auto;
	width: 100%;
	max-width: 100%;
	padding-bottom: 20px;
}
.about_content .nav-tabs li {
	float: left;
	min-width: inherit;
	padding: 0 10px;
	width: 33.33%;
	max-width: 100%;
}
.about_content .nav-tabs > li:first-child, .about_content .nav-tabs > li:nth-child(3n+2) {
	margin: 0;
}
.about_content .nav-tabs > li a {
	padding-left: 0;
	text-align: left;
	background: #fff;
	color: #333;
	justify-content: center;
	width: 100%;
}
.about_content .nav-tabs > li a:before {
	width: 100%;
	height: auto;
	bottom: 0;
	background-image: url(../images/icon_down.png);
	border-radius: 0 0 15px 15px;
}
.about_content .nav-tabs > li a i {
	background-image: linear-gradient(135deg, #808080 0%, #808080 100%);
}
.about_content .nav-tabs > li.active > a, .about_content .nav-tabs > li:hover > a, .about_content .nav-tabs > li.active > a:focus {
	width: 100%;
}
.about_content .nav-tabs > li.active > a:before, .about_content .nav-tabs > li > a:hover:before, .about_content .nav-tabs > li.active > a:before {
	left: 0;
	bottom: -20px;
}
.about_content .tab-content {
	padding: 30px 10px 10px;
	width: 100%;
	min-height: inherit;
}
.about_content .tab-scroll .about_image {
	display: none;
}
.number_content .container_1400 {
	width: 100%;
}
.number_content .numbers__one {
	padding-left: 50px;
	padding-right: 10px;
}
.number_content .numbers__one .number__desc {
	font-size: 14px;
}
.number_content .numbers__one .title {
	font-size: 48px;
}
}

@media only screen and (max-width: 768px) {
.about_content {
	padding: 30px 5px 50px 5px;
}
.about_content #about01 .column {
	padding: 0;
	padding-top: 20px;
}
.about_content #about01 .image {
	left: 0;
}
.about_content .nav-tabs > li {
	padding: 0 5px;
}
.about_content .nav-tabs > li a {
	display: block;
	text-align: center;
	padding: 5px;
}
.about_content .nav-tabs > li a:before {
	padding: 10px;
}
.about_content .nav-tabs > li a p {
	line-height: 20px;
	margin: 0;
}
.about_content .nav-tabs > li.active > a, .about_content .nav-tabs > li:hover > a, .about_content .nav-tabs > li.active > a:focus {
	padding-left: 5px;
}
.about_content #about01 .about_title {
	margin-bottom: 20px;
	font-size: 16px;
}
.about_content #about01 .text, .about_content #about03 .text {
	font-size: 12px;
}
.about_content .tab-content {
	padding: 30px 5px 5px;
}
.about_content .single-product {
	text-align: center;
}
.number_content {
	padding-top: 50px;
}
.number_content .numbers__one {
	width: 33.33%;
	margin-bottom: 20px;
	background-size: contain;
}
.number_content .numbers__one .title {
	font-size: 36px;
	line-height: 40px;
}
}

@media only screen and (max-width: 480px) {
.about_content {
	padding-bottom: 30px;
}
.number_content .numbers__one {
	width: 50%;
	padding-left: 30px;
}
}
.case_content {
	z-index: 5;
	position: relative;
	padding: 60px 0;
	background: url(../images/bg_case.jpg) no-repeat right bottom;
	text-align: center;
}
.case_content:before {
	background: #fafafa;
	content: '';
	height: 380px;
	width: 95%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.case_content .list {
	list-style: none;
	margin-left: -5px;
	margin-right: -5px;
}
.case_content .list li {
	padding: 5px;
}
.case_content .list li .column {
	height: 400px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
.case_content .list li .column > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.case_content .list li .column .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .9s;
}
.case_content .list li:hover .column .image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.case_content .list li .bot_title {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(1, rgba(0,0,0,0.6)));
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.6));
	transition: all .8s;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}
.case_content .list li .bot_title em {
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-family: 'montserrat semibold';
	overflow: hidden;
	max-height: 48px;
}
.case_content .list li:hover .bot_title {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	bottom: -50%;
}
.case_content .list li .wrap {
	background: #fff;
	padding: 10px 15px;
	padding-left: 50px;
	width: 90%;
	position: absolute;
	left: -100%;
	bottom: 10px;
	transition: all .8s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2;
}
.case_content .list li:hover .wrap {
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.case_content .list li .wrap:before {
	content: '';
	width: 20px;
	height: 40px;
	background: #fe9305;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: -5px;
	clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
	-webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.case_content .list li .wrap .title {
	color: #333333;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-family: 'montserrat semibold';
	overflow: hidden;
	max-height: 48px;
	margin-bottom: 5px;
}
.case_content .list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

@media only screen and (max-width: 992px) {
.case_content {
	padding: 40px 0;
}
.case_content .list li .column {
	height: 300px;
}
.case_content .list li .wrap {
	display: none;
}
.case_content .list li .bot_title {
	padding: 15px;
}
.case_content .list li .bot_title em {
	font-size: 18px;
}
}

@media only screen and (max-width: 460px) {
.case_content .list li {
	width: 100%;
	padding: 5px 0;
}
.case_content:before {
	width: 100%;
}
}
.news_content {
	z-index: 5;
	position: relative;
	padding: 60px 0;
}
.news_content:before {
	background: #f7f7f7 url(../images/bg_news.jpg) no-repeat right center;
	content: '';
	height: 400px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.news_content .list {
	list-style: none;
}
.news_content .list li .image {
	position: relative;
	overflow: hidden;
}
.news_content .list li .image >a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}
.news_content .list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}
.news_content .list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.news_content .list li .image .date {
	position: absolute;
	right: 0;
	bottom: 0;
	clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	background: #192d7e;
	padding: 8px 5px 8px 15px;
	display: flex;
	align-items: flex-end;
}
.news_content .list li .image .date em {
	color: #fff;
	font-size: 32px;
	line-height: 28px;
	display: inline-block;
	font-family: 'montserrat semibold';
}
.news_content .list li .image .date p {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
}
.news_content .list li .wrap {
	padding-top: 15px;
}
.news_content .list li a.title {
	display: block;
	font-size: 16px;
	font-family: 'montserrat semibold';
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 0;
	margin-bottom: 15px;
}
.news_content .list li:hover a.title {
	color: #fe9305;
	text-decoration: none;
}
.news_content .list li div.text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	max-height: 72px;
	margin-bottom: 15px;
}
.news_content .list li .page_more {
	margin: 0;
}
.news_content .list li .page_date {
	display: none;
}

@media only screen and (max-width: 1260px) {
.news_content:before {
	height: 300px;
}
}

@media only screen and (max-width: 992px) {
.news_content .list li {
	padding: 0 5px;
}
.news_content .list li a.title {
	font-size: 14px;
	font-family: 'poppins semibold'
}
}

@media only screen and (max-width: 768px) {
.news_content {
	padding: 40px 0;
}
.news_content:before {
	height: 200px;
}
.news_content .list li {
	padding: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.news_content .list li .image {
	display: none;
}
.news_content .list li .wrap {
	padding: 0;
}
.news_content .list li div.text {
	max-height: 48px;
}
.news_content .list li .wrap .page_date {
	display: inline-block;
}
.news_content .list li .page_more {
	float: right;
}
}

@media only screen and (max-width: 480px) {
.news_content div.text {
	margin-bottom: 5px;
}
.news_content .list li .page_more {
	display: none;
}
}
.send_column {
	padding: 50px 50px 50px 0px;
	position: relative;
	z-index: 10;
}
.send_column:before {
	content: '';
	width: 1000vh;
	height: 100%;
	background: #fff url(../images/bg_message.jpg) no-repeat right center;
	box-shadow: 0 0 30px 1px rgba(0,0,0,0.1);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.send_column:after {
	content: '';
	width: 8px;
	background: #fe9305;
	position: absolute;
	right: 0;
	top: 50px;
	bottom: 50px;
	display: block;
	border-radius: 4px 0 0 4px;
}
.send_column .main_title {
	text-align: left;
}
.send_column .text {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.send_column ul {
	list-style: none;
	max-width: 100%;
	padding-top: 20px;
}
.send_column ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}
.send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 0;
	padding: 10px 15px;
	border: 2px solid #e5e5e5;
	background: #fafafa;
	border-radius: 25px;
}
.send_column ul li p:before {
	margin-right: 10px;
	color: #b4b4b4;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}
.send_column ul li p a {
	color: red;
	text-decoration: underline;
	font-size: 12px;
	display: inline-block;
}
.send_column ul li span {
	display: block;
	position: relative;
}
.send_column ul li span:after {
	content: '*';
	color: red;
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 2;
	font-size: 14px;
}
.send_column ul li span:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}
.send_column ul li span.ms_e:before {
	background-image: url(../images/mes_e.png);
}
.send_column ul li span.ms_p:before {
	background-image: url(../images/mes_p.png);
}
.send_column ul li span.ms_m:before {
	background-image: url(../images/mes_m.png);
}
.send_column ul li span.ms_p:after {
	display: none;
}
.send_column ul li input {
	background: none;
	height: 50px;
	width: 100%;
	line-height: 50px;
	padding-left: 45px;
	padding-right: 10px;
	font-family: 'poppins';
	font-size: 12px;
	color: #808080;
	border: 2px solid #e5e5e5;
	background: #fff;
	border-radius: 25px;
}
.send_column ul li textarea {
	height: 100px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 100px;
	font-family: 'poppins';
	font-size: 12px;
	padding: 10px 10px 10px 45px;
	color: #808080;
	border: none;
	border: 2px solid #e5e5e5;
	border-radius: 25px;
}
.send_column ul li input:focus, .send_column ul li textarea:focus {
	color: #333;
	border-color: #fe9305;
}
.send_column ul li input:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
.send_column ul li textarea:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */

@media only screen and (max-width: 992px) {
.send_column {
	max-width: 100%;
}
}

@media only screen and (max-width: 768px) {
.send_column ul li {
	padding: 0;
	margin-bottom: 10px;
}
.send_column:after {
	width: 4px;
}
.send_column .text {
	font-size: 12px;
}
.send_column:before {
	display: none;
}
.send_column:after {
	display: none;
}
}/*footer*/
.footer {
	position: relative;
	z-index: 11;
	padding: 70px 0 20px 0;
	overflow: hidden;
	background: url(../images/bg_footer.jpg) no-repeat center center;
	background-size: cover;
}
.footer .foot_top {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.footer .foot_top .fot_logo {
	display: inline-block;
	margin-bottom: 15px;
}
.footer .foot_top .fot_logo img {
	max-width: 110px;
}
.footer .foot_top .text {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	max-height: 60px;
}
.footer .foot_top .main_more {
	background-color: #2c5fb2;
	border-color: #2c5fb2;
}
.footer .foot_top .main_more:hover {
	border-color: #0094ff;
}
.footer .foot_top .main_more a {
	padding-right: 42px;
	background: url(../images/icon_contact.png) no-repeat 88% center;
}
.footer .fot_title {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.footer .fot_title em {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'montserrat semibold';
}
.footer ul, .foot_bot ul {
	list-style: none;
}
.icon-minus-sign, .icon-plus-sign {
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.icon-minus-sign:before, .icon-minus-sign:after, .icon-plus-sign:before, .icon-plus-sign:after {
	content: '';
	display: inline-block;
	background: #5db3b1;
	width: 14px;
	height: 2px;
	margin: 2px 0;
}
.icon-plus-sign {
	width: 12px;
	height: 12px;
}
.icon-plus-sign:before, .icon-plus-sign:after {
	width: 12px;
}
.icon-plus-sign:after {
	transform: rotate(90deg) translate(-6px, 0px);
	-webkit-transform: rotate(90deg) translate(-6px, 0px);
}
.icon-minus-sign:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.icon-minus-sign:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.fot_title .column_icon_toggle {
	display: none;
}
.fot_top {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.fot_top .fot_logo {
	margin-bottom: 20px;
	display: inline-block;
}
.fot_top .text {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	max-width: 55%;
	margin: auto;
}
.fot_top .social_icons {
	padding-top: 10px;
}
.fot_top .social_icons li {
	padding: 0;
}
.footer .social_icons li a {
	display: inline-block;
	positransition: all .5s;
	text-align: center;
	position: relative;
	padding: 10px;
}
.footer .social_icons li a:before {
	content: '';
	background: #fe9305;
	box-shadow: 0 5px 30px 1px rgba(0,0,0,0.05);
	transition: all .5s;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
	border-radius: 50%;
}
.footer .social_icons li a:hover:before {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.fot_nav {
	float: left;
	width: 18%;
	padding-right: 50px;
}
.fot_nav li {
	margin-bottom: 12px;
}
.fot_nav li a {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-transform: capitalize;
	transition: all .5s;
}
.fot_nav li a:hover {
	text-decoration: none;
	color: #fe9305;
	padding-left: 3px;
}
.fot_tag {
	float: left;
	width: 26%;
	padding-right: 50px;
}
.fot_tag li {
	margin-bottom: 12px;
}
.fot_tag li a {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	position: relative;
	display: inline-block;
	transition: all .5s;
}
.fot_tag li a:hover {
	text-decoration: none;
	color: #fe9305;
	padding-left: 3px;
}
.fot_con {
	width: 28%;
	float: left;
	padding-right: 50px;
}
.fot_con li {
	margin-bottom: 12px;
	padding: 3px 0;
	padding-left: 36px;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
.fot_con li a {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}
.fot_con li a:hover {
	text-decoration: none;
	color: #fe9305;
}
.fot_con li.fcon_a {
	background-image: url(../images/fot_a.png);
}
.fot_con li.fcon_e {
	background-image: url(../images/fot_e.png);
}
.fot_con li.fcon_p {
	background-image: url(../images/fot_p.png);
}
.fot_con li.fcon_s {
	background-image: url(../images/fot_s.png);
}
.fot_mes {
	float: left;
	width: 27%;
	padding: 0;
	position: relative;
	z-index: 10;
}
.fot_mes .text {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}
.fot_mes .letter-input {
	max-width: 100%;
	position: relative;
	margin-top: 20px;
}
.fot_mes .letter-input .fot_input {
	background: rgba(255,255,255,0.1) url(../images/bg_letter.png) no-repeat 95% center;
	height: 50px;
	color: #808080;
	line-height: 50px;
	max-width: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 55px;
	font-family: 'poppins';
	font-size: 14px;
	border: none;
	border-radius: 25px;
}
.fot_mes .letter-input .fot_input:focus {
	color: #fff;
}
.fot_mes .letter-input .fot_input:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
.fot_mes .letter-input .fot_input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
.fot_mes .letter-input .fot_input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
.fot_mes .letter-input .fot_input:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
.fot_mes .main_more input {
	height: 40px;
	line-height: 40px;
	font-family: 'poppins semibold';
	font-size: 12px;
	background-image: url(../images/icon_send.png);
	padding-right: 40px;
}
.social_icons {
	list-style: none;
	padding-top: 30px;
}
.social_icons li {
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 5px;
}
.footer-bottom {
	padding-top: 20px;
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	z-index: 10;
}
.footer-bottom .copy {
	color: #666666;
	font-size: 12px;
	display: inline-block;
	float: left;
}
.footer-bottom .copy a {
	color: #666666;
	font-size: 12px;
}
.footer-bottom .copy span, .footer-bottom .copy span a {
	color: #666666;
}
.footer-bottom .copy a:hover, .footer-bottom .copy span a:hover {
	color: #fe9305;
}
.footer-bottom .foot_ipv6 {
	display: inline-block;
	color: #666666;
}
.footer-bottom .foot_ipv6 img {
	max-width: 24px;
	margin-right: 5px;
}
.footer-bottom .fot_link {
	color: #666666;
	display: inline-block;
	float: right;
}
.footer-bottom .fot_link a {
	display: inline-block;
	color: #666666;
	text-transform: uppercase;
}
.footer-bottom .fot_link a:hover {
	color: #fe9305;
}
.friendly {
	display: inline-block;
}
.friendly p, .friendly a {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.friendly a {
	margin: 0 5px;
	color: #666666;
}
.friendly a:hover {
	color: #fe9305;
}

@media only screen and (max-width:1470px) {
.footer {
	padding-bottom: 50px;
}
}

@media only screen and (max-width:1260px) {
.footer-bottom .copy {
	float: none;
	margin-bottom: 5px;
}
.footer-bottom .fot_link {
	float: none;
}
}

@media only screen and (max-width: 992px) {
.footer {
	padding: 50px 0 10px 0;
	margin: 0;
	background-position: right center;
}
.footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_mes, .footer .fot_pro {
	width: 100%;
	padding: 0;
	float: none;
}
.footer .fot_title em {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 0;
	text-transform: uppercase;
}
.footer .fot_title span {
	display: none;
}
.footer .fot_title {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 15px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}
.footer .fot_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 8px;
	font-style: normal;
	cursor: pointer;
	font-weight: normal;
}
.footer .icon-minus-sign:before, .footer .icon-minus-sign:after, .footer .icon-plus-sign:before, .footer .icon-plus-sign:after {
	background: #d1e5e5;
}
.footer .toggle_content {
	padding-bottom: 30px;
	padding-top: 10px;
}
.fot_mes .fot_title, .fot_nav .fot_title {
	display: block;
}
.fot_mes {
	text-align: left;
}
.footer .fot_nav {
	margin: 0;
	text-align: left;
}
.fot_nav {
	display: none;
}
.footer-bottom {
	background: none;
	border: none;
	padding-top: 0;
	margin-top: 10px;
}
.fot_mes .letter-input .send {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
}
.footer .social_icons {
	padding-top: 15px;
}
.fot_con .fot_title {
	display: block;
}
.fot_top {
	border-bottom: none;
	margin-bottom: 0;
}
.fot_top .text {
	max-width: 100%;
	font-size: 12px;
}
.fot_top .fot_logo img {
	max-width: 120px;
}
}

@media only screen and (max-width: 992px) {
.foot_con {
	padding-bottom: 10px;
	padding-top: 10px;
}
.foot_con li {
	padding-right: 0;
	margin-bottom: 20px;
}
.foot_con li em {
	font-size: 14px;
	margin-bottom: 5px;
}
}/*back-top*/
.back_top {
	width: 48px;
	height: 48px;
	text-align: center;
	position: fixed;
	right: 5px;
	bottom: 80px;
	z-index: 9999999;
	display: none;
	background: #192d7e;
	background-size: cover;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.1);
}
.back_top:before {
	content: "\f106";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 44px;
}
.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;
}
@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;
}
#online_qq_layer {
	z-index: 9999999;
	position: fixed;
	right: 0;
	bottom: 0;
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	overflow: hidden;
	height: 50px;
	width: 200px;
	float: right;
	line-height: 50px;
	padding-left: 50px;
	position: relative;
	color: #fff;
	font-size: 14px;
	border-radius: 25px 0 0 0;
	text-transform: uppercase;
	background: #fe9305;
	font-family: 'montserrat semibold';
	box-shadow: 0 0 13px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 13px 0 rgba(255,255,255,0.2);
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
#online_qq_tab #floatShow i {
	height: 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: 30px;
	height: 30px;
	font-size: 13px;
	float: right;
	color: #808080;
	line-height: 50px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 10px;
}
#online_qq_tab #floatHide i {
	width: 20px;
	height: 20px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 20px;
	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: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 12px;
	box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
	-webkit-box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
	border-top: none;
}
#online_qq_layer .inquiry .main_more {
	border-width: 1px;
	margin-top: 0;
}
#online_qq_layer .inquiry .main_more input {
	height: 40px;
	line-height: 40px;
	font-family: 'poppins semibold';
	font-size: 12px;
	background-image: url(../images/icon_send.png);
	padding-right: 40px;
}
#onlineService .title {
	display: block;
	font-size: 16px;
	background: #fe9305;
	padding: 10px 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'montserrat semibold';
	color: #fff;
}
#onlineService .title b {
	color: #fff;
	font-family: 'poppins semibold';
}
#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 12px;
}
.i_message_inquiry .inquiry {
	padding: 15px 20px;
}
.i_message_inquiry .inquiry .form-control {
	border: 2px solid #e5e5e5;
	background: none;
	line-height: 50px;
	height: 50px;
	color: #808080;
	font-size: 12px;
	width: 100%;
	box-shadow: none;
	padding-left: 45px;
	border-radius: 25px;
}
.i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	background: #fafafa;
	border-color: #fe9305;
}
.i_message_inquiry .inquiry textarea.form-control {
	border-radius: 20px;
}
.i_message_inquiry .inquiry .input-group {
	background: #fff;
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
	border: none;
}
.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.i_message_inquiry .inquiry .input-group span.ms_n input {
	background-image: url(../images/mes_n.png);
	background-position: 15px 20px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p input {
	background-image: url(../images/mes_p.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e input {
	background-image: url(../images/mes_e.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 80px;
	padding-top: 10px;
	line-height: 20px;
	background-image: url(../images/mes_m.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none;
}/*fixed-contact*/
.fixed-contact {
	z-index: 999;
	position: fixed;
	right: 10px;
	top: 40%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	border-radius: 30px;
	opacity: 0;
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}
.fixed-contact.show {
	transform: none;
	opacity: 1;
}
.fixed-contact.active {
	width: 260px;
}
.fixed-contact li {
	position: relative;
	height: 50px;
	background: #192d7e;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
}
.fixed-contact.active li {
	overflow: inherit;
}
.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}
.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-color: #192d7e;
	background-repeat: no-repeat;
	background-position: center center;
}
.fixed-contact.active li:after {
	z-index: 1001;
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: rgba(255,255,255,.2);
}
.fixed-contact.active li:last-child:after {
	display: none;
}
.fixed-contact li:hover i, .fixed-contact li:hover strong {
	opacity: .7;
}
.fixed-contact .online_p i {
	background-image: url(../images/right_p.png);
	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-image: url(../images/right_e.png);
}
.fixed-contact .online_w i {
	background-image: url(../images/right_w.png);
}
.fixed-contact .online_s i {
	background-image: url(../images/right_s.png);
}
.fixed-contact .online_code i {
	background-image: url(../images/right_code.png);
}
.fixed-contact li strong {
	position: absolute;
	top: 0;
	right: -135px;
	display: block;
	width: 190px;
	line-height: 110%;
	padding: 20px 0 0 30px;
	color: #fff;
	background: #192d7e;
	white-space: nowrap;
	transition: all .4s;
	font-family: 'poppins';
	font-size: 13px;
	text-align: right;
}
.fixed-contact.active li strong {
	right: 60px;
}
.fixed-contact .online_code strong img {
	max-width: 80px;
}
.fixed-contact.active .online_code {
	height: 130px;
}
.fixed-contact.active .online_code strong p {
	margin: 0;
	margin-bottom: 5px;
}
.fixed-contact li.online_code:hover strong {
	opacity: 1;
}

@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: 5px 0;
	display: none;
	z-index: 999999;
	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: #fff;
	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: 36px;
	height: 36px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.mobile_nav a p {
	color: #fe9305;
	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;
}
}/*service*/
.online_section {
	position: fixed;
	z-index: 99999999;
	top: 200px;
	right: -180px;
	transition: all .3s ease;
}
.online_section ul li {
	border-radius: 25px 0 0 25px;
	list-style: none;
	width: 220px;
	height: 44px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 0;
	transition: all .5s ease;
	overflow: hidden;
	margin-bottom: 1px;
	line-height: 44px;
	font-size: 13px;
	border: 2px solid rgba(255,255,255,0.2);
	background: #192d7e;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-align: right;
}
.online_section ul li a {
	line-height: 44px;
	font-size: 13px;
	color: #fff;
}
.online_section .online_p {
	background-image: url(../images/right_p.png);
	background-position: 10px center;
}
.online_section .online_e {
	background-image: url(../images/right_e.png);
	background-position: 10px center;
	background-color: #192d7e;
	border-color: rgba(255,255,255,0.2);
}
.online_section .online_s {
	background-image: url(../images/right_s.png);
	background-position: 10px center;
	background-color: #192d7e;
	border-color: rgba(255,255,255,0.2);
}
.online_section .online_w {
	background-image: url(../images/right_w.png);
	background-position: 10px center;
}
.online_section .online_code {
	background-image: url(../images/right_code.png);
	background-position: 10px 10px;
}
.online_section .online_code p {
	padding-left: 0;
	font-size: 13px;
	margin: 0;
}
.online_code .image {
	width: 100%;
	padding: 0 10px 10px 10px;
}
.online_code .image img {
	max-width: 100px;
	height: auto;
	vertical-align: bottom;
	display: inline-block;
}
.online_code .image p {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	padding-left: 10px;
	margin: 0;
}
.online_section .online_e a, .online_section .online_s a {
	color: #fff;
}

@media only screen and (max-width: 768px) {
.online_section {
	display: none;
}
}
#onlineService01 {
	width: 150px;
}
.onlineMenu .call-top {
	padding: 8px 5px;
}
.onlineMenu .call-top p {
	font-size: 16px;
}
.onlineMenu ul {
	padding: 10px;
}
.onlineMenu .call>p {
	padding-left: 20px;
	font-size: 13px;
}
.onlineMenu .call>p a {
	font-size: 13px;
}
.onlineMenu .call>p.ser01, .onlineMenu .call>p.ser02, .onlineMenu .call>p.ser03, .onlineMenu .call>p.ser04, .onlineMenu .call>p.ser05 {
	background-size: 12px;
}
.back_top {
	right: 0;
	bottom: 120px;
	width: 40px;
	height: 40px;
}
.back_top:before {
	font-size: 20px;
	line-height: 36px;
}
}

@media only screen and (max-width: 768px) {
#online_qq_layer {
	right: 0;
}
#onlineService {
	width: 100%;
}
#online_qq_layer {
	width: 100%;
	bottom: 0;
}
#online_qq_tab {
	width: 100%;
}
#online_qq_tab #floatShow {
	background: #fe9305 url(../images/mobile-inq.png) no-repeat center center;
	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 i {
	width: 24px;
	height: 24px;
}
.mobile_nav a p {
	text-transform: capitalize;
}
.footer-bottom {
	padding-bottom: 60px;
}
#onlineService .i_message_inquiry .main-more input {
	padding: 8px 20px;
}
.i_message_inquiry .inquiry {
	padding: 15px 10px;
}
#onlineService .title {
	padding: 10px 15px;
}
}

@media only screen and (max-width: 375px) {
.mobile_nav a p {
	text-transform: capitalize;
}
}/*page*/
.page_banner {
	position: relative;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.page_banner img {
	max-width: 100%;
	height: auto;
}
.page_section {
	position: relative;
	z-index: 20;
	padding: 70px 0;
	background: url(../images/bg_cat02.jpg) no-repeat left bottom;
	overflow: hidden;
}
.breadcrumb {
	font-size: 12px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	background: #f7f7f7;
	margin-bottom: 0;
	color: #808080;
	padding: 20px 0;
	width: 100%;
	position: relative;
	z-index: 5;
}
.breadcrumb .main_title {
	float: right;
	text-align: left;
	margin: 0;
}
.breadcrumb .main_title em {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 36px;
	text-transform: inherit;
}
.breadcrumb .bread_right {
	padding-top: 0;
	line-height: 20px;
	float: left;
	padding-top: 5px;
}
.breadcrumb .bread_right > i {
	margin: 0 5px;
	display: inline-block;
	color: #808080;
}
.breadcrumb a.home i {
	display: inline-block;
	-webkit-mask-image: url(../images/fixed_home.png);
	width: 22px;
	height: 22px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #fe9305 0%, #fe9305 100%);
	transition: all .5s;
	margin-right: 5px;
	vertical-align: middle;
}
.breadcrumb a {
	color: #808080;
	font-size: 12px;
	text-transform: capitalize;
	display: inline-block;
}
.breadcrumb a:hover {
	color: #fe9305;
}
.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #808080;
	vertical-align: middle;
}
.single-page .text {
	font-size: 14px;
	line-height: 24px;
}
.single-page .text img {
	max-width: 100%;
	height: auto;
}
.single-page .text a:hover {
	color: #fe9305;
}
.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}
.page_section .main_title {
	text-align: left;
	margin-bottom: 30px;
}
.page_section .main_title em {
	font-size: 28px;
	background-image: url(../images/title_bg02.png);
	background-position: left bottom;
}
.page_footer {
	padding-top: 60px;
	margin-top: 0;
}
.page_nav {
	list-style: none;
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}
.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	width: 25%;
	margin: 0 5px;
}
.page_nav li a {
	display: block;
	padding: 10px 10px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 24px;
	font-family: 'poppins semibold';
	text-transform: capitalize;
	transition: all .5s;
	background: #f2f2f2;
}
.page_nav li a i {
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: all .5s;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.page_nav li a p {
	color: #333333;
	font-size: 14px;
	padding-left: 10px;
	line-height: 24px;
	font-family: 'poppins semibold';
	text-transform: uppercase;
	transition: all .5s;
	margin: 0;
	letter-spacing: 1px;
}
.page_nav li a:hover, .page_nav li.active a {
	background: #fe9305;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
	text-decoration: none;
	color: #fff;
}
.page_nav li a:hover i, .page_nav li.active a i {
	background-position: 0 -40px;
}
.page_nav li a:hover p, .page_nav li.active a p {
	color: #fff;
}

@media only screen and (max-width: 768px) {
.breadcrumb {
	padding: 10px 0;
}
.page_section {
	padding: 30px 0 40px 0;
}
.breadcrumb .main_title {
	float: none;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}
.breadcrumb a, .breadcrumb > i, .breadcrumb h2 {
	font-size: 12px;
}
.breadcrumb .main_title em {
	font-size: 28px;
}
.page_info_title {
	float: none;
}
.page_info_title h6 {
	font-size: 28px;
	line-height: 30px;
}
.breadcrumb .bread_right {
	float: none;
	justify-content: center;
	padding: 0;
}
.page_title h6 {
	font-size: 28px;
	line-height: 28px;
}
.page_nav {
	display: block;
}
.page_nav li {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0 5px;
}
.page_nav li a {
	padding: 8px 5px;
	font-size: 13px;
	display: block;
}
.page_nav li a p {
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
.page_footer {
	padding-top: 40px;
}
.page_section .main_title em {
	background-size: 56px;
}
}
.contact_right {
	padding: 0;
	padding-left: 60px;
	padding-top: 0;
}
.contact_list {
	list-style: none;
	padding: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0;
}
.contact_list > .text {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #808080;
}
.contact_list li {
	position: relative;
	z-index: 2;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	transition: all .5s;
}
.contact_list li:hover {
	border-bottom-color: #fe9305;
}
.contact_list li .column {
	display: flex;
	align-items: flex-start;
	position: relative;
	transition: all .5s;
}
.contact_list li:hover .column {
	background: #fff;
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.contact_list li:hover .column:after {
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}
.contact_list li .icon {
	position: relative;
	z-index: 2;
	min-width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
	padding: 0;
	padding-top: 0;
	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: #fe9305;
}
.contact_list li:hover .icon {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.contact_list li .icon i {
	line-height: 36px;
	color: #fff;
	font-size: 16px;
}
.contact_list li .text {
	padding-left: 10px;
}
.contact_list li a:hover {
	color: #fe9305;
}
.contact_list li span {
	display: block;
	width: 28px;
	height: 28px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}
.contact_list .title {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'poppins semibold';
	margin-bottom: 10px;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}
.contact_list p, .contact_list a {
	margin: 0;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
.contact_list {
	margin-bottom: 20px;
}
.contact_list li.con_title > em {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.contact_list li {
	margin-bottom: 0;
	padding: 0;
	border-right: none;
	text-align: left;
	padding-bottom: 0;
}
.contact_list li > .column {
	min-height: inherit;
	padding: 10px 0;
}
.contact_list li .icon {
	min-width: 32px;
	height: 32px;
}
.contact_list li .icon i {
	line-height: 32px;
}
.contact_list li span {
	width: 32px;
	height: 32px;
}
.contact_list li .text {
	padding-left: 10px;
}
.page_title {
	margin-bottom: 15px;
}
.page_title em {
	font-size: 24px;
	line-height: 28px;
}
.contact_list .title {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 3px;
}
}

@media only screen and (max-width: 480px) {
.contact_list li .box {
	padding: 15px;
}
}
.page_con_column {
	padding: 0;
	padding-left: 0;
}
.con_main {
	padding: 0;
	margin-top: 20px;
}
.con_main .text {
	font-size: 14px;
	line-height: 24px;
}
.single_con_column {
	background: #f7f7f7;
	padding: 50px 0;
	position: relative;
}
.single_con_column .send_column {
	position: relative;
	bottom: -60px;
	display: block !important;
	border-radius: 25px;
	overflow: hidden;
}
.single_con_column .send_column #email_form {
	padding: 40px 10%;
}
.page_section .send_column .main_more {
	margin-top: 0;
}
.contact_sns {
	padding-right: 0;
	margin-top: 0;
	padding-top: 10px;
}
.contact_sns .text {
	margin-bottom: 15px;
	font-size: 13px;
	color: #808080;
	line-height: 20px;
}
.contact_sns a {
	display: inline-flex;
	margin: 5px;
	transition: all .5s;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.contact_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.03);
}
.contact_sns a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}
.contact_sns a.con_sns_f {
	background: #006dbf;
}
.contact_sns a.con_sns_t {
	background: #00acf0;
}
.contact_sns a.con_sns_l {
	background: #006dc0;
}
.contact_sns a.con_sns_y {
	background: #dd332c;
}
.contact_sns a.con_sns_b {
	background: #ff6600;
}
.contact_sns a.con_sns_p {
	background: #cb1f26;
}
.contact_sns a.con_sns_v {
	background: #5e82a9;
}
.contact_sns a.con_sns_i {
	background-image: -moz-linear-gradient(right, #F10109, #BF00A4);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #ff4f02), color-stop(1, #BF00A4));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F10109', endColorstr='#BF00A4', GradientType='1');
	background: linear-gradient(to right, #F10109, #BF00A4);
}
.page_send {
	display: block !important;
}

@media only screen and (min-width: 1260px) {
.single_con_column .send_column h6 {
	padding-left: 120px;
	background-position: 60px bottom;
}
}

@media only screen and (max-width: 992px) {
.single_con_column {
	width: 100%;
	padding: 30px 0;
}
.contact_list {
	margin-bottom: 0;
	padding: 0;
}
.page_section .mes_box {
	display: block;
	padding: 0;
	margin-top: 20px;
	width: 100%;
}
.page_con_column {
	padding: 0;
	padding-top: 30px;
	width: 100%;
}
.page_section .send_column {
	width: 100%;
	padding: 30px 20px;
	background: #f7f7f7 url(../images/bg_about.jpg) no-repeat right bottom;
}
.page_section .send_column ul li {
	padding: 0;
}
.page_send {
	background-size: cover;
	margin-bottom: -50px;
}
.contact_right {
	padding-left: 0;
	width: 100%;
	padding-top: 30px;
}
}

@media only screen and (max-width: 768px) {
.single_con_column .send_box {
	display: block;
	width: 100%;
}
.message {
	z-index: 9999;
}
.map {
	border: none;
	padding: 0;
	margin-top: 0;
}
.single_con_column .send_column {
	bottom: 0;
	margin-top: 30px;
}
.contact_sns a {
	margin: 3px;
}
}/*left*/
.page-left {
	width: 20%;
	float: left;
	margin-top: 0;
	position: relative;
}
.page-left .fot_title {
	display: block;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
}
.page-left .fot_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 24px;
	line-height: 100%;
	font-family: 'montserrat semibold';
	text-transform: uppercase;
}
.page-left .fot_title em:before {
	content: '';
	margin-left: 0;
	display: inline-block;
	width: 25px;
	height: 26px;
	transition: all .5s;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
	background: url(../images/icon_box.png) no-repeat center center;
}
.page-left .left_title .column_icon_toggle {
	display: none;
}
.left-cat .fot_title em:before {
	background-image: url(../images/icon_list.png);
}
ul.mtree {
	opacity: 0;
	margin-left: 0;
	background: #fff
}
ul.mtree>li {
	list-style: none;
	position: relative;
}
ul.mtree>li>a {
	font-size: 14px;
	padding: 10px 0 10px 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'poppins semibold';
	padding-right: 30px;
	border-bottom: 1px solid #eee;
}
ul.mtree a {
	display: block;
	font-size: 12px;
	color: #555555;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 10px 0;
	line-height: 22px;
	padding-right: 30px;
	background: #fff;
}
ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px;
}
ul.mtree.transit > li.mtree-open>b:before, ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 40px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #fe9305;
}
ul.mtree.transit li.mtree-closed>b:before, ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #333;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.mtree.transit > li:hover.mtree-closed>b:before {
	color: #fe9305;
}
ul.mtree li ul a li a {
	padding-left: 20px;
}
ul.mtree>li:hover>a {
	color: #fe9305;
	padding-left: 5px;
	background: #f7f7f7;
}
ul.mtree>li.mtree-node a ul a {
	font-size: 12px;
}
ul.mtree>li.mtree-open {
	padding-bottom: 0;
	background: #f7f7f7;
}
ul.mtree>li.mtree-open>a {
	padding-left: 10px;
	color: #fff;
	background: #fe9305;
}
ul.mtree>li.mtree-node:hover>a {
	color: #fe9305;
	background: #f7f7f7;
}
ul.mtree>li.mtree-open:hover>a {
	color: #fff;
	background: #fe9305;
}
ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #0094ff;
	text-decoration: none;
}
ul.mtree ul {
	border: none;
	padding: 5px 10px;
	background: #f7f7f7;
}
ul.mtree ul li {
	list-style: none;
	position: relative;
}
ul.mtree ul li a {
	display: block;
	color: #777;
	font-size: 14px;
}
ul.mtree>li>ul>li>a {
	font-size: 13px !important;
	font-weight: normal;
	font-family: 'poppins';
	position: relative;
	transition: all .5s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px dotted #ddd;
	background: #f7f7f7;
}
ul.mtree>li>ul>li>a:hover {
	color: #fe9305;
	text-decoration: none;
	padding-left: 5px;
}
ul.mtree>li>ul>li>a:before {
	content: '';
	width: 3px;
	background: #fe9305;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}
ul.mtree>li>ul>li>a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 6px;
}
ul.mtree>li>ul>li>a:before {
	content: "";
}
ul.mtree ul li:hover a {
	color: #fe9305;
}
ul.mtree li ul li.mtree-open a {
	color: #fe9305;
	text-decoration: none;
}
ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}
ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
	background: #fff;
}
ul.mtree li ul.mtree-level-2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #fe9305;
	font-weight: normal;
}
ul.mtree .mtree-level-2 li a:hover:before {
	background: #fe9305;
}
ul.mtree.jet ul {
	margin-left: 0;
}
ul.mtree.jet li {
	margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
	margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
	background: #FFC000;
	color: #FFF;
}
ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
	padding-left: 2em;
}
ul.mtree.jet li li li > a {
	padding-left: 3em;
}
ul.mtree.jet li li li li > a {
	padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
	padding-left: 5em;
}
ul.mtree a:hover {
	text-decoration: none;
}
.mtree-skin-selector {
	display: none !important
}
ul.mtree li ul.mtree-level-2 li.mtree_all a {
	font-family: 'poppins semibold';
	text-transform: uppercase;
	color: #4d4d4d;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #0094ff;
}
.left-adv {
	margin-top: 30px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	box-shadow: 0 10px 30px 5px rgba(0,0,0,0.05);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.left-adv .ovrly {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-radius: 10px;
}
.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 40px 30px 40px 30px;
	z-index: 2;
}
.left-adv .icon {
	width: 80px;
	height: 80px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	background: #fe9305;
}
.left-adv .icon:before {
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	border-radius: 50%;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background: #fe9305;
	z-index: -1;
}
.left-adv .main .title {
	font-size: 22px;
	line-height: 24px;
	color: #333;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'montserrat semibold';
	display: block;
}
.left-adv .main .title:hover {
	text-decoration: none;
}
.left-adv .main .line {
	width: 40px;
	height: 6px;
	background: #fe9305;
	display: inline-block;
	margin-bottom: 15px;
}
.left-adv .main .text {
	font-size: 13px;
	color: #4d4d4d;
	line-height: 24px;
}/*hot_pro*/
.left-pro {
	margin-top: 30px;
}
.left-pro ul {
	padding-top: 10px;
}
.left-pro ul li {
	background: #fff;
	list-style: none;
	margin-bottom: 10px;
	transition: all .5s;
	padding: 10px;
	margin-bottom: 15px;
	border: 2px solid #eee;
	position: relative;
}
.left-pro ul li:hover {
	background: #fff;
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.left-pro ul li:before, .left-pro ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.left-pro ul li:before {
	border-top: 2px solid #fe9305;
	border-bottom: 2px solid #fe9305;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
}
.left-pro ul li:after {
	border-left: 2px solid #fe9305;
	border-right: 2px solid #fe9305;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}
.left-pro ul li:hover:before, .left-pro ul li:hover:after {
	border-color: #fe9305;
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.left-pro ul li:hover:after {
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}
.left-pro ul li .main {
	width: 60%;
	float: left;
	padding: 10px;
	position: relative;
	z-index: 10;
}
.left-pro ul li .title {
	font-size: 13px;
	line-height: 24px;
	max-height: 72px;
	display: block;
	overflow: hidden;
	font-family: 'poppins semibold';
	margin: 0;
	margin-bottom: 10px;
}
.left-pro ul li .title:hover {
	color: #fe9305;
}
.left-pro ul li .image {
	float: left;
	width: 40%;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 10;
}
.left-pro ul li .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}
.left-pro ul li .image img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.left-pro ul li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.left-pro ul li .image .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	background: #0094ff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	padding: 12px 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.left-pro ul li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.left-pro ul li .image .icon p {
	display: inline-block;
	-webkit-mask: url(../images/icon_plus.png);
	-webkit-mask-repeat: no-repeat;
	width: 14px;
	height: 14px;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
	transition: all .5s;
}
.left-pro ul li:hover .image .icon p {
	-webkit-animation: spin .6s ease-out;
	animation: spin .6s ease-out;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}
.page-right {
	width: 80%;
	padding-left: 50px;
	float: right;
}

@media only screen and (max-width: 1260px) {
.page-left {
	width: 24%;
}
.page-right {
	width: 76%;
}
}

@media only screen and (max-width: 992px) {
.page-title em {
	font-size: 24px;
}
.page-left {
	width: 100%;
	float: none;
	top: 0;
	margin-top: 20px;
}
.left-pro, .left-con, .left-video, .left-solu, .left-work {
	margin-top: 0;
	padding: 0;
	border: none;
}
.page-left .fot_title {
	margin-bottom: 10px;
	margin-bottom: 0;
	padding: 10px 20px;
	border-radius: 0;
	background: #fe9305;
	box-shadow: 0 0 5px 1px rgba(28,127,123,0.2);
	border-radius: 25px;
}
.page-left .fot_title>em {
	margin: 0;
	font-size: 14px;
	color: #fff;
	padding: 0;
	line-height: 24px;
	font-family: 'montserrat semibold';
	text-transform: uppercase;
}
.page-left .fot_title em:before {
	display: none;
}
.page-left .fot_title .icon-minus-sign:before, .page-left .fot_title .icon-minus-sign:after, .page-left .fot_title .icon-plus-sign:before, .page-left .fot_title .icon-plus-sign:after {
	background: #fff;
}
.page-left .fot_title>span {
	display: none;
}
.page-left .fot_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 18px;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
.page-left .left_title>span {
	display: none;
}
.page-left .block_content {
	padding-top: 10px;
}
.left-con .left_title {
	display: block;
}
.left_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}
.page-right {
	width: 100%;
	padding: 0;
	float: none;
}
.left-cat {
	margin-bottom: 20px;
}
.left-adv {
	display: none;
}
}/*sitemap*/
.sitemap {
	width: 100%;
}
.stp-listA>li {
	text-transform: capitalize;
	margin-bottom: 5px;
	list-style: none;
	background: #fafafa;
	border-radius: 2px;
}
.stp-top {
	width: 100%;
	background: #f2f2f2;
	padding: 10px 20px;
	border-radius: 2px;
}
.stp-top .page_info_title {
	font-size: 16px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 90% center;
	transition: all .5s;
	padding-right: 20px;
	font-family: 'montserrat semibold';
}
.stp-top .page_info_title:before {
	display: none;
}
.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #fe9305;
	padding-left: 2px;
}
.stp-top .page_info_title:after {
	content: '';
	margin-left: 0;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background: url(../images/icon_right.png) no-repeat center center;
	width: 17px;
	height: 11px;
	transition: all .5s;
	vertical-align: middle;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.stp-top .page_info_title:hover:after {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-left: 5px;
}
.stp-listB {
	display: block;
	padding: 15px;
	border-top: none;
	padding: 20px;
	list-style: none;
	padding-bottom: 5px;
}
.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.stp-listB>li:nth-child(4n+1) {
	clear: both;
}
.stp-listB>li>a {
	font-size: 15px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
	font-family: 'poppins semibold';
	text-transform: uppercase;
}
.stp-listB>li>a i {
	padding-right: 5px;
}
.stp-listB>li:hover>a {
	color: #fe9305;
}
.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 15px;
	list-style: none;
}
.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px;
}
.stp-listB li .stp-listC li a {
	color: #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: #fe9305;
	padding-left: 5px;
}

@media only screen and (max-width: 768px) {
.stp-listB>li {
	width: 50%;
	padding: 4px 0;
}
.stp-listB>li:nth-child(2n+1) {
	clear: both;
}
.stp-top {
	padding: 15px;
}
.stp-top .page_info_title {
	font-size: 16px;
	line-height: 24px;
}
.stp-listB {
	border-width: 1px;
	padding: 20px 15px;
}
.stp-listB li .stp-listC {
	border-bottom: 1px solid #eee;
}
}

@media only screen and (max-width: 400px) {
.stp-listB li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
}/*page-number*/
.page_num {
	width: 100%;
	margin: auto;
	text-align: right;
	box-shadow: 0 10px 30px 5px rgba(0,0,0,0.05);
	background: #fff;
	border-radius: 30px;
	padding: 10px 15px;
}
.page_num span {
	display: inline-block;
	color: #fff;
	background: #fe9305;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 36px;
	transition: all .5s;
	position: relative;
	border-radius: 50%;
	font-family: 'poppins semibold';
	text-align: center;
}
.page_num a {
	background: #f7f7f7;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 36px;
	transition: all .5s;
	color: #555;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
}
.page_num a:hover {
	background: #fe9305;
	text-decoration: none;
	color: #fff;
	border-color: #fe9305;
}
.page_num a i {
	line-height: 36px;
}
.page_num p {
	display: inline-block;
	font-size: 12px;
	margin: 0;
	margin-top: 7px;
	font-family: 'poppins';
	float: left;
}
.page_num p:before {
	content: '[';
	padding-right: 3px;
}
.page_num p:after {
	content: ']';
	padding-left: 3px;
}
.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
	color: #fe9305;
}

@media only screen and (max-width: 768px) {
.page_num {
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}
.page_num a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.page_num a i {
	line-height: 30px;
}
.page_num p {
	float: none;
	display: block;
}
}/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	border-top: 1px solid #efefef;
	margin-top: 20px;
	padding-top: 0;
}
.navigation li {
	width: calc(50% - 80px);
	float: left;
	text-align: left;
}
.navigation li.next_post {
	float: right;
	text-align: right;
}
.navigation li a {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: block;
	transition: all .5s;
}
.navigation li a:hover {
	text-decoration: none;
}
.navigation li.prev_post a {
	padding-left: 50px;
}
.navigation li.next_post a {
	padding-right: 50px;
}
.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #fff;
}
.navigation li.prev_post a:before {
	left: 0;
	content: "\f0d9";
}
.navigation li.next_post a:before {
	right: 0;
	content: "\f0da";
}
.navigation li a:hover:before {
	background: #fe9305;
	color: #fff;
}
.navigation li a .meta_nav {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 5px;
	line-height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: all .5s;
}
.navigation li a:hover .meta_nav {
	color: #fe9305;
}
.navigation li a .post_title {
	font-size: 14px;
	font-family: 'poppins semibold';
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	margin: 0;
	transition: all .5s;
}
.navigation li a:hover .post_title {
	color: #fe9305;
}

@media only screen and (max-width: 992px) {
.navigation li {
	width: calc(50% - 40px);
}
}

@media only screen and (max-width: 768px) {
.navigation {
	border: none;
	padding-top: 0;
	margin-bottom: 0;
}
.navigation li {
	width: 100%;
	background: #fff;
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.navigation li.prev_post a {
	padding-left: 50px;
}
.navigation li.next_post a {
	padding-right: 50px;
}
.navigation li a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}
.news li {
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
	list-style: none;
}
.news li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0,0,0,0.05);
	transition: all .5s;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
.news li:hover:before {
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.news li .image {
	position: relative;
	overflow: hidden;
	width: 28%;
	float: left;
}
.news li .image >a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}
.news li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}
.news li .image .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 50%;
	background: #0094ff url(../images/icon_link.png) no-repeat center center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
	padding: 19px 0;
	z-index: 10;
	-webkit-transform: scale(var(--scale-multiplier, 0.8));
	-ms-transform: scale(var(--scale-multiplier, 0.8));
	transform: scale(var(--scale-multiplier, 0.8));
}
.news li .image .icon:after {
	content: '';
	background: #0094ff;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
}
.news li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.news li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}
.news li .image .date {
	position: absolute;
	right: 0;
	bottom: 0;
	clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
	background: #192d7e;
	padding: 8px 5px 8px 15px;
	display: flex;
	align-items: flex-end;
}
.news li .image .date em {
	color: #fff;
	font-size: 32px;
	line-height: 28px;
	display: inline-block;
	font-family: 'montserrat semibold';
}
.news li .image .date p {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
}
.news li .wrap {
	padding-left: 20px;
	width: 72%;
	float: left;
}
.news li a.title {
	display: block;
	font-size: 18px;
	font-family: 'montserrat semibold';
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin-top: 0;
	margin-bottom: 15px;
}
.news li:hover a.title {
	color: #fe9305;
	text-decoration: none;
}
.news li div.text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	max-height: 72px;
	margin-bottom: 15px;
}
.news li .page_date {
	display: none;
}
.news li .page_more {
	margin-top: 5px;
}

@media only screen and (max-width: 768px) {
.news li {
	margin-bottom: 30px;
}
.news li:hover:before {
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.news li a.title {
	font-size: 14px;
	font-family: 'poppins semibold'
}
.news li div.text {
	max-height: 48px;
}
.news li .image {
	width: 32%;
}
.news li .wrap {
	width: 68%;
	padding-left: 15px;
}
.news li .page_date {
	display: inline-block;
}
.news li .image .date {
	display: none;
}
.news li .page_more {
	float: right;
}
}

@media only screen and (max-width: 480px) {
.news li a.title, .news li div.text {
	margin-bottom: 10px;
}
.news li .page_more {
	display: none;
}
}
.news_detail_info {
	text-align: left;
}
.news_detail_info .news_detail_title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.news_detail_info .news_detail_title em.title {
	display: block;
	font-size: 18px;
	font-family: 'montserrat semibold';
	line-height: 24px;
	margin-bottom: 15px;
}
.news_detail_info .txt {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}
.news_detail_info .txt a {
	color: #fe9305;
}/*blog*/
.left-blog {
	margin-bottom: 30px;
}
.left-blog ul {
	list-style: none;
	background: #f7f7f7;
	padding: 10px;
}
.left-blog ul li {
	margin-bottom: 0;
}
.left-blog ul li a {
	display: block;
	font-size: 13px;
	border-radius: 2px;
	color: #555555;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 5px 0;
	line-height: 24px;
	position: relative;
	font-family: 'poppins semibold';
}
.left-blog ul li a:hover {
	color: #fe9305;
	text-decoration: none;
}
.left-blog ul li a:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ccc;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50%;
	transition: all .5s;
}
.left-blog ul li a:hover:before {
	background-color: #fe9305;
}
.blog-archives {
	margin-bottom: 30px;
}
.blog-archives ul {
	list-style: none;
}
.blog-archives ul li {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #eee;
}
.blog-archives ul li:before {
	content: '';
	width: 3px;
	background: #fe9305;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}
.blog-archives ul li:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.blog-archives ul li a {
	padding: 10px 5px;
	display: block;
	font-size: 13px;
	transition: all .5s;
	line-height: 24px;
}
.blog-archives ul li:hover a {
	color: #fe9305;
	text-decoration: none;
	padding-left: 15px;
}
.blog-tags {
	margin-bottom: 30px;
}
.blog-tags ul {
	list-style: none;
}
.blog-tags ul li {
	display: inline-block;
	margin: 5px;
}
.blog-tags ul li a {
	display: inline-block;
	border-radius: 25px;
	background: #fafafa;
	border: 2px solid #f2f2f2;
	padding: 3px 15px;
	font-size: 13px;
	line-height: 24px;
	transition: all .5s;
}
.blog-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #fe9305;
	border-color: #fe9305;
}
.blog_list {
	list-style: none;
}
.blog_list > li {
	margin-bottom: 40px;
	position: relative;
	transition: all .5s;
	z-index: 10;
	border-bottom: 1px solid #eee;
}
.blog_list > li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0,0,0,0.05);
	transition: all .5s;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}
.blog_list > li:hover:before {
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog_list li .image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li .title {
	display: block;
	font-size: 18px;
	font-family: 'montserrat semibold';
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin-top: 0;
	margin-bottom: 15px;
}
.blog_list li:hover .title {
	color: #fe9305;
	text-decoration: none;
}
.blog_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-top: 10px;
}
.blog_list li .post_blog_tag {
	margin-bottom: 0;
}
.blog_list li .main_more {
	margin-bottom: 20px;
}
.blog_list li .main_more a {
	padding-left: 15px;
	line-height: 36px;
	height: 36px;
}
.post_blog_tag {
	margin-top: 20px;
}
.post_blog_tag>p {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'montserrat semibold';
	vertical-align: middle;
	margin: 0;
	color: #192d7e;
}
.post_blog_tag>p i {
	color: #192d7e;
	margin-right: 5px;
}
.post_blog_tag li {
	display: inline-block;
	margin: 0 0 5px 5px;
	position: relative;
	border: none;
	padding: 0;
}
.post_blog_tag li a {
	display: inline-block;
	background: #f7f7f7;
	border: 2px solid #ebebeb;
	font-size: 12px;
	border-radius: 25px;
	line-height: 20px;
	color: #4d4d4d;
	padding: 3px 12px;
	transition: all .5s;
}
.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	background: #fe9305;
	color: #fff;
	border-color: #fe9305;
}

@media only screen and (max-width: 992px) {
.left-blog {
	padding: 0;
	border: none;
	margin-bottom: 10px;
}
.blog_list li .right {
	padding-left: 65px;
	width: 100%;
}
.left-blog .left_title {
	display: block;
}
.blog-list p, .blog-cat p {
	margin-bottom: 15px;
}
.blog-list {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.blog-archives, .blog-tags {
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 768px) {
.blog_list > li {
	margin-bottom: 30px;
}
.blog_list > li:hover:before {
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.blog_list {
	border: none;
}
.blog_tag>p {
	display: block;
}
.blog_list li .right {
	padding-left: 80px;
}
.blog_list li .page_more {
	display: none;
}
.blog_list li .title {
	font-size: 14px;
}
.blog_list li .text {
	max-height: 48px;
}
.blog_list li .post_blog_tag {
	margin-top: 15px;
}
}

@media only screen and (max-width: 480px) {
.blog_list li .date {
	position: inherit;
	width: 100%;
}
.blog_list li .date span {
	border-radius: 0;
	height: auto;
	width: auto;
	padding: 0 20px;
	border-radius: 25px;
}
.blog_list li .date>span p {
	display: inline-block;
	padding-left: 5px;
}
.blog_list li .right {
	padding: 0;
	padding-top: 10px;
}
.blog_list li .more {
	letter-spacing: 0;
}
}/*products*/
.pro_top .pro-img {
	padding: 0;
}
.pro_top .pro-img img {
	max-width: 100%;
	height: auto;
}
.pro-text {
	color: #333;
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 0;
}
.pro-text .column {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.pro-text img {
	max-width: 100%;
	height: auto;
}
.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px;
}
.cbp-vm-options {
	text-align: right;
	margin-bottom: 0;
	margin-bottom: 10px;
}
.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-family: 'Gilroy_bold';
	font-size: 20px;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 38px;
}
.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 50%;
	color: #333;
	border: 1px solid #efefef;
	margin-left: 10px;
	float: right;
}
.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #ccc;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #192d7e;
	border-color: #192d7e;
}
.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}/* General list */
.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}
.cbp-vm-switcher ul:after {
	clear: both;
}
.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-vm-image .cbp-image-hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.cbp-vm-switcher ul li .cbp-vm-image {
	position: relative;
	display: block;
	border: 1px solid #ebebeb;
	padding: 0;
	border-radius: 0;
	transition: all .5s;
	padding: 1px;
}
.cbp-vm-switcher ul li .cbp-vm-image:before, .cbp-vm-switcher ul li .cbp-vm-image:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-radius: 2px;
}
.cbp-vm-switcher ul li .cbp-vm-image:before {
	border-top: 2px solid #fe9305;
	border-bottom: 2px solid #fe9305;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
}
.cbp-vm-switcher ul li .cbp-vm-image:after {
	border-left: 2px solid #fe9305;
	border-right: 2px solid #fe9305;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}
.cbp-vm-switcher ul li:hover .cbp-vm-image:before, .cbp-vm-switcher ul li:hover .cbp-vm-image:after {
	border-color: #fe9305;
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image:after {
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}
.cbp-vm-image > a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
}
.cbp-vm-details {
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #808080;
}/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
	content: "\f00a";
}
.cbp-vm-list:before {
	content: "\f039";
}
.cbp-vm-add:before {
	content: "\f055";
}/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
}
.cbp-vm-view-grid ul li {
	width: 25%;
	float: left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	position: relative;
}
.cbp-vm-view-grid ul li .cbp-list-left {
	padding-top: 20px;
	padding-top: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppins semibold';
	margin-bottom: 10px;
}
.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #fe9305;
	text-decoration: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-details {
	color: #fe9305;
}
.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}
.cbp-vm-view-grid ul li .more {
	position: absolute;
	background: #fe9305;
	left: 0;
	right: 0;
	bottom: -50px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: -1;
	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: 10px 0;
	display: none;
}/*.cbp-vm-view-grid ul li .more .main_more{background:#fff;display:block;}.cbp-vm-view-grid ul li .more .main_more:before{display: none;}.cbp-vm-view-grid ul li .more .main_more a{height:36px;line-height:36px;color:#fe9305;display:block;padding:0;}.cbp-vm-view-grid ul li:hover .more{opacity:1; bottom:0; z-index:22;	transition-property:bottom opacity;	transition-delay:0.3s;	-moz-transition-property:bottom opacity;	-moz-transition-delay:0.3s;	-webkit-property:bottom opacity;	-webkit-transition-delay:0.3s;	-o-transition-property:bottom opacity;	-o-transition-delay:0.3s;}*/
.cbp-vm-view-grid .post_blog_tag {
	display: none;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 10px;
	position: relative;
	z-index: 2;
}/*.cbp-vm-view-grid .cbp-list-center:before{	content:'';	bottom:0;	top: 0;	left:0;	position: absolute;	-ms-transform:scaleY(0);	transform: scaleY(0);	-ms-transform-origin:right bottom;	transform-origin:right bottom;	transition:transform .7s;	width:100%;		background:#fe9305;	z-index: -1;}.cbp-vm-view-grid ul li:hover .cbp-list-center:before{	-ms-transform:scaleY(1);	transform: scaleY(1);	-webkit-transition:all 500ms cubic-bezier(0.93,.1,.195,1);	transition: all 500ms cubic-bezier(0.93,.1,.195,1);}*/
.cbp-vm-view-grid .cbp-vm-details {
	margin-bottom: 10px;
}/* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 20px;
}
.cbp-vm-view-list>ul>li {
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}
.cbp-vm-view-list>ul>li:first-child {
	padding-top: 0;
}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
	content: " ";
	display: table;
}
.cbp-vm-view-list li:after {
	clear: both;
}
.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 24%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	border: 1px solid #e5e5e5;
	background: #fff;
	transition: all .5s;
}
.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #859bbe;
}
.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 76%;
	display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	font-family: 'poppins semibold';
	margin-bottom: 10px;
}
.cbp-vm-view-list ul li:hover .cbp-title {
	color: #fe9305;
	text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	margin-top: 0;
	height: auto;
	padding: 0;
	max-height: 48px;
}
.cbp-vm-view-list ul li .cbp-vm-details .text {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	max-height: 60px;
}
.cbp-vm-view-list ul li .post_blog_tag {
	margin-top: 15px;
}
.cbp-vm-view-list ul li .main_more a {
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
}
.cbp-vm-view-list .cbp-hover {
	display: none;
}
.cbp-vm-view-list .cbp-list-center {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0;
}

@media screen and (max-width: 940px) {
.cbp-vm-view-grid ul li {
	width: 33.33%;
}
}

@media only screen and (max-width: 768px) {
.pro-cat li {
	margin-bottom: 10px;
}
.cbp-vm-options {
	margin-top: 0;
}
.cbp-vm-view-list ul li .cbp-list-left .more {
	letter-spacing: 0;
}
.pro_top .pro-img {
	display: none;
}
}

@media screen and (max-width: 520px) {
.pro-text .box {
	max-height: 336px;
	overflow: hidden;
}
.cbp-vm-view-grid ul li {
	width: 50%;
}
.cbp-vm-options {
	text-align: center;
}
.cbp-vm-view-list>ul>li {
	width: 100%;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	height: 40px;
	line-height: 20px;
}
.cbp-vm-view-list .cbp-list-center {
	width: 100%;
	margin-top: 10px;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	width: 100%;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
}
.cbp-vm-view-list ul li>div>div {
	width: 100%;
}
.cbp-vm-view-grid ul li {
	margin-bottom: 0;
}
.cbp-vm-view-list ul li .cbp-title {
	font-size: 14px;
}
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 14px;
	margin-bottom: 0;
}
.cbp-vm-view-list .cbp-list-view {
	display: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
	display: none;
}
.cbp-vm-view-list ul li>div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
	width: 100%;
	padding: 0;
}
.cbp-vm-view-list .pro-list-tags p {
	display: block;
}
.cbp-vm-view-list .cbp-list-more {
	padding: 0;
}
.cbp-vm-view-list .cbp-list-more .main-more {
	display: inline-block;
	margin-right: 10px;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 10px 0 0 0;
}
.cbp-vm-options em {
	display: block;
	float: none;
	margin-bottom: 10px;
}
.cbp-vm-view-grid ul li .more {
	display: none;
}
}

@media screen and (max-width: 400px) {
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
	height: 40px;
}
.cbp-list-left {
	padding: 0;
}
.cbp-vm-image .image_more {
	display: none;
}
}/*products main*//* CSS for the loading div */
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img {
	max-width: 100%;
	height: auto;
}/* Element wrapper */
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;	/**************	  Set max-width to your thumbnail width	***************/
	text-align: center;
	max-width: 100%;
	width: 100%;
}/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display: block;
	padding: 10px 0;
}
.sp-thumbs a {
	position: relative;
	border: 2px solid #e7f0f1;
}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin: 0 3px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border-color: #fe9305;
}/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-thumbs a.sp-current {
	opacity: 1!important;
	position: relative;
	border-color: #fe9305;
}
.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}/* Image currently being viewed */
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	border: 2px solid #f7f7f7;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.sp-large a {
	display: block;
}/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 9999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
	text-align: center;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 46px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 46px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
#sp-prev {
	left: 10px;
}
#sp-next {
	right: 10px;
}
}

@media screen and (max-width: 400px) {
.sp-wrap {
	margin: 0 0 0;
}
#sp-prev, #sp-next {
	top: auto;
	margin-top: 0;
	bottom: 25px;
}
}
.sp-current-big img {
	width: 100%;
}
.sp-large img {
	max-width: none;
}
.pro_info_top {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}
.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 20px;
}
.prom-right {
	padding-left: 30px;
	margin-bottom: 20px;
}
.prom-right>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 20px;
	line-height: 24px;
	font-family: 'montserrat semibold';
}
.prom-right>div.main {
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 20px;
}
.prom-right {
	padding: 30px;
	background: #f7f7f7 url(../images/bg_about.jpg) no-repeat right bottom;
}
.prom-right .pro-table {
	margin-bottom: 0;
	border-top: 2px solid #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}
.prom-right .pro-table ul li {
	list-style: none;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.prom-right .pro-table ul li p {
	display: inline-block;
	font-size: 12px;
	color: #808080;
	text-transform: capitalize;
	width: 22%;
	margin: 0;
}
.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 12px;
	padding-left: 5px;
	color: #333;
}
.prom-right .mobile_inquiry {
	display: inline-block;
}
.prom-right .main_more a {
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	padding: 0 25px;
	background: none;
}
.prom-right .main_more a:after {
	content: "\f27a";
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-size: 14px;
}
.prom-right .main_more.pro_down {
	margin-left: 10px;
	background: #3dc3a0;
}
.prom-right .main_more.pro_down:before {
	background: #fe9305;
}
.prom-right .main_more.pro_down a:after {
	content: "\f0ed";
}
.mostBox {
	margin: 0 0 30px 0;
}
.mostBox .page_title {
	background: #fafafa;
	padding: 0;
}
.mostBox .page_title:before, .mostBox .page_title:after {
	display: none;
}
.mostBox .page_title em {
	font-size: 24px;
	line-height: 30px;
	background: #0cb76c;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: 'BebasNeue';
}
.mostBox .text {
	font-size: 14px;
	line-height: 24px;
}
.mostBox .text em {
	font-style: italic;
}
.mostBox .text img {
	max-width: 100%;
	height: auto;
}
.mostBox .text a:hover {
	color: #bd1e4e;
}/*products-tab*/
#parentHorizontalTab02 {
	margin: 0;
	text-align: left;
	padding: 0px;
	text-align: left;
	margin-top: 0;
}
#parentHorizontalTab02 ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	background: #f7f7f7;
	border-radius: 0;
}
#parentHorizontalTab02 .resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'montserrat semibold';
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	padding: 8px 20px;
	border: none;
	background: #fe9305;
}
#parentHorizontalTab02 .resp-tabs-container div table {
	max-width: 100%;
}
#parentHorizontalTab02 .resp-tabs-container {
	padding: 30px 0 0 0px;
	clear: left;
	background: none;
}
#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 10px 15px !important;
}
#parentHorizontalTab02 .resp-tab-content {
	display: none;
}
#parentHorizontalTab02 .resp-tabs-list li:hover, #parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
	color: #fff;
	background: #fe9305 !important;
	border-color: #fe9305 !important;
	z-index: 99;
}
#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 3px 10px !important;
}
#parentHorizontalTab02 em.resp-accordion {
	font-size: 16px;
	margin: 0px;
	background: #f8f8f8;
	margin-bottom: 1px;
	color: #333;
	font-style: normal;
	margin-bottom: 10px;
	font-family: 'Gilroy_m';
	text-transform: uppercase;
}
#parentHorizontalTab02 em.resp-tab-active {
	margin-bottom: 0px !important;
}
#parentHorizontalTab02 em.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
#parentHorizontalTab02 .resp-tab-content {
	display: none;
}
#parentHorizontalTab02 .resp-content-active, #parentHorizontalTab02 .resp-accordion-active {
	display: block;
}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
	border: none;
	position: relative;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
	content: "\f044";
	font-family: "FontAwesome";
	position: absolute;
	right: -6px;
	cursor: pointer;
	font-size: 20px;
	top: -8px;
	color: #fff
}
#parentHorizontalTab02 em.resp-tab-active {
	background: #fe9305 !important;
	color: #fff;
}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
	display: block;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
	border: 1px solid #1268bf;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #1268bf;/* !important;*/
}
#parentHorizontalTab02 .resp-jfit {
	width: 100%;
	margin: 0px;
}
#parentHorizontalTab02 .resp-tab-content-active {
	display: block;
}
.products > .title {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 2px 0;
}
.products > .title i {
	background: #0d58cb;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	border-radius: 50%;
	vertical-align: middle;
}
.products > .title h1 {
	margin: 0;
	display: inline-block;
	color: #555555;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	font-family: 'CenturyGothicB';
	position: relative;
	z-index: 2;
	vertical-align: middle;
	margin-left: 10px;
}
#pro_inquiry {
	margin: 0;
	position: relative;
}
#pro_inquiry .send_column {
	padding: 40px 30px;
}
#pro_inquiry .send_column:before {
	width: 100%;
	border-radius: 20px;
}
#pro_inquiry .send_column ul {
	padding-top: 15px;
}
#pro_inquiry .send_column ul li input, #pro_inquiry .send_column ul li textarea {
	border-color: #e5e5e5;
	color: #808080;
	background: #fff;
}
#pro_inquiry .send_column ul li span.ms_e:before {
	background-image: url(../images/mes_e.png);
}
#pro_inquiry .send_column ul li span.ms_p:before {
	background-image: url(../images/mes_p.png);
}
#pro_inquiry .send_column ul li span.ms_m:before {
	background-image: url(../images/mes_m.png);
}
#pro_inquiry .send_column ul li input:focus, #pro_inquiry .send_column ul li textarea:focus {
	color: #333;
	border-color: #fe9305;
}
#pro_inquiry .send_column ul li input:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
#pro_inquiry .send_column ul li input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
#pro_inquiry .send_column ul li input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
#pro_inquiry .send_column ul li input:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
#pro_inquiry .send_column ul li textarea:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
#pro_inquiry .send_column ul li textarea::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
#pro_inquiry .send_column ul li textarea::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
#pro_inquiry .send_column ul li textarea:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
#pro_inquiry .send_column .text {
	max-width: 100%;
}

@media only screen and (max-width: 992px) {
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
}
.products .pro_img {
	width: 100%;
	padding: 0;
}
.products .pro-right {
	width: 100%;
	padding: 0;
	padding-left: 20px;
}
.prom-right .pro-table ul li p {
	width: 24%;
}
.prom_img {
	margin-bottom: 0;
	padding: 0;
}
.prom-right .pro-table {
	margin-bottom: 0;
}
#pro_inquiry {
	position: relative;
	z-index: 9999;
}
}

@media only screen and (max-width: 768px) {
.pro-right {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.sp-thumbs {
	text-align: left;
}
.prom-right .pro-table {
	margin-top: 10px;
	padding: 10px 0;
	margin-bottom: 0;
	border-bottom: none;
}
.prom-right {
	padding: 20px 10px;
	margin-bottom: 0;
	background-image: none;
}
.pro_info_top:before {
	width: 100%;
}
.products .pro_inquiry .message {
	padding: 0;
}
.mostBox {
	margin-top: 0;
}
.mostBox .tab-scroll {
	margin-left: 0;
	padding-bottom: 0;
}
.products .pro-list-tags p {
	display: block;
}
.pro_message li .meInput, .pro_message li .meText {
	width: 100%;
}
.pro_message .main_title {
	text-align: center;
}
.pro_message .main_title>em {
	background-position: center bottom;
}
.prom_main {
	padding: 40px 0;
}
.prom_main .pro_con {
	display: none;
}
.products > .title {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.products > .title h1 {
	font-size: 24px;
	line-height: 28px;
	max-width: 70%;
	margin-left: 5px;
	vertical-align: top;
}
.pro_message form {
	max-width: 100%;
}
.mobile_inquiry {
	position: fixed;
	bottom: 30px;
	background: #fafafa;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
	padding: 8px 15px;
	padding-bottom: 65px;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: right;
	max-height: 50px;
}
.prom-right .main_more {
	margin: 0;
	border-width: 1px;
}
.prom-right .main_more:hover {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.prom-right .main_more a {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
#parentHorizontalTab02 .resp-tabs-list li {
	font-size: 16px;
	line-height: 24px;
}
#pro_inquiry .send_column {
	padding: 40px 20px 40px 20px;
}
.pro_footer {
	padding-bottom: 50px;
}
}

@media only screen and (max-width: 480px) {
.products .pro-right {
	margin-bottom: 0;
}
.prom-right .pro-table ul li p {
	width: 38%;
}
}
.pro_page_section:before {
	display: none;
}
.page_pro {
	background: #f7f7f7 url(../images/bg_news02.jpg) no-repeat top right;
	padding: 60px 0;
}
.page_pro .slider .li {
	padding: 15px;
}
.page_pro .slider .li .image {
	position: relative;
	display: block;
	border: 1px solid #ebebeb;
	padding: 0;
	border-radius: 0;
	transition: all .5s;
	padding: 1px;
}
.page_pro .slider .li .image:before, .page_pro .slider .li .image:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.page_pro .slider .li .image:before {
	border-top: 2px solid #fe9305;
	border-bottom: 2px solid #fe9305;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
}
.page_pro .slider .li .image:after {
	border-left: 2px solid #fe9305;
	border-right: 2px solid #fe9305;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}
.page_pro .slider .li:hover .image:before, .page_pro .slider .li:hover .image:after {
	border-color: #fe9305;
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.page_pro .slider .li:hover .image:after {
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}
.page_pro .slider .li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.page_pro .slider .li .image .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	background: #fe9305 url(../images/icon_link.png) no-repeat center center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
	padding: 19px 0;
	z-index: 2;
	-webkit-transform: scale(var(--scale-multiplier, 0.8));
	-ms-transform: scale(var(--scale-multiplier, 0.8));
	transform: scale(var(--scale-multiplier, 0.8));
}
.page_pro .slider .li .image .icon:after {
	content: '';
	background: #fe9305;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
}
.page_pro .slider .li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}
.page_pro .slider .li .wrap {
	position: relative;
	padding: 20px;
	text-align: center;
	z-index: 10;
}
.page_pro .slider .li .wrap:before {
	content: '';
	bottom: 0;
	top: 0;
	left: 0;
	position: absolute;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	background: #fe9305;
	z-index: -1;
}
.page_pro .slider .li:hover .wrap:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
}
.page_pro .slider .li .title {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	font-family: 'poppins semibold';
	transition: all .5s;
	margin-bottom: 15px;
}
.page_pro .slider .li:hover .title {
	color: #fff;
	text-decoration: none;
}
.page_pro .slider .li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	transition: all .5s;
}
.page_pro .slider .li:hover .text {
	color: #fff;
}

@media only screen and (max-width: 992px) {
.page_pro .list li {
	padding: 5px;
}
.page_pro .list li .title a {
	font-size: 14px;
}
}

@media only screen and (max-width: 768px) {
.page_pro {
	padding: 40px 0;
}
.page_pro .slider .li {
	padding: 10px;
}
.page_pro .slider .li .wrap {
	background: #f7f7f7;
}
}

@media only screen and (max-width: 480px) {
.page_pro .slider .li {
	padding: 3px;
}
.page_pro .slider .li .wrap {
	padding: 10px;
}
.page_pro .slider .li .title {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 20px;
}
}
.video_l {
	list-style: none;
}
.video_l li {
	padding: 0 10px;
	margin-bottom: 25px;
	text-align: left;
}
.video_l li:nth-child(4n+1) {
	clear: both;
}
.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative;
}
.video_l li .image > a {
	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 .image .ovrly {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
}
.video_l li:hover .ovrly {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.video_l li .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	background: #fe9305;
	transition: all .5s;
	z-index: 10;
	text-align: center;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}
.video_l li .icon:after {
	content: '';
	background: #fe9305;
	position: absolute;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
	-webkit-transform: scale(var(--scale-multiplier, 0.9));
	-ms-transform: scale(var(--scale-multiplier, 0.9));
	transform: scale(var(--scale-multiplier, 0.9));
}
.video_l li:hover .icon {
	-webkit-transform: scale(var(--scale-multiplier, 0.9));
	-ms-transform: scale(var(--scale-multiplier, 0.9));
	transform: scale(var(--scale-multiplier, 0.9));
}
.video_l li:hover .icon:after {
	-webkit-transform: scale(var(--scale-multiplier, 1.2));
	-ms-transform: scale(var(--scale-multiplier, 1.2));
	transform: scale(var(--scale-multiplier, 1.2));
}
.video_l li .icon i {
	color: #fff;
	line-height: 50px;
	font-size: 16px;
}
.video_l li .title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: 'montserrat semibold';
	max-height: 48px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}
.video_l li:hover .title {
	color: #ffaa00;
	text-decoration: none;
}
.video_l li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}

@media only screen and (max-width: 768px) {
.video_l li {
	padding: 0 5px;
}
.video_l li .icon {
	border-width: 3px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.video_l li .icon i {
	line-height: 40px;
}
}

@media only screen and (max-width: 480px) {
.video_l li {
	padding: 0;
	width: 100%;
}
.video_l li .title {
	height: auto;
	max-height: 48px;
	font-size: 16px;
}
}
.fact_list {
	list-style: none;
}
.fact_list li {
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
}
.fact_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}
.fact_list li .image >a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}
.fact_list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s;
}
.fact_list li:hover .image img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg)
}
.fact_list li .image .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 50%;
	background: #0094ff url(../images/icon_link.png) no-repeat center center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
	padding: 19px 0;
	z-index: 10;
	-webkit-transform: scale(var(--scale-multiplier, 0.8));
	-ms-transform: scale(var(--scale-multiplier, 0.8));
	transform: scale(var(--scale-multiplier, 0.8));
}
.fact_list li .image .icon:after {
	content: '';
	background: #0094ff;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
}
.fact_list li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}
.fact_list li .title {
	display: block;
	font-size: 16px;
	color: #333333;
	font-family: 'poppins semibold';
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin-bottom: 10px;
}
.fact_list li:hover .title {
	color: #fe9305;
	text-decoration: none;
}
.fact_list li .text {
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width: 768px) {
.fact_list li {
	padding: 0 5px;
}
.fact_list li .title a {
	font-size: 14px;
}
}

@media only screen and (max-width: 420px) {
.fact_list li {
	padding: 0;
	width: 100%;
}
.fact_list li .title a {
	height: auto;
	max-height: 48px;
}
}
.meft-customer ul {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: none;
}
.meft-customer ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.meft-customer ul li a:hover {
	background: #fafafa;
	color: #23ac38;
	padding: 10px;
	text-decoration: none;
}
#customer {
}
#customer ul {
	list-style: none;
}
#customer ul li {
	margin-bottom: 30px;
}
#customer ul li .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #62a70f;
	font-family: 'Gilroy_bold', sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}
#customer ul li h5 {
	display: inline-block;
	color: #62a70f;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}
#customer ul li h5:before {
	content: "[";
	padding-right: 5px;
}
#customer ul li h5:after {
	content: "]";
	padding-left: 5px;
}
#customer ul li h5.UI02 {
	display: none;
}
#customer ul li h5 b {
	font-weight: normal;
}
#customer ul li .text {
	font-size: 14px;
	line-height: 24px;
	color: #676767;
	overflow: hidden;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}
.download_info_list {
	list-style: none;
}
.download_info_list li {
	margin-bottom: 20px;
}
.download_info_list li .wrap {
	display: block;
	border: 1px solid #ebebeb;
	padding: 20px;
	position: relative;
	transition: all .5s;
	background: url(../images/bg_down.jpg) no-repeat 98% 90%;
	background-size: 90px;
}
.download_info_list li:hover .wrap {
	border-color: #0094ff;
	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);
}
.download_info_list li .wrap > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.download_info_list li .wrap > div {
	width: 100%;
	display: flex;
	align-items: center;
}
.download_info_list li .wrap > div i {
	width: 50px;
	height: 50px;
	display: inline-block;
	transition: all .5s;
	float: left;
	-webkit-mask: url(../images/icon_pdf.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #999999 0%, #999999 100%);
}
.download_info_list li:hover .wrap > div i {
	background-image: linear-gradient(135deg, #0094ff 0%, #0094ff 100%);
}
.download_info_list li .wrap > div h6 {
	margin: 0;
	margin-left: 10px;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	;
	color: #333333;
	font-family: 'poppins semibold';
	font-size: 14px;
	transition: all .5s;
}
.download_info_list li .wrap:hover > div h6 {
	color: #0094ff;
}

@media only screen and (max-width: 768px) {
.download_info_list li {
	padding: 0;
}
.download_info_list li .wrap {
	padding: 20px 10px;
}
.download_info_list li .wrap > div h6 {
	font-size: 14px;
	max-width: 76%;
}
}
.page_faq_l {
	list-style: none;
}
.page_faq_l li.question {
	position: relative;
}
.page_faq_l li.question .column {
	background: #f5f5f5;
	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: #0094ff;
}
.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: #333333;
	font-size: 16px;
}
.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: #fe9305;
	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: #fe9305;
}
.page_faq_l li .column.rotate > i:after {
	background: #fe9305;
	-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%;
}
}
.project_list {
	list-style: none;
}
.project_list li {
	margin-bottom: 20px;
	padding: 0 5px;
}
.project_list li .column {
	background: #f7f7f7;
}
.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
	height: 400px;
}
.project_list li .image > a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .9s;
}
.project_list li:hover .image > a {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.project_list li .title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: 'montserrat semibold';
	height: 48px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}
.project_list li:hover .title {
	color: #ffaa00;
	text-decoration: none;
}
.project_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}

@media only screen and (max-width: 1260px) {
.project_list li .image {
	height: 320px;
}
}

@media only screen and (max-width: 992px) {
.project_list li .image {
	height: 280px;
}
}

@media only screen and (max-width: 480px) {
.project_list li {
	padding: 0;
	width: 100%;
}
.project_list li .title {
	height: auto;
	max-height: 48px;
	font-size: 16px;
}
}
.team_list {
	list-style: none;
}
.team_list > li {
	margin-bottom: 30px;
}
.team_list li .image {
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 10px 15px 1px rgba(0,0,0,0.1);
}
.team_list li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .5s;
}
.team_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));
}
.team_list li .title {
	padding-top: 20px;
	position: relative;
	padding-left: 20px;
}
.team_list li .title h4 {
	margin: 0;
	color: #333333;
	font-size: 24px;
	line-height: 28px;
	font-family: 'poppins semibold';
	text-transform: capitalize;
}
.team_list li .title h4:before {
	width: 2px;
	height: 40px;
	background: #fe9305;
	position: absolute;
	left: 15px;
	top: -25px;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.team_list li .title p {
	margin: 0;
	margin-top: 5px;
	text-transform: uppercase;
	color: #808080;
}
.team_list li .list {
	list-style: none;
	padding: 10px 10px 5px 10px;
	background: #f7f7f7;
	margin-top: 10px;
	border-radius: 5px;
}
.team_list li .list li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.team_list li .list li .icon {
	min-width: 24px;
	height: 24px;
	background: #fe9305;
	border-radius: 50%;
	text-align: center;
	padding: 7px 0;
	display: inline-block;
}
.team_list li .list li em {
	color: #666666;
	text-transform: uppercase;
	font-family: 'poppins semibold';
	margin-left: 5px;
}
.team_list li .list li a {
	color: #666666;
	font-size: 12px;
	margin-left: 5px;
}
.team_list li .list li a:hover {
	color: #fe9305;
}

@media only screen and (max-width: 1260px) {
.team_list li .list li {
	display: block;
}
.team_list li .list li a {
	display: block;
	margin-left: 0;
	margin-top: 5px;
}
.team_list li .title h4 {
	font-size: 18px;
	line-height: 24px;
}
}

@media only screen and (max-width: 450px) {
.team_list > li {
	padding: 0 5px;
}
.team_list li .list {
	padding: 10px 5px;
}
.team_list li .title {
	padding-left: 15px;
}
.team_list li .title p, .team_list li .list li em {
	margin: 0;
	text-transform: capitalize;
}
}
