/*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%;
}

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/poppinsd41d.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-semiboldd41d.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: 'dosis';    src:url(../font/dosis.eot);    src: url(../font/dosisd41d.eot?#iefix) format('embedded-opentype'),	 url(../font/dosis.svg#dosis) format('svg'),	 url(../font/dosis.woff) format('woff'),	 url(../font/dosis.ttf) format('truetype');    font-weight: normal;    font-style: normal;
}/*index*/.head_top {
	background: url(../images/bg_headtop.jpg) no-repeat top center;
	padding: 0;
	padding-bottom: 20px;
}

.header {
	transition: all .5s;
	padding: 5px 0 15px 0;
	background: url(../images/bg_header.jpg) no-repeat right center;
}

.header > .container {
	position: relative;
}

#logo {
	position: relative;
	display: inline-block;
	padding-top: 0;
	float: left;
}

#logo:after {
	content: '';
	width: 200px;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: -54px;
	background: url(../images/logo_bg.png) no-repeat center center;
	background-size: 100%;
	z-index: -1;
}

#logo h1 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
}

#logo a {
	padding: 0;
	display: inline-block;
}

#logo img {
	max-width: 168px;
	height: auto;
	padding: 0;
	transition: all .5s;
}

.head_con {
	list-style: none;
	float: left;
	padding-top: 10px;
}

.head_con li {
	display: inline-block;
	margin-right: 15px;
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	padding: 4px 0;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: left 0px;
}

.head_con li span {
	text-transform: uppercase;
}

.head_con li a {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	font-family: 'poppins';
}

.head_con li a:hover {
	color: #fc2376;
}

.head_con li.hcon_p {
	background-image: url(../images/head-phone.png);
}

.head_con li.hcon_e {
	background-image: url(../images/head-email.png);
}

.select {
	position: relative;
	float: right;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	transition: all .5s;
}

.select dt {
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 9999999;
	color: #fff;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	line-height: 12px;
}

.select dt > span {
	display: inline-block;
	border-radius: 0 0 15px 15px;
	background: #ffffff;
	padding: 8px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.select dt img {
	max-width: 24px;
	height: auto;
}

.select dt>p {
	color: #808080;
	display: inline-block;
	padding-left: 5px;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.select dt.cur>p {
	color: #fc2374;
}

.select dd {
	position: absolute;
	right: 0;
	top: 40px;
	display: none;
	z-index: 9999999999;
	background: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
	border-radius: 15px 10px 5px 10px;
	border: 1px dashed #fc2374;
}

.select dd ul {
	padding: 10px;
	width: 120px;
/*max-height:250px;*/
	overflow: auto;
	list-style: none;
}

.select dd ul li {
	margin-bottom: 0;
}

.select dd ul li a {
	line-height: 24px;
	display: block;
	padding: 6px 5px;
	text-align: left;
	color: #333;
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 5px;
}

.select dd ul li a:hover {
	background: #b088c6;
	color: #fff;
}

.select dd ul li p {
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.head_top .social_icons {
	float: right;
	list-style: none;
	margin-right: 30px;
	padding-top: 15px;
}

.head_top .social_icons li {
	display: inline-block;
	padding: 0 5px;
}

.head_top .social_icons li i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #000 0%, #000 100%);
	transition: all .5s;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.head_top .social_icons li:hover a i {
	background-image: linear-gradient(135deg, #fc2376 0%, #fc2376 100%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}/* Top Search*/.search_box {
	float: right;
	z-index: 99999999;
	margin-left: 20px;
}

.search i {
	width: 40px;
	height: 40px;
	background: #f3689d url(../images/search.png) no-repeat center center;
	display: inline-block;
	border-radius: 50%;
	position: relative;
}

.search i:before {
	content: "";
	position: absolute;
	height: calc(100% + 12px);
	width: calc(100% + 12px);
	border: 2px dashed #f3689d;
	top: -6px;
	left: -6px;
	border-radius: 50%;
	transition: .5s;
	animation: spin_left 5s linear infinite;
	animation-play-state: paused;
	box-sizing: border-box;
}

.search:hover i:before {
	animation-play-state: running;
	border-color: #f3689d;
}

.top-search {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 70px;
	display: none;
	z-index: 9999999;
	background: #fafafa;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
}

.top-search h4 {
	font-size: 24px;
	text-align: left;
	color: #333;
	margin: 15px 0;
	text-transform: capitalize;
	font-family: 'dosis';
}

.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: 0;
	border: 2px solid #f3689d;
	background: #fff;
	color: #808080;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 20px;
	text-align: left;
	font-size: 14px;
	border-radius: 25px;
	font-family: 'poppins';
	background: #fff;
}

.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
}

.top-search .input-group-addon.close-search {
	cursor: pointer;
}

.btn_search1 {
	background: #f3689d url(../images/search.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: 0;
	top: 10px;
	width: 40px;
	height: 50px;
	border-radius: 0;
}

.attr-nav {
	float: right;
	padding-top: 15px;
	z-index: 9999999;
	display: inline-block;
}

.attr-nav ul li {
	list-style: none;
}

.top-search .input-group {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
	padding-right: 50px;
	background: #fff url(../images/bg_header.jpg) no-repeat right center;
	width: 100%;
	border-radius: 20px;
}/* Sizes for the bigger menu */header {
	width: 100%;
	z-index: 9999999;
	padding: 0;
	position: fixed;
}

header.large {
	top: 66px;
}

header.small {
	left: 0;
	background: #fff;
	top: 0;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.08);
}

header.small .header {
	padding: 10px 0;
}

header.small #logo:after {
	display: none;
}

.height {
	padding-top: 95px;
}

@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: 10px 0 20px 0;
		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: 0;
		transform: translate(0, 0);
		left: auto;
		top: auto;
	}

	.header #logo img,header.small #logo img {
		max-width: 140px;
	}

	#logo .logo02 {
		padding-left: 0;
	}

	#logo:after {
		display: none;
	}

	.height {
		padding: 0;
	}

	.search_box , header.small .search_box {
	}

	.search_box .attr-nav , header.small .attr-nav {
		position: absolute;
		right: 10px;
		top: 10px;
		background: #fafafa;
		z-index: 99999;
		margin: 0;
		max-width: 100%;
		border: none;
		padding: 0;
	}

	.top-search h4 {
		display: block;
		margin-top: 0;
		font-size: 18px;
	}

	.top-search .input-group,header.small .top-search .input-group {
		padding: 20px 10px;
		max-width: 750px;
		margin: 0 auto;
		width: 100%;
	}

	.top-search,header.small .top-search {
		display: none;
		width: 100%;
		top: 65px;
		max-width: 100%;
		left: 0;
		border-radius: 0;
		z-index: 9999999;
		background: #fff;
		padding-top: 0;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
	}

	.top-search h4 {
		display: block;
		top: 0;
		background: transparent;
	}

	.top-search .input-group-addon.close-search {
		display: block;
		top: 0;
		background: transparent;
		width: 40px;
		height: 40px;
	}

	.top-search .input-group-addon i {
		top: 10px;
	}

	.search i,header.small .search i {
		height: 36px;
		width: 36px;
		background-size: 18px;
	}

	.top-search .form-control {
		background: #fff;
		border: 1px solid #e5e5e5;
		height: 40px;
		font-size: 12px;
		padding-left: 10px;
	}

	.btn_search1 {
		height: 36px;
		width: 36px;
	}

	.head_con , .head_top .social_icons {
		display: none;
	}

	.select dd {
		top: 26px;
	}

	.select dd ul li a {
		padding: 7px 5px;
	}

	.select dt>p:after {
		display: none;
	}

	.select dt > span {
		padding-top: 10px;
	}

	.head_top {
		background-size: cover;
		padding-bottom: 10px;
	}

	.head-right {
		width: auto;
	}

	.search:hover i:before {
		animation-play-state: paused;
	}
}

@media only screen and (max-width: 480px) {
	.header #logo img,header.small #logo img {
		max-width: 120px;
	}

	.top-search, header.small .top-search {
		top: 42px;
	}
}/*******bootstrap-touch-slider********/.slide_content {
	position: relative;
	z-index: 555;
}

