@charset "UTF-8";

.home-two .site-information {
	background: #8260e3;
	padding: 25px;
}

.home-two .section-email,
.home-two .section-phone {
	position: relative;
	display: inline-block;
}

.home-two .section-email i,
.home-two .section-phone i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 25px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-two .section-email small,
.home-two .section-phone small {
	display: block;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	line-height: 1;
	color: #d8caff;
}

.home-two .section-email a,
.home-two .section-phone a {
	display: block;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	line-height: 1;
	color: #d8caff;
}

.home-two .section-phone {
	margin-right: 40px;
}

.home-two .information-wrap {
	padding-left: 45px;
}

.home-two .mainbar .row > .col-md-5 {
	position: static;
}

.topbar {
	border-bottom: 1px solid #d9deeb;
	color: #52555f;
}

.topbar .section-left {
	line-height: 40px;
	font-size: 14px;
}

.topbar .section-right {
	text-align: right;
}

.topbar .section-email,
.topbar .section-phone {
	display: inline-block;
	font-size: 20px;
}

.topbar .section-phone {
	padding: 5px 15px 5px 0;
	border-right: 1px solid #d9deeb;
	font-weight: 600;
}

.topbar .section-email {
	padding: 5px 7px 5px 14px;
	font-weight: 300;
}

.topbar .section-email i,
.topbar .section-phone i {
	margin-right: 15px;
}

.topbar a:hover {
	color: #8260e3;
}

.site-branding {
	padding: 20px 0;
}

.home-two .site-branding {
	padding: 25px 0;
}

.mainbar {
	position: relative;
}

.mainbar .col-md-8.text-right {
	position: static;
}

.home-two .site-navigation {
	margin: 0 -15px;
}

.home-two .main-navigation {
	text-align: right;
}

.main-navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.home-two .main-navigation li {
	padding: 25px 15px;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	padding: 24px 15px;
	font-size: 16px;
	color: #707070;
	line-height: 36px;
	text-transform: uppercase;
}

.main-navigation li:first-child {
	padding-left: 0;
}

.main-navigation li:last-child {
	padding-right: 0;
}

.main-navigation li.current-page-item,
.main-navigation li:hover > a,
.main-navigation li > a:focus {
	color: #05cbb8;
}

.main-navigation .has-sub-menu > ul {
	position: absolute;
	z-index: 2;
	top: 76px;
	right: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1;
	text-align: left;
	background: #8260e3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-navigation .has-sub-menu:hover:before {
	content: "";
	position: absolute;
	bottom: -1px;
	border: 8.5px solid #8260e3;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.home-two .main-navigation .has-sub-menu:hover:before {
	bottom: 10px;
}

.main-navigation .has-sub-menu:hover > ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation .has-sub-menu ul li {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	display: block;
}

.main-navigation .has-sub-menu .sub-menu {
	width: 250px;
	padding: 50px 45px;
	margin: 0;
}

.main-navigation .has-sub-menu .sub-menu li,
.main-navigation .has-sub-menu li:hover > a,
.main-navigation .has-sub-menu li > a:focus {
	color: #fff;
}

.main-navigation .mega-dropdown {
	position: static;
	text-align: left;
}

.main-navigation li .sub-menu.mega-dropdown-menu {
	left: 0;
	right: auto;
	margin: 0 -20px;
}

.main-navigation li .sub-menu.mega-dropdown-menu > li {
	padding: 0 20px;
}

.main-navigation li .sub-menu li,
.main-navigation li .sub-menu.mega-dropdown-menu ul {
	padding: 0;
}

.main-navigation .has-sub-menu ul li.dropdown-header {
	font-size: 36px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	line-height: 1;
}

.site-page-title-content .subtitle,
.site-page-title-content .title {
	font-family: "Microsoft YaHei";
	line-height: 1;
}

.main-navigation .has-sub-menu ul li.dropdown-list,
.main-navigation .has-sub-menu ul:not(.mega-dropdown-menu) li {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 1;
	padding: 0 0 15px 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #906fee;
}

.main-navigation .has-sub-menu ul li.dropdown-list:last-child,
.main-navigation .has-sub-menu ul:not(.mega-dropdown-menu) li:last-child {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 0;
}

.main-navigation .has-sub-menu ul li.dropdown-list a {
	display: block;
	line-height: 1;
}



.site-page-title {
	position: relative;
	min-height: 298px;
	overflow: hidden;
	/* background: url(../img/slide/s1.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px; */
}

