/*reset*/:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0;
	line-height: normal
}
body, ul, img, p, input, dl, dd, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: 'CenturyGothic';
}
em {
	font-style: normal;
}
img {
	border: none;
	max-width: 100%
}/*li,ul,ol{list-style:none;}*/
a {
	text-decoration: none;
	color: #231815;
}
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;
}
:focus {
	outline: none;
	box-shadow: none
}
iframe {
	max-width: 100%;
}
.table-responsive ul li {
	list-style-position: inside !important
}
.table-responsive td {
	padding: 0 8px
}/*share*//*share*/
body {
	font-size: 14px;
	font-family: 'CenturyGothic';
	background: #fff;
	color: #555;
	line-height: 24px;
}
.bold {
	font-weight: bold;
}
.fontRed {
	color: red;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

@media only screen and (max-width: 768px) {
.row {
	margin: 0;
}
}
a:hover, img:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a, img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
@font-face {
	font-family: 'CenturyGothicB';
	src: url(../font/CenturyGothicB.eot);
	src: url(../font/CenturyGothicB.eot?#iefix) format('embedded-opentype'), url(../font/CenturyGothicB.svg#CenturyGothicB) format('svg'), url(../font/CenturyGothicB.woff) format('woff'), url(../font/CenturyGothicB.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url(../font/CenturyGothic.eot);
	src: url(../font/CenturyGothic.eot?#iefix) format('embedded-opentype'), url(../font/CenturyGothic.svg#CenturyGothic) format('svg'), url(../font/CenturyGothic.woff) format('woff'), url(../font/CenturyGothic.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
.nav_content {
	background: #0095e7;
}
.nav_content > .container {
	position: relative;
}
header .wrapper {
	display: none;
}
.wrapper .toggle {
	float: right;
	width: 50px;
	height: 68px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-indent: -9999em;
	line-height: 24px;
	font-size: 1px;
	display: block;
	text-align: center;
	background: #0095e7;
}
html.hc-yscroll {
	overflow-y: scroll
}
body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}
.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}
.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}
.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}
.hc-mobile-nav .nav-wrapper {
	width: 100%
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.hc-mobile-nav li {
	position: relative;
	display: block
}
.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}
.hc-mobile-nav input[type="checkbox"] {
	display: none
}
.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}
.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}
.hc-mobile-nav a, .hc-mobile-nav a:hover {
	text-decoration: none
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}
.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}
.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}
.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}
.hc-mobile-nav.side-left {
	left: 0
}
.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}
.hc-mobile-nav.side-right {
	right: 0
}
.hc-mobile-nav.side-right .nav-container {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}
.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 20px;
	z-index: 9980;
	min-height: 24px
}
.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #34495E;
	transition: all .2s ease
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
	content: '';
	width: 100%
}
.hc-nav-trigger span::before {
	top: -10px
}
.hc-nav-trigger span::after {
	bottom: -10px
}
.hc-nav-trigger.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}
.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}
.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {
	background: rgba(0,0,0,0.3)
}
.hc-mobile-nav .nav-wrapper {
	background: #262626;
	background-size: cover;
	z-index: 2;
}
.hc-mobile-nav .nav-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}
.hc-mobile-nav h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #fff;
	font-family: 'CenturyGothicB';
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	background: rgb(0, 0, 0, 0.1);
}
.hc-mobile-nav a {
	padding: 10px 17px;
	font-size: 14px;
	color: #fff;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-family: 'CenturyGothicB';
}
.hc-mobile-nav:not(.touch-device) a:hover {
	background: #0095e7
}
.hc-mobile-nav li {
	text-align: left
}
.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
	background: rgba(255,255,255,0.15);
	background-size: 100%;
}
.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
	background: rgba(0,0,0,0.2)
}
.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}
.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.hc-mobile-nav li.nav-close span::before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.hc-mobile-nav li.nav-close span::after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform-origin: center
}
.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}
.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
	box-shadow: none;
	background: transparent
}
.hc-mobile-nav.nav-levels-expand .nav-container ul h2, .hc-mobile-nav.nav-levels-none .nav-container ul h2 {
	display: none
}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a, .hc-mobile-nav.nav-levels-none .nav-container ul ul a {
	font-size: 14px
}
.hc-mobile-nav.nav-levels-expand .nav-container li, .hc-mobile-nav.nav-levels-none .nav-container li {
	transition: background .3s ease
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open, .hc-mobile-nav.nav-levels-none .nav-container li.level-open {
	background: rgba(0,0,0,0.5);
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
	border-bottom: 1px solid #295887
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
	background: #0095f8
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
	margin-top: 2px;
	transform: translate(-50%, -50%) rotate(45deg)
}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
	margin-top: -2px;
	transform: translate(-50%, -50%) rotate(225deg)
}
#main-nav {
	display: none
}
header {
	position: relative;
	padding: 12px 0 33px
}
header .git svg {
	width: 15px;
	height: 15px;
	fill: #fffce1;
	position: relative;
	top: 2px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px solid #4daabb;
	transition: border-color .15s ease-in-out
}
header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	min-height: 24px;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 24px;
}
header .toggle span {
	width: 28px;
	top: 50%;
}
header .toggle span, header .toggle span::before, header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 3px;
	background: #fff;
	transition: all .1s ease;
	margin-left: -14px;
	border-radius: 10px;
}
header .toggle span::before, header .toggle span::after {
	content: '';
	width: 100%;
	border-radius: 5px;
}
header .toggle span::before {
	top: -8px
}
header .toggle span::after {
	bottom: -8px
}
header .toggle.toggle-open span {
	background: rgba(0,0,0,0);
	transform: rotate(45deg)
}
header .toggle.toggle-open span::before {
	transform: translate3d(0, 8px, 0)
}
header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(8px, 0, 0)
}
header .toggle:hover span, header .toggle:hover span::before, header .toggle:hover span::after {
}
header .toggle div {
	display: inline-block;
	margin-right: 15px
}
.hc-mobile-nav .nav-container {
	width: 280px
}
.hc-mobile-nav a {
	font-size: 14px;
	text-transform: capitalize;
}
.hc-mobile-nav ul li ul li a {
	font-size: 13px;
	font-family: 'CenturyGothic', serif;
	text-transform: capitalize;
}/*mainmenu*/
.mainmenu-area {
	display: block;
	padding-top: 34px;
	padding-right: 0;
	text-align: center
}
.mainmenu_box {
	float: left;
	width: 36%;
	padding-right: 0;
}
.mainmenu-left {    /*position: relative;*/
}
.product-menu-title {
	background: #444444 none repeat scroll 0 0;
	cursor: pointer;
	padding: 3px 16px;
}
.product-menu-title h2 {
	color: #fff;
	font-size: 16px;
	font-family: 'CenturyGothicB';
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
}
.product-menu-title h2 i {
	float: right;
	margin-top: 17px;
}
.find .product_vmegamenu>ul li a {
	padding: 12px 10px;
}
.product_vmegamenu ul li a.hover-icon::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 0;
	color: #808080;
	top: 14px;
}
.product_vmegamenu>ul>li a img {
}
.product_vmegamenu>ul>li .vmegamenu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px -1px #666666;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
	opacity: 0;
	z-index: 999999;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	padding: 10px;
}
.product_vmegamenu ul li:hover .vmegamenu {
	opacity: 1;
	top: 52px;
	visibility: visible;
}
.product_vmegamenu ul li .vmegamenu span {
	float: left;
	padding: 15px;
	width: 20%;
}
.product_vmegamenu ul li .vmegamenu span s {
	display: block;
}
.product_vmegamenu ul li .vmegamenu span img {
}
.product_vmegamenu ul li .vmegamenu span a.vgema-title {
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	background: #ededed;
	padding: 10px;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: normal;
}
.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {
	background: #0095e7;
	color: #fff;
}
.product_vmegamenu ul li .vmegamenu2 {
	width: 400px;
}
.product_vmegamenu ul li .vmegamenu2 span {
	padding: 15px;
	width: 50%;
}/* mainmenu */
.mainmenu {
	text-align: center;
}
.mainmenu>nav>ul>li {
	display: inline-block;
	padding: 0 80px 0 0;
}
.mainmenu>nav>ul>li:last-child {
	padding-right: 0
}
.mainmenu ul li a {
	color: #333333;
	display: inline-block;
	font-size: 17px;
	padding: 0;
	transition: all .3s;
	position: relative;
	line-height: 24px;
	z-index: 2;
}
.mainmenu>nav>ul>li>a {
	font-family: 'CenturyGothicB';
	padding: 0 0 35px;
	line-height: 36px;
	text-transform: uppercase
}
.mainmenu nav>ul>li>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #185baf;
	display: block;
	transform: scaleX(0);
	transition: all 0.4s ease 0s;
	transform-origin: 0 0 0;
	z-index: -1;
}
.mainmenu nav>ul>li>a:hover:after {
	transform: scaleY(1);
	visibility: visible;
}
.mainmenu nav>ul>li>a i {
	padding-left: 5px;
	color: #b2b2b2;
}
.mainmenu>nav>ul>li:hover > a, .mainmenu>nav>ul>li.active > a {
	text-decoration: none;
	color: #185baf;
}
.mainmenu>nav>ul>li:hover > a i, .mainmenu>nav>ul>li.active > a i, .mainmenu>nav>ul>li#active > a i {
	color: #185baf;
}
.mainmenu>nav>ul>li.active>a, .mainmenu>nav>ul>li#active>a {
	color: #185baf;
}
.mainmenu ul li:hover > a, .mainmenu ul li.active > a {
	color: #185baf;
}
.mainmenu>nav>ul>li.active > a:before, .mainmenu>nav>ul>li#active > a:before {
	transform: scaleX(1);
	visibility: visible;
}
.mainmenu>nav>ul>li.active > a:after, .mainmenu>nav>ul>li#active > a:after {
	transform: scaleY(1);
	visibility: visible;
}
.mainmenu>nav>ul>li>ul {
	box-shadow: 0 5px 27px rgba(0,0,0,.09);
	left: auto;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px;
	visibility: hidden;
	text-align: left;
	width: 220px;
	background: #fff;
	transition: .3s ease;
	padding: 5px 0;
	border-bottom: 2px solid #185baf;
}
.mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.mainmenu ul li > ul li {
	display: block;
	padding: 0;
	background: none;
	position: relative;
}
.mainmenu ul li > ul li > a {
	color: #333;
	padding: 8px 15px;
	text-transform: capitalize;
	font-size: 14px;
	font-style: normal;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	font-family: 'CenturyGothic', serif;
	background-repeat: no-repeat;
	background-position: 90% center;
}
.mainmenu ul li > ul li > a:hover, .mainmenu ul li > ul li:hover > a {
	text-decoration: none;
	color: #185baf;
	background-position: right center;
	padding-left: 17px;
}
.mainmenu ul li > ul li > a:before {
	content: '';
	width: 3px;
	background: #185baf;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}
.mainmenu ul li > ul li > a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.mainmenu ul li > ul li > a:after {
	content: '';
	left: 15px;
	right: 15px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	height: 1px;
}
.mainmenu ul li > ul li:last-child > a:after {
	background: #fff;
}
.mainmenu ul li > ul li.has-menu::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #185baf;
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 20px;
	margin-top: -10px;
}
.mainmenu>nav>ul>li ul.vmegamenu02 {
	box-shadow: 0 5px 20px rgba(0,0,0,.05);
	left: 259px;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px;
	visibility: hidden;
	text-align: left;
	width: 240px;
	background: #fafafa;
	transition: .3s ease;
	padding: 5px 0;
	margin-top: -45px;
}
.mainmenu ul li:hover > ul.vmegamenu02 {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
.mainmenu ul li > ul.vmegamenu02 li > a {
	padding: 8px 10px;
}
.mainmenu ul li > ul.vmegamenu02 li > a:after {
	background: #e5e5e5;
	left: 10px;
	right: 10px;
}
.mainmenu>nav>ul>li.product_vmegamenu>ul {
	width: 260px;
}
.mainmenu>nav>ul>li.product_vmegamenu>ul li h4 {
	font-size: 14px;
	display: inline-block;
	max-width: 100%;
	margin: 3px 0;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 5px;
} /*.mainmenu>nav>ul>li.product_vmegamenu>ul{width:100%;left:0;padding:30px 10px 10px;}.mainmenu ul li.product_vmegamenu ul {width: 100%;left: 0;padding-top:10px;padding-bottom:0;}.mainmenu ul li.product_vmegamenu ul li>a {	font-size: 16px;	color: #333;	display: block;	margin-bottom: 10px;}.mainmenu ul li.product_vmegamenu ul li>a:hover {	padding-left: 0;}.mainmenu ul li.product_vmegamenu ul li>a span {	width: 36px;	height: 40px;	display: inline-block;	background-size: 100%;	padding: 8px;	margin-right: 5px;}.mainmenu ul li.product_vmegamenu ul li>a span img {	 }.mainmenu ul li.product_vmegamenu ul li>a p {	display: inline-block;	vertical-align: middle;}.mainmenu ul li.product_vmegamenu ul li div span {	display: block;	margin-bottom: 10px;}.mainmenu ul li.product_vmegamenu ul li div span a {	display: inline-block;	font-size: 15px;	padding: 0;	color: #555;}.mainmenu ul li.product_vmegamenu ul li div span a:hover {	color: #4ac0fb;} @media only screen and (max-width: 992px) {.mobile-menu-area .row, .mobile-menu-area .container {	width: 100%;	margin: 0;}}  */
.mainmenu ul li.product_vmegamenu ul li.container {
	width: 100%;
}
.mainmenu ul li > ul li .nav_list li {
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
	border-right: 1px solid #eee
}
.mainmenu ul li > ul li .nav_list li:nth-child(3) {
	border-right: none
}
.mainmenu ul li > ul li .nav_list li:nth-child(4) {
	border-right: none
}
.nav_list li:nth-child(4n+1) {
	clear: both;
}
.nav_list li .top {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.nav_list li .top .title {
	font-size: 16px;
	color: #333333;
	padding: 0;
	line-height: 24px;
	height: 24px;
	display: block;
	text-transform: capitalize;
	vertical-align: middle;
	font-family: 'CenturyGothicB'
}
.nav_list li .top .title:hover {
	color: #0095e7;
	text-decoration: none;
}
.nav_list li .top .image {
	display: block;
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nav_list li p {
	margin: 0;
	margin-bottom: 10px;
}
.nav_list li p a {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-family: 'CenturyGothic'
}
.nav_list li p a:hover {
	color: #0095e7;
	text-decoration: underline;
}
.nav_list li .image {
	display: block;
	margin-botom: 5px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}
.mainmenu ul li.product_vmegamenu > ul li .image:hover {
	padding: 0;
}
.mainmenu ul li.product_vmegamenu > ul li.nav_img {
	padding-left: 20px;
	padding-right: 5px;
}
.mainmenu ul li.product_vmegamenu > ul li.nav_img a {
	padding: 0;
}
.mainmenu ul li.product_vmegamenu > ul li.pro_images {
	padding: 0
}
.mainmenu ul li.product_vmegamenu > ul li.pro_images> a:before {
	display: none
}
.mainmenu ul li.product_vmegamenu > ul li.pro_images> a {
	display: block;
	width: 100%;
	padding: 0
}
.mainmenu ul li.product_vmegamenu > ul li.pro_images> a img {
	max-width: 300px;
	height: auto;
	width: 100%
}
.mainmenu ul li.product_vmegamenu > ul li.pro_images> a:after {
	display: none
}

@media only screen and (max-width: 992px) {
.header .wrapper {
	display: block;
}
.vmegamenu {
	padding: 0px 0px !important;
}
.mainmenu-area {
	margin: 0;
	padding: 0;
}
}  /* Sizes for the bigger menu */
header {
	width: 100%;
	z-index: 999;
	padding: 0;
}
.head_con {
	float: left;
	list-style: none;
	margin-right: 3px;
	padding-top: 9px;
}
.head_con li {
	margin-right: 12px;
	display: inline-flex;
	align-items: center;
	list-style: none;
	height: 20px;
	line-height: 20px;
	padding-left: 19px
}
.head_con li.icon_tel {
	background: url("../images/top_tel.png") no-repeat left center;
}
.head_con li.icon_email {
	background: url("../images/top_email.png") no-repeat left center
}
.head_con li .wrap {
	padding-left: 8px;
	color: #555555;
	font-size: 14px
}
.head_con li a {
	color: #666666;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
}
.head_con li a:hover {
	color: #185baf;
	text-decoration: underline
}
.top_lan {
	float: left
}
.topW {
	background: #eaeaea;
	height: 46px;z-index: 9999;position: relative;
}   /*index*/
.header {
	transition: all .5s;
	padding: 0;
}
.header .header_m {
	position: relative;
}
.top_share {
	float: right;
	padding-top: 10px
}
.top_share li {
	list-style: none;
	display: inline-block
}
.top_share li a {
	display: block;
	padding-left: 11px;
}
.top_share li a img {
	width: 26px;
	height: 26px;
}
.top_lan {
	float: right;
	height: 46px;
	line-height: 46px;
	background: url(../images/lan_bg.png) no-repeat center left;
	padding-left: 30px
}
.top_lan li {
	display: inline-block;
	list-style: none;
	margin-right: 10px
}
.top_lan li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #666666;
}
.top_lan li a img {
	display: inline-block;
	align-items: center;
	margin-right: 10px
}
#logo {
	float: left;
	display: flex;
	align-items: center;
	margin-top: 13px;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo a.top_logo {
	padding: 0;
	display: inline-block;
}
#logo img {
	max-width: 190px;
	height: auto;
	padding: 0;
	transition: all .5s;
}
.head-right {
	float: right;
} 

.language{float: right;list-style: none;overflow: hidden; margin-left: 18px;z-index: 9999   }
.language:hover{overflow: inherit; z-index: 9999}
.language .menu{display: block;position: relative;cursor: pointer; }
.language .menu-title { display: block;text-align:center;color: #666666;text-transform: capitalize;font-size:13px;transition: 0.5s ackground-color;height:40px;line-height: 40px;  } 
.language .menu-title p{margin: 0;    display: inline-block; margin-left: 7px;     line-height: 40px;    position: relative; padding-right: 18px;}
.language .menu-title i:before{margin-left:5px;display: inline-block;content:"\f0d7";font-family:'FontAwesome';font-style: normal;font-size: 16px;  color:#aaaaaa;    transition: all .5s;    }
.language .menu-title i{ display: inline-block;    transition: all .5s; position: absolute; top: -1px; right: 0;  }
.language:hover .menu-title i:before{ content:"\f0d8"; }
.language .menu:hover > .menu-title:before { border-top-width: 0;transition: 0.2s border-top-width ease-in, 0.3s border-top-color;}

.language .menu:hover > .menu-title:after {border-bottom-width: 5px;transition: 0.2s 0.2s border-bottom-width ease-out;}
.language .menu-dropdown {min-width: 100%;padding: 5px 0 10px 0;position: absolute;background: #fff;z-index: 100;transition: 0.5s padding, 0.5s background;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);opacity: 0;min-width: 110px;right: 0;overflow-y: scroll;list-style: none;}
.language:hover .menu-dropdown{opacity: 1;}
.language .menu-dropdown::-webkit-scrollbar {width: 5px;}
.language .menu-dropdown::-webkit-scrollbar-track {
	background-color:#fff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
.language .menu-dropdown::-webkit-scrollbar-thumb {
	background-color:#ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}

.language .menu:not(:hover) > .menu-dropdown {padding: 4px 0;background: #fff;z-index: 99;}
.language .menu:not(:hover) > .menu-title:after {border-bottom-color: #fff;}
.language .menu-dropdown > * {
  overflow: hidden;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.language .menu-dropdown > *:hover {background: rgba(0, 0, 0, 0.05);}
.language .menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}
.language .menu-dropdown li{border-bottom: 1px solid #e5e5e5;}
.language .menu-dropdown li:last-child{border-bottom-color:#fff;}
.language .menu-dropdown li a{display: block;}
.language .menu-dropdown li p{margin: 0;font-size: 12px;padding-left: 5px;text-transform:capitalize;display: inline-block;}


/* Top Search*/
.search_box {
	float: right;
	z-index: 999;
	margin-left: 50px;
}
.search i {
	width: 30px;
	height: 30px;
	text-align: center;
	background: url(../images/search_btn.png) no-repeat center center;
	display: inline-block;
	vertical-align: text-bottom;
}
.top-search {
	display: block;
	width: 100%;
	max-width: 70%;
	position: absolute;
	right: 0;
	top: 105px;
	display: none;
	z-index: 9999;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05);
	border-top: 1px solid #eee;
}
.top-search .input-group-addon i {
	float: right;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
}
.top-search .input-group-addon i:hover {
	color: #0095e7;
}
.top-search .form-control {
	box-shadow: none;
	border: none;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #808080;
	height: 50px;
	line-height: 50px;
	padding: 0 60px 0 20px;
	text-align: left;
	font-size: 14px;
	border-radius: 2px;
}
.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
}
.top-search .input-group {
	width: 100%;
	padding: 30px 30px;
	max-width: 100%;
	margin: 0 auto;
}
.btn_search1 {
	background: #f7f7f7 url(../images/search_btn.png) no-repeat center center;
	top: 2px;
	height: 46px;
	position: absolute;
	right: 2px;
	width: 46px;
	z-index: 3;
	border-radius: 2px;
}
.header_search {
	position: relative;
}
.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.attr-nav > a {
	text-align: center;
	padding-top: 0;
	z-index: 99999;
	display: inline-block;
	position: relative;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	height: 105px;
	width: 70px
}
.attr-nav > a:hover, .attr-nav > a:link {
	text-decoration: none;
}
.attr-nav ul li {
	list-style: none;
}
header.small {
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.08);
	padding: 0;
	background: #fff
}
header.small .header {
	padding: 0
}
header.small #logo img {
	max-width: 140px
}
header.small .attr-nav > a {
	height: 88px;
}
header.small .mainmenu-area {
	padding-top: 18px;
}
header.small .top-search {
	top: 89px
}

@media only screen and (max-width: 1299px) {
.mainmenu>nav>ul>li {
	padding: 0 30px 0 0;
}
.search_box {
	margin-left: 30px
}
}

@media only screen and (max-width: 992px) {
header {
	padding: 0
}
.header {
	padding: 0;
}
.header .header_m {
	height: 68px;
	display: block;
}
.mainmenu-area {
	display: none
}
#logo img, header.small #logo img {
	max-width: 86px;
}
.header #logo, header.small #logo, header.large .header.page_header #logo {
	padding: 8px 0 3px;
	position: relative;
	z-index: 9999999;
	float: left;
	margin: 0;
	margin-left: 55px;
	height: inherit;
}
.header .container {
	padding: 0
}
.top-search {
	top: 68px;
	max-width: 100%
}
.head-right {
	width: auto
}
header.small {
	padding: 0
}
.attr-nav > a {
	height: 68px
}
}

@media only screen and (max-width: 799px) {
.head_con {
	display: none
}
}

@media only screen and (max-width: 320px) {
.topW .top_share {
	display: none
}
}/*******bootstrap-touch-slider********/
.slide_content {
	position: relative;
	z-index: 55;
	overflow: hidden;
	width: 100%;
}/* SVG wrap */
.bs-slider {
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}/*************************Slide effect**********************/
.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: auto;
	bottom: 0;
	z-index: 100;
	color: #333;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-shadow: none;
	position: absolute;
	background: transparent;
	right: 200px;
	left: auto;
	top: 45%;
	bottom: auto;
	right: auto;
	left: auto;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.control-round .carousel-control.left {
	left: -80px;
	background: #0095e7;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.control-round .carousel-control.right {
	right: -80px;
	background: #0095e7;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.slide_content:hover .control-round .carousel-control.left {
	left: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.slide_content:hover .control-round .carousel-control.right {
	right: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	border: 0px transparent;
}
.control-round .carousel-control.left {
	margin-right: 81px;
}
.control-round .carousel-control.left:before {
	font-family: FontAwesome;
	content: "\f104";
	color: #fff;
}
.control-round .carousel-control.right:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
}
.control-round .carousel-control {
	margin: 0 20px;
	padding: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	border-radius: 50%;
	background: #0095e7;
}
.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;
} /*------------------------------------------------------*//* RESPONSIVE/*------------------------------------------------------*/  /*------------------------------------------------------*//* RESPONSIVE/*------------------------------------------------------*/

@media only screen and (max-width:455px) {
.indicators-line > .carousel-indicators {
	margin-bottom: 0;
	width: 100%;
}
.slide_content .waveWrapper {
	display: none;
}
}
.main_more {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	transition: all .5s;
	z-index: 3;
	border-radius: 30px;
	background: #0095e7;
	border: none;
	box-shadow: 0 0 20px rgba(1,201,76,0.1)
}
.main_more:hover {
	background: #185baf;
	text-decoration: none;
	color: #fff
}
.main_more:before {
	content: ' ';
	position: absolute;
	background: rgba(255,255,255,0.5);
	width: 20px;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_more:hover:before {
	width: 45px;
	left: 50%;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
.main_more i {
	background: url(../images/more_icon1.png) no-repeat;
	height: 12px;
	width: 20px;
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle
}
.main_more input, .main_more a, .main_more button {
	background-color: transparent;
	position: relative;
	z-index: 5;
	font-family: 'CenturyGothicB';
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 26px;
	padding-right: 26px;
}   /*******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 {
}
.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;
}
.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: 22px;
	width: 12px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	margin-top: -11px;
	padding: 0;
	border: none;
	outline: none;
	top: 50%;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
}
.slick-prev {
	background-image: url(../images/prev_p.png);
	left: -30px
}
.slick-next {
	background-image: url(../images/next_p.png);
	right: -30px
} /* Dots */
.slick-dots {
	list-style: none;
	display: none !important;
	text-align: center;
	padding: 10px 3px;
	z-index: 999;
	margin-top: 11px
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	padding: 3px 0;
	cursor: pointer;
	transition: all .5s;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 9px;
	width: 9px;
	padding: 5px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #cbcbcb;
	padding: 0;
	transition: all .5s;
	border-radius: 2px;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active {
	width: 20px;
	height: 9px;
}
.slick-dots li.slick-active button {
	background: #41bb58;
	width: 20px;
	height: 9px;
}

@media only screen and (max-width: 1299px) {
.slick-prev {
	left: 0
}
.slick-next {
	right: 0
}
.slick-dots {
	margin-top: 0px
}
}

@media only screen and (max-width: 560px) {
.slick-dots li.slick-active button {
	width: 20px;
}
}
.pro02_content {
	padding-top: 70px;
	padding-bottom: 60px;
}
.pro02_content .list {
	list-style: none;
}
.pro02_content .list li {
	margin-bottom: 20px;
	background: #f7f5f5;
}
.pro02_content .list li .image {
	padding: 0;
	border-right: 10px solid #fff;
}
.pro02_content .list li .image a {
	display: block;
	overflow: hidden;
	position: relative;
}
.pro02_content .list li .image a:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: -280px;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}
.pro02_content .list li:hover .image a:before {
	left: 180%;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.pro02_content .list li .image a:after {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: 180%;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}
.pro02_content .list li:hover .image a:after {
	left: -280px;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.pro02_content .list li .image a span {
	display: block;
	height: 465px;
	transition: all .9s;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pro02_content .list li:hover .image a span {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.pro02_content .list li .column {
	padding: 0;
	border-left: 10px solid #fff;
	border-right: none;
}
.pro02_content .list li .wrap {
	height: 465px;
	display: flex;
	align-items: center;
	padding: 20px 65px;
}
.pro02_content .list li .wrap .title {
	display: block;
	font-size: 48px;
	line-height: 52px;
	font-family: 'CenturyGothicB';
	margin-bottom: 19px;
	color: #222222
}
.pro02_content .list li .wrap .title:hover {
	text-decoration: none;
	color: #008cff;
}
.pro02_content .list li .wrap .text {
	color: #888888;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	height: 112px;
	margin-bottom: 15px
}
.pro02_content .list li.pro02_right .image {
	border-left: 10px solid #fff;
	border-right: none;
	float: right;
}
.pro02_content .list li.pro02_right .column {
	border-right: 10px solid #fff;
	border-left: none;
}
.pro02_content .list li.pro02_right .wrap {
	text-align: right;
	justify-content: flex-end
}

@media only screen and (max-width: 1299px) {
.pro02_content .list li .wrap {
	padding: 20px 30px;
}
.pro02_content .list li .wrap .title {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 10px;
}
.pro02_content .list li .image a span {
	height: 360px;
}
.pro02_content .list li .wrap {
	height: 360px;
}
.pro02_content .list li .wrap .text {
	margin-bottom: 0;
}
}

@media only screen and (max-width: 992px) {
.pro02_content .list li .wrap {
	height: 320px;
}
.pro02_content .list li .image a span {
	height: 320px;
}
.pro02_content .list li .wrap {
	padding: 20px 10px;
}
.pro02_content .list li .wrap .title {
	font-size: 32px;
	line-height: 36px;
}
}

@media only screen and (max-width: 768px) {
.pro02_content {
	padding: 40px 0
}
.pro02_content .list li .wrap {
	height: 240px;
}
.pro02_content .list li .image a span {
	height: 240px;
}
.pro02_content .list li {
	margin-bottom: 10px;
}
.pro02_content .list li .image {
	border-right-width: 5px;
}
.pro02_content .list li .column {
	border-left-width: 5px;
}
.pro02_content .list li.pro02_right .image {
	border-left: 5px solid #fff;
}
.pro02_content .list li.pro02_right .column {
	border-right: 5px solid #fff;
}
.pro02_content .list li .wrap .text {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
.pro02_content .list li .wrap .main_more {
	margin-top: 20px;
}
.pro02_content .list li .wrap .title {
	font-size: 24px;
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 480px) {
.pro02_content .list li .image, .pro02_content .list li.pro02_right .image {
	width: 100%;
	border: none;
}
.pro02_content .list li .image a span {
	height: 240px;
}
.pro02_content .list li .column, .pro02_content .list li.pro02_right .column {
	border: none;
	width: 100%;
}
.pro02_content .list li .wrap, .pro02_content .list li.pro02_right .wrap {
	padding: 20px 15px;
	text-align: left;
	height: auto;
}
.pro02_content .list li .wrap .title {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
}
.in_title {
	text-align: center
}
.in_title span {
	color: #222222;
	font-size: 46px;
	text-transform: capitalize;
	line-height: 50px;
	font-family: 'CenturyGothicB';
	display: inline-block
}
.in_aboutW {
	position: relative;
	overflow: hidden;
	padding: 62px 0 0;
	background: url(../images/about_bg2.jpg) no-repeat bottom right
}
.in_aboutW:after {
	content: '';
	display: block;
	width: 100%;
	height: 402px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/about_bg1.jpg) no-repeat center;
}
.in_aboutW .container {
	position: relative;
	z-index: 99;
	width: 100%;
	padding: 0
}
.in_aboutW .in_about_l {
	float: left;
	width: 54.8%;
	padding-right: 50px;
	padding-left: 90px;
	max-width: 862px;
	padding-top: 30px
}
.in_aboutW .in_about_l>p {
	font-size: 16px;
	color: #ffffff;
	font-family: 'CenturyGothicB';
	margin-top: 33px;
	line-height: 28px;
}
.in_aboutW .in_about_l .in_about_text {
	overflow: hidden;
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
	max-height: 128px;
	margin-top: 8px;
}
.in_aboutW .in_about_l .main_more {
	margin-top: 37px;
	background: #fff;
	box-shadow: 0 0 18px 6px rgba(0,0,0,0.1)
}
.in_aboutW .in_about_l .main_more a {
	color: #185baf
}
.in_aboutW .in_about_l .main_more i {
	background-image: url(../images/more_icon2.png)
}
.in_aboutW .in_about_l .in_about_box {
	margin-top: 31px;
}
.in_aboutW .in_about_l .in_about_box>span {
	display: block;
	font-size: 22px;
	color: #333333;
	font-family: 'CenturyGothicB';
	text-transform: capitalize
}
.in_aboutW .in_about_l .in_about_box .text {
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	overflow: hidden;
	max-height: 64px;
	margin-top: 17px
}
.in_aboutL {
	margin: 24px -20px 0;
}
.in_aboutL li {
	list-style: none;
	padding: 0 20px;
}
.in_aboutL li .in_aboutL_m {
	text-align: left
}
.in_aboutL li .in_aboutL_m .in_aboutL_img {
	display: inline-block;
	transition: all .5s;
}
.in_aboutL li .in_aboutL_m:hover .in_aboutL_img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.in_aboutL li .in_aboutL_m .in_aboutL_img img {
	height: auto;
	width: 52px;
	display: inline-block;
}
.in_aboutL li .in_aboutL_m .in_aboutL_t {
	display: block;
	color: #333333;
	font-family: 'CenturyGothicB';
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 13px;
}
.in_aboutL li .in_aboutL_m:hover .in_aboutL_t {
	color: #185baf;
}
.in_aboutL li .in_aboutL_m p {
	overflow: hidden;
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	color: #888888;
	margin-top: 10px
}
.in_aboutW .in_video {
	float: left;
	width: 45.2%;
	position: relative;
}
.in_aboutW .in_video a {
	display: block;
	position: relative
}
.in_aboutW .in_video a img {
	border-radius: 10px;
	box-shadow: 0 5px 35px 5px rgba(0,0,0,0.2);
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 99
}
.in_aboutW .in_video a:after {
	content: '';
	display: block;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 5px 35px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 0;
	right: -20px;
}
.in_aboutW .in_title {
	text-align: left
}
.in_aboutW .in_title span {
	color: #fff
}

@media only screen and (max-width: 1540px) {
.in_aboutW .in_video {
	width: 50%
}
.in_aboutW .in_about_l {
	width: 50%;
	padding-left: 60px;
	padding-top: 0
}
}

@media only screen and (max-width: 1199px) {
.in_aboutW .in_about_l .in_about_box .text, .in_aboutW .in_about_l .in_about_box>span {
	display: none
}
.in_aboutW:after {
	height: 390px
}
.in_aboutL li .in_aboutL_m .in_aboutL_t {
	font-size: 16px;
}
.in_aboutL li {
	padding: 0 5px
}
.in_aboutL {
	margin: 24px -5px 0;
}
.in_title span {
	font-size: 36px;
	line-height: 40px
}
}

@media only screen and (max-width: 992px) {
.in_aboutW .in_about_l {
	width: 100%;
	padding: 0 5%;
	margin-top: 40px;
	max-width: 100%
}
.in_aboutW .in_video {
	width: 100%;
	padding: 0 10%
}
.in_aboutW .in_video a:after {
	right: 40px;
	bottom: -20px;
	left: 40px
}
.in_aboutW .in_title span {
	color: #333
}
.in_aboutW .in_about_l>p {
	color: #185baf;
	margin-top: 10px
}
.in_aboutW .in_about_l .in_about_text {
	color: #666
}
}

@media only screen and (max-width: 562px) {
.in_aboutW .in_about_l .main_more {
	margin-top: 30px
}
.in_aboutW .in_about_l .in_about_box {
	margin-top: 30px
}
.in_aboutW:after {
	height: 320px
}
.in_aboutW {
	padding: 40px 0 0
}
.in_aboutW .in_about_l>p {
	margin-top: 20px
}
.in_aboutW .in_video, .in_aboutW .in_about_l {
	padding: 0 2%
}
.in_aboutL {
	margin: 24px -5px 0;
}
.in_aboutL li {
	list-style: none;
	padding: 0 5px;
}
.in_aboutL li .in_aboutL_m .in_aboutL_t {
	font-size: 18px
}
}

@media only screen and (max-width:375px) {
.in_aboutL li {
	width: 100%
}
.in_aboutW .in_video {
	padding: 0 1%
}
}
.pro_content {
	padding: 70px 0 75px;
	position: relative;
	z-index: 5;
	background: #f7f7f7;
	margin-top: 105px
}
.pro_content .slider {
	margin: 38px -15px 0
}
.pro_content .slider .li {
	padding: 15px;
}
.pro_content .slider .li .column {
	border-radius: 5px;
	padding: 20px 20px 30px;
	background: #fff;
	text-align: center;
	transition: all .5s;
	position: relative;
	padding-bottom: 40px;
}
.pro_content .slider .li:hover .column {
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}
.pro_content .slider .li .image {
	display: block;
	overflow: hidden;
}
.pro_content .slider .li .image img {
	transition: all .9s;
	width: 100%;
}
.pro_content .slider .li:hover .image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.pro_content .slider .li .title {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #222222;
	font-family: 'CenturyGothicB';
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.pro_content .slider .li .title:hover {
	color: #185baf;
	text-decoration: none;
}
.pro_content .slider .li .text {
	font-size: 14px;
	margin-top: 15px;
	color: #888888;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	transition: all .5s;
}
.pro_content .slider .li:hover .text {
	opacity: 0;
}
.pro_content .slider .li .more {
	position: absolute;
	left: 0;
	bottom: -10px;
	opacity: 0;
	transition: all .5s;
	width: 100%;
	text-align: center;
}
.pro_content .slider .li:hover .more {
	bottom: 20px;
	opacity: 1;
}
.pro_content .slider .li .main_more {
	margin: 0;
}
.pro_content .slider .li .main_more a {
	height: 40px;
	line-height: 40px;
}

@media only screen and (max-width:1523px) {
.pro_content {
	margin-top: 70px
}
}

@media only screen and (max-width:992px) {
.pro_content .slider {
	margin: 25px -10px 0
}
.pro_content .slider .li {
	padding: 10px;
}
.pro_content .slider .li .title {
	font-size: 15px;
}
.pro_content {
	margin-top: 40px;
	padding: 40px 0
}
}

@media only screen and (max-width:768px) {
.pro_content {
	padding-top: 30px;
	padding-bottom: 40px;
}
.pro_content .slider {
	margin-top: 15px
}
.pro_content .slider .li .column {
	padding: 20px 15px;
	padding-bottom: 40px;
}
}
.letter_contentW {
	background: url(../images/sub_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 68px;
	padding-bottom: 62px;
}
.letter_contentW .letter_content {
	text-align: center
}
.letter_contentW .title {
}
.letter_contentW .title em {
	font-size: 46px;
	line-height: 50px;
	font-family: 'CenturyGothicB';
	color: #333333;
	display: block;
	margin-bottom: 10px;
}
.letter_contentW .title .text {
	color: #666666;
	font-size: 14px;
	margin: 0;
}
.letter_contentW .letter_column {
	width: 100%;
	position: relative;
	margin-top: 32px
}
.letter_contentW .letter-input {
	display: inline-block;
	max-width: 572px;
	width: 100%;
	position: relative;
	margin-top: 4px;
	background: #ffffff;
	border-radius: 30px;
}
.letter_contentW .letter-input:before {
	content: '';
	width: 21px;
	height: 21px;
	background: url(../images/send_icon.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 15px;
}
.letter_contentW .letter-input .fot_input {
	background: none;
	position: relative;
	z-index: 99;
	height: 54px;
	color: #888888;
	line-height: 54px;
	width: 100%;
	padding-left: 44px;
	padding-right: 55px;
	font-size: 13px;
	border: none;
}
.letter_contentW .letter-input .fot_input:focus {
	color: #333;
	background: none;
}
.letter_contentW .letter-input .send {
	width: 46px;
	height: 46px;
	position: absolute;
	right: 4px;
	top: 4px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.letter_contentW .letter-input .send button {
	border: none;
	background: #185baf url(../images/send_btn.png) no-repeat center;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 99;
}
.letter_contentW .letter-input .fot_input:-ms-input-placeholder {
color:#888888;
}/* Internet Explorer 10+ */
.letter_contentW .letter-input .fot_input::-webkit-input-placeholder {
color:#888888;
}/* WebKit browsers */
.letter_contentW .letter-input .fot_input::-moz-placeholder {
color:#888888;
}/* Mozilla Firefox 4 to 18 */
.letter_contentW .letter-input .fot_input:-moz-placeholder {
color:#888888;
}/* Mozilla Firefox 19+ */

@media only screen and (max-width: 1260px) {
.letter_contentW .letter-input {
	max-width: 500px;
}
}

@media only screen and (max-width: 992px) {
.letter_contentW {
	padding: 40px 0
}
.letter_contentW {
	padding-top: 30px;
}
.letter_contentW .letter_content {
	display: block;
}
.letter_contentW .title {
	text-align: center;
	max-width: 100%;
	margin-bottom: 15px;
	min-width: inherit;
}
.letter_contentW .title em {
	font-size: 24px;
	line-height: 28px;
}
.letter_contentW .letter-input {
	max-width: 100%;
}
} 								/*footer*/
.footerW {
	padding: 60px 0 50px 0;
	background: #2e2e2e;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.footer .fot_title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.footer .fot_title em {
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'CenturyGothicB';
}
.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_about {
	float: left;
	width: 30%;
	padding-right: 50px;
}
.fot_about .text {
	color: #cccccc;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	max-height: 120px;
	margin-top: 25px;
}
.fot_about .fot_logo img {
	max-width: 188px;
}
.fot_con {
	float: left;
	width: 28%;
	padding-right: 0;
	padding-top: 20px;
}
.fot_con .list li {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 24px;
	color: #cccccc;
	display: flex;
	align-items: center;
}
.fot_con .list li a {
	font-size: 13px;
	line-height: 24px;
	color: #cccccc;
}
.fot_con .list li p {
	margin: 0;
	padding-left: 8px;
}
.fot_con .list li a:hover {
	color: #0095e7;
}
.fot_con .list li .icon {
	background-repeat: no-repeat;
	background-position: center;
	min-width: 19px;
	height: 24px;
	max-width: 19px;
}
.fot_tag {
	float: left;
	width: 24%;
	padding-right: 50px;
	padding-top: 20px;
}
.fot_tag li {
	margin-bottom: 6px;
	padding-right: 15px;
}
.fot_tag li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 2px;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fot_tag li a:hover:before {
	right: -15px;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #0095e7;
}
.fot_tag li a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #cccccc;
	transition: all .5s;
	line-height: 24px;
}
.fot_tag li a:hover {
	color: #0095e7;
}
.fot_nav {
	float: left;
	width: 18%;
	padding-right: 50px;
	padding-top: 20px;
}
.fot_nav li {
	margin-bottom: 6px;
	padding-right: 15px;
}
.fot_nav li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 2px;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fot_nav li a:hover:before {
	right: -15px;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #0095e7;
}
.fot_nav li a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #cccccc;
	transition: all .5s;
	line-height: 24px;
	text-transform: capitalize;
}
.fot_nav li a:hover {
	color: #0095e7;
}
.footer .social_icons {
	position: relative;
	padding-top: 20px;
}
.footer .social_icons li a {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.footer-bottomW {
	text-align: center;
	position: relative;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #232323;
}
.footer-bottom .copy {
	color: #808080;
	font-size: 13px;
	display: inline-block;
}
.footer-bottom .copy a {
	color: #808080;
	font-size: 13px;
}
.footer-bottom .fot_link span, .footer-bottom .fot_link span a {
	color: #808080;
}
.footer-bottom .copy a:hover, .footer-bottom .copy span a:hover {
	color: #fff;
}
.footer-bottom .foot_ipv6 {
	display: inline-block;
	color: #808080;
	font-size: 12px;
	margin-left: 5px;
}
.footer-bottom .foot_ipv6 img {
	max-width: 24px;
	margin-right: 5px;
}
.footer-bottom .foot_ipv6 .ico {
	border: 1px solid rgba(128,128,128,0.4);
	padding: 0 2px;
	font-size: 13px;
	color: #666666;
	display: inline-block;
	margin: 0;
	line-height: 14px;
	margin-right: 5px;
	text-decoration: none;
}
.footer-bottom .fot_link {
	color: #808080;
}
.footer-bottom .fot_link a {
	color: #808080;
	font-size: 13px;
	margin: 0 2px;
	display: inline-block;
}
.footer-bottom .fot_link a:hover {
	color: #fff;
}
.footer-bottom .friendly {
	margin-right: 5px;
	display: inline-block;
}
.footer-bottom .friendly p {
	margin: 0;
	display: inline-block;
	color: #808080;
	font-size: 13px;
}
.footer-bottom .friendly a {
	display: inline-block;
	color: #808080;
	font-size: 13px;
}
.footer-bottom .friendly a:hover {
	color: #fff;
}
.social_icons {
	list-style: none;
}
.social_icons li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
}
.social_icons li:first-child {
	padding-left: 0;
}
.social_icons li a {
	transition: all .5s;
}
.social_icons li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media only screen and (max-width: 1480px) {
.footer-bottom .copy {
	float: none;
}
.footer-bottom .fot_link {
	float: none;
	padding-top: 5px;
}
}

@media only screen and (max-width: 992px) {
.footerW {
	padding: 40px 0 30px 0;
	margin: 0;
}
.footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_mes, .footer .fot_pro, .footer .fot_letter {
	width: 100%;
	padding: 0;
}
.footer .fot_title em {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
}
.footer .fot_title em:before {
	display: none;
}
.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: 18px;
	position: relative;
	color: #333;
	text-transform: uppercase;
	padding-top: 0;
}
.footer .fot_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	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: #fff;
}
.footer .toggle_content {
	padding-bottom: 30px;
	padding-top: 10px;
}
.fot_mes .fot_title, .fot_nav .fot_title {
	display: block;
}
.footer-bottomW {
	padding-top: 10px;
	padding-bottom: 26px;
	margin-top: 0;
	border: none;
}
.footer-bottom .social_icons {
	top: 0;
}
.fot_about {
	width: 100%;
	padding-bottom: 20px;
	padding-right: 0;
	text-align: center;
}
.fot_about .fot_logo img {
	max-width: 140px;
}
.footer .social_icons {
	padding-top: 15px;
}
.fot_about .text {
	margin-top: 15px;
	max-height: 72px;
}
}

@media only screen and (max-width: 768px) {
.footer-bottom {
	padding-bottom: 56px;
}
}
.page_banner {
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative
}
.page_banner img {
	max-width: 100%;
	height: auto;
	width: 100%
}
.breadcrumb {
	font-size: 12px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: left;
	margin: 0;
	color: #808080;
	padding: 40px 0 0;
	width: 100%;
	z-index: 5;
	left: 0;
	bottom: 0;
	background: none;
	margin-top: -2%;
	position: relative
}
.breadcrumb:after {
	content: '';
	display: block;
	height: 100%;
	width: 80%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0
}
.breadcrumb .container {
	padding: 15px 15px;
}
.breadcrumb .in_title {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	z-index: 99;
	text-align: left
}
.breadcrumb .in_title span {
	margin: 0;
	padding-left: 0;
}
.breadcrumb .in_title span:before {
	display: none
}
.breadcrumb .bread_right {
	padding-top: 8px;
	line-height: 20px;
	font-size: 14px;
	color: #808080;
	position: relative;
	z-index: 5;
	text-align: left;
}
.breadcrumb .bread_right > i {
	margin: 0 5px;
	display: inline-block;
	color: #808080;
	font-size: 12px
}
.breadcrumb a.home i {
	margin-right: 5px;
}
.breadcrumb a {
	color: #808080;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb a:hover {
	color: #0095e7;
}
.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #808080;
	vertical-align: middle;
	font-weight: normal;
}
.page_section {
	position: relative;
	z-index: 15;
	padding-top: 0;
}
.page_aboutW {
}
.page_column {
	border-radius: 0px;
	padding: 70px 0 60px;
	position: relative;
}
.page_section .in_title2 span {
	font-size: 40px;
	line-height: 40px
}
.page_section .in_title2 span:after {
	margin-top: 18px
}
.single-page .text {
	font-size: 14px;
	line-height: 28px;
}
.single-page .text img {
	max-width: 100%;
	height: auto;
}
.single-page .text a:hover {
	color: #0095e7;
}
.single-page .text ul {
	padding-left: 20px;
}
.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;
}

@media only screen and (max-width: 1499px) {
.breadcrumb .bread_right {
	padding: 12px 0 10px;
}
.breadcrumb {
	padding: 20px 0 0;
}
}

@media only screen and (max-width: 1299px) {
.breadcrumb .container {
	padding: 0 15px
}
.page_column {
	padding: 40px 0 60px
}
}

@media only screen and (max-width: 992px) {
.page_banner {
	margin-top: 0;
}
.breadcrumb {
	padding: 10px 0 0;
	margin-top: -4%
}
.breadcrumb .bread_right {
	text-align: center
}
.breadcrumb .container {
	padding: 20px 10px 0px;
}
.page_title {
	margin-bottom: 15px
}
.breadcrumb:after {
	width: initial;
	left: 15px;
	right: 15px
}
.page_column {
	padding: 30px 0 40px
}
.breadcrumb .in_title {
	text-align: center
}
.breadcrumb .in_title span {
	padding: 0 60px
}
.breadcrumb .in_title span:before {
	display: block
}
}

@media only screen and (max-width: 768px) {
.breadcrumb {
	margin-bottom: 0;
}
.page_section .in_title span {
	font-size: 32px
}
.page_title span {
	font-size: 32px;
	line-height: 30px;
}
.page_section {
	position: relative;
	z-index: 15;
	padding-top: 0;
}
.send_column ul li .cform-item__wrap .verify-img {
	max-width: 100px;
}
}

@media only screen and (max-width: 495px) {
.breadcrumb .in_title span {
	padding: 0 25px
}
}

@media only screen and (max-width: 375px) {
.page_title span {
	font-size: 26px;
	line-height: 26px;
}
}
.contact_section {
	padding: 0;
}
.contact_section .page_column {
	top: 0;
	box-shadow: none;
	padding-bottom: 0;
}
.page_contact {
	padding-bottom: 0;
	padding-top: 0;
	background: linear-gradient(to bottom, #fff, #f7f7f7);
}
.page_contact .breadcrumb {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.page_contact_info {
	background: #fff;
	box-shadow: 0 8px 32px rgba(0,0,0,.10);
	position: relative;
	top: -10px;
	z-index: 999;
}
.contact_info {
	position: relative;
	padding-top: 0;
}
.contact_info ul {
	list-style: none;
	padding: 0;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0 5px 30px 1px rgba(0,0,0,0.1);
	border-radius: 50px 0 50px 50px;
}
.contact_info ul li {
	padding: 10px 20px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.contact_info ul li .column {
	padding: 30px 15px;
	min-height: 255px;
}
.contact_info ul li em {
	font-size: 18px;
	font-family: "CenturyGothicB";
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 24px;
	position: relative;
	display: block;
}
.contact_info ul li .txt {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}
.contact_info ul li .icon {
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
	padding: 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;
	position: relative;
	z-index: 4;
}
.contact_info ul li:hover .icon {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}
.contact_info ul li p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
}
.contact_info ul li p a:hover {
	color: #0095e7;
}

@media only screen and (max-width: 768px) {
.page_contact_info {
	top: -10px;
}
.page_contact {
	padding-bottom: 0;
}
.contact_info {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
}
.contact_info ul li .icon img {
	max-width: 140px;
}
.contact_info ul li {
	padding: 0 10px;
	margin-top: -2px;
	padding: 0;
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
}
.contact_info ul li em {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.contact_info ul li .txt {
	margin-top: 5px;
	color: #ccc;
}
.contact_info ul li .column {
	min-height: inherit;
	padding: 20px;
}
.contact_info ul li p {
	font-size: 14px;
}
}

@media only screen and (max-width: 480px) {
.page_section .contact_l li .box {
	padding: 15px;
}
.contact_info ul {
	padding-top: 0;
}
}
.page_con {
	padding-top: 60px;
}
.message_wrap {
	float: left;
}
.page_send {
	display: block !important;
}
.map {
	top: 0;
	padding: 0;
	position: relative;
	margin-top: 0;
}
.page_title {
	display: block;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 100%;
	font-family: "CenturyGothicB";
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #0095e7;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.page_title:after {
	position: absolute;
	left: 0px;
	bottom: -4px;
	width: 8px;
	height: 8px;
	background: #ddd;
	content: '';
	border-radius: 50%;
}
.page_title i {
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	color: #fff;
	z-index: 5;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}
.page_title i:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 40%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #66ae3c;
}
.page_con {
	padding-top: 70px;
}
.message_wrap {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.message_wrap .send_column {
	border: none;
	box-shadow: none;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 60px;
	background-color: #f7f7f7
}
.message_wrap .send_column .main_title {
	margin-top: 0;
}
.contact_right {
	padding-top: 40px;
	padding-left: 0;
	padding-bottom: 40px;
	padding-right: 0;
}
.contact_right .main_title {
	text-align: left;
}
.contact_right .main_title:before {
	left: 0;
	transform: translate(0, 0)
}
.contact_right .main_title em {
	font-size: 30px;
	margin-bottom: 0;
}
.contact_right .text ul {
	padding-left: 20px;
}
.contact_right .text em {
	font-style: italic;
}
.contact_right .social_icons {
	margin-top: 40px;
}
.contact_right .social_icons li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
	list-style: none
}
.contact_right.social_icons li:first-child {
	padding-left: 0;
}
.contact_right .social_icons li a {
	transition: all .5s;
}
.contact_right .social_icons li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.contact_right .social_icons li.page_title {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px !important;
}
.select-content {
	color: #5b5b5b;
	background: url(../images/incoming-message.png) no-repeat right top, url(../images/bg_about.jpg) no-repeat left bottom;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	filter: alpha(opacity=0);
	display: flex;
	align-items: center;
}
.select-content .select-close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background-color: transparent;
}
.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.select-content .select-close i:before, .select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.select-content .select_title {
	padding: 50px 40px;
	width: 33%;
}
.select-content .select_title > p {
	font-size: 18px;
	line-height: 100%;
	color: #808080;
	margin: 0;
	margin-bottom: 15px;
}
.select-content .select_title .title {
	font-size: 60px;
	line-height: 110%;
	text-transform: uppercase;
}
.select-content .select_title .title b {
	font-family: "CenturyGothicB";
	display: block;
	color: #0095e7;
}
.select-content .select_title .bottom_title {
	margin-top: 30px;
}
.select-content .select_title .bottom_title em {
	font-family: 'CenturyGothicB';
	display: block;
	margin: 0;
	line-height: 110%;
	font-size: 16px;
	margin-bottom: 10px;
}
.select-content .select_title .bottom_title p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	margin: 0;
}
.select-content .main {
	width: 77%;
	padding: 50px 40px;
	border-left: 1px solid #eee;
	padding-top: 70px;
}
#email_form .list {
	list-style: none;
}
#email_form .list li {
	position: relative;
	margin-bottom: 35px;
	padding-left: 0;
	padding-right: 30px;
}
#email_form .list li label.title {
	font-weight: normal;
	font-size: 15px;
	color: #333;
	text-transform: capitalize;
	line-height: 20px;
	display: block;
	padding: 0 10px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: -12px;
	z-index: 5;
}
#email_form .list li p {
	margin: 0;
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 0;
	border-radius: 0;
	color: #333;
	font-family: 'CenturyGothicB';
	text-align: left;
	text-transform: capitalize;
	background: #f7f7f7;
	padding: 10px 20px;
	border-radius: 5px;
}
#email_form .list li p:before {
	margin-right: 10px;
	color: #0095e7;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}
#email_form .list li p a {
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
}
#email_form .list li span {
	display: block;
	position: relative;
}
#email_form .list li span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 13px;
	width: 29px;
	height: 24px;
	display: inline-block;
	background-repeat: no-repeat;
}
#email_form .list li span.ms_e:before {
	background-image: url(../images/mes_e1.png);
}
#email_form .list li span.ms_p:before {
	background-image: url(../images/mes_p1.png);
}
#email_form .list li span.ms_m:before {
	background-image: url(../images/mes_m1.png);
}
#email_form .list li span.ms_n:before {
	background-position: 0 -197px;
}
#email_form .list li input {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	background: #fff;
	padding: 0 20px;
	color: #808080;
}
#email_form .list li textarea {
	height: 100px;
	background: #fff;
	width: 100%;
	max-width: 100%;
	max-height: 100px;
	font-size: 12px;
	padding: 12px 50px 12px 20px;
	color: #808080;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: all .5s;
}
#email_form .list li input:focus {
	border: 1px solid #0095e7;
	color: #333;
}
#email_form .list li textarea:focus {
	border: 1px solid #0095e7;
	color: #333;
}
#email_form .list li input:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
#email_form .list li input::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
#email_form .list li input::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
#email_form .list li input:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
#email_form .list li textarea:-ms-input-placeholder {
color:#808080;
}/* Internet Explorer 10+ */
#email_form .list li textarea::-webkit-input-placeholder {
color:#808080;
}/* WebKit browsers */
#email_form .list li textarea::-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 4 to 18 */
#email_form .list li textarea:-moz-placeholder {
color:#808080;
}/* Mozilla Firefox 19+ */
#email_form .submit {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	position: relative;
	background: #0095e7;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	padding-right: 35px;
	box-shadow: 0 10px 25px 1px rgba(0,64,130,0.3);
	float: right;
	margin-right: 20px;
	text-transform: uppercase;
	border-radius: 30px;
	font-family: 'CenturyGothicB';
}
#email_form .list li.form_choose label.title {
	display: inline-block;
	position: relative;
	padding-left: 0;
	left: auto;
}
#email_form .list li.form_choose .gfield_checkbox {
	list-style: none;
}
#email_form .list li.form_choose li {
	display: inline-flex;
	width: 25%;
	padding: 5px;
	align-items: center;
	float: left;
	margin-bottom: 0;
}
#email_form .list li.form_choose li input {
	border: 2px solid #e5e5e5;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: #fff;
	padding-left: 15px;
	font-size: 12px;
	color: #808080;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.05) inset;
	margin: 0;
}
#email_form .list li.form_choose li label {
	margin: 0;
	margin-left: 10px;
	font-weight: normal;
	line-height: 20px;
	text-transform: capitalize;
}
#email_form .list li.form_upload {
	margin-top: -20px;
	margin-bottom: 10px;
}
#email_form .list li.form_upload input {
	height: auto;
	border: none;
	padding: 0;
}
#email_form .list li .cform-item__wrap {
	display: flex;
	align-items: center;
}
#email_form .list li .cform-item__wrap .verify-img {
	display: inline-block;
	margin-left: 10px
}
.page_section .select-content {
	border-radius: 50px 0 50px 50px;
	box-shadow: 0 5px 20px 1px rgba(0,0,0,0.1);
}
.page_section .select-content .select-close {
	display: none;
}