.slide_content .attachment_line_top {
	top: auto;
	bottom: -1px;
}/* 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;
}/*************************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: 50px;
	height: 50px;
	-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: center;
	padding: 20px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.slide-text > div {
	float: right;
	max-width: 100%;
	width: 45%;
	text-align: left;
	text-transform: uppercase;
}

.slide-text > div .text {
	color: #ffffff;
	font-family: 'Gilroy_bold';
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	padding-right: 20px;
	display: inline-block;
}

.slide-text > div .text:before {
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	background: #62a70f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.slide-text > div .title {
	font-size: 86px;
	color: #fff;
	line-height: 80px;
	overflow: hidden;
	max-height: 240px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
	font-family: 'Gilroy_bold';
	text-transform: capitalize;
}

.slide-text > div .text_box .text {
	background: #62a70f;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Gilroy_light';
	padding: 5px 30px;
}

.slide-text > div .main_more {
	margin-top: 40px;
}

.slide-text > div .main_more a {
	padding: 14px 40px;
}

.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:1400px) {
	.indicators-line > .carousel-indicators {
		left: 20px;
		bottom: 40px;
	}

	.slide-text > div .main_more {
		margin-top: 20px;
	}

	.slide-text > div .title {
		font-size: 72px;
		line-height: 64px;
	}
}

@media (max-width:1260px) {
	.slide-text > div {
		width: 100%;
		text-align: center;
	}

	.slide-text > div .text {
		padding: 0;
		padding: 0 10px;
	}

	.slide-text > div .title {
		font-size: 48px;
		line-height: 42px;
	}
}

@media (max-width:992px) {
	.slide_content .attachment_line_top {
		display: none;
	}

	.slide_content {
		overflow: hidden;
	}

	.slide-text {
		padding: 0 20px;
	}

	.slide-text > div {
		text-align: center;
	}

	.slide-text > div .title {
		font-size: 48px;
		line-height: 52px;
	}

	.slide-text > div .text_box .text {
		font-size: 14px;
		line-height: 20px;
		max-height: 45px;
		overflow: hidden;
		font-family: 'Gilroy';
	}

	.slide-text > div .main_more {
		margin-top: 20px;
	}

	.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;
	}
}

@media (max-width:560px) {
	.slide-text {
		width: 100%;
	}

	.slide-text > div {
		padding: 10px;
	}

	.slide-text > div .title {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 32px;
	}

	.slide-text > div .text_box .text {
		font-size: 12px;
	}

	.indicators-line > .carousel-indicators {
		margin-bottom: 0;
		width: 100%;
	}

	.slide-text > div .main_more {
		margin-top: 10px;
	}

	.indicators-line > .carousel-indicators {
		display: none;
	}

	.slide-text > div .main_more a {
		padding: 6px 20px;
	}

	.slide_content > .line {
		height: 40px;
	}

	.slide_content .waveWrapper {
		display: none;
	}
}

@media (max-width:440px) {
	.slide-text > div .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0;
	}

	.slide-text > div .text {
		display: none;
	}

	.slide_content > .line {
		height: 20px;
	}
}

.main_title {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.main_title .s_title {
	color: #31b03a;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.main_title h6 {
	color: #333333;
	font-size: 42px;
	text-transform: capitalize;
	line-height: 45px;
	margin-bottom: 15px;
	font-family: 'dosis';
	margin-top: 0;
}

.main_title .line {
	display: inline-block;
	width: 145px;
	height: 9px;
	background: url(../images/title_line.png) no-repeat center center;
}

.main_title .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	max-width: 50%;
	margin: auto;
	margin-top: 20px;
}

.main_more {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	border-radius: 25px;
	transition: all .5s;
	z-index: 3;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.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);
	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: #fff;
	display: block;
	transform: scaleX(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: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	transform: scaleX(1);
	visibility: visible;
}

.main_more a,.main_more input, .main_more button {
	display: inline-block;
	background: transparent;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	font-family: 'dosis';
}

.main_more:hover a,.main_more:hover input, .main_more:hover button {
	color: #fff;
	text-decoration: none;
}

.main_more a i {
	width: 17px;
	height: 12px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
	-webkit-mask-image: url(../images/icon_right.png);
	margin-left: 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.main_more.main_more_line {
	border: 2px solid #f3689d;
	background: none;
	box-shadow: none;
}

.main_more.main_more_line a {
	padding-left: 20px;
	padding-right: 20px;
	color: #fc2374;
}

.main_more.main_more_line a i {
	background-image: linear-gradient(135deg, #fc2374 0%, #fc2374 100%);
}

.main_more.main_more_line:hover {
	border-color: #fff;
	background: #fc2374;
}

.main_more.main_more_line:hover a {
	color: #fff;
}

.main_more.main_more_line:hover a i {
	background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
}

.attachment_line_top,.attachment_line_bottom {
	position: absolute;
	left: 0;
	top: -2px;
	height: 100px;
	z-index: 2;
	width: 100%;
	display: block;
	background: url(../images/wave01.png) no-repeat center center;
	background-size: cover;
}

.attachment_line_bottom {
	top: auto;
	bottom: -1px;
	height: 118px;
	background-image: url(../images/wave02.png);
}

@media only screen and (max-width: 992px) {
	.main_title .text {
		max-width: 80%;
		margin-top: 10px;
	}

	.attachment_line_bottom {
		height: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.main_title {
		margin-bottom: 30px;
		max-width: 100%;
	}

	.main_title h6 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.main_title .text {
		line-height: 20px;
		max-height: 40px;
		max-width: 100%;
	}

	.main_title .line {
		background-size: 100%;
		width: 100px;
		height: 6px;
	}

	.main_more {
		margin-top: 20px;
	}

	.main_more a,.main_more input, .main_more button {
		height: 34px;
		line-height: 34px;
		padding: 0 15px;
		font-size: 12px;
		font-family: 'poppins'
	}

	.main_more.main_more_line a,.main_more.main_more_line input, .main_more.main_more_line button {
		height: 34px;
		line-height: 34px;
		padding: 0 15px;
		font-size: 12px;
		font-family: 'poppins semibold'
	}
}

.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;
	color: #fc2376;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "poppins semibold";
	padding-left: 25px;
	background: url(../images/icon_date.png) no-repeat left 1px;
}

.page_more {
	display: inline-block;
	color: #fc2374;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'dosis';
	vertical-align: middle;
	margin-top: 5px;
}

.page_more i {
	margin-left: 5px;
	width: 12px;
	height: 12px;
	display: inline-block;
	-webkit-mask-image: url(../images/icon_plus.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #fc2374 0%, #fc2374 100%);
	transition: all .5s;
}

.page_more:hover {
	color: #f3689d;
}

.page_more:hover i {
	background-image: linear-gradient(135deg, #f3689d 0%, #f3689d 100%);
	-webkit-animation: spin .6s ease-out;
	animation: spin .6s ease-out;
}

@-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-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 30px;
	text-align: center;
	padding: 10px 0;
	z-index: 2;
	background: #31b03a;
	transition: all .5s;
}

.circle_more i {
	width: 10px;
	height: 20px;
	display: inline-block;
	-webkit-mask-image: url(../images/icon_right.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
	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: #31b03a;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	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;
}

.page_icon {
	width: 54px;
	height: 54px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transition: .5s;
	background-image: -moz-linear-gradient(right, #f56197, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f56197), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56197', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #f56197, #fc2374);
}	

.page_icon:before {
	content: "";
	position: absolute;
	height: calc(100% + 12px);
	width: calc(100% + 12px);
	border: 2px dashed #f3689d;
	top: -6px;
	left: -6px;
	border-radius: 50%;
	transition: .5s;
	animation: spin_left 5s linear infinite;
	animation-play-state: paused;
	box-sizing: border-box;
}

.page_icon i {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url(../images/icon_link.png) no-repeat center center;
}

.page_icon:hover:before {
	animation-play-state: running;
	border-color: #f3689d;
}

@keyframes spin_right {
	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes spin_left {
	100% {
		transform: rotateZ(-360deg);
	}
}/*******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: 8px;
	width: 8px;
	margin: 0px 10px;
	cursor: pointer;
	transition: all .5s;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #cccccc;
	padding: 0;
	transition: all .5s;
	border-radius: 15px;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li:after {
	border: 1px solid #31b03a;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
	border-radius: 50%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: -1;
}

.slick-dots li.slick-active {
	width: 8px;
	height: 8px;
}

.slick-dots li.slick-active:after {
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.slick-dots li.slick-active button {
	background: #31b03a;
	width: 8px;
	height: 8px;
	box-shadow: 0 0 3px 1px rgba(230,36,24,0.5);
}

.slick-prev,.slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background-color: #f3689d;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .5s;
	z-index: 22;
	padding-bottom: 3px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-radius: 50%;
}

.slick-prev {
	left: -50px;
	background-image: url(../images/prev.png);
}

.slick-next {
	right: -50px;
	background-image: url(../images/next.png);
}

.slick-prev:hover,.slick-next:hover {
	background-color: #f3689d;
}

.slick-prev:before,.slick-next:before {
	content: "";
	position: absolute;
	height: calc(100% + 12px);
	width: calc(100% + 12px);
	border: 2px dashed #f3689d;
	top: -6px;
	left: -6px;
	border-radius: 50%;
	transition: .5s;
	animation: spin_left 5s linear infinite;
	animation-play-state: paused;
	box-sizing: border-box;
}

.slick-prev:hover:before,.slick-next:hover:before {
	animation-play-state: running;
	border-color: #f3689d;
}

@media only screen and (max-width: 1340px) {
	.slick-prev {
		left: -15px;
	}

	.slick-next {
		right: -15px;
	}
}/*******features-tab********//* clearfix */.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}/* display none until init */.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}/* mouse grab icon */.grabbing {
	cursor: url(grabbing.html) 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 {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
	z-index: 22;
	padding-bottom: 3px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div i {
	background: inherit;
	width: 33px;
	height: 23px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
	transition: all .5s;
	display: inline-block;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #808080 0%, #808080 100%);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 37px;
	height: 6px;
	background: url(../images/icon_line01.html) no-repeat center center;
	display: block;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 1;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:after {
	transform: scaleX(1);
	visibility: visible;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -50px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev i {
	-webkit-mask-image: url(../images/prev.png);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -50px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next i {
	-webkit-mask-image: url(../images/next.png);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover i {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: linear-gradient(135deg, #0064b9 0%, #0064b9 100%);
}

@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: #62a70f;
		color: #fff;
	}
}

.video_content {
	padding-top: 30px;
	text-align: center;
	background: url(../images/bg_video.jpg) no-repeat center 95%;
	overflow: hidden;
}

.video_content .main_title h6 {
	font-size: 56px;
	line-height: 90%;
	margin-bottom: 20px;
	text-align: center;
}

.video_content .main_more_line {
	margin-top: 0;
}

.video_content .main_more_line a i {
	-webkit-mask-image: url(../images/icon_send.png);
	width: 18px;
	height: 14px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.video_content .video_column {
	position: relative;
	max-width: 960px;
	margin: auto;
	border-radius: 50px;
	min-height: 450px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.08);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.video_content .video_column .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.video_content .video_column .page_icon {
	width: 80px;
	height: 80px;
	background: none;
}

.video_content .video_column .page_icon:before {
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-color: #fff;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.video_content .video_column .page_icon:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.popup {
	background-color: rgba(0,0,0,.7);
	-webkit-transition: opacity .4s cubic-bezier(.23,1,.32,1) 0s;
	transition: opacity .4s cubic-bezier(.23,1,.32,1) 0s;
	-o-transition: opacity .4s cubic-bezier(.23,1,.32,1) 0s;
	-moz-transition: opacity .4s cubic-bezier(.23,1,.32,1) 0s;
	will-change: opacity,transform;
}

.popup__container {
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	padding: 30px;
	margin: 30px auto;
	max-width: 50%;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-shadow: rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 14px 45px,rgba(0,0,0,.22) 0 10px 18px;
	transition: opacity .2s ease,visibility 0s .1s,transform 450ms cubic-bezier(.23,1,.32,1) 0s,-webkit-transform 450ms cubic-bezier(.23,1,.32,1) 0s;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: opacity .2s ease,visibility 0s .1s,-webkit-transform 450ms cubic-bezier(.23,1,.32,1) 0s;
	transition: opacity .2s ease,visibility 0s .1s,-webkit-transform 450ms cubic-bezier(.23,1,.32,1) 0s;
	transition: opacity .2s ease,visibility 0s .1s,transform 450ms cubic-bezier(.23,1,.32,1) 0s;
	will-change: transform,opacity;
}

.popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	padding-top: 8px
}

.popup__close span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #2f2c2c
}

.popup__close span:first-of-type {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup__close span:last-of-type {
	-webkit-transform: rotate(-45deg) translateY(-1px);
	-moz-transform: rotate(-45deg) translateY(-1px);
	-ms-transform: rotate(-45deg) translateY(-1px);
	-o-transform: rotate(-45deg) translateY(-1px);
	transform: rotate(-45deg) translateY(-1px);
}

@media (max-width:767px) {
	.popup__container {
		max-width: 80%;
		margin: 10px auto;
		padding: 30px 18px 30px 18px
	}

	.popup__close {
		top: 10px;
		right: 10px
	}
}

@media (max-width:560px) {
	.popup__container {
		max-width: 95%;
	}
}

.popup.opened .popup__container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: 999999999;
	overflow: auto;
	outline: 0;
	text-align: center;
	font-size: 0;
	transform: translate3d(0,0,0);
}

.popup:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%
}

@media (max-width:767px) {
	.popup {
		padding: 20px 10px;
	}
}

.popup.opened {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}

.number_box {
	padding: 30px 0;
}

.number_box .numbers__one {
	padding-left: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.number_box .number__ico {
	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.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.number_box .numbers__one .numbers__num {
	font-size: 64px;
	line-height: 68px;
	color: #fc2374;
	font-family: 'dosis';
}

.number_box .numbers__one.numbers__two .numbers__num:after {
	content: '+';
	font-size: 64px;
	line-height: 68px;
	color: #fc2374;
	font-family: 'dosis';
}

.number_box .numbers__one.numbers__three .numbers__num:before {
	content: '1.';
	font-size: 64px;
	line-height: 68px;
	color: #fc2374;
	font-family: 'dosis';
}

.number_box .numbers__one .number__desc {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-family: 'dosis';
	margin-top: 10px;
}

.number_box .numbers__one .line {
	width: 40px;
	height: 3px;
	background: #fc2374;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}

@media only screen and (max-width: 992px) {
	.number_box .number__ico {
		min-width: 60px;
	}

	.number_box .numbers__one .wrap {
		padding-left: 15px;
	}

	.number_box .numbers__one .numbers__num,	.number_box .numbers__one.numbers__two .numbers__num:after,	.number_box .numbers__one.numbers__three .numbers__num:before {
		font-size: 42px;
		line-height: 42px;
	}

	.number_box .numbers__one .number__desc {
		font-size: 12px;
		font-family: 'poppins';
		line-height: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.video_content {
		padding-top: 50px;
	}

	.video_content .main_title h6 {
		font-size: 30px;
	}

	.number_box {
		padding: 30px 0 20px 0;
	}

	.number_box .numbers__one {
		margin-bottom: 20px;
	}

	.number_box .number__ico {
		min-width: 56px;
		max-width: 56px;
	}

	.number_box .numbers__one .wrap {
		padding-left: 10px;
	}

	.video_content .video_column {
		min-height: 360px;
	}
}

@media only screen and (max-width: 480px) {
	.video_content .video_column {
		min-height: 240px;
		border-radius: 30px;
	}
}

.cat_content {
	padding-top: 90px;
	padding-bottom: 160px;
	background: url(../images/bg_about.jpg) no-repeat bottom center;
}

.cat_content .main_title h6 {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 5px;
	padding-bottom: 10px
}

.cat_content .main_title h6:before {
	content: '';
	width: 100%;
	height: 50%;
	background: #f34c8c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.cat_content .list {
	list-style: none;
}

.cat_content .list li {
	padding: 0 30px;
	text-align: center;
}

.cat_content .list li:nth-child(3n+2) {
	animation-delay: 0.1s;
	margin-top: 40px;
}

.cat_content .list li:nth-child(3n+3) {
	animation-delay: 0.2s;
}

.cat_content .list li .image {
	position: relative;
	padding-bottom: 30px;
	background: url(../images/bg_shadow.png) no-repeat center bottom;
	background-size: 100%;
}

.cat_content .list li .image>a.link {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.cat_content .list li .image .page_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	z-index: 8;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(var(--scale-multiplier,0.9));
	-ms-transform: scale(var(--scale-multiplier,0.9));
	transform: scale(var(--scale-multiplier,0.9));
}

.cat_content .list li:hover .image .page_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));
}

.cat_content .list li .title {
	margin-top: 30px;
	margin-bottom: 20px;
}

.cat_content .list li .title a {
	color: #4d4d4d;
	font-size: 36px;
	line-height: 90%;
	font-family: 'dosis';
}

.cat_content .list li:hover .title a {
	color: #fc2374;
	text-decoration: none;
}

.cat_content .list li .line {
	display: inline-block;
	width: 93px;
	height: 10px;
	background: url(../images/title_line.png) no-repeat center center;
	background-size: 100%;
}

.cat_content .list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	max-height: 96px;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.cat_content {
		padding-top: 40px;
		padding-bottom: 90px;
	}

	.cat_content .list li {
		display: flex;
		align-items: center;
		padding: 0;
		margin-bottom: 20px;
		text-align: left;
	}

	.cat_content .list li:nth-child(3n+2) {
		margin-top: 0;
	}

	.cat_content .list li .image {
		min-width: 40%;
		padding-bottom: 20px;
	}

	.cat_content .list li .wrap {
		padding-left: 15px;
	}

	.cat_content .list li .title a {
		font-size: 24px;
	}

	.cat_content .list li .text {
		height: 48px;
	}
}

.about_content {
	padding: 100px 0 200px 0;
	position: relative;
	overflow: hidden;
}

.about_content:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 185px;
	height: 76px;
	background: url(../images/bg_about01.jpg) no-repeat center center;
	left: 0;
	top: 50%;
	margin-top: -70px;
}

.about_content:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 134px;
	height: 57px;
	background: url(../images/bg_about02.jpg) no-repeat center center;
	right: 0;
	top: 180px;
}

.about_content .image {
	position: relative;
	z-index: 10;
	margin-top: 30px;
	float: right;
	right: -40px;
}

.about_content .image:before {
	content: '';
	border: 2px dashed #dca0c9;
	position: absolute;
	left: 20px;
	right: 20px;
	top: -20px;
	bottom: -20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	z-index: -1;
	border-radius: 50px 60px 65px 70px;
	z-index: -2;
}

.about_content .image:after {
	content: '';
	width: 83px;
	height: 34px;
	background: url(../images/bg_about03.jpg) no-repeat center center;
	position: absolute;
	left: -70px;
	top: 100px;
	z-index: -3;
}

.about_content .image > a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 50px 60px 65px 70px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.05);
	z-index: 5;
}