.site-page-title-content {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.site-page-title-content .subtitle {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-page-title-content .title {
	font-size: 70px;
	font-weight: 300;
	letter-spacing: -2px;
}

.archiplus-about-us p,
.site-footer .widget-title,
.widget-area .widget-title {
	font-family: "Microsoft YaHei";
}

.site-footer {
	padding: 100px 0 120px;
	background: #2c323e;
	font-size: 18px;
	color: #8f97a6;
}

.site-footer .widget-title {
	color: #fff;
	font-size: 20px;
}

.site-footer .site-copyright {
	border-top: 1px solid #414755;
	padding-top: 35px;
	margin-top: 45px;
}

.site-footer .site-copyright span {
	float: right;
}

.widget {
	margin-bottom: 95px;
}

.widget.archiplus-widget-search {
	margin-bottom: 35px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hide-title .widget-title {
	color: transparent;
}

.widget-area .widget-title {
	font-size: 25px;
	line-height: 1;
	color: #464d50;
	margin-bottom: 25px;
}

.archiplus-about-us .widget-title,
.archiplus-about-us p {
	line-height: 33px;
	margin-bottom: 0;
}

.archiplus-about-us img {
	margin-bottom: 30px;
}

.archiplus-about-us p {
	font-weight: 300;
}

.archiplus-about-us .social-icons:after,
.archiplus-about-us .social-icons:before {
	content: "";
	display: table;
}

.archiplus-about-us .social-icons li {
	float: left;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	margin-top: 35px;
	margin-right: 15px;
}

.archiplus-about-us .social-icons li a {
	display: block;
}

.archiplus-about-us .social-icons li:hover a {
	color: #fff;
}

.archiplus-about-us .social-icons li.twitter {
	background: #1aa9e1;
}

.archiplus-about-us .social-icons li.facebook {
	background: #3b5a9a;
}

.archiplus-about-us .social-icons li.googleplus {
	background: #cb3e2d;
}

.archiplus-newsletter p {
	margin-bottom: 0;
	font-size: 16px;
}

.archiplus-newsletter form {
	position: relative;
	margin-top: 30px;
}

.archiplus-newsletter input[type="email"] {
	border-radius: 30px;
	border-color: #414755;
	padding: 15px 20px;
}

.archiplus-newsletter button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 0 30px;
	-webkit-webkit-box-shadow: none;
	-moz-webkit-box-shadow: none;
	box-shadow: none;
}

.archiplus-widget-newsletter {
	padding: 30px 30px 50px;
	background-image: url(../img/newsletter-bg.jpg);
	text-align: center;
	color: #fff;
}

.archiplus-widget-newsletter .widget-title {
	color: #fff;
	margin: 10px 0 20px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
}

.archiplus-widget-newsletter .subtitle {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 40px;
}

.archiplus-widget-newsletter input[type="email"],
.archiplus-widget-newsletter input[type="text"] {
	margin-bottom: 5px;
	border-radius: 30px;
	padding-left: 50px;
}

.archiplus-widget-newsletter input[type="text"] {
	background: url(../img/people-icon.png) 20px 17px no-repeat #fff;
}

.archiplus-widget-newsletter input[type="email"] {
	background: url(../img/mail-icon.png) 20px no-repeat #fff;
}

.archiplus-widget-newsletter input[type="submit"] {
	background: #ff69a0;
	margin-top: 30px;
	width: 100%;
	border-radius: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(67, 22, 39, 0.32);
	-moz-box-shadow: 0 10px 30px 0 rgba(67, 22, 39, 0.32);
	box-shadow: 0 10px 30px 0 rgba(67, 22, 39, 0.32);
}

.archiplus-custom-menu li {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1;
}

.archiplus-custom-menu li:last-child {
	margin-bottom: 0;
}

.archiplus-widget-search input[type="search"] {
	border: 2px solid #e4eaec;
	border-radius: 30px;
	font-size: 16px;
	padding: 15px 32px;
}

.archiplus-widget-search button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 0 26px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.archiplus-widget-category li {
	position: relative;
	border-bottom: 1px solid #e4eaec;
	padding: 15px 0;
	line-height: 1;
}

.archiplus-widget-category li:first-child {
	padding-top: 0;
}

.archiplus-widget-category li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.archiplus-widget-category li:before {
	content: "\f178";
	color: #05cbb8;
	display: inline-block;
	margin-right: 20px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
}

.archiplus-widget-post .type-post {
	margin-bottom: 45px;
}

.archiplus-widget-post .entry-image {
	margin-bottom: 25px;
}

.archiplus-widget-post .entry-title {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	margin-bottom: 20px;
}

.archiplus-widget-post .entry-summary {
	font-size: 16px;
	color: #7e8284;
	line-height: 28px;
}

.archiplus-widget-post .owl-nav [class*="owl-"] {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #2c323e;
	display: inline-block;
}

.archiplus-widget-post .owl-nav .owl-next:hover,
.archiplus-widget-post .owl-nav .owl-prev:hover {
	background: #05cbb8;
}

.archiplus-widget-post .owl-dots:after,
.archiplus-widget-post .owl-dots:before {
	content: "";
	display: table;
}

.archiplus-widget-post .owl-dot {
	width: 12px;
	height: 12px;
	border: 2px solid #05cbb8;
	border-radius: 100%;
	float: left;
	margin: 0 4px;
}

.archiplus-widget-post .owl-dot.active {
	border-color: #8260e3;
	background: #8260e3;
}

.recent-post-carousel:after,
.recent-post-carousel:before {
	z-index: -1;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e4eaec;
	position: absolute;
	content: "";
}

.archiplus-widget-post .owl-dot:first-child {
	margin-left: 0;
}

.archiplus-widget-post .owl-dot:last-child {
	margin-right: 0;
}

.archiplus-widget-post .owl-dots {
	float: left;
	margin-top: 13px;
}

.archiplus-widget-post .owl-nav {
	float: right;
}

.recent-post-carousel:before {
	bottom: -1px;
}

.recent-post-carousel:after {
	bottom: -38px;
}

/* .site-content {
	padding: 100px 0;
} */

.home-two .site-content,
.page-contact-us {
	overflow-x: hidden;
}


.archiplus-about-content .subtitle,
.archiplus-about-content .title,
.archiplus-contact-mail .subtitle,
.archiplus-contact-mail .title {
	font-weight: 500;
	font-family: Muli, sans-serif;
}

.archiplus-contact-mail {
	margin-bottom: 100px;
}

.archiplus-contact-mail .title {
	font-size: 40px;
	color: #464d50;
	line-height: 1.2;
	letter-spacing: -2px;
}

.archiplus-contact-mail .subtitle {
	font-size: 18px;
	color: #848d91;
	line-height: 1;
}

.archiplus-contact-mail form {
	margin: 40px -15px 0;
}

.archiplus-contact-mail input,
.archiplus-contact-mail label {
	color: #464d50;
	text-transform: uppercase;
}

.archiplus-contact-mail input,
.archiplus-contact-mail textarea {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.archiplus-contact-mail label {
	float: left;
	line-height: 52px;
}

.archiplus-contact-mail .name input {
	width: 408.8px;
	margin-left: 15px;
}

.archiplus-contact-mail .place input {
	width: 466.1px;
	margin-left: 15px;
}

.archiplus-contact-mail .phone input {
	width: 280px;
	margin-left: 15px;
}

.archiplus-contact-mail .email input {
	width: 456px;
	margin-left: 15px;
}

.archiplus-contact-mail p.message {
	float: left;
	width: 100%;
	padding: 0 15px;
}

.archiplus-contact-mail .message textarea {
	width: 1017px;
	margin-left: 15px;
	min-height: auto;
}

.archiplus-contact-mail button {
	margin-top: 45px;
	padding: 20px 50px;
	border-radius: 30px;
}

.archiplus-contact-mail p:not(.text-center):not(.message) {
	float: left;
	width: 50%;
	padding: 0 15px;
}



.archiplus-about-content {
	margin-bottom: 100px;
	padding: 100px 0;
}

.archiplus-about-content .title {
	font-size: 40px;
	color: #464d50;
	line-height: 1.2;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

.archiplus-about-content .subtitle {
	font-size: 18px;
	color: #848d91;
	line-height: 1;
	margin-bottom: 30px;
}

.archiplus-about-content p {
	line-height: 28px;
}

.archiplus-about-medal {
	margin-top: 30px;
	border: 1px solid #e9ebef;
}

.archiplus-about-medal .col-md-6 {
	padding: 20px 40px;
}

.archiplus-about-medal .border-right {
	border-left: 1px solid #e9ebef;
}

.archiplus-about-medal img {
	position: absolute;
}

.archiplus-about-medal span {
	display: block;
	color: #464d50;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 80px;
}

.archiplus-about-team .subtitle,
.archiplus-about-team .title,
.archiplus-featured-item .subtitle,
.archiplus-featured-item .title {
	font-weight: 500;
	font-family: Muli, sans-serif;
}

.archiplus-about-featured {
	position: relative;
}

.archiplus-about-wrapper {
	position: absolute;
	left: 50%;
	bottom: 90px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.archiplus-featured-item {
	position: relative;
	background: #fff;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
}

.archiplus-featured-item .wrapper {
	padding: 45px 40px;
	border: 1px solid #eaeaea;
}

.archiplus-featured-item .avatar {
	position: absolute;
	bottom: 60px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
}

.archiplus-featured-item .content {
	padding-left: 100px;
}

.archiplus-featured-item .content p {
	margin-bottom: 0;
}

.archiplus-featured-item .title {
	font-size: 40px;
	color: #464d50;
	line-height: 1.2;
	letter-spacing: -2px;
}

.archiplus-featured-item .subtitle {
	font-size: 18px;
	color: #848d91;
	line-height: 1;
	margin-bottom: 30px;
}

.archiplus-featured-carousel .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.archiplus-featured-carousel .owl-nav .owl-prev {
	left: 160px;
}

.archiplus-featured-carousel .owl-nav .owl-next {
	right: 160px;
}

.archiplus-about-team {
	margin-top: 100px;
}

.archiplus-about-team .title {
	font-size: 40px;
	color: #464d50;
	line-height: 1.2;
	letter-spacing: -2px;
}

.archiplus-about-team .subtitle {
	font-size: 18px;
	color: #848d91;
	line-height: 1;
	margin-bottom: 35px;
}

.archiplus-about-team .avatar {
	border: 1px solid #e9ebef;
}

.archiplus-about-team .owl-item .archiplus-about-team-item {
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.archiplus-about-team-item .content,
.type-project .hover-content {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.archiplus-about-team .owl-item.active .archiplus-about-team-item {
	opacity: 1;
}

.archiplus-about-team-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.archiplus-about-team-item ul li {
	display: inline-block;
	margin: 0 10px;
}

.archiplus-about-team-item .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	color: #fff;
	background: rgba(130, 96, 227, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.archiplus-about-team-item:hover .content {
	opacity: 1;
	visibility: visible;
}

.archiplus-about-team-item .content .name {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}

.archiplus-about-team-item .content p {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.archiplus-about-team-item .iconic {
	position: absolute;
	left: 50%;
	bottom: -22.5px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	text-align: center;
	background: #fe4c8d;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.archiplus-about-team-item .iconic .vertical {
	display: block;
	width: 1px;
	height: 19px;
	background: #fff;
	margin: 12px auto;
}

.archiplus-about-team-item .iconic .horizontal {
	display: block;
	width: 19px;
	height: 1px;
	background: #fff;
	margin: -21px auto;
}

.archiplus-about-team-item:hover .iconic .vertical {
	display: none;
}

.archiplus-about-team-item:hover .iconic .horizontal {
	margin: 22px auto;
}

.archiplus-about-team-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.archiplus-about-team a.button {
	margin-top: 65px;
	padding: 20px 25px;
	border-radius: 30px;
}

.archiplus-testimonial-carousel {
	padding: 0 10px 0 70px;
}

.archiplus-testimonial-item {
	margin-bottom: 35px;
}

.archiplus-testimonial-item p {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
}

.archiplus-testimonial-item .description {
	position: relative;
	margin-top: 55px;
	padding-top: 15px;
}

.archiplus-testimonial-item .description:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 2px;
	background: #fff;
}

.archiplus-testimonial-item .description .name {
	display: block;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	margin-bottom: 10px;
}

.archiplus-testimonial-item .description .role {
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	line-height: 1;
}

.archiplus-testimonial-carousel .owl-dots.disabled {
	display: block;
}

.archiplus-testimonial-carousel .owl-dots:after,
.archiplus-testimonial-carousel .owl-dots:before {
	content: "";
	display: table;
}

.archiplus-testimonial-carousel .owl-dot {
	float: left;
	width: 11px;
	height: 11px;
	background: #81f2e7;
	border-radius: 100%;
	margin-right: 5px;
}

.archiplus-testimonial-carousel .owl-dot.active {
	background: #00433c;
}



.blog .content-area .col-md-9 > .title {
	font-size: 40px;
	font-weight: 500;
	font-family: "Microsoft YaHei";
	line-height: 1.2;
	letter-spacing: -2px;
	color: #464d50;
}

.blog .content-area .col-md-9 > .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: #848d91;
	margin-bottom: 25px;
}

.blog .content-area .type-post {
	margin-bottom: 100px;
}

/* .blog .content-area .type-post .entry-image {
	margin-bottom: 50px;
} */

.blog .content-area .type-post .entry-title {
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #464d50;
	margin-bottom: 25px;
	line-height: 1;
}

.blog .content-area .type-post .entry-title.hide-title {
	display: none;
}

.blog .content-area .type-post .entry-summary p {
	line-height: 28px;
}

.blog .content-area .type-post .entry-summary .button {
	border-radius: 30px;
	padding: 20px 35px;
	line-height: 1;
	/* margin-top: 40px; */
}

.entry-image a:hover,
.entry-image i,
.entry-meta .avatar img {
	border-radius: 100%;
}

.entry-meta {
	position: relative;
}

.entry-meta .avatar {
	margin: 45px 0 100px;
}

.entry-published.big,
.entry-published.medium {
	position: absolute;
	right: 0;
	background: #fe4c8d;
	color: #fff;
}

.entry-published.big {
	top: 90px;
	padding: 3px 10px;
	font-size: 34px;
	line-height: 1;
}

.entry-published.medium {
	top: 132px;
	font-size: 16px;
	padding: 5px;
	line-height: 1;
}

.entry-meta .name,
.entry-meta .name strong {
	color: #464d50;
	font-size: 16px;
	line-height: 1;
}

.entry-meta .name strong {
	text-transform: uppercase;
}

.entry-image {
	position: relative;
}

.entry-image a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entry-image a:hover {
	-webkit-box-shadow: 0 0 3px 5px rgba(250, 72, 72, 0.5);
	-moz-box-shadow: 0 0 3px 5px rgba(250, 72, 72, 0.5);
	box-shadow: 0 0 3px 5px rgba(250, 72, 72, 0.5);
}

.entry-image i {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: #fa4848;
	text-align: center;
	font-size: 14px;
}

.format-quote .entry-summary {
	position: relative;
	padding: 65px;
	background: #8260e3;
	color: #fff;
	font-size: 22px;
	font-style: italic;
}

.format-quote .entry-summary:after,
.format-quote .entry-summary:before {
	content: "“";
	position: absolute;
	font-family: "Microsoft YaHei";
	font-size: 48px;
	font-weight: 800;
}

.format-quote .entry-summary:before {
	top: 35px;
	left: 35px;
}

.format-quote .entry-summary:after {
	bottom: 40px;
	right: 40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.blog .content-area .format-quote .entry-summary p {
	line-height: 33px;
	margin-bottom: 0;
}

.single-blog .entry-summary .row,
.single-blog .entry-summary blockquote {
	margin-top: 50px;
}

.single-blog .entry-summary .row p {
	margin-top: 5px;
	margin-bottom: 0;
}

.single-blog .entry-share {
	float: left;
}

.single-blog .entry-pagination {
	float: right;
	margin-top: 6px;
}

.single-blog .entry-share li,
.single-blog .entry-share span {
	display: inline-block;
}

.single-blog .entry-share span {
	font-size: 20px;
	line-height: 1;
	color: #464d50;
}

.single-blog .entry-share ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.single-blog .entry-share li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	margin: 0 3px;
}

.single-blog .entry-share li.facebook a {
	background: #3b5998;
	color: #fff;
}

.single-blog .entry-share li.twitter a {
	background: #55acee;
	color: #fff;
}

.single-blog .entry-share li.googleplus a {
	background: #dd4b39;
	color: #fff;
}

.single-blog .entry-meta-bottom {
	margin-top: 80px;
	border-top: 1px solid #e4eaec;
	border-bottom: 1px solid #e4eaec;
	padding: 12px 0;
}

.single-blog .entry-pagination div {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 20px;
}

.single-blog .entry-pagination .next {
	border-left: 1px solid #e4eaec;
}

.single-blog .featured-video {
	position: relative;
}

.single-blog .featured-video img {
	width: 100%;
}

.single-blog .featured-video a {
	position: absolute;
	left: 9px;
	bottom: 9px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #ff5152;
	background: #fff;
	text-align: center;
}

.single-blog .video-player {
	position: fixed;
	display: none;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(27, 27, 27, 0.5);
}

.single-blog .video-player a {
	position: absolute;
	top: -50px;
	right: 15px;
	z-index: 3;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.single-blog .video-player .container {
	position: relative;
}

.video-player-wrapper {
	padding: 90px 0;
}

.page-services .archiplus-about-featured {
	margin-bottom: -100px;
}

.page-services .site-content .title {
	font-size: 40px;
	font-weight: 500;
	font-family: "Microsoft YaHei";
	color: #464d50;
	line-height: 1.2;
	letter-spacing: -2px;
}

.page-services .site-content .subtitle {
	font-size: 18px;
	font-weight: 500;
	font-family: "Microsoft YaHei";
	color: #848d91;
	line-height: 1;
}

.single-services .type-service .entry-content h4,
.type-service:hover .entry-content h4,
.type-service:hover .entry-content p {
	color: #fff;
}

.page-services .service-wrapper {
	margin: 40px 0 100px;
}

.type-service .entry-content {
	position: relative;
	padding: 40px;
	background: #fff;
	border: 1px solid #e9ebef;
	text-align: center;
	max-width: 390px;
	min-height: 318px;
}

.type-service .entry-content:after {
	content: "";
	border: 30px solid #fff;
	position: absolute;
	z-index: 1;
}

.type-service:nth-child(1) .entry-content:after,
.type-service:nth-child(4) .entry-content:after {
	top: 50%;
	right: -60px;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.type-service:nth-child(3) .entry-content:after,
.type-service:nth-child(6) .entry-content:after {
	top: 50%;
	left: -60px;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.type-service:nth-child(2) .entry-content:after,
.type-service:nth-child(5) .entry-content:after {
	bottom: -60px;
	left: 50%;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.type-service:hover .entry-content {
	background: #05cbb8;
	border-color: #05cbb8;
}

.type-service:hover .entry-content:after {
	border-color: #05cbb8;
}

.type-service:hover .entry-content img {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	filter: invert(1);
}

.type-service .entry-content h4 {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin: 20px 0 30px;
	color: #464d50;
}

.type-service .entry-content p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.type-service:after,
.type-service:before {
	content: "";
	display: table;
}

.type-service .entry-content,
.type-service .entry-image {
	float: left;
}

.type-service:nth-child(2) .entry-content,
.type-service:nth-child(2) .entry-image,
.type-service:nth-child(5) .entry-content,
.type-service:nth-child(5) .entry-image {
	float: none;
}

.type-service:nth-child(1),
.type-service:nth-child(3),
.type-service:nth-child(4),
.type-service:nth-child(6) {
	width: 780px;
	float: left;
}

.type-service:nth-child(2),
.type-service:nth-child(5) {
	width: 390px;
	float: left;
}

.single-services .type-service {
	float: none;
	width: 100%;
	margin: 40px 0 0;
}

.single-services .type-service .entry-content {
	margin-top: -190px;
	background: #8260e3;
	border-color: #8260e3;
	color: #fff;
	max-width: 571px;
	padding: 70px 40px;
}

.single-services .type-service .entry-content .button {
	border: 2px solid #fff;
	background: 0 0;
	padding: 18px 27px;
	border-radius: 30px;
	margin-top: 45px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.single-services .type-service .entry-content .button .fa {
	margin-left: 27px;
}

.single-services .type-service .entry-content img {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	filter: invert(1);
}

.single-services .type-service .entry-content:after {
	border-color: #8260e3;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border-color: transparent transparent #8260e3 !important;
}

.service-info {
	padding: 70px 0 0;
}

.service-info .bottom,
.service-info .top {
	position: relative;
}

.service-info .top {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}

.service-info .bottom img,
.service-info .top img {
	position: absolute;
	top: 5px;
	left: 40px;
}

.service-info .bottom .wrapper,
.service-info .top .wrapper {
	padding-left: 110px;
}

.service-info .bottom .wrapper small,
.service-info .top .wrapper small {
	display: block;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #424242;
	margin-bottom: 10px;
}

.service-info .bottom .wrapper a,
.service-info .top .wrapper a {
	display: block;
	font-size: 35px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	line-height: 1;
	color: #424242;
}

.archiplus-featured-service {
	background: #2eb8ab;
	padding: 100px 0;
	color: #fff;
}

.archiplus-featured-service .left .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	margin-bottom: 10px;
	color: inherit;
}

.archiplus-featured-service .left .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: inherit;
	margin-bottom: 40px;
}

.archiplus-featured-service .left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.archiplus-featured-service .left li {
	line-height: 1;
	margin-bottom: 25px;
}

.archiplus-featured-service .left li:last-child {
	margin-bottom: 0;
}

.archiplus-featured-service .left i {
	margin-right: 35px;
}

.archiplus-featured-service .right {
	margin-top: 20px;
}

.archiplus-featured-service .right .avatar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 85px 30px 85px 0;
	border-right: 1px solid #18968a;
}

.archiplus-featured-service .right .avatar:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	border: 7.5px solid #18968a;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.archiplus-featured-service .right .avatar:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	border: 7.5px solid #2eb8ab;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.archiplus-featured-service .right .content:after,
.archiplus-featured-service .right .content:before {
	content: "“";
	position: absolute;
	font-family: "Microsoft YaHei";
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	color: #1c8278;
}

.archiplus-featured-service .right .avatar img {
	border-radius: 100%;
	border: 4px solid #fff;
	width: 62px;
	height: 62px;
}

.archiplus-featured-service .right .content {
	display: inline-block;
	vertical-align: middle;
	padding-top: 50px;
	width: 517px;
	padding-left: 40px;
}

.archiplus-featured-service .right .content:before {
	top: 25px;
}

.archiplus-featured-service .right .content:after {
	bottom: 0;
	right: 90px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
}

.archiplus-featured-service .right .content p {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #bcf5f0;
	margin-bottom: 40px;
}

.archiplus-featured-service .right .content span {
	display: block;
	font-size: 15px;
	line-height: 1;
}

.archiplus-featured-service .right .content .name {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.archiplus-featured-service .right .content .role {
	color: #135d56;
}

.archiplus-related-service {
	padding: 100px 0;
}

.archiplus-related-service .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	margin-bottom: 0;
	color: #464d50;
}

.archiplus-related-service .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: #848d91;
	margin-bottom: 30px;
}

.related-service .entry-image {
	margin-bottom: 45px;
}

.related-service .entry-wrapper {
	position: relative;
}

.related-service .entry-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 33px;
}

.related-service .entry-content {
	padding-left: 60px;
}

.related-service .entry-title {
	font-style: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	line-height: 1;
	color: #000;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.related-service .entry-content p {
	font-size: 16px;
	line-height: 28px;
	color: #7e8284;
	margin-bottom: 0;
}

.page-projects .site-content {
	margin-bottom: -100px;
}

.archiplus-project-content .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	line-height: 1.2;
	margin-bottom: 0;
	color: #464d50;
}

.archiplus-project-content .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: #848d91;
	margin-bottom: 40px;
}

.archiplus-project-content {
	margin-bottom: 70px;
}

.type-project {
	position: relative;
	margin-bottom: 30px;
}

.type-project .entry-title {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
}

.type-project .hover-content {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	padding: 40px;
	color: #fff;
	background: #8260e3;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.type-project:hover .hover-content {
	opacity: 1;
	visibility: visible;
}

.type-project .hover-content .entry-title {
	color: #fff;
	text-align: left;
}

.type-project .hover-content p,
.type-project .hover-content small {
	font-family: "Microsoft YaHei";
	color: #e1d6ff;
}

.type-project .entry-content .hover-content:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	border: 15px solid #8260e3;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.type-project .hover-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 30px 0 70px;
}

.type-project .hover-content .bottom,
.type-project .hover-content .top {
	position: relative;
}

.type-project .hover-content .top {
	margin-bottom: 40px;
}

.type-project .hover-content small {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.type-project .hover-content a:not(.button) {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}

.type-project .hover-content a.button {
	padding: 18px 27px;
	border: 2px solid #fff;
	border-radius: 30px;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.type-project .hover-content a.button i {
	margin-left: 30px;
}

.type-project .project-contact {
	margin: 30px 0 55px;
}

.type-project .project-contact img {
	position: absolute;
	top: 0;
	left: 0;
}

.type-project .entry-content {
	position: relative;
	padding: 40px;
	-webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.type-project .entry-content:before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	border: 15px solid #fff;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-project .type-project .entry-image {
	margin-bottom: 60px;
}

.single-project .type-project .entry-content {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.single-project .type-project .entry-content:before {
	display: none;
}

.single-project .type-project .entry-title {
	text-align: left;
	margin-bottom: 30px;
}

.single-project .type-project .project-contact {
	color: #fff;
	background: #8260e3;
	margin: 70px 0;
	padding: 10px;
}

.single-project .project-contact .wrapper:after,
.single-project .project-contact .wrapper:before {
	content: "";
	display: table;
}

.single-project .type-project .project-contact .wrapper {
	border: 1px solid #9375ea;
}

.type-project .project-contact .contact-wrapper {
	padding-left: 50px;
}

.single-project .type-project .project-contact .bottom,
.single-project .type-project .project-contact .top {
	position: relative;
	float: left;
}

.single-project .type-project .project-contact .top {
	margin: 34px 20px 34px 40px;
}

.single-project .type-project .project-contact .bottom {
	margin: 34px 10px;
}

.single-project .type-project .project-contact .left {
	font-size: 21px;
	font-family: "Microsoft YaHei";
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	padding: 34px 30px;
	color: #fff;
	float: left;
	width: 153px;
	border-right: 1px solid #9375ea;
}

.single-project .type-project .project-contact small {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 600;
	color: #e1d6ff;
	line-height: 1;
	text-transform: uppercase;
}

.single-project .type-project .project-contact a {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}

.single-project .type-project p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 28px;
	color: #7e8284;
	margin-bottom: 0;
}

.page-faq .content-area .subtitle,
.page-faq .content-area .title {
	font-family: "Microsoft YaHei";
	line-height: 1;
}

.single-project .row .col-md-4 img {
	margin-bottom: 30px;
}

.single-project .col-md-4 .row > .col-md-6:first-child {
	margin-top: 80px;
}

.page-faq .content-area .title {
	font-size: 40px;
	margin-bottom: 5px;
	color: #464d50;
}

.page-faq .content-area .subtitle {
	font-size: 18px;
	color: #848d91;
	margin-bottom: 40px;
}

.question-content h4,
.question-content p,
.widget-call-us a,
.widget-call-us small,
.widget-call-us span {
	font-family: "Microsoft YaHei";
}

.page-faq .widget {
	margin-bottom: 10px;
}

.widget .archiplus-tab-nav {
	list-style-type: none;
	padding: 30px;
	margin: 0;
	text-align: center;
	background: #fe4c8d;
}

.archiplus-tab-nav li {
	margin-bottom: 20px;
}

.archiplus-tab-nav li:last-child {
	margin-bottom: 0;
}

.archiplus-tab-nav a {
	width: 213px;
	height: 50px;
	line-height: 28px;
	background: 0 0;
	border: 1px solid #ff69a0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.archiplus-tab-nav a:hover {
	border-color: #ff69a0;
	background: #ff69a0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.question-wrapper {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e1e1e1;
}

.question-wrapper:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.question-wrapper i {
	color: #05cbb8;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.question-wrapper:hover i {
	color: #fe4c8d;
}

.question-content {
	padding-left: 40px;
}

.question-content h4 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.question-content p {
	font-size: 16px;
	font-weight: 400;
	color: #7e8284;
	line-height: 28px;
	margin-bottom: 0;
}

:not(#tab-1).archiplus-tab-panel {
	display: none;
}

.widget-call-us {
	background: url(../img/callus-bg.jpg) center no-repeat;
	padding: 125px 30px 30px;
	color: #fff;
	text-transform: uppercase;
}

.widget-call-us small {
	font-size: 13px;
	font-weight: 600;
	display: block;
}

.widget-call-us span {
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.widget-call-us a {
	font-size: 32px;
	font-weight: 600;
	display: block;
}

.page-shortcodes .site-content .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	margin-bottom: 5px;
	color: #464d50;
}

.page-shortcodes .site-content .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: #848d91;
	margin-bottom: 40px;
}

.accordion > h4,
.shortcode-title,
.toggle h4 {
	font-family: "Microsoft YaHei";
}

.shortcode-title {
	font-size: 18px;
	font-weight: 600;
	color: #464d50;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.accordion > h4,
.toggle h4 {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	color: #464d50;
	line-height: 1;
	outline: 0 !important;
	padding: 20px 24px;
	background: 0 0;
	border: 1px solid #e2e4e7;
	margin-bottom: 10px;
	cursor: pointer;
}

.toggle h4 i {
	position: absolute;
	top: 20px;
	right: 24px;
}

.toggle .active h4 i:before {
	content: "\f077";
}

.accordion > h4.ui-accordion-header-active,
.toggle .toggle-wrapper.active h4 {
	color: #fff;
	border-color: #05cbb8;
	background: #05cbb8;
	margin-bottom: 0;
}

.accordion > h4:after,
.accordion > h4:before {
	content: "";
	display: block;
	position: absolute;
	background: #e2e4e7;
}

.accordion > h4:before {
	width: 14px;
	height: 1px;
	top: 26.5px;
	right: 24px;
}

.accordion > h4:after {
	width: 1px;
	height: 14px;
	top: 20px;
	right: 30.5px;
}

.accordion > h4.ui-accordion-header-active:before {
	background: #fff;
}

.accordion > h4.ui-accordion-header-active:after,
.toggle .toggle-wrapper:not(.active) div {
	display: none;
}

.accordion > div,
.toggle .toggle-wrapper div {
	margin-bottom: 10px;
	border: 1px solid #e2e4e7;
	padding: 30px 25px;
}

.accordion > div p:last-child,
.toggle .toggle-wrapper div p:last-child {
	margin-bottom: 0;
}

.bg-danger,
.bg-info,
.bg-success,
.bg-warning {
	padding: 23.5px 28px;
	line-height: 1;
}

.bg-success {
	color: #3c7677;
	border: 1px solid #d6e9c6;
}

.bg-info {
	color: #31708f;
	border: 1px solid #bce8f1;
}

.bg-warning {
	color: #8a6d3b;
	border: 1px solid #faebcc;
}

.bg-danger {
	color: #b64d42;
	border: 1px solid #ebccd1;
}

.social-media {
	list-style-type: none;
	padding: 0;
	margin: 0 0 23px;
}

.social-media:last-child {
	margin-bottom: 0;
}

.social-media:after,
.social-media:before {
	content: "";
	display: table;
}

.social-media li {
	float: left;
	color: #fff;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin-right: 23px;
}

.social-media li:last-child {
	margin-right: 0;
}

.social-media li.twitter {
	background: #00acee;
}

.social-media li.facebook {
	background: #3b5998;
}

.social-media li.google-plus {
	background: #dd4b39;
}

.social-media li.linkedin {
	background: #0e76a8;
}

.social-media li.vimeo {
	background: #00aff0;
}

.social-media li.dribbble {
	background: #ea4c89;
}

.social-media.rounded li {
	border-radius: 100%;
}

.button-shortcodes {
	margin-bottom: 30px;
}

.button-shortcodes:last-child {
	margin-bottom: 0;
}

.button-shortcodes .button {
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	margin-right: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button-shortcodes.rounded .button {
	border-radius: 30px;
}

.button-shortcodes .button:last-child {
	margin-right: 0;
}

.button-shortcodes .button.transparent {
	background: 0 0;
	color: #05cbb8;
	border: 1px solid #05cbb8;
}

.button-shortcodes .button.threed {
	-webkit-box-shadow: 0 3px 0 0 rgba(4, 163, 148, 1);
	-moz-box-shadow: 0 3px 0 0 rgba(4, 163, 148, 1);
	box-shadow: 0 3px 0 0 rgba(4, 163, 148, 1);
}

.pricing-table {
	padding: 20px 45px 25px;
	border: 1px solid #e2e4e7;
}

.pricing-value {
	width: 103px;
	height: 103px;
	color: #fff;
	text-align: center;
	background: #8260e3;
	margin: 0 auto 20px;
	border-radius: 100%;
}

.pricing-value.red {
	background: #fe4c8d;
}

.page-shortcodes .testimonial-content .name:before,
.pricing-table .pricing-title:after {
	content: "";
	background: #e2e4e7;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.pricing-value .big {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	margin: 20px 0 0;
	display: inline-block;
}

.pricing-value .small {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding-left: 16px;
	display: inline-block;
}

.pricing-table .pricing-title {
	position: relative;
	color: #464d50;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 17px;
	margin-bottom: 25px;
}

.page-shortcodes .testimonial-content .name,
.pricing-table li {
	font-size: 14px;
	font-weight: 600;
	color: #464d50;
	text-transform: uppercase;
}

.pricing-table .pricing-title:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 31px;
	height: 2px;
	transform: translateX(-50%);
}

.pricing-table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pricing-table li {
	border-bottom: 1px solid #e2e4e7;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1;
}

.pricing-table li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pricing-table .button {
	margin-top: 32px;
	border-radius: 30px;
	padding: 20px 35px;
	line-height: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.testimonial-wrapper .type-testimonial {
	position: relative;
}

.testimonial-wrapper .avatar-image {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial-wrapper .avatar-image img,
.testimonial-wrapper-thumbs .owl-thumb-item.active img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	opacity: 1;
}

.testimonial-wrapper-thumbs img {
	cursor: pointer;
}

.testimonial-wrapper .testimonial-content {
	padding-left: 115px;
}

.page-shortcodes .testimonial-content .name {
	position: relative;
	padding-top: 18px;
}

.page-shortcodes .testimonial-content .name:before {
	position: absolute;
	top: 0;
	height: 1px;
	width: 35px;
	left: 50%;
	transform: translateX(-50%);
}

.page-shortcodes .testimonial-content p {
	font-size: 16px;
	line-height: 28px;
	color: #7e8284;
	margin-bottom: 42px;
}

.page-shortcodes .testimonial-wrapper-two .testimonial-content p {
	padding: 0 40px;
	margin-bottom: 23px;
}

.testimonial-wrapper .owl-dots {
	position: absolute;
	left: 115px;
}

.testimonial-wrapper .owl-dot {
	width: 7px;
	height: 7px;
	background: #dbdde6;
	display: inline-block;
	border-radius: 100%;
	margin-right: 2px;
}

.testimonial-wrapper .owl-dot.active {
	background: #05cbb8;
}

.owl-thumb-item {
	display: inline-block;
	margin: 0 8px;
}

.testimonial-wrapper-thumbs .owl-thumb-item img {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	opacity: 0.5;
}

.testimonial-wrapper-thumbs {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-wrapper-two .name {
	padding-bottom: 90px;
}

.testimonial-wrapper-two .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: 10px;
}

.testimonial-wrapper-two .owl-nav .owl-next {
	right: 80px;
}

.testimonial-wrapper-two .owl-nav .owl-prev {
	left: 80px;
}

.testimonial-wrapper-two:after,
.testimonial-wrapper-two:before {
	content: "“";
	position: absolute;
	top: 0;
	font-family: "Microsoft YaHei";
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}

.testimonial-wrapper-two:after {
	right: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
}

.slider-wrapper-thumbs:after,
.slider-wrapper-thumbs:before {
	content: "";
	display: table;
}

.slider-wrapper-thumbs .owl-thumb-item {
	display: block;
	margin-left: 0;
	margin-right: 22px;
	margin-bottom: 35px;
	float: left;
}

.slider-wrapper-thumbs .owl-thumb-item:last-child {
	margin-right: 0;
}

.slider-wrapper .owl-dots {
	position: absolute;
	top: -32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-wrapper .owl-dot {
	width: 7px;
	height: 7px;
	background: #dbdde6;
	display: inline-block;
	border-radius: 100%;
	margin-right: 2px;
}

.slider-wrapper .owl-dot.active {
	background: #05cbb8;
}

.slider-wrapper .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	color: #fff;
	width: 33px;
	height: 33px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 10px;
	border: 2px solid #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-wrapper .owl-nav .owl-prev {
	left: 20px;
}

.slider-wrapper .owl-nav .owl-next {
	right: 20px;
}


.homepage .site-content {
	padding: 0;
}

.homepage .archiplus-contact-us {
	padding: 100px 0;
	background: url(../img/ask-icon.png) 20% 100% no-repeat #eaf2f5;
}

.homepage .archiplus-contact-us .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	color: #464d50;
	line-height: 1;
	margin-bottom: 10px;
}

.homepage .archiplus-contact-us .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #848d91;
	line-height: 1;
	margin-bottom: 40px;
}

.homepage .archiplus-contact-us p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #848d91;
	line-height: 28px;
	margin-bottom: 40px;
}

.homepage .archiplus-contact-us .button {
	padding: 20px 52px;
	border-radius: 30px;
}

.homepage .archiplus-blog-section {
	padding: 100px 0;
}

.homepage .archiplus-blog-section .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	color: #464d50;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}

.homepage .archiplus-blog-section .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #848d91;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.homepage .type-post .entry-content {
	padding: 40px 50px;
	background: #fff;
}

.homepage .type-post .entry-wrapper {
	/* padding: 10px; */
	-webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.1);
}

.homepage #news_wrap .type-post .entry-wrapper{
	padding: 20px 10px;
}

.homepage .type-post .entry-published {
	font-size: 13px;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
	color: #0accb9;
}

.homepage .type-post .entry-title {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
	color: #2f3437;
}

.homepage .type-post p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 50px;
	color: #7e8284;

	height: 56px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.homepage .type-post .entry-content a {
	/* font-size: 14px; */
	font-family: "Microsoft YaHei";
	/* font-weight: 600; */
	text-transform: uppercase;
	line-height: 1;
	/* color: #2f3437; */
	text-align: right;
    width: 100%;
    display: block;
}

.homepage .type-post .entry-content a i {
	margin-left: 13px;
}

.homepage .type-post .entry-image {
	position: relative;
}

.homepage .type-post .entry-image a {
	top: 20px;
	left: 20px;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.homepage .type-post .entry-image a:last-child {
	top: 58px;
}

.homepage .type-post .entry-image a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.homepage .type-post .entry-image i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #0fccba;
	border-radius: 0;
}

.homepage .type-post .entry-image a:last-child i {
	background: #8260e3;
}

.homepage .archiplus-blog-section .button {
	margin-top: 60px;
	border-radius: 30px;
	padding: 20px 37px;
}

.homepage .type-service {
	width: 100%;
}

.homepage .type-service .entry-content {
	position: relative;
	/* min-width: 284px; */
	width: 100%;
	min-height: 171px;
	padding: 0;
}

.homepage .type-service .entry-content a {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage .type-service .entry-content:after {
	display: none;
}

.homepage .type-service .entry-content img {
	margin-bottom: 30px;
}

.homepage .type-service .entry-content h4 {
	margin: 0;
}

.homepage .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.archiplus-service-icon {
	margin-top: 60px;
}

.archiplus-service-icon .owl-dots {
	position: absolute;
	bottom: -50px;
	left: 0;
	line-height: 0;
}

.archiplus-service-icon .owl-dot {
	width: 11px;
	height: 11px;
	background: #dbdde6;
	display: inline-block;
	border-radius: 100%;
	margin-right: 2px;
}

.archiplus-service-icon .owl-dot.active {
	background: #05cbb8;
}

.about-wrap .button {
	position: absolute;
	bottom: -80px;
	right: 15px;
	padding: 20px 34px;
	border-radius: 30px;
}

.archiplus-project-section {
	padding: 100px 0;
	background: #eaf2f5;
}

.homepage .archiplus-project-section .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	color: #464d50;
	line-height: 1;
	margin-bottom: 10px;
}

.homepage .archiplus-project-section .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	color: #848d91;
	line-height: 1;
	margin-bottom: 40px;
}