@media only screen and (max-width: 1300px) {
.select-content .select_title .title {
	font-size: 46px;
}
}

@media only screen and (max-width: 768px) {
.select-modal {
	width: 90%;
	height: 90%;
	top: 5%;
}
.select-content {
	border-radius: 20px 0 0 20px;
	display: block;
	background: #fff url(../images/incoming-message.png) no-repeat right top;
}
.select-content .select_title {
	width: 100%;
	padding: 30px 20px;
}
.select-content .select_title > p {
	font-size: 17px;
	margin-bottom: 10px;
}
.select-content .select_title .title {
	font-size: 32px;
}
.select-content .select_title .bottom_title {
	margin-top: 20px;
}
.select-content .select_title .bottom_title em {
	margin-bottom: 5px;
}
.select-content .main {
	width: 100%;
	padding: 0 20px;
	padding-bottom: 30px;
	border-left: none;
}
#email_form .list li {
	padding-right: 0;
}
#email_form .list li.form_choose li {
	width: 100%;
}
#email_form .submit {
	float: none;
}
}
.rest_content {
	padding-top: 85px;
	padding-bottom: 85px;
	background: #f5f7f7 url(../images/bg_rest.jpg) no-repeat top center;
	text-align: center;
}
.rest_content .main {
	padding-top: 20px;
}