.about_content .image > a img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
}

.about_content .image > a:hover img {
	-webkit-transform: scale(var(--scale-multiplier,1.05));
	-ms-transform: scale(var(--scale-multiplier,1.05));
	transform: scale(var(--scale-multiplier,1.05));
}

.about_content .image .circle:before,.about_content .image .circle:after {
	content: '';
	border-radius: 50%;
	position: absolute;
}

.about_content .image .circle:before {
	background-color: #fdf8f5;
	width: 92px;
	height: 92px;
	z-index: -1;
	right: -30px;
	top: -30px;
}

.about_content .image .since {
	width: 170px;
	height: 170px;
	display: inline-block;
	border-radius: 20%;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.05);
	z-index: 5;
	position: absolute;
	bottom: -80px;
	left: -20px;
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.about_content .image .since em {
	display: block;
	color: #ffffff;
	font-size: 124px;
	line-height: 90%;
	font-family: 'dosis';
}

.about_content .image .since p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: 'poppins semibold';
}

.about_content .about_column {
	margin-top: 0px;
	padding-right: 50px;
	background: #fff;
	padding-left: 0;
}

.about_content .about_column .main_title {
	text-align: left;
}

.about_content .about_column .main_title h6 {
	font-size: 56px;
	line-height: 90%;
	margin-bottom: 20px;
}

.about_content .about_column > .text {
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	max-height: 168px;
	overflow: hidden;
}

.about_content .about_column .list {
	list-style: none;
	padding-top: 20px;
}

.about_content .about_column .list li {
	margin-bottom: 12px;
	background-image: url(../images/icon_correct.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	color: #333333;
	font-family: 'poppins semibold';
	font-size: 14px;
}

@media only screen and (max-width: 1260px) {
	.about_content .image {
		right: 0;
	}

	.about_content .image .since {
		width: 160px;
		height: 160px;
	}

	.about_content .image .since em {
		font-size: 100px;
	}
}

@media only screen and (max-width: 992px) {
	.about_content {
		padding: 60px 0 100px 0;
	}

	.about_content .image {
		width: 100%;
	}

	.about_content .image > a img {
		width: 100%;
	}

	.about_content .image:before {
		top: 20px;
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.about_content .about_column {
		width: 100%;
		padding: 0;
		padding-top: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.about_content {
		padding: 30px 0 90px 0;
	}

	.about_content .image:before {
		display: none;
	}

	.about_content .about_column .list li {
		font-size: 12px;
		background-position: left top;
	}

	.about_content .about_column > .text {
		line-height: 24px;
		max-height: 96px;
		font-size: 12px;
	}

	.about_content .image {
		padding: 0;
		margin-top: 10px;
	}

	.about_content .image .circle:before {
		width: 40px;
		height: 40px;
		top: -15px;
		left: 15px;
	}

	.about_content .image .circle:after {
		width: 60px;
		height: 60px;
		bottom: -20px;
	}

	.about_content .about_column {
		padding-top: 20px;
	}

	.about_content .image > a {
		border-radius: 20px 40px 45px 50px;
	}

	.about_content .image .icon {
		width: 60px;
		background-size: 100%;
		left: 20px;
		top: 0;
	}

	.about_content .image .since {
		left: auto;
		right: 20px;
		width: 120px;
		height: 120px;
		padding: 10px 5px;
	}

	.about_content .image .since em {
		font-size: 80px;
	}

	.about_content .image .since p {
		font-family: 'poppins';
		font-size: 12px;
		line-height: 12px;
	}

	.about_content:before , .about_content:after {
		display: none;
	}

	.about_content .about_column .main_title h6 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 480px) {
	.about_content .image .since {
		width: 100px;
		height: 100px;
		padding: 8px 0;
	}

	.about_content .image .since em {
		font-size: 60px;
	}
}

.pro_content {
	padding: 30px 0 60px 0;
	background: #fcf9f4;
	text-align: center;
}

.pro_content .main_title h6 {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 5px;
	padding-bottom: 10px
}

.pro_content .main_title h6:before {
	content: '';
	width: 100%;
	height: 50%;
	background: #f34c8c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.pro_content .list {
	list-style: none;
}

.pro_content .list li {
	margin-bottom: 30px;
}

.pro_content .list li .column {
	border: 2px solid #f2f1ed;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	padding: 15px;
	transition: all .5s;
}

.pro_content .list li:hover .column {
	border: 2px dashed #f3689d;
}

.pro_content .list li .image {
	display: block;
	position: relative;
}

.pro_content .list li .image > a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

.pro_content .list li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
	border-radius: 15px;
}

.pro_content .list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier,1.05));
	-ms-transform: scale(var(--scale-multiplier,1.05));
	transform: scale(var(--scale-multiplier,1.05));
}

.pro_content .list li .image .page_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	z-index: 8;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(var(--scale-multiplier,0.9));
	-ms-transform: scale(var(--scale-multiplier,0.9));
	transform: scale(var(--scale-multiplier,0.9));
}

.pro_content .list li:hover .image .page_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));
}

.pro_content .list li .title a {
	color: #333333;
	display: block;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppins semibold';
}

.pro_content .list li:hover .title a {
	color: #fc2374;
	text-decoration: none;
}

.pro_content .list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}

.pro_content .mobile_list {
	display: none;
}

.pro_content .mobile_list .slider .li {
	padding: 10px;
}

