<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Franz Josef
Theme URI: http://www.graphene-theme.com/franz-josef/
Author: Graphene Themes Solutions
Author URI: http://www.graphene-theme.com/about-us/
Description: Franz Josef is a modern, responsive theme built on a solid framework that leverages the latest web technologies to deliver a beautiful experience. Perfect for businesses and individuals alike. Custom page builder available to quickly and easily create unique and complex custom layouts.
Version: 1.6.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, dark, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: franz-josef
*/
@font-face {
  font-display: swap;
  font-family: CenturyGothic;
  src: url('./fonts/CenturyGothic.TTF');
}

@font-face {
  font-display: swap;
  font-family: Manrope;
  src: url('./fonts/Manrope-Regular.ttf');
}

/* =Common elements
-------------------------------------------------------------- */
.nav_throw_bottom{
	padding-right: 18px;
	position:relative;
	margin-right:16px;
	font-weight:bold;
	height: auto !important;
	margin-top: 0 !important;
	cursor: pointer;
}
.nav_throw_bottom::before{
	content: "";
	position: absolute;
	right: 0px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #fff;
	transform: translateY(-50%);
	top:50%;
}
body {
	padding-top: 85px;
	font-size: 14px;
	font-family: Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	color: #181e1f;
	/* -ms-word-wrap: break-word;
	word-wrap: break-word; */
}
body.has-top-bar {
	padding-top: 0;
}
body.navbar-fixed {
	padding-top: 85px;
}
#mobile_nav_box{
	display: none;
}
a {
	color: #50E3C2;
}
a:hover {
	text-decoration: none;
}
/* h1, h2, h3, h4, h5, h6 { */
	/*font-family: Montserrat, 'Open Sans', sans-serif;
	font-weight: bold;*/
/* } */
select {
	max-width: 100%;
	/* reset */
	appearance: none;
	line-height: normal;
}
select.form-control, select.postform {
	background-image: linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
  background-position: calc(100% - 12px) calc(1px + 50%),calc(100% - 8px) calc(1px + 50%);
  background-size: 4px 4px,4px 4px;
  background-repeat: no-repeat;
	border-radius: 0;
}
select.postform {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
	/* font: bold 12px; */
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.btn-default {
	color: #1ca4be;
	border-color: #1ca4be;
	background: none;
	-webkit-transition: background ease-in 0.1s, color ease-in 0.1s;
	-o-transition: background ease-in 0.1s, color ease-in 0.1s;
	transition: background ease-in 0.1s, color ease-in 0.1s;
}
.btn-default:hover {
	background: #1ca4be;
	border-color: #1ca4be;
	color: #fff;
}
.btn-group-lg &gt;.btn, 
.btn-lg {
	border-radius: 4px;
}
.btn-lg {
	padding: 15px 30px;
}
.container &gt; .row {
	margin-top: 40px;
}
.main {
	padding-bottom: 50px;
}
img,
.wp-caption,
iframe,
embed,
object {
	max-width: 100%;
}
img,
.wp-caption {
	height: auto;
}
.form-control {
	border-radius: 0;
	/* box-shadow: -1px 1px 2px #f9f9f9; */
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
	background: #39abc3;
	border-color: #39abc3;
}
.wp-caption-text {
	margin-top: 5px;
	border-top: 1px solid #e9e9e9;
	background: #f5f5f5;
	padding: 5px 5px 5px 35px;
	font-size: 0.8em;
	line-height: normal;
	font-weight: 400;
	color: #666;
}
.gallery-columns-1 .wp-caption-text {
	font-size: 0.8em;
	padding: 10px 10px 10px 40px;
}
.wp-caption-text:before {
	display:inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content: "\f030";
	margin: 0 5px 0 -25px;
	color: #ddd;
	vertical-align: middle;
}
.gallery {
	text-align: center;
}
.gallery-item {
	float: none !important;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 15px 1% !important;
	padding: 0;
	box-sizing: border-box;
}
.gallery-columns-1 .gallery-item {
	margin: 15px 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: 49% !important;
}
.gallery-columns-2 .gallery-item:nth-child(3n+1) {
	margin-left: 0 !important;
}
.gallery-columns-2 .gallery-item:nth-child(3n+2) {
	margin-right: 0 !important;
}
.gallery-columns-3 .gallery-item {
	width: 32% !important;
}
.gallery-columns-3 .gallery-item:nth-child(4n+1) {
	margin-left: 0 !important;
}
.gallery-columns-3 .gallery-item:nth-child(4n+3) {
	margin-right: 0 !important;
}
.gallery-columns-4 .gallery-item {
	width: 23% !important;
}
.gallery-columns-4 .gallery-item:nth-child(5n+1) {
	margin-left: 0 !important;
}
.gallery-columns-4 .gallery-item:nth-child(5n+4) {
	margin-right: 0 !important;
}
.gallery-columns-5 .gallery-item {
	width: 18% !important;
}
.gallery-columns-5 .gallery-item:nth-child(6n+1) {
	margin-left: 0 !important;
}
.gallery-columns-5 .gallery-item:nth-child(6n+5) {
	margin-right: 0 !important;
}
.gallery-columns-6 .gallery-item {
	width: 15% !important;
}
.gallery-columns-6 .gallery-item:nth-child(7n+1) {
	margin-left: 0 !important;
}
.gallery-columns-6 .gallery-item:nth-child(7n+6) {
	margin-right: 0 !important;
}
.gallery-item img {
	width: 100%;
	border: none !important;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	-ms-box-shadow: 0 0 3px #ccc;
	-o-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	border-radius: 3px;
}
.gallery-caption {
	text-align: left;
	margin: 0;
	background: #333;
	background: rgba(0,0,0,0.8);
	color: #f5f5f5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border: none;
	opacity: 0;
	transition: ease 0.4s;
	font-size: 0.7em;
}
.gallery-caption:before {
	color: #666;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.aligncenter {
	margin: 1em auto;
}
.text-alignleft {
	text-align: left;
}
.text-aligncenter {
	text-align: center;
}
.text-alignright {
	text-align: right;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


#header_box2{ display:block;}
/****************åœ¨çº¿è”ç³»***********************/
#mail_info{
	width:240px;
	height: 40px;
	background-image:url(mail/mail_info.png);
	background-size: 100% 100%;
	position: fixed;
	right: 10px;
	bottom:10px;
	text-align: right;
	cursor: pointer;
	z-index: 99999;
}
#mail_info span{
	color:#fff;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	margin-right: 10px;
	
}
#mail_bg{
	width:350px;
	height: 610px;
	background-color:#9680C4 ;
	border-radius: 15px;
	position: fixed;
	right:10px;
	bottom:10px;
	z-index: 999999;
}
#mail_hide{
	width:100%;
	height: 39px;
	position: absolute;
	top:-15px;
	right:5px;
	text-align: right;
	cursor: pointer;
}
#mail_hide img{
	width:30px;
	height: auto;
}
#mail_info_box{
	width:87%;
	height: 370px;
	margin: 0 auto;
	margin-top:39px;
}
#mail_title{
	width:100%;
	height: 50px;
	font-size: 15px;
	line-height: 25px;
	color:#fff;
}
#mail_name,#company_name,#job_title,#phone_number{
	width:97%;
	height: 40px;
	margin-top:15px;
	background-image: url(../mail/border.png);
	background-size: 100% 100%;
	border: none;
	border-radius: 6px;
	padding-left:3%;
	line-height: 25px;
	color: #C7C7C7;
}
#mail_email{
	width:97%;
	height: 40px;
	margin-top:15px;
	background-image: url(../mail/border.png);
	background-size: 100% 100%;
	border: none;
	border-radius: 6px;
	padding-left:3%;
	line-height: 25px;
	color: #C7C7C7;
}
#mail_textarea{
	width:97%;
	height: 90px;
	margin-top:25px;
	border:none;
	border-radius: 5px;
	padding-left:3%;
	line-height: 25px;
	color: #C7C7C7;
	
}
#message_info{
	width:100%;
	height: 30px;
	float:left;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