@media only screen and (max-width: 768px) {
.rest_content {
	padding-top: 45px;
	padding-bottom: 45px;
}
.rest_content .main {
	padding-top: 0;
}
}

@media only screen and (max-width: 992px) {
.single_con_column {
	width: 100%;
	padding: 30px 0;
}
.contact_list {
	margin-bottom: 0;
	padding: 0;
}
.page_section .mes_box {
	display: block;
	padding: 0;
	margin-top: 20px;
	width: 100%;
}
.page_con_column {
	padding: 0;
	padding-top: 30px;
	width: 100%;
}
.page_section .send_column {
	width: 100%;
}
.page_send {
	background-size: cover;
	margin-bottom: -50px;
}
}

@media only screen and (max-width: 768px) {
.single_con_column .send_box {
	display: block;
	width: 100%;
}
.message {
	z-index: 9999;
}
.map {
	margin-top: 0;
	top: 0;
}
.page_title {
	font-size: 24px;
}
.page_title i {
	font-size: 18px;
}
.single_con_column .send_column {
	bottom: 0;
	margin-top: 30px;
}
.contact_sns a {
	margin: 3px;
}
.con_main {
	margin-top: 20px;
}
.page_section .send_column ul li {
	padding: 0;
}
.message_info {
	padding: 50px 0;
}
.message_wrap {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.message_wrap .send_column {
	padding: 30px 15px;
}
.contact_right {
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 0;
	min-height: inherit;
}
.page_con {
	padding-top: 40px;
}
.page_column {
	padding: 0 0 30px;
}
.contact_right .social_icons li {
	padding: 0 3px;
}
.contact_right .social_icons li img {
	max-width: 40px;
}
.page_section .select-content {
	margin-top: 40px;
}
} /*sitemap*/
.sitemap {
	width: 100%;
}
.stp-listA>li {
	text-transform: capitalize;
	margin-bottom: 5px;
	list-style: none;
	background: #fafafa;
	border-radius: 2px;
}
.stp-top {
	width: 100%;
	background: #f2f2f2;
	padding: 10px 20px;
	border-radius: 2px;
}
.stp-top .page_info_title {
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 90% center;
	transition: all .5s;
	padding-right: 20px;
	font-family: 'CenturyGothicB';
}
.stp-top .page_info_title:before {
	display: none;
}
.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #0095e7;
	padding-left: 2px;
}
.stp-listB {
	display: block;
	padding: 15px;
	border-top: none;
	padding: 20px;
	list-style: none;
}
.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
}
.stp-listB>li>a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
	font-family: 'CenturyGothicB';
	text-transform: capitalize;
}
.stp-listB>li>a i {
	padding-right: 5px;
}
.stp-listB>li:hover>a {
	color: #0095e7;
}
.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 15px;
	list-style: none;
}
.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
}
.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 14px;
	-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: #0095e7;
	padding-left: 5px;
}