.homepage .archiplus-project-section p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 50px;
	color: #7e8284;
}

.homepage .archiplus-project-section .button {
	border-radius: 30px;
	padding: 20px 37px;
}

.homepage .archiplus-project-section .entry-summary {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
}

.homepage .archiplus-project-section .entry-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-wbekit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage .type-project {
	position: relative;
	margin-bottom: 0;
	min-width: 370px;
}

.homepage .type-project .entry-title {
	font-size: 30px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 13px;
}

.homepage .type-project .country,
.homepage .type-project .read-more {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	line-height: 1;
}

.homepage .type-project .country {
	text-transform: capitalize;
	margin-bottom: 22px;
}

.homepage .type-project .read-more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-transform: lowercase;
	padding-bottom: 6px;
	border-bottom: 1px solid #ffac56;
}

.homepage .archiplus-about-testimonial {
	margin: 0;
}

.homepage .archiplus-slider-content .button {
	margin-top: 55px;
	padding: 20px 28px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.home-two .site-footer,
.home-two .site-footer > .container .row > [class*="col-md-"] {
	padding: 0;
}

.homepage .archiplus-slider-content .site-page-title-image {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.homepage .archiplus-slider-content .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	color: #23282d;
	background: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage .archiplus-slider-content .owl-prev {
	left: 10%;
}

.homepage .archiplus-slider-content .owl-next {
	right: 10%;
}

.home-two .site-footer > .container .row {
	margin: 0;
}

.home-two .site-copyright {
	margin-top: 0;
	padding: 33px 0;
	background: #1a1f27;
	color: #8f97a6;
	border-top: 0;
}

.home-two .site-footer .archiplus-about-us {
	border-right: 1px solid #8f97a6;
	padding: 100px 0;
}

.home-two .site-footer .widget-title {
	line-height: 1;
}

.home-two .archiplus-about-us .widget-title {
	margin-bottom: 20px;
}

.home-two .archiplus-about-us .social-icons li {
	float: none;
	display: inline-block;
	margin-top: 40px;
	width: 49px;
	height: 49px;
	background: 0 0 !important;
	border: 1px solid #8f97a6;
}

.home-two .archiplus-newsletter {
	border-top: 1px solid #8f97a6;
	margin-top: 40px;
	padding-top: 40px;
	padding-left: 40px;
}

.home-two .site-footer > .container .col-md-7 .row > .col-md-3,
.home-two .site-footer > .container .col-md-7 .row > .col-md-5 {
	padding-left: 40px;
}

.home-two .site-footer > .container .col-md-7 {
	padding: 100px 0 !important;
}

.home-two .archiplus-newsletter .widget-title {
	margin-bottom: 30px;
}

.home-two .archiplus-newsletter button {
	background: 0 0;
	border: 1px solid #05998b;
}

.home-two .archiplus-service-wrapper {
	padding: 100px 0;
}

.home-two .archiplus-service-wrapper .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	color: #464d50;
	line-height: 1;
	margin-bottom: 10px;
}

.home-two .archiplus-service-wrapper .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	color: #848d91;
	line-height: 1;
	margin-bottom: 40px;
}