#mail_button{
	width:100%;
	height: 51px;
	/*margin-top:30px;*/
	text-align: center;
	cursor: pointer;
}
#mail_button input{
	width: 150px;
	height: 28.44px;
	background: #fff;
	border-radius: 13px;
	color: #9680C4;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border:none;
}
/***************ä¿¡æ¯å®Œæˆ*************************/
#mail_complete{
	width:350px;
	height:140px;
	background-color: #9680C4;
	border-radius: 18px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999999;
}
#mail_complete_ico{
	width:40px;
	height: 140px;
	float:left;
	margin: 0 20px;
}
#mail_complete_ico img{
	width:40px;
	height: auto;
	margin-top:20px;
	
}
#mail_complete_info{
	width:250px;
	height:60px;
	float:left;
	text-align: left;
	color:#fff;
	margin-top: 25px;
	font-size: 14px;
	line-height: 25px;
	
}
#mail_complete_back{
	width:150px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #9680C4;
	background:#fff;
	border-radius: 15px;
	float: left;
	font-weight: bold;
	margin:10px 0 0 23px;
	text-align: center;
	cursor: pointer;
	
}


#mail_complete_hide{
	width:39px;
	height: 39px;
	position: absolute;
	top:-15px;
	right:5px;
	cursor: pointer;
	
	
}
#mail_complete_hide img{
	width: 30px;
	height: auto;
}

/******************æ‰‹æœºè”ç³»æˆ‘ä»¬**********************/
#min_mail_info{
	width:50px;
	height: 35px;
	background:#9680C4;
	border-radius: 5px;
	position: fixed;
	right: 10px;
	bottom:10px;
	text-align: center;
	cursor: pointer;
	display: none;
	z-index: 999999;
}
#min_mail_info img{
	widht:27px;
	height: 20px;
	margin: 0 auto;
	margin-top: 7.5px;
}
/* =Header
-------------------------------------------------------------- */

/***************************************************/
.admin-bar .navbar-fixed-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar.navbar-fixed .navbar-fixed-top {
		top: 0;
	}
}

.top-bar {
	background: #23527C;
	padding: 10px 0;
	color: #AACAE7;
	font-size: 0.9em;
	line-height: normal;
}
.top-bar &gt; .container &gt; .row {
	margin-top: 0;
}
.top-bar p {
	margin: 10px 0 0;
}
.top-bar .menu {
	margin: 3px 0 0;
	padding: 0;
}
.top-bar .menu-item {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 5px;
}
.top-bar .menu-item:first-child {
	margin-left: 0;
}
.top-bar .menu-item:last-child {
	margin-right: 0;
}
.top-bar .menu-item a {
	color: #AACAE7;
	font-weight: 600;
	-webkit-transition: color ease 0.2s;
	-moz-transition: color ease 0.2s;
	transition: color ease 0.2s;
}
.top-bar .menu-item a:hover {
	color: #fff;
}
.menu .fa {
	font-size: 1.1em;
	margin-right: 2px;
}
.has-top-bar .navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-header {
	line-height: 85px;
	min-height: 85px;
	vertical-align: middle;
}
#blog_link{
	width:auto; height:60px; float:right; margin-top:40px;
	}
/**************åšå®¢æ–°å¢žå¯¼èˆªæ&nbsp;·å¼*************************************/
#contact_boxbg{
	width:100%;
	height: 100%;
	float:left;
	background:rgba(44,44,44,.7);
	position: fixed;
	z-index: 9999;
	top:0;
}
#contact_box{
	width:632px;
	height: 600px;
	background: #fff;
	margin:0 auto;
	margin-top:5%;
}
#contact_centent_box{
	width: 80%;
	height: 100%;
}
#contact_click{
	width:43px;
	height: auto;
	float:right;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
}
#contact_click img{
	width: 30px;
	height: auto;
	margin-left: 6.5px;
	cursor: pointer;
}
#contact_centent_box h3{
	color:#fff;
}

#contact_centent_box input[type=text]{
	border:none;
	width:100%;
	min-width:210px;
	height:35px;
	line-height: 35px;
	background:none;
	font-size:0.875em;
	color:#fff;
	margin-bottom:20px;
	border-bottom:#fff solid 1px;
	outline: none;
	vertical-align: middle;
	padding: 0;
}
#footer_textarea{
	width: 100%;
	min-height: 90px;
	margin-top: 20px;
	background:none;
	font-size:0.875em;
	color:#E9E9E9;
	border:#c4c4c4 solid 1px;
  line-height: 25px;
	outline: none;
	padding-left: 4px;
	padding-right: 4px;
}

#contact_centent_box input[type=submit]{
	width:100%;
	height: 35px;
	border-radius: 5px;
	background:#fff;
	color:#37B6A4;
	font-size:0.875em; 
	margin-top:20px;
	/*margin-left:15%;*/
	cursor: pointer;
	outline: none;
	border: none;
}
.contact_form {
	width: 100%;
}
.contact_form h3{
	color:#fff;
}

.contact_form input[type=text]{
	border:none;
	width:100%;
	min-width:210px;
	height:35px;
	line-height: 35px;
	background:none;
	font-size:0.875em;
	color:#fff;
	margin-bottom:20px;
	border-bottom:#fff solid 1px;
	outline: none;
	vertical-align: middle;
	padding: 0 0 0 4px;
}
.contact_form textarea{
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
	border-radius: 5px;
	background:none;
	font-size:0.875em;
	color:#6A6A6A;
	border:#fff solid 1px;
  line-height: 25px;
	padding-left: 3%;
	outline: none;
}

.contact_form input[type=text]::placeholder {
	color:#fff;
}

.contact_form select.form-control {
	box-shadow: none;
	background-color: transparent;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #fff;
	margin-bottom: 20px;
	padding-left: 4px;
	font-size:0.875em;
	color:#fff;
}

.contact_form textarea::placeholder {
	color:#6A6A6A;
}

.contact_form textarea:focus::placeholder, .contact_form input[type=text]:focus::placeholder {
	color: transparent;
}

.contact_form button[type=submit] {
	background-color: #fff;
}
.contact_form button[type=submit]:hover, .contact_form button[type=submit]:focus {
	color: #37b6a4;
}

input.form_error,
input.form_error::placeholder,
select.form_error,
select.form_error::placeholder, 
textarea.form_error,
textarea.form_error::placeholder{
	color: red !important;
}