.pro_content .mobile_list .slider .li .column {
	border: 2px solid #f2f1ed;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	text-align: center;
}

.pro_content .mobile_list .slider .li .title a {
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppins semibold';
}

.pro_content .mobile_list .slider .li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}

.pro_content .bottom {
	text-align: center;
	padding-top: 10px;
	font-family: 'dosis';
}

.pro_content .bottom p {
	color: #666666;
	font-size: 18px;
	display: inline-block;
	margin: 0;
	line-height: 24px;
}

.pro_content .bottom a {
	display: inline-block;
	color: #fc2374;
	text-transform: capitalize;
	border-bottom: 1px dotted #fc2374;
	line-height: 20px;
}

.pro_content .bottom a:hover {
	text-decoration: none;
	color: #f3689d;
	border-color: #f3689d;
}

@media only screen and (max-width: 1260px) {
	.pro_content .list li {
		padding: 0 6px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.pro_content {
		padding: 40px 0;
	}

	.pro_content .list {
		display: none;
	}

	.pro_content .mobile_list {
		display: block;
	}

	.pro_content .bottom p {
		font-size: 14px;
		font-family: 'poppins';
	}
}

.adv_content {
	padding-top: 110px;
	padding-bottom: 120px;
	background: url(../images/bg_ser.jpg) no-repeat top center;
	z-index: 14;
	position: relative;
}

.adv_content .list {
	list-style: none;
}

.adv_content .list li {
	text-align: center;
}

.adv_content .list li:nth-child(4n+2) {
	animation-delay: 0.1s;
}

.adv_content .list li:nth-child(4n+3) {
	animation-delay: 0.2s;
}

.adv_content .list li:nth-child(4n+4) {
	animation-delay: 0.3s;
}

.adv_content .list li .icon {
	width: 101px;
	height: 100px;
	text-align: center;
	padding: 15px 0;
	display: inline-block;
	background: url(../images/bg_ser_icon.png) no-repeat center center;
	background-size: 100%;
}

.adv_content .list li .icon img {
	transition: all .5s;
}

.adv_content .list li:hover .icon img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}

.adv_content .list li h5 {
	color: #333333;
	display: block;
	font-size: 30px;
	line-height: 36px;
	overflow: hidden;
	font-family: 'dosis';
	margin-bottom: 15px;
}

.adv_content .list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	height: 66px;
}

@media only screen and (max-width: 1260px) {
	.adv_content {
		background-size: cover;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.adv_content .list li h5 {
		font-size: 27px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 992px) {
	.adv_content .container {
		width: 100%;
	}

	.adv_content .row {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.adv_content .list li {
		margin-bottom: 20px;
	}

	.adv_content .list li h5 {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 10px;
	}

	.adv_content .list li .text {
		height: 44px;
	}

	.adv_content .list li .icon {
		width: 81px;
		height: 80px;
	}

	.adv_content .list li .icon img {
		max-width: 48px;
	}
}

@media only screen and (max-width: 520px) {
	.adv_content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.honor_content {
	padding: 100px 0 190px 0;
	background: url(../images/bg_honor.jpg) no-repeat bottom center;
	position: relative;
	overflow: hidden;
}

.honor_content .attachment_line_bottom {
	bottom: -15px;
}

.honor_content .main_title h6 {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 5px;
	padding-bottom: 10px
}

.honor_content .main_title h6:before {
	content: '';
	width: 100%;
	height: 50%;
	background: #f34c8c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.honor_content .slider .li {
	padding: 10px 0;
	text-align: center;
	transition: all .5s;
	-webkit-transform: scale(var(--scale-multiplier,0.8));
	-ms-transform: scale(var(--scale-multiplier,0.8));
	transform: scale(var(--scale-multiplier,0.8));
}

.honor_content .slider .li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border: 3px solid #f3689d;
	border-radius: 15px;
	box-shadow: 0 10px 15px 2px rgba(0,0,0,0.05);
	transition: all .5s;
}

.honor_content .slider .li .image> a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}

.honor_content .slider .li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
	border-radius: 15px;
}

.honor_content .slider .li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier,1.05));
	-ms-transform: scale(var(--scale-multiplier,1.05));
	transform: scale(var(--scale-multiplier,1.05));
}

.honor_content .slider .li .image .page_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(var(--scale-multiplier,0.8));
	-ms-transform: scale(var(--scale-multiplier,0.8));
	transform: scale(var(--scale-multiplier,0.8));
}

.honor_content .slider .li .title {
	display: block;
	margin-top: 20px;
	color: #333333;
	font-size: 14px;
	font-family: 'poppins semibold';
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
}

.honor_content .slider .li .title:hover {
	color: #fc2374;
	text-decoration: none;
}

.honor_content .slider .slick-center .li {
	-webkit-transform: scale(var(--scale-multiplier,1.0));
	-ms-transform: scale(var(--scale-multiplier,1.0));
	transform: scale(var(--scale-multiplier,1.0));
}

.honor_content .slider .slick-center .li .image {
	border-color: #f3689d;
}

.honor_content .slider .slick-center .li .title {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-size: 16px;
}

.honor_content .slider .slick-center .li .image .page_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));
}

@media only screen and (max-width: 1260px) {
	.honor_content {
		background-position: top center;
		padding-top: 50px;
	}

	.honor_content .slider .slick-center .li .title {
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.honor_content .attachment_line_bottom {
		bottom: 0;
	}

	.honor_content {
		padding: 60px 0 100px 0;
	}

	.honor_content .slider .li {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 768px) {
	.honor_content .container {
		padding: 0;
	}

	.honor_content {
		padding: 40px 0 70px 0;
	}

	.honor_content .slider .li {
		-webkit-transform: scale(var(--scale-multiplier,0.9));
		-ms-transform: scale(var(--scale-multiplier,0.9));
		transform: scale(var(--scale-multiplier,0.9));
	}
}

@media only screen and (max-width: 480px) {
	.honor_content .slider .li {
		padding: 5px;
	}

	.honor_content .slider .slick-center .li .title {
		font-size: 12px;
	}
}

.send_content {
	background: #fcf9f4 url(../images/bg_mes02.jpg) no-repeat right bottom;
	position: relative;
	padding-top: 40px;
}

.send_content:before {
	content: '';
	width: 440px;
	height: 460px;
	background: url(../images/bg_mes01.jpg) no-repeat center center;
	position: absolute;
	left: 0;
	bottom: 60px;
}

.send_content .main_title {
	text-align: left;
}

.send_content .main_title h6 {
	font-size: 36px;
	line-height: 40px;
}

.send_content .con_column {
	padding-right: 0;
	padding-left: 70px;
}

.send_content .con_column .list {
	list-style: none;
}

.send_content .con_column .list li {
	padding-left: 50px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 1px;
}

.send_content .con_column .list li em {
	display: block;
	color: #fc2374;
	font-size: 18px;
	line-height: 22px;
	font-family: 'dosis';
	margin-bottom: 5px;
	text-transform: capitalize;
}

.send_content .con_column .list li p {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 2px;
}

.send_content .con_column .list li a {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.send_content .con_column .list li a:hover {
	color: #fc2374;
}

.send_content .con_column .list li.con_p {
	background-image: url(../images/con_p.png);
}

.send_content .con_column .list li.con_e {
	background-image: url(../images/con_e.png);
}

.send_content .con_column .list li.con_a {
	background-image: url(../images/con_a.png);
}

.send_column {
	padding: 50px 30px;
	background: #fff no-repeat right 50px;
	border-radius: 0px;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
	position: relative;
	z-index: 999;
}

.send_column ul {
	list-style: none;
	max-width: 100%;
}

.send_column ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	background: #fafafa;
	border-radius: 5px;
}

.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: 14px;
	display: inline-block;
}

.send_column ul li span {
	display: block;
	position: relative;
}

.send_column ul li span:after {
	content: '*';
	color: red;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 2;
	font-size: 14px;
}

.send_column ul li span:before {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	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: #fff;
	height: 45px;
	width: 100%;
	line-height: 45px;
	padding-left: 45px;
	padding-right: 10px;
	font-family: 'poppins';
	font-size: 14px;
	color: #808080;
	border: 2px solid #e6e6e6;
	border-radius: 0px;
}

.send_column ul li textarea {
	height: 80px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 80px;
	font-family: 'poppins';
	font-size: 12px;
	padding: 10px 10px 10px 45px;
	color: #808080;
	border: none;
	border: 2px solid #e6e6e6;
	border-radius: 0px;
}

.send_column ul li input:focus,.send_column ul li textarea:focus {
	color: #333;
	border-color: #f3689d;
}

.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+ */.send_column .main_more {
	margin-top: 5px;
}

.send_column .main_more input {
	padding-right: 48px;
	background: url(../images/icon_mes.png) no-repeat 80% center;
}

.send_column .main_title .text {
	max-height: inherit;
	max-width: 100%;
}

.send_content .send_column {
	position: relative;
	bottom: 0;
}

@media only screen and (max-width: 992px) {
	.send_content {
		padding-bottom: 20px;
		background-position: top center;
	}

	.send_content:before {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.send_content .main_title h6 {
		font-size: 32px;
		line-height: 36px;
	}

	.send_content {
		padding-bottom: 60px;
		padding-top: 40px;
	}

	.send_content .con_column {
		padding: 0;
	}

	.send_content .send_column {
		display: none;
	}

	.send_content .send_column {
		padding: 40px 20px;
		text-align: center;
	}

	.send_content .send_column .main_title {
		text-align: center;
	}

	.send_column ul li {
		padding: 0;
	}
}/*footer*/.footer {
	position: relative;
	padding: 40px 0 20px 0;
	background: url(../images/bg_footer.jpg) no-repeat top center;
	background-size: cover;
}

.footer .attachment_line_top {
	height: 97px;
	background-image: url(../images/wave03.png);
	top: -97px;
}

.footer .fot_title {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.footer .fot_title em {
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'dosis';
}

.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_nav {
	float: left;
	width: 15%;
	padding-right: 30px;
}

.fot_nav li {
	margin-bottom: 12px;
}

.fot_nav li a {
	font-size: 12px;
	line-height: 20px;
	color: #b2b2b2;
	transition: all .5s;
	text-transform: capitalize;
}

.fot_nav li a:hover {
	text-decoration: none;
	color: #fff;
	padding-left: 2px;
}

.fot_tag {
	float: left;
	width: 30%;
	padding-right: 30px;
}

.fot_tag li {
	margin-bottom: 12px;
}

.fot_tag li a {
	font-size: 12px;
	line-height: 20px;
	color: #b2b2b2;
	position: relative;
	display: inline-block;
	transition: all .5s;
}

.fot_tag li a:hover {
	text-decoration: none;
	color: #fff;
	padding-left: 2px;
}

.footer .social_icons {
	padding-top: 20px;
}

.footer .social_icons li {
	padding: 0;
	padding-right: 10px;
}

.footer .social_icons li a {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	width: 40px;
	height: 40px;
	padding: 11px 0;
	transition: all .5s;
}

.footer .social_icons li a:hover {
	background: #fff;
}

.footer .social_icons li 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;
}

.footer .social_icons li:hover a i {
	background-image: linear-gradient(135deg, #fc2376 0%, #fc2376 100%);
}

.fot_mes {
	float: left;
	width: 25%;
	padding: 0;
	position: relative;
	z-index: 10;
}

.fot_mes .text {
	font-size: 12px;
	line-height: 24px;
	color: #b2b2b2;
}

.fot_mes .letter-input {
	max-width: 100%;
	position: relative;
	margin-top: 20px;
}

.fot_mes .letter-input .fot_input {
	background: rgba(255,255,255,0.2);
	height: 60px;
	color: #b2b2b2;
	line-height: 60px;
	width: 100%;
	padding-left: 20px;
	padding-right: 60px;
	font-family: 'poppins';
	font-size: 12px;
	border: none;
	border-radius: 30px;
}

.fot_mes .letter-input .fot_input:focus {
	color: #fff;
}

.fot_mes .letter-input .send {
	display: inline-block;
	width: 54px;
	height: 54px;
	background: #fc2374 url(../images/icon_send02.png) no-repeat center center;
	position: absolute;
	right: 4px;
	top: 3px;
	border-radius: 50%;
}

.fot_mes .letter-input .fot_input:-ms-input-placeholder {
	color: #b2b2b2;
}/* Internet Explorer 10+ */.fot_mes .letter-input .fot_input::-webkit-input-placeholder {
	color: #b2b2b2;
}/* WebKit browsers */.fot_mes .letter-input .fot_input::-moz-placeholder {
	color: #b2b2b2;
}/* Mozilla Firefox 4 to 18 */.fot_mes .letter-input .fot_input:-moz-placeholder {
	color: #b2b2b2;
}/* Mozilla Firefox 19+ */.social_icons {
	list-style: none;
	padding-top: 15px;
}

.social_icons li {
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 5px;
}

.footer-bottom .social_icons li {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: all .5s;
}

.footer-bottom .social_icons li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.footer-bottom {
	padding-top: 40px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.footer-bottom .left {
	float: left;
	text-align: left;
}

.footer-bottom .copy {
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
}

.footer-bottom .copy a {
	color: #a796b4;
	font-size: 12px;
}

.footer-bottom .copy span , .footer-bottom .copy span a {
	color: #a796b4;
}

.footer-bottom .copy a:hover , .footer-bottom .copy span a:hover {
	color: #fff;
}

.footer-bottom .foot_ipv6 {
	display: inline-block;
	color: #a796b4;
}

.footer-bottom .foot_ipv6 img {
	max-width: 24px;
	margin-right: 5px;
}

@media only screen and (max-width: 992px) {
	.footer .attachment_line_top {
		height: 60px;
		top: -60px;
	}

	.footer {
		padding: 0 0 20px 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;
	}

	.footer .fot_title em {
		margin-bottom: 0;
		font-size: 14px;
		font-family: 'poppins semibold';
		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_logo {
		display: none;
	}

	.footer-bottom {
		padding-top: 0;
	}

	.footer-bottom .left {
		text-align: center;
	}

	.footer-bottom .social_icons {
		float: left;
		width: 100%;
		text-align: center;
	}
}/*back-top*/.back_top {
    
	width: 48px;
	height: 48px;
	text-align: center;
	position: fixed;
	right: 5px;
	bottom: 80px;
	z-index: 99999999;
	display: none;
	background: #0064b9;
	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%;
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.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: 999999999;
	position: fixed;
	right: 60px;
	bottom: 20px;
}

#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: 18px;
	border-radius: 25px;
	text-transform: capitalize;
	background: #31b03a;
	font-family: 'dosis';
	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);
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

#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: #999;
	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 {
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}

#onlineService .title {
	display: block;
	font-size: 22px;
	padding: 10px 20px;
	line-height: 24px;
	background: #fafafa;
	text-transform: capitalize;
	margin-bottom: 0;
	font-family: 'dosis';
	color: #333;
}

#onlineService .title b {
	color: #fc2374;
	font-family: 'dosis';
}

#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 12px;
}

.i_message_inquiry .inquiry {
	padding: 20px;
	padding-top: 10px;
}

.i_message_inquiry .inquiry .form-control {
	border: 1px 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: #f3689d;
}

.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.html);
	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;
}/*service*/.online_section {
	position: fixed;
	z-index: 99999999;
	top: 200px;
	right: -220px;
	transition: all .3s ease;
}