.home-two .archiplus-service-wrapper .type-service {
	width: 370px;
	height: 270px;
	margin-bottom: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.home-two .archiplus-service-wrapper .type-service img {
	margin-bottom: 35px;
}

.home-two .archiplus-service-wrapper .type-service h3 {
	color: #fff;
	font-size: 24px;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	line-height: 1;
}

.home-two .archiplus-service-wrapper .yellow {
	background: #fea700;
}

.home-two .archiplus-service-wrapper .pink {
	background: #fe4c8d;
}

.home-two .archiplus-service-wrapper .purple {
	background: #8260e3;
}

.home-two .archiplus-service-wrapper .container p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #7e8284;
	line-height: 28px;
	margin-bottom: 0;
}

.home-two .archiplus-service-wrapper .button {
	margin-top: 55px;
	padding: 20px 33px;
	border-radius: 30px;
}

.home-two .archiplus-project-section {
	background: #fff;
}

.home-two .archiplus-project-section .entry-summary {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
}

.home-two .archiplus-project-section .entry-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-wbekit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-two .type-project {
	position: relative;
	margin-bottom: 0;
	min-width: 370px;
}

.home-two .type-project .entry-title {
	font-size: 30px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 13px;
}

.home-two .type-project .country,
.home-two .type-project .read-more {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	font-weight: 300;
}