@media only screen and (max-width: 1199px) {
.stp-listB>li {
	width: 50%;
	padding: 4px 0;
}
}

@media only screen and (max-width: 768px) {
.stp-listB>li {
	width: 100%;
}
.stp-top {
	padding: 15px;
}
.stp-top .page_info_title {
	font-size: 16px;
	line-height: 24px;
}
.stp-listB {
	border-width: 1px;
	padding: 20px 15px;
}
.stp-listB li .stp-listC {
	border-bottom: 1px solid #eee;
}
}

@media only screen and (max-width: 400px) {
.stp-listB li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
}
.page_date {
	display: inline-block;
	color: #0095e7;
	text-transform: uppercase;
	position: relative;
	font-size: 12px;
	margin-top: 3px;
	line-height: 19px;
}
.page_date:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/news_date.png) no-repeat;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
}
.page_date:hover {
	color: #0095e7;
	text-decoration: none
}    /*left*/
.page-left {
	width: 24%;
	float: left;
	margin-top: 0;
}
.left_title {
	display: block;
	position: relative;
	margin-bottom: 10px;
	border-radius: 0;
}
.left_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #0095e7;
	font-size: 24px;
	padding: 0 0 5px;
	text-transform: capitalize;
	font-family: 'CenturyGothicB';
}
.left-cat .left_title {
	margin-bottom: 0;
}
.left-cat .left_title em {
	color: #0095e7;
}
.left_title .column_icon_toggle {
	display: none;
}
.left-cat {
	padding: 25px 20px 5px;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 5px 20px 1px rgb(0, 0, 0, 0.1);
	border-bottom: 3px solid #0095e7;
}
.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;
	border: none;
	padding: 5px 0;
	border-radius: 0 0 0 0;
	background: #fff;
}
ul.mtree>li {
	list-style: none;
	position: relative;
}
ul.mtree>li>a {
	font-size: 15px;
	padding: 10px 0 10px 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-right: 30px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}