.online_section ul li {
	border-radius: 25px 0 0 25px;
	list-style: none;
	width: 260px;
	height: 40px;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 3px;
	transition: all .5s ease;
	overflow: hidden;
	margin-bottom: 3px;
	line-height: 40px;
	font-size: 12px;
	border: 2px solid rgba(255,255,255,0.2);
	background: #fc2374;
	background-repeat: no-repeat;
}

.online_section ul li a {
	line-height: 40px;
	font-size: 12px;
	color: #fff;
}

.online_section .online_p {
	background-image: url(../images/right_p.png);
	background-position: 8px 8px;
}

.online_section .online_e {
	background-image: url(../images/right_e.png);
	background-position: 8px 8px;
	background-color: #fc2374;
	border-color: rgba(255,255,255,0.2);
}

.online_section .online_s {
	background-image: url(../images/right_s.png);
	background-position: 8px 8px;
	background-color: #fc2374;
	border-color: rgba(255,255,255,0.2);
}

.online_section .online_w {
	background-image: url(../images/right_w.png);
	background-position: 8px 8px;
}

.online_section .online_code {
	background-image: url(../images/right_code.png);
	background-position: 8px 8px;
}

.online_section .online_code p {
	padding-left: 0;
	font-size: 12px;
	margin: 0;
}

.online_code .image {
	width: 100%;
	padding: 5px 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: 12px;
	padding-left: 10px;
}

.online_section .online_e a,.online_section .online_s a {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.online_section {
		display: none;
	}
}

.mobile_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 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;
	color: #fc2374;
}

.mobile_nav a i {
	font-size: 16px;
}

.mobile_nav a p {
	color: #0d0d0d;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
}

.mobile_nav a:nth-child(3) {
	float: right;
}

.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 992px) {
	#service {
		display: none;
	}

	#onlineService01 {
		width: 150px;
	}

	.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 {
		border-radius: 0;
		margin-right: 0;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -25px;
		border: 2px solid #fff;
		padding: 0;
		box-shadow: none;
		border-radius: 50%;
		text-indent: -999999px;
		z-index: 9999999999;
		background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
		background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
		background: linear-gradient(to right, #fc2374, #fc2374);
	}

	#online_qq_tab #floatShow i {
		width: 100%;
		height: 100%;
		background: url(../images/mobile-inq.png) no-repeat center center;
		left: 0;
	}

	#online_qq_tab #floatShow span {
		display: none;
	}

	.mobile_nav {
		display: block;
	}

	.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;
	z-index: 10;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.page_banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.page_banner .attachment_line_bottom {
	top: auto;
	bottom: -1px;
	background-image: url(../images/wave01.png);
}

.page_section {
	position: relative;
	padding-bottom: 150px;
	padding-top: 50px;
	background: #fff url(../images/bg_page.png) no-repeat top right;
}/*.page_section:after{content:'';width:100%;height:180px;position:absolute;left:0;bottom:0;z-index:-1;	background-image: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(255,255,255,1));	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250,250,250,1)), color-stop(1, rgba(255,255,255,1)));	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType='0');	background:linear-gradient(to bottom, rgba(250,250,250,1), rgba(255,255,255,1));}.page_banner .container{position:relative;}.page_column{position:relative;top:-20px;z-index:9999999;background:#ffffff;box-shadow:0 0 20px 1px rgba(0,0,0,0.05);padding:50px 30px;border-radius:5px;}*/.page_section .main_title {
	margin-bottom: 15px;
}

.page_con_section .attachment_line_bottom {
	display: none;
}

.breadcrumb {
	border-radius: 0;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	color: #808080;
	padding: 0 0 30px 0;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 0px;
	border-radius: 0;
	background: none;
	border-bottom: 2px dashed #f9eafd;
}

.breadcrumb .main_title {
	margin-bottom: 10px;
}

.breadcrumb .bread_right {
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumb .bread_right > i {
	margin: 0 8px;
	display: inline-block;
	color: #808080;
}

.breadcrumb a.home i {
	display: inline-block;
	-webkit-mask-image: url(../images/icon_home.png);
	width: 16px;
	height: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #fc2376 0%, #fc2376 100%);
	transition: all .5s;
	vertical-align: middle;
	margin-right: 5px;
}

.breadcrumb a {
	color: #fc2374;
	font-size: 12px;
	display: inline-block;
}

.breadcrumb a:hover {
	color: #fc2374;
}

.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 12px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #808080;
}

.single-page .text {
	font-size: 14px;
	line-height: 28px;
}

.single-page .text img {
	max-width: 100%;
	height: auto;
}

.single-page .text a:hover {
	color: #fc2374;
}

.page_info_title h6 {
	display: inline-block;
	margin: 0;
	font-size: 36px;
	color: #333;
	text-transform: capitalize;
	line-height: 42px;
	position: relative;
}

.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}

.page_title {
	display: block;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 2px dashed #f9eafd;
	padding-bottom: 10px;
}

.page_title h6 {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #4d4d4d;
	font-family: 'Lovelo';
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
}

.page_title i {
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 0 2px 5px 1px rgba(49,176,58,0.2);
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-right: 10px;
	vertical-align: middle;
	background: #fc2376;
}

.page_footer {
	padding-top: 60px;
}

.page_nav {
	list-style: none;
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 35px;
	position: relative;
	z-index: 10;
}

.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 2px;
	min-width: 25%;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.page_nav li a {
	display: block;
	padding: 10px 10px;
	transition: all .5s;
	border-radius: 15px 20px 15px 25px;
	background: #f9eafd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fc2374;
	font-size: 16px;
	line-height: 24px;
	font-family: 'dosis';
	text-transform: capitalize;
	transition: all .5s;
	margin: 0;
}

.page_nav li a:hover , .page_nav li.active a {
	background: #fc2374;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
	text-decoration: none;
}