.home-two .type-project .country {
	text-transform: capitalize;
	margin-bottom: 22px;
}

.home-two .type-project .read-more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-transform: lowercase;
	padding-bottom: 6px;
	border-bottom: 1px solid #ffac56;
}

.home-two .archiplus-project-section .button {
	margin-top: 60px;
}

.home-two .archiplus-blog-section {
	background: #f0f0f0;
}

.home-two .type-post.big-post .entry-summary {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	padding: 20px;
}

.home-two .type-post.big-post .entry-summary h4,
.home-two .type-post.big-post .entry-summary p {
	color: #fff;
	margin-bottom: 22px;
}

.home-two .type-post.big-post .entry-summary h4 {
	line-height: 1;
	font-size: 25px;
}

.home-two .type-post.big-post .entry-summary .entry-wrapper {
	position: absolute;
	bottom: 70px;
}

.home-two .type-post.small-post {
	margin-bottom: 18px;
}

.home-two .type-post.small-post:last-child,
.homepage.home-two .type-post.small-post .entry-summary p {
	margin-bottom: 0;
}

.home-two .type-post.small-post:after,
.home-two .type-post.small-post:before {
	content: "";
	display: table;
}

.home-two .type-post.small-post .entry-image {
	position: relative;
}

.homepage.home-two .type-post .like-button,
.homepage.home-two .type-post .read-more {
	position: absolute;
	z-index: 1;
	right: 20px;
	left: auto;
}