header{
	width:100%;
	min-width: 1194px;
	float:left;
}
#index_bg{
	width:100%;
	min-width: 1194px;
	height:auto;
	z-index: -99;
	float:left;
	/*position: absolute;*/
}
#index_bg img{
	width:100%;
	height: 100%;
	position: relative;
}
/* #domain_bg{
	width:40%;
	height: 1430px;
	right:10%;
	position: absolute;
	background: url("../images/bg_images/index_bg4.png");
	background-position: center center;
	background-size: 100% 100%;
	border:solid 1px red;
} */
#index_connect span {
	width: 15px;
	height: 15px;
	float: right;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 50%;
	animation: load 0.5s infinite alternate;
}
#index_engage span {
	width: 15px;
	height: 15px;
	float: left;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 50%;
	animation: load 0.8s infinite alternate;
}
#index_establish span {
	width: 15px;
	height: 15px;
	float: left;
	background: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 50%;
	animation: load 1s infinite alternate;
}
/************å¯¼èˆªèœå•æ&nbsp;·å¼æ•ˆæžœ*************/
.padding_bottom{
	padding-bottom: 206px;
}
.opacitys{
	opacity:1;
}


/*************å›¾æ&nbsp;‡å‘å…‰æ&nbsp;·å¼********************/
@keyframes load {
	0% {
		box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 1), 0px 0px 5px 2px rgba(255, 255, 255, 1);
	}
	100% {
		box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 1), 0px 0px 30px 5px rgba(255, 255, 255, 1);
	}
}
/*********************************/
#index_connect {
	width: auto;
	height: auto;
	/* float:left;
	position:relative;
	top:40%;
	left:30%; */
}
#index_connect a {
	color: #fff;
	font-size: 20px;
	float: left;
	position: absolute;
	right: 0;
}
#index_connect a:hover{
	transform: scale(1.2); transition: all 0.5s ease;
	color:#37B6A4;
}
#index_engage  a:hover{
	transform: scale(1.2); transition: all 0.5s ease;
	color:#37B6A4;
}
#index_establish a:hover{
	transform: scale(1.2); transition: all 0.5s ease;
	color:#37B6A4;
}
#index_engage {
	position: absolute;
}
#index_engage a {
	position: absolute;
	color: #fff;
	font-size: 20px;
	float:right;
}
#index_establish {
	position: absolute;
}
#index_establish a {
	position: absolute;
	color: #fff;
	font-size: 20px;
	float: left;
}
#head_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: 100%;
	z-index: 999;
	background-color: rgba(55, 182, 164, 0.4);
}
#head_left_box {
	width: 50%;
	height: 58.5px;
}

.head_logo{
	display: block;
	width: 400.5px;
	height: 58.5px;
	position: relative;
	margin-left: 12px;
}

.navbar-fixed-top #head_box{
	/* display: none; */
	height: 56px;
	background-color: #37b6a4;
}

.navbar-fixed-top #head_left_box {
	height: 39px;
}

.navbar-fixed-top .head_logo {
	width: 267px;
	height: 39px;
}

.navbar-fixed-top #menu_style {
	width: 32px;
}

#head_right_box{
	color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  justify-content: flex-end;
}
#head_title{
	width:64%;
	height: 65px;
	float:left;
	margin-top: 0.5%;
	text-align: center;
	line-height: 65px;
	color:#fff;
}
#head_navlist_menudown{
	width:100%;
	height: 65px;
}
#head_navlist_menudown img{
	width:40px;
	height: auto;
	float:right;
	margin-top:18px;
	margin-right:18px;
	cursor: pointer;
}
#head_navlist{
	width:100%;
	height: 100%;
	position:fixed;
	background:#000;
	opacity: 0.9;
	z-index: 999999;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#head_navlist_content, #head_navlist_content &gt; .row {
	flex: auto;
	display: flex;
	align-items: center;
}
#head_navlist_rightbox{
	height: 100%;
	position: relative;
}
#head_navlist_leftbox{
	width:100%;
	height: 100%;
}
#head_navlist_leftbox a{
	color: #fff;
	transition: all 0.5s;
}
#head_navlist_left_content{
	box-sizing: border-box;
	height:100%;
	padding:65px 0;
	width:50%;
	/* height: 60%; */
	margin:0 auto;
	line-height: 40px;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#head_navlist_left_content &gt;li.active{
	padding-bottom: 30px;
}
#head_navlist_left_content &gt;li.active &gt;a{
	font-size: 60px;
}
#head_navlist_left_content &gt;li.active .head_navlist_hoverstyles{
left: 0;
opacity: 1;
}
.second_list_box{
	height: 0;
	transition: all ease-in-out 0.6s;
	opacity: 0;
	overflow: hidden;
}
.seconnd_list.active #head_navlist_list{
	max-height: 500px;
	opacity: 1;
}
/* #head_navlist_left_content &gt;li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 2px;
	left:0;
	background:#37B6A4;
} */


#head_navlist_left_content &gt;li{
	width:auto;
	height: auto;
	/* float: left; */
	white-space: nowrap;
	position: relative;
	padding:15px 0;
	display: block;
	transition: all ease-in-out 0.6s;
}
.head_navlist_hoverstyles{
	position: absolute;
	/* width: 30%; */
	bottom: 0;
	height: 4px;
	left:-50%;
	opacity: 0;
	background:#37B6A4;
	transition: all ease-in-out 0.6s;
	max-width: 100%;
}
#head_navlist_list{
	/* width:90%; */
	/* height: auto; */
	/* float:left; */
	line-height: 40px;
	font-size: 20px;
	margin-left: 7%;
	font-weight: normal;
	max-height: 0;
	transition: all ease-in-out 0.6s;
	opacity: 0;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
#head_navlist_list li{
	margin-bottom: 0px;
	margin-top: 10px;
}
#head_navlist_list li.active{
	font-weight: bold;
}
#head_navlist_list li a:hover{
	color:#37B6A4;
}

.header_team {
	width: 100%;
	color: #fff;
	padding: 24px;
}

.header_team a {
	color: #fff;
}

.header_team_list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}

.header_team_list li {
	display: inline-block;
	padding-right: 16px;
}

#header_team_ico {
	float: none;
	display: block;
	margin-left: -8px;
}

#head_title p{
	font-size: 30px;
}

#head_right_box a{
	color:#fff;
	
}
#head_right_nav{
	width:auto;
	height: 65px;
	float:right;
	font-size: 1.0625em;
	color:#fff;
	line-height: 65px;
	
}
.head_right_nav_a{
	width: auto;
	float:left;
	height: 100%;
	text-align: center;
}
.head_right_navname{
	font-weight: normal;
}
#menu_style{
	width: 40px;
	height: auto;
	margin-right: 12px;
	margin-left: 12px;
}
#menu_style:hover{
	cursor: pointer;
}
#head_right_nav p{
	float:left;
	text-align: center;
}
#head_right_navs{
	width:auto;
	height: 65px;
	float:right;
	font-size: 1.0625em;
	color:#fff;
	text-align: center;
	line-height: 65px;

}
#head_right_ablut_nav{
	width:105px;
	height: auto;
	float:left;
	padding:10px 10px 10px 10px;
	background:#fff;
	position:absolute;
	top:75px;
	margin-left:63px;
}
#head_right_ablut_nav a{
	color:#707070;
	display: block;
	line-height: 35px;
	font-size: 14px;
	text-indent: 0.3em;
	
}
#head_right_ablut_nav a:hover{
	color:#37B6A4;
}

#head_right_work_nav{
	width:105px;
	height: auto;
	float:left;
	padding:10px 10px 10px 10px;
	background:#fff;
	position:absolute;
	top:75px;
	margin-left:140px;
	
}
#head_right_work_nav a{
	color:#707070;
	display: block;
	line-height: 35px;
	font-size: 14px;
	text-indent: 1.5em;
	
}
#head_right_work_nav a:hover{
	color:#37B6A4;
}
#head_triangle{
	width:0px;
	height:0px;
	float:right;
	margin-top:30px;
	margin-left: 10px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