.page_nav li a:hover ,.page_nav li.active a {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.page_banner .attachment_line_bottom {
		display: none;
	}

	.page_section {
		padding: 30px 0 70px 0;
	}

	.breadcrumb {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.breadcrumb .main_title {
		float: none;
	}

	.breadcrumb a , .breadcrumb > i , .breadcrumb h2 {
		font-size: 12px;
	}

	.page_info_title {
		float: none;
	}

	.page_info_title h6 {
		font-size: 28px;
		line-height: 30px;
	}

	.breadcrumb .bread_right {
		float: none;
		justify-content: center;
	}

	.page_title h6 {
		font-size: 22px;
		line-height: 28px;
	}

	.page_nav {
		display: block;
		border-radius: 0;
		margin: 0;
	}

	.page_nav li {
		float: left;
		width: 50%;
		min-width: inherit;
		margin: 0;
		padding: 5px;
	}

	.page_nav li a {
		padding: 8px 5px;
		font-size: 16px;
		display: block;
		border-radius: 5px;
	}

	.page_nav li a p {
		padding: 0;
		font-size: 12px;
	}
}

.contact_list {
	list-style: none;
	padding: 0;
	text-align: center;
	padding-top: 0;
	padding-bottom: 50px;
	margin-top: -20px;
}

.contact_list > .text {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #808080;
}

.contact_list li {
	position: relative;
	z-index: 2;
	text-align: center;
}

.contact_list li .column {
	transition: all .5s;
	display: block;
	border-radius: 2px;
	background: #f7f7f7;
	padding: 30px 20px;
	position: relative;
	transition: all .5s;
}

.contact_list li:hover .column {
	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);
}

.contact_list li .column:before,.contact_list li .column: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;
}

.contact_list li .column:before {
	border-top: 2px solid #f3689d;
	border-bottom: 2px solid #f3689d;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
}

.contact_list li .column:after {
	border-left: 2px solid #f3689d;
	border-right: 2px solid #f3689d;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
}

.contact_list li:hover .column:before,.contact_list li:hover .column:after {
	border-color: #f3689d;
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contact_list li:hover .column:after {
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}

.contact_list li .icon {
	position: relative;
	z-index: 2;
	width: 60px;
	height: 60px;
	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;
	overflow: hidden;
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.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 img {
	max-width: 100%;
	height: auto;
}

.contact_list li .text {
}

.contact_list li a:hover {
	color: #fc2374;
}

.contact_list li span {
	display: block;
	width: 40px;
	height: 40px;
	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: #fc2374;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'dosis';
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.contact_list .text {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	z-index: 2;
}

.contact_list .text p {
	margin: 0;
}/*.contact_list p ,.contact_list a{margin:0;margin-bottom:2px;font-size:12px;line-height:24px;position:relative;z-index:2;}*/.map {
	margin-top: 40px;
}

@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: 15px;
	}

	.contact_list li > .column {
		min-height: inherit;
		padding: 15px;
	}

	.contact_list li .icon {
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 10px;
	}

	.contact_list li span {
		width: 32px;
		height: 32px;
	}

	.contact_list li .text {
		padding-left: 15px;
	}

	.page_title {
		margin-bottom: 15px;
	}

	.page_title em {
		font-size: 24px;
		line-height: 28px;
	}

	.contact_list .title {
		font-size: 14px;
		margin-bottom: 0;
	}

	.contact_list p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.contact_list li .box {
		padding: 15px;
	}
}

.page_con_column {
	padding: 0;
	padding-left: 50px;
}

.con_main {
	margin-top: 0;
}

.con_main .text {
	font-size: 14px;
	line-height: 24px;
}

.page_section .send_column {
	padding-right: 0;
	position: relative;
	z-index: 2;
	box-shadow: none;
	padding: 0;
	background: none;
}

.page_section .send_column #email_form {
	box-shadow: none;
	height: auto;
	padding: 30px 20px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.05);
	background: #fff url(../images/bg_mes.jpg) no-repeat right 50px;
}

.page_section .send_column .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.page_section .send_column ul {
	padding-top: 25px;
	list-style: none;
}

.page_section .send_column ul li {
	margin-bottom: 20px;
}

.page_section .send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 0;
	padding: 10px 15px;
	border: 2px solid rgba(95,24,134,0.1);
	background: #f9eafd;
	border-radius: 25px;
	text-align: left;
}

.page_section .send_column ul li p:before {
	margin-right: 10px;
	color: #cfb9dd;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.page_section .send_column ul li p a {
	color: red;
	text-decoration: underline;
	font-size: 12px;
	display: inline-block;
}

.page_section .send_column ul li span {
	display: block;
	position: relative;
}

.page_section .send_column ul li span:after {
	content: '*';
	color: red;
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 2;
	font-size: 14px;
}

.page_section .send_column ul li span:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}

.page_section .send_column ul li span.ms_e:before {
	background-image: url(../images/mes_e.png);
}

.page_section .send_column ul li span.ms_p:before {
	background-image: url(../images/mes_p.png);
}

.page_section .send_column ul li span.ms_m:before {
	background-image: url(../images/mes_m.png);
	height: 50px;
}

.page_section .send_column ul li span.ms_p:after {
	display: none;
}

.page_section .send_column ul li input {
	border: 2px solid #e6e6e6;
	background: #fff;
	line-height: 50px;
	height: 50px;
	color: #808080;
	font-size: 12px;
	width: 100%;
	box-shadow: none;
	padding-left: 50px;
	border-radius: 25px;
	font-family: 'poppins';
}

.page_section .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 50px;
	color: #808080;
	border: none;
	border: 2px solid #e5e5e5;
	border-radius: 25px;
}

.page_section .send_column ul li input:focus,.page_section .send_column ul li textarea:focus {
	color: #333;
	border-color: #f3689d;
}

.page_section .send_column ul li input:-ms-input-placeholder {
	color: #808080;
}/* Internet Explorer 10+ */.page_section .send_column ul li input::-webkit-input-placeholder {
	color: #808080;
}/* WebKit browsers */.page_section .send_column ul li input::-moz-placeholder {
	color: #808080;
}/* Mozilla Firefox 4 to 18 */.page_section .send_column ul li input:-moz-placeholder {
	color: #808080;
}/* Mozilla Firefox 19+ */.page_section .send_column ul li textarea:-ms-input-placeholder {
	color: #808080;
}/* Internet Explorer 10+ */.page_section .send_column ul li textarea::-webkit-input-placeholder {
	color: #808080;
}/* WebKit browsers */.page_section .send_column ul li textarea::-moz-placeholder {
	color: #808080;
}/* Mozilla Firefox 4 to 18 */.page_section .send_column ul li textarea:-moz-placeholder {
	color: #808080;
}/* Mozilla Firefox 19+ */.page_section .send_column .main_more {
	margin-top: 0;
}

.contact_sns {
	padding-right: 0;
	margin-top: 30px;
}

.contact_sns .text {
	margin-bottom: 15px;
	font-size: 13px;
	color: #808080;
	line-height: 20px;
}

.contact_sns a {
	display: inline-block;
	margin: 5px;
	transition: all .5s;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	padding: 12px 0;
}

.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;
}

.map iframe {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.single_con_column {
		width: 100%;
		padding: 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%;
	}

	.con_main {
		padding: 0;
	}

	.page_section .send_column {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
	}

	.page_section .send_column ul li {
		padding: 0;
	}
}

@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;
	}

	.page_section .mes_box .column .text {
		font-size: 13px;
	}

	.page_section .send_column #email_form {
		padding: 0px;
		box-shadow: none;
	}
}/*left*/.page-left {
	width: 24%;
	float: left;
	margin-top: 0;
}

.page-left .fot_title {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 10px 15px;
	border-radius: 15px;
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.page-left .fot_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	font-family: 'dosis';
	line-height: 30px;
}

.page-left .fot_title em:before {
	content: '';
	margin-left: 0;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	width: 20px;
	height: 21px;
	transition: all .5s;
	vertical-align: middle;
	margin-top: 5px;
	-webkit-mask-image: url(../images/icon_box.png);
	background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
	float: right;
}

.page-left .left-cat .fot_title em:before {
	-webkit-mask-image: url(../images/icon_list.png);
}

.left_title .column_icon_toggle {
	display: none;
}

.left-cat .left_title>span i.icon:before {
	content: "\f0ca";
	font-family: FontAwesome;
}

.left-cat .left_title:before,.left-cat .left_title:after {
	display: none;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	background: #f6f6f6;
	border-radius: 15px;
}

ul.mtree>li {
	list-style: none;
	position: relative;
	border-bottom: 2px solid #fff;
}

ul.mtree>li>a {
	font-size: 15px;
	padding: 10px 0;
	padding-left: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

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;
}

ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px;
}

ul.mtree ul li:last-child a {
	border: none;
}

ul.mtree.transit > li.mtree-open>b:before,ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	color: #fc2374;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 99;
}

ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #fc2374;
}

ul.mtree.transit li.mtree-closed>b:before,ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	color: #333;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 99;
}

ul.mtree.transit > li:hover.mtree-closed>b:before {
	color: #fc2374;
}

ul.mtree li ul a li a {
	padding-left: 20px;
}

ul.mtree>li:hover>a {
	color: #fc2374;
}

ul.mtree>li.mtree-node a ul a {
	font-size: 12px;
}

ul.mtree>li.mtree-open {
	color: #fc2374;
	padding-bottom: 0;
	background: #fafafa;
}

ul.mtree>li.mtree-open>a {
	color: #fc2374;
	font-family: 'poppins semibold';
}

ul.mtree>li.mtree-node:hover>a {
	color: #fc2374;
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #fc2374;
	text-decoration: none;
}

ul.mtree ul {
	background: #f7f7f7;
	border: none;
	padding: 5px;
}

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: 14px !important;
	font-weight: normal;
	font-family: 'poppins';
	position: relative;
	transition: all .5s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dotted #ddd;
	background: #fff;
}

ul.mtree>li>ul>li>a:hover {
	color: #fc2374;
	text-decoration: none;
	padding-left: 16px;
}

ul.mtree>li>ul>li>a:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 18px;
	display: inline-block;
	height: 1px;
	width: 12px;
	background: #fc2374;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
}

ul.mtree>li>ul>li>a:hover:before {
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 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: #fc2374;
}

ul.mtree li ul li.mtree-open a {
	color: #fc2374;
	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 .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #fc2374;
	font-weight: normal;
}

ul.mtree.jet ul {
	margin-left: 0;
}