.homepage.home-two .type-post .like-button {
	top: 20px !important;
}

.homepage.home-two .type-post .like-button i {
	background: #fe4c8d !important;
	border-radius: 100%;
}

.homepage.home-two .type-post .read-more {
	top: auto !important;
	bottom: 20px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	padding-bottom: 5px;
	line-height: 1;
	border-bottom: 1px solid #ffac56;
	border-radius: 0 !important;
}

.home-two .type-post.big-post {
	color: #fff;
}

.homepage.home-two .type-post.small-post .entry-image {
	position: relative;
	width: 210px;
	color: #fff;
	float: left;
}

.homepage.home-two .type-post.small-post .entry-image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.homepage.home-two .type-post.small-post .entry-summary {
	background: #fff;
	padding: 40px 30px 40px 50px;
	float: left;
	width: 540px;
}

.homepage.home-two .type-post.small-post .entry-summary .entry-title {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	line-height: 1;
	margin-bottom: 20px;
	color: #464d50;
}

.home-two .archiplus-testimonial-section {
	background: #e2eaed;
	padding: 100px 0;
}

.home-two .archiplus-testimonial-section .title {
	font-size: 40px;
	font-family: "Microsoft YaHei";
	color: #464d50;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}

.home-two .archiplus-testimonial-section .subtitle {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 300;
	color: #848d91;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.home-two .archiplus-testimonial-section .avatar {
	margin-bottom: 35px;
}

.home-two .archiplus-testimonial-section .avatar img {
	width: 62px;
	height: 62px;
	border-radius: 100%;
}

.home-two .archiplus-testimonial-section p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #7e8284;
	line-height: 28px;
	margin-bottom: 0;
}

