/**
  * Name: iseo
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import url("/stylesheet/owl.carousel.css");
@import url("/stylesheet/flexslider.css");
@import url("/stylesheet/font-awesome.css");
@import url("/stylesheet/ionicons.css");
@import url("/stylesheet/shortcodes.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/**
  *	Reset
  *	Repeatable Patterns
  *	Top
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  {
		font-family: SimHei;
		font-size: 100%;
		font-weight: inherit;
		font-style: inherit;
		vertical-align: baseline;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/24px "Poppins", sans-serif;
	background-color: #fff;
	color: #666666;
}

a,
.imagebox-image:after {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #18ba60;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 900;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    color: #fff;
    padding: 0px 29px 0 30px;
    height: 45px;
    line-height: 42px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: #18ba60;
    border: 1px solid #18ba60;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 3px;
    font-weight: 600;
    font-family: SimHei;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

button.search-submit-form {
	position: absolute;
    right: 2px;
    top: 7px;
    padding: 0px 10px;
    color: #999999;
    background-color: transparent;
    display: inline-block;
    height: 29px;
    line-height: 31px;
    font-size: 12px;
    border-color: transparent;
    border-left: 1px solid #d0d0d0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 45px;
    background-color: #d8e7ef;
    border-radius: 3px;
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

input[type="email"] {
    padding: 8px 16px;
    color: #555555;
    border: 1px solid #2e363a;
    height: 47px;
    margin-bottom: 19px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #18ba60;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 10px 15px;
    height: 170px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #555;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

/* bootstrap resetting elements */

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #000;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown>.dropdown-toggle:active{
	pointer-events: none;
}

.blog-single .entry p {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: SimHei;
	font-weight: 400;
}

h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 24px; line-height: 35px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { font-size: 14px; line-height: 14px; }

.big-title{
	text-align: center;
	color: #222222;
	font-weight: 600;
	margin-bottom: 70px;
	margin-top: 20px;
	font-size: 36px;
}

.small-title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.left-title{
	font-size: 22px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
}

.left-title::before {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eaeaea;
}

.h3title {
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin: 10px 0;
	line-height: 30px;
}
.h3title::before {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eaeaea;
}

.h3title::after {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #009d8e;
}

.text-content{
	font-size: 16px;
	text-indent:2em;
	/*margin: 15px;*/
}

.point-content{
	margin-left: 2em;
}

.point-title{
	margin-top: 15px;
}


.text-inner{
	font-size: 16px;
	text-indent:1em;
	margin-left: 10px;
}

.img-text{
	text-align: center;
	font-size: 14px;
	margin: 15px;
}

.text-weight{
	font-size: 16px;
	font-weight: bold;
}

.img-box {
	text-align: center;
	width: 100%;
	margin: 15px 0;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

/*--banner--*/
.banner{
	position:relative;
}
.banner1{
	background:url(/images/banner111.JPG)no-repeat 0px 0px;
	background-size:cover;
	min-height: 800px;
}
.banner2{
	background:url(/images/banner222.JPG)no-repeat 0px 0px;
	background-size:cover;
}
.banner3{
	background:url(/images/banner333.JPG)no-repeat 0px 0px;
	background-size:cover;
}
.banner4{
	background:url(/images/banner444.JPG)no-repeat 0px 0px;
	background-size:cover;
}
.banner5{
	background:url(/images/banner555.JPG)no-repeat 0px 0px;
	background-size:cover;
}
.banner1 {
	min-height: 800px;
	height: auto;
	width: auto;
}
#slider3,#slider4 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li{
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	height: auto;
	border: 0;
	width:100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 49%;
	left: 3%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 100px;
	width: 32px;
	/*background: transparent url("/images/icons.png") no-repeat 0px 0px;*/
	background: transparent url("/images/icons_green.png") no-repeat 0px 0px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	right: 3%;
	/*background: url(/images/icons.png)no-repeat -36px 0px;*/
	background: url(/images/icons_green.png)no-repeat -36px 0px;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	bottom: 4%;
	z-index: 111;
	left: 43.05%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
	margin: 0 .3em;
}
/*----*/
.callbacks_tabs a{
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 9px;
	border-radius: 18px;
	width: 40px;
	display: inline-block;
	background: #fff;
	border:1px solid #00CED1;
}
.callbacks_here a:after{
	background: #00CED1;
}
/*--//banner--*/


/* flat botton
-------------------------------------------------------------- */
.flat-button {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0 44px;
    font-weight: 600;
    border: 2px solid transparent;
    letter-spacing: 1.7px;
    line-height: 45px;
    background-color: #394348;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.flat-button:hover {
	background-color: #18ba60;
	color: #fff;
}

.wrap-button.s1 {
	text-align: center;
	margin-top: 55px;
	padding-right: 3px;
}

.wrap-button.s2 {
	margin-top: 0;
	padding-right: 0;
}

.wrap-button.s2 .flat-button {
    position: relative;
    display: inline-block;
    margin-top: 26px;
    font-size: 13px;
    color: #fff;
    padding: 7px 32px 7px 18px;
    border-radius: 3px;
    font-family: SimHei;
    font-weight: 600;
    background-color: #18ba60;
    line-height: normal;
    letter-spacing: 0;
}

.wrap-button.s2 .flat-button:after {
    content: "\f054";
    font-family: SimHei;
    position: absolute;
    right: 13px;
    top: 11px;
    font-weight: normal;
    font-size: 12px;
}

.wrap-button.s2 .flat-button:hover {
	background-color: #2e363a;
}


/* Blog Single
-------------------------------------------------------------- */

/* Top
-------------------------------------------------------------- */
.top {
	background-color: #3a526a;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0;
}

.flat-infomation {
	float: left;
	line-height: 25px;
}

.flat-infomation li {
	display: inline-block;
	position: relative;
}

.flat-infomation li a,
.flat-questions a {
	color: #ffffff;
}

.flat-infomation li a:hover,
.flat-questions a:hover {
	color: #18ba60;
}


.flat-infomation li.phone {
	padding: 0 15px 0 17px;
    border-right: 1px solid #617588;
    font-weight: 400;
    line-height: 1.3;
}

.flat-infomation li:before,
.flat-questions a.questions:before {
	content: "\f095";
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: SimHei;
}

.flat-infomation li.email {
	padding-left: 18px;
	margin-left: 13px;
}

.flat-infomation li.email:before {
	content: "\f0e0";
	left: 0;
}

.flat-questions {
	float: right;
}

.flat-questions a.questions {
	margin-right: 25px;
	position: relative;
	padding-left: 20px;
}

.boxed.blog-single .flat-questions a.questions {
    margin-right: 25px;
}

.boxed.blog .flat-questions a.questions {
    margin-right: 25px;
}

.flat-questions a.questions:before {
	content: "\f059";
	top: -3px;
	left: 0px;
}

.flat-questions a.appointment {
	background-color: #18ba60;
	font-size: 14px;
	padding: 11px 27px 12px 27px;
	font-weight: 600;
	letter-spacing: 0;
}

.flat-questions a.appointment:hover {
	background-color: #2e363a;
	color: #ffffff;
}

.tp-bannertimer {
	display: none;
}

/* boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f;
    overflow: hidden;
}

/* Header
---------------------------------------------------------------*/
.header.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #ffffff;
	width: 100%;
}

.logo {
	margin-top: 21px;
}

/*top search*/
.flat-show-search {
	position: relative;
	float: right;
}

.show-search {
    float: right;
    margin-left: 32px;
    position: relative;
}

.show-search a {
    position: relative;
    width: 35px;
    height: 35px;
    background: #bfbfbf;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin: 27px 0 30px;
}

.top-search {
    position: absolute;
    right: 0;
    top: 110%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.top-search #searchform-all {
    position: relative;
}

.top-search #searchform-all #s {
    margin-bottom: 0;
    height: 45px;
    font-size: 14px;
    color: rgba(21, 65, 110, 0.65);
    background-color: #fff;
}

.top-search #searchform-all #searchsubmit {
    padding: 3px;
    position: absolute;
    right: 12px;
    top: -2px;
    font-family: SimHei;
    color: #18ba60;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100%;
}

.show-search a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.show-search.active .fa-search::before {
    content: "\f00d";
}


/* Main Menu
---------------------------------------------------------------*/
.nav-wrap {
	float: right;
}

#mainnav .menu > li {
	display: inline-block;
	position: relative;
}

#mainnav .menu > li > a {
	line-height: 92px;
	display: inline-block;
	padding: 0 19.5px;
	color: #424242;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}

#mainnav .menu > li > a:hover {
	color: #18ba60;
}

#mainnav .menu > li:last-child a {
	padding-right: 0;
}

#mainnav .menu > li a i.fa {
	padding-left: 6px;
}

/* Sub-menu */
#mainnav .menu > li > .sub-menu {
	opacity: 0;
	z-index: 9999;
	position: absolute;
	width: 250px;
	background-color: #1d2738;
	top: 150%;
	left: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

#mainnav .menu > li:last-child .sub-menu {
	left: auto;
	right: 0;
}

#mainnav .menu > li:hover > .sub-menu {
	opacity: 1;
	z-index: 1;
	top: 92px;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > .sub-menu > li > a {
	display: block;
	padding: 0px 0px 0px 15px;
	line-height: 45px;
	border-bottom: 1px solid #2d374a;
	color: #ffffff;
}