ul.mtree.jet li {
	margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
	margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active > a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li > a:hover {
	background: #FFC000;
	color: #FFF;
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li > a {
	padding-left: 2em;
}

ul.mtree.jet li li li > a {
	padding-left: 3em;
}

ul.mtree.jet li li li li > a {
	padding-left: 4em;
}

ul.mtree.jet li li li li li > a {
	padding-left: 5em;
}

ul.mtree a:hover {
	text-decoration: none;
}

.mtree-skin-selector {
	display: none !important
}

ul.mtree li ul.mtree-level-2 li.mtree_all a {
	font-family: 'Gilroy_bold';
	text-transform: uppercase;
	color: #4d4d4d;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #fc2374;
}/*hot_pro*/.left-pro {
	margin-top: 30px;
}

.left-pro ul {
	border: 2px solid #f5f5f5;
	padding: 20px 15px 15px 15px;
	border-radius: 10px;
}

.left-pro ul li {
	background: #fff;
	list-style: none;
	margin-bottom: 10px;
	transition: all .5s;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.left-pro ul li:last-child {
	margin-bottom: 0px;
	border-bottom: 0;
}

.left-pro ul li .main {
	width: 60%;
	float: left;
	padding-left: 10px;
}

.left-pro ul li .title {
	margin: 0;
	margin-bottom: 10px;
}

.left-pro ul li .title a {
	font-size: 12px;
	line-height: 20px;
	max-height: 60px;
	display: block;
	overflow: hidden;
}

.left-pro ul li .title a:hover {
	color: #fc2374;
}

.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;
}

.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: #5eae20;
	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: 76%;
	padding-left: 50px;
	float: right;
}

@media only screen and (max-width: 992px) {
	.page-title em {
		font-size: 24px;
	}

	.page-left {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.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 15px;
	}

	.page-left .fot_title>em {
		margin: 0;
		font-size: 18px;
		color: #fff;
		padding: 0;
		line-height: 24px;
		font-family: 'dosis';
		text-transform: capitalize;
	}

	.page-left .fot_title em:before {
		background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
		margin-top: 0;
	}

	.left_title .icon-minus-sign:before,.left_title .icon-minus-sign:after,.left_title .icon-plus-sign:before,.left_title .icon-plus-sign:after {
		background: #fff;
	}

	.page-left .left_title>span {
		display: none;
	}

	.left-con .left_title {
		display: block;
	}

	.left_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 13px;
		font-style: normal;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
	}

	.page-right {
		width: 100%;
		padding: 0;
		float: none;
	}

	.left-cat {
		margin-bottom: 10px;
	}

	.left-cat .left_title em {
		font-size: 14px;
	}

	.left-cat .left_title em:before {
		float: none;
		margin-top: 0;
		margin-right: 5px;
		background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
	}
}/*sitemap*/.sitemap {
	width: 100%;
}

.stp-listA>li {
	text-transform: capitalize;
	margin-bottom: 10px;
	list-style: none;
}

.stp-top {
	width: 100%;
	background: #f2f2f2;
	padding: 15px 20px;
	border-radius: 15px;
	margin-bottom: 2px;
}

.stp-top .page_info_title {
	font-size: 20px;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: 90% center;
	transition: all .5s;
	padding-right: 20px;
	font-family: 'dosis';
	color: #fc2374;
}

.stp-top .page_info_title:before {
	display: none;
}

.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #f3689d;
	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-image: linear-gradient(135deg, #f3689d 0%, #f3689d 100%);
	-webkit-mask-image: url(../images/icon_right.png);
	width: 15px;
	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;
	background: #fafafa;
	border-radius: 15px;
}

.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.stp-listB>li>a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
	font-family: 'poppins semibold';
	text-transform: capitalize;
}

.stp-listB>li>a i {
	padding-right: 5px;
}

.stp-listB>li:hover>a {
	color: #fc2374;
}

.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: 12px;
	-webkit-transition: all var(--transition-time,500ms);
	-o-transition: all var(--transition-time,500ms);
	transition: all var(--transition-time,500ms);
}

.stp-listB li .stp-listC li a i {
	padding-right: 5px;
}

.stp-listB li .stp-listC li a:hover {
	color: #fc2374;
	padding-left: 5px;
}

@media only screen and (max-width: 768px) {
	.stp-listB>li {
		width: 50%;
		padding: 4px 0;
	}

	.stp-top {
		padding: 15px;
	}

	.stp-top .page_info_title {
		font-size: 18px;
		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: 20px auto 0 auto;
	text-align: center;
}

.page_num span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	padding: 8px 20px;
	vertical-align: middle;
	line-height: 24px;
	transition: all .5s;
	position: relative;
	border-radius: 32% 68% 63% 37%/46% 45% 55% 54%;
	font-family: 'poppins semibold';
	border: 2px solid #fff;
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.page_num a {
	background: #fff;
	padding: 8px 20px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 24px;
	transition: all .5s;
	color: #555;
	border-radius: 32% 68% 63% 37%/46% 45% 55% 54%;
	border: 2px solid #efefef;
}

.page_num a:hover {
	background: #fc2374;
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}

.page_num a i {
	line-height: 24px;
}

.page_num p {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	font-family: 'poppins';
	width: 100%;
}

.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: #fc2374;
}

@media only screen and (max-width: 768px) {
	.page_num {
		text-align: center;
		margin-top: 10px;
	}

	.page_num span,.page_num a {
		font-size: 12px;
		padding: 0 12px;
		line-height: 28px;
	}

	.page_num a i {
		line-height: 28px;
	}

	.page_num p {
		width: 100%;
		margin-top: 15px;
	}
}/*page-turning*/.navigation {
	width: 100%;
	list-style: none;
	border-top: 1px solid #efefef;
	margin-top: 20px;
	padding-top: 10px;
}

.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: 32% 68% 63% 37%/46% 45% 55% 54%;
	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";
	border-radius: 32% 68% 63% 37%/46% 45% 55% 54%;
}

.navigation li a:hover:before {
	color: #fff;
	background-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
}

.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: #fc2374;
}

.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: #fc2374;
}

@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: #f7f7f7;
		padding: 0 10px;
		margin-bottom: 10px;
		border-radius: 15px;
	}

	.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;
	list-style: none;
	border-radius: 5px;
	margin-bottom: 40px;
	transition: all .5s;
}

.news li .image {
	float: left;
	width: 30%;
	transition-duration: 0.6s;
	overflow: hidden;
	transition-timing-function: ease-out;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 15px;
}

.news li .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

.news li .image img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
}

.news li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier,1.05));
	-ms-transform: scale(var(--scale-multiplier,1.05));
	transform: scale(var(--scale-multiplier,1.05));
}

.news li .main {
	float: left;
	width: 70%;
	padding: 20px;
	border-radius: 15px;
	z-index: 3;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	position: relative;
	top: 20px;
	left: -10px;
	background: #fff url(../images/bg_news.png) no-repeat right center;
}

.news li .main .title {
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news li .title a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppins semibold';
}

.news li:hover .title a {
	color: #fc2374;
	text-decoration: none;
}

.news li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 0;
}

.news li .main_more {
	margin-top: 10px;
}

.news li .main_more a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	font-family: 'poppins';
}

@media only screen and (max-width: 768px) {
	.news li .main {
		padding-left: 15px;
	}

	.news li .title a {
		font-size: 16px;
	}

	.news li .text {
		height: 44px;
	}
}

@media only screen and (max-width: 480px) {
	.news li {
		margin-bottom: 20px;
	}

	.news li .image {
		width: 48%;
	}

	.news li .main {
		width: 52%;
		top: 10px;
	}

	.news li .main .title {
		margin-top: 5px;
	}

	.news li .title a {
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}

	.news li .text {
		height: 20px;
	}

	.news li .page_more {
		display: none;
	}

	.news li .page_date {
		font-size: 12px;
	}
}

.news_detail_info {
	text-align: left;
}

.news_detail_info .news_detail_title h6 {
	font-size: 16px;
	display: block;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 0;
	font-family: 'poppins semibold';
}

.news_detail_info .txt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	text-align: left;
}

.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}

.news_detail_info .txt a {
	color: #31b03a;
}/*blog*/.left-blog {
	margin-bottom: 30px;
}

.left-blog ul {
	background: #eee;
	padding: 10px;
	list-style: none;
	border-radius: 15px;
}

.left-blog ul li {
	margin-bottom: 5px;
}

.left-blog ul li a {
	display: block;
	font-size: 12px;
	border-radius: 25px;
	color: #555555;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 8px 15px;
	line-height: 24px;
	background: #fff;
}

.left-blog ul li a:hover {
	background: #c566e8;
	color: #fff;
	text-decoration: none;
}

.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: #fc2374;
	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: 12px;
	transition: all .5s;
	line-height: 24px;
}

.blog-archives ul li:hover a {
	color: #fc2374;
	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: #f7f7f7;
	padding: 3px 15px;
	font-size: 12px;
	line-height: 24px;
	transition: all .5s;
}

.blog-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #c566e8;
}

.blog_list {
	list-style: none;
}

.blog_list > li {
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
	transition: all .5s;
	border: 2px solid #f5f5f5;
	border-radius: 15px;
	transition: all .5s;
}

.blog_list > li:hover {
	border-color: #f3689d;
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0,-3px,0);
	-webkit-transform: translate3d(0,-3px,0);
}

.blog_list li .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 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog_list li .title a {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-family: 'poppins semibold';
	display: block;
}

.blog_list li:hover .title a {
	color: #fc2374;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}

.blog_list li .post_blog_tag {
	margin-bottom: 10px;
}

.blog_list li .main_more a {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	height: 32px;
}

.post_blog_tag {
	margin-top: 20px;
}

.post_blog_tag>p {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'poppins semibold';
	vertical-align: middle;
	padding-left: 22px;
	background: url(../images/icon_tags.png) no-repeat left center;
	background-size: 18px;
	margin: 0;
}

.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: #fafafa;
	border: 2px solid #eee;
	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: #c566e8;
	color: #fff;
	border-color: #c566e8;
}

@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 {
		padding: 10px;
	}

	.blog_list > li:last-child {
		border-bottom: none;
	}

	.blog_list li .date {
		left: 0;
	}

	.blog_list {
		border: none;
	}

	.blog_tag>p {
		display: block;
	}

	.blog_list li .right {
		padding-left: 80px;
	}

	.blog_list li .main-more {
		padding: 6px 20px;
	}
}

@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: 12px;
	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: #c566e8;
	border-color: #c566e8;
}

.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}/* General list */.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}/* Clear eventual floats */.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}

.cbp-vm-switcher ul:after {
	clear: both;
}

.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-vm-image {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.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-image > a.link {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.cbp-vm-image .page_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	z-index: 8;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(var(--scale-multiplier,0.9));
	-ms-transform: scale(var(--scale-multiplier,0.9));
	transform: scale(var(--scale-multiplier,0.9));
}

.cbp-vm-switcher ul li:hover .cbp-vm-image .page_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));
}

.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
}

.cbp-vm-details {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	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>div {
	transition: all .5s;
	display: block;
	background: #fff;
	border: 2px solid #f2f1ed;
	padding: 8px;
	position: relative;
	border-radius: 20px;
	transition: all .5s;
}

.cbp-vm-view-grid ul li>div: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);
	border-color: #f3689d;
}

.cbp-vm-view-grid ul li .cbp-vm-image {
	display: block;
	overflow: hidden;
}

.cbp-vm-view-grid ul li .cbp-vm-image img {
	max-width: 100%;
	height: auto;
}

.cbp-vm-view-grid ul li .cbp-list-left {
	padding-top: 20px;
	padding-top: 0;
	text-align: center;
	position: relative;
}

.cbp-vm-view-grid ul li .cbp-title a {
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppins semibold';
	margin-bottom: 10px;
}