.home-two .archiplus-testimonial-section .user-info {
	position: relative;
	margin-top: 25px;
	padding-top: 35px;
}

.home-two .archiplus-testimonial-section .user-info:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 2px;
	width: 24px;
	background: #8260e3;
}

.home-two .archiplus-testimonial-section .user-info .name {
	color: #464d50;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	line-height: 1;
}

.home-two .archiplus-testimonial-section .content-wrapper {
	padding-left: 100px;
	padding-right: 40px;
}

.home-two .archiplus-testimonial-section .quote-icon {
	position: absolute;
	top: 110px;
}

.home-two .archiplus-testimonial-section .owl-carousel .owl-nav.disabled {
	display: block;
}

.home-two .archiplus-testimonial-section .owl-nav {
	position: absolute;
	top: 50%;
	width: 99vw;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-two .archiplus-testimonial-section .owl-nav [class*="owl-"] {
	position: absolute;
	color: #fff;
	background: #05cbb8;
	height: 52px;
	line-height: 52px;
	width: 52px;
	text-align: center;
	-webkit-box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
	-moz-box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
	box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
}

.home-two .archiplus-about-section .subtitle,
.home-two .archiplus-about-section .title,
.home-two .content-slider h3 {
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: #fff;
}

.home-two .archiplus-testimonial-section .owl-nav .owl-prev {
	left: 0;
}

.home-two .archiplus-testimonial-section .owl-nav .owl-next {
	right: 0;
}

.home-two .home-slider .owl-dots {
	position: absolute;
	top: 50%;
	right: 130px;
}

.home-two .home-slider .owl-dot {
	position: relative;
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	margin-bottom: 25px;
}

.home-two .home-slider .owl-dot.active {
	background: rgba(255, 255, 255, 1);
}

.home-two .home-slider .owl-dot.active span {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 19px;
	height: 19px;
	background: 0 0;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}

.home-two .home-slider .owl-dot:last-child {
	margin-bottom: 0;
}

.home-two .type-slider .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-two .content-slider {
	position: absolute;
	top: 50%;
	left: 15px;
	background: #2c323e;
	color: #fff;
	width: 410px;
	height: 266px;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-two .content-inner-slider {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px dashed #464d5a;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.home-two .content-slider h3 {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -2px;
	margin-bottom: 45px;
}

.home-two .content-slider .subtitle {
	font-size: 13px;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	text-transform: uppercase;
}

.home-two .content-slider .button {
	border-radius: 30px;
	padding: 17px 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.archiplus-about-section {
	background: url(../img/home2-about.jpg) 115% no-repeat #8260e3;
	background-size: contain;
}

.home-two .archiplus-about-section .title {
	font-size: 40px;
	margin-bottom: 10px;
}

.home-two .archiplus-about-section .subtitle {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px;
}

.home-two .archiplus-about-section p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #fff;
}

.about-wrapper-content .counter-value,
.comment-title {
	font-family: "Microsoft YaHei";
	font-size: 30px;
}

.home-two .archiplus-about-section .button {
	border-radius: 30px;
	padding: 20px 57px;
}

.about-wrapper-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 100px 0;
}

.about-wrapper-content .row {
	margin-top: 80px;
	color: #fff;
}

.about-wrapper-content .counter-value {
	font-weight: 500;
	line-height: 1;
	margin: 12px 0;
}

.archiplus-pagination ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.archiplus-pagination li {
	display: inline-block;
}

.archiplus-pagination li a,
.archiplus-pagination li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 2px solid #e4eaec;
	border-radius: 100%;
	color: #17192c;
}