/***************************************************/
#blog_link a{
	line-height:60px;   font-size:36px;
	}

.site-title {
	margin-top:40px;
	margin-bottom: 20px;
	/* font: bold 22px/30px; */
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.site-title a {
	color: #fff;
	text-shadow: 0 2px 0px #50E3C2;
}

.container &gt; .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
	padding: 32px 10px 33px;
	color: #fff;
	text-transform: uppercase;
	/* font-family: Montserrat, "Open Sans", sans-serif; */
	font-weight: bold;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a, 
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover, 
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus,
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:hover .desc,
.navbar-inverse .navbar-nav &gt; .active &gt; a .desc {
	color: #1ca4be;
	background: none;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:hover .desc {
	-webkit-transition: color ease 0.2s;
	-moz-transition: color ease 0.2s;
	transition: color ease 0.2s;
}
.nav .fa {
	font-size: 18px;
	margin-right: 2px;
}
.nav .desc {
	display: block;
	text-transform: none;
	/* font: italic 0.8em "Open Sans", arial, sans-serif; */
	font-style: italic;
	font-size: 0.8em;
	color: #ddd;
}
.nav .sub-menu .desc {
	color: #aaa;
}
.navbar-inverse .navbar-nav &gt; li &gt; a.has-desc {
	padding-bottom: 16px;
}
.navbar-pinned .wide-nav .navbar-nav &gt; li &gt; a.has-desc {
	padding-bottom: 10px;
	padding-top: 15px;
}
.navbar-pinned .desc {
	display: none;
}
.navbar-pinned .sub-menu .desc {
	display: block;
}
.nav .fa-chevron-down {
	font-size: 8px;
	vertical-align: middle;
	color: #777;
	margin-top: -5px;
}
.navbar-pinned .navbar-nav &gt; li &gt; a {
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.navbar-pinned .navbar-header {
	line-height: 50px;
	min-height: 50px;
}
.navbar-pinned .site-title {
	margin-top: 10px;
	height: 30px !important;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#blog_link2{
	margin-top: 0px; 
    font-size: 25px;
	}
.navbar-pinned .site-title img {
	max-height: 100%;
	width: auto;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu &gt; .sub-menu {
	position: static;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: #f5f5f5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	display: block;
	list-style: none;
	padding-left: 30px;
}
.navbar-collapse.in .navbar-nav .dropdown-submenu &gt; .sub-menu {
	background: #1a1a1a;
}
.dropdown-submenu &gt; .sub-menu a {
	color: #333;
}
.dropdown-submenu &gt; .sub-menu a:hover {
	color: #1CA4BE;
}
.wide-nav .site-title {
	margin-top: 10px;
	margin-bottom: 0;
}
.wide-nav .navbar-header,
.wide-nav .navbar-nav {
	float: none;
	text-align: center;
	min-height: 0;
}
.wide-nav .navbar-nav &gt; li {
	float: none;
	display: inline-block;
}
.wide-nav .navbar-nav &gt; li &gt; a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-pinned .wide-nav .navbar-header {
	height: 0px;
	overflow: hidden;
}
.breadcrumbs-wrapper {
	padding: 10px 0;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	line-height: 16px;
}


/* =Slider
-------------------------------------------------------------- */


/* .carousel .btn {
	margin: 0 5px;
} */
.carousel .btn-primary {
	/*background: linear-gradient(150deg, #774fad, #07357c);*/
	background-color:#50E3C2;
}
.carousel .btn-default {
	border-color: #fff;
	color: #fff;
}
.carousel .btn-default:hover {
	background: rgba(256,256,256,0.7);
	border-color: #fff;
	color: #555;
}

@media (max-width: 1194px){
	
	/* #head_box{
		display: none;
	} */
	footer{
		display: none;
	}
	.has-top-bar .navbar{
		
		background: rgba(80, 227, 194)
	}
	
	
}
@media (max-width: 991px){
	.right_teambox ul{
		padding:0;
	}
	.carousel-caption {
		top: 0px;
		bottom: auto;
	}
/*************æ‰‹æœºå¯¼èˆª*****************/	
	#head_box{
		/* display: none; */
		height: 56px;
	}

	#head_left_box {
		height: 39px;
	}

	.head_logo {
		width: 267px;
		height: 39px;
	}

	#contact_link {
		display: none;
	}
	
	#menu_style {
		width: 32px;
	}

	#mobile_nav_content{
		width:100%;
		height: 100%;
		float:left;
		position: fixed;
		background:#63BDAA;
		z-index: 9999999;
		display: none;
	}
	#mobile_content_shut{
		width: 100%;
		height: 49px;
		float: left;
		text-align: right;
		margin-top: 20px;
	}
	#mobile_content_shut img{
		width:25px;
		height: auto;
		margin-right: 20px;
		
	}
	#mobile_content_list{
		width: 100%;
		height: 100%;
		float: left;
		text-align: center;
		margin-top: 50px;
		list-style: none;
	}
	#mobile_content_list li{
		width:100%;
		height: 30px;
		line-height: 30px;
		float:left;
		margin: 5px 0;
	}
	#mobile_content_list li a{
		color:#fff;
		font-size: 18px;
	}
#header_box2{ display:none;}
/* .carousel .call-to-action {
    margin-top: 80px;
} */

#blog_link{
	width:auto; height:43px; float:right;  margin-top:20px;
}	
#blog_link a{
	line-height:30px;   font-size:25px;
	}

	#head_navlist_leftbox {
		width: 100%;
		height: auto;
	}

	#head_navlist_left_content {
		justify-content: flex-start;
		font-size: 24px;
		line-height: 1;
		padding: 24px;
		width: 100%;
		margin: 0;
	}

	#head_navlist_left_content &gt; li {
		padding: 8px 0;
	}

	#head_navlist_list {
		max-height: none;
		opacity: 1;
		line-height: 1.5;
    font-size: 16px;
		margin-left: 0;
		padding: 0;
		margin-top: 8px;
	}

	#head_navlist_list &gt; li {
		margin-top: 4px;
		padding-top: 0 !important;
	}

	#head_navlist_content {
		display: block;
		width: 100%;
	}
	#head_navlist_content &gt; .row {
		display: block;
	}
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers &amp; apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner &gt; .item.next,
    .carousel-fade .carousel-inner &gt; .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.prev,
    .carousel-fade .carousel-inner &gt; .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner &gt; .item.next.left,
    .carousel-fade .carousel-inner &gt; .item.prev.right,
    .carousel-fade .carousel-inner &gt; .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* =Contra
-------------------------------------------------------------- */