ul.mtree>li>a img {
	max-width: 32px;
	margin-right: 5px;
}
ul.mtree>li:last-child >a {
	border-bottom: none;
}
ul.mtree>li>a p {
	margin: 0;
	padding-left: 5px;
}
ul.mtree>li>a span {
	max-width: 36px;
	min-width: 36px;
}
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.transit > li.mtree-open>b:before, ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #0095e7;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 42px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #0095e7;
	height: 40px;
}
ul.mtree.transit li.mtree-closed>b:before, ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #333;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.mtree.transit > li:hover.mtree-closed>b:before {
	color: #0095e7;
}
ul.mtree li ul a li a {
	padding-left: 20px;
}
ul.mtree>li:hover>a {
	color: #0095e7;
}
ul.mtree>li.mtree-node a ul a {
	font-size: 12px;
}
ul.mtree>li.mtree-open {
	padding-bottom: 0;
}
ul.mtree>li.mtree-open>a {
	color: #0095e7;
}
ul.mtree>li.mtree-node:hover>a {
	color: #0095e7;
}
ul.mtree>li.mtree-open:hover>a {
	color: #0095e7;
}
ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #0095e7;
	text-decoration: none;
}
ul.mtree ul {
	border: none;
	margin-bottom: 10px;
}
ul.mtree ul li {
	list-style: none;
	position: relative;
	padding-bottom: 0;
}
ul.mtree ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
}
ul.mtree>li>ul>li>a {
	font-size: 14px !important;
	font-weight: normal;
	position: relative;
	transition: all .5s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 0;
	background: #f7f7f7;
}
ul.mtree>li>ul>li:nth-child(2n+2)>a {
	background: #f2f2f2;
}
ul.mtree>li>ul>li>a:hover {
	color: #0095e7;
	text-decoration: none;
}
ul.mtree>li>ul>li>a:before {
	content: '';
	width: 3px;
	background: #0095e7;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}
ul.mtree>li>ul>li>a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}
ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 6px;
}
ul.mtree>li>ul>li>a:before {
	content: "";
}
ul.mtree ul li:hover a {
	color: #0095e7;
}
ul.mtree li ul li.mtree-open a {
	color: #0095e7;
	text-decoration: none;
}
ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	padding: 5px;
}
ul.mtree .mtree-level-2 li:last-child a {
	border-bottom: none;
}
ul.mtree li ul.mtree-level-2 li a {
	color: #333;
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
}
ul.mtree li ul.mtree-level-2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50%;
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #0095e7;
	font-weight: normal;
}
ul.mtree .mtree-level-2 li a:hover:before {
	background: #0095e7;
}
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: #0095e7;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
	background: #0095e7;
	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;
}
.page_more {
	font-size: 13px;
	text-transform: uppercase;
	color: #0095e7;
	font-family: 'CenturyGothicB';
	display: inline-block;
	line-height: 24px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	transition: all .5s;
}
.page_more:hover {
	text-decoration: none;
}
.page_more i {
	font-size: 16px;
	margin-left: 9px
}
.page_more:hover i {
	animation: scroll_right_anim 1.5s infinite;
	background-position: 0px 0px;
}
@-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)
}
}
.left-adv {
	margin-top: 30px;
	width: 100%;
	background: #f7f7f7 url("../images/left_bg.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 50px 30px 50px 30px;
	z-index: 2;
	text-align: left;
}
.left-adv .icon {
	width: 60px;
	height: 60px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	background: #fff;
}
.left-adv .icon:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	filter: alpha(opacity=2);
	-moz-opacity: 0.2;
	opacity: 0.2;
	background: #fff;
	z-index: -1;
}
.left-adv .icon i {
	width: 36px;
	height: 36px;
	background: url(../images/page_conts.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}
.left-adv .main .title {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	font-family: 'CenturyGothicB';
}
.left-adv .main .title:hover {
	text-decoration: none;
}
.left-adv .main .text {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 15px
}  /*hot_pro*/
.left-pro {
	margin-top: 30px;
	border: 1px solid #e5e5e5;
	padding: 25px 10px 5px;
	background: #fff
}
.left-pro ul {
	padding-top: 15px;
}
.left-pro ul li {
	background: #fff;
	list-style: none;
	margin-bottom: 10px;
	transition: all .5s;
	padding: 0 0 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	border-radius: 0;
}
.left-pro ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.left-pro ul li:hover {
	background: #fff;
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	border-color: #e5e5e5;
}
.left-pro ul li .main {
	width: 60%;
	float: left;
	padding-left: 10px;
	position: relative;
	z-index: 10;
}
.left-pro ul li .title {
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 4px;
}
.left-pro ul li .title:hover {
	color: #0095e7;
}
.left-pro ul li .image {
	float: left;
	width: 40%;
	transition-duration: 0.6s;
	transition-timing-function: ease-out;
	overflow: hidden;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	z-index: 10;
}
.left-pro ul li .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}
.left-pro ul li .image img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.left-pro ul li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.left-pro ul li .image .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border-radius: 50%;
	background: #0095e7;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
	-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
	-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
	transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.left-pro ul li .image .icon i {
	width: 22px;
	height: 22px;
	background: url(../images/icon_link1.png) no-repeat;
}
.left-pro ul li:hover .image .icon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.page-right {
	width: 76%;
	padding-left: 50px;
	float: right;
}