.archiplus-pagination li a {
	line-height: 46px;
	margin: 0 5px;
	font-weight: 600;
}

.archiplus-pagination li:first-child a {
	margin-left: 0;
}

.archiplus-pagination li:last-child a {
	margin-right: 0;
}

.archiplus-pagination li a.next,
.archiplus-pagination li a.prev,
.archiplus-pagination li a:hover {
	color: #fff;
	border: 2px solid #05cbb8;
	background: #05cbb8;
}

.archiplus-pagination li a.next,
.archiplus-pagination li a.prev {
	-webkit-box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
	-moz-box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
	box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
}

.archiplus-pagination li span.dots {
	border: 0;
}

.entry-comment {
	margin-top: 100px;
}

.comment-title {
	line-height: 1;
	margin-bottom: 15px;
	color: #464d50;
}

.comment-notice {
	line-height: 1;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #7e8284;
	margin-bottom: 40px;
}

.entry-comment input[type="submit"] {
	margin-top: 20px;
	padding: 20px 32px;
	border-radius: 30px;
}



.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* add */

#slide img {
	width: 100%;
}

#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #05cbb8;
	overflow: hidden;
}
#progressBar {
	width: 100%;
	background: #ededed;
}

.owl-carousel {
	touch-action: none;
}

#news img {
	width: 100%;
	display: block;
}

.qrcode {
	width: 150px;
	height: 150px;
	display: block;
}

.qr-msg {
	padding-top: 10px;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	overflow: auto;
}

::-webkit-scrollbar-thumb {
	background-color: #dadada;
	min-height: 25px;
	min-width: 25px;
	border: 1px solid #e0e0e0;
}

::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #fff;
}

.news-title {
	font-size: 40px;
}

.news-subtitle {
	font-size: 14px;
	padding-bottom: 30px;
}

#news_box img {
	display: block;
	max-width: 100%;
}

#news_wrap {
	margin-top: 50px;
}

.about-wrap .about-box{
	width: 100%;
}


.about-wrap .about-list{
	width: 20%;
	float: left;
	border: 1px solid #E9EBEF;
	box-sizing: border-box;
	transition: all 0.4s;
	position: relative;
    min-height: 171px;
	padding: 0;
	text-align: center;
}

.about-wrap .about-list:hover{
	border: 1px solid #05cbb8;
	background: #05cbb8;
}

.about-list a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-38%);
    -moz-transform: translateY(-38%);
    transform: translateY(-38%);
}

.about-list img {
	margin-bottom: 30px;
	display: inline-block;
    width: auto;
}

.about-list h4 {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin: 0px 0 30px;
    color: #464d50;
}

.pub-title{
	background: url(../img/slide/s1.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 350px;
}

.news-list{
	margin-bottom: 30px;
}

.page-header h1{
	text-align: center;
	margin-bottom: 10px;
}

.page-header p{
	text-align: center;
	color: #999;
}




.down-box {
	position: absolute;
	top: 80px;
	left: 0;
	background: #fff;
	z-index: 1000;

	display: none;
	float: left;
	min-width: 100px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	animation: fadeIn 1s ease;
	-webkit-animation: fadeIn 1s ease;
}

.down-box a {
	display: block;
	width: 100%;
	text-align: center;
}

.product-cur:hover .down-box {
	display: block;
}

.triangle{
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, 0.175);
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -7px;
}

.pro-name{
	font-size: 14px;
	padding-bottom: 10px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