.contra {
	padding: 40px 0 80px;
}
.contra .container &gt; .row {
	margin-top: 0;
}
.row .item-title {
	/* font-family: "Open Sans", sans-serif; */
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin-top: 0;
}
.row .item-title a {
	color: #181e1f;
}
.with-icon .item {
	margin-top: 40px;
	padding-left: 50px;
	position: relative;
}
.with-icon .item .fa {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #1ca4be;
	background: -webkit-linear-gradient(135deg, #87069e, #1ca4be);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.with-icon .item .text-danger {
	color: #A94442;
}
.with-icon .item .fa-stack .fa-stack-1x {
	font-size: 16px;
}
.contra-inverse {
	background: #181e1f;
	color: #fff;
}
.contra-inverse .with-icon .item .fa {
	color: #fff;
	background: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: #fff;
}


/* =Highlights
-------------------------------------------------------------- */

.highlights {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding-bottom: 40px;
}
.highlights p {
	margin-bottom: 20px;

}
.highlights .item-meta p {
	margin-bottom: 10px;
}
.highlights .row {
	text-align: left;
}
.highlight-title {
	/* font-family: Montserrat, 'Open Sans', sans-serif; */
	font-weight: bold;
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.gallery .item {
	margin-top: 30px;
}
.gallery .item img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.gallery .container &gt; .row {
	margin-top: 0;
}
.gallery .item-title a {
	display: block;
	position: relative;
}
.gallery .item-title a span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(315deg, #87069e, #1ca4be);
	background: -moz-linear-gradient(315deg, #87069e, #1ca4be);
	background: -o-linear-gradient(315deg, #87069e, #1ca4be);
	background: linear-gradient(315deg, #87069e, #1ca4be);
	opacity: 0.7;
	border-radius: 5px;
}
.gallery .item-title .gallery-title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 32%;
	text-align: center;
	/* font: bold 26px; */
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}
.gallery .item-title .gallery-title .gallery-date {
	/* font: normal 14px; */
	font-size: 14px;
}
.quote {
	padding: 50px 0 80px;
}
.quote blockquote,
.featured-comment blockquote {
	font-size: 32px;
	line-height: 38px;
	font-style: italic;
	text-align: center;
	margin: none;
	border: none;
}
.quote blockquote cite,
.featured-comment blockquote cite {
	font-size: 14px;
	display: block;
	line-height: 24px;
	margin-top: 10px;
	font-style: normal;
}
.quote blockquote cite:before,
.featured-comment blockquote cite:before {
	content: "\2014";
	margin-right: 5px;
}
.posts-list {
	border-top: 1px solid #eee;
	padding: 40px 0 80px;
}
.posts-list.full-width {
	border-top: none;
	background: #f2f5f7;
}
.posts-list .col-md-12 {
	width: 100%;
}
.posts-list .container &gt; .row {
	margin-top: 0;
}
.posts-list .item-wrap {
	text-align: left;
	margin-top: 40px;
}
.item-wrap {
	max-width: 100%;
}
.posts-list .item {
	background: #fff;
	box-shadow: 0 0 3px #ccc;
}
.non-singular .posts-list .hentry,
.posts-list .hentry {
	padding: 0;
	border-bottom: none;
}
.non-singular .posts-list .hentry:first-child {
	margin-top: 0;
}
.posts-list .item img {
	width: 100%;
}
.posts-list .item-title {
	padding: 10px 15px 10px;
	margin: 0;
	/* font: bold 20px/24px; */
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}
.posts-list .excerpt {
	margin: 0 15px;
	font-size: 14px;
	line-height: 24px;
}
.posts-list .item-meta {
	border-top: 1px solid #eee;
	padding: 10px 15px 0;
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #949ea0;
	text-transform: uppercase;
}
.posts-list .item-meta .date {
	float: left;
}
.posts-list .item-meta .date a {
	color: #949ea0;
}
.posts-list .item-meta .comments-count {
	float: right;
	display: none;
}
.posts-list .item-meta .fa {
	margin-right: 5px;
	font-size: 14px;
}
.posts-list .infinite-load a {
	background: #fff;
	border: none;
	box-shadow: 0 0 3px #ddd;
}
.cta {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.cta .item-title {
	text-transform: uppercase;
	font-size: 50px;
	line-height: normal;
}
.cta .btn {
	margin-top: 20px;
}
.testimonial .container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.testimonial .container &gt; .row {
	margin-top: 0;
}
.testimonial .item {
	padding-left: 150px;
	position: relative;
	margin-top: 60px;
	text-align: left;
}
.testimonial .item img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
}
.testimonial .item blockquote {
	border: none;
	/* font: normal 14px/24px; */
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.testimonial .item cite span {
	display: block;
}
.testimonial .item cite .name {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}
.mentions-bar {
	border-top: 1px solid #ccc;
	padding: 25px 0 20px;
	text-align: center;
}
.mentions-bar-logo {
	padding: 0;
}
.mentions-bar-logo li {
	display: inline-block;
	margin: 10px;
	max-width: 40%;
}
.mentions-bar-logo li img {
	max-width: 100%;
	height: auto;
}


/* =Content layout
-------------------------------------------------------------- */

.entry-title {
	font-size: 40px;
	line-height: 48px;
	margin-top: 0;
}
.entry-meta-wrap {
	margin-bottom: 15px;
}
.entry-meta {
	padding: 0;
}
.non-singular .title-wrap,
.tiled-posts .hentry .title-wrap {
	padding-right: 60px;
	position: relative;
}
.tiled-posts .twitter-tweet {
	margin: 0 15px;
}
.entry-meta li {
	display: inline-block;
	padding: 0 5px 0 7px;
	font-size: 12px;
	line-height: 18px;
	border-left: 1px solid #D1D5D6;
}
.entry-meta li:first-child {
	border: none;
	padding-left: 3px;
}
.entry-meta .print-button {
	font-size: 16px;
	vertical-align: middle;
}
.entry-meta .date,
.entry-meta .date a {
	text-transform: uppercase;
	font-weight: 600;
	color: #949ea0;
}
.hentry .featured-image,
.hentry .featured-video {
	margin-bottom: 30px;
	position: relative;
}
.featured-image .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba( 0, 0, 0, 0.7 );
	color: #f5f5f5;
	padding: 5px 10px 5px 30px;
	width: 100%;
	font-size: 0.8em;
	line-height: normal;
}
.featured-image .caption .fa {
	margin-left: -20px;
	margin-right: 5px;
	color: #888;
}
.tiled-posts .hentry .featured-image,
.tiled-posts .hentry .featured-video {
	margin-bottom: 10px;
}
.hentry .featured-image iframe,
.hentry .featured-image embed,
.hentry .featured-image object {
	max-height: 60vw;
}
.tiled-posts .hentry .featured-image iframe,
.tiled-posts .hentry .featured-image embed,
.tiled-posts .hentry .featured-image object {
	max-height: 15vw;
}
.entry-highlight {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
}
blockquote {
	border: none;
	font-style: italic;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	padding: 0;
	margin: 30px 0;
}
blockquote cite {
	/* font: normal 14px/24px; */
	display: block;
	font-size: 14px;
	line-height: 24px;
}
blockquote cite:before {
	content: "\2014";
	margin-right: 5px;
}
.entry-content .fa {
	font-size: 24px;
}
.hentry .page-links {
	margin-top: 40px;
}
.hentry .page-links .pagination {
	margin-top: 0;
}
.hentry .page-links .page-numbers {
	padding: 0;
}
.hentry .page-links .page-numbers a,
.hentry .page-links .active .page-numbers {
	display: block;
	padding: 13px 18px;
}
.entry-tags i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
	color: #999;
}
.entry-author {
	margin-top: 50px;
	padding: 30px 20px 20px;
	border: 1px solid #EBEDF0;
	border-radius: 5px;
}
.entry-author .author-avatar img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.prev-next-posts {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prev-next-posts .section-title-sm {
	margin-bottom: 0;
	color: #888;
	text-shadow: 0 1px 0 #fff;
}
.prev-next-posts h4 {
	margin-top: 0;
}
.prev-next-posts p {
	font-size: 0.9em;
	line-height: normal;
	margin-bottom: 0;
}
.prev-next-posts .prev-post,
.prev-next-posts .next-post {
	position: relative;
}
.prev-next-posts .next-post {
	text-align: right;
}
.prev-next-posts .post-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.tab_wrap .tab-content {
	padding-top: 10px;
}
.section-title-sm,
.comment-reply-title {
	font-size: 12px;
	line-height: 26px;
	margin-top: 0;
	text-transform: uppercase;
}
.author-social {
	padding: 0;
}
.author-social li {
	display: inline-block;
	margin-right: 2px;
}
.author-social .fa {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #181E1F;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.author-social .fa-facebook {
	background: #29388e;
}
.author-social .fa-twitter {
	background: #26a9df;
}
.author-social .fa-google-plus {
	background: #d44032;
}
.author-social .fa-linkedin {
	background: #1b74bb;
}
.author-social .fa-pinterest {
	background: #CB2027;
}
.author-social .fa-youtube {
	background: #C2191E;
}
.author-social .fa-instagram {
	background: #316198;
}
.author-social .fa-github {
	background: #333333;
}
.related-posts {
	padding: 40px 0;
	margin-top: 40px;
	border-top: 1px solid #EBEDF0;
}
.related-posts .section-title-sm {
	margin-bottom: -20px;
}
.related-post {
	margin-top: 30px;
}
.related-post .item-title {
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
}
.related-post blockquote {
	/* font: bold 20px/26px, sans-serif; */
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	margin: 0;
}
.related-post cite {
	/* font: 300 14px/24px; */
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}
.related-post cite:before {
	content: "\2014";
	margin-right: 5px;
}
.section-title-lg h1 {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px;
}
.section-title-lg {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}
.non-singular .entry-title {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0;
}
.entry-author-avatar img {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	max-width: 50px;
	height: auto;
}
.entry-author-avatar {
	position: absolute;
	right: 0;
	top: 0;
}
.tiled-posts .entry-author-avatar {
	right: 10px;
	top: 10px;
}
.non-singular .entry-meta-wrap {
	margin-top: 5px;
}
.non-singular .hentry {
	border-bottom: 1px solid #EBEDF0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.non-singular .hentry &gt; .row {
	position: relative;
}
.tiled-posts .hentry {
	border-bottom: none;
	box-shadow: 0px 0px 3px #CCC;
	padding-bottom: 10px;
}
.tiled-posts .title-wrap,
.tiled-posts .entry-content {
	padding: 0 15px;
	position: relative;
}
.tiled-posts .hentry .title-wrap,
.non-singular .sticky .title-wrap {
	padding-top: 10px;
}
.non-singular .sticky {
	border-top: 10px solid #1ca4be;
}
.non-singular .format-quote blockquote,
.non-singular .format-status .status-content {
	/* font: bold normal 30px/40px; */
	margin-top: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
}
.author-banner {
	text-align: center;
	overflow: hidden;
}
.author-wrap .author-avatar {
	text-align: center;
	margin-bottom: 35px;
}
.author-wrap .author-avatar img {
	border: 4px solid #fff;
	border-radius: 100px;
	margin-top: -70px;
}
.author-wrap .author-bio {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
.author-wrap .author-bio .entry-title {
	text-transform: uppercase;
	font-size: 40px;
}
.author-wrap ul {
	padding: 0;
}
.author-wrap .author-details li {
	list-style: none;
	text-align: center;
}
.author-wrap .author-social {
	margin-top: 45px;
}
.author-wrap .bio-text {
	text-align: left;
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #E4E4E4;
	font-size: 20px;
	line-height: 32px;
}
.author-wrap .bio-text .section-title-sm {
	margin-bottom: 15px;
}
.author-wrap .author-posts {
	border-top: 1px solid #E4E4E4;
	margin-top: 60px;
	padding-top: 60px;
}
.author-wrap .latest-posts {
	padding-bottom: 60px;
}
.author-wrap .author-posts .section-title-sm {
	margin-bottom: 0;
}
.author-wrap .author-post {
	margin-top: 40px;
}
.author-wrap .author-post .entry-title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	letter-spacing: -0.02em;
	margin-bottom: 5px;
}
.entry-title a {
	color: #181e1f;
}
.author-wrap .entry-meta li,
.author-wrap .entry-meta li a {
	border: none;
	font-weight: normal;
}
.author-wrap .entry-meta li:first-child {
	padding-left: 0;
}
.author-wrap .entry-meta .fa-comment {
	font-size: 14px;
	margin-right: 2px;
}
.format-quote blockquote,
.format-status .status-content {
	/* font: bold 20px/26px; */
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	border: none;
	margin-bottom: 10px;
}
.format-quote cite {
	/* font: 300 14px/24px; */
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	margin-top: -5px;
	display: block;
}
.format-quote p cite {
	margin-top: 10px;
}
.format-quote cite:before {
	content: "\2014";
	margin-right: 5px;
}
.featured-comment {
	padding: 0;
	margin-top: 40px;
	border-top: 1px solid #E4E4E4;
}
.pagination {
	/* font: bold 14px/18px; */
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 40px;
}
.pagination .page-numbers {
	color: #50E3C2;
	padding: 13px 18px;
	display: block;
}
.infinite-load {
	border: 1px solid #E5E7EB;
	border-radius: 5px;
	clear: both;
	margin-top: 20px;
}
.infinite-load a {
	display: block;
	text-align: center;
	padding: 25px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #949ea0;
	text-decoration: none;
}
.infinite-load a i {
	font-size: 32px;
	line-height: 25px;
	margin-right: 20px;
	vertical-align: middle;
}
.infinite-load .load {
	font-size: 14px;
	font-weight: bold;
}
#infscr-loading {
	display: none !important;
}
.error404 .alert-info i {
	font-size: 32px;
	margin-right: 10px;
	vertical-align: middle;
}
.generic-thumb {
	display: block;
	width: 150px;
	max-width: 100%;
	height: 150px;
	text-align: center;
	font-size: 32px;
	color: #ccc;
	background: #f5f5f5;
	position: relative;
}
.generic-thumb.franz-medium {
	width: 287px;
	height: 157px;
}
.related-post .generic-thumb.franz-medium {
	width: 262px;
	height: 143px;
}
.generic-thumb i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	border-top: 1px solid #EBEDF0;
	margin-top: 40px;
}
.comments-heading {
	text-transform: uppercase;
	line-height: 34px;
	margin: 40px 0 30px;
}
.comments-list {
	padding: 0;
	list-style: none;
}
.comments-list .comment {
	border-top: 1px solid #EBEDF0;
	border-bottom: 1px solid #EBEDF0;
	padding: 40px 0;
	margin-top: 20px;
	list-style: none;
}
.comments-list .depth-1 {
	border: 1px solid #EBEDF0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #f5f5f5;
	-moz-box-shadow: 0 0 5px #f5f5f5;
	-ms-box-shadow: 0 0 5px #f5f5f5;
	-o-box-shadow: 0 0 5px #f5f5f5;
	box-shadow: 0 0 5px #f5f5f5;
	padding: 30px 20px;
}
.comment-avatar {
	padding-right: 0;
}
.comment-avatar img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.comments-list .children {
	margin-top: 30px;
}
.comments-list .children .comment {
	border-bottom: none;
	margin-top: 0;
}
.comments-list .children .comment:last-child {
	padding-bottom: 0;
}
.comment-meta {
	list-style: none;
	padding: 0 15px;
	margin-bottom: 10px;
}
.comment-meta li {
	display: inline-block;
	margin-right: 5px;
}
.comment-meta .comment-author {
	font-weight: bold;
}
.comment-meta .comment-author a {
	color: #181e1f;
}
.comment-meta .comment-date {
	font-style: italic;
}
.comment-meta .author-cred {
	color: #1ca4be;
}
.comment-form-jump {
	text-align: right;
	margin: 40px 0 30px;
}
.comment-form-jump i {
	font-size: 24px;
	vertical-align: text-bottom;
	margin-left: 5px;
}
.label {
	text-transform: uppercase;
	/* font: bold 10px/26px; */
	font-weight: bold;
	font-size: 10px;
	line-height: 26px;
}
.bypostauthor {}
.comment-reply .btn-default,
.comment-respond .btn-default {
	padding: 8px 17px;
	margin-top: -10px;
}
.comment-reply .btn-default {
	float: right;
}
.comment-respond .btn-default {
	margin-top: 0;
	padding: 15px 40px;
	float: right;
}
.comment-respond {
	margin-top: 70px;
	
}
#respond{
	display:none;
}
.comment-respond .comment-reply-title {
	margin-bottom: 0;
}
.comment-form &gt; .row {
	margin-top: 20px;
}
.comment-form .form-control:focus,
.comment-form .form-control:active {
	border-color: #1ca4be;
}
.form-submit #submit {
	display: none;
}
.printonly {
    display: none;
}