@media only screen and (max-width: 992px) {
ul.mtree>li {
	padding-left: 10px;
}
.left-adv {
	display: none
}
.page-title em {
	font-size: 24px;
}
.page-left {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.left-pro, .left-con, .left-video, .left-solu, .left-cat, .left-blog1 {
	margin-top: 0;
	padding: 0;
	border: none;
}
.left-pro, .left-con, .left-video, .left-solu, .left-work {
	margin-top: 0;
	padding: 0;
	border: none;
}
.left_title {
	margin-bottom: 10px;
	margin-bottom: 0;
	padding: 8px 10px;
	border-radius: 0;
	background: #0095e7;
}
.left_title>em {
	margin: 0;
	font-size: 18px;
	color: #fff;
	padding: 0;
	line-height: 24px;
}
.left_title em:before {
	display: none
}
.page-left .left_title>span {
	display: none;
}
.left-con .left_title {
	display: block;
}
.left_title .column_icon_toggle {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 9px;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	z-index: 99;
}
.page-right {
	width: 100%;
	padding: 0;
	float: none;
}
.left-cat {
	margin-bottom: 10px;
}
.left-cat .left_title em {
	font-size: 18px;
	color: #fff;
}
.left-cat .left_title em:before {
	display: none
}
}/*page-number*/
.page_num {
	width: 100%;
	margin: auto;
	text-align: left;
	background: #f5f5f5;
	border-radius: 0;
	padding: 10px 15px;
	border-radius: 0;
	margin-top: 30px;
}
.page_num span {
	display: inline-block;
	color: #fff;
	background: #0095e7;
	font-size: 12px;
	text-transform: capitalize;
	padding: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 36px;
	transition: all .5s;
	position: relative;
	border-radius: 0;
	font-family: 'CenturyGothicB';
	text-align: center;
	border-radius: 2px;
}
.page_num a {
	background: #fff;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 36px;
	transition: all .5s;
	color: #555;
	border-radius: 2px;
	width: 36px;
	height: 36px;
	text-align: center;
}
.page_num a:hover {
	background: #0095e7;
	text-decoration: none;
	color: #fff;
	border-color: #0095e7;
}
.page_num a i {
	line-height: 36px;
}
.page_num p {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	margin-top: 7px;
	font-family: 'CenturyGothic';
	float: right;
}
.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: #0095e7;
}

@media only screen and (max-width: 768px) {
.page_num {
	border-radius: 0;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}
.page_num a, .page_num span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.page_num a i {
	line-height: 30px;
}
.page_num p {
	float: none;
	display: block;
}
}/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	margin-top: 20px;
	padding-top: 10px;
}
.navigation li {
	width: calc(100% - 0px);
	float: left;
	text-align: left;
	margin-bottom: 10px;
}/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	transition: all .5s;
	padding-left: 60px;
	background: #fff;
	border: 1px solid #eee
}
.news_detail_info .navigation li a {
	background: #fff;
	border: 1px solid #eee
}
.navigation li a:hover {
	text-decoration: none;
}/*.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: 0px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #f9f9f9;
}
.news_detail_info .navigation li a:before {
	background-color: #f9f9f9;
}
.navigation li.prev_post a:before {
	left: 10px;
	content: "\f077";
}
.navigation li.next_post a:before {
	left: 10px;
	content: "\f078";
}
.navigation li a:hover:before {
	background: #0095e7;
	color: #fff;
	border-color: #0095e7;
}
.navigation li a .meta_nav {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 0;
	line-height: 24px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: all .5s;
	font-family: 'CenturyGothicB';
}
.navigation li a:hover .meta_nav {
	color: #0095e7;
}
.navigation li a .post_title {
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	max-height: 40px;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
}
.navigation li a:hover .post_title {
	color: #0095e7;
}

@media only screen and (max-width: 768px) {
.navigation {
	border: none;
	padding-top: 0;
	margin-bottom: 0;
}
.navigation li {
	width: 100%;
	background: #f7f7f7;
	border-radius: 0;
	margin-bottom: 10px;
}
.navigation li.prev_post a {
	padding-left: 50px;
}
.navigation li.next_post a {
	padding-left: 50px;
}
.navigation li.prev_post a:before {
	left: 0;
}
.navigation li.next_post a:before {
	left: 0;
}
.navigation li a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.navigation li a .meta_nav {
	font-size: 18px;
	color: #0095e7;
	margin-bottom: 0;
}
.navigation li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigation li a .post_title {
	font-size: 14px;
}
}
.project_list {
	list-style: none;
}
.project_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}
.project_list li:nth-child(4n+1) {
	clear: both;
}
.project_list li .column {
	transition: all .5s;
	overflow: hidden;
}
.project_list li:hover .column {
	box-shadow: 0 5px 27px rgba(0,0,0,0.15);
}
.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}
.project_list li .image > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}
.project_list li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}
.project_list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.project_list li .image .more_box {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all .8s;
	opacity: 0;
}
.project_list li:hover .image .more_box {
	top: 0;
	opacity: 1;
}
.project_list li .image .more_box .main_more {
	background: #fff;
	color: #0095e7;
}
.project_list li .image .more_box .main_more a {
	color: #0095e7;
}
.project_list li .image .more_box .main_more:after {
	display: none;
}
.project_list li .img {
	height: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.project_list li .wrap {
	background: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
}
.project_list li .wrap:before {
	background-color: #0095e7;
	bottom: calc(100% - 1px);
	content: '';
	height: 10px;
	position: absolute;
	left: 0;
	transform: scaleY(0);
	transform-origin: right bottom;
	transition: transform .7s;
	width: 100%;
	z-index: 2;
}
.project_list li:hover .wrap:before {
	transform: scaleY(1);
	-webkit-transition: all 500ms cubic-bezier(0.93, .1, .195, 1);
	transition-timing-function: cubic-bezier(0.93, .1, 0, 1.65);
}
.project_list li .title {
	font-family: 'CenturyGothicB';
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	display: block;
	margin-bottom: 0;
	transition: all .5s;
	margin-top: 0;
	margin-bottom: 10px;
}
.project_list li:hover .title {
	color: #0095e7;
	text-decoration: none;
}
.project_list li .text {
	color: #808080;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width:768px) {
.project_list li {
	width: 50%
}
.project_list li:nth-child(2n+1) {
	clear: both;
}
.project_list li:nth-child(4n+1) {
	clear: none;
}
}

@media only screen and (max-width: 480px) {
.project_list li {
	padding: 0;
	width: 100%;
}
.project_list li .title {
	height: auto;
	max-height: 48px;
	font-size: 18px;
	margin-bottom: 10px;
}
.project_list li .wrap {
	padding: 15px 10px;
}
.project_list li .text {
	font-size: 14px;
	height: 24px;
}
}
.videos_list {
	margin: 0 -15px
}
.videos_list li {
	padding: 0 15px;
	list-style: none;
	margin-top: 20px
}
.videos_list li .in_videoL_m>a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative
}
.videos_list li .in_videoL_m>a img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}
.videos_list li .in_videoL_m:hover>a img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.videos_list li .in_videoL_m>a i {
	background: url(../images/video_btn2.png) no-repeat;
	width: 53px;
	height: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -26px;
	display: inline-block
}
.videos_list li .in_videoL_m .in_videoL_w>a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #333333;
	font-family: 'CenturyGothicB';
	margin-top: 18px;
	margin-bottom: 8px
}
.videos_list li .in_videoL_m:hover .in_videoL_w>a {
	color: #0095e7
}

@media only screen and (max-width: 768px) {
.videos_list {
	margin: 0 -3px
}
.videos_list li {
	padding: 0 3px;
}
.videos_list li .in_videoL_m .in_videoL_w>a {
	font-size: 14px;
	line-height: 20px;
	height: 40px
}
}
.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: 30px;
	padding: 10px;
	cursor: pointer;
}
.page_faq_l li.question .column > i {
	display: inline-flex;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #e5e5e5;
	align-items: center;
	justify-content: center;
}
.page_faq_l li.question .column > i:before {
	content: '';
	display: inline-block;
	background: url(../images/faq_icon1.png) no-repeat;
	width: 14px;
	height: 14px;
}
.page_faq_l li.question .column > em {
	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: #0095e7;
}
.page_faq_l div.clearfix {
	height: 15px;
	display: block;
}
.page_faq_l li .column.rotate {
	background: #0095e7;
}
.page_faq_l li .column.rotate > em {
	color: #fff;
}
.page_faq_l li .column.rotate > i {
	background: rgba(255,255,255,0.2);
}
.page_faq_l li .column.rotate > i:before {
	background: url(../images/faq_icon2.png) no-repeat;
}

@media only screen and (max-width: 768px) {
.page_faq_l li.question .column > em {
	font-size: 14px;
	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 {
	border-radius: 10px
}
.page_faq_l li.answer {
	padding: 15px 0 10px 0;
	font-size: 13px;
}
.page_faq_l li.question .column > em {
	max-width: 82%;
	font-size: 14px;
	font-family: 'CenturyGothicB';
}
}
.news li {
	position: relative;
	list-style: none;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: all .5s;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.news li .image {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
	float: left;
	width: 34%;
}
.news li .image:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: -280px;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}
.news li:hover .image:before {
	left: 180%;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.news li .image:after {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: 180%;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}
.news li:hover .image:after {
	left: -280px;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.news li .page_date_box {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 99;
}
.news li .image img {
	transition: all .9s;
	width: 100%;
}
.news li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.news li .main {
	float: left;
	width: 66%;
	padding: 0 20px 0;
	border-radius: 0;
	z-index: 3;
	position: relative;
}
.news li .title {
	font-family: 'CenturyGothicB';
	display: block;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	height: 52px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news li:hover .title {
	color: #0095e7;
	text-decoration: none;
}
.news li .text {
	color: #888;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news li .main_more {
	margin-top: 10px;
}

@media only screen and (max-width: 768px) {
.news li .main {
	padding-left: 10px;
	padding-top: 10px
}
.news li .title a {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px
}
.news li .text {
	display: none
}
}

@media only screen and (max-width: 480px) {
.news li {
	margin-bottom: 20px;
}
.news li .image {
	width: 48%;
}
.news li .main {
	width: 52%;
}
.news li .main .title {
	margin-top: 5px;
	font-size: 12px
}
.news li .title a {
	font-size: 13px;
	line-height: 20px;
	max-height: 40px;
}
.news li .text {
	height: 20px;
}
.news li .page_more {
	display: none;
}
.news li .page_date {
	font-size: 12px;
}
}

@media only screen and (max-width: 325px) {
.news li .image {
	width: 100%;
}
.news li .main {
	width: 100%;
}
}
.news_detail_info {
	text-align: left;
}
.news_detail_info .news_detail_title p {
	font-size: 18px;
	display: block;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 0;
	font-family: 'CenturyGothicB';
}
.news_detail_info .txt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	text-align: left;
	font-family: 'CenturyGothic';
}
.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}
.news_detail_info .txt a {
	color: #0095e7;
}  /*blog*/
.page_info_right {
	padding-right: 40px;
	float: right;
	padding-left: 0
}
.page_info_left {
	float: right;
}
.left-blog {
	margin-bottom: 30px;
}
.left-blog .left_title {
	display: none;
}
.left-blog .left_title>span i.icon:before {
	content: "\f0c1";
	font-family: FontAwesome;
}
.blog-list {
	list-style: none;
	margin-bottom: 20px;
}
.blog-list p, .blog-cat p {
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 22px;
	padding-bottom: 5px;
	color: #333333;
	position: relative;
	font-family: 'CenturyGothicB';
}
.blog-list p i, .blog-cat p i {
	padding-right: 5px;
	color: #0095e7;
	font-size: 16px;
}
.blog-list p:before, .blog-cat p:before {
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	position: absolute;
	right: 20%;
	left: 0;
	bottom: 0;
	background: #e5e5e5;
}
.blog-list p:after, .blog-cat p:after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	bottom: -3px;
}
.blog-list li {
	display: block;
	position: relative;
	margin-bottom: 5px;
	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;
	padding-bottom: 5px;
}
.blog-list li a {
	font-size: 14px;
	color: #787878;
	line-height: 20px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	text-transform: capitalize;
	position: relative;
	transition: all .5s;
}
.blog-list li a:hover {
	color: #0095e7;
	text-decoration: none;
	padding-left: 12px;
}
.blog-list li a:before {
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	display: inline-block;
	height: 1px;
	width: 8px;
	background: #0095e7;
	transition: all .5s;
}
.blog-list li a:hover:before {
	left: 0;
}
.blog-cat {
	list-style: none;
	margin-bottom: 10px;
}
.blog-cat li {
	display: inline-block;
	margin: 5px;
}
.blog-cat li a {
	display: inline-block;
	border: 2px solid #eee;
	padding: 2px 10px;
	border-radius: 25px;
	font-size: 13px;
	transition: all .5s;
}
.blog-cat li a:hover {
	color: #fff;
	background: #0095e7;
	border: 2px solid #0095e7;
	text-decoration: none;
}
.blog_list {
	list-style: none;
}
.blog_list>li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	list-style: none;
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}
.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 {
	font-family: 'CenturyGothicB';
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	max-height: 56px;
	display: block;
	margin-bottom: 8px
}
.blog_list li .title:hover {
	color: #0095e7;
	text-decoration: underline;
}
.blog_list li .text {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
.blog_list li .wrap_more {
	margin-top: 20px;
}
.blog_list li .page_date {
	color: #888;
	font-family: 'CenturyGothic';
}
.blog_list li .page_date:after {
	background: rgba(0,0,0,0.05)
}
.post_blog_tag {
	margin-top: 15px;
	border-radius: 0;
	margin-bottom: 15px
}
.post_blog_tag>p {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	color: #0095e7;
	font-family: 'CenturyGothicB';
}
.post_blog_tag>p i {
	color: #0095e7;
	margin-right: 5px;
}
.post_blog_tag li {
	display: inline-block;
	margin: 5px 0 0 5px;
	position: relative;
	border: none;
	padding: 0;
	list-style: none
}
.post_blog_tag li a {
	display: inline-block;
	background: #eee;
	font-size: 14px;
	border-radius: 0;
	line-height: 20px;
	color: #4d4d4d;
	padding: 5px 15px;
	transition: all .5s;
	text-transform: capitalize;
}
.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	background: #0095e7;
	color: #fff;
	border-color: #ba251d;
}