.cbp-vm-view-grid ul li:hover .cbp-title a {
	color: #fc2374;
	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 .cbp-list-more {
	display: none;
}

.cbp-vm-view-grid ul li .more {
	position: absolute;
	background: #fff;
	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;
}

.cbp-vm-view-grid ul li .more .main_more a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
}

.cbp-vm-view-grid ul li:hover .more {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	bottom: 0;
	z-index: 22;
}

.cbp-vm-view-grid .post_blog_tag {
	display: none;
}

.cbp-vm-view-grid .cbp-list-center {
	padding: 0;
	padding-top: 10px;
}

.cbp-vm-view-grid .cbp-vm-details {
	margin-bottom: 10px;
}

.cbp-vm-view-grid  .pro-no {
	background: #fafafa;
	padding: 7px 0;
}

.cbp-vm-view-grid  .pro-no p {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}/* 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: 2px solid #e5e5e5;
	background: #fff;
	transition: all .5s;
	border-radius: 15px;
}

.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #f3689d;
}

.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 76%;
	display: inline-block;
}

.cbp-vm-view-list ul li .cbp-title a {
	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 a {
	color: #fc2374;
	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 {
	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: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	vertical-align: middle;
}

.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;
}

.cbp-vm-view-list .pro-no {
	background: #fafafa;
	padding: 7px;
	display: inline-block;
}

.cbp-vm-view-list  .pro-no p {
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'poppins semibold';
}

@media screen and (max-width: 940px) {
	.cbp-vm-view-grid ul li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 992px) {
	.page_pro_nav li img {
		max-width: 100%;
	}

	.page_pro_nav li .title a {
		font-size: 14px;
		height: 48px;
	}
}

@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;
	}

	.pro-text {
		padding: 20px 10px;
	}
}

@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 a {
		font-size: 14px;
	}

	.cbp-vm-view-grid ul li .cbp-title a {
		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;
	}

	.page_pro_nav {
		padding-bottom: 10px;
	}

	.page_pro_nav li {
		width: 50%;
	}

	.page_pro_nav li .title a {
		font-size: 12px;
	}
}

@media screen and (max-width: 400px) {
	.cbp-vm-view-grid ul li>div {
		padding: 10px;
	}

	.cbp-vm-view-grid ul li .cbp-title {
		margin-bottom: 0;
		margin-top: 0;
	}

	.cbp-vm-view-grid ul li .cbp-title a {
		font-size: 12px;
		margin-top: 0;
		line-height: 20px;
		height: 40px;
		font-family: 'poppins'
	}

	.cbp-list-left {
		padding: 0;
	}

	.cbp-vm-image .image_more {
		display: none;
	}
}/*products main*//* CSS for the loading div */.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #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;
	border-radius: 15px;
}

.sp-thumbs a:hover {
	opacity: 1;
	border-color: #f3689d;
}/* Styles for the currently selected thumbnail */.sp-thumbs a:active,.sp-thumbs a.sp-current {
	opacity: 1!important;
	position: relative;
	border-color: #f3689d;
}

.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 #eee;
	border-radius: 20px;
}

.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: 5px;
}

.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: 'poppins semibold';
}

.prom-right>div.main {
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 20px;
}

.prom-right {
	padding-left: 20px;
	padding-top: 20px;
}

.prom-right .pro-table {
	margin-bottom: 0;
	border-top: 1px solid #efefef;
	padding-top: 20px;
}

.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 .main_more a {
	margin-top: 0px;
	padding-right: 55px;
}

.prom-right .main_more a:after {
	content: "\f27a";
	font-family: 'FontAwesome';
	position: absolute;
	right: 30px;
	top: -2px;
	font-size: 14px;
}

.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: 12px;
	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;
	border-bottom: 2px dashed #f9eafd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#parentHorizontalTab02 .resp-tabs-list li {
	list-style: none;
	cursor: pointer;
	margin: 0;
	border: none;
	display: block;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #4d4d4d;
	font-family: 'Lovelo';
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
}

#parentHorizontalTab02 .resp-tabs-list li i {
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 0 2px 5px 1px rgba(49,176,58,0.2);
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-right: 10px;
	vertical-align: middle;
	background: #fc2376;
}

#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: #e60012  !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;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
	overflow: hidden;
	background: #fff url(../images/bg_mes.jpg) no-repeat right 50px;
	position: relative;
	padding: 30px;
	border-radius: 15px;
	text-align: left;
}

#pro_inquiry:before {
	display: none;
}

#pro_inquiry .send_column {
	padding: 0;
	max-width: 100%;
	bottom: 0;
	margin: 0;
	text-align: left;
}

#pro_inquiry .send_column #email_form {
	box-shadow: none;
	padding: 0;
	background: none;
}

#pro_inquiry .send_column ul {
	padding-top: 0;
}

#pro_inquiry .send_column .text {
	max-width: 100%;
	margin-bottom: 20px;
}

@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;
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.pro_info_top {
		margin-bottom: 20px;
	}

	.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;
	}

	.prom-right {
		padding: 0;
		margin-bottom: 0;
	}

	.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 a {
		padding-right: 35px;
		height: 30px;
		line-height: 32px;
	}

	.prom-right .main_more a:after {
		right: 15px;
	}

	#pro_inquiry .send_column {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.products .pro-right {
		margin-bottom: 0;
	}

	.prom-right .pro-table ul li p {
		width: 38%;
	}
}

.page_pro {
	position: relative;
	padding: 0 0 120px 0;
	background: #fcf9f4 url(../images/bg_mes02.jpg) no-repeat right bottom;
}

.page_pro .attachment_line_top {
	background-image: url(../images/wave01.png);
	top: -65px;
	height: 65px;
}

.page_pro .slider .li {
	padding: 10px;
}

.page_pro .slider .li .column {
	border: 2px solid #f2f1ed;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	padding: 15px;
	transition: all .5s;
}

.page_pro .slider .li:hover .column {
	border: 2px dashed #f3689d;
}

.page_pro .slider .li .image {
	display: block;
	position: relative;
}

.page_pro .slider .li .image > a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

.page_pro .slider .li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
	border-radius: 15px;
}

.page_pro .slider .li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier,1.05));
	-ms-transform: scale(var(--scale-multiplier,1.05));
	transform: scale(var(--scale-multiplier,1.05));
}

.page_pro .slider .li .image .page_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -27px;
	z-index: 8;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(var(--scale-multiplier,0.9));
	-ms-transform: scale(var(--scale-multiplier,0.9));
	transform: scale(var(--scale-multiplier,0.9));
}

.page_pro .slider .li:hover .image .page_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 .title a {
	color: #333333;
	display: block;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'poppins semibold';
}

.page_pro .slider .li:hover .title a {
	color: #fc2374;
	text-decoration: none;
}

.page_pro .slider .li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}

@media only screen and (max-width: 768px) {
	.page_pro {
		padding-bottom: 80px;
	}

	.page_pro .slider .li {
		padding: 5px;
	}

	.page_pro .slider .li .title a {
		font-size: 14px;
	}
}

.video_l {
	list-style: none;
}

.video_l li {
	padding: 0 10px;
	margin-bottom: 25px;
	text-align: center;
}

.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.05);
}

.video_l li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.video_l li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .5s;
}

.video_l li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier,1.05));
	-ms-transform: scale(var(--scale-multiplier,1.05));
	transform: scale(var(--scale-multiplier,1.05));
}

.video_l li .image .page_icon {
	width: 50px;
	height: 50px;
	background: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 15;
}

.video_l li .image .page_icon:hover:before {
	border-color: #fff;
}

.video_l li .image .icon i {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	transition: all .5s;
}

.video_l li .image .ovrly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3
}

.video_l li .title {
	margin-bottom: 0;
}

.video_l li .title a {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	font-family: 'poppins semibold';
}

.video_l li:hover .title a {
	color: #fc2374;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.video_l li {
		padding: 0;
		margin-bottom: 20px;
	}

	.video_l li .icon {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}

	.video_l li .title {
		margin-top: 5px;
	}

	.video_l li .title a {
		font-size: 14px;
		height: auto;
		max-height: 40px;
	}
}

.fact_list {
	list-style: none;
}

.fact_list li {
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
}

.fact_list li .image {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	background: #000;
	padding: 0;
}

.fact_list li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.fact_list li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .5s;
}

.fact_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));
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.fact_list li .image .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all .5s;
}

.fact_list li:hover .image .icon {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.fact_list li .image .icon:before,.fact_list li .image .icon:after {
	content: '';
	background: #fff;
	display: inline-block;
	transition: all .5s;
}

.fact_list li .image .icon:before {
	width: 100%;
	height: 2px;
}

.fact_list li .image .icon:after {
	height: 100%;
	width: 2px;
}

.fact_list li:hover .image .icon:after {
	transform: translate3d(0,-10px,0);
	-webkit-transform: translate3d(0,-10px,0);
}

.fact_list li .title {
	margin-top: 15px;
}

.fact_list li .title a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	font-family: 'Gilroy_bold';
}

.fact_list li:hover .title a {
	color: #31b03a;
	text-decoration: none;
}

.fact_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

@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;
	padding-top: 0;
}

.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.html) no-repeat 98% 95%;
	background-size: 90px;
}

.download_info_list li:hover .wrap {
	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%;
}

.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.html);
	-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, #31b03a 0%, #31b03a 100%);
}

.download_info_list li .wrap > div h6 {
	margin-left: 10px;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	float: left;
	color: #333333;
	font-size: 14px;
	font-family: 'Gilroy_bold';
	transition: all .5s;
}

.download_info_list li .wrap:hover > div h6 {
	color: #31b03a;
}

@media only screen and (max-width: 768px) {
	.download_info_list li {
		padding: 0;
	}

	.download_info_list li .wrap {
		padding: 20px 10px;
	}
}

.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: 25px;
	padding: 5px;
}

.page_faq_l li.question .column > i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #fc2374;
}

.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-image: -moz-linear-gradient(right, #fc2374, #fc2374);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fc2374), color-stop(1, #fc2374));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2374', endColorstr='#fc2374', GradientType='1');
	background: linear-gradient(to right, #fc2374, #fc2374);
	box-shadow: 0 0 5px 1px rgba(95,24,134,0.1);
}

.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: #fc2374;
}

.page_faq_l li .column.rotate > i:after {
	background: #fc2374;
	-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 10px;
	text-align: center;
}

.project_list li .column {
	background: #f7f7f7;
}

.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
	max-height: 220px;
	border-radius: 5px;
}

.project_list li .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
}

.project_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));
}

.project_list li .title a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-family: 'poppins semibold';
	height: 48px;
	overflow: hidden;
}

.project_list li:hover .title a {
	color: #31b03a;
	text-decoration: none;
}

.project_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}

@media only screen and (max-width: 768px) {
	.project_list li {
		padding: 0;
		width: 100%;
	}

	.project_list li .title a {
		height: auto;
		max-height: 48px;
		font-size: 14px;
	}
}