/* =Sidebar
-------------------------------------------------------------- */

.searchform {
	position: relative;
}
.searchform button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	line-height: 34px;
}
.sidebar .widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}
.sidebar ul {
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding: 10px 0;
	border-bottom: 1px solid #E7EAEC;
}
.sidebar li li {
	border-bottom: none;
	padding: 5px 0 5px 15px;
}
.sidebar li li:before {
	display:inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content: "\f105";
	margin: 0 5px 0 -10px;
}
.page-navigation .parent {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 2px;
}
#wp-calendar {
	width: 100%;
	padding: 2px 5px;
	text-align: center;
}
#wp-calendar thead th {
	border-bottom: 2px solid #ddd;
	text-align: center;
}
#wp-calendar tfoot {
	border-top: 1px solid #ddd;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}


/* =Footer*/

.bottom-bar .copyright {
	margin-top: -10px;
}
.social-links {
	margin: 0;
}
.social-links li {
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	margin-left: 15px;
}
.social-links li:first-child {
	margin-left: 0;
}
.social-links li a {
	color: #76797f;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}
.top-bar .social-links li a {
	color: #AACAE7;
}
.social-links li a:hover {
	color: #000;
}
.footer .social-links li a:hover {
	color: #fff;
}


/* =Other plugins and add-ons
-------------------------------------------------------------- */

.pullquote {
	border-top: 4px solid #888;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	padding: 10px 0;
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	width: 30%;
	color: #555;
}
/******************è¡¥å……æ&nbsp;·å¼******************************/
#item-class-title{
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	padding: 10px 15px 0px;
}
/******************æœ€æ–°å°¾éƒ¨æ&nbsp;·å¼******************************/
footer{
	width:100%;
	min-width:1194px;
	height: auto;
	float:left;
	background:#37B6A4; 
	list-style: none;
}
footer a{
	color:#fff;
}
footer a:hover{
	animation:change 2s linear 0s infinite;
	color:#fff;
}
@keyframes change{0%{color:#C4C4C4;}25%{color:#7B7878;}50%{color:#474545;}75%{color:#323030;}100% {color:#000;}}
#footer_span{
	width:7%;
	height:5px;
	float:left;
	background:#fff;
	margin:2% 46.5%
}
.footer_info{
	float:left;
}
#footer_left_box{
	width:17%;
	height:auto;
	float:left;
	padding:0 0 0 5%;;
	margin-bottom: 20px;
}
#footer_left_box ul{
	width:100%;
	height: auto;
	float:left;
	text-align: left;
	color:#fff;
	list-style: none;
	outline:none;
	padding:0;
}
#footer_map_menu{
	/* font-size: 0.75em; */
	line-height: 20px;
}
#footer_map_menu span{
	display: block;
	/* font-size:0.75em; */
	font-weight: normal;
	margin-left: 30px;
	
}
#footer_privacy_menu{
	line-height: 35px;
}
#footer_address{
	width:auto;
	float:left;
	margin-left: 20px;
	list-style: none;
}
#footer_address li{
	width:auto;
	float:left;
	margin-left: 10px;
}
#footer_right_box{
	width:75%;
	height: auto;
	float:right;
	padding:0 5% 0 0;
	color:#fff;
}
#footer_right_address{
	width:50%;
	height:94%;
	float:left;
	

}
#footer_right_address h2{
	font-weight: normal;
	color: #fff;
}
#footer_right_address ul{
	width:100%;
	height: auto;
	float:left;
	margin-top:13px;
}
#footer_right_address ul li{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:10px;
}
#footer_right_address ul li h3{
	font-size: 0.875em;
	font-weight: normal;
}
#footer_right_address ul li p{
	font-size:0.875em;
	margin-left:25px;
	float:left;
	margin-top:10px;
	line-height: 25px;
}
#footer_right_sign_box{
	background-color: #37B6A4;
	width:100%;
	text-align: center;
	padding: 32px 24px 0;
	margin-bottom: 40px;
}
#footer_right_sign_boxs{
	width:24%;
	height:auto;
	float:right;
}
#footer_right_sign_box h3{
	font-size:14px;
	font-weight: normal;
	color:#fff;
	text-align: left;
	margin-top: 0;
	margin-bottom:16px;
}
#footer_right_sign_boxs h3{
	font-size:14px;
	font-weight: normal;
}
#footer_right_sign_box input[type=text]{
	border: none;
    width: 100%;
    height: 25px;
    background: none;
    font-size: 0.75em;
    color: #E9E9E9;
    margin-bottom: 5px;
    border-bottom: #c4c4c4 solid 1px;
    outline: none;
}
#footer_right_sign_boxs input[type=text]{
	border: none;
    width: 100%;
    min-width: 210px;
    height: 25px;
    background: none;
    font-size: 0.75em;
    color: #E9E9E9;
    margin-bottom: 5px;
    border-bottom: #c4c4c4 solid 1px;
    outline: none;
}
.form-control-source input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E9E9E9;
  opacity: 1; /* Firefox */
}
.form-control-source input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E9E9E9;
}
.form-control-source input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #E9E9E9;
}
#footer_right_sign_boxs select.form-control, #footer_right_sign_box select.form-control {
	box-shadow: none;
	background-color: transparent;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #c4c4c4;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-top: 0;
	padding-bottom:0;
	font-size: 0.75em;
	height: 25px;
	line-height: 25px;
	color: #E9E9E9;
}