@media only screen and (max-width: 992px) {
.left-blog {
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.blog_list li .right {
	padding-left: 65px;
	width: 100%;
}
.left-blog .left_title {
	display: block;
}
.blog-list p, .blog-cat p {
	font-size: 15px;
	line-height: 20px;
}
.blog-list {
	padding-top: 20px;
}
.page_info_right {
	padding: 0
}
}

@media only screen and (max-width: 768px) {
.blog_list li {
	padding-top: 0;
}
.blog_list li .date {
	left: 0;
}
.blog_list {
	border: none;
}
.blog_tag>p {
	display: block;
}
.blog_list li .right {
	padding-left: 80px;
}
.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;
}
.blog_list li .title {
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	font-family: 'CenturyGothicB';
}
} /*products*/
.pro_top .pro-img {
	padding: 0;
}
.pro_top .pro-img img {
	max-width: 100%;
	height: auto;
}
.pro-text {
	color: #333;
	border-bottom: solid 1px #d3d7e7;
	border-top: solid 1px #d3d7e7;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 0;
}
.pro-text .column {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.pro-text img {
	max-width: 100%;
	height: auto;
}
.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px;
}
.cbp-vm-options {
	text-align: right;
	margin-bottom: 0;
	margin-bottom: 10px;
}
.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-family: 'CenturyGothic_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: #0095e7;
	border-color: #0095e7;
}
.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;
	list-style: none
}
.cbp-vm-switcher ul li > div {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 0;
	transition: all .5s;
	padding: 0;
}
.cbp-vm-switcher>ul>li .cbp-vm-image {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.cbp-vm-image:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: -280px;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image:before {
	left: 180%;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.cbp-vm-image:after {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 200%;
	left: 180%;
	position: absolute;
	top: -50%;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	width: 80px;
	z-index: 1;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image:after {
	left: -280px;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.cbp-vm-image .more_pro {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	border-radius: 5px;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'CenturyGothicB';
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	backdrop-filter: blur(1rem);
	opacity: 0;
	transition: all .5s
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .more_pro {
	bottom: 10px;
	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 img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%
}
.cbp-vm-switcher>ul>li:hover .cbp-vm-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.cbp-vm-switcher>ul>li .cbp-list-left .line {
	display: inline-block;
	width: 0;
	background: #fff;
	height: 1px;
	transition: all .5s;
}
.cbp-vm-switcher>ul>li:hover .cbp-list-left .line {
	width: 60px;
	background-color: #0095e7;
}
.cbp-vm-details {
	font-size: 13px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #808080;
}/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
	content: "\f00a";
}
.cbp-vm-list:before {
	content: "\f039";
}
.cbp-vm-add:before {
	content: "\f055";
}/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
}
.cbp-vm-view-grid ul {
	margin: 0 -10px
}
.cbp-vm-view-grid ul li {
	width: 33.32%;
	float: left;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	transition: all .5s;
	padding: 10px;
	position: relative;
	list-style: none;
}
.cbp-vm-view-grid ul li:hover>div {
	background: #fff;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1)
}
.cbp-vm-view-grid ul li:nth-child(3n+1) {
	clear: both
}
.cbp-vm-view-grid ul li>div {
	border: 1px solid #eee
}
.cbp-vm-view-grid ul li .cbp-list-left {
	padding-top: 20px;
	padding-top: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 16px;
	font-family: 'CenturyGothicB';
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 10px;
}
.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #0095e7;
}
.cbp-vm-view-grid ul li .cbp-vm-details .text {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin-top: 10px;
}
.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}
.cbp-vm-view-grid ul li .more {
	display: none;
}
.cbp-vm-view-grid .post_blog_tag {
	display: none;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 10px 15px;
	position: relative;
	z-index: 2;
	background: #fff;
	transition: all .5s;
}
.cbp-vm-view-grid .cbp-vm-details {
	margin-top: 5px;
	margin-bottom: 10px;
} /* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 20px;
}
.cbp-vm-view-list>ul>li {
	text-align: left;
	border-bottom: 1px solid #eee;
	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>ul>li > div {
	padding: 0;
	border: none;
}
.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: 34%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	border: 1px solid #f2f2f2;
	background: #fff;
	transition: all .5s;
}
.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #0095e7;
}
.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 66%;
	display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	font-family: 'CenturyGothicB';
	margin-bottom: 10px;
}
.cbp-vm-view-list ul li:hover .cbp-title {
	color: #0095e7;
	text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	margin-top: 0;
	height: auto;
	padding: 0;
	max-height: 48px;
	font-size: 14px;
}
.cbp-vm-view-list ul li .cbp-vm-details .text {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	max-height: 60px;
}
.cbp-vm-view-list>ul>li .cbp-list-left .line {
	display: none;
}
.cbp-vm-view-list ul li .post_blog_tag {
	margin-top: 15px;
}
.cbp-vm-view-list ul li .main_more a {
	height: 40px;
	line-height: 40px;
}
.cbp-vm-view-list .cbp-hover {
	display: none;
}
.cbp-vm-view-list .cbp-list-center {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0;
}

@media screen and (max-width: 940px) {
.cbp-vm-view-grid ul li {
	width: 33.33%;
}
}

@media only screen and (max-width: 768px) {
.pro-cat li {
	margin-bottom: 10px;
}
.cbp-vm-options {
	margin-top: 0;
}
.cbp-vm-view-list ul li .cbp-list-left .more {
	letter-spacing: 0;
}
.pro_top .pro-img {
	display: none;
}
}

@media screen and (max-width: 520px) {
.pro-text .box {
	max-height: 336px;
	overflow: hidden;
}
.cbp-vm-view-grid ul {
	margin: 0 -5px
}
.cbp-vm-view-grid ul li {
	width: 50%;
	padding: 5px
}
.cbp-vm-view-grid ul li:nth-child(2n+1) {
	clear: both
}
.cbp-vm-view-grid ul li:nth-child(3n+1) {
	clear: none
}
.cbp-vm-options {
	text-align: center;
}
.cbp-vm-view-list>ul>li {
	width: 100%;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	height: 40px;
	line-height: 20px;
}
.cbp-vm-view-list .cbp-list-center {
	width: 100%;
	margin-top: 10px;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	width: 100%;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
}
.cbp-vm-view-list ul li>div>div {
	width: 100%;
}
.cbp-vm-view-grid ul li {
	margin-bottom: 0;
}
.cbp-vm-view-list ul li .cbp-title {
	font-size: 14px;
}
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 14px;
	margin-bottom: 0;
}
.cbp-vm-view-list .cbp-list-view {
	display: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
	display: none;
}
.cbp-vm-view-list ul li>div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
	width: 100%;
	padding: 0;
}
.cbp-vm-view-list .pro-list-tags p {
	display: block;
}
.cbp-vm-view-list .cbp-list-more {
	padding: 0;
}
.cbp-vm-view-list .cbp-list-more .main-more {
	display: inline-block;
	margin-right: 10px;
}
.cbp-vm-view-grid .cbp-list-center {
	padding: 10px 0 10px 0;
}
.cbp-vm-options em {
	display: block;
	float: none;
	margin-bottom: 10px;
}
.cbp-vm-view-grid ul li .more {
	display: none;
}
}

@media screen and (max-width: 400px) {
.cbp-vm-view-grid ul li .cbp-title {
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
	height: 40px;
}
.cbp-list-left {
	padding: 0;
}
.cbp-vm-image .image_more {
	display: none;
}
}/* 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=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin: 0 3px;
}
.sp-thumbs a:hover {
	opacity: 1;
	border-color: #0095e7;
}/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-thumbs a.sp-current {
	opacity: 1!important;
	position: relative;
	border-color: #0095e7;
}
.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;
}
.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;
	padding: 60px 0;
	margin-top: 15px;
	background: #f2f6f9;
}
.pro_info_top .container {
	position: relative;
	z-index: 9
}
.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 20px;
}
.prom-right>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 22px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 20px;
	line-height: 24px;
	font-family: 'CenturyGothicB';
}
.prom-right>div.main {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 20px;
}
.prom-right {
	padding: 0 0 30px 45px;
	background: #F2F6F9;
}
.prom-right .pro-table {
	margin-bottom: 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.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: 13px;
	color: #808080;
	text-transform: capitalize;
	width: 25%;
	margin: 0;
}
.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	padding-left: 5px;
	color: #333;
}
.prom-right .mobile_inquiry {
	display: inline-block;
}
.prom-right .main_more {
	background: #0095e7;
	padding: 0;
	height: 46px;
	line-height: 46px;
}
.prom-right .main_more a {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	color: #fff;
	display: block;
	background: none
}
.prom-right .main_more a:after {
	content: "\f27a";
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-size: 14px;
}
.prom-right .main_more.pro_down {
	margin-left: 10px;
	background: #3dc3a0;
}
.prom-right .main_more.pro_down:before {
	background: #0095e7;
}
.prom-right .main_more.pro_down a:after {
	content: "\f0ed";
}
.title_1 {
	text-align: left;
	background: url(../images/icon_send.png) no-repeat right top;
	background-size: 36px;
}
.title_1 h4 {
	line-height: 46px;
	text-transform: uppercase;
	color: #333333;
	font-family: 'CenturyGothicB';
	font-size: 26px;
}
.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;
}
.mostBox .text {
	font-size: 14px;
	line-height: 24px;
}
.mostBox .text em {
	font-style: italic;
}
.mostBox .text img {
	max-width: 100%;
	height: auto;
}
.mostBox .text a:hover {
	color: #0095e7;
}
.mostBox .text ul {
	padding-left: 15px
}
#pro_inquiry {
	margin: 0;
	position: relative;
	background: none;
	padding-top: 70px;
	padding-bottom: 70px;
}
#pro_inquiry .select-content {
	border-radius: 50px 0 50px 50px;
	box-shadow: 0 5px 20px 1px rgba(0,0,0,0.1);
}
#pro_inquiry .select-content .select-close {
	display: none;
}/*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;
}
#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;
	margin: 0;
	font-size: 16px;
	line-height: 48px;
	vertical-align: middle;
	font-family: 'CenturyGothicB';
	text-transform: capitalize;
	padding: 0 25px;
	background: #f5f5f5
}
#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: #0095e7;
}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
	background: #0095e7;
	color: #fff
}
#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;
	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-tabs-container {
	background: #fff;
	padding: 35px 0
}
#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 #0095e7;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #0095e7;/* !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;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	margin-left: 10px;
}
#pro_inquiry {
	padding-top: 0
}
#pro_inquiry .send_column {
}
#pro_inquiry .send_column #email_form {
	box-shadow: none;
	padding: 0;
}
#pro_inquiry .send_column ul {
	padding-top: 0;
}
#pro_inquiry .main-more {
	margin-top: 10px
}
#pro_inquiry .main-more input {
	line-height: 38px;
	height: 38px;
}
#pro_inquiry .main_title h6 {
	font-size: 36px;
	line-height: 40px;
}
#pro_inquiry .send_column .text {
	max-width: 100%;
	margin-bottom: 10px
}

@media only screen and (max-width: 992px) {
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 70px;
	height: 70px;
}
.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-right: 0
}
.prom-right .pro-table {
	margin-bottom: 0;
}
#pro_inquiry {
	position: relative;
	z-index: 9999;
}
.pro_info_top {
	padding: 40px 0
}
}

@media only screen and (max-width: 768px) {
.pro_info_top:after {
	display: none
}
.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: 10px;
	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%;
}
.prom-right .main_more {
	margin: 15px 0 10px;
	border-width: 1px;
}
.prom-right .main_more a {
	padding-right: 35px;
}
.prom-right .main_more a:after {
	right: 15px !important;
}
.page_downloadW {
	padding: 35px 0;
	background-size: 70%;
}
#parentHorizontalTab02 .resp-tabs-container {
	padding: 20px 0
}
.page_section .title_1 h4 {
	font-size: 22px;
	line-height: 24px
}
#parentHorizontalTab02 .resp-tabs-list li {
	line-height: 36px;
	padding: 0 15px;
	font-size: 14px
}
}

@media only screen and (max-width: 480px) {
.products .pro-right {
	margin-bottom: 0;
}
.prom-right .pro-table ul li p {
	width: 38%;
}
}
.page_pro {
	margin-top: 0;
}   /*back-top*/
.back_top {
	width: 48px;
	height: 48px;
	text-align: center;
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 99999999;
	display: none;
	background: #0095e7;
	background-size: cover;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.1);
}
.back_top:before {
	content: "\f106";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 44px;
}
.back_top:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
	background: #0d0d0d;
}
.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: 10px;
	bottom: 0;
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	overflow: hidden;
	height: 46px;
	width: 174px;
	float: right;
	line-height: 46px;
	padding-left: 40px;
	position: relative;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	box-shadow: 0 0 13px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: 4px 5px 8px 0 rgba(0,0,0,0.15);
	-webkit-transition: all var(--transition-time, 800ms);
	font-family: 'CenturyGothicB';
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
	background: #0095e7;
}
#online_qq_tab #floatShow i {
	height: 28px;
	width: 26px;
	background: url(../images/online.png) no-repeat center;
	position: absolute;
	left: 6px;
	top: 10px;
	display: inline-block;
}
#online_qq_tab #floatShow:hover {
	margin-right: 0;
}
#online_qq_tab #floatHide {
	overflow: hidden;
	width: 30px;
	height: 30px;
	font-size: 13px;
	float: right;
	color: #808080;
	line-height: 50px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 10px;
}
#online_qq_tab #floatHide i {
	width: 20px;
	height: 20px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
	text-decoration: none;
}
#onlineService {
	display: inline;
	width: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 12px;
	box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
	-webkit-box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
	border-top: none;
}
#online_qq_layer .inquiry .main_more {
	margin-top: 10px
}
#online_qq_layer .inquiry .main_more input {
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
}
#onlineService .title {
	display: block;
	font-size: 14px;
	font-family: 'CenturyGothicB';
	padding: 10px 20px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #fff;
	background: #0095e7;
	background-image: -moz-linear-gradient(top, #0095e7, #0095e7);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0095e7), color-stop(1, #0095e7));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095e7', endColorstr='#0095e7', GradientType='0');
	background: linear-gradient(to bottom, #0095e7, #0095e7);
}
#onlineService .title b {
	color: #fff;
	font-weight: normal
}
#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 12px;
}
.i_message_inquiry .inquiry {
	padding: 20px;
}
.i_message_inquiry .inquiry .form-control {
	border: 1px solid #e5e5e5;
	background: none;
	line-height: 38px;
	height: 40px;
	color: #808080;
	font-size: 12px;
	width: 100%;
	box-shadow: none;
	padding-right: 45px;
	border-radius: 0;
	padding-left: 10px
}
.i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	border-color: #0095e7;
}
.i_message_inquiry .inquiry .input-group {
	background: #fff;
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
	border: none;
	display: block
}
.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_n:before {
	background-image: url(../images/mes_n1.png);
}
.i_message_inquiry .inquiry .input-group span.ms_p:before {
	background-image: url(../images/mes_p1.png);
}
.i_message_inquiry .inquiry .input-group span.ms_e:before {
	background-image: url(../images/mes_e1.png);
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 100px;
	max-height: 100px;
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
	padding-top: 10px;
	line-height: 20px;
}
.i_message_inquiry .inquiry .input-group span.ms_m:before {
	background-image: url(../images/mes_m1.png);
}