#mainnav .menu > li > .sub-menu > li > a:hover {
	background-color: #18ba60;
	color: #ffffff;
}

/* Page Title
---------------------------------------------------------------*/
.page-title {
	padding: 23px 0 22px;
	background-color: #f8f8f8;
}

.page-title .page-title-heading {
	float: left;
}

.page-title .page-title-heading .h1-title {
	color: #2e363a;
	font-size: 31px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.page-title .breadcrumbs {
	float: right;
}

.page-title .breadcrumbs li {
	display: inline-block;
	line-height: 38px;
}

.page-title .breadcrumbs li a {
	color: #18ba60;
	letter-spacing: -0.2px;
}

.page-title .breadcrumbs li:last-child a {
	color: #a9a9a9;
}

.page-title .breadcrumbs li a:hover {
	color: #a9a9a9;
}

.page-title .breadcrumbs li:last-child a:hover {
	color: #a9a9a9;
}

.page-title .breadcrumbs li a i {
	padding: 0 5px 0 9px;
}

/* Main Content
---------------------------------------------------------------*/
.main-content {
	margin: 50px 0 39px;
}

.wrap-post {
	margin: 0 -15px;
	overflow: hidden;
}

article.post.s1 {
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 50%;
	padding: 0 15px;
}

article.post .featured-post ul.post-date {
	position: absolute;
	top: 0;
	left: 45px;
	background-color: #2e363a;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 2px 10px 7px 12px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post .featured-post ul.post-date .day {
	font-size: 30px;
	margin-top: 2px;
    margin-bottom: 2px;
}

article.post .content-post {
	padding: 35px 30px 20px 30px;
	position: relative;
	background-color: #f7f7f7;
}

article.post .content-post:after {
	content: '';
	position: absolute;
	width: 64px;
	height: 5px;
	background-color: #30ab56;
	top: 0px;
	left: 30px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post:hover .featured-post ul.post-date {
	background-color: #18ba60;
}

article.post .content-post h4 {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 16px;
}

article.post .content-post .more-link {
	margin-top: 19px;
}

article.post .content-post .more-link a {
	background-color: #2e363a;
	border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    padding: 0 38px 3px;
    letter-spacing: 0;
    color: #ffffff;
}

article.post .content-post .more-link a:hover {
	background-color: #18ba60;
}

/* Blog Pagination
---------------------------------------------------------------*/
.blog-single-pagination {
	margin: 12px 0 10px;
}

.flat-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.flat-pagination li a {
	line-height: 20px;
	background-color: #f7f7f7;
	padding: 0 15px;
	display: block;
	line-height: 41px;
	width: 40px;
	text-align: center;
}

.flat-pagination li a:hover,
.flat-pagination li a.active {
	background-color: #18ba60;
	color: #ffffff;
}

/* Footer
---------------------------------------------------------------*/
#footer {
	background-color: #2e363a;
}

/* Footer Widgets
---------------------------------------------------------------*/

/* Widget-infomation */
.widget-infomation {
	border-bottom: 1px solid #394348;
	padding: 22px 0 26px;
}

.widget-infomation ul.infomation-footer li {
	display: inline-block;
	margin-right: 96px;
}

.widget-infomation ul.infomation-footer li a {
	color: #e5e5e5;
}

.widget-infomation ul.infomation-footer li a:hover {
	color: #18ba60;
}

.widget-infomation ul.infomation-footer li i.fa {
	background-color: #18ba60;
	color: #ffffff;
	width: 40px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
}

/* Widget-box */
.widget-box {
	padding: 52px 0 47px;
}

.widget-box .widget-text p {
	color: #ffffff;
	margin-bottom: 20px;
}
.widget-box .widget-text{
	color: #ffffff;
	/*margin-bottom: 20px;*/
}

.widget-box .widget-services .one-half {
	width: 50%;
	float: left;
	margin-top: 2px;
}

.widget-box .widget-services .one-half.first {
	padding-left: 16px;
	margin-top: 1px;
}

.widget-box .widget-services .one-half li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 11px;
	color: #ffffff;
}

.widget-box .widget-services .one-half li:before  {
	/*content: "\f0da";*/
	font-family: SimHei;
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
}

.widget-box .widget-services .one-half li a {
	color: #e5e5e5;
}

.widget-box .widget-services .one-half li a:hover {
	color: #18ba60;
}

/* Widget-subscribe */
.widget-subscribe form label {
	color: #ffffff;
	margin-bottom: 9px;
}

#form-email-footer {
	width: 352px;
	border-radius: 0;
}

.widget-subscribe form .button-subscribe:hover {
	background-color: #2e363a;
	border-color: #2e363a
}

.widget-subscribe button {
	letter-spacing: 0;
}

/* Footer Bottom
---------------------------------------------------------------*/
.footer-bottom {
	border-top: 1px solid #394348;
	padding: 24px 0;
}
.footer-bottom .copyright {
	float: left;
	color: #ffffff;
}

.footer-bottom .copyright a,
.footer-bottom .menu-footer li a {
	color: #e5e5e5;
}

.footer-bottom .copyright a:hover,
.footer-bottom .menu-footer li a:hover {
	color: #18ba60;
}

.footer-bottom .menu-footer {
	float: right;
}

.footer-bottom .menu-footer li {
	display: inline-block;
	margin-left: 28px;
}

/* BLog
-------------------------------------------------------------- */

/* Main Content */

/* Main Post */
article.main-post {
	padding: 29px 0;
    border-bottom: 1px solid #eff0f4;
    margin-bottom: 21px;
}

article.main-post:first-child {
	padding: 0 0 29px;
}

/* Entry Post Title */
.entry-post-title .post-title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
	letter-spacing: 0;
}

.entry-post-title ul.entry-meta li {
	display: inline-block;
	padding-left: 27px;
    padding-right: 10px;
	border-right: 1px solid #eff0f4;
	line-height: 1;
	position: relative;
	margin-left: 13px;
}

.entry-post-title ul.entry-meta li:first-child {
	margin-left: 0;
}

.entry-post-title ul.entry-meta li:last-child {
	border-right: none;
}

.entry-post-title ul.entry-meta li:before {
	content: "\f017";
	font-family: SimHei;
	position: absolute;
	top: -1px;
	left: 3px;
	font-size: 15px;
	color: #888;
}

.entry-post-title ul.entry-meta {
	margin-bottom: 33px;
}

.entry-post-title ul.entry-meta li.date:before {
	left: 2px;
}

.entry-post-title ul.entry-meta li.author:before {
	content: "\f007";
}

.entry-post-title ul.entry-meta li.categories:before {
	content: "\f115";
}

.entry-post-title ul.entry-meta li.comment:before {
	content: "\f0e6";
}

.entry-post-title ul.entry-meta li a {
	color: #888;
}

.entry-post-title ul.entry-meta li a:hover {
	color: #18ba60;
}

/* Featured Post */
article.main-post .featured-post {
	margin-bottom: 30px;
}