#footer_right_sign_box input[type=submit]{
	width:100%;
	height: 35px;
	border-radius: 5px;
	background:#fff;
	color:#37B6A4;
	font-size:0.875em; 
	margin-top:30px;
	margin-bottom:30px;
	border:none;
	outline: none;
}
#footer_right_sign_boxs input[type=submit]{
	width:60%;
	height: 35px;
	border-radius: 5px;
	background:#fff;
	color:#37B6A4;
	font-size:0.875em; 
	margin-top:30px;
	margin-bottom:30px;
	border:none;
	outline: none;
}
#footer_submit_click{
	width:100%;
	height: auto;
	min-height: 80px;
	margin-top:20px;
}
#footer_submit_button{ 
	width: 60%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    color: #37B6A4;
    font-size: 0.875em;
    margin-left: 20%;
}
#footer_submit_button img{
	width:auto;
	height: 30px;
	margin: 0 auto;
	margin-top: 2.5px;
}
#footer_submit_prompt{
	width:102%;
	height: auto;
	float:left;
	line-height:20px;
	border-radius: 5px;
	background:#fff;
	color:#37B6A4;
	font-size:0.75em;
	padding:0 2%
}

#footer { width: 100%;  height: 50px; float: left; background-image: initial; background-attachment: initial; background-color: rgb(216, 216, 216); background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial; }