@media only screen and (max-width: 1320px) {
#online_qq_layer {
	right: 20px
}
}/*fixed-contact*/
.fixed-contact-wrap {
	z-index: 99999;
	position: fixed;
	right: 0;
	top: 30%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	border-radius: 30px 0 0 30px;
	opacity: 0;
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}
.fixed-contact-wrap.show {
	transform: none;
	opacity: 1;
}
.fixed-contact-wrap.active {
	width: 260px;
}
.fixed-contact-wrap li {
	position: relative;
	height: 50px;
	background: #0095e7;
	overflow: hidden;
	transition: all .4s;
	list-style: none
}
.fixed-contact-wrap.active li {
	list-style: none
}
.fixed-contact-wrap li div {
	position: relative;
	z-index: 1000;
	display: block;
}
.fixed-contact-wrap li i {
	z-index: 1000;
	position: absolute;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-color: #0095e7;
	background-repeat: no-repeat;
	background-position: center center;
}
.fixed-contact-wrap.active li:after {
	z-index: 1001;
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: rgba(255,255,255,.2);
}
.fixed-contact-wrap.active li:last-child:after {
	display: none;
}
.fixed-contact-wrap li:hover i, .fixed-contact-wrap li:hover a {
	opacity: .8;
}
.fixed-contact-wrap .online_p i {
	background-image: url(../images/right_p.png);
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}
.fixed-contact-wrap .online_e i {
	background-image: url(../images/right_e.png);
}
.fixed-contact-wrap .online_w i {
	background-image: url(../images/right_w.png);
}
.fixed-contact-wrap .online_s i {
	background-image: url(../images/right_s.png);
}
.fixed-contact-wrap .online_code i {
	background-image: url(../images/right_code.png);
}
.fixed-contact-wrap li a {
	position: absolute;
	top: 0;
	right: -135px;
	display: block;
	width: 190px;
	line-height: 110%;
	padding: 20px 0 0 30px;
	color: #fff;
	background: #0095e7;
	white-space: nowrap;
	transition: all .4s;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}
.fixed-contact-wrap.active li a {
	right: 60px;
}
.fixed-contact-wrap .online_code a img {
	max-width: 80px;
}
.fixed-contact-wrap.active .online_code {
	height: 130px;
}
.fixed-contact-wrap.active .online_code a p {
	margin: 0;
	margin-bottom: 5px;
}
.fixed-contact-wrap li.online_code:hover a {
	opacity: 1;
}

@media only screen and (max-width: 992px) {
.fixed-contact-wrap {
	display: none !important;
}
.fixed-contact-wrap.show {
	opacity: 0;
}
}
.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(0,0,0,0.2);
	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: #0095e7;
}
.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;
}
.online_section {
	display: none
}
}

@media only screen and (max-width: 768px) {
#online_qq_layer {
	right: 0;
}
#onlineService {
	width: 100%;
}
#online_qq_layer {
	width: 100%;
	bottom: 0;
}
#online_qq_tab {
	width: 100%;
}
#online_qq_tab #floatShow {
	background: #0095e7 url(../images/mobile-inq.png) no-repeat center center;
	border-radius: 0;
	margin-right: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -25px;
	border: 2px solid #fff;
	padding: 0;
	box-shadow: none;
	border-radius: 50%;
	text-indent: -999999px;
	z-index: 9999999999;
}
#online_qq_tab #floatShow i {
	display: none;
}
#online_qq_tab #floatShow span {
	display: none;
}
.mobile_nav {
	display: block;
}
#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;
}
}/*! * baguetteBox.js * @author  feimosi * @version 1.8.2 * @url https://github.com/feimosi/baguetteBox.js */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}
#baguetteBox-overlay.visible {
	opacity: 1
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6)
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: sans-serif
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}
.tz-gallery >div:nth-child(4n+2) {
	animation-delay: 0.1s;
}
.tz-gallery >div:nth-child(4n+3) {
	animation-delay: 0.2s;
}
.tz-gallery >div:nth-child(4n+4) {
	animation-delay: 0.3s;
}
@-webkit-keyframes bounceFromRight {
0%, 100% {
margin-left:0
}
50% {
margin-left:-30px
}
}
@keyframes bounceFromRight {
0%, 100% {
margin-left:0
}
50% {
margin-left:-30px
}
}
@-webkit-keyframes bounceFromLeft {
0%, 100% {
margin-left:0
}
50% {
margin-left:30px
}
}
@keyframes bounceFromLeft {
0%, 100% {
margin-left:0
}
50% {
margin-left:30px
}
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}
.baguetteBox-button#next-button {
	right: 2%
}
.baguetteBox-button#previous-button {
	left: 2%
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}
.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
}/* Styles for the gallery */
.tz-gallery {
	padding: 0;
}
.tz-gallery > div {
	width: 20%
}
.tz-gallery .lightbox {
	border: 3px solid #f7f7f7;
	display: block;
	overflow: hidden;
	padding: 5px;
}
.tz-gallery .lightbox:hover {
	border-color: #eee;
}
.tz-gallery .lightbox img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}
.tz-gallery .lightbox:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.tz-gallery .lightbox .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0095e7;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
}
.tz-gallery .lightbox:hover .icon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tz-gallery .lightbox .icon:after {
	content: '';
	background: #0095e7;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.tz-gallery .lightbox .icon i {
	background: url(../images/plus.png) no-repeat;
	width: 24px;
	height: 24px;
}
.tz-gallery .thumbnail {
	padding: 0;
	margin-bottom: 30px;
	border: none;
}
.tz-gallery img {
	border-radius: 2px;
}
.tz-gallery .caption {
	padding: 10px 15px;
	text-align: center;
}
.tz-gallery .caption h3 {
	font-size: 14px;
	margin: 0;
}
.tz-gallery .caption p {
	font-size: 14px;
	color: #444;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 0;
}
.baguetteBox-button {
	background-color: transparent !important;
}

@media only screen and (max-width: 1024px) {
.tz-gallery > div {
	padding: 0 5px;
}
.tz-gallery {
	margin: 0 -5px
}
.tz-gallery .thumbnail {
	margin-bottom: 10px
}
}

@media only screen and (max-width: 768px) {
.tz-gallery .thumbnail {
	margin-bottom: 20px;
}
.tz-gallery > div {
	width: 50%
}
}
.light_box {
	position: relative;
	display: inline-block;
}
.light_box::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0,0,0,0.15);
}
.light_box::before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background: rgba(0,0,0,0.15);
	z-index: 1;
}
.light_box::after {
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}
.light_box::before {
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.light_box:hover::before, .light_box:hover::after, li:hover .light_box::before, .honor_section .li:hover .light_box::before, .honor_section .li:hover .light_box::after, li:hover .light_box::before, li:hover .light_box::after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.table-responsive {
	overflow-x: auto
}