/* Entry Content */
article.main-post .entry-content a.more-link {
	background-color: #18ba60;
    color: #ffffff;
    line-height: 45px;
    padding: 0 37px 0 19px;
    display: inline-block;
    border-radius: 2px;
    margin: 25px 0 20px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

article.main-post .entry-content a.more-link:before {
	content: "\f054";
	font-family: SimHei;
	position: absolute;
	top: 49%;
	right: 14%;
	font-size: 13px;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
   -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.main-post .entry-content a.more-link:hover:before {
	right: 10%;
}

article.main-post .entry-content a.more-link:hover {
	background-color: #3a526c;
}

/* Blog Pagination */
.blog-pagination {
	margin: 50px 0 10px;
}

/* Side Bar Blog
-------------------------------------------------------------- */
.sidebar.right {
	padding-left: 30px;
}

.sidebar .widget {
	margin-bottom: 50px;
	overflow: hidden;
}

/* Widget Title */
.widget .widget-title {
	font-size: 24px;
	padding-bottom: 17px;
	margin-top: 20px;
	margin-bottom: 34px;
	color: #333333;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

.widget .widget-title:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #18ba60;
	bottom: -1px;
	left: 0px;
	border-radius: 2px;
}

/* Widget Recent */
.widget-recent ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.widget-recent ul li:first-child {
	padding-top: 0;
}

.widget-recent ul li a {
	font-weight: 600;
}

.widget-recent ul li span {
	display: block;
	margin-top: 5px;
	color: #b9c1cf;
}

/* Widget Categories */
.widget-categories ul li {
	padding: 13px 0 12px 16px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget-categories ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333333;
	top: 47%;
	left: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);

}

.widget-categories ul li a {
	letter-spacing: 0.3px;
}

/* Widget Brochure */
.widget-brochure {
	padding: 28px 27px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure .brochure-box-title {
	margin-bottom: 18px;
}

.widget-brochure .brochure-box-title p {
	font-size: 13px;
}

.widget-brochure .brochure-box-title .brochure-title {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 10px;
}

.widget-brochure .btn-download a {
	display: block;
	background-color: #3a526c;
	line-height: 45px;
	padding: 0 19px;
	margin-bottom: 18px;
	border-radius: 4px;
	position: relative;
	color: #ffffff;
	letter-spacing: 0.2px;
}

.widget-brochure .btn-download a:hover {
	background-color: #18ba60;
}

.widget-brochure .btn-download a:after {
	content: "\f1c1";
	font-family: SimHei;
	position: absolute;
	top:  1px;
	right: 19px;
}

.widget-brochure .btn-download a.doc:after {
	content: "\f1c2";
}

/* Widget Tag */
.widget-tags .tag-cloud a {
	display: inline-block;
	background-color: #18ba60;
	border-radius: 4px;
    padding: 7px 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #ffffff;
}

.widget-tags .tag-cloud a:hover {
	background-color: #3a526c;
}

/* sidebar services
-------------------------------------------------------------- */
.sidebar.left .widget {
    margin-bottom: 50px;
    overflow: hidden;
}

.sidebar .widget.widget_nav_menu ul li {
    display: block;
    padding: 12px 0 11px 25px;
    margin-bottom: 2px;
    color: #222222;
    font-weight: 700;
    font-size: 13px;
    font-family: SimHei;
    background-color: #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 35px;
    letter-spacing: 0.4px;
}

.sidebar .widget.widget_nav_menu ul li.active,
.sidebar .widget.widget_nav_menu ul li:hover {
    background-color: #3a526a;
    color: #fff;
}

.sidebar .widget.widget_nav_menu ul li.active a,
.sidebar .widget.widget_nav_menu ul li:hover a {
	color: #fff;
}

.widget-brochure.services {
	padding: 28px 24px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure.services .brochure-box-title p {
    margin-right: -5px;
}

/* Home Widget Header
-------------------------------------------------------------- */
.header {
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Home Tp-Banner
-------------------------------------------------------------- */
.tp-banner-container .tp-banner img {
	height: 700px;
}

/* Flat Row Image Style1
-------------------------------------------------------------- */
.pd-imagebox {
	padding: 60px 0;
}

.imagebox-image {
	position: relative;
}



/* Iconbox Style1
-------------------------------------------------------------- */

.bg-theme {
	background-color: #f7f7f7;
}

/* Flat Row Icon */
.flat-iconbox {
	padding: 80px 0 75px;
}

.height80 {
	height: 70px;
}


/* iconbox slider
-------------------------------------------------------------- */
.flat-owl-stage {
	padding: 50px 0 70px;
}

.iconbox-slider .slides {
	margin-top: 15px;
}


/* Flat CallBack
-------------------------------------------------------------- */
.flat-callback {
	padding: 84px 0 70px;
	background-color: #2e363a;
}

/* Text Block Callback */
.text-block-callback {
	text-align: right;
}

.text-block-callback h2 {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 27px;
	font-weight: 600;
}

.text-block-callback .text-callback-content {
	color: #ffffff;
}

/* Flat Call Back Form */
.flat-callback-form {
	padding-left: 30px;
}

.flat-callback-form .flat-field {
	margin: 0 -10px;
	padding-right: 75px;
}

.flat-callback-form .flat-field .field-one-half {
	width: 50%;
	padding: 0 10px;
	float: left;
}

.flat-callback-form .flat-field .field-one-half.field-email {
	margin-right: 0;
}

.flat-callback-form .flat-field .field-one-half label {
	color: #cccccc;
	margin-bottom: 10px;
}

.flat-callback-form .flat-field .field-one-half select {
	padding: 14px;
}

.flat-callback-form .flat-field .field-one-half select,
.flat-callback-form .flat-field .field-email input,
.flat-callback-form .flat-field .field-phone input {
	height: 50px;
	margin-bottom: 30px;
}

.flat-callback-form .flat-field .field-email input {
	margin-top: 35px;
	border-radius: 4px;
}

.flat-callback-form .flat-field .field-submit button.button-submit-field {
	text-transform: capitalize;
	padding: 0 30px;
	height: 50px;
}

.flat-callback-form .flat-field .field-submit button.button-submit-field:hover {
	background-color: #2e363a;
	border-color: #2e363a;
}

.flat-callback-form select {
    background-image: url(/images/icon-arrow-select.png);
    background-position: 96% 49%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #555;
	opacity: 1;
}

.flat-form-info input:-moz-placeholder,
.flat-form-info textarea:-moz-placeholder,
.flat-form-info input::-moz-placeholder,
.flat-form-info textarea::-moz-placeholder {
  	color: #c1c1c1;
	opacity: 1;
}

.flat-form-info input:-ms-input-placeholder,
.flat-form-info textarea:-ms-input-placeholder {
  	color: #c1c1c1;
}

.flat-form-info input::-webkit-input-placeholder,
.flat-form-info textarea::-webkit-input-placeholder {
  	color: #c1c1c1;
	opacity: 1;
}

/* Map */
.map {
    width: 100%;
    height: 454px;
}

/* carousel */
.flat-carousel .owl-controls .owl-nav div.owl-prev {
    left: -85px;
    background-color: transparent;
}

.flat-carousel .owl-controls .owl-nav div.owl-next {
    right: -85px;
    background-color: transparent;
}

.flat-carousel .owl-controls .owl-nav div.owl-prev:before,
.flat-carousel .owl-controls .owl-nav div.owl-next:before {
    /*font-family: SimHei;*/
    font-size: 30px;
    color: #ccc;
}

.flat-carousel .owl-controls .owl-nav div.owl-prev:before {
    /*content: "\f3d2";*/
}

.flat-carousel .owl-controls .owl-nav div.owl-next:before {
    /*content: "\f3d3";*/
}

/* progress
-------------------------------------------------------------- */
.flat-progress {
    position: relative;
    margin-bottom: 30px;
}

.flat-progress .name {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
}

.flat-progress .progress-bar {
    background-color: #f5f5f5;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flat-progress .perc {
    width: 0;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.flat-progress .perc.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.flat-progress .progress-animate {
    background-color: #18ba60;
    height: 10px;
    width: 0;
    border-radius: 5px;
}

/* Flat News
-------------------------------------------------------------- */
.flat-news {
	padding: 50px 0 49px;
}

.flat-news-s2 {
	padding: 45px 0 113px;
}

.flat-news.s3 {
	padding: 3px 0 50px;
}

.flat-news .title-section h2 {
	margin-bottom: 56px;
}

.flat-news.s3 .title-section h2 {
    margin-bottom: 40px;
}

article.post.style2 .featured-post,
article.post.style3 .featured-post,
.news-small .news-small-image {
	position: relative;
}

article.post.style2 .featured-post:before,
article.post.style3 .featured-post:before,
.news-small .news-small-image:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 30px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 999;
	opacity: 0;
	-webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	 -o-transform: translateX(-50%);
    	 	transform: translateX(-50%);
}

article.post.style2 .featured-post:after,
article.post.style3 .featured-post:after,
.news-small .news-small-image:after {
	content: '';
	position: absolute;
	height: 30px;
	width: 1px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 999;
	opacity: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
}

article.post.style2:hover .featured-post:after,
article.post.style2:hover .featured-post:before,
article.post.style3:hover .featured-post:after,
article.post.style3:hover .featured-post:before,
.news-small:hover .news-small-image:before,
.news-small:hover .news-small-image:after {
	opacity: 1;
}

article.post.style2 .featured-post a.post-image,
.news-small .news-small-image a.post-image-small {
	position: relative;
	height: 100%;
	display: block;
}

article.post.style2 .featured-post a.post-image:after,
article.post.style3 .featured-post a:after,
.news-small .news-small-image a.post-image-small:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style2:hover .featured-post a.post-image:after,
article.post.style3:hover .featured-post a:after,
.news-small:hover .news-small-image a.post-image-small:after {
	opacity: 0.5;
}

article.post.style2 .featured-post ul.post-date {
	 left: 29px;
}

/* Widget Recent News */

.widget.widget-recent-news li {
    margin-bottom: 18px;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.widget.widget-recent-news li:last-child {
    border-bottom: 0;
}

.widget.widget-recent-news .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
}

.widget.widget-recent-news .thumb a {
    position: relative;
    display: block;
    background: #000000;
}

.widget.widget-recent-news .thumb a:after,
.widget.widget-recent-news .thumb a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin-top: -15px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget.widget-recent-news .thumb a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.widget.widget-recent-news li:hover a:before,
.widget.widget-recent-news li:hover a:after {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget-recent-news .thumb a img {
    -webkit-transition: all 0.2s ease-in-out 0s;
       -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
         -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}

.widget.widget-recent-news li:hover img {
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.widget.widget-recent-news li .text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.widget.widget-recent-news li .text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #b9c1cf;
}


/* Flat Client
-------------------------------------------------------------- */
.flat-client {
	padding: 61px 0 70px;
}

.flat-client ul li:first-child {
	margin-left: 20px;
}

.flat-client ul li:last-child {
	margin-right: 0;
}

.flat-client ul li {
	display: inline-block;
	margin: 0 33px;
}

/* Top Style2
-------------------------------------------------------------- */
.top.style2 {
	background-color: #ffffff;
	padding: 0;
	color: #333333;
}

.top.style2 .logo {
	margin-top: 9px;
	line-height: 126px;
}

.top.style2 .flat-open-hours {
	width: 50%;
	float: left;
}

.top.style2 .flat-open-hours,
.top.style2 .flat-address {
	margin-top: 46px;
}

.top.style2 .flat-open-hours .icon,
.top.style2 .flat-address .icon {
	float: left;
    margin-right: 13px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #333333;
    border-radius: 50%;
    font-size: 21px;
}

.top.style2 .flat-open-hours .text,
.top.style2 .flat-address .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.top.style2 .flat-open-hours .text span,
.top.style2 .flat-address .text span {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}

/* Top Style2 v2
-------------------------------------------------------------- */
.top.style2.v1 .logo {
    margin-top: 0;
    line-height: 0;
}

.top.style2.v1 .flat-open-hours,
.top.style2.v1 .flat-address {
    margin-top: 0;
}

.top.style2.v1 {
	padding: 30px 0 60px;
}


/* Header Style2
-------------------------------------------------------------- */
.head_nav.fix {
  left: 0;
  max-width: 100%;
  overflow: visible;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header.style2 {
	background-color: #3a526a;
}

.header.style2 .nav-wrap {
	float: left;
	color: #ffffff;
}

.header.style2 #mainnav .menu > li > a {
	color: #ffffff;
	line-height: 65px;
}

.header.style2 #mainnav .menu > li > a:hover {
	color: #2e363a;
}

.header.style2 #mainnav .menu > li:hover > .sub-menu {
	top: 65px;
}

.header.style2 .show-search {
    float: right;
    width: auto;
    margin-left: 0;
}

.header.style2 .show-search a {
    margin: 15px 0;
    background-color: transparent;
}

.header.style2 .show-search a i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

/* Header Style2 v1
-------------------------------------------------------------- */
.header.style2.v1 {
	background-color: transparent;
}

.header.style2.v1 .flat-header-wrap {
	background-color: #3a526a;
}

.header.style2.v1 .flat-header-wrap {
    position: absolute;
    padding: 0 40px;
    bottom: -32px;
    margin-bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background-color: #3a526a;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.header.style2.v1.fixed-header {
	box-shadow: none;
}

.header.style2.v1 .show-search a {
    margin: 12.5px 0;
}

.header.style2.v1 #mainnav .menu > li > a {
	line-height: 59px;
}

.header.style2.v1.fixed-header .flat-header-wrap {
    bottom: -59px;
}

/* Header Style3
-------------------------------------------------------------- */
.header.style3 {
	position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba( 255,255,255,0.15 );
    background-color: transparent;
}

.header.style3.fixed-header {
	width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header.style3 .show-search a {
    background-color: transparent;
}

.header.style3 #mainnav > ul > li > a,
.header.style3 .show-search a i {
    color: #fff;
}

.header.style3.fixed-header #mainnav > ul > li > a,
.header.style3.fixed-header .show-search a i {
    color: #2d2d2d;
}


/* Flat Counter
-------------------------------------------------------------- */
.flat-counter {
	padding: 95px 0 100px;
	position: relative;
}

.flat-counter .container {
	z-index: 99;
	position: relative;
}

/* Counter */
.counter {
	text-align: center;
	color: #ffffff;
	z-index: 10;
}

.counter .counter-content {
	margin-bottom: 9px;
}

.counter .counter-content .counter-number {
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
}

.counter .name {
	font-weight: 600;
}

.flat-counter .overlay {
	position: absolute;
	content: '';
	background-color: #333333;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 1;
}

/* Progress Bar */
.progress-item {
    position: relative;
    margin-bottom: 30px;
}

.progress-item .name {
    position: absolute;
    left: 0;
    top:0;
    font-size: 14px;
    font-weight: 700;
    font-family: SimHei;
}

.progress-item .perc {
    font-weight: 400;
    text-align: right
}

.progress-item .progress-animate {
    background-color: #18ba60;
    height: 10px;
    width: 0;
    border-radius: 5px;
}

.progress-item .progress-bar {
    background-color: #f5f5f5;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
           box-shadow: none;
}

.progress-item .progress-bar {
	background-color: #f7f7f7;
	line-height: 24px;
	font-size: 12px;
}

.progress-item .perc {
    width: 0;
    text-align: right;
      opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
         -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
}

.progress.item .perc.show {
       opacity: 1;
}

/* Flat Progress Accordion
-------------------------------------------------------------- */
.flat-progress-accordion {
	padding: 80px 0;
}

/*Progress
-------------------------------------------------------------- */
.progres, .accordion {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	padding: 60px 30px 50px 31px;
}

.progres .progress-title h2,
.accordion .accordion-title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 0px;
}

.progres .progress-title h2:after,
.accordion .accordion-title h2:after {
	content: '';
	position: absolute;
	height: 5px;
	width: 50px;
	background-color: #18ba60;
	bottom: 0;
	left: 0;
}

.progres .progress-content {
	margin-bottom: 43px;
}


/* Article Post Style2
-------------------------------------------------------------- */
article.post.style2 .content-post:after {
	top: 0;
}

article.post.style2 .content-post h4 {
    margin: 0 0 18px;
}

article.post.style2 {
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style2:hover .post-date {
	background-color: #18ba60;
}

article.post.style2:hover {
	margin-top: -3px;
	background-color: #ffffff;
	box-shadow: 0 0 15px #ddd;
}

article.post.style2:hover .content-post {
	background: #fff;
}

/* Flat Block Qoute
-------------------------------------------------------------- */
.flat-block-quote {
	padding: 68px 0;
}

.flat-block-quote-slider {
	border-radius: 5px;
	box-shadow: 0px 26px 16px 0px rgba(0, 0, 0, 0.27);
	background-color: #ffffff;
	filter: Alpha(opacity=90);
	opacity: 0.9;
}

.block-quote {
	text-align: center;
	padding: 60px 45px 105px;
}


.block-quote .quote-content {
	position: relative;
}

.block-quote .quote-content:before {
	content: "\f10d";
	font-family: SimHei;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	color: #ffffff;
	background-color: #18ba60;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	transform: translateX(-50%);
}

.block-quote .quote-content blockquote {
	padding: 80px 28px 36px 55px;
	font-size: 16px;
	color: #666666;
	line-height: 27px;
}

.block-quote .quote-content .quote-author .author-name {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 3px;
}

.flat-block-quote-slider .flex-control-nav {
    bottom: 46px;
    padding-right: 31px;
}

.flat-block-quote-slider .flex-control-nav li {
    margin: 0 3px;
}

.flat-block-quote-slider .flex-control-paging li a {
    width: 6px;
    height: 6px;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
	top: -2px;
    position: relative;
	width: 10px;
    height: 10px;
    background: #18ba60;
    cursor: default;
    background: transparent;
    -webkit-box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
       -moz-box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
         -o-box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
            box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
}

/* Home Layout3
-------------------------------------------------------------- */


/* Flat Benefit
-------------------------------------------------------------- */
.flat-benefit {

	padding: 96px 0px 0;
	position: relative;
}

.flat-benefit:before {
	content: '';
	position: absolute;
	background: #ffffff;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.height24 {
	height: 24px;
}

/* Testimonials
-------------------------------------------------------------- */
.flat-testimonials {
	padding: 73px 0 62px ;
}

/* Flat News Layout3 Style3
-------------------------------------------------------------- */
.title-section.style3 h2:after {
	background-color: transparent;
}

.wrap-article {
	margin: 0 -15px;
}

article.post.style3 {
	background-color: transparent;
	width: 50%;
	float: left;
	padding: 0 15px;
}

article.post.style3 .featured-post {
	float: left;
	margin-right: 25px;
	position: relative;
}


article.post.style3 .featured-post ul.post-date {
	left: 30px;
}

article.post.style3 .content-post {
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}

article.post.style3 .content-post:after {
	background-color: transparent;
}

article.post.style3 .content-post h4 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

article.post.style3 .content-post h4 a {
	color: #2e363a;
}

article.post.style3 .content-post h4 a:hover {
	color: #18ba60;
}

article.post.style3 .content-post .entry-post {
	padding-left: 1px;
	margin-bottom: 19px;
}

article.post.style3 .news-button.style3 {
	font-weight: 600;
    letter-spacing: 0.8px;
    padding-left: 5px;
}

article.post.style3 .news-button.style3 a {
	color: #18ba60;
	line-height: 28px;
	position: relative;
}

article.post.style3 .news-button.style3 a:after {
	content: "\f30f";
	font-size: 18px;
	font-family: SimHei;
	position: absolute;
	right: -20px;
	color: #18ba60;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style3 .news-button.style3 a:hover:after {
	right: -30px;
}

/* Flat News Post Style4
-------------------------------------------------------------- */
article.post.style4 {
    background-color: transparent;
    width: auto;
    float: none;
    padding: 0 0;
}

article.post.style4 .featured-post ul.post-date {
    left: 46px;
}

article.post .content-post {
    padding: 33px 30px 20px 30px;
}

/* Services widget
-------------------------------------------------------------- */
.one-half {
	width: 50%;
	float: left;
}

.wrap-one-half.services .one-half.v1 {
	padding: 0 17px 0 0;
}

.wrap-one-half.services .one-half.v2 {
	padding-right: 0;
}

.wrap-one-half.services .one-half {
	padding: 0 15px;
}

.wrap-one-half.services {
	margin: 0 -15px;
	padding-left: 45px;
	padding-right: 47px;
	overflow: hidden;
}

.box-content .title {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin: 9px 0;
}

.box-content .flat-list li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}

.box-content .flat-list li:before {
    content: "\f00c";
    font-family: SimHei;
    color: #18ba60;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    padding-top: 1px;
    line-height: normal;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.flexslider .flex-direction-nav a {
    opacity: 0;
    color: transparent;
    text-shadow: none;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.flexslider:hover .flex-direction-nav a {
	opacity: 0.7;
}

.flexslider.s1 {
	 margin: 4px 3px 87px 5px;
}

.flexslider {

    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

/* about v1
-------------------------------------------------------------- */
.wrap-main-post.about-v1 {
	padding: 0 10px 0 30px; ;
}

.about-v1 .entry .feature-post {
    display: inline-block;
    float: left;
    margin: 0 31px 0 0;
}

.content-post .position {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    color: #999999;
}

.content-post .title-post {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

/* about v3
-------------------------------------------------------------- */
.wrap-main-post.about-v3 {
	padding: 0 29px 0 30px; ;
}

.flexslider.s2 {
	margin-bottom: 119px;
}

.flexslider .flex-direction-nav li a:before {
    content: "\f053";
    font-family: SimHei;
    font-size: 15px;
    color: #ffffff;
    left: 13px;
    position: absolute;
}

.flexslider .flex-direction-nav li a.flex-next:before {
    content: "\f054";
}

.flat-text-block-timeline {
	margin-bottom: 46px;
}

.flat-text-block-timeline .year {
    font-size: 23px;
    font-weight: 600;
    font-family: SimHei;
    color: #18ba60;
    margin-bottom: 38px;
    position: relative;
}

.flat-text-block-timeline .year:after {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 90px;
    height: 1px;
    background-color: #dfdfdf;
    content: "";
}

.flat-text-block-timeline .flat-timeline-content {
    padding-left: 90px;
}

.flat-timeline-content .box-content .title {
    margin: 9px 0;
}

/* contact v1
-------------------------------------------------------------- */
.contact-info .info {
	margin-bottom: 42px;
}

.contact-info .info .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 7px;
    color: #222;
}

.flat-form-info {
	margin: 0 -10px;
}

.form-info .one-half {
    padding: 0 10px;
}

.form-info input[type="text"],
.form-info input[type="email"],
.form-info input[type="phone"],
.form-info textarea {
    background-color: #f7f7f7;
    font-size: 14px;
    color: #c1c1c1;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    margin-bottom: 30px;
}

.form-info input:focus,
.form-info textarea:focus {
	border: 1px solid #18ba60;
}

.form-info input {
	height: 50px;
	width: 100%;
	border-radius: 0;
}

.form-info textarea {
    height: 288px;
    padding: 15px 0 0 15px;
}

.form-info input[type="submit"] {
	color: #fff;
	letter-spacing: 2px;
    font-size: 13px;
    height: 45px;
}

.form-info input[type="submit"]:hover {
	background-color: #2e363a;
	border-color: #2e363a;
	color: #fff;
}


/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

.parallax1 { background-image: url(/images/parallax/bg-parallax1.jpg); background-repeat: no-repeat;}

.parallax2 { background-image: url(/images/parallax/bg-parallax2.jpg); background-size: cover;}

.parallax3 { background-image: url(/images/parallax/bg-parallax3.png); background-size: cover;}

.parallax.overlay-s1 .overlay-parallax {
    background-color: #333333;
 	opacity: 0.8;
}

.parallax .overlay-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* padding section */
.pd-imagebox-s3 {
	padding: 100px 0;
}

.flat-imagebox.style2 {
    padding: 50px 0 50px;
}

.pd-portfolio-s1 {
	padding: 49px 0 74px;
}


.pd-portfolio-s2 {
	padding: 49px 0 72px;
}

.pd-portfolio-s3 {
    padding: 49px 0 70px;
}

.pd-services-post {
	padding: 60px 0 41px;
}

.pd-services-widget {
	padding: 50px 0 49px;
}

.pd-about-post {
	padding: 50px 0 113px;
}

.pd-aboutv3 {
	padding: 50px 0 49px;
}

.pd-about-team {
	padding: 59px 0 90px;
}

.pd-contact-v1 {
	padding: 100px 0 90px;
}

.pd-contact-v2 {
	padding: 40px 0 58px;
}

.pd-title-section {
	padding: 59px 0 0;
}

.dividers {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.blog-single-post {
	margin: 50px 0 39px;
}

.dividers-pagination {
	height: 40px;
}

.dividers.portfolio {
	height: 42px;
}

.dividers.dividers-imagebox {
	height: 79px;
}

.dividers.dividers-imagebox.v1 {
	height: 81px;
}

.dividers.dividers-bc-v1 {
	height: 24px;
}

.dividers.dividers-bc-v2 {
	height: 44px;
}

.dividers.dividers-bc-v3 {
	height: 20px;
}

.dividers.dividers-bc-v4 {
	height: 50px;
}

.dividers.dividers-about-post {
	height: 115px;
}

.dividers.dividers-about-team {
	height: 61px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	background-color: #1d2738;
   	z-index: 1000;
   	position: absolute;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #2d374a;
   	cursor: pointer;
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #1d2738;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    border-top: 1px solid #2d374a;
    background-color: #1d2738;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 30px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 38px 0px 38px 20px;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #18ba60;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106";
}

.btn-menu {
   display: none;
}


/* GoTop
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;
   	width: 40px;
   	height: 40px;
   	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
    		border-radius: 2px;
   	cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
   	line-height: 40px;
   	text-align: center;
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;

}

.go-top.show {
	right: 15px;
	bottom: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;
}

.go-top:hover {
    background-color: #18ba60;
}

.go-top:hover i {
	color: #fff;
}


/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #18ba60;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	   -moz-animation: effect-2 2s infinite linear;
	    -ms-animation: effect-2 2s infinite linear;
	     -o-animation: effect-2 2s infinite linear;
	        animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
			 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
				transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
	       	 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   right: 0;
   top: 137px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
    padding-right: 0;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   left: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	left: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f105";
	font-family: SimHei;
	color: #18ba60;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #18ba60;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {
	font-family: SimHei;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;
	width: 30px;
	height: 30px;
	background-color: #333;
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: SimHei;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}


.sw-odd .ws-colors #color1 {
	background-color: #18ba60;
}

.sw-odd .ws-colors #color2 {
	background-color: #247fe1;
}

.sw-odd .ws-colors #color3 {
	background-color: #f87b27;
}

.sw-odd .ws-colors #color4 {
	background-color: #e33062;
}

.sw-odd .ws-colors #color5 {
	background-color: #29c2e1;
}

.sw-odd .ws-colors #color6 {
	background-color: #9b23ea;
}

.sw-odd #color2 {
	background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: SimHei;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/*switcher image*/
.sw-odd .sw-image {
	 padding: 0 20px 15px 0;
}

.sw-odd .sw-image a{
	padding: 0;
	margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
	width: 100%;
    border: none;
    background: #6f9a37;
    position: relative;
    height: 35px;
    line-height: 37px;
    border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
	content: "\f07a";
	font-family: SimHei;
	color: #fff;
	position: absolute;
	left: 20%;
	top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
	background: #2e363a;
}


/* 11. - Short code */
/* Accordion */
.kopa-accordion.style-01 .panel-group, .kopa-accordion.kopa-pagination.style-02 .panel-group, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-group, .kopa-accordion.bottom-header.style-02 .panel-group, .kopa-accordion.bottom-header.widget-title.style-03 .panel-group, .kopa-accordion.kopa-main-menu.style-02 .panel-group, .kopa-accordion.kopa-main-menu.style-03 .panel-group, .kopa-accordion.kopa-main-menu.style-04 .panel-group, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-group, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-group {
	margin: -10px 0 0;
}

.kopa-accordion.style-01 .panel, .kopa-accordion.kopa-pagination.style-02 .panel, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel, .kopa-accordion.bottom-header.style-02 .panel, .kopa-accordion.bottom-header.widget-title.style-03 .panel, .kopa-accordion.kopa-main-menu.style-02 .panel, .kopa-accordion.kopa-main-menu.style-03 .panel, .kopa-accordion.kopa-main-menu.style-04 .panel, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel {
	margin-top: 10px;
}

.kopa-accordion.style-01 .panel-default, .kopa-accordion.kopa-pagination.style-02 .panel-default, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default, .kopa-accordion.bottom-header.style-02 .panel-default, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default, .kopa-accordion.kopa-main-menu.style-02 .panel-default, .kopa-accordion.kopa-main-menu.style-03 .panel-default, .kopa-accordion.kopa-main-menu.style-04 .panel-default, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default {
	border: none;
	border-radius: 0;
}

.kopa-accordion.style-01 .panel-default .panel-heading, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading, .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading {
	padding: 0;
	background-color: #fff;
}

.kopa-accordion.style-01 .panel-default .panel-heading a, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a, .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a {
	display: block;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 0.5px;
	font-family: SimHei;
	font-weight: 400;
	padding: 18px 20px 16px;
	background-color: #18BA60;
	color: #fff;
}

.kopa-accordion.style-01 .panel-default .panel-heading a i, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a i, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a i, .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a i, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a i, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a i, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a i, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a i, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a i, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a i {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 0px solid;
	margin-right: 15px;
	margin-top: -6px;
}

.kopa-accordion.style-01 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a i[class*="plus"], .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a i[class*="plus"], .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a i[class*="plus"], .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a i[class*="plus"] {
	display: none;
}

.kopa-accordion.style-01 .panel-default .panel-heading a.collapsed, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a.collapsed, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a.collapsed, .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a.collapsed, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a.collapsed, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a.collapsed, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a.collapsed, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a.collapsed, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a.collapsed, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a.collapsed {
	color: #2c3e50;
	background-color: #fff;
}

.kopa-accordion.style-01 .panel-default .panel-heading a.collapsed i, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a.collapsed i, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a.collapsed i, .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a.collapsed i, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a.collapsed i, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a.collapsed i, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a.collapsed i, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a.collapsed i, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a.collapsed i, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a.collapsed i {
	color: #6f6f6f;
	border-color: #e5e4e9;
}

.kopa-accordion.style-01 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a.collapsed i[class*="plus"], .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a.collapsed i[class*="plus"] {
	display: block;
}

.kopa-accordion.style-01 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a.collapsed i[class*="minus"], .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a.collapsed i[class*="minus"] {
	display: none;
}

.kopa-accordion.style-01 .panel-default .panel-heading a:hover, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-heading a:hover, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-heading a:hover, .kopa-accordion.bottom-header.style-02 .panel-default .panel-heading a:hover, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-heading a:hover, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-heading a:hover, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-heading a:hover, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-heading a:hover, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-heading a:hover, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-heading a:hover {
	background-color: #2c3e50;
	color: #fff;
}

.kopa-accordion.style-01 .panel-default .panel-body, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-body, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-body, .kopa-accordion.bottom-header.style-02 .panel-default .panel-body, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-body, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-body, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-body, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-body, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-body, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-body {
	padding: 10px 20px;
}

.kopa-accordion.style-01 .panel-default .panel-body ul li, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-body ul li, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-body ul li, .kopa-accordion.bottom-header.style-02 .panel-default .panel-body ul li, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-body ul li, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-body ul li, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-body ul li, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-body ul li, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-body ul li, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-body ul li {
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	margin: 10px 0;
}

.kopa-accordion.style-01 .panel-default .panel-body ul li:before, .kopa-accordion.kopa-pagination.style-02 .panel-default .panel-body ul li:before, .kopa-accordion.kopa-pagination.widget-title.style-03 .panel-default .panel-body ul li:before, .kopa-accordion.bottom-header.style-02 .panel-default .panel-body ul li:before, .kopa-accordion.bottom-header.widget-title.style-03 .panel-default .panel-body ul li:before, .kopa-accordion.kopa-main-menu.style-02 .panel-default .panel-body ul li:before, .kopa-accordion.kopa-main-menu.style-03 .panel-default .panel-body ul li:before, .kopa-accordion.kopa-main-menu.style-04 .panel-default .panel-body ul li:before, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-02 .panel-default .panel-body ul li:before, .kopa-widget-list_teachers .module-list_teachers-01 .kopa-teacher-detail .kopa-accordion.teacher-detail.style-03 .panel-default .panel-body ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid;
	border-color: #3498db;
}

.kopa-accordion.style-02 .panel-group, .kopa-accordion.widget-title.style-03 .panel-group {
	margin-top: -30px;
}

.kopa-accordion.style-02 .panel, .kopa-accordion.widget-title.style-03 .panel {
	border: none;
	background-color: transparent;
	margin-top: 30px;
	box-shadow: none;
}

.kopa-accordion.style-02 .panel .panel-heading, .kopa-accordion.widget-title.style-03 .panel .panel-heading {
	border: none;
	border-radius: 0;
	padding: 0;
}

.kopa-accordion.style-02 .panel .panel-heading a, .kopa-accordion.widget-title.style-03 .panel .panel-heading a {
	font-size: 18px;
	letter-spacing: 0.25px;
	text-transform: capitalize;
	font-family: SimHei;
}

.kopa-accordion.style-02 .panel .panel-heading a i, .kopa-accordion.widget-title.style-03 .panel .panel-heading a i {
	margin: 0 30px 0 0;
}

.kopa-accordion.style-02 .panel .panel-heading a i[class*="plus"], .kopa-accordion.widget-title.style-03 .panel .panel-heading a i[class*="plus"] {
	display: none;
}

.kopa-accordion.style-02 .panel .panel-heading a i[class*="minus"], .kopa-accordion.widget-title.style-03 .panel .panel-heading a i[class*="minus"] {
	display: block;
}

.kopa-accordion.style-02 .panel .panel-heading a.collapsed i[class*="minus"], .kopa-accordion.widget-title.style-03 .panel .panel-heading a.collapsed i[class*="minus"] {
	display: none;
}

.kopa-accordion.style-02 .panel .panel-heading a.collapsed i[class*="plus"], .kopa-accordion.widget-title.style-03 .panel .panel-heading a.collapsed i[class*="plus"] {
	display: block;
}

.kopa-accordion.style-02 .panel .panel-heading i, .kopa-accordion.widget-title.style-03 .panel .panel-heading i {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #e5e4e9;
	margin-right: 15px;
	margin-top: -5px;
	color: #2c3e50;
}

.kopa-accordion.style-02 .panel .panel-body, .kopa-accordion.widget-title.style-03 .panel .panel-body {
	border: none;
	padding-left: 55px;
}

.kopa-accordion.style-02 .panel .panel-body p, .kopa-accordion.widget-title.style-03 .panel .panel-body p {
	line-height: 30px;
}

.kopa-accordion.style-02 .panel .panel-body ul a, .kopa-accordion.widget-title.style-03 .panel .panel-body ul a {
	line-height: 30px;
}

/* 12 .services-section */

.services-wlc {
	background-color: #053636;
	min-height: 320px;
}

.services-wlc .content {
	float: right;
	padding-right: 50px;
	position: relative;
	right: 0;
	text-align: center;
	top: 50px;
	width: 90%;
	color: #fff;
}

.services-wlc .content .title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.services-content .service-box {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}

.services-content.services-carousel .service-box {
	margin-bottom: 30px;
}

.services-content .service-box .img-thumb img {
	height: 350px;
	width: 100%;
	/*object-fit: fill;
	object-fit: contain;
	object-fit: scale-down;*/
}

.services-content .service-box .content {
	bottom: 0;
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}

.services-content .service-box .content .title {
	background-color: #18ba60;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 40px;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}
.services-section-my .service-box .content .title{
	background-color: #30a9de;
}

.services-content .service-box .content .title:before {
	background-color: #18ba60;
	bottom: 0;
	content: "";
	height: 101%;
	left: -25px;
	position: absolute;
	transform: skewX(-40deg);
	-webkit-transform: skewX(-40deg);
	width: 50px;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:after {
	background-color: #18ba60;
	bottom: 0;
	content: "";
	height: 101%;
	position: absolute;
	right: -25px;
	transform: skewX(40deg);
	-webkit-transform: skewX(40deg);
	width: 50px;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}
.services-section-my .service-box .content .title:after{
	background-color: #30a9de;
}
.services-section-my .service-box .content .title:before{
	background-color: #30a9de;
}

.services-content .service-box:hover .content .title {
	background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:before {
	background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:after {
	background-color: #1c1c1c;
}

.services-content .service-box .content .title a {
	color: #fff;
	position: relative;
	z-index: 9999;
}
.services-content-my .service-box .overlay{
	background-color: #30a9de;
}
.services-content .service-box .overlay {
	background-color: rgb(24, 186, 96);
	display: inline-block;
	left: 0;
	padding: 50px 30px 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -100%;
	height: 100%;
	transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	z-index: 0;
}

.services-section-my .service-box .content .title:after{
	background-color: #30a9de;
}
.services-content-my .service-box .overlay{
	background-color: #30a9de;
}
.services-content .service-box:hover .overlay {
	top: 0;
}

.services-content .service-box .overlay::before {
	background-color: rgb(24, 186, 96);
	bottom: -50px;
	content: "";
	height: 50px;
	left: -25px;
	position: absolute;
	transform: skewX(-40deg);
	-webkit-transform: skewX(-40deg);
	width: 40px;
}
.services-content-my .service-box .overlay::before{
	background-color: #30a9de;
}
.services-content .service-box .overlay::after {
	background-color: rgb(24, 186, 96);
	bottom: -50px;
	content: "";
	height: 50px;
	right: -25px;
	position: absolute;
	transform: skewX(40deg);
	-webkit-transform: skewX(40deg);
	width: 40px;
}
.services-content-my .service-box .overlay::after{
	background-color: #30a9de;
}
.services-content .service-box .overlay p {
	color: #ffffff;
	font-family: SimHei;
	line-height: 22px;
}

.services-content .service-box .overlay .value {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	width: 100%;
}

.services-content .service-box .overlay .value .service-price {
	color: #012f5d;
	font-size: 22px;
}

.services-content .service-box .overlay .btn-link {
	color: #053636;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
}

.services-content .service-box .overlay .btn-link:hover {
	text-decoration: none;
}

/*choose-block*/

/* Choose us block */
.choose-us-block {
	padding-top: 60px;
}
.choose-us-block h4 {
	margin-bottom: 35px;
}
.choose-us-block h4 a {
	color: #1ea9e3;
}
.choose-us-block .panel-group {
	padding-top: 50px;
}
.choose-us-block .panel-default {
	border-radius: 0 !important;
	border: none;
	background: none;
	margin-bottom: 0 !important;
	padding-bottom: 14px;
}
.choose-us-block .panel-default > .panel-heading {
	border: none;
	background: none;
	padding: 0;
}
.choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0 0 0 32px;
}
.choose-us-block .panel-default h5 {
	font: 300 19px "Open Sans", Arial, sans-serif;
	padding: 0;
	margin: 0 0 5px;
}
.choose-us-block .panel-default .accordion-toggle:before {
	content: "";
	width: 21px;
	height: 21px;
	display: inline-block;
	background: #18ba60 url(../images/toggle-icons.png) no-repeat 6px 10px;
	border-radius: 50% !important;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.choose-us-block .panel-default .collapsed:before {
	background: #495764 url(../images/toggle-icons.png) no-repeat 6px -148px;
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
	background-color: #18ba60;
}
.choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
	color: #1ea9e3;
	text-decoration: none;
}
.choose-us-block .panel-default .collapsed {
	color: #5f6f7e;
}
.choose-us-block .container h2 {
	font: 400 37px "SimHei";
	margin: 0 0 10px;
	text-transform: uppercase;
	/*text-align: center;*/
}
.choose-us-block .container h4 strong {
	color: #18ba60;
	font-weight: 300;
}
/*services-carousel*/
.services-content-my .owl-controls .owl-nav .owl-prev{
	background-color: #30a9de;
}
.services-content-my .owl-controls .owl-nav .owl-next{
	background-color: #30a9de;
}



/* 13 .fact-counter-wrapper styles */

.fact-counter-wrapper {
	position: relative;
	/*background: url(/img/resources/fact-counter-bg.jpg) center center no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;
}

.fact-counter-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #18ba60;
	opacity: .95;
}

.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}

.fact-counter-wrapper .thm-btn.inverse:hover {
	border-color: #fff;
	color: #fff;
}

.single-fact {
	text-align: center;
	display: inline-block;
	padding: 0 35px;
}

.single-fact .icon-box {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 100px;
	line-height: 98px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
	margin-bottom: 5px;
}

.single-fact .icon-box i:before {
	font-size: 50px;
}

.single-fact span {
	font-size: 48px;
	font-weight: 500;
	color: #fff;
}

.single-fact p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}


/*.services-content.services-carousel .owl-controls .owl-nav .owl-prev{*/
/*	left: -200px;*/
/*	position: absolute;*/
/*	top: 68%;*/
/*}*/
/*.services-content.services-carousel .owl-controls .owl-nav .owl-next{*/
/*	left: -120px;*/
/*	position: absolute;*/
/*	top: 68%;*/
/*}*/
/*.services-content .services-carousel .owl-controls .owl-nav .owl-prev :nth-child(2){*/
/*	left: 110%;*/
/*	position: absolute;*/
/*	top: 68%;*/
/*}*/
/*.services-content .services-carousel .owl-controls .owl-nav .owl-next :nth-child(2){*/
/*	left: 115%;*/
/*	position: absolute;*/
/*	top: 68%;*/
/*}*/
/*****/
.color-theme {
	color: #18ba60 !important;
}
.color-theme-my{
	color: #30a9de !important;
}
.color-light-white {
	color: #f9f9f9 !important;
}
.sec-padding {
	padding: 30px 0;
}

.sec-title {
	margin-bottom: 63px;
}

.sec-title h2 {
	font-size: 32px;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.sec-title p {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}

.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #EAEAEA;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}

.sec-title span.decor:before,
.sec-title span.decor:after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}

.sec-title span.decor:before {
	left: 14px;
}

.sec-title span.decor:after {
	right: 14px;
}

.sec-title.text-left span.decor {
	margin-left: 50px;
}

.sec-title.style-two span.decor {
	border-color: #fbca00;
}

.sec-title.style-two span.decor .inner {
	background: #fbca00;
}

.sec-title.style-two span.decor:after {
	right: -94px;
}

.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
	background: #DCDCDC;
}

.sec-title.colored span.decor {
	border-color: #fbca00;
}

.sec-title.colored span.decor span.inner {
	background: #fbca00;
}

.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
	background: #fbca00;
}
/**433**/
.nav-tabs {
	border: none;
	margin: 0 auto;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	text-align: center;
	position: relative;
}
.nav-tabs:before {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	position: absolute;
	bottom: 0;
}
.nav-tabs > li {
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #eee;
	border-right: none;
	-webkit-box-flex: 1;
	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;
	/* OLD - Firefox 19- */
	width: 20%;
	/* For old syntax, otherwise collapses. */
	-webkit-flex: 1;
	/* Chrome */
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
}
.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-right: 0px;
	color: #999;
	padding: 15px 30px;
	font-size: 14px;
	background: #fafafa;
	border: none;
}
.nav-tabs > li > a .fa {
	font-size: 20px;
}
.nav-tabs > li > a:hover {
	background: #f5f5f5;
}
.nav-tabs > li.active {
	border-top-color: #58c433;
	border-bottom-color: #fff;
}
.nav-tabs > li.active > a {
	color: #58c433;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 0 #58c433;
	-moz-box-shadow: inset 0 3px 0 #58c433;
	box-shadow: inset 0 3px 0 #58c433;
	border: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
}
.nav-tabs > li.active:hover > a {
	border-top: 0;
	border: none;
	color: #58c433;
}
.nav-tabs > li.last {
	border-right: 1px solid #eee;
}
/**dsx custom***/
.contextMain div{
	height: 150px;
}
.hnContext {
	/*background-color: #2ea73a;*/
	/*text-align: center;*/
	/*color: #f0f0f0;*/
	/*width: 36%;*/
	display:-webkit-box;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient:vertical;
}
.contextMain .context h1{
	margin-top: 12px;
}
.myContext {
	/*background-color: #48c9f3;*/
	/*text-align: center;*/
	/*color: #f0f0f0;*/
	/*width: 45%;*/
	display:-webkit-box;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient:vertical;
}

.aboutUS{
	width: 100%;
	height: 200px;
}

.subCompany .service-box .img-thumb h1{
	bottom: 0;
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	/*text-align: center;*/
	z-index: 1;
}


.colmd6{
	margin: 0 40px;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}
.slantLeft{
/*	background-color: #2ea73a;
	bottom: 0;
	content: "";
	float: left;
	!*height: 101%;*!
	left: -45px;
	!*position: absolute;*!
	transform: skewX(-40deg);
	!*-webkit-transform: skewX(329deg);*!
	width: 15%;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;*/
	z-index: -1;
	border-style: solid;
	border-width: 150px 150px 20px 0px;
	border-color: #2ea73a transparent transparent  transparent;
	width: 0px;
	height: 0px;
}
.slantRight{
	/*background-color: #48c9f3;*/
	/*bottom: 0;*/
	/*content: "";*/
	/*float: left;*/
	/*!*height: 101%;*!*/
	/*right: -45px;*/
	/*!*position: absolute;*!*/
	/*transform: skewX(-40deg);*/
	/*!*-webkit-transform: skewX(329deg);*!*/
	/*width: 15%;*/
	/*transition: all ease-in 400ms;*/
	/*-webkit-transition: all ease-in 400ms;*/
	/*-moz-transition: all ease-in 400ms;*/
	z-index: -1;
	border-style: solid;
	border-width: 0px 0px 150px 150px;
	border-color: transparent transparent #48c9f3 transparent;
	width: 0px;
	height: 0px;
}


/***727****/

/* -------------- SERVICES -------------- */
/** services gallery **/
.service_desc{
	white-space:nowrap;
	position:relative;
}
.service_desc .service_inner{
	padding:50px 30px;
	white-space:normal;
	width: 100%;
	height: 100%;
}
.service_desc p,
.service_desc i,
.service_desc h4{
	color:#fff;
}
.service_desc p{
	font-size:0.875rem;
}
.service_desc h4{
	font-size:1.125rem;
	font-weight:bold;
}
.service_desc i{
	font-size:50px;
}
.colorone{
	background:#58c433;
}
.colortwo{
	background:#4c82bf;
}
.colorthree{
	background:#7b7baf;
}
.colorfour{
	background:#daa877;
}
/*--about-starts--*/
.about-top{
	text-align:center;
}
.about{
	padding:6em 0px;
}
.about-top p {
	color: #282828;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7em;
	text-align: left;
	font-family: SimHei;
	width: 100%;
	margin: 2.6em auto 0;
}
.about-bottom{
	margin-top:2.5em;
}
.about-left p {
	color: #474747;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
	font-family: SimHei;
}
.team {
	padding: 6em 0px 6.5em 0;
}
.team-top{
	text-align:center;
}
.team-main{
	margin-top:3em;
}
.team-right p{
	color: #474747;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
	font-family: SimHei;
}
.team-text,.team-left img{
	display:inline-block;
	vertical-align:middle;

}
.team-text span {
	text-transform: uppercase;
	color: #7E7E7E;
	font-size: 14px;
	font-weight: 800;
}
.team-text h4{
	text-transform:uppercase;
	color:#414141;
	font-size:22px;
	font-weight:700;
}
.team-text ul {
	padding: 3px 0 0 0;
	margin-top: 8px;
	border-top: 3px solid #414141;
}
.team-text ul li{
	list-style:none;
	display:inline-block;
}
.team-text ul li a {
	color: #3BB682;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.team-text ul li label {
	width: 4px;
	height: 4px;
	background: #414141;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px;
}
.team-one{
	margin-top:3em;
}
.team-one:nth-child(1){
	margin-top:0;
}
.team-bottom {
	margin-top: 3.5em;
}
.team-msg {
	margin-top: 4em;
}
.team-msg-right a {
	color: #414141;
	padding: 12px 1.1em;
	border: 2px solid #414141;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0.3em;
	background: #fff;
}
.team-msg-left{
	text-align:right;
}
.team-msg-left p {
	color: #414141;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.team-left:nth-child(1) {
	text-align: center;
}
.team-right,.team-left:nth-child(2){
	margin-top:1.5%;
}
/*--about-ends--*/
/*--chrono-starts--*/
.chrono {
	padding: 6em 0px 12em 0px;
	background: #fbfbfb;
	border-top: 3px solid #f3f3f3;
	border-bottom: 3px solid #f3f3f3;
}
.chrono-main {
	text-align: center;
	position: relative;
}
.chrono-bottom ul{
	padding:0;
}
.chrono-bottom ul li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
}
.chrono-bottom ul li:nth-child(6){
	margin-right:0;
}
.chrono-bottom ul li i {
	width: 8px;
	height: 8px;
	background: #515151;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	cursor:pointer;
}
.chrono-bottom {
	margin-top: 17%;
	position: relative;
}
.chrono-bottom ul li span {
	background: url(/images/about/d-line.png) no-repeat;
	width: 108px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.chrono-bottom ul li p {
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #282828;
}
.chrono-bottom ul li h6 {
	color: #282828;
	font-size: 26px;
	font-weight: 700;
}
.mnth1,.mnth2,.mnth3,.mnth4,.mnth5,.mnth6,.mnth7{
	text-align: center;
	position: absolute;
	top: 45px;
}
.mnth1 {
	left: 12.1%;
}
.mnth2 {
	left: 24.2%;
}
.mnth3 {
	left: 36.1%;
}
.mnth4 {
	left: 48.5%;
}
.mnth5 {
	left: 60.8%;
}
.mnth6 {
	left: 73%;
}
.mnth7 {
	left: 84.5%;
}
.crn {
	padding: 7px 0px;
	width: 11%;
	text-align: center;
	border-top: 3px solid #474747;
	border-bottom: 3px solid #474747;
	position: absolute;
	top: -400%;
	height: 90px;
	/*display: none;*/
}
.crn img {
	position: absolute;
	top: 104%;
	left: 46%;
}
.crn1 {
	left: 8.05%;
}
.crn2 {
	left: 20.3%;
}
.crn3{
	left: 32.4%;
}
.crn4{
	left: 44.3%;
}
.crn5{
	left: 56.5%;
}
.crn6 {
	left: 68.5%;
}
.crn7 {
	left: 80.5%;
}
.crn8 {
	left: 92.5%;
}

.crn p {
	color: #282828;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	width: 87%;
	margin: 0 auto;
}
.chrono-bottom ul li.cr1:hover .crn,.chrono-bottom ul li.cr2:hover .crn,
.chrono-bottom ul li.cr3:hover .crn,.chrono-bottom ul li.cr4:hover .crn,
.chrono-bottom ul li.cr5:hover .crn,.chrono-bottom ul li.cr6:hover .crn,
.chrono-bottom ul li.cr7:hover .crn {
	display:block;
}
/*--chrono-ends--*/
/*--recruit-starts--*/
.recruit{
	padding:3em 0px;
}
.contact{
	padding:2em 0px;
	border-top:2px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
}
.contact-left p {
	color: #282828;
	font-weight: 400;
	font-size: 16px;
	margin-top: 0px;
	font-family: SimHei;
}
.contact-right h3 {
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2em;
}
.contact-right{
	text-align:right;
}
.contact-right p,.contact-right p a{
	color: #282828;
	font-size: 16px;
	font-weight: 400;
	margin-top: 0px;
	font-family: SimHei;
}
.recruit-left ul{
	padding:0;
}
.recruit-left ul li{
	list-style:none;
	display:inline-block;
	margin-right:15px;
}
.recruit-left ul li a span{
	background:url(/images/social-icons.png) no-repeat;
	width:27px;
	height:27px;
	display:block;
}
.recruit-left ul li a span.fb{
	background-position:0px 0px;
}
.recruit-left ul li a span.twit{
	background-position:-27px 0px;
}
.recruit-left ul li a span.sky{
	background-position:-54px 0px;
}
.recruit-left ul li a span.fb:hover{
	background-position:0px -27px;
}
.recruit-left ul li a span.twit:hover{
	background-position:-27px -27px;
}
.recruit-left ul li a span.sky:hover{
	background-position:-54px -27px;
}
.recruit-bottom{
	margin-top:1.5em;
}
.recruit-middle{
	text-align:center;
}
.recruit-middle p{
	color:#282828;
	font-size:15px;
	font-weight:600;
	font-family: SimHei;
}
.recruit-middle p a{
	color:#282828;
}
.recruit-middle p a:hover,.recruit-right p a:hover,
.contact-right p a:hover,.stop-left p a:hover{
	text-decoration:none;
	color:#45b887;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.recruit-right{
	text-align:right;
}
.recruit-right p a{
	color:#282828;
	font-size:15px;
	font-weight:800;
}
/*--recruit-ends--*/
.title-content{
	/*color: #282828;*/
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.chrono-bottom ul li.cr1:hover .crn,.chrono-bottom ul li.cr2:hover .crn,
.chrono-bottom ul li.cr3:hover .crn,.chrono-bottom ul li.cr4:hover .crn,
.chrono-bottom ul li.cr5:hover .crn,.chrono-bottom ul li.cr6:hover .crn{
	display:block;
}
/*-----  3.2 Category block      --------*/
.block{
	padding: 3em;
}
.block .text-center{
	font-size: 2.35em;
	margin-bottom: 30px;
}
.category-item {
	margin-bottom: 50px;
	text-align: center;
}
.category-item .category-image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}
.category-item .category-image a {
	margin: 0 auto;
	display: inline-block;
}
.category-item .category-image:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: -200%;
	top: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-ms-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	pointer-events: none;
}
.category-item .category-image img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: optimizeQuality;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.category-item .category-title {
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: none;
}
.category-item .category-text {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
@media (min-width: 768px) {
	.category-carousel [class*="col-"] {
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: -4px;
	}
}
@media (max-width: 767px) {
	.home-main-contant-style .progress{
		margin-bottom: 30px;
	}
}
.home-main-contant-style{
	padding: 80px 0;
}
#recent-works .col-xs-12.col-sm-4.col-md-3{
	padding: 0;
}

#recent-works{
	/*padding-bottom: 70px;*/
}

.recent-work-wrap {
	position: relative;
}

.recent-work-wrap img{
	width: 100%;
}

.recent-work-wrap .recent-work-inner{
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #c52d2f;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.team-one img {
	/*border-radius: 50%;*/
	height: 515px;
	width: 520px;
}
.job{
	margin: 30px 0;
}
/*-- address --*/
.address {
	background: #17b9ea;
	padding: 2.5em 0;
}
.address ul{
	padding:0;
	margin:0;
	font-size:0;
}
.address ul li {
	list-style-type: none;
	font-size: 1.8rem;
	color: #222;
	display: inline-block;
	width: 33%;
	text-align: center;
	font-family: SimHei;
}
.address ul li i.fa {
	font-size: 2em;
	display: block;
	margin-bottom: .3em;
}
.address ul li i.fa {
	font-size: 1.2em;
	display: block;
	margin-bottom: .3em;
	color: white;
}
.address ul li a{
	color:#222;
}
.address ul li a:hover{
	color:#fff;
}
/*-- //address --*/

.imagebox-button {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.imagebox-button a {
	color: #ffffff;
	margin-top: 30px;
	background: rgba(24, 186, 96, 0.8);
	padding: 13px 52px 13px 30px;
	display: inline-block;
	position: relative;
	line-height: 24px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.imagebox-button a:before {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 12px;
}

.imagebox-button a:hover:before {
	color: #222222;
}

.imagebox-button a:hover {
	color: #222222;
	background-color: #ffffff;
}
.clearfix li {
	font-size: 18px;
	float: left;
	width: 15%;
	margin-left: 4.4%;
	margin-bottom: 40px;
	background: #fff;
	padding: 20px;
	height: 370px;
}
.clearfix li a {
	height: 300px;
}
.clearfix .box {
	padding: 0 10px;
}
.clearfix li .more {
	margin-top: 30px;
	text-align: right;
	color: #23AF37;
	font-size: 15px;
	margin-right: 5px;
	cursor: pointer;
}
.clearfix li .tit {
	font-size: 15px;
	margin-top: 10px;
}
.clearfix li .job {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}

/* iconbox slider
-------------------------------------------------------------- */
.flat-owl-stage {
	padding: 50px 0 70px;
}

.iconbox-slider .slides {
	margin-top: 15px;
}