#footer_box { width: 98%; height: 50px; margin: 0px auto; line-height: 50px; color: rgb(96, 98, 93); font-size: 0.75em; }

.footer_ico { width: auto; height: 50px; float: right;}
.footer_ico a{
	width:25px;
	height: 25px;
	float:left;
	margin:0px 10px;
}


.footer_ico img { width: 25px; height: 25px;  cursor: pointer;}

.footer_ico a:hover { transform: scale(1.3); transition: all 0.5s ease; }
#footer_right_blogbox{
	width:70%;
	height: 94%;
	float:left;
	padding-left: 3%;
}

#footer_right_blogbox ul{
	width:80%;
	height: auto;
	list-style: none;
	outline:none;
	padding:0;
}
#footer_right_blogbox ul li{
	width: 100%;
	line-height: 1.575;
}
/* #footer_right_blogbox ul li a{
	font-size: 12px;
} */
/****************å³è¾¹æµ®çª—æ&nbsp;·å¼**********************/
#footer_right_teambox,.right_teambox{
	 width:100%;
	 margin-bottom:40px;
}
#footer_right_teambox ul, .right_teambox ul{
	width:100%;
	height: auto;
	list-style: none;
	padding:0;
	margin:0;
}
.footer_right_teambox_fixed{
	position:fixed;
	top:240px;
}
#footer_right_teambox ul li,.right_teambox ul li{
	width:100%;
	margin-top:16px;
	text-align: center;
	color:#fff;
	opacity: 0.5;
}
#footer_right_teambox ul li:hover,.right_teambox ul li:hover{
	opacity: 1;
}
#footer_right_teambox ul li:nth-child(1),.right_teambox ul li:nth-child(1){
	background:#37B6A4;
}
#footer_right_teambox ul li:nth-child(2),.right_teambox ul li:nth-child(2){
	background:#F0BE00;
}
#footer_right_teambox ul li:nth-child(3),.right_teambox ul li:nth-child(3){
	background:#8D82C4;
}
#footer_right_teambox ul li a,.right_teambox ul li a{
	width:100%;
	height: 35px;
	color:#fff;
}

#btn-contact {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 100;
	background-color: #37b6a4;
	box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
	border: none;
	width: 48px;
	height: 48px;
}

#btn-contact .icon {
	width: 24px;
	height: 24px;
	fill: #fff;
}

#btn-contact:focus, #btn-contact:active{
	border: none;
}

#contact-fixed {
	left: auto;
	top: auto;
	width: 100%;
	max-width: 400px;
	padding-right: 0 !important;
}

#contact-fixed &gt; .modal-dialog {
	margin: 0;
	width: 100% !important;
}

#contact-fixed .modal-content {
	background-color:#37b6a4;
	padding: 16px 0;
}

#contact-fixed #contact_centent_box {
	width: 100%;
}

#contact-fixed .close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 8px;
	top: 8px;
	cursor: pointer;
	z-index: 10;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--aspect-ratio);
	content: '';
}

.ratio &gt; * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-2x1 {
  --aspect-ratio: 50%;
}

.highlight-slider {
	background-color:#f2f5f7;
	font-size: 14px;
	line-height: 1.5;
}
.highlight-slider-caption {
	
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	/* padding-bottom: 24px; */
}
.highlight-slider .carousel-inner .item {
	/* position: relative; */
	color: #fff;
	background-color: #333;
	height: auto !important;
}

.highlight-slider .carousel-indicators {
	width: 100%;
	display: flex;
	left: 0;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	bottom: 3.5%;
}
.highlight-slider .carousel-indicators li {
	flex: 1;
	background-color: #fff;
	opacity: 0.5;
	margin: 0 8px;
	height: 8px;
}
.highlight-slider .carousel-indicators li.active {
	opacity: 1;
}
.highlight-slider .excerpt {
	font-size: 22px;
	line-height: 1.375;
	color: #eee;
	word-wrap: break-word;
	padding: 1em 1.5em;
	position: relative;
	font-weight: 100;
	color: #d6d6d6;
	display: none;
}

.highlight-slider .excerpt::after,.highlight-slider .excerpt::before {
	position: absolute;
	display: inline-block;
	content: '';
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M470.989 261.775v98.55c0 13.363-10.834 24.197-24.197 24.197-47.688 0-73.626 48.906-77.22 145.439h77.22c13.363 0 24.197 10.844 24.197 24.197v208.077c0 13.363-10.834 24.197-24.197 24.197H240.906c-13.373 0-24.197-10.844-24.197-24.197V554.158c0-46.274 4.66-88.74 13.845-126.228 9.42-38.441 23.88-72.049 42.967-99.902 19.64-28.62 44.206-51.077 73.021-66.724 29.01-15.739 62.74-23.726 100.26-23.726 13.353 0 24.187 10.834 24.187 24.197zm312.105 122.747c13.363 0 24.197-10.844 24.197-24.197v-98.55c0-13.363-10.834-24.197-24.197-24.197-37.51 0-71.24 7.987-100.25 23.726-28.815 15.647-53.391 38.103-73.032 66.724-19.087 27.853-33.546 61.46-42.967 99.912-9.175 37.499-13.834 79.964-13.834 126.218v208.077c0 13.363 10.834 24.197 24.197 24.197h205.876c13.363 0 24.197-10.844 24.197-24.197V554.158c0-13.363-10.834-24.197-24.197-24.197H706.97c3.543-96.533 29.102-145.439 76.124-145.439z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	height: 1.25em;
	width: 1.25em;
}
.highlight-slider .excerpt::before {
	top: 0;
	left: 0;
}
.highlight-slider .excerpt::after {
	transform: rotate(180deg);
	bottom: 0;
	right: 0;
}
.highlight-slider .call-to-action button {
	display: none;
}
.highlight-slider-main {
	width: 100%;
	padding: 8px 12px 8px;
	background-color: rgba( 0, 0, 0, 0.2 );
	backdrop-filter: blur(6px);
}
.highlight-slider-content {
	flex: 1.5;
	padding: 24px 24px 32px;
	display: none;
}
.slide-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.125;
	margin-bottom: 16px;
	margin-top: 8px;
	font-weight: bolder;
	height: 2.53em;
	overflow: hidden;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
@media (min-width: 768px) {
	.highlight-slider {
		padding-top: 40px;
	}

	.highlight-slider-caption {
		position: absolute;
	}

	.highlight-slider-main {
		padding: 24px 40px 24px;
	}
}

@media (min-width: 992px) { 
	.highlight-slider .excerpt {
		font-size: 28px;
	}

	.highlight-slider .call-to-action button {
		display: block;
	}

	.slide-title {
		font-size: 26px;
		height: unset;
	}

	.highlight-slider-main {
		padding: 24px 40px 40px;
	}
}
@media (min-width: 1200px) {
	.highlight-slider .excerpt {
		font-size: 30px;
	}
	.highlight-slider-main {
		padding: 24px 40px 48px;
	}
}
</pre></body></html>