:root {
	--global--color-primary: #286dd2;
	--global--color-primary-alt: #286dd2;
	--global--color-primary-light: #e6f8fb;
	--global--color-primary-darken: #263967;
	--global--color-secondary: #ed6d00;
	--global--color-secondary-alt: #0646b2;
	--global--color-secondary-darken: #444546;
	--global--color-secondary-darken-alt: #032259;
	--global--color-heading-light: #1d2a4d;
	--global--color-heading: #444546;
	--global--color-heading-darken: #286dd2;
	--global--color-body: #616369;
	--global--color-white-light: #f4f4f4;
	--global--color-white: #ffffff;
	--global--color-white-darken: #fefefe;
	--global--color-gray-light: #fefefe;
	--global--color-gray: #f9f9f9;
	--global--color-gray-darken: #e6e8eb;
	--global--font-body: "Microsoft YaHei";
	--global--font-heading: "Microsoft YaHei";
	--global--font-secondary: "Microsoft YaHei";
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

*,
:active,
:focus {
	outline: none !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: none;
}

::-moz-selection {
	text-shadow: none;
}

::selection {
	text-shadow: none;
}

::-moz-selection {
	text-shadow: none;
}

::-webkit-selection {
	text-shadow: none;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

button {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	padding: 0;
}

textarea {
	resize: none;
}

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
body,
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	color: #616369;
	margin: 0;
}

.wrapper {
	background-color: #ffffff;
}

.wrapper.sidearea-active .sidearea-overlay::before {
	visibility: visible;
	opacity: 1;
	right: 0;
}

::-moz-selection {
	background-color: #286dd2;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background-color: #286dd2;
	color: #ffffff;
	text-shadow: none;
}

a {
	color: #286dd2;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

.fullscreen {
	height: 100vh !important;
}

section {
	background-color: #f4f6f9;
	padding: 120px 0;
	overflow: hidden;
}

.newsonexq-page-a .xia {
	color: #444546;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	width: 78%;
	-webkit-box-orient: vertical;
}

.newsonexq-page-a {
	display: flex;
	align-items: anchor-center;
	width: 48%;
}

.newsonexq-page-a .xia:hover {
	color: #286dd2;
}

@media only screen and (max-width: 767px) {
	section {
		padding: 70px 0;
	}
}

hr {
	background-color: #eaeaea;
	border-color: #eaeaea;
	margin: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.fullscreen {
		height: auto !important;
	}
}

@-webkit-keyframes Bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes Bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444546;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 1;
}

.h1,
h1 {
	font-size: 52px;
}

.h2,
h2 {
	font-size: 42px;
}

.h3,
h3 {
	font-size: 38px;
}

.h4,
h4 {
	font-size: 28px;
}

.h5,
h5 {
	font-size: 24px;
}

.h6,
h6 {
	font-size: 18px;
}

p {
	font-family: "Microsoft YaHei";
	color: #616369;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.lead {
	font-size: 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text--left {
	text-align: left !important;
}

.text--right {
	text-align: right !important;
}

.text--center {
	text-align: center !important;
}

.text--just {
	text-align: justify !important;
}

.align--top {
	vertical-align: top;
}

.align--bottom {
	vertical-align: bottom;
}

.align--middle {
	vertical-align: middle;
}

.align--baseline {
	vertical-align: baseline;
}

/* Weight Text */
.bold {
	font-weight: bold !important;
}

.regular {
	font-weight: normal !important;
}

.medium {
	font-weight: 500 !important;
}

.italic {
	font-style: normal;
}

.feature-icon img {
	filter: grayscale(1);
}

.feature-panel:hover .feature-icon img {
	filter: initial;
}

.feature-panel:hover a {
	color: #286dd2 !important;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #ffffff !important;
}

.text-gray {
	color: #f9f9f9 !important;
}

.text-black {
	color: #444546;
}

.text-theme {
	color: #286dd2 !important;
}

.text--capitalize {
	text-transform: capitalize !important;
}

.text--uppercase {
	text-transform: uppercase !important;
}

.font-heading {
	font-family: "Microsoft YaHei";
}

.font-heading {
	font-family: "Microsoft YaHei";
}

.font-18 {
	font-size: 24px;
}

.font-16 {
	font-size: 16px;
}

.font-20 {
	font-size: 20px;
}

.font-40 {
	font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	text-center-xs {
		text-align: center !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	text-center-sm {
		text-align: center !important;
	}
}

.higlighted-style1 {
	background-color: #286dd2;
	color: #ffffff;
	padding: 5px 0;
}

.higlighted-style2 {
	background-color: #444546;
	color: #ffffff;
	padding: 5px 0;
}

.higlighted-style3 {
	background-color: #f9f9f9;
	color: #286dd2;
	padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
	color: #444546 !important;
}

.color-theme {
	color: #286dd2 !important;
}

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #f9f9f9 !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px;
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.col-content {
	padding: 120px 100px 110px 120px;
}

.newsonexq-page-a:last-child {
	text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-content {
		padding: 125px 18px 0 !important;
	}
}

/* Postion Helpers */
.pos-fixed {
	position: fixed;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos-static {
	position: static;
}

.pos-top {
	top: 0;
}

.pos-bottom {
	bottom: 0;
}

.pos-right {
	right: 0;
}

.pos-left {
	left: 0;
}

.pos-vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.height-700 {
	height: 700px !important;
}

.height-500 {
	height: 500px !important;
}

.height-800 {
	height: 800px !important;
}

@media only screen and (min-width: 992px) {

	.hidden-lg,
	.hidden-md {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquote {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: #616369;
	font-style: normal;
	line-height: 28px;
	font-weight: 500;
	padding: 30px 0 30px 30px;
	position: relative;
	border-left: 6px solid #444546;
}

.blockquote .quote-author,
blockquote .quote-author {
	font-family: "Microsoft YaHei";
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	color: #444546;
	margin-top: 18px;
}

.blockquote .author,
blockquote .author {
	font-family: "Microsoft YaHei";
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	color: #444546;
	margin-top: 18px;
}

.blockquote-1 {
	border-left: 6px solid #444546;
}

.blockquote-2 {
	position: relative;
	border-left: none;
}

.blockquote-2::before,
.blockquote-2::after {
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	position: absolute;
	color: #286dd2;
	line-height: 1.8;
	font-weight: 600;
}

.blockquote-2::before {
	content: "\f10d";
	top: 0;
	left: 0;
}

.blockquote-2::after {
	content: "\f10e";
	right: 0;
	bottom: 0;
}

.blockquote-3 {
	background-color: #444546;
}

.blockquote-3 .author {
	color: #616369;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #286dd2 !important;
}

.bg-secondary {
	background-color: #ed6d00 !important;
}

.bg-gray {
	background-color: #f9f9f9 !important;
}

.bg-dark-gray {
	background-color: #3a3a3a;
}

.bg-dark {
	background-color: #222222 !important;
}

/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-parallax {
	background-attachment: fixed;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-overlay-2:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-light:before {
	background-color: #ffffff;
	opacity: 0.8;
}

.bg-overlay-dark:before {
	background-color: rgba(29, 42, 77, 0.45);
}

.bg-overlay-dark2:before {
	background-color: #1B1A1A5e;
}

.bg-overlay-dark-slider:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #1d2a4d), color-stop(84%, #1B1A1A));
	background-image: -o-linear-gradient(top, #1d2a4d 34%, #1B1A1A 84%);
	/*  background-image: linear-gradient(180deg, #1d2a4d 34%, #1B1A1A 84%); */
	opacity: 0.25;
}

.bg-overlay-dark-hero:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #1d2a4d), color-stop(84%, #1B1A1A));
	background-image: -o-linear-gradient(top, #1d2a4d 34%, #1B1A1A 84%);
	background-image: linear-gradient(180deg, #1d2a4d 34%, #1B1A1A 84%);
	opacity: 0.25;
}

.bg-overlay-theme:before {
	background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #13C1D9BF), color-stop(70%, #286dd2));
	background-image: -o-linear-gradient(right, #13C1D9BF 18%, #286dd2 70%);
	background-image: linear-gradient(-90deg, #13C1D9BF 18%, #286dd2 70%);
}

.bg-overlay-theme-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 87, 222, 0.85);
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0857de), to(#0857de));
	background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #0857de 97.66%, #0857de 100%);
	background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #0857de 97.66%, #0857de 100%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-2::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(4, 43, 111, 0.93); */
	content: "";
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #042b6f));
  background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 70%);
  background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 70%); */
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-3::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 70, 178, 0.5);
	content: "";
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #0646b2));
	background: -o-linear-gradient(bottom, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #0646b2 70%);
	background: linear-gradient(0deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #0646b2 70%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-4::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 182, 246, 0.8);
	content: "";
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-4::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #28b6f6));
	background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #28b6f6 70%);
	background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #28b6f6 70%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-5::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 70, 178, 0.9);
	content: "";
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-5::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #0646b2));
	background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #0646b2 70%);
	background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #0646b2 70%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-6::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 182, 246, 0.8);
	content: "";
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-theme-6::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #28b6f6));
	background: -o-linear-gradient(bottom, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #28b6f6 70%);
	background: linear-gradient(0deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #28b6f6 70%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bg-overlay-video:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 23, 51, 0)), color-stop(62%, rgba(29, 42, 77, 0)), color-stop(97%, #1d2a4d));
	background-image: -o-linear-gradient(top, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 62%, #1d2a4d 97%);
	background-image: linear-gradient(180deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 62%, #1d2a4d 97%);
}

/* Background Video */
.bg-video {
	position: relative;
}

.bg-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotate(0);
	transform: rotateZ(0);
}

.bg-video h2 {
	text-transform: capitalize;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 5;
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bg-animate {
	background-size: cover;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	-webkit-animation: animatedBackground 30s linear infinite;
	animation: animatedBackground 30s linear infinite;
}

@-webkit-keyframes animatedBackground {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

/* Elements Background */
.el-bg {
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.el-bg h2 {
	color: #ffffff;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	color: #e5e4e4;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	display: block;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	padding: 0 10px;
	color: #ed6d00;
	content: "\f054";
}

.breadcrumb>li a {
	color: #ed6d00;
}

.breadcrumb>li a:hover {
	color: #ed6d00;
}

.breadcrumb>.active {
	color: #032259;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	position: relative;
	z-index: 2;
	font-weight: 400;
	text-transform: capitalize;
	border: none;
	border-radius: 4px;
	width: 110px;
	height: 30px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 14px;
	box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
}

.btn.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.btn.active,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.btn i {
	font-size: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn svg {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn.btn-icon-right i,
.btn.btn-icon-right svg {
	margin-left: 10px;
}

.btn.btn-icon-left i,
.btn.btn-icon-left svg {
	margin-right: 10px;
}

.btn.btn-square-arrow {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn.btn-square-arrow span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.btn.btn-square-arrow i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 100%;
	background: transparent;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn.btn-square-arrow.btn-square-arrow-left {
	padding: 0;
	background: #fff;
	padding-right: 0;
}

.btn.btn-square-arrow.btn-square-arrow-left i {
	margin-right: 5px;
	border-radius: 4px 0 0 4px;
	font-size: 10px;
}

.btn.btn-square-arrow.btn-square-arrow-right {
	padding: 0;
	padding-left: 20px;
}

.btn.btn-square-arrow.btn-square-arrow-right i {
	margin-left: 20px;
}

/* Button Primary */
.btn--primary {
	background-color: #286dd2;
	color: #ffffff;
}

.btn--primary i {
	color: #ffffff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #032259;
	color: #ffffff;
}

.btn--primary:active i,
.btn--primary:focus i,
.btn--primary:hover i {
	color: #ffffff;
}

.btn--primary.btn-square-arrow i {
	background-color: #286dd2;
}

.btn--primary.btn-square-arrow:active,
.btn--primary.btn-square-arrow:focus,
.btn--primary.btn-square-arrow:hover {
	background-color: #286dd2;
	color: #ffffff;
}

.btn--primary.btn-square-arrow:active i,
.btn--primary.btn-square-arrow:focus i,
.btn--primary.btn-square-arrow:hover i {
	background-color: #286dd2;
}

/* Button Secondary*/
.btn--secondary {
	background-color: #286dd2;
	color: #ffffff;
	border-radius: 4px
}

.btn--secondary i {
	color: #ffffff;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: #ed6d00;
	color: #ffffff;
}

.btn--secondary.btn-square-arrow i,
.btn--secondary.btn-square-arrow svg {
	background-color: #0646b2;
}

.btn--secondary.btn-square-arrow:active,
.btn--secondary.btn-square-arrow:focus,
.btn--secondary.btn-square-arrow:hover {
	background-color: #0646b2;
	color: #ffffff;
}

.btn--secondary.btn-square-arrow:active i,
.btn--secondary.btn-square-arrow:active svg,
.btn--secondary.btn-square-arrow:focus i,
.btn--secondary.btn-square-arrow:focus svg,
.btn--secondary.btn-square-arrow:hover i,
.btn--secondary.btn-square-arrow:hover svg {
	background-color: #ed6d00;
}

/* Button Secondary*/
.btn--secondary-dark {
	/* 	background-color: #444546; */
	color: #ed6d00;
	/* 	border-color: #444546;
	border: 2px solid transparent; */
	/*  background-color: #444546;
  color: #ffffff; */
}

.btn--secondary-dark i {
	color: #ffffff;
}

.btn--secondary-dark:active,
.btn--secondary-dark:focus,
.btn--secondary-dark:hover {
	background-color: #032259;
	color: #ffffff;
}

.btn--secondary-dark.btn-square-arrow i {
	background-color: #ed6d00;
}

.btn--secondary-dark.btn-square-arrow:active,
.btn--secondary-dark.btn-square-arrow:focus,
.btn--secondary-dark.btn-square-arrow:hover {
	background-color: #ed6d00;
	color: #ffffff;
}

.btn--secondary-dark.btn-square-arrow:active i,
.btn--secondary-dark.btn-square-arrow:focus i,
.btn--secondary-dark.btn-square-arrow:hover i {
	background-color: #ed6d00;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color: #444546;
}

.btn--white i {
	color: #444546;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	color: #ffffff;
	background-color: #0646b2;
}

.btn--white:active i,
.btn--white:focus i,
.btn--white:hover i {
	color: #ffffff;
}

.btn--white.btn-square-arrow {
	background-color: #fefefe;
	color: #444546;
}

.btn--white.btn-square-arrow i {
	color: #444546;
	background-color: #e6e8eb;
}

.btn--white.btn-square-arrow:active,
.btn--white.btn-square-arrow:focus,
.btn--white.btn-square-arrow:hover {
	background-color: #e6e8eb;
}

.btn--white.btn-square-arrow:active i,
.btn--white.btn-square-arrow:focus i,
.btn--white.btn-square-arrow:hover i {
	background-color: #fefefe;
}

/* Button Transparent */
.btn--transparent {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid transparent;
}

.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover {
	color: #ffffff;
}

.btn--transparent.btn--primary {
	border-color: #286dd2;
	color: #286dd2;
}

.btn--transparent.btn--primary:active,
.btn--transparent.btn--primary:focus,
.btn--transparent.btn--primary:hover {
	background-color: #286dd2;
	color: #444546;
}

.btn--transparent.btn--secondary-dark {
	border-color: #ed6d00;
	color: #ed6d00;
	font-size: 18px;
}

.btn--transparent.btn--secondary-dark i {
	color: #444546;
}

.btn--transparent.btn--secondary-dark:active,
.btn--transparent.btn--secondary-dark:focus,
.btn--transparent.btn--secondary-dark:hover {
	background-color: #ed6d00;
	color: #ffffff;
}

.btn--transparent.btn--secondary-dark:active i,
.btn--transparent.btn--secondary-dark:focus i,
.btn--transparent.btn--secondary-dark:hover i {
	color: #ffffff;
}

.btn--transparent.btn--white {
	border-color: #ffffff;
	color: #ffffff;
}

.btn--transparent.btn--white i {
	color: #ffffff;
}

.btn--transparent.btn--white:active,
.btn--transparent.btn--white:focus,
.btn--transparent.btn--white:hover {
	border-color: #286dd2;
	background-color: #286dd2;
}

.btn--transparent.btn--white.btn-inversed:active,
.btn--transparent.btn--white.btn-inversed:focus,
.btn--transparent.btn--white.btn-inversed:hover {
	border-color: #444546;
	background-color: #444546;
}

/* Buttons Custom */
.btn--danger {
	background-color: #dd3333;
	color: #ffffff;
}

.btn--danger:active,
.btn--danger:focus,
.btn--danger:hover {
	background-color: #ed6d00;
	color: #ffffff;
	border-color: #ed6d00;
}

.btn--success {
	background-color: #81d742;
	color: #ffffff;
}

.btn--success:active,
.btn--success:focus,
.btn--success:hover {
	background-color: #ed6d00;
	color: #ffffff;
	border-color: #ed6d00;
}

.btn--prime {
	background-color: #1e73be;
	color: #ffffff;
}

.btn--prime:active,
.btn--prime:focus,
.btn--prime:hover {
	background-color: #ed6d00;
	color: #ffffff;
	border-color: #ed6d00;
}

.btn--purble {
	background-color: #8224e3;
	color: #ffffff;
}

.btn--purble:active,
.btn--purble:focus,
.btn--purble:hover {
	background-color: #ed6d00;
	color: #ffffff;
	border-color: #ed6d00;
}

.btn--video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.btn--video i {
	color: #ffffff;
}

.btn--video-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn--video-text .icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 30px;
	position: relative;
	color: #444546;
}

.btn--video-text .icon-wrapper::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: pulse 1s ease-out 0s infinite;
	animation: pulse 1s ease-out 0s infinite;
	z-index: -1;
}

.btn--video-text span {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
}

/* Button Fluid */
.btn--block {
	width: 100%;
}

/*Button Auto */
.btn--auto {
	width: auto;
	padding: 0 20px;
}

/* Button Rounded */
.btn--rounded {
	border-radius: 50px;
}

/* Buttons Shadow */
.btn-shadow {
	-webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
	box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

.btn-shadow-hover:hover,
.btn-shadow-hover:active,
.btn-shadow-hover:focus {
	-webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
	box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

/* Button Bordered */
.btn--bordered {
	background-color: #ffffff;
	color: #ffffff;
	border: 2px solid transparent;
}

.btn--bordered::before {
	content: unset;
}

.btn--bordered.btn--primary {
	color: #286dd2;
	border-color: #286dd2;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color: #ffffff;
	background-color: #286dd2;
	border-color: #286dd2;
}

.btn--bordered.btn--secondary {
	color: #444546;
	border-color: #bcbcbc;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color: #ffffff;
	background-color: #444546;
	border-color: #444546;
}

.btn--bordered.btn--secondary-dark {
	color: #444546;
	border-color: #444546;
}

.btn--bordered.btn--secondary-dark i {
	color: #444546;
}

.btn--bordered.btn--secondary-dark:active,
.btn--bordered.btn--secondary-dark:focus,
.btn--bordered.btn--secondary-dark:hover {
	color: #ffffff;
	background-color: #444546;
	border-color: #444546;
}

.btn--bordered.btn--secondary-dark:active i,
.btn--bordered.btn--secondary-dark:focus i,
.btn--bordered.btn--secondary-dark:hover i {
	color: #ffffff;
}

.btn--bordered.btn--white {
	color: #ffffff;
	border-color: #ffffff;
	background: transparent;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color: #286dd2;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn--slide :last-of-type {
	margin-left: -6px;
}

.btn--slide-wide {
	width: 270px;
}

@media screen and (max-width: 360px) {
	.btn--slide-wide {
		width: 240px;
	}
}

.btn--video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.btn--video i {
	color: #ffffff;
}

.btn--video-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn--video-text .icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 68px;
	height: 68px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 30px;
	position: relative;
}

.btn--video-text .icon-wrapper::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: pulse 1s ease-out 0s infinite;
	animation: pulse 1s ease-out 0s infinite;
	z-index: -1;
}

.btn--video-text span {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
}

/* Buttons Sizes */
.btn-small {
	width: 170px;
	height: 41px;
	line-height: 41px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
form {
	position: relative;
}

form .col-12 {
	position: relative;
}

.form-control {
	font-family: "Microsoft YaHei";
	color: #68738e;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 1px;
	border-radius: 0px;
	border: 1px solid #f0f1f3;
	background-color: #f0f1f3;
	padding-left: 20px;
	margin-bottom: 25px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control:focus {
	border-color: #444546;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	font-family: "Microsoft YaHei";
	color: #68738e;
	font-size: 14px;
	text-transform: capitalize;
}

.form-control::-moz-placeholder {
	font-family: "Microsoft YaHei";
	color: #68738e;
	font-size: 14px;
	text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
	font-family: "Microsoft YaHei";
	color: #68738e;
	font-size: 14px;
	text-transform: capitalize;
}

.form-control.nice-select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-control.nice-select::after {
	width: 6px;
	height: 6px;
	border-color: #616369;
	right: 20px;
}

.form-control.nice-select.open .list {
	width: 100%;
}

.form-control.nice-select .current {
	text-transform: capitalize;
}

.form-control.nice-select .list li {
	text-transform: capitalize;
}

.form-control+.error {
	position: absolute;
	bottom: 3px;
	left: 16px;
	color: red;
}

.form-control.error {
	border-color: red;
}

.form-label {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #032359;
	margin-bottom: 9px;
	text-transform: capitalize;
}

.custom-radio-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

@media screen and (max-width:767.98px) {
	.custom-radio-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.custom-radio-group .custom-control {
	position: relative;
	min-height: 0;
	margin-right: 30px;
	margin-bottom: 14px;
}

.custom-radio-group .custom-control .custom-control-input {
	opacity: 0;
}

.custom-radio-group .custom-control .custom-control-input:checked~label::after {
	background-color: #286dd2;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.custom-radio-group .custom-control label {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #616369;
	margin-bottom: 0;
	line-height: 1.9;
	text-transform: capitalize;
	cursor: pointer;
	padding-left: 10px;
}

.custom-radio-group .custom-control label::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	border-radius: 4px;
	border: 3px solid #eaeaea;
	width: 17px;
	height: 17px;
}

.custom-radio-group .custom-control label::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 5px;
	top: 9px;
	background-color: transparent;
	-webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

textarea.form-control {
	height: auto;
	min-height: 80px;
	padding-top: 15px;
}

.form-select {
	position: relative;
}

.form-select i {
	position: absolute;
	font-size: 19px;
	font-weight: 400;
	line-height: 49px;
	right: 20px;
	top: 0;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
	color: #616369;
}

.form-select select {
	line-height: 1;
	color: #616369;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Input Checkbox */
.input-checkbox {
	margin-bottom: 30px;
}

.input-checkbox p {
	display: block;
	position: relative;
	font-size: 13px;
	padding-left: 30px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 0;
}

.label-checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	z-index: 2;
}

.label-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.label-checkbox .check-indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	background: transparent;
	border: 1px solid #e1e3e3;
	border-radius: 2px;
}

.label-checkbox .check-indicator:after {
	content: "";
	position: absolute;
	display: none;
	left: 4px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid #286dd2;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.label-checkbox input:checked~.check-indicator {
	background: #ffffff;
}

.label-checkbox input:checked~.check-indicator:after {
	display: block;
}

.time-select,
.date-select {
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	background-color: #f0f1f3;
}

.time-select:hover,
.time-select:active,
.time-select:focus,
.date-select:hover,
.date-select:active,
.date-select:focus {
	background-color: #ffffff;
}

.time-select input,
.date-select input {
	position: relative;
	background-color: transparent;
	margin-bottom: 0;
	z-index: 1;
}

.time-select input:hover,
.time-select input:active,
.time-select input:focus,
.date-select input:hover,
.date-select input:active,
.date-select input:focus {
	background-color: transparent;
}

.time-select input::-webkit-calendar-picker-indicator,
.time-select input::-webkit-inner-spin-button,
.date-select input::-webkit-calendar-picker-indicator,
.date-select input::-webkit-inner-spin-button {
	display: block;
	-webkit-appearance: block;
	opacity: 0;
}

.time-select i,
.date-select i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	right: 20px;
	color: #032359;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

	.time-select i,
	.date-select i {
		right: 10px;
	}
}

/*------------------------------------*\
    #Lists
\*------------------------------------*/
@media screen and (max-width:991.98px) {
	.advantages-list-wrapper {
		text-align: center;
	}
}

@media screen and (max-width:991.98px) and (max-width:991.98px) {
	.advantages-list-wrapper .advantages-list {
		display: inline-grid;
	}
}

.advantages-list {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.advantages-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	line-height: 36px;
	color: #68738e;
	text-transform: capitalize;
	position: relative;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.advantages-list li {
		font-size: 14px;
	}
}

.advantages-list li i {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	background: #216ed8;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 10px;
	color: #ffffff;
}

.advantages-list.advantages-list-white li {
	color: #f9f9f9;
}

.advantages-list.advantages-list-white li i {
	color: #444546;
}

/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .tab-content>.tab-pane {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.tabs-1 .nav-pills .nav-link.active,
.tabs-1 .nav-pills .show>.nav-link {
	color: #286dd2;
	border-color: #286dd2;
}
.team-grid .col-12:nth-child(1) .team-contact {
    position: relative;
    margin-top: -74px;
    top: -28px;
    display: inline-block;
    height: 108px !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(1){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(2){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(3){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(4){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(5){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(6){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(7){
	    display: flex !important;
}
.team.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:nth-child(8){
	    display: flex !important;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a{
	display: none !important;
}
.zhengshu-xq-xiap p span {
    width: 82px;
    text-align: justify;
    display: inline-block;
}

.zhengshu-xq-xiap p:nth-child(2) span {
    letter-spacing: 1px;
}
.tabs-1 .nav-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs-1 .nav-pills .nav-link {
	border-bottom: 2px solid transparent;
	background-color: transparent;
	color: #444546;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 0;
	border-radius: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tabs-1 .nav-pills .nav-link:hover {
	color: #286dd2;
	border-color: #286dd2;
}

.tabs-2 .nav-pills .nav-link.active,
.tabs-2 .nav-pills .show>.nav-link {
	color: #286dd2;
}

.tabs-2 .nav-pills .nav-link.active i,
.tabs-2 .nav-pills .show>.nav-link i {
	color: #ffffff;
	background-color: #286dd2;
}

.tabs-2 .nav-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs-2 .nav-pills .nav-link {
	border: 0;
	background-color: transparent;
	color: #444546;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 0;
	border-radius: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tabs-2 .nav-pills .nav-link i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 25px;
	margin-bottom: 15px;
}

.tabs-2 .nav-pills .nav-link:hover {
	color: #286dd2;
}

.tabs-2 .nav-pills .nav-link:hover i {
	color: #ffffff;
	background-color: #286dd2;
}

/*------------------------------------*\
    #NOTE
\*------------------------------------*/
.note {
	text-align: center;
}

@media screen and (max-width:991.98px) {
	.note {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.note p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #616369;
	line-height: 25px;
	margin-bottom: 0;
}

.note p a {
	position: relative;
	color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-transform: capitalize;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 2px;
}

.note p a:hover::before {
	width: 80%;
}

.note p a::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #286dd2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	height: 2px;
	width: 100%;
}

.note.note-light p {
	color: #f4f4f4;
}

.note.note-light p a {
	color: #286dd2;
}

.note.note-light p a::before {
	background-color: #286dd2;
}

.note.note-2 p a:hover i {
	margin-left: 5px;
}

.note.note-2 p a::before {
	content: unset;
}

.note.note-2 p a i {
	margin-left: 10px;
	color: #286dd2;
	font-size: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.note.note-3 a {
	font-size: 15px;
	color: #444546;
	padding-bottom: 0;
}

.note.note-3 a i {
	font-size: 11px;
	color: #ed6d00;
	margin-left: 10px;
}

.note.note-3 a::before {
	content: unset;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
	border-top: 3px solid #216ed8;
	margin-bottom: 40px;
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
	padding: 21px 0px 21px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-bottom: 2px solid #e6e8eb;
	margin-bottom: 0px;
	border-radius: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: left;
}

.accordion .card.active-acc .card-heading .card-link,
.accordion .card:first-of-type.active-acc .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link {
	color: #216ed8;
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
	padding: 0;
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
	font-family: "Microsoft YaHei";
	font-size: 21px;
	font-weight: 600;
	color: #444546;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: block;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
	/* symbol for "opening" cards */
	content: "\f054";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #216ed8;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 10px;
	margin-right: 20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-weight: 700;
}

.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	/* symbol for "collapsed" cards */
	background-color: #444546;
	color: #ffffff;
	font-weight: 700;
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
	font-family: "Microsoft YaHei";
	color: #616369;
	padding: 16px 0 0 42px;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.accordion .card:last-of-type {
	margin-bottom: 0px;
}

.accordion.accordion-2 {
	padding-top: 0px;
	padding-bottom: 30px;
	border-top: 0;
	margin-bottom: 0;
	overflow: visible;
	z-index: 2;
	position: relative;
}

@media screen and (max-width:991.98px) {
	.accordion.accordion-2 {
		padding-bottom: 0px;
	}
}

.accordion.accordion-2 p {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #032259;
	margin-bottom: 32px;
}

@media screen and (max-width:991.98px) {
	.accordion.accordion-2 p {
		text-align: center;
	}
}

.accordion.accordion-2 .accordion-holder {
	border-top: 6px solid #ed6d00;
}

@media screen and (max-width:991.98px) {
	.accordion.accordion-2 .accordion-holder {
		margin-bottom: 70px;
	}
}

@media screen and (min-width:992px) {
	.accordion.accordion-2 .sidebar-faqs {
		margin-top: 8px;
		margin-left: 0;
		margin-right: auto;
	}
}

.accordion.accordion-2 .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.accordion.accordion-2 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.accordion.accordion-2 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.accordion.accordion-3 {
	margin-bottom: 70px;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	border-radius: 0;
}

.pagination li {
	margin-left: 10px;
	display: inline-block;
}

.pagination li:first-child {
	margin-left: 0;
}

.pagination li:last-child {
	margin-left: 20px;
}

.pagination li a,
.pagination li span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	color: #444546;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	width: 54px;
	height: 54px;
	border: 2px solid #e6e8eb;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.pagination li a:hover,
.pagination li span:hover {
	background-color: #ed6d00;
	color: #ffffff;
	border-color: #ed6d00;
}

.pagination li a i,
.pagination li span i {
	font-size: 11px;
}

.pagination li a.current,
.pagination li span.current {
	background-color: #ed6d00;
	color: #ffffff;
	border-color: #ed6d00;
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
	background-color: #f9f9f9;
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 30px;
}

.alerts .alert-icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	background-color: #286dd2;
	border-radius: 2px 1px 1px 2px;
	text-align: center;
	position: absolute;
}

.alerts .alert-icon i {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

.alerts .alert-content {
	padding-left: 68px;
}

.alerts .alert-content h4 {
	color: #286dd2;
	font-size: 15px;
	font-weight: 800;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: -6px;
}

.alerts .alert-content p {
	font-family: "Microsoft YaHei";
	color: #616369;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}

.alerts.alert-warning h4 {
	color: #8a6d3b;
}

.alerts.alert-warning .alert-icon {
	background-color: #fcf8e3;
}

.alerts.alert-warning .alert-icon i {
	color: #8a6d3b;
}

.alerts.alert-danger h4 {
	color: #a94442;
}

.alerts.alert-danger .alert-icon {
	background-color: #f2dede;
}

.alerts.alert-danger .alert-icon i {
	color: #a94442;
}

.alert {
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

/* Subscribe Alert */
.subscribe-alert {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	margin: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	-webkit-animation: alertfadein 0.35s ease 0.5s both;
	animation: alertfadein 0.35s ease 0.5s both;
}

.subscribe-alert .alert {
	margin: 0 auto;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 0;
	padding: 0 30px;
	color: #ffffff;
}

.subscribe-alert .alert:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	background-color: rgba(0, 0, 0, 0.1);
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: background-color 0.25s ease;
	-o-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
}

.subscribe-alert .alert.alert-danger {
	background-color: #cc0000;
}

.subscribe-alert .alert.alert-success {
	background-color: #198c19;
}

@-webkit-keyframes alertfadein {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes alertfadein {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

/* Contact Alert */
#contact-result .alert {
	margin: 10px auto;
	font-size: 12px;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
	z-index: 999;
	position: fixed;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	background-color: #286dd2;
}

#back-to-top:hover {
	background-color: #444546;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top svg {
	color: #ffffff;
	/* margin-bottom: 6px; */
}

#back-to-top span {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

@media screen and (max-width:991.98px) {
	#back-to-top {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		right: 20px;
		bottom: 20px;
	}

	#back-to-top svg {
		margin-bottom: 0;
	}

	#back-to-top span {
		display: none;
	}
}

/*------------------------------------*\
    #Page Loading
\*------------------------------------*/
.preloader {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader .spinner {
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;
}

.preloader .dot1,
.preloader .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #286dd2;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.preloader .dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*------------------------------------*\
    #Header
\*------------------------------------*/
.header {
	height: 0px !important;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
	margin-right: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header .navbar-brand {
		margin-right: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.header .navbar-brand {
		margin-right: 30px;
	}
}

@media screen and (min-width:992px) {
	.header .navbar-brand {
		height: 110px;
		margin-right: 10px
	}
}

@media screen and (max-width:991.98px) {
	.header .navbar-brand {
		height: 80px;
	}
}

.header .navbar-brand .logo {
	max-width: 100%;
	width: 370px;
	/* height: 60px; */
}


.header.header-light {
	background: rgba(255, 255, 255, 0.7);
}

.header .navbar .stickya {
	display: flex;
	width: 100%;
	justify-content: space-between;
	max-width: 1905px;
	margin: 0 auto;
}

.header.header-light .navbar {
	width: 100%;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(10px);
}

.header.header-light .navbar .navbar-brand .logo-dark {
	display: inline-block;
}

@media screen and (max-width:767.98px) {
	.header.header-light .navbar .navbar-brand .logo-dark {
		display: none;
	}
}

.header.header-light .navbar .navbar-brand .logo-light {
	display: none;
}

.header.header-light .navbar .navbar-brand .logo-mobile {
	display: none;
}

@media screen and (max-width:767.98px) {
	.header.header-light .navbar .navbar-brand .logo-mobile {
		display: inline-block;
	}
}

@media screen and (max-width:767.98px) {
	.header.header-light .navbar .navbar-brand .logo-mobile.logo-mobile-white {
		display: none;
	}
}

.header.header-light .navbar .navbar-nav>li>a {
	color: #444546;
}

.header.header-light .navbar .navbar-nav>li>a::before {
	background-color: #286dd2;
}

.header.header-white {
	background-color: #ffffff;
	height: 110px;
}

@media screen and (max-width:991.98px) {
	.header.header-white {
		height: 80px;
	}
}

.header.header-white .navbar {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
	box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}

.header.header-white .navbar .navbar-brand .logo-dark {
	display: inline-block;
}

@media screen and (max-width:767.98px) {
	.header.header-white .navbar .navbar-brand .logo-dark {
		display: none;
	}
}

.header.header-white .navbar .navbar-brand .logo-light {
	display: none;
}

.header.header-white .navbar .navbar-brand .logo-mobile {
	display: none;
}

@media screen and (max-width:767.98px) {
	.header.header-white .navbar .navbar-brand .logo-mobile {
		display: inline-block;
	}
}

@media screen and (max-width:767.98px) {
	.header.header-white .navbar .navbar-brand .logo-mobile.logo-mobile-white {
		display: none;
	}
}

.header.header-white .navbar .navbar-nav>li>a {
	color: #444546;
}

.header.header-white .navbar .navbar-nav>li>a::before {
	background-color: #286dd2;
}

.header.header-white .navbar .module.module-cart {
	border-color: #eaeaea;
}

.header.header-transparent {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (min-width:992px) {
	.header.header-transparent {
		height: 110px;
	}
}

.header.header-transparent .navbar {
	background-color: transparent;
}

.header.header-transparent .navbar .navbar-brand .logo-dark {
	display: none;
}

.header.header-transparent .navbar .navbar-brand .logo-light {
	display: inline-block;
}

@media screen and (max-width:767.98px) {
	.header.header-transparent .navbar .navbar-brand .logo-light {
		display: none;
	}
}

.header.header-transparent .navbar .navbar-brand .logo-mobile {
	display: none;
}

@media screen and (max-width:767.98px) {
	.header.header-transparent .navbar .navbar-brand .logo-mobile {
		display: inline-block;
	}
}

@media screen and (max-width:767.98px) {
	.header.header-transparent .navbar .navbar-brand .logo-mobile.logo-mobile-dark {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.header.header-transparent .navbar .navbar-nav>li>a {
		color: #ffffff;
	}
}

.header.header-transparent .navbar .navbar-nav>li>a::before {
	background: #286dd2;
}

.header.header-transparent .navbar .navbar-nav>li.has-dropdown>a::after {
	color: #ffffff;
}

.header.header-transparent .navbar .module .module-icon i,
.header.header-transparent .navbar .module .module-icon svg {
	color: #ffffff;
}

.header.header-transparent .navbar .module .module-icon i:hover,
.header.header-transparent .navbar .module .module-icon svg:hover {
	color: #286dd2;
}

.header.header-transparent .navbar .module.module-phone .module-body a {
	color: #ffffff;
}

.header.header-transparent .navbar .module.module-phone:hover .module-icon svg {
	color: #286dd2;
}

.header.header-transparent .navbar .module.module-phone:hover .module-body a {
	color: #286dd2;
}

.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon {
	background-color: #ffffff;
}

.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	background-color: #ffffff;
}

.header.header-transparent .navbar .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-color: transparent;
}

.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-dark {
	display: none;
}

@media screen and (min-width:768px) {
	.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-dark {
		display: inline-block;
	}
}

@media screen and (max-width:767.98px) {
	.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-mobile.logo-mobile-white {
		display: none;
	}

	.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-mobile.logo-mobile-dark {
		display: inline-block;
	}
}

.header.header-transparent .navbar.navbar-fixed .navbar-nav>li.has-dropdown>a::after {
	color: #444546;
}

.header.header-transparent .navbar.navbar-fixed .navbar-nav>li.has-dropdown.active>a::after,
.header.header-transparent .navbar.navbar-fixed .navbar-nav>li.has-dropdown:hover>a::after {
	color: #286dd2;
}

.header.header-transparent .navbar.navbar-fixed .module .module-icon i,
.header.header-transparent .navbar.navbar-fixed .module .module-icon svg {
	color: #444546;
}

.header.header-transparent .navbar.navbar-fixed .module .module-icon i:hover,
.header.header-transparent .navbar.navbar-fixed .module .module-icon svg:hover {
	color: #286dd2;
}

.header.header-transparent .navbar.navbar-fixed .module.module-phone .module-body a {
	color: #444546;
}

.header.header-transparent .navbar.navbar-fixed .module.module-phone:hover .module-icon svg {
	color: #286dd2;
}

.header.header-transparent .navbar.navbar-fixed .module.module-phone:hover .module-body a {
	color: #286dd2;
}

.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon {
	background-color: #444546;
}

.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	background-color: #444546;
}

.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-color: transparent;
}

.header.header-transparent-2 {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (min-width:992px) {
	.header.header-transparent-2 {
		height: 110px;
	}
}

.header.header-transparent-2 .navbar {
	background-color: transparent;
	padding-left: 0;
}

@media screen and (max-width:991.98px) {
	.header.header-transparent-2 .navbar {
		padding-right: 0;
		position: relative;
	}
}

.header.header-transparent-2 .navbar .navbar-brand {
	width: 230px;
	background-color: #ffffff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.header.header-transparent-2 .navbar .navbar-brand {
		width: 200px;
	}
}

@media screen and (max-width:991.98px) {
	.header.header-transparent-2 .navbar .navbar-brand {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (max-width:767.98px) {
	.header.header-transparent-2 .navbar .navbar-brand {
		width: 80px;
	}
}

.header.header-transparent-2 .navbar .navbar-brand .logo-dark {
	display: none;
}

@media screen and (min-width:768px) {
	.header.header-transparent-2 .navbar .navbar-brand .logo-dark {
		display: inline-block;
	}
}

.header.header-transparent-2 .navbar .navbar-brand .logo-light {
	display: none;
}

.header.header-transparent-2 .navbar .navbar-brand .logo-mobile {
	display: none;
}

@media screen and (max-width:767.98px) {
	.header.header-transparent-2 .navbar .navbar-brand .logo-mobile {
		display: inline-block;
	}
}

.header.header-transparent-2 .navbar .navbar-brand .logo-mobile.logo-mobile-white {
	display: none;
}

@media screen and (max-width:767.98px) {
	.header.header-transparent-2 .navbar .navbar-brand .logo-mobile.logo-mobile-dark {
		display: block;
	}
}

@media screen and (min-width:992px) {
	.header.header-transparent-2 .navbar .navbar-nav>li {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1400px) {
	.header.header-transparent-2 .navbar .navbar-nav>li {
		margin-right: 20px;
	}
}

@media screen and (min-width:992px) {
	.header.header-transparent-2 .navbar .navbar-nav>li>a {
		color: #ffffff;
	}
}

.header.header-transparent-2 .navbar .navbar-nav>li>a::before {
	bottom: auto;
	top: 0;
	background: #286dd2;
}

.header.header-transparent-2 .navbar .navbar-nav>li.has-dropdown>a::after {
	color: #ffffff;
}

.header.header-transparent-2 .navbar .module .module-icon i,
.header.header-transparent-2 .navbar .module .module-icon svg {
	color: #ffffff;
}

.header.header-transparent-2 .navbar .module .module-icon i:hover,
.header.header-transparent-2 .navbar .module .module-icon svg:hover {
	color: #286dd2;
}

.header.header-transparent-2 .navbar .module.module-phone .module-body a {
	color: #ffffff;
}

.header.header-transparent-2 .navbar .module.module-phone:hover .module-icon svg {
	color: #444546;
}

.header.header-transparent-2 .navbar .module.module-phone:hover .module-body a {
	color: #ffffff;
}

@media screen and (max-width:991.98px) {
	.header.header-transparent-2 .navbar .module-holder-phone {
		padding-right: 40px;
	}
}

@media screen and (max-width:767.98px) {
	.header.header-transparent-2 .navbar .module-holder-phone {
		padding-right: 20px;
	}
}

.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon {
	background-color: #ffffff;
}

.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	background-color: #ffffff;
}

.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-color: transparent;
}

@media screen and (max-width: 400px) {

	.header.header-transparent-2 .navbar .module-holder-phone .module-search,
	.header.header-transparent-2 .navbar .module-holder-phone .module-cart {
		display: none;
	}
}

.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav>li.has-dropdown>a::after {
	color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav>li.has-dropdown.active>a::after,
.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav>li.has-dropdown:hover>a::after {
	color: #286dd2;
}

.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon i,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon svg {
	color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon i:hover,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon svg:hover {
	color: #286dd2;
}

.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone .module-icon {
	border-color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone .module-body a {
	color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-icon {
	background-color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-icon svg {
	color: #ffffff;
}

.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-body a {
	color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon {
	background-color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	background-color: #444546;
}

.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-color: transparent;
}

.header.header-topbar {
	height: 80px;
}

@media screen and (min-width:992px) {
	.header.header-topbar {
		height: 110px;
	}
}

@media screen and (max-width:991.98px) {
	.header.header-topbar .top-bar {
		display: none;
	}
}

.header.header-topbar.header-shadow .navbar {
	-webkit-box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
	box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
}

@media screen and (min-width:1200px) {
	.header.header-topbar .navbar .navbar-nav>li {
		margin-right: 20px;
	}

	.header .navbar .navbar-nav>li>a span {
		font-size: 16px;
	}

	.header.header-topbar .navbar .navbar-nav>li:last-child {
		margin-right: 0;
	}
}

.header.header-topbar .navbar .navbar-nav>li.has-dropdown>a::after {
	color: #444546;
}

.header.header-topbar .navbar .navbar-nav>li.has-dropdown.active>a::after,
.header.header-topbar .navbar .navbar-nav>li.has-dropdown:hover>a::after {
	color: #286dd2;

}

.header.header-topbar .navbar .module-holder .module-search {
	margin-right: 30px;
}

.header.header-topbar .navbar .module-holder .module-cart {
	padding-right: 0;
	margin-right: 0;
}

.header.header-topbar .navbar .module-holder .module-cart .module-cart-warp {
	left: -300px;
}

@media (min-width: 992px) and (max-width: 1299px) {
	.header.header-topbar-2 .navbar .module-holder {
		margin-left: auto;
	}
}

.header.header-topbar-2 .navbar .module-holder .module-search {
	margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1299px) {
	.header.header-topbar-2 .navbar .module-holder .module-contact {
		display: none;
	}

	.header.header-topbar .navbar .navbar-nav>li {
		margin-right: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1299px) {
	.header.header-topbar-3 .navbar .module-holder {
		margin-left: auto;
	}
}

.header.header-topbar-3 .navbar .module-holder .module-cart {
	margin-right: 30px;
}

.header.header-topbar-3 .navbar .module-holder .module-cart .module-cart-warp {
	left: -165px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.header.header-topbar-3 .navbar .module-holder .module-contact {
		display: none;
	}
}

.header.header-topbar-3 .navbar .module-holder .module-search {
	margin-right: 0px;
}

@media screen and (max-width:1800px) {
	.header .navbar .navbar-nav>li>a span {
		font-size: 14px;
	}

	.header.header-topbar .navbar .navbar-nav>li {
		margin-right: 22px;
	}
}


@media screen and (max-width:1400px) {
	.header .navbar .navbar-nav>li>a span {
		font-size: 12px;
	}

}

@media screen and (max-width:1200px) {
	.module-holder {
		display: none !important;
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	z-index: 7777;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 0 3%;
}

.team-info-overlay.team-info-overlaypc {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1) !important;
}

.team-info-overlay.team-info-overlaypc::before {
	display: none;
}

.team-info-overlay.team-info-overlaypc::after {
	display: none;
}

.team-info-overlay.team-info-overlaypc .team-content {
	opacity: 0;
}

.team-info-overlay.team-info-overlaypc .team-meta-container {
	opacity: 0.8;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more:hover {
	background: #ed6d00;
}

.btn-more:hover i {
	filter: brightness(0)invert(1);
}

.btn-more:hover span {
	color: #fff;
}

@media screen and (min-width:992px) {
	.header .navbar {
		min-height: 100px;
		position: fixed;
		top: auto;

		bottom: auto;
		right: auto;
		left: auto;
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	.header .navbar {
		padding: 0px 20px;
	}
}

.header .navbar.navbar-bordered {
	border-bottom: 1px solid rgba(234, 234, 234, 0.149);
}

.header .navbar .navbar-nav>li {
	margin-right: 30px;
	position: relative;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.header .navbar .navbar-nav>li {
		margin-right: 20px;
	}
}

.header .navbar .navbar-nav>li:last-child {
	margin-right: 0;
}

.header .navbar .navbar-nav>li>a {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #444546;
	margin-bottom: 0px;
	text-transform: capitalize;
	line-height: 110px;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .navbar .navbar-nav>li>a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 4px;
	background: #286dd2;
	content: "";
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.header .navbar .navbar-nav>li.has-dropdown>a {
	position: relative;

}

.header .navbar .navbar-nav>li.has-dropdown>a::after {
	border: 0;
	content: "\f078";
	position: relative;
	margin-left: 7px;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
	color: #286dd2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-weight: 800;
}

.header .navbar .navbar-nav>li.has-dropdown.active>a::after,
.header .navbar .navbar-nav>li.has-dropdown:hover>a::after {
	color: #286dd2;
}

.header .navbar .navbar-nav>li.single-link.active>a,
.header .navbar .navbar-nav>li.single-link:hover>a {
	color: #286dd2;
}

@media screen and (min-width:1200px) {

	.header .navbar .navbar-nav>li.single-link.active>a::before,
	.header .navbar .navbar-nav>li.single-link:hover>a::before {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
		background-color: #286dd2;
	}
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle,
.header .navbar .navbar-nav>li:hover .dropdown-toggle {
	color: #286dd2;
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle::before,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.header .navbar .navbar-nav>li.active>.dropdown-toggle::after,
.header .navbar .navbar-nav>li:hover .dropdown-toggle::after {
	color: #ed6d00;
}

.header .navbar.navbar-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	/* background: #ffffff; */
	-webkit-animation: fadeInDown 1s ease-in-out;
	animation: fadeInDown 1s ease-in-out;
	-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
	box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

@media screen and (max-width:991.98px) {
	.header .navbar.navbar-fixed {
		border-color: #ffffff;
	}
}

.header .navbar.navbar-fixed.navbar-bordered {
	border-bottom: 0;
}

@media screen and (min-width:992px) {
	.header .navbar.navbar-fixed .navbar-brand .logo-dark {
		display: inline-block;
	}
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
	display: none;
}

.header .navbar.navbar-fixed .navbar-nav>li>a {
	color: #444546;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.navbar-nav>li.active>ul {
	margin-top: 0;
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 25px;
}

/* Menu Levels */
.dropdown-menu {
	background-color: transparent;
	position: relative;
	width: 100%;
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (min-width:992px) {
	.navbar.navbar-dark {
		background-color: #444546;
	}
}

.navbar.navbar-dark.navbar-fixed .module-social a {
	color: #ffffff;
}

.navbar.navbar-dark.navbar-fixed .module-social a:hover {
	color: #286dd2;
}

.navbar.navbar-dark .module .module-icon i {
	color: #ffffff;
}

@media screen and (min-width:992px) {
	.navbar.navbar-dark .navbar-nav>li>a {
		color: #ffffff;
	}

	.navbar.navbar-dark .navbar-nav>li>a:hover {
		color: #286dd2;
	}

	.navbar.navbar-dark .navbar-nav>li.active>a,
	.navbar.navbar-dark .navbar-nav>li:hover>a {
		color: #ffffff;
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (max-width:991.98px) {
	.header .navbar {
		padding: 0 40px;
	}

	/* Navabar */

	/* Header Modifers */
}

@media only screen and (max-width:991.98px) and (max-width:767.98px) {
	.header .navbar {
		padding: 0 20px;
	}
}

@media only screen and (max-width:991.98px) {
	.header .navbar .navbar-brand {
		margin-right: 0;
	}

	.header .navbar .navbar-brand .logo-light {
		display: none;
	}

	.header .navbar .navbar-brand .logo-phone {
		width: auto;
	}
}

@media only screen and (max-width:991.98px) {
	.header .navbar .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		max-height: calc(100vh - 80px);
		background-color: #ffffff;
		padding: 13px 30px 30px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.header .navbar .navbar-collapse::-webkit-scrollbar {
		height: 7px;
		width: 4px;
	}

	.header .navbar .navbar-collapse::-webkit-scrollbar-thumb {
		margin-right: 4px;
		background: rgba(0, 0, 0, 0.2);
		border-radius: 7px;
		cursor: pointer;
	}

	.header .navbar .navbar-collapse.show {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width:991.98px) {
	.header .navbar.navbar-bordered .navbar-collapse {
		top: calc(100% + 1px);
	}
}

@media only screen and (max-width:991.98px) {
	.header .navbar {
		/* Mega Menu Content */
	}

	.header .navbar .navbar-nav>li {
		margin-right: 0px;
		border-bottom: 1px solid rgba(234, 234, 234, 0.5);
	}

	.header .navbar .navbar-nav>li>a,
	.header .navbar .navbar-nav>li.active>a {
		line-height: 45px;
		color: #444546;
		display: block;
		z-index: 5;
	}

	.header .navbar .navbar-nav>li>a::before,
	.header .navbar .navbar-nav>li>a::after,
	.header .navbar .navbar-nav>li.active>a::before,
	.header .navbar .navbar-nav>li.active>a::after {
		display: none;
	}

	.header .navbar .menu-item::before {
		display: none;
	}

	.header .navbar .has-dropdown>.dropdown-menu {
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.header.header-topbar .navbar .navbar-nav>li.on .dropdown-menu {
		display: block;
	}

	.header .navbar .has-dropdown::after {
		font-weight: 400;
		content: "》";
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 13px;
		transform: rotate(90deg);
		color: #444546;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.header .navbar .has-dropdown:hover::after,
	.header .navbar .has-dropdown.active::after {
		color: #286dd2;
	}

	.header .navbar .has-dropdown.show::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.header .navbar .dropdown-menu.show {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 10px;
		border-radius: 0;
	}

	.header .navbar .dropdown-menu li {
		line-height: 26px;
	}

	.header .navbar .dropdown-menu li.current a {
		background-color: #286dd2;
		color: #444546;
	}

	.header .navbar .dropdown-menu li a {
		color: #444546;
		font-size: 12px;
		font-weight: 500;
		display: block;
		padding: 0px 15px;
		margin-bottom: 5px;
		text-transform: capitalize;
		border-radius: 3px;
	}

	.header .navbar .dropdown-menu li a:hover {
		background-color: #286dd2;
		color: #fff;
	}

	.header .navbar .show>.dropdown-menu {
		display: block;
	}

	.header .navbar .dropdown-submenu.show .dropdown-menu {
		display: block;
	}

	.header .navbar .dropdown-submenu .dropdown-menu {
		padding-left: 20px;
	}

	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu {
		padding-left: 15px;
	}
}

@media only screen and (max-width:991.98px) and (max-width:767.98px) {
	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row div {
		margin-bottom: 20px;
	}

	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row div:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:991.98px) {
	.header .navbar li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
		font-size: 14px;
		font-family: "Microsoft YaHei";
		font-weight: 400;
		color: "Microsoft YaHei";
		text-transform: capitalize;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:991.98px) {
	.navbar.navbar-light .navbar-nav>li>a {
		color: #444546;
	}
}

@media only screen and (max-width:991.98px) {
	.navbar-light:not(.navbar-fixed) .navbar-toggler {
		color: #ffffff;
		border-color: #ffffff;
	}

	.navbar-light:not(.navbar-fixed) .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
}

@media only screen and (max-width:991.98px) {

	.navbar-dark .navbar-toggler,
	.navbar-light.navbar-fixed .navbar-toggler {
		color: #222;
		border-color: #222;
	}

	.navbar-dark .navbar-toggler-icon,
	.navbar-light.navbar-fixed .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
@media only screen and (min-width:992px) {
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	/* Menu with Dropdown */
	.navbar-nav {
		/* Mega Menu Content */
	}

	.header .navbar .navbar-nav>li>a {
		line-height: 44px;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu {
		-webkit-box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
		box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);

		display: none;
		position: absolute;
		left: 0px;
		right: auto;

		width: 235px;
		padding: 20px 25px 20px;
		background-color: #ffffff;
		border-radius: 0px;
		-webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
		box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
		box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .3);
		border-radius: 0 10px 10px 10px;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li {
		padding-right: 0;
		position: relative;
		vertical-align: top;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: relative;
		font-family: "Microsoft YaHei";
		color: #444546;
		padding: 10px 0px 9px 0;
		display: block;
		font-size: 16px;
		font-weight: 400;
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		text-transform: capitalize;
		border-radius: 0;
		position: relative;


	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		height: 1px;
		width: 0;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		background-color: #286dd2;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover {
		color: #286dd2;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover::after {
		width: 100%;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a {
		border-bottom: 0;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:last-child a::after {
		content: unset;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a {
		color: #ffffff;
	}

	.navbar-nav>li.has-dropdown:hover>ul.dropdown-menu {
		display: block;

		z-index: 100;
		display: block;
	}

	.navbar-nav li ul.dropdown-menu.left {
		left: -650px !important;
		margin-left: 0 !important;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu {
		background-color: #ffffff;
		padding: 0;
		width: 480px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row {
		background-color: #ffffff;
		margin-right: 0;
		margin-left: 0;
		padding: 38px 23px 25px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row .menu-head {
		font-size: 16px;
		font-family: "Microsoft YaHei";
		font-weight: 400;
		color: #1d2a4d;
		text-transform: capitalize;
		margin-bottom: 13px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul {
		margin: 0;
		padding: 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a {
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: relative;
		font-family: "Microsoft YaHei";
		color: #616369;
		padding: 10px 0px 9px 0;
		display: block;
		font-size: 14px;
		font-weight: 400;
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		text-transform: capitalize;
		border-radius: 0;
		border-bottom: 1px solid #eaeaea;
		position: relative;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		height: 1px;
		width: 0px;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		background-color: #444546;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover {
		color: #444546;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:active::after,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:focus::after,
	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li a:hover::after {
		width: 100%;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li:last-child a {
		border-bottom: 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li:last-child a::after {
		content: unset;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .row ul li.current>a {
		border-color: #444546;
		color: #444546;
	}

	.navbar-nav.ms-auto.me-auto li.has-dropdown.mega-dropdown {
		position: absolute;
	}

	.navbar-nav.ms-auto:not(.me-auto) li.has-dropdown.mega-dropdown {
		position: relative;
	}
}

/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module-holder {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:991.98px) {
	.module-holder {
		margin-top: 30px;
		margin-left: 0;
		height: auto;
	}
}

@media screen and (max-width:991.98px) {
	.module-holder div:not(.module-contact) {
		display: none;
	}
}

.module-holder-phone {
	display: none;
}

@media screen and (max-width:991.98px) {
	.module-holder-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 80px;
		margin-top: 0;
	}
}

.module-holder-phone .navbar-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 0;
}

.module-holder-phone .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (min-width:1200px) {
	.module-holder-phone .navbar-toggler {
		display: none;
	}
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-color: transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
	top: 0;
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon {
	background-color: #444546;
	width: 100%;
	height: 2px;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon::before,
.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
	top: -10px;
}

.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
	top: 10px;
}

.module-holder-phone .module-language {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.module-holder-phone .module-language {
		top: 140%;
	}
}

@media screen and (min-width:992px) {
	.module-holder-phone .module-language {
		display: none;
	}
}

.module-holder-phone .module-language .selected img {
	margin-right: 0;
}

.module-holder-phone .module-language .selected span,
.module-holder-phone .module-language .selected i {
	display: none;
}

.module-holder-phone .module-language .selected .lang-list {
	left: -45px;
}

.module-holder-phone .module-search {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-bottom: 0;
	padding: 0;
	margin-right: 20px;
}

.module-holder-phone .module-cart {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.module {
	display: inline-block;
	position: relative;
}

.module span.title {
	display: none;
}

.module .module-icon {
	cursor: pointer;
}

.module .module-icon i {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

.module:last-of-type .module-icon {
	margin-right: 0;
}

.module .module-label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	background-color: #286dd2;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: -4px;
	left: 10px;
}

/* Module Fullscreen */
.module-fullscreen {
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
	position: fixed;
}

.module-fullscreen .module-cancel {
	top: 40px;
	right: 40px;
	border-radius: 8px 8px 0 8px;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #286dd2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.module-fullscreen.module-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

/* Module Search */
.module-search {
	position: relative;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}

@media screen and (min-width:992px) {
	.module-search {
		height: 110px;
	}
}

.module-search .module-icon:hover i,
.module-search .module-icon:hover span {
	color: #286dd2;
}

.module-search .module-icon i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #444546;
}

.module-search-warp {
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
	position: fixed;
}

.module-search-warp.search-warp-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.module-search-warp .module-cancel {
	top: 40px;
	right: 40px;
	border-radius: 3px;
	position: absolute;
	width: 64px;
	height: 64px;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #286dd2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.module-search-warp .module-cancel {
		top: 30px;
		right: 20px;
		font-size: 14px;
		width: 50px;
		height: 50px;
	}
}

.module-search-warp .form-search {
	margin-bottom: 0;
}

.module-search-warp .form-search button::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e906";
	color: #444546;
	font-family: "icomoon";
	font-size: 28px;
	font-weight: 400;
	line-height: 70px;
	z-index: 999;
	cursor: pointer;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

@media screen and (max-width:767.98px) {
	.module-search-warp .form-search button::before {
		font-size: 16px;
	}
}

.module-search-warp .form-control {
	position: relative;
	font-family: "Microsoft YaHei";
	font-size: 35px;
	font-weight: 500;
	line-height: 70px;
	height: 70px;
	color: #616369;
	border: none;
	background-color: transparent;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
	padding: 17px 30px 25px 46px;
	margin-bottom: 0;
	-webkit-transition: 400ms linear;
	-o-transition: 400ms linear;
	transition: 400ms linear;
	text-transform: capitalize;
	border-radius: 0;
}

@media screen and (max-width:767.98px) {
	.module-search-warp .form-control {
		font-size: 18px;
		padding-left: 30px;
		padding-bottom: 17px;
	}
}

.module-search-warp .form-control:focus,
.module-search-warp .form-control:active {
	border-color: #286dd2;
}

.module-search-warp .form-control::-webkit-input-placeholder {
	color: #616369;
	font-family: "Microsoft YaHei";
	font-size: 35px;
	font-weight: 500;
}

@media screen and (max-width:767.98px) {
	.module-search-warp .form-control::-webkit-input-placeholder {
		font-size: 18px;
	}
}

.module-search-warp .form-control::-moz-placeholder {
	color: #616369;
	font-family: "Microsoft YaHei";
	font-size: 35px;
	font-weight: 500;
}

@media screen and (max-width:767.98px) {
	.module-search-warp .form-control::-moz-placeholder {
		font-size: 18px;
	}
}

.module-search-warp .form-control::-moz-placeholder {
	color: #616369;
	font-family: "Microsoft YaHei";
	font-size: 35px;
	font-weight: 500;
}

@media screen and (max-width:767.98px) {
	.module-search-warp .form-control::-moz-placeholder {
		font-size: 18px;
	}
}

.module-search-warp .form-control:-ms-input-placeholder {
	color: #616369;
	font-family: "Microsoft YaHei";
	font-size: 35px;
	font-weight: 500;
}

@media screen and (max-width:767.98px) {
	.module-search-warp .form-control:-ms-input-placeholder {
		font-size: 18px;
	}
}

.module-search-warp .btn {
	background-color: transparent;
	border-radius: 0;
	width: 35px;
	line-height: 57px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	text-align: right;
	margin-left: 0;
	padding: 0;
}

/* Module SideNav */
.module-sidenav .module-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 110px;
	height: 80px;
	background: #286dd2;
	border-right: 1px solid #404040;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.module-sidenav .module-icon {
		width: 60px;
	}
}

@media screen and (min-width:992px) {
	.module-sidenav .module-icon {
		height: 110px;
	}
}

@media screen and (max-width:991.98px) {
	.module-sidenav .module-icon {
		width: 80px;
	}
}

/* Module Cart */
.module-cart {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 40px;
	margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.module-cart {
		margin-right: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width:992px) {
	.module-cart {
		height: 110px;
		border-right: 1px solid rgba(234, 234, 234, 0.149);
	}
}

@media screen and (max-width:991.98px) {
	.module-cart {
		height: 80px;
		margin-right: 30px;
		padding-right: 0;
	}
}

.module-cart .module-icon {
	position: relative;
}

.module-cart .module-icon i {
	color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.module-cart .module-cart-warp {
	position: absolute;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
	box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
	top: 100%;
	left: -150px;
	width: 290px;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 0 0 6px 6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

@media screen and (max-width:991.98px) {
	.module-cart .module-cart-warp {
		left: -250px;
	}
}

@media screen and (max-width:767.98px) {
	.module-cart .module-cart-warp {
		left: -160px;
		padding: 30px;
	}
}

@media screen and (min-width:768px) {
	.module-cart .module-cart-warp {
		width: 330px;
	}
}

.module-cart .module-cart-warp .cart-overview {
	margin-bottom: 0;
	width: 100%;
}

.module-cart .module-cart-warp .cart-overview li {
	margin-bottom: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.module-cart .module-cart-warp .cart-overview li:last-child {
	margin-bottom: 25px;
}

.module-cart .module-cart-warp .cart-overview li .cart-cancel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-size: 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #444546;
	margin-left: 15px;
}

.module-cart .module-cart-warp .cart-overview li .cart-cancel:hover {
	background-color: #286dd2;
}

.module-cart .module-cart-warp .cart-overview li img {
	border-radius: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.module-cart .module-cart-warp .cart-overview li .product-meta {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.module-cart .module-cart-warp .cart-overview li .product-meta h5 {
	color: #444546;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 8px;
}

.module-cart .module-cart-warp .cart-overview li .product-meta p {
	font-family: "Microsoft YaHei";
	color: #286dd2;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.module-cart .module-cart-warp span {
	font-family: "Microsoft YaHei";
	color: #9aaabb;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	display: inline-block;
	text-transform: capitalize;
	margin-bottom: 24px;
}

.module-cart .module-cart-warp span .total-price {
	font-style: normal;
}

.module-cart .module-cart-warp .cart--control .btn {
	height: 60px;
	width: 100%;
}

.module-cart.module-active .module-cart-warp {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* Module Contact */
.module-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.module-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

@media screen and (max-width:991.98px) {
	.module-contact .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	.module-contact .btn:first-child {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.module-contact .btn:first-child {
		padding: 0;
		padding-right: 20px;
		width: auto;
		height: auto;
		background-color: transparent;
		color: #444546;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.module-contact .btn:first-child i {
		color: #286dd2;
		font-size: 18px;
		padding-right: 6px;

	}
}

@media screen and (max-width:991.98px) {
	.module-contact .btn:first-child {
		color: #444546;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 10px;
	}
}

@media screen and (min-width:992px) {
	.module-contact .btn:first-child::before {
		content: unset;
	}
}

@media screen and (min-width:992px) {

	.module-contact .btn:first-child:hover,
	.module-contact .btn:first-child:active,
	.module-contact .btn:first-child:focus {
		color: #286dd2;
	}
}

.module-contact .btn:last-child {
	padding: 0 15px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.module-contact .btn:last-child {
		padding: 0 15px;
		width: 170px;
	}
}

@media screen and (min-width:992px) {
	.module-contact .btn:last-child {
		width: 110px;
	}

	.module-contact .btn:last-child i {
		font-size: 16px;
		padding-right: 6px;
	}
}

.module-contact.module-contact-2 {
	margin-right: 30px;
}

@media screen and (max-width:991.98px) {
	.module-contact.module-contact-2 {
		margin-right: 0;
	}
}

@media screen and (min-width:992px) {
	.module-contact.module-contact-2 .btn {
		width: 190px;
		height: 50px;
	}
}

/* Module Phone */
.module-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.module-phone {
		margin-right: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1150px) {
	.module-phone {
		display: none;
	}
}

.module-phone .module-icon {
	margin-right: 10px;
}

.module-phone .module-icon svg {
	color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: inline-block;
}

.module-phone .module-body {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.module-phone .module-body span {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	color: #e6e8eb;
	text-transform: capitalize;
}

.module-phone .module-body a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444546;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.module-phone .module-body a:hover {
	color: #286dd2;
}

.module-phone:hover .module-icon svg {
	color: #286dd2;
}

.module-phone:hover .module-body a {
	color: #286dd2;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.module-phone.module-phone-2 {
		display: none;
	}
}

.module-phone.module-phone-2 .module-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 53px;
	height: 53px;
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.module-phone.module-phone-2:hover .module-icon {
	background-color: #ffffff;
}

.module-phone.module-phone-2:hover .module-icon svg {
	color: #444546;
}

/* Module Language */
.module-language {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.module-language.module-active .lang-list,
.module-language:hover .lang-list {
	opacity: 1;
	visibility: visible;
}

.module-language .selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.module-language .selected img {
	margin-right: 10px;
}

.module-language .selected span {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0px;
	text-transform: capitalize;
	margin-right: 5px;
	cursor: pointer;
}

.module-language .selected i {
	font-size: 11px;
	color: #ffffff;
}

.module-language .lang-list {
	background-color: #ffffff;
	color: #444546;
	position: absolute;
	top: 100%;
	padding: 6px 22px;
	-webkit-box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
	box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
	z-index: 5555;
	left: -22px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 0 0 8px 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.module-language .lang-list {
		top: 140%;
	}
}

.module-language .lang-list ul {
	margin-bottom: 0;
}

.module-language .lang-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.module-language .lang-list ul li:last-of-type a {
	border-bottom: none;
}

.module-language .lang-list ul li:last-of-type a::after {
	content: none;
}

.module-language .lang-list ul li img {
	margin-right: 10px;
}

.module-language .lang-list ul li a {
	font-size: 14px;
	display: block;
	color: #616369;
	text-transform: capitalize;
	border-bottom: 1px solid #eaeaea;
	padding: 8px 0px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
}

.module-language .lang-list ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: transparent;
}

.module-language .lang-list ul li a:hover {
	color: #286dd2;
}

.module-language .lang-list ul li a:hover::after {
	width: 100%;
	background-color: #286dd2;
}

/* Module Social */
.module-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.module-social a {
	margin-right: 10px;
}

.module-social a:last-child {
	margin-right: 0;
}

.module-social a i {
	color: #286dd2;
	font-size: 20px;
	border-radius: 50%;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.module-social a i:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.module-social.module-social-2 {
	line-height: 70px;
	height: 70px;
	border-right: 2px solid #292929;
	margin-right: 0;
}

.module-social.module-social-2:last-child {
	margin-right: 0;
}

.module-social.module-social-2 a {
	color: #ffffff;
	background-color: transparent;
	margin-right: 20px;
	width: auto;
	height: auto;
	border-radius: 0;
}

.module-social.module-social-2 a:hover {
	color: #286dd2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*------------------------------------*\
    #TopBar
\*------------------------------------*/
.top-bar {
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
	position: relative;
	z-index: 8888;
	background-color: #1d2a4d;
}

@media (min-width: 992px) and (max-width: 1450px) {
	.top-bar {
		padding: 0px 20px;
	}
}

.top-bar .block-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media screen and (min-width: 1350px) {
	.top-bar .block-left {
		-ms-flex-preferred-size: 39%;
		flex-basis: 39%;
	}
}

.top-bar .block-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 1350px) {
	.top-bar .block-right {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
}

@media screen and (min-width:992px) {
	.top-bar .block-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 992px) and (max-width: 1185px) {
	.top-bar .block-right {
		margin-bottom: 0px;
	}
}

.top-bar .block-right .module-language {
	margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1549.98px) {
	.top-bar .block-right .module-language {
		margin-left: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1154.98px) {
	.top-bar .block-right .module-language {
		display: none;
	}
}

.top-bar .block-right .module-social {
	margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	.top-bar .block-right .module-social {
		margin-left: 15px;
	}
}

.top-bar .headline-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar .headline-wrapper .headline {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 22px;
	color: #f4f4f4;
	font-weight: 400;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
}

.top-bar .headline-wrapper .headline svg {
	color: #286dd2;
	margin-right: 9px;
}

.top-bar .headline-wrapper .owl-carousel {
	width: 200px;
	display: inline-block;
}

.top-bar .headline-wrapper .owl-carousel a {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	color: #286dd2;
	font-weight: 400;
	line-height: 22px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar .headline-wrapper .owl-carousel a:hover svg {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.top-bar .headline-wrapper .owl-carousel a svg {
	fill: #286dd2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-left: 10px;
}

.top-bar .top-bar-links-wrapper {
	margin-right: 20px;
}

.top-bar .top-bar-links-wrapper .top-bar-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0px;
	margin-right: 20px;
	text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.top-bar .top-bar-links-wrapper .top-bar-link {
		margin-right: 10px;
	}
}

.top-bar .top-bar-links-wrapper .top-bar-link:last-child {
	margin-right: 0;
}

.top-bar .top-bar-links-wrapper .top-bar-link:hover {
	color: #286dd2;
}

.top-bar .top-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-bar .top-contact .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1349.98px) {
	.top-bar .top-contact .contact-info {
		margin-right: 15px;
	}
}

@media (min-width: 1350px) and (max-width: 1549.98px) {
	.top-bar .top-contact .contact-info {
		margin-right: 10px;
	}
}

.top-bar .top-contact .contact-info:last-child {
	margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1379.98px) {
	.top-bar .top-contact .contact-info:last-child {
		display: none;
	}
}

.top-bar .top-contact .contact-info .contact-icon svg {
	color: #286dd2;
	margin-right: 10px;
}

.top-bar .top-contact .contact-info .contact-body a,
.top-bar .top-contact .contact-info .contact-body p {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: #f4f4f4;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.top-bar .top-contact .contact-info .contact-body a:hover {
	color: #286dd2;
}

.top-bar.top-bar-2 {
	background-color: #053485;
}

.top-bar.top-bar-2 .block-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media screen and (min-width: 1350px) {
	.top-bar.top-bar-2 .block-left {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
}

.top-bar.top-bar-2 .block-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 1350px) {
	.top-bar.top-bar-2 .block-right {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
}

@media screen and (min-width:992px) {
	.top-bar.top-bar-2 .block-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

/*------------------------------------*\
    #Page Title
\*------------------------------------*/
.page-title {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 500px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.page-title {
		padding-bottom: 70px;
	}
}

.page-title.page-title-blank {
	padding: 30px 0;
	height: auto;
}

@media screen and (max-width:991.98px) {
	.page-title .title {
		text-align: center;
	}
}

.page-title .title .title-subheading {
	font-family: "Microsoft YaHei";
	color: #f9f9f9;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px;
}

@media screen and (max-width:991.98px) {
	.page-title .title .title-subheading {
		line-height: 1.5;
	}
}

.page-title .title .title-heading {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	font-weight: 600;
	font-size: 75px;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page-title .title .title-heading {
		font-size: 35px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.page-title .title .title-heading {
		font-size: 32px;
		line-height: 1.4;
	}
}

.page-title .divider {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-title .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.page-title .divider .bg {
	background-color: #ffffff;
	height: 110px;
	-ms-flex-preferred-size: 95%;
	flex-basis: 95%;
}

@media screen and (max-width:991.98px) {
	.page-title .divider .bg {
		height: 70px;
	}
}

.page-title .divider .scroll-btn {
	height: 110px;
	-ms-flex-preferred-size: 5%;
	flex-basis: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991.98px) {
	.page-title .divider .scroll-btn {
		height: 70px;
	}
}

.page-title.page-title-2 {
	height: 460px;
}

.page-title.page-title-2 .title .title-heading {
	margin-bottom: 0;
}

.breadcrumb {
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.breadcrumb {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.breadcrumb .breadcrumb-item {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #ed6d00;
	margin-bottom: 0px;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
}

@media screen and (max-width:767.98px) {
	.breadcrumb .breadcrumb-item {
		line-height: 2.4;
	}
}

.breadcrumb .breadcrumb-item a {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #ed6d00;
	margin-bottom: 0px;
	background: transparent;
}

@media screen and (max-width:767.98px) {
	.breadcrumb .breadcrumb-item a {
		line-height: 2.4;
	}
}

.breadcrumb .breadcrumb-item a:hover {
	color: #286dd2;
}

.breadcrumb .breadcrumb-item.active {
	color: #032259;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 10px;
	padding: 0 10px;
	color: #ed6d00;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.breadcrumb.breadcrumb-light {
	color: #ffffff;
}

.breadcrumb.breadcrumb-light a {
	color: #ffffff;
}

.breadcrumb.breadcrumb-light .active {
	color: #ffffff;
}

.breadcrumb.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
}

.breadcrumb-wrapper {
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.breadcrumb-wrapper {
		height: auto;
		padding: 40px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.breadcrumb-wrapper .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:991.98px) {
	.breadcrumb-wrapper .breadcrumb {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-nav.disabled {
	display: none;
}

.carousel-dots {
	position: relative;
}

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.carousel-dots .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 5;
}

.carousel-dots .owl-dots .owl-dot {
	margin-right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.carousel-dots .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.carousel-dots .owl-dots .owl-dot.active span {
	border-bottom: 4px solid #ed6d00;
	border-width: 6px;
}

.carousel-dots .owl-dots .owl-dot span {
	display: inline-block;
	width: 24px;
	height: 6px;
	border-bottom: 4px solid #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-right: 0;
	position: relative;
}

.carousel-dots.carousel-dots-white .owl-dot span {
	border-color: #ffffff;
}

.carousel-dots.carousel-dots-white .owl-dot.active span {
	border-color: #113cac;
}

.carousel-navs {
	position: relative;
}

.carousel-navs .owl-nav span {
	font-size: 0;
}

@media screen and (min-width:992px) {
	.carousel-navs .owl-nav {
		position: absolute;
		top: -117px;
		right: 0;
	}
}

@media screen and (max-width:991.98px) {
	.carousel-navs .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}
}

.carousel-navs .owl-next:hover::before,
.carousel-navs .owl-prev:hover::before {
	color: #286dd2;
}

.carousel-navs .owl-next:before,
.carousel-navs .owl-prev:before {
	font-family: "carousel" !important;
	font-size: 43px;
	color: #687596;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.carousel-navs .owl-prev {
	margin-right: 50px;
}

.carousel-navs .owl-prev:before {
	content: "\e990";
}

.carousel-navs .owl-next:before {
	content: "\e991";
}

.carousel-navs .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
	margin-bottom: 47px;
}

@media screen and (max-width:991.98px) {
	.heading {
		text-align: center;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.heading .heading-subtitle {
	font-family: "Microsoft YaHei";
	text-transform: capitalize;
	color: rgba(0, 0, 0, .69804);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 14px;
}

@media screen and (max-width:991.98px) {
	.heading .heading-subtitle {
		line-height: 1.5;
	}
}

.heading .heading-title {
	/*  font-family: "Microsoft YaHei";
  text-transform: capitalize;
  font-size: 37px;
  line-height: 54px;
  margin-bottom: 20px;
   color: #161616;
  font-weight: 600; */

}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading .heading-desc {
	font-family: "Microsoft YaHei";
	color: #616369;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 0;
}

.heading .paragraph {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #ed6d00;
	margin-bottom: 0px;
}

.heading.heading-light .heading-subtitle {
	color: #fff;
}

.heading.heading-light .heading-title {
	color: #ffffff;
}

.heading.heading-light .heading-desc {
	color: #f4f4f4;
}

.heading.heading-light .paragraph {
	color: #f4f4f4;
}

.heading.heading-2 {
	margin-bottom: 60px;
}

.heading.heading-2 .heading-title {
	font-size: 40px;
	color: #286dd2;
	margin-bottom: 40px;
	font-weight: 600;

}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-2 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-2 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-2 .paragraph {
	margin-bottom: 24px;
}

@media screen and (min-width:992px) {
	.heading.heading-2 .paragraph {
		padding-top: 6px;
	}
}

.heading.heading-2 .heading-desc {
	color: #286dd2;
	margin-bottom: 42px;
}

.heading.heading-3 {
	margin-bottom: 42px;
}

.heading.heading-3 .heading-title {
	color: #161616;
	margin-bottom: 9px;
}

.heading.heading-3 .heading-desc {
	color: #616369;
}

.heading.heading-4 {
	margin-bottom: 60px;
}

.heading.heading-4 .heading-title {
	color: #161616;
	font-size: 37px;
	line-height: 55px;
	margin-bottom: 29px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-4 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-4 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-4 .heading-desc {
	color: #616369;
	margin-bottom: 31px;
}

@media screen and (min-width:992px) {
	.heading.heading-5 {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
		margin-bottom: -15px;
	}
}

.heading.heading-5 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-5 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-5 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-5 .heading-desc {
	margin-bottom: 32px;
}

.heading.heading-6 {
	margin-bottom: 0;
}

@media screen and (min-width:992px) {
	.heading.heading-6 {
		padding-top: 70px;
	}
}

.heading.heading-6 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 50px;
	color: #161616;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-6 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-6 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-6 .paragraph {
	color: #223865;
	margin-bottom: 26px;
}

.heading.heading-6 .heading-desc {
	color: #616369;
	margin-bottom: 42px;
}

.heading.heading-7 {
	position: relative;
	z-index: 4;
}

.heading.heading-7 .heading-subtitle {
	color: #f4f4f4;
}

.heading.heading-7 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 0px;
}

@media screen and (min-width:992px) {
	.heading.heading-7 .heading-title {
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-7 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-7 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-9 {
	margin-bottom: 0;
}

.heading.heading-9 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 73px;
}

@media screen and (min-width:992px) {
	.heading.heading-9 .heading-title {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-9 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-9 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-9 .heading-desc {
	margin-bottom: 31px;
}

.heading.heading-10 {
	position: relative;
	z-index: 4;
	margin-bottom: 43px;
}

.heading.heading-10 .heading-title {
	margin-bottom: 10px;
}

.heading.heading-10 .heading-desc {
	color: #616369;
}

.heading.heading-11 {
	margin-bottom: 54px;
}

.heading.heading-11 .heading-subtitle {
	margin-bottom: 20px;
}

.heading.heading-11 .heading-title {
	font-size: 40px;
	line-height: 55px;
}

@media screen and (min-width:992px) {
	.heading.heading-11 .heading-title {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-11 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-11 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-11 .heading-desc {
	margin-bottom: 25px;
}

.heading.heading-12 {
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.heading.heading-12 {
		margin-bottom: 70px;
	}
}

.heading.heading-12 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 40px;
	color: #161616;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-12 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-12 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-12 .paragraph {
	color: #223865;
	margin-bottom: 26px;
}

.heading.heading-12 .heading-desc {
	color: #616369;
	margin-bottom: 32px;
}

.heading.heading-13 {
	margin-bottom: 0;
}

@media screen and (min-width:992px) {
	.heading.heading-13 {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
		margin-bottom: -15px;
	}
}

.heading.heading-13 .heading-title {
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-13 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-13 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-13 .heading-desc {
	margin-bottom: 32px;
}

.heading.heading-14 {
	margin-bottom: 40px;
}

.heading.heading-14 .heading-subtitle {
	margin-bottom: 20px;
}

.heading.heading-14 .heading-title {
	color: #286dd2;
	font-weight: 600
}

@media screen and (min-width:992px) {
	.heading.heading-14 .heading-title {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.heading.heading-14 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.heading.heading-14 .heading-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.heading.heading-14 .heading-desc {
	margin-bottom: 25px;
}

/*------------------------------------*\
	#Slider
\*------------------------------------*/
.bannerswiper {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.bannerswiper .swiper-slide {
	padding-top: 0;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 820px;
}

.bannerswiper .swiper-slide {
	background-size: cover !important;
}

@media screen and (max-width:991.98px) {
	.bannerswiper .swiper-slide {
		height: auto;
		min-height: 120vh;
	}
}

.slider .slide .slide-content {
	position: relative;
	z-index: 5;
}

.bannerswiper .bg-section img {
	width: 100%;
}

.slider.slider-1 {
	padding: 0 !important;
}

@media screen and (max-width:991.98px) {
	.slider .slide .slide-content {
		text-align: center;
	}
}

.slider .slide .slide-content .slide-subtitle {
	font-family: "Microsoft YaHei";
	text-transform: capitalize;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 8px;
}

.slider .slide .slide-content .slide-title {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 35px;
	text-transform: capitalize;
	text-align: center;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.slider .slide .slide-content .slide-title {
		font-size: 35px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.slider .slide .slide-content .slide-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.slider .slide .slide-content .slide-desc {
	font-family: "Microsoft YaHei";
	color: #f9f9f9;
	font-size: 28px;
	font-weight: 400;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 27px;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 2px;
}

.slider .slide .slide-content .slide-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.slider .slide .slide-content .slide-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.slider .slide .slide-content .slide-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.slider .slide .slide-content .slide-action .btn {
	width: 184px;
	height: 50px;
	margin-right: 30px;
}

@media screen and (max-width:767.98px) {
	.slider .slide .slide-content .slide-action .btn {
		margin-right: 0;
		margin-bottom: 25px;
		height: 60px;
		width: 200px;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.slider .slide .slide-content .slide-action .btn {
		width: 200px;
		margin-right: 15px;
	}
}

.slider .slide .slide-content .slide-action .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:767.98px) {
	.slider .slide .slide-content .slide-action .btn:last-child {
		margin-bottom: 0;
	}
}

.slider .slide .departments-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

@media screen and (max-width:991.98px) {
	.slider .slide .departments-wrapper {
		max-width: 370px;
		margin: 0 auto;
	}
}

@media screen and (max-width:767.98px) {
	.slider .slide .departments-wrapper {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

.slider .slide .departments-wrapper .departments-card {
	padding: 40px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	max-width: 370px;
}

@media screen and (max-width:991.98px) {
	.slider .slide .departments-wrapper .departments-card {
		margin: 0px auto;
	}
}

@media screen and (max-width:767.98px) {
	.slider .slide .departments-wrapper .departments-card {
		padding: 40px 25px;
		max-width: 100%;
	}
}

@media screen and (min-width:992px) {
	.slider .slide .departments-wrapper .departments-card {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform: translateY(54px);
		-ms-transform: translateY(54px);
		transform: translateY(54px);
	}
}

.slider .slide .departments-wrapper .departments-card .department-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e6e8eb;
}

.slider .slide .departments-wrapper .departments-card .department-info:hover::after {
	width: 100%;
}

.slider .slide .departments-wrapper .departments-card .department-info:hover .department-link i {
	background-color: #ed6d00;
}

.slider .slide .departments-wrapper .departments-card .department-info::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #ed6d00;
	bottom: -2px;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.slider .slide .departments-wrapper .departments-card .department-info:first-of-type {
	padding-top: 0;
}

.slider .slide .departments-wrapper .departments-card .department-info:last-of-type {
	padding-bottom: 40px;
	border-bottom: 0;
}

.slider .slide .departments-wrapper .departments-card .department-info:last-of-type::after {
	content: unset;
}

.slider .slide .departments-wrapper .departments-card .department-info .department-icon {
	margin-right: 30px;
}

.slider .slide .departments-wrapper .departments-card .department-info .department-icon i {
	font-size: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #161616;
}

@media screen and (max-width:767.98px) {
	.slider .slide .departments-wrapper .departments-card .department-info .department-icon i {
		font-size: 45px;
	}
}

.slider .slide .departments-wrapper .departments-card .department-info .department-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: "Microsoft YaHei";
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	color: #444546;
	margin-bottom: 0;
}

@media screen and (max-width:767.98px) {
	.slider .slide .departments-wrapper .departments-card .department-info .department-title {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media screen and (max-width:767.98px) {
	.slider .slide .departments-wrapper .departments-card .department-info .department-link {
		margin-left: 20px;
	}
}

.slider .slide .departments-wrapper .departments-card .department-info .department-link i {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #444546;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.slider .slide .departments-wrapper .departments-card .department-info .department-link i::before {
	color: #ffffff;
	font-size: 10px;
}

.slider .slide .departments-wrapper .departments-card .btn {
	width: 100%;
	height: 60px;
}

.slider .carousel-navs-slider .owl-nav {
	right: auto;
	top: auto;
	position: initial;
}

@media screen and (max-width:991.98px) {
	.slider .carousel-navs-slider .owl-nav {
		display: none;
	}
}

.slider .carousel-navs-slider .owl-nav span {
	font-size: 0;
}

.slider .carousel-navs-slider .owl-nav .owl-next:before,
.slider .carousel-navs-slider .owl-nav .owl-prev:before {
	color: rgba(255, 255, 255, 0.5);
	font-family: "carousel" !important;
	font-size: 44px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.slider .carousel-navs-slider .owl-nav .owl-prev:before {
	content: "\e990";
}

.slider .carousel-navs-slider .owl-nav .owl-next:before {
	content: "\e991";
}

.slider .carousel-navs-slider .owl-nav .owl-next,
.slider .carousel-navs-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider .carousel-navs-slider .owl-nav .owl-next:hover::before,
.slider .carousel-navs-slider .owl-nav .owl-prev:hover::before {
	color: white;
}

.slider .carousel-navs-slider .owl-nav .owl-next {
	right: 30px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.slider .carousel-navs-slider .owl-nav .owl-next {
		right: 15px;
	}
}

.slider .carousel-navs-slider .owl-nav .owl-prev {
	margin-right: 0;
	left: 30px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.slider .carousel-navs-slider .owl-nav .owl-prev {
		left: 15px;
	}
}

.slider .carousel-dots {
	position: relative;
}

.slider .carousel-dots .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.slider.slider-1 .slide {
	/* height: 100vh; */
	/* padding-bottom: 80px; */
}

.slider.slider-1 .slide .slide-content .slide-action .btn:first-child {
	width: 220px;
}

.slider.slider-1 .slide .slide-content .slide-action .btn:first-child i {
	width: 50px;
	border-radius: 0 4px 4px 0
}

.slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
	width: 180px;
	font-size: 18px;
}

.slider.slider-2 {
	overflow: visible;
	z-index: 5;
}

.slider.slider-2 .slide {
	overflow: visible;
	z-index: 5;
}

@media screen and (max-width:991.98px) {
	.slider.slider-2 .slide {
		height: auto;
		padding: 150px 0 100px;
	}
}

.slider.slider-2 .slide .slide-content .slide-subtitle {
	font-size: 16px;
	color: #f4f4f4;
}

.slider.slider-2 .slide .slide-content .slide-desc {
	font-size: 17px;
}

@media screen and (max-width:991.98px) {
	.slider.slider-2 .slide .slide-content .slide-action {
		margin-bottom: 70px;
	}
}

.slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
	width: 220px;
}

.slider.slider-2 .slide .slide-content .slide-action .btn:first-child i {
	width: 60px;
}

.slider.slider-2 .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.slider.slider-2 .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
}

.slider.slider-2 .owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}

.slider.slider-3 .slide .slide-content .slide-action {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
	width: 190px;
}

.slider.slider-3 .slide .slide-content .slide-action .btn:first-child i {
	width: 60px;
}

.slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
	width: 174px;
}

/*------------------------------------*\
	# Hero
\*------------------------------------*/
.hero {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 670px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.hero {
		padding-bottom: 70px;
	}
}

@media screen and (max-width:991.98px) {
	.hero .hero-content {
		text-align: center;
	}
}

.hero .hero-content .hero-subtitle {
	font-family: "Microsoft YaHei";
	color: #f9f9f9;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 15px;
}

@media screen and (max-width:991.98px) {
	.hero .hero-content .hero-subtitle {
		line-height: 1.5;
	}
}

.hero .hero-content .hero-title {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	font-weight: 600;
	font-size: 75px;
	line-height: 1;
	margin-bottom: 24px;
	text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hero .hero-content .hero-title {
		font-size: 35px;
		line-height: 1.4;
	}
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-title {
		font-size: 32px;
		line-height: 1.4;
	}
}

.hero .hero-content .hero-desc {
	font-family: "Microsoft YaHei";
	color: #f9f9f9;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 33px;
}

.hero .hero-content .hero-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.hero .hero-content .hero-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hero .hero-content .hero-action .btn {
	width: 184px;
	height: 60px;
	margin-right: 30px;
}

.hero .hero-content .hero-action .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-action .btn:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-action .btn {
		margin-right: 0;
		margin-bottom: 25px;
		height: 60px;
		width: 200px;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.hero .hero-content .hero-action .btn {
		width: 200px;
		margin-right: 15px;
	}
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.hero .hero-content .hero-list .icon {
	margin-right: 40px;
	display: inline-block;
}

@media screen and (max-width:767.98px) {
	.hero .hero-content .hero-list .icon {
		margin-right: 0;
		margin: 0 15px 25px;
	}
}

.hero .hero-content .hero-list .icon:last-child {
	margin-right: 0;
}

.hero .hero-content .hero-list .icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 70px;
	color: #ffffff;
}

.hero .hero-panel-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width:991.98px) {
	.hero .hero-panel-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}
}

.hero .hero-panel-holder .hero-panel {
	background-color: #ffffff;
	border-radius: 8px 0 8px 8px;
	padding: 26px 40px 39px;
	max-width: 290px;
}

.hero .hero-panel-holder .hero-panel .panel-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width:991.98px) {
	.hero .hero-panel-holder .hero-panel .panel-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.hero .hero-panel-holder .hero-panel .panel-content i {
	color: #51668a;
	margin-bottom: 12px;
	display: inline-block;
}

.hero .hero-panel-holder .hero-panel .panel-content i::before {
	margin-left: 0;
	font-size: 49px;
}

.hero .hero-panel-holder .hero-panel .panel-content h5 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: #444546;
	margin-bottom: 14px;
	text-transform: capitalize;
}

.hero .hero-panel-holder .hero-panel .panel-content p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616369;
	margin-bottom: 21px;
}

.hero .hero-panel-holder .hero-panel .panel-content .btn {
	width: 155px;
	height: 42px;
	border-radius: 8px 8px 0 8px;
	border: 2px solid;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property: background, color, border-color;
	transition-property: background, color, border-color;
	border-color: #687596;
}

.hero .hero-panel-holder .hero-panel .panel-content .btn::before {
	background-color: #ed6d00;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
}

.hero .hero-panel-holder .hero-panel .panel-content .btn:hover {
	border-color: #213360;
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark {
	background-color: #286dd2;
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content i,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content h5,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content p {
	color: #ffffff;
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn {
	background-color: transparent;
	color: #ffffff;
	border-color: #7284b9;
	border: 2px solid;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property: background, color, border-color;
	transition-property: background, color, border-color;
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn::before {
	background-color: #286dd2;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
}

.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn:hover {
	border-color: #286dd2;
	color: #ffffff;
}

.hero .hero-panel-holder .phone-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #286dd2;
	padding: 35px 40px 31px;
	border-radius: 0 32px 0 0;
	max-width: 470px;
}

@media screen and (min-width:992px) {
	.hero .hero-panel-holder .phone-card {
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		transform: translateY(80px);
	}
}

@media screen and (max-width:767.98px) {
	.hero .hero-panel-holder .phone-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

.hero .hero-panel-holder .phone-card .card-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

@media screen and (max-width:767.98px) {
	.hero .hero-panel-holder .phone-card .card-icon {
		margin-right: 0;
	}
}

.hero .hero-panel-holder .phone-card .card-icon i::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	font-size: 50px;
	margin-left: 0;
	color: #ffffff;
}

.hero .hero-panel-holder .phone-card .card-content h5 {
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.hero .hero-panel-holder .phone-card .card-content p {
	font-size: 14px;
	color: #f9f9f9;
	line-height: 24px;
	margin-bottom: 15px;
}

.hero .hero-panel-holder .phone-card .card-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #ffffff;
}

@media screen and (max-width:991.98px) {
	.hero .hero-panel-holder .phone-card .card-content a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.hero .hero-panel-holder .phone-card .card-content a span {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 24px;
}

.hero .hero-panel-holder .phone-card .card-content a i {
	margin-bottom: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 19px;
	margin-right: 15px;
}

.hero .hero-panel-holder.hero-panel-holder-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width:991.98px) {
	.hero .hero-panel-holder.hero-panel-holder-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.hero .breadcrumb-holder {
	position: absolute;
	bottom: 135px;
	left: 0;
	width: 100%;
}

@media screen and (max-width:991.98px) {
	.hero .breadcrumb-holder {
		bottom: 95px;
	}
}

.hero .divider {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.hero .divider .bg {
	background-color: #ffffff;
	height: 110px;
	-ms-flex-preferred-size: 95%;
	flex-basis: 95%;
}

@media screen and (max-width:991.98px) {
	.hero .divider .bg {
		height: 70px;
	}
}

.hero .divider .scroll-btn {
	height: 110px;
	-ms-flex-preferred-size: 5%;
	flex-basis: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991.98px) {
	.hero .divider .scroll-btn {
		height: 70px;
	}
}

.hero .hero-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.hero .hero-rating {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.hero .hero-rating .num {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 37px;
	line-height: 22px;
	color: #ffffff;
	margin-right: 18px;
}

.hero .hero-rating .rating-body p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #f9f9f9;
	margin-bottom: 0;
}

.hero .hero-rating .rating-body p a {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
}

.hero.hero-1 .hero-action .btn:first-child {
	width: 250px;
}

@media screen and (min-width:768px) {
	.hero.hero-1 .hero-action .btn:first-child {
		margin-right: 40px;
	}
}

.hero.hero-1 .hero-action .btn--video-text .icon-wrapper {
	width: 60px;
	height: 60px;
}

.hero.hero-2 .hero-action .btn:first-child {
	width: 220px;
}

.hero.hero-2 .hero-action .btn:last-child {
	width: 150px;
}

.hero.hero-3 {
	height: 465px;
}

.hero.hero-3 .hero-content .hero-title {
	margin-bottom: 0;
}

.hero.hero-4 {
	height: 540px;
}

.hero.hero-4 .hero-content .hero-title {
	margin-bottom: 0;
}

.hero.hero-5 {
	height: 540px;
}

.hero.hero-5 .hero-content .hero-title {
	margin-bottom: 0;
}

.hero.hero-6 {
	height: 670px;
}

.hero.hero-6 .hero-action .btn:first-child {
	width: 212px;
}

.hero.hero-6 .hero-action .btn:last-child {
	width: 142px;
}

.hero.hero-7 {
	height: 460px;
}

.hero.hero-7 .hero-content .hero-title {
	margin-bottom: 0;
}

.hero.hero-8 {
	height: 680px;
}

.hero.hero-9 {
	height: 750px;
}

.hero.hero-9 .hero-action .btn:first-child {
	width: 248px;
}

.hero.hero-9 .hero-action .btn:last-child {
	width: 142px;
}

.hero.hero-9 {
	height: 670px;
}

.hero.hero-9 .hero-action .btn:first-child {
	width: 212px;
}

.hero.hero-9 .hero-action .btn:last-child {
	width: 142px;
}

.hero.hero-11 {
	height: 500px;
	padding-bottom: 160px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: visible;
	position: relative;
	z-index: 6;
}

@media screen and (max-width:991.98px) {
	.hero.hero-11 {
		padding-bottom: 120px;
		height: auto;
		padding-top: 150px;
	}
}

.hero.hero-11 .hero-content {
	position: relative;
	z-index: 575;
}

@media screen and (min-width:992px) {
	.hero.hero-11 .hero-content .team-modern {
		position: absolute;
		top: -220px;
		left: 0;
		width: 100%;
		max-width: 330px;
		z-index: 5;
	}
}

@media screen and (max-width:991.98px) {
	.hero.hero-11 .hero-content .hero-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}
}

.hero.hero-11 .hero-content .hero-action .btn:first-child {
	width: 248px;
}

.hero.hero-11 .hero-content .hero-action .btn:first-child i {
	width: 60px;
}

.hero.hero-11 .hero-content .hero-action .btn:last-child {
	width: 184px;
}

/*------------------------------------*\
    #BLOG
\*------------------------------------*/
.blog {
	padding: 0px 0 90px;
}

@media screen and (max-width:991.98px) {
	.blog {
		padding: 70px 0;
	}
}

.blog .carousel .owl-stage-outer {
	overflow: visible;
}

.blog .carousel .owl-stage-outer .owl-item {
	opacity: 0;
}

.blog .carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}

.blog .note {
	margin-top: 2px;
}

.blog.blog-3 {
	padding-top: 237px;
}

@media screen and (max-width:991.98px) {
	.blog.blog-3 {
		padding-top: 70px;
	}
}

.blog.blog-grid {
	padding-top: 0;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.blog.blog-grid {
		padding-bottom: 70px;
	}
}

.blog.blog-grid .pagination {
	margin-top: 10px;
}

.blog-entry {
	margin-bottom: 30px;
	position: relative;
}

@media screen and (max-width:991.98px) {
	.blog-entry {
		max-width: 370px;
		margin: 0 auto 30px;
	}
}

.blog-entry:hover .entry-img .entry-img-holder img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.blog-entry:hover .entry-content {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.blog-entry:hover .entry-content .entry-body .entry-more .btn-square-arrow {
	color: #fefefe;
	background-color: #ed6d00;
}

.blog-entry:hover .entry-content .entry-body .entry-more .btn-square-arrow i {
	background-color: #0646b2;
	color: #e6e8eb;
}

.blog-entry .entry-img {
	position: relative;
}

.blog-entry .entry-img .entry-img-holder {
	overflow: hidden;
}

.blog-entry .entry-img .entry-img-holder img {
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: -webkit-transform 0.35s ease-in-out;
	-o-transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
	width: 100%;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-entry .entry-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 4;
}

.blog-entry .entry-content {
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	background-color: #ffffff;
}

@media screen and (min-width:768px) {
	.blog-entry .entry-content {
		margin-right: 20px;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
		margin-bottom: -40px;
	}
}

@media screen and (max-width:991.98px) {
	.blog-entry .entry-content {
		text-align: center;
	}
}

.blog-entry .entry-content .entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
}

@media screen and (max-width:991.98px) {
	.blog-entry .entry-content .entry-meta {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.blog-entry .entry-content .entry-meta .entry-category {
	height: 40px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e6e8eb;
	z-index: 3;
	position: relative;
	margin-right: 15px;
}

.blog-entry .entry-content .entry-meta .entry-category::before {
	content: "";
	bottom: -9px;
	width: 10px;
	height: 10px;
	background-color: #e6e8eb;
	position: absolute;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: 20px;
}

.blog-entry .entry-content .entry-meta .entry-category a {
	font-family: "Microsoft YaHei";
	color: #161616;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}

.blog-entry .entry-content .entry-meta .entry-category a::after {
	content: ",";
	margin-right: 5px;
}

.blog-entry .entry-content .entry-meta .entry-category a:last-child::after {
	margin-right: 0;
	content: unset;
}

.blog-entry .entry-content .entry-meta .entry-category a:hover {
	text-decoration: underline;
}

.blog-entry .entry-content .entry-meta .entry-date {
	margin-bottom: 0px;
	text-transform: capitalize;
}

.blog-entry .entry-content .entry-meta .entry-date span {
	position: relative;
	color: #032259;
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
}

.blog-entry .entry-content .entry-meta .entry-date span::after {
	content: ", ";
	position: relative;
}

.blog-entry .entry-content .entry-meta .entry-date span:last-of-type::after {
	content: "";
}

.blog-entry .entry-content .entry-body {
	padding: 33px 40px 40px;
}

.blog-entry .entry-content .entry-body .entry-title {
	font-family: var(--font-family-heading);
	font-size: 19px;
	font-weight: 500;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 7px;
}

.blog-entry .entry-content .entry-body .entry-title a {
	color: #444546;
}

.blog-entry .entry-content .entry-body .entry-title a:hover {
	color: #ed6d00;
}

.blog-entry .entry-content .entry-body .entry-author {
	margin-bottom: 0px;
}

.blog-entry .entry-content .entry-body .entry-author p {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #616369;
	margin-bottom: 0;
}

.blog-entry .entry-content .entry-body .entry-author p a {
	margin-left: 3px;
	color: #ed6d00;
	text-transform: capitalize;
	display: inline-block;
}

.blog-entry .entry-content .entry-body .entry-author p a:hover {
	color: #ed6d00;
}

.blog-entry .entry-content .entry-body .entry-bio p {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #616369;
	margin-bottom: 23px;
}

.blog-entry .entry-content .entry-body .entry-more .btn {
	width: 164px;
	height: 50px;
}

.blog-entry .entry-content .entry-body .entry-more .btn i {
	width: 50px;
}

.blog-entry.blog-entry-2 .entry-content .entry-body {
	padding-bottom: 30px;
}

.blog-entry.blog-entry-2 .entry-content .entry-body .entry-author {
	margin-bottom: 0;
}

.blog-entry.blog-entry-2 .entry-content .entry-body .entry-bio {
	display: none;
}

.blog-entry.blog-entry-2 .entry-content .entry-body .entry-more {
	display: none;
}

/* Blog Single */
.blog-single {
	padding-top: 0px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.blog-single {
		padding-bottom: 30px;
		text-align: center;
	}
}

.blog-single .blog-entry-wrapper {
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.blog-single .blog-entry-wrapper {
		max-width: unset;
	}
}

.blog-single .blog-entry-wrapper:last-of-type {
	margin-bottom: 0px;
}

.blog-single .blog-entry-wrapper .entry-img img {
	border-radius: 0px;
	width: 100%;
	height: 530px;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-single .blog-entry-wrapper .entry-content {
	position: relative;
}

@media screen and (min-width:768px) {
	.blog-single .blog-entry-wrapper .entry-content {
		margin-right: 40px;
		-webkit-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		transform: translateY(-40px);
		margin-bottom: -40px;
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
	height: 40px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #286dd2;
	z-index: 3;
	position: relative;
	margin-right: 15px;
}

@media screen and (max-width:991.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category::before {
	content: "";
	bottom: -9px;
	width: 10px;
	height: 10px;
	background-color: #286dd2;
	position: absolute;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: 20px;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a {
	font-family: "Microsoft YaHei";
	color: #f4f4f4;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a::after {
	content: ",";
	margin-right: 5px;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:last-child::after {
	margin-right: 0;
	content: unset;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:hover {
	text-decoration: underline;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px;
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
		margin-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .divider {
	width: 5px;
	height: 5px;
	background: #9baac5;
	margin: 0 10px;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date {
	margin-bottom: 0px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span {
	position: relative;
	color: #032259;
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span::after {
	content: ", ";
	position: relative;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span:last-of-type::after {
	content: "";
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #616369;
	margin-bottom: 0;
	text-transform: capitalize;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a {
	margin-left: 3px;
	color: #ed6d00;
	text-transform: capitalize;
	display: inline-block;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a:hover {
	color: #286dd2;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments {
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #616369;
}

.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments .num {
	color: #ed6d00;
}

.blog-single .blog-entry-wrapper .entry-content .entry-body {
	padding: 28px 40px 30px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-body {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:991.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-body {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-body {
		text-align: center;
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-title {
	margin-bottom: 31px;
}

.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
	font-family: "Microsoft YaHei";
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 0;
	color: #444546;
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
		font-size: 30px;
		line-height: 1.4;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
		font-size: 32px;
		line-height: 1.4;
	}
}

.blog-single .blog-entry-wrapper .entry-content .entry-bio {
	margin-bottom: 32px;
}

.blog-single .blog-entry-wrapper .entry-content .entry-bio p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 27px;
	font-weight: 400;
	margin-bottom: 25px;
}

.blog-single .blog-entry-wrapper .entry-content .entry-bio p:last-child {
	margin-bottom: 0px;
}

.blog-single .blog-entry-wrapper .entry-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share span,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags span {
	display: block;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	color: #032259;
	text-transform: capitalize;
	margin-right: 20px;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share span {
	margin-bottom: 10px;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div {
	height: auto;
	line-height: normal;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a {
	color: #ffffff;
	background-color: #444546;
	margin-right: 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 52px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
}

@media screen and (min-width:992px) {
	.blog-single .blog-entry-wrapper .entry-holder .entry-share div a {
		margin-right: 10px;
	}
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:last-child {
	margin-right: 0;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:hover {
	background-color: #286dd2;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.facebook-bg {
	background-color: #3b5999;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.facebook-bg:hover {
	background-color: #444546;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.twitter-bg {
	background-color: #55acee;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.twitter-bg:hover {
	background-color: #444546;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.instagram-bg {
	background-color: #0092ff;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.instagram-bg:hover {
	background-color: #444546;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.pinterest-bg {
	background-color: #ca1f27;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.pinterest-bg:hover {
	background-color: #444546;
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-holder .entry-tags {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767.98px) {
	.blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.blog-single .blog-entry-wrapper .entry-holder .entry-tags a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #ed6d00;
	background-color: transparent;
	border: 1px solid #e6e8eb;
	padding: 0 9px;
}

.blog-single .blog-entry-wrapper .entry-holder .entry-tags a:hover {
	background-color: #ed6d00;
	border-color: #ed6d00;
	color: #ffffff;
}

.blog-single .nav-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0 0px;
}

@media screen and (max-width:767.98px) {
	.blog-single .nav-posts {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.blog-single .nav-posts .btn {
	height: 50px;
	width: 157px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blog-single .nav-posts .btn span {
	color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-single .nav-posts .btn i {
	width: 50px;
}

.blog-single .nav-posts .btn:hover {
	background-color: #ed6d00;
}

.blog-single .nav-posts .btn:hover span {
	color: #ffffff;
}

.blog-single .nav-posts .btn:hover i {
	background-color: #0646b2;
}

.blog-single .nav-posts .prev-post .btn i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.blog-single .entry-widget {
	margin-top: 62px;
}

.blog-single .entry-widget .entry-widget-title {
	position: relative;
	margin-bottom: 35px;
}

.blog-single .entry-widget .entry-widget-title h3 {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
	color: #161616;
}

.blog-single .entry-widget-bio {
	padding: 42px 45px 36px;
	background-color: #f0f5fd;
	position: relative;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-widget-bio {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.blog-single .entry-widget-bio {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.blog-single .entry-widget-bio .entry-widget-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-widget-bio .entry-widget-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.blog-single .entry-widget-bio .entry-widget-content img {
	width: 70px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 30px;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-widget-bio .entry-widget-content img {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
		text-align: center;
	}
}

@media screen and (min-width:768px) {
	.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
		margin-bottom: -5px;
	}
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h3 {
	font-family: "Microsoft YaHei";
	color: #032259;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc p {
	color: #616369;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 21px;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-right: 20px;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child {
	margin-right: 0;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a i {
	color: #444546;
	font-size: 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child {
	margin-right: 0;
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover i {
	color: #286dd2;
}

.blog-single .entry-comments .entry-widget-content .comments-list {
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.blog-single .entry-comments .entry-widget-content .comments-list {
		text-align: left;
	}
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
	position: relative;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .comment {
	border-bottom: none;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .replies-list {
	margin-top: 25px;
	padding-top: 30px;
	border-top: 2px solid #e6e8eb;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list {
	margin-top: 25px;
	padding-top: 30px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li {
	position: relative;
	margin-bottom: 30px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child .comment {
	border-bottom: none;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body .comment {
	border-bottom: 2px solid #e6e8eb;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body:last-child .comment {
	border: 0;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
		margin-left: 20px;
		margin-bottom: 30px;
	}
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
	margin-left: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e8eb;
}

@media screen and (max-width:767.98px) {
	.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
		margin-left: 20px;
	}
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment h4 {
	font-family: "Microsoft YaHei";
	color: #ed6d00;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
	line-height: 16px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .date {
	color: #032259;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 7px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment p {
	font-family: "Microsoft YaHei";
	color: #616369;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #444546;
	line-height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}

.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply:hover {
	color: #286dd2;
}

.blog-single .entry-add-comment {
	padding-top: 37px;
	margin-top: 0;
}

.blog-single .entry-add-comment .form-control {
	margin-bottom: 30px;
}

.blog-single .entry-add-comment textarea {
	line-height: normal;
	height: 120px;
	padding-top: 19px;
}

.blog-single .entry-add-comment .custom-radio-group .custom-control {
	margin-bottom: 20px;
}

.blog-single .entry-add-comment .btn {
	height: 70px;
	width: 284px;
}

.blog-single .entry-add-comment .btn i {
	width: 70px;
}

@media screen and (max-width:991.98px) {
	.blog-single .sidebar-blog {
		margin-top: 70px;
	}
}

/*------------------------------------*\
    #Shop
\*------------------------------------*/
.shop {
	padding-top: 110px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.shop {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.shop .sidebar-shop {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.shop.shop-1 .pagination {
	margin-top: 3px;
}

.shop.shop-2 {
	padding-top: 47px;
	padding-bottom: 61px;
}

.shop.shop-2 h5 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 21px;
	color: #444546;
	text-transform: capitalize;
}

@media screen and (max-width:991.98px) {
	.shop.shop-2 h5 {
		text-align: center;
	}
}

.shop.shop-3 {
	padding-top: 126px;
	padding-bottom: 0px;
}

@media screen and (max-width:991.98px) {
	.shop.shop-3 {
		padding-top: 70px;
		padding-bottom: 0px;
	}
}

/* Product Item */
.product-item {
	margin-bottom: 42px;
}

.product-item .product-img {
	position: relative;
	overflow: hidden;
}

.product-item .product-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-item .product-img:hover .add-to-cart {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0px);
	-ms-transform: translateX(-50%) translateY(0px);
	transform: translateX(-50%) translateY(0px);
	visibility: visible;
}

.product-item .product-img img {
	border-radius: 0px;
	max-width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.product-item .product-img .badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #286dd2;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 56px;
	height: 30px;
	text-transform: capitalize;
}

.product-item .product-img .badge.badge-sale {
	background-color: #f00;
}

.product-item .product-img .add-to-cart {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	transform: translateX(-50%) translateY(20px);
	bottom: 40px;
	width: calc(100% - 80px);
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background-color: #ed6d00;
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.product-item .product-img .add-to-cart:hover {
	background-color: #444546;
}

.product-item .product-img .add-to-cart i {
	font-size: 15px;
	margin-right: 10px;
}

.product-item .product-content {
	padding-top: 21px;
	text-align: center;
}

.product-item .product-content .product-title {
	margin-bottom: 8px;
}

.product-item .product-content .product-title a {
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-size: 19px;
	line-height: 32px;
	font-weight: 400;
	color: #444546;
}

.product-item .product-content .product-price span {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 19px;
	color: #ed6d00;
	line-height: 28px;
}

/* Shop Options */
.shop-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media screen and (max-width:767.98px) {
	.shop-options {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width:767.98px) {
	.shop-options .products-show {
		margin-bottom: 25px;
	}
}

.shop-options .products-show p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #032259;
	text-transform: capitalize;
	margin-bottom: 0;
}

.shop-options .products-sort .nice-select {
	padding-left: 23px;
	border: #fefefe;
	height: 60px;
	width: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #68738e;
	border: 1px solid #e6e8eb;
	border-radius: 0;
}

.shop-options .products-sort .nice-select::after {
	width: 7px;
	height: 7px;
	border-color: #68738e;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	right: 24px;
}

.shop-options .products-sort .nice-select .current {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #68738e;
}

.shop-options .products-sort .nice-select .list {
	width: 100%;
}

/* Shop Single */
.single-product {
	padding-top: 0;
	padding-bottom: 0;
}

.single-product .checkout-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px;
	background-color: var(--global--color-primary-light);
	border-radius: 8px 8px 0 8px;
	margin-bottom: 40px;
}

@media screen and (max-width:767.98px) {
	.single-product .checkout-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.single-product .checkout-banner p {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 19px;
	color: #444546;
	margin-bottom: 0px;
}

@media screen and (max-width:767.98px) {
	.single-product .checkout-banner p {
		margin-bottom: 20px;
	}
}

.single-product .checkout-banner .btn {
	height: 60px;
	border-radius: 8px 8px 0 8px;
}

.single-product .product-img {
	border-radius: 8px;
	position: relative;
}

@media screen and (max-width:991.98px) {
	.single-product .product-img {
		margin-bottom: 25px;
	}
}

.single-product .product-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.single-product .product-content {
	padding-top: 15px;
}

@media screen and (max-width:991.98px) {
	.single-product .product-content {
		text-align: center;
	}
}

.single-product .product-content .product-title h3 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	color: #444546;
	font-size: 29px;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.single-product .product-content .product-price {
	font-family: "Microsoft YaHei";
	color: #286dd2;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 26px;
}

.single-product .product-content .product-review {
	margin-bottom: 21px;
}

.single-product .product-content .product-review span {
	color: #616369;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	font-family: "Microsoft YaHei";
	text-transform: capitalize;
}

.single-product .product-content .product-review span::after {
	content: "/";
	margin: 0 6px;
}

.single-product .product-content .product-review span:last-child::after {
	content: unset;
}

.single-product .product-content .product-review span a {
	color: #616369;
}

.single-product .product-content .product-review span a:hover {
	color: #286dd2;
}

.single-product .product-content .product-review .product-rating {
	margin-right: 30px;
	display: inline-block;
}

.single-product .product-content .product-review .product-rating i {
	color: #616369;
	font-size: 15px;
	line-height: 1;
	margin-right: 5px;
}

.single-product .product-content .product-review .product-rating i:last-child {
	margin-right: 0;
}

.single-product .product-content .product-review .product-rating i.active {
	color: #286dd2;
}

.single-product .product-content .product-desc p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 32px;
	color: #616369;
}

.single-product .product-content .product-details {
	margin-bottom: 20px;
}

.single-product .product-content .product-details .table {
	margin-bottom: 0;
}

@media screen and (min-width:992px) {
	.single-product .product-content .product-details .table {
		width: 60%;
	}
}

.single-product .product-content .product-details .table td {
	border-top: 0;
	padding-bottom: 5px;
}

.single-product .product-content .product-details .table .name {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 16px;
	color: #444546;
	text-transform: capitalize;
}

@media screen and (min-width:992px) {
	.single-product .product-content .product-details .table .name {
		padding-left: 0;
	}
}

.single-product .product-content .product-details .table .value {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	color: #616369;
	text-transform: capitalize;
}

.single-product .product-content .product-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media screen and (max-width:991.98px) {
	.single-product .product-content .product-share {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.single-product .product-content .product-share a {
	color: #ffffff;
	background-color: #444546;
	border-radius: 8px 8px 0 8px;
	margin-right: 15px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 52px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width:992px) {
	.single-product .product-content .product-share a {
		margin-right: 10px;
	}
}

.single-product .product-content .product-share a:last-child {
	margin-right: 0;
}

.single-product .product-content .product-share a:hover {
	background-color: #286dd2;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-product .product-content .product-share a.facebook-bg {
	background-color: #3b5999;
}

.single-product .product-content .product-share a.facebook-bg:hover {
	background-color: #444546;
}

.single-product .product-content .product-share a.twitter-bg {
	background-color: #55acee;
}

.single-product .product-content .product-share a.twitter-bg:hover {
	background-color: #444546;
}

.single-product .product-content .product-share a.instagram-bg {
	background-color: #0092ff;
}

.single-product .product-content .product-share a.instagram-bg:hover {
	background-color: #444546;
}

.single-product .product-content .product-share a.pinterest-bg {
	background-color: #ca1f27;
}

.single-product .product-content .product-share a.pinterest-bg:hover {
	background-color: #444546;
}

.single-product .product-content .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 31px;
}

@media screen and (max-width:991.98px) {
	.single-product .product-content .product-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.single-product .product-content .product-action .product-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #f0f1f3;
	width: 80px;
	margin-right: 15px;
}

.single-product .product-content .product-action .product-quantity span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-product .product-content .product-action .product-quantity span a {
	border-left: 2px solid #f0f1f3;
}

.single-product .product-content .product-action .product-quantity span a:first-child {
	border-bottom: 2px solid #f0f1f3;
}

.single-product .product-content .product-action .product-quantity span a i {
	width: 24px;
	height: 24px;
	font-size: 10px;
	line-height: 25px;
	color: #444546;
	text-align: center;
}

.single-product .product-content .product-action .product-quantity input {
	width: 50px;
	height: 50px;
	color: #444546;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	font-family: "Microsoft YaHei";
	text-align: center;
	background-color: transparent;
	border-color: transparent;
}

.single-product .product-content .product-action .btn {
	height: 54px;
	background-color: #ed6d00;
	color: #ffffff;
}

.single-product .product-content .product-action .btn::before {
	background-color: #286dd2;
}

.single-product .product-content .product-action .btn:active,
.single-product .product-content .product-action .btn:focus,
.single-product .product-content .product-action .btn:hover {
	color: #ffffff;
}

.single-product .product-tabs {
	background-color: #ffffff;
	margin-top: 95px;
	margin-bottom: 40px;
}

.single-product .product-tabs .nav-tabs {
	background-color: #ffffff;
	border: 0;
}

.single-product .product-tabs .nav-tabs li {
	margin-right: 30px;
}

.single-product .product-tabs .nav-tabs li:last-child {
	margin-right: 0;
}

.single-product .product-tabs .nav-tabs li a {
	color: #273a69;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	text-transform: capitalize;
	border-radius: 0;
	margin-right: 0;
	padding-bottom: 14px;
	display: block;
	border-right: 0;
	position: relative;
}

.single-product .product-tabs .nav-tabs li a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media (max-width: 420px) {
	.single-product .product-tabs .nav-tabs li a::after {
		content: unset;
	}
}

.single-product .product-tabs .nav-tabs li a:focus,
.single-product .product-tabs .nav-tabs li a:hover {
	color: #286dd2;
}

.single-product .product-tabs .nav-tabs li>.active,
.single-product .product-tabs .nav-tabs li>.active:focus,
.single-product .product-tabs .nav-tabs li>.active:hover {
	color: #286dd2;
}

.single-product .product-tabs .nav-tabs li>.active::after,
.single-product .product-tabs .nav-tabs li>.active:focus::after,
.single-product .product-tabs .nav-tabs li>.active:hover::after {
	background-color: #286dd2;
}

.single-product .product-tabs .tab-content {
	border-top: 2px solid #fefefe;
	padding-top: 25px;
}

.single-product .product-tabs .tab-content p {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #616369;
}

.single-product .product-tabs .tab-content h5 {
	font-size: 13px;
}

.single-product .product-tabs .tab-content .review-comment .review-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.single-product .product-tabs .tab-content .review-comment .review-body img {
	width: 60px;
	height: 60px;
	border-radius: 8px 8px 0 8px;
	margin-right: 30px;
}

.single-product .product-tabs .tab-content .review-comment .review-body h6,
.single-product .product-tabs .tab-content .review-comment .review-body p {
	margin-bottom: 0;
}

.single-product .product-tabs .tab-content .review-comment .review-body .product-rating i.active {
	color: #286dd2;
}

.single-product .product-tabs .tab-content .review-comment .product-comment {
	margin-bottom: 35px;
}

.single-product .product-tabs .tab-content .review-comment .product-comment p {
	margin-bottom: 0;
}

.single-product .product-tabs .tab-content .form-review .nice-select .list {
	width: 100%;
}

.single-product .form-review .form-control {
	margin-bottom: 30px;
}

/*Shop Cart*/
.shop-cart {
	padding-top: 0;
}

.shop-cart .cart-table {
	margin-bottom: 30px;
}

.shop-cart .cart-table.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}

.shop-cart .cart-table .table {
	background-color: #ffffff;
	border-radius: 0;
	margin-bottom: 0;
	color: #616369;
}

.shop-cart .cart-table .table tr th {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	color: #616369;
	font-family: "Microsoft YaHei";
	padding: 10px 0;
	border: 1px solid #e5e8ed;
}

.shop-cart .cart-table .table tbody tr td {
	padding: 20px;
	border: 1px solid #e5e8ed;
	border-bottom: 1px solid #e5e8ed;
	border-top: 0;
	border-left: 0;
}

.shop-cart .cart-table .table tbody tr td:first-child {
	border-left: 1px solid #e5e8ed;
}

.shop-cart .cart-table .table tbody tr td.cart-product-price,
.shop-cart .cart-table .table tbody tr td.cart-product-total {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #286dd2;
	font-family: "Microsoft YaHei";
	vertical-align: middle;
}

.shop-cart .cart-table .table tbody tr td.cart-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 19px;
	height: 19px;
	background-color: #283b6a;
	border-radius: 1px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-remove:hover {
	background-color: #286dd2;
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-img {
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
	max-width: 100%;
}

.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-name h6 {
	font-family: "Microsoft YaHei";
	color: #444546;
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #f0f1f3;
	width: 80px;
	margin-right: 0px;
	margin: 0 auto;
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a {
	border-left: 2px solid #f0f1f3;
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a:first-child {
	border-bottom: 2px solid #f0f1f3;
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a i {
	width: 24px;
	height: 24px;
	font-size: 10px;
	line-height: 25px;
	color: #444546;
	text-align: center;
}

.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity input {
	width: 50px;
	height: 50px;
	color: #444546;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	font-family: "Microsoft YaHei";
	text-align: center;
	background-color: transparent;
	border-color: transparent;
}

.shop-cart .cart-product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 82px;
}

@media screen and (max-width:767.98px) {
	.shop-cart .cart-product-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.shop-cart .cart-product-action form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

@media screen and (max-width:767.98px) {
	.shop-cart .cart-product-action form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
}

.shop-cart .cart-product-action form .form-control {
	margin-bottom: 0;
	background-color: #f0f1f3;
	margin-right: 10px;
	height: 42px;
	width: 250px;
	line-height: 42px;
	margin-bottom: 0px;
}

@media screen and (max-width:767.98px) {
	.shop-cart .cart-product-action form .form-control {
		margin-bottom: 15px;
		margin-right: 0;
	}
}

.shop-cart .cart-product-action form .btn {
	margin-top: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.shop-cart .cart-product-action .btn {
	width: 134px;
	height: 42px;
	line-height: 39px;
	margin-right: 10px;
}

@media screen and (max-width: 575.98px) {
	.shop-cart .cart-product-action .btn {
		margin-top: 20px;
	}
}

.shop-cart .cart-product-action .btn:last-child {
	margin-right: 0;
}

.shop-cart .cart-product-action div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-cart .cart-total-amount h5 {
	color: #444546;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	font-family: "Microsoft YaHei";
	margin-bottom: 13px;
	position: relative;
}

.shop-cart .cart-total-amount .table {
	margin-bottom: 40px;
}

.shop-cart .cart-total-amount .table tbody .head {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 17px;
	color: #444546;
	text-transform: capitalize;
}

.shop-cart .cart-total-amount .table tbody td {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 17px;
	color: #616369;
	border-top: 0;
	border-bottom: 1px solid #e5e8ed;
	padding-left: 0;
}

.shop-cart .cart-total-amount .table tbody td.amount {
	font-weight: 400;
}

.shop-cart .cart-total-amount .btn {
	width: 270px;
	height: 50px;
}

/* Shop Checkout */
.shop-checkout {
	padding-bottom: 120px;
}

.shop-checkout .cart-empty,
.shop-checkout .cart-coupon {
	padding: 30px;
	background-color: #f5f5f5;
	border-top: 3px solid #1e85be;
	font-size: 18px;
	font-weight: 400;
	font-family: "Microsoft YaHei";
	line-height: 1;
	color: #515151;
	margin-bottom: 35px;
}

.shop-checkout .cart-empty a,
.shop-checkout .cart-coupon a {
	color: #286dd2;
}

.checkout-widget {
	padding: 20px;
	margin-bottom: 45px;
}

.checkout-widget .widget-title {
	margin-bottom: 15px;
	text-transform: capitalize;
}

.checkout-widget label {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #444546;
	display: block;
}

.checkout-widget label .required {
	margin-left: 3px;
	color: red;
}

.checkout-widget .form-control {
	margin-bottom: 12px;
}

.checkout-widget .nice-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.checkout-widget .nice-select .list {
	width: 100%;
}

.your-order {
	margin-bottom: 53px;
	border-radius: 8px 8px 0 8px;
	overflow: hidden;
}

.your-order h5 {
	text-transform: capitalize;
}

.your-order .table-order {
	background-color: #f9f9f9;
	padding: 30px 30px 12px;
}

.your-order .table-order table {
	width: 100%;
}

.your-order .table-order table thead .order-heading {
	border-bottom: 1px solid #eaeaea;
}

.your-order .table-order table thead .order-heading th {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #444546;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 3px;
}

.your-order .table-order table tbody tr {
	border-bottom: 1px solid #eaeaea;
}

.your-order .table-order table tbody tr:last-child {
	border-bottom: 0;
}

.your-order .table-order table tbody tr td {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #444546;
	text-transform: capitalize;
	font-weight: 400;
	padding-top: 13px;
	padding-bottom: 13px;
}

.your-order .table-order table tbody tr td:last-of-type {
	font-weight: 400;
	color: #616369;
}

.your-order .table-order table tbody tr td.product-name {
	padding-left: 10px;
}

.your-order .table-order table tbody tr.cart-total td:last-of-type {
	font-weight: 400;
	color: #444546;
}

.payment {
	background-color: #f9f9f9;
	padding: 33px 15px;
	border-radius: 8px 8px 0 8px;
}

.payment .payment-method {
	margin: 0 15px;
}

.payment .payment-method .no-payment {
	border-top: 3px solid #1e85be;
	padding: 27px 0;
}

.payment .payment-method .no-payment p {
	font-family: "Microsoft YaHei";
	padding: 0 30px;
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	color: #444546;
}

.payment .payment-conditions {
	margin: 0 15px;
}

.payment .payment-conditions .message {
	padding-top: 10px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	line-height: 2;
	color: #616369;
	font-weight: 400;
	margin-bottom: 30px;
}

.payment .payment-conditions label {
	text-transform: capitalize;
	font-weight: 500;
	color: #444546;
	font-size: 16px;
	margin-bottom: 30px;
}

.payment .payment-conditions label a {
	color: #286dd2;
}

.login {
	padding-bottom: 140px;
}

.login .login-body {
	background-color: var(--global--color-primary-light);
	border-radius: 8px 8px 8px 0;
	padding: 40px;
}

.login .login-body label {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #222222;
}

.login .login-body label .required {
	margin-left: 3px;
	color: red;
}

.login .login-body .form-control {
	background-color: #ffffff;
	margin-bottom: 8px;
}

.login .login-body .check {
	margin-top: 10px;
	margin-bottom: 5px;
}

.login .login-body .check label {
	margin-left: 5px;
}

.login .login-body .forget {
	margin-top: 13px;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 400;
	color: #444546;
}

.login .login-body .forget:hover {
	color: #286dd2;
}

.shop-account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	overflow: visible;
}

.shop-account .side-menu {
	width: 300px;
	background-color: #f4f4f4;
	position: sticky;
	height: 100%;
	top: 0;
	min-height: 100vh;
	overflow-y: auto;
	padding: 40px 0 30px;
}

@media screen and (max-width: 500px) {
	.shop-account .side-menu {
		border-right: 1px solid #eaeaea;
		width: 100px;
	}
}

.shop-account .side-menu .side-menu-wrapper {
	padding: 0 25px;
}

@media screen and (max-width: 500px) {
	.shop-account .side-menu .side-menu-wrapper {
		padding: 0;
	}
}

.shop-account .side-menu .side-menu-wrapper ul li:first-child {
	border-top: 1px solid #eaeaea;
}

.shop-account .side-menu .side-menu-wrapper ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	color: #444546;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 36px;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 500px) {
	.shop-account .side-menu .side-menu-wrapper ul li a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.shop-account .side-menu .side-menu-wrapper ul li a:hover {
	color: #286dd2;
}

.shop-account .side-menu .side-menu-wrapper ul li a:hover i {
	color: #286dd2;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

@media screen and (max-width: 500px) {
	.shop-account .side-menu .side-menu-wrapper ul li a span {
		display: none;
	}
}

.shop-account .side-menu .side-menu-wrapper ul li a i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-left: 10px;
	font-size: 15px;
}

@media screen and (max-width: 500px) {
	.shop-account .side-menu .side-menu-wrapper ul li a i {
		margin-left: 0;
		font-size: 20px;
	}
}

.shop-account .account-page {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 50px 40px 30px;
}

@media screen and (max-width:767.98px) {
	.shop-account .account-page {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.shop-account .account-page p {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #444546;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 40px;
}

.shop-account .account-page p:last-child {
	margin-bottom: 0;
}

.shop-account .account-page p a {
	color: #286dd2;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.product-item {
		max-width: 270px;
		margin: 0 auto 30px;
	}

	.product-options2 span {
		display: inline-block;
		min-width: 50px;
		margin-bottom: 10px;
	}
}

/*------------------------------------*\
    #Teams
\*------------------------------------*/
.team .pagination {
	margin-top: 10px;
}

/* Team Filter */
.team-filter {
	text-align: center;
	margin-bottom: 9px;
}

.team-filter li {
	display: inline-block;
}

.team-filter li:last-child a {
	margin-right: 0;
}

.team-filter li a {
	color: #444546;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	line-height: 49px;
	margin-right: 26px;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.team-filter li a:hover {
	color: #286dd2;
}

.team-filter li a.active-filter {
	color: #286dd2;
}

/* Team Member */
.team-member {
	margin-bottom: 40px;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

@media screen and (max-width:991.98px) {
	.team-member {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.team-member .team-member-holder {
	overflow: hidden;
}

.team-member .team-member-holder:hover .team-img img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.team-member .team-member-holder:hover .team-img::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.team-member .team-img {
	position: relative;
	overflow: hidden;
}

.team-member .team-img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	z-index: 1;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.team-member .team-img .link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.team-member .team-img img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

.team-member .team-img .team-social {
	position: absolute;
	left: 40px;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(41px);
	-ms-transform: translateY(41px);
	transform: translateY(41px);
}

@media screen and (max-width:991.98px) {
	.team-member .team-img .team-social {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(41px);
		-ms-transform: translateX(-50%) translateY(41px);
		transform: translateX(-50%) translateY(41px);
	}
}

.team-member .team-img .team-social .btn-social {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}

.team-member .team-img .team-social .btn-social.bg-facebook {
	background-color: #ed6d00;
}

.team-member .team-img .team-social .btn-social.bg-twitter {
	background-color: #28b6f6;
}

.team-member .team-img .team-social .btn-social.bg-call {
	background-color: #444546;
}

.team-member .team-img .team-social .btn-social i,
.team-member .team-img .team-social .btn-social svg {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

.team-member .team-img .team-social .btn-social i:hover,
.team-member .team-img .team-social .btn-social svg:hover {
	-webkit-animation: bounce 1s ease-in-out;
	animation: bounce 1s ease-in-out;
}

.team-member .team-content {
	padding: 23px 30px 0;
	text-align: center;
	background-color: #f4f6f9;
}

@media screen and (min-width:992px) {
	.team-member .team-content {
		text-align: left;
	}
}

.team-member .team-content .team-title h4 {
	/* font-family: "Microsoft YaHei";
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 3px;
  text-transform: capitalize; */
}

.team-member .team-content .team-title h3 {
	color: #161616;
	font-weight: 600;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 11px;
}

.team-member .team-content .team-title h4 a {
	color: #286dd2;
	font-size: 40px;
	font-weight: 600;
}

.team-member .team-content .team-title h4 a:hover {
	color: #286dd2;
}

.team-member .team-content .team-cat a {
	color: #286dd2;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-transform: capitalize;
}

.team-member .team-content .team-cat a::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #286dd2;
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.team-member .team-content .team-cat a:hover {
	color: #286dd2;
}

.team-member .team-content .team-cat a:hover::before {
	opacity: 1;
}

.team-member .team-content .team-cat a::after {
	content: ",";
	margin-right: 5px;
}

.team-member .team-content .team-cat a:last-of-type::after {
	content: none;
}

.team-member .team-content .team-desc p {
	font-family: "Microsoft YaHei";
	color: #666;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	margin-top: 21px;
	margin-bottom: 0;
}

.team-member .team-content .team-desc p a {
	display: block;
	color: #666;
}

.team-member .team-content .team-desc p a:hover {
	color: #286dd2;
	font-weight: bold;
}

.team-member .team-content .team-more .btn {
	height: 42px;
	width: 124px;
}

/* Team Standard */
.team-standard {
	padding: 40px 0 110px;
}

.team-standard .team-member {
	margin-bottom: 30px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
}

.team-standard .team-member:hover {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.team-standard .team-member:hover .team-social {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (max-width:991.98px) {
	.team-standard .team-member:hover .team-social {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.team-standard .team-member:hover .team-content::after {
	width: calc(100% - 80px);
}

.team-standard .team-member .team-content {
	padding-top: 33px;
	padding-bottom: 32px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}

.team-standard .team-member .team-content .team-title h4 {
	margin-bottom: 4px;
}

.team-standard .team-member .team-content .team-cat {
	margin-bottom: 13px;
}

.team-standard .team-member .team-content .team-desc {
	margin-bottom: 0px;
}

.team-standard .team-member .team-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 6px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #ed6d00;
	width: 0;
}

.team-standard.team-standard-1 {
	position: relative;
	padding-top: 96px;
	padding-bottom: 100px;
}

@media screen and (max-width:991.98px) {
	.team-standard.team-standard-1 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.team-standard.team-standard-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 97%;
	height: 100%;
	background-color: #f0f5fd;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.team-standard.team-standard-1::before {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:991.98px) {
	.team-standard.team-standard-1::before {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width:767.98px) {
	.team-standard.team-standard-1::before {
		width: calc(100% - 20px);
	}
}

.team-standard.team-standard-1 .note {
	position: relative;
	z-index: 5;
}

.team-standard.team-standard-2 {
	padding-top: 0px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.team-standard.team-standard-2 {
		padding-bottom: 70px;
	}
}

.team-standard.team-standard-3 {
	text-align: center;
	padding-top: 116px;
	padding-bottom: 66px;
}

@media screen and (max-width:991.98px) {
	.team-standard.team-standard-3 {
		padding-top: 0;
		padding-bottom: 60px;
	}
}

/* Team Modern*/
.team-modern {
	padding-top: 186px;
	padding-bottom: 30px;
	position: relative;
	overflow: visible;
}

@media screen and (max-width:991.98px) {
	.team-modern {
		padding-top: 106px;
	}
}

.team-modern .team-member {
	/* 	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07); */
	overflow: hidden;
	margin-bottom: 33px;
}

.team-modern .team-member:hover {
	/* 	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15); */
}

.team-modern .team-member:hover .team-member-holder::after {
	width: 0;
}

.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
	width: calc(100% - 80px);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
		width: calc(100% - 40px);
	}
}

.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content .team-desc p {
	margin-bottom: 22px;
}

.team-modern .team-member .team-member-holder {
	position: relative;
}

.topul ul li.on a {
	color: #FFF;
	background: #286dd2;
}

.team-modern .team-member .team-member-holder::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 60px);
	height: 6px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #e6e8eb;
	z-index: 5;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-modern .team-member .team-member-holder::after {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.team-modern .team-member .team-member-holder::after {
		width: calc(100% - 40px);
	}
}

.team-modern .team-member .team-member-holder .team-img {
	height: 420px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content {
	padding: 30px 30px 30px;
	position: relative;
	-webkit-transform: translateY(163px);
	-ms-transform: translateY(163px);
	transform: translateY(145px);
	margin-top: -163px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 5;
	height: 300px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 6px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background-color: #ed6d00;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-title h4 {
	margin-bottom: 3px;
	font-size: 26px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-cat {
	margin-bottom: 14px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-desc p {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 30px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info {
	margin: 0;
	padding: 0;
	margin-bottom: 28px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li:last-child {
	margin-bottom: 0;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li svg {
	color: #161616;
	margin-right: 10px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p {
	margin-bottom: 0;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #68738e;
	text-transform: capitalize;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p a {
	color: #68738e;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p a:hover {
	color: #286dd2;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	margin-left: 10px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social:first-child {
	margin-left: 0;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social.bg-facebook {
	background-color: #ed6d00;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social.bg-twitter {
	background-color: #28b6f6;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social i:hover {
	-webkit-animation: bounce 1s ease-in-out;
	animation: bounce 1s ease-in-out;
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more {
	width: 110px;
	height: 36px;
	margin-left: 0px;
	background-color: #fff;
	padding: 0 10px;
	font-size: 14px;
	color: #ed6d00;
	box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
}

.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more i {
	font-size: 10px;
	margin-right: 10px;
	color: #ed6d00;
}

@media screen and (max-width:991.98px) {
	.team-modern .team-member.team-member-2 {
		margin-bottom: 40px;
	}
}

.team-modern .team-member.team-member-2 .team-member-holder::after {
	content: unset;
}

.team-modern .team-member.team-member-2 .team-member-holder .team-img {
	height: 330px;
}

.team-modern .team-member.team-member-2 .team-member-holder .team-img img {
	width: 100%;
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin-top: 0px;
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after {
	width: calc(100% - 80px);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after {
		width: calc(100% - 40px);
	}
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-cat {
	border-bottom: 2px solid #e6e8eb;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-desc {
	display: none;
}

.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-social .btn-more {
	display: none;
}

.team-modern.team-modern-1 {
	text-align: center;
}

.team-modern.team-modern-1 .note {
	margin-bottom: 33px;
}

.team-modern.team-modern-1 .btn-appointment {
	width: 250px;
	height: 60px;
	padding-left: 15px;
	-webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	position: relative;
	z-index: 10;
}

.team-modern.team-modern-1 .btn-appointment i {
	width: 60px;
	margin-left: 15px;
}

.team-modern .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.team-modern .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.team-modern .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.team-modern.team-modern-2 {
	text-align: center;
	padding-top: 52px;
	padding-bottom: 100px;
}

@media screen and (max-width:991.98px) {
	.team-modern.team-modern-2 {
		padding-top: 0;
		padding-bottom: 60px;
	}
}

.team-modern.team-modern-3 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.team-modern.team-modern-3 .heading-title {
	font-size: 40px;
	font-weight: 600;
	color: #286dd2;
	margin-bottom: 40px;
}

/* Team Grid */
.team-grid {
	padding: 81px 0 50px;
	margin-top: -80px;
}

@media screen and (max-width:991.98px) {
	.team-grid {
		padding: 0px 0 70px;
	}
}

.team-grid .team-member {
	margin-bottom: 0px;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

/* .team-grid .col-12.on .team-member {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
} */

.team-grid .col-12.on .team-member .team-member-holder .team-img .team-info-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.team-grid .col-12.on .team-member .team-member-holder::after {
	width: 0;
}

.team-grid .col-12.on .team-member .team-member-holder .team-content::after {
	width: calc(100% - 100px);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-grid .col-12.on .team-member .team-member-holder .team-content::after {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.team-grid .col-12.on .team-member .team-member-holder .team-content::after {
		width: calc(100% - 40px);
	}
}

.team-grid .team-member .team-member-holder {
	position: relative;
}

.team-grid .team-member .team-member-holder::after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 80px);
	height: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #e6e8eb;
	z-index: 5;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-grid .team-member .team-member-holder::after {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.team-grid .team-member .team-member-holder::after {
		width: calc(100% - 40px);
	}
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 31px 50px 40px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.about {
	position: relative;
}

.team-modern.team-modern-3 .row {
	position: relative;
}

.team-grid .col-12.on .team-member .team-content.topu {
	display: none !important;
}

.team-grid .row {
	flex-wrap: inherit;
}

.team-grid .col-12 {
	width: 47%;
	transition: all 0.3s ease;
}

.team-grid .col-12.on {
	width: 53%;
	transition: all 0.3s ease;

}

/* .team-grid .col-12:first-child .team-contact {
    top: -45px;
    position: relative;
    height: 93px !important;
} */
.team-content.topu {
	position: absolute !important;
	top: 0;
	padding-top: 0 !important;
	left: 0;
	/* background: transparent !im; */
}

.team-grid .col-12.on .team-member .team-member-holder .team-img .team-info-overlay::before {
	z-index: 1;
	background: rgba(40, 109, 210, 0);
}

.team-grid .team-member .team-img .team-social {
	left: 50px;
	opacity: 1;
	/* z-index: 9999; */
	visibility: initial;
	bottom: 100px;
}

.team-grid .col-lg-6.on .team-member .team-img .team-social {
	z-index: 9999;
}

.team-grid .team-member .team-img .team-social a {
	color: #ed6d00;
	background: #FFf;
}

.team-grid .team-member .team-img .team-social a:hover {
	background: #ed6d00;
	color: #fff;
}

.team-grid .btn--secondary i {
	margin-right: 10px;
	color: #ed6d00;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 109, 210, 0.6);
	z-index: 9999;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.topul {
	padding-top: 70px;
	padding-bottom: 0px;
}

.topul ul {
	justify-content: right;
	display: flex;
}

.topul ul li {
	margin-left: 15px;
}

.topul ul li a {
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	padding: 8px 15px;
	color: #333333;
}

.topul ul li a:hover {
	color: #FFF;
	background: #286dd2
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay::after {
	content: "";
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	width: 100%;
	height: 122%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0857de), to(#0857de));
	background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0857de 88.66%, #0857de 100%);
	background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) -40.57%, #0857de 97.66%, #0857de 100%);
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content {
	padding: 0;
	background-color: transparent;
	position: relative;
	z-index: 7;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content::after {
	content: inherit;
	background-color: transparent;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content .team-desc p {
	color: #ffffff;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container {
	z-index: 7;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	margin-left: 10px;
	border: 2px solid #f4f4f4;
	background: transparent;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social:first-child {
	margin-left: 0;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social i:hover {
	-webkit-animation: bounce 1s ease-in-out;
	animation: bounce 1s ease-in-out;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact {
	margin-bottom: 27px;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container {

	margin-bottom: 140px;
}

.team-title {
	position: relative;
}

.team-modern-3 {
	position: relative;
}

.team-modern-3 .topul a {
	background-color: #286dd2;
	color: #ffffff;
}

.team-modern-3 .topul {
	position: absolute;
	right: 16px;
	top: -60%;
}

.team-title .topul {
	position: absolute;
	right: 0;
	top: -73px;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	width: 50%;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 22px;
	line-height: 40px;
	color: #ffffff;
	/*    margin-bottom: 10px; */
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:hover {
	color: #ffffff;
	/* text-decoration: underline; */
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a span {
	border-bottom: 1px solid transparent;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:hover span {
	border-bottom: 1px solid #fff;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:last-child {
	margin-bottom: 0;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a svg {
	color: #ffffff;
	margin-right: 10px;
}

.team-grid .team-member .team-member-holder .team-content {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	height: 124px;
	background: #fff;
}

.widgetab {
	width: 45%;
}

.widgetab img {
	width: 100%;
}

.team-kou {
	padding-top: 0px;
	padding-bottom: 60px;
	background-color: #f4f6f9;
}

.main-content .section7 .block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-content .section7 .block .item {
	height: 361px;
	background-size: cover;
	width: 20%;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	transition: all 0.4s linear;
	overflow: hidden;
}

.main-content .section7 .block .item .info {
	padding: 40px;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.main-content .section7 .block .item .info .t {
	position: relative;
	z-index: 2;
}

.main-content .section7 .block .item.on .info .t .icon img {
	filter: brightness(0)invert(1);
}

.main-content .section7 .block .item .info .t .icon svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-content .section7 .block .item .info .t .icon svg:last-of-type {
	display: none;
}

.main-content .section7 .block .item.on .info .t .icon svg:last-of-type {
	display: block;
}

.main-content .section7 .block .item.on .info .t .icon svg:first-of-type {
	display: none;
}

.main-content .section7 .block .item .info .t h2 {
	font-size: 25px;
	color: #141414;
	margin-top: 20px;
}

.main-content .section7 .block .item .info .b {
	position: relative;
	z-index: 2;
}

.main-content .section7 .block .item .info .b li {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.main-content .section7 .block .item .info .bgc {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s linear;
}

.main-content .section7 .block .item .info .bgc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-content .section7 .block .item .img {
	width: 0;
	flex-shrink: 0;
}

.main-content .section7 .block .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.main-content .section7 .block .item::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #f4f6f9;
}

.main-content .section7 .block .item:last-child::after {
	display: none;
}

.main-content .section7 .block .item .info .t h2:hover {
	font-weight: 700;
}

.main-content .section7 .block .item.on {
	width: 60%;
}

.main-content .section7 .block .item.on .img {
	width: calc(100% / 3 * 2);
	height: 100%;
}

.main-content .section7 .block .item.on .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-content .section7 .block .item.on .info .t h2 {
	color: #fff;
}

.main-content .section7 .block .item.on .info .b li {
	color: #fff;
}

.main-content .section7 .block .item.on .info .bgc {
	opacity: 1;
}













.footer-bottoma {
	color: #fff;
	font-size: 18px;
	display: flex;
}

.widgeta {
	display: flex;
	justify-content: space-between;
}

.footer-bottoma .nice-select {
	width: 30%;
	color: #333333;
	margin-left: 1%;
}

.footer-bottoma .nice-select .list {
	width: 100%;
}

.footer-bottoma .nice-select .list li:hover {
	background: #286dd2;
}

.footer-bottoma .nice-select .list li:hover a {
	color: #fff;
}

.team-grid .team-member .team-member-holder .team-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 6px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background-color: #ed6d00;
}

.team-grid .team-member .team-member-holder .team-content .team-title h4 {
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 600;
}

.team-grid .team-member .team-member-holder .team-content .team-cat {
	margin-bottom: 0px;
}

.team-grid .team-member.team-member-1 .team-member-holder .team-img::before {
	content: unset;
}

.team-grid .team-member.team-member-1 .team-member-holder .team-img img {
	width: 100%;
	height: 560px;
	-o-object-fit: cover;
	object-fit: cover;
}

.team-grid .team-member.team-member-2 {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.team-grid .team-member.team-member-2 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.team-grid .team-member.team-member-2:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.team-grid .team-member.team-member-2 .team-member-holder::after {
	content: unset;
}

.team-grid .team-member.team-member-2 .team-member-holder .team-content {
	padding: 0;
	padding-top: 22px;
}

.team-grid .team-member.team-member-2 .team-member-holder .team-content::after {
	content: unset;
}

.team-grid .team-member.team-member-2 .team-member-holder .team-content .team-title h4 {
	font-size: 19px;
}

.team-grid .team-member.team-member-2 .team-member-holder .team-content .team-cat {
	margin-bottom: 0;
}

.team-grid .pagination {
	margin-top: 10px;
}

.team-grid.team-grid-4 {
	padding: 0;
}

.doctor-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width:991.98px) {
	.doctor-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.doctor-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.doctor-action .btn {
	width: 210px;
	height: 60px;
	border-radius: 8px 8px 0 8px;
	margin-right: 70px;
}

@media screen and (max-width:767.98px) {
	.doctor-action .btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.doctor-action .doctor-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.doctor-action .doctor-info .doctor-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

.doctor-action .doctor-info .doctor-img img {
	max-width: 100%;
	border-radius: 50%;
}

.doctor-action .doctor-info i {
	width: 50px;
	height: 50px;
	color: #ffffff;
	background-color: #286dd2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	left: -40px;
}

.doctor-action .doctor-info .doctor-body a {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	color: #ed6d00;
	margin-bottom: 0;
}

.doctor-action .doctor-info .doctor-body p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #616369;
	margin-bottom: 0;
	text-transform: capitalize;
}

/* Member Single */
.team-single {
	padding-top: 0;
	padding-bottom: 30px;
	position: relative;
	overflow: visible;
	z-index: 5;
}

@media screen and (max-width:991.98px) {
	.team-single {
		padding-bottom: 0;
	}
}

.team-single .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.team-single .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.team-single .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.team-single .entry-bio {
	margin-bottom: 32px;
}

@media screen and (max-width:991.98px) {
	.team-single .entry-bio {
		text-align: center;
	}
}

.team-single .entry-bio .entry-heading {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 29px;
	color: #161616;
	text-transform: capitalize;
}

.team-single .entry-bio .entry-desc {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #616369;
	margin-bottom: 25px;
}

.team-single .entry-bio .entry-desc:last-child {
	margin-bottom: 0;
}

.team-single .entry-bio .entry-desc.strong {
	font-weight: 400;
	color: #032259;
}

.team-single .entry-table {
	margin-bottom: 67px;
}

.team-single .entry-table .table {
	height: 1px;
	margin-bottom: 0;
}

.team-single .entry-table .table tbody tr {
	height: 100%;
}

.team-single .entry-table .table tbody tr:nth-of-type(odd) {
	background-color: transparent;
}

.team-single .entry-table .table tbody tr:nth-of-type(odd) .content {
	background-color: #f0f5fd;
}

.team-single .entry-table .table td {
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.team-single .entry-table .table td .content {
	border-radius: 0px;
	height: 100%;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	color: #68738e;
	text-transform: capitalize;
	padding: 20px 30px 20px 50px;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-table .table td .content {
		padding: 20px;
	}
}

.team-single .entry-table .table td .content.head {
	border-radius: 0px;
	font-weight: 400;
	color: #032259;
}

.team-single .entry-table .table td .content .experties-list {
	margin-bottom: 0;
}

.team-single .entry-table .table td .content .experties-list li {
	margin-bottom: 14px;
}

.team-single .entry-table .table td .content .experties-list li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-table .table td .content .experties-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.team-single .entry-table .table td .content .experties-list li i {
	font-size: 10px;
	margin-right: 10px;
	color: #ed6d00;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-table .table td .content .experties-list li i {
		margin-top: 5px;
	}
}

.team-single .entry-table .table td:first-child .content {
	border-radius: 8px 0 0 8px;
}

.team-single .entry-table .table td:last-child .content {
	border-radius: 0px 8px 0 0px;
}

.team-single .entry-services {
	margin-bottom: 67px;
}

.team-single .entry-awards {
	margin-bottom: 37px;
}

.team-single .entry-awards .entry-desc {
	margin-bottom: 32px;
}

.team-single .entry-awards .entry-award {
	padding: 40px 40px 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
}

@media screen and (max-width:767.98px) {
	.team-single .entry-awards .entry-award {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 28px 25px 26px;
		text-align: center;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.team-single .entry-awards .entry-award:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.team-single .entry-awards .entry-award img {
	width: 48px;
	height: 40px;
	margin-right: 20px;
	display: inline-block;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-awards .entry-award img {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.team-single .entry-awards .entry-award h5 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	color: #032259;
	font-size: 18px;
	margin-bottom: 1px;
	text-transform: capitalize;
}

.team-single .entry-awards .entry-award p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616369;
	margin-bottom: 0;
	text-transform: capitalize;
}

.team-single .entry-education {
	margin-bottom: 70px;
}

.team-single .entry-education .entry-desc {
	margin-bottom: 32px;
}

.team-single .entry-education .education-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-education .education-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.team-single .entry-education .education-panel:last-child .education-body {
	padding-bottom: 0;
}

.team-single .entry-education .education-panel .education-year {
	margin-right: 40px;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-education .education-panel .education-year {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.team-single .entry-education .education-panel .education-year .year {
	background-color: #ed6d00;
	padding-right: 12px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 87px;
	height: 30px;
}

.team-single .entry-education .education-panel .education-body {
	position: relative;
	padding-left: 40px;
	padding-bottom: 36px;
	margin-top: 3px;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-education .education-panel .education-body {
		padding-left: 20px;
	}
}

.team-single .entry-education .education-panel .education-body::before {
	content: "";
	width: 2px;
	position: absolute;
	height: calc(100% + 3px);
	top: 0;
	left: -1px;
	background-color: #dcdee2;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-education .education-panel .education-body::before {
		left: 0;
		height: calc(100% + 22px);
		top: -20px;
	}
}

.team-single .entry-education .education-panel .education-body .bullet {
	z-index: 4;
	position: absolute;
	top: 0px;
	left: -12px;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border: 2px solid #dcdee2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:767.98px) {
	.team-single .entry-education .education-panel .education-body .bullet {
		display: none;
	}
}

.team-single .entry-education .education-panel .education-body .bullet::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ed6d00;
}

.team-single .entry-education .education-panel .education-body h5 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #032259;
	margin-bottom: 15px;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.team-single .entry-education .education-panel .education-body p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #616369;
	margin-bottom: 0;
}

.team-single .entry-skills {
	margin-bottom: 0px;
}

.team-single .entry-skills .entry-desc {
	margin-bottom: 30px;
}

/* Team Carousel */
.team-carousel {
	overflow: visible;
}

.team-carousel .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.team-carousel .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
	visibility: hidden;
}

.team-carousel .owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/* Team Projects */
.team-projects {
	padding-top: 0;
	padding-bottom: 0;
}

.team-projects .project {
	position: relative;
	overflow: hidden;
}

.team-projects .project:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.team-projects .project a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.team-projects .project img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 auto;
	max-width: none;
	width: calc(100% + 50px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

@media screen and (max-width:767.98px) {
	.team-projects .project img {
		max-width: 100%;
		-webkit-transform: translate3d(0px, 0, 0);
		transform: translate3d(0px, 0, 0);
	}
}

/* Team Gallery */
.team-gallery {
	padding-top: 0px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.team-gallery {
		padding-bottom: 70px;
	}
}

.team-gallery .btn {
	width: 170px;
	height: 60px;
	margin-top: 10px;
}

.team-gallery .team-member {
	margin-bottom: 30px;
}

.team-gallery .team-member .team-member-holder {
	position: relative;
}

.team-gallery .team-member .team-member-holder:hover .team-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team-gallery .team-member .team-member-holder .team-img {
	height: 370px;
}

.team-gallery .team-member .team-member-holder .team-img::before {
	content: unset;
}

.team-gallery .team-member .team-member-holder .team-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(8, 87, 222, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.team-gallery .team-member .team-member-holder .team-hover .team-zoom {
	color: #ffffff;
	font-size: 20px;
}

.team-gallery .team-member .team-member-holder .team-hover a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.team-filter li a {
		margin-right: 10px;
		font-size: 13px;
	}

	.team-member .team--img img,
	.team .owl-carousel .owl-item img {
		width: 100%;
	}

	.team-grid .team-member-holder,
	.team-masonry .team-member-holder {
		max-width: 370px;
		margin-right: auto;
		margin-left: auto;
	}

	.team-slider .carousel-navs .owl-nav .owl-next:before,
	.team-slider .carousel-navs .owl-nav .owl-prev:before {
		font-size: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-masonry .team--img img {
		width: 100%;
	}
}

/*------------------------------------*\
    #Timetable
\*------------------------------------*/
.timetable {
	padding-top: 0px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.timetable {
		padding-bottom: 70px;
	}
}

.timetable .table-sort {
	margin-bottom: 50px;
	height: 60px;
}

@media screen and (max-width:991.98px) {
	.timetable .table-sort {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.timetable .table-sort .nice-select {
	padding: 9px 25px;
	width: 254px;
	border-color: #e6e8eb;
	height: 100%;
	font-size: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #68738e;
	text-transform: capitalize;
}

.timetable .table-sort .nice-select::after {
	width: 7px;
	height: 7px;
	border-color: #444546;
	right: 25px;
}

.timetable .table-sort .nice-select .list {
	width: 100%;
}

@media screen and (min-width:992px) {
	.timetable .table-holder {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
	}
}

.timetable .table-holder .day-appointment {
	background-color: #dae6fa;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #616369;
	text-transform: capitalize;
	margin: 2px;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .day-appointment {
		margin: 0;
		padding: 15px 0;
	}
}

.timetable .table-holder .appointment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #616369;
	text-transform: capitalize;
	margin: 2px;
	border-radius: 4px;
	background-color: var(--global--color-primary-light);
}

.timetable .table-holder .time-table {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #04245c;
	margin: 2px;
	border-radius: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.timetable .table-holder .time-table.active {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.timetable .table-holder .time-table {
		padding: 0;
	}
}

.timetable .table-holder .time-table:hover {
	background-color: #286dd2;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .time-table {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 15px 0;
		border-radius: 0;
		background-color: transparent;
		border-bottom: 1px solid #eaeaea;
		opacity: 1;
		visibility: visible;
		display: none;
	}

	.timetable .table-holder .time-table.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.timetable .table-holder .time-table:hover {
		background-color: transparent;
	}

	.timetable .table-holder .time-table:last-child {
		border-bottom: 0;
	}
}

.timetable .table-holder .time-table .clinic {
	font-weight: 500;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.timetable .table-holder .time-table .clinic:hover {
	text-decoration: underline;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .time-table .clinic {
		color: #616369;
	}

	.timetable .table-holder .time-table .clinic:hover {
		text-decoration: none;
	}
}

.timetable .table-holder .time-table .type {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #f4f4f4;
	text-transform: capitalize;
	margin-bottom: 19px;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .time-table .type {
		display: none;
	}
}

.timetable .table-holder .time-table .hours {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #f4f4f4;
	margin-bottom: 14px;
}

.timetable .table-holder .time-table .hours span {
	display: block;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .time-table .hours {
		color: #616369;
		margin-bottom: 0;
	}

	.timetable .table-holder .time-table .hours span {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.timetable .table-holder .time-table .hours span:last-child:after {
		content: unset;
	}

	.timetable .table-holder .time-table .hours span:after {
		content: "-";
		margin: 4px;
	}
}

.timetable .table-holder .time-table .doctor {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #f4f4f4;
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .time-table .doctor {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.timetable .table-holder .table-column {
		display: grid;
		grid-template-rows: 50px repeat(6, 200px);
	}
}

.timetable .table-holder .table-column .double {
	grid-row: span 2;
}

@media screen and (max-width:991.98px) {
	.timetable .table-holder .table-column.first-column {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.timetable .table-holder .table-column.first-column .appointment {
		background-color: #dae6fa;
	}

	.timetable .table-holder .table-column.first-column .day-appointment {
		background-color: #ffffff;
	}
}

.timetable .table-holder .day-appointment {
	width: auto;
	height: auto;
}

.timetable .table-holder .appointment {
	width: auto;
	height: auto;
}

.timetable .table-holder .time-table {
	width: auto;
	height: auto;
}

/*------------------------------------*\
#Skills
\*------------------------------------*/
.skills .progressbar {
	margin-bottom: 29px;
}

.skills .progressbar:last-of-type {
	margin-bottom: 0;
}

.skills .progressbar .progress-title {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 7px;
	line-height: 1;
}

.skills .progressbar .progress-title .title {
	font-family: "Microsoft YaHei";
	color: #032259;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.skills .progressbar .progress-title .value {
	font-family: "Microsoft YaHei";
	color: #616369;
	font-weight: 400;
	font-size: 15px;
	line-height: 1px;
	text-transform: uppercase;
	bottom: 7px;
	position: absolute;
	margin-left: -27px;
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.skills .progressbar .progress {
	height: 12px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #dcdee2;
	margin-bottom: 0;
	border-radius: 0;
}

.skills .progressbar .progress .progress-bar {
	height: 7px;
	background-color: #ed6d00;
	width: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.skills .heading {
		margin-bottom: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.skills .heading {
		margin-bottom: 30px;
	}
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
@media screen and (min-width:992px) {
	.sidebar {
		max-width: 330px;
		margin-left: auto;
	}
}

@media screen and (max-width:991.98px) {
	.sidebar {
		max-width: 330px;
		margin: 0 auto;
	}
}

.sidebar.sidebar-faqs .widget-reservation::before {
	background: rgba(40, 182, 246, 0.8);
}

.sidebar.sidebar-departments .widget-reservation::before {
	background: rgba(40, 182, 246, 0.8);
}

/* Widget */
.widget {
	/* background-color: #eff4fc; */
	/* padding: 33px 30px 40px; */
	margin-bottom: 40px;
	position: relative;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.widget {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.widget::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 6px;
	width: calc(100% - 80px);
	/*  background-color: #0855d7; */
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget::before {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.widget::before {
		width: calc(100% - 50px);
	}
}

.widget .widget-title {
	text-align: center;
	margin-bottom: 22px;
}

@media screen and (min-width:992px) {
	.widget .widget-title {
		text-align: left;
	}
}

.widget .widget-title h5 {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
	font-family: "Microsoft YaHei";
	color: #032259;
	text-transform: capitalize;
	margin-bottom: 0;
	position: relative;
}

/* Category Widget */
.widget-categories {
	padding-bottom: 32px;
}

.widget-categories .widget-title {
	margin-bottom: 15px;
}

.widget-categories ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.widget-categories ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget-categories ul li:hover a {
	padding-left: 15px;
	color: #ed6d00;
}

.widget-categories ul li:hover span {
	background-color: #ed6d00;
	border-color: #ed6d00;
	color: #ffffff;
}

.widget-categories ul li a {
	color: #444546;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 36px;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget-categories ul li span {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 13px;
	color: #ed6d00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border: 1px solid #e6e8eb;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* Tags Widget */
.widget-tags {
	padding-bottom: 30px;
}

.widget-tags .widget-title {
	margin-bottom: 22px;
}

.widget-tags .widget-content {
	text-align: center;
}

@media screen and (min-width:992px) {
	.widget-tags .widget-content {
		text-align: left;
	}
}

.widget-tags .widget-content a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #ed6d00;
	background-color: transparent;
	border: 1px solid #e6e8eb;
	background-color: #ffffff;
	padding: 0 9px;
}

.widget-tags .widget-content a:hover {
	background-color: #ed6d00;
	border-color: #ed6d00;
	color: #ffffff;
}

/* Recent Posts */
.widget-recent-posts {
	/* padding-bottom: 36px; */
	/* padding-top: 32px; */
}

.widget-recent-posts .widget-content {
	padding: 40px 40px 40px;
	max-width: 93%;
	margin: 0 auto;
}

.widget-recent-posts .widget-title {
	margin-bottom: 20px;
}

.widget-recent-posts .post {
	position: relative;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget-recent-posts .post:last-child {
	/* margin-bottom: 0; */
}

.widget-recent-posts .post .post-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	margin-right: 20px;
	overflow: hidden;
	width: 60px;
	height: 80px;
}

.widget-recent-posts .post .post-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.widget-recent-posts .post .post-content {
	position: relative;
}

.widget-recent-posts .post .post-content .post-date {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #032259;
	text-transform: capitalize;
	margin-bottom: 8.4px;
}

.widget-recent-posts .post .post-content .post-date span:after {
	position: relative;
	content: ",";
	margin-right: 4px;
}

.widget-recent-posts .post .post-content .post-date span:last-child:after {
	content: unset;
}

.widget-recent-posts .post .post-content .post-title a {
	font-family: "Microsoft YaHei";
	color: #444546;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;

}

.widget-recent-posts .post .post-content .post-title a:hover {
	color: #286dd2;
}

.widget-recent-posts .carousel-dots .owl-dots {
	text-align: center;
	margin-top: 26px;
}

@media screen and (min-width:992px) {
	.widget-recent-posts .carousel-dots .owl-dots {
		text-align: left;
	}
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot.active span {
	background-color: #286dd2;
	border-color: #286dd2;
}

.widget-recent-posts .carousel-dots .owl-dots .owl-dot span {
	width: 16px;
	height: 6px;
	border-radius: 2px;
	border-width: 3px;
	background-color: #444546;
	border-color: #444546;
	margin-right: 12px;
}

/* Search Widget */
.widget-search {
	background-color: #032259;
	padding: 40px;
}

.widget-search::before {
	content: unset;
}

.widget-search .form-search {
	margin-bottom: 0;
	background-color: #ffffff;
}

.widget-search .form-search .form-control {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #616369;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 5px;
	height: 55px;
	text-transform: capitalize;
	padding-left: 20px;
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
}

.widget-search .form-search .form-control::-webkit-input-placeholder {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #616369;
	text-transform: capitalize;
}

.widget-search .form-search .form-control:-moz-placeholder {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #616369;
	text-transform: capitalize;
}

.widget-search .form-search .btn {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	width: 45px;
	height: 55px;
	line-height: 29px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget-search .form-search .btn i {
	font-size: 16px;
	color: #032259;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-right: 0;
}

.widget-search .form-search .btn:hover i {
	color: #286dd2;
}

/* Reservation Widget */
.widget-reservation {
	position: relative;
	overflow: hidden;
	padding: 40px 40px 29px;
}

@media screen and (max-width:991.98px) {
	.widget-reservation {
		text-align: center;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget-reservation {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.widget-reservation {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.widget-reservation::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 70, 178, 0.9);
	content: "";
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.widget-reservation .widget-content {
	position: relative;
	z-index: 3;
}

.widget-reservation .widget-content i {
	display: block;
	margin-bottom: 11px;
	font-size: 50px;
	color: #ffffff;
}

.widget-reservation .widget-content h5 {
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 16px;
}

.widget-reservation .widget-content p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #f9f9f9;
	margin-bottom: 25px;
}

.widget-reservation .widget-content a {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #ffffff;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width:991.98px) {
	.widget-reservation .widget-content a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.widget-reservation .widget-content a svg {
	color: #ffffff;
	margin-right: 15px;
}

/* Opening Hours Widget */
.widget-opening-hours {
	position: relative;
	overflow: hidden;
	padding: 40px 40px 40px;
	background-color: #f4f4f4;
}

@media screen and (max-width:991.98px) {
	.widget-opening-hours {
		text-align: center;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget-opening-hours {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.widget-opening-hours {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.widget-opening-hours::before {
	content: "";
	background-color: #032259;
}

.widget-opening-hours .widget-content {
	position: relative;
	z-index: 3;
}

.widget-opening-hours .widget-content i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	font-size: 60px;
	color: #ed6d00;
}

@media screen and (max-width:991.98px) {
	.widget-opening-hours .widget-content i {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.widget-opening-hours .widget-content h5 {
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: #032259;
	margin-bottom: 9px;
}

.widget-opening-hours .widget-content ul {
	margin-bottom: 0;
}

.widget-opening-hours .widget-content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	font-family: "Microsoft YaHei";
	color: #616369;
	text-transform: capitalize;
	border-bottom: 1px solid #dcdee2;
	padding: 9px 0;
}

/* Widget Download */
.widget-download {
	background-color: #f4f4f4;
}

.widget-download::before {
	content: "";
	background-color: #032259;
}

.widget-download ul {
	margin: 0;
}

.widget-download ul li {
	margin-bottom: 20px;
}

.widget-download ul li:last-of-type {
	margin-bottom: 0;
}

.widget-download ul li.inversed a {
	background-color: #28b6f6;
}

.widget-download ul li.inversed a .icon-wrapper {
	background-color: #53c5f8;
}

.widget-download ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	font-family: "Microsoft YaHei";
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	border: none;
	width: 100%;
	height: 92px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 0px;
	color: #ffffff;
	background-color: #444546;
	padding: 0;
	padding-right: 20px;
}

.widget-download ul li a:hover,
.widget-download ul li a:active,
.widget-download ul li a:focus {
	color: #ffffff;
}

.widget-download ul li a span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.widget-download ul li a .icon-wrapper {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 62px;
	height: 100%;
	background: #032259;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	fill: #ffffff;
}

/* Widget Recent Products */
.widget-recent-products .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.widget-recent-products .product .product-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 8px 8px 0 8px;
}

.widget-recent-products .product .product-img img {
	border-radius: 8px 8px 0 8px;
	max-width: 100%;
}

.widget-recent-products .product .product-desc .product-title a {
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #444546;
	margin-bottom: 4px;
	display: inline-block;
}

.widget-recent-products .product .product-desc .product-title a:hover {
	color: #286dd2;
}

.widget-recent-products .product .product-desc .product-meta span {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 400;
	color: #286dd2;
}

/* Widget Services */
.widget-services .widget-content ul {
	margin-bottom: 0;
}

.widget-services .widget-content ul li {
	margin-bottom: 10px;
}

.widget-services .widget-content ul li:last-child {
	margin-bottom: 0;
}

.widget-services .widget-content ul li a {
	width: 100%;
	height: 60px;
}

.widget-services .widget-content ul li a i {
	width: 60px;
}

.widget-services .widget-content ul li a:hover,
.widget-services .widget-content ul li a:active,
.widget-services .widget-content ul li a:focus {
	background-color: #0955d7;
}

.widget-services .widget-content ul li a:hover i,
.widget-services .widget-content ul li a:active i,
.widget-services .widget-content ul li a:focus i {
	background-color: #0646b0;
}

/* Widget Filter */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	top: -2px;
	margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.widget-filter .ui-slider {
	position: relative;
	height: 4px;
	background-color: rgba(34, 34, 34, 0.06);
	border-radius: 0;
	margin-bottom: 20px;
	margin-top: 5px;
}

.widget-filter .ui-slider-handle {
	/* Style for "Line" */
	width: 8px;
	height: 8px;
	margin-left: 0;
	background-color: #286dd2;
	border-radius: 50%;
}

.widget-filter .ui-slider-range {
	height: 4px;
	background-color: #286dd2;
	margin-bottom: 20px;
}

.widget-filter .slider-mount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.widget-filter label {
	color: #616369;
	margin: 0;
}

.widget-filter input {
	color: #616369;
	border: none;
	background-color: transparent;
}

.widget-filter .btn-filter {
	float: right;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ed6d00;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	text-align: right;
}

.widget-filter .btn-filter:hover {
	color: #286dd2;
}

/* Doctors sidebar */
@media screen and (min-width:992px) {
	.sidebar-doctors {
		margin-top: 240px;
		max-width: 330px;
		margin-left: 0;
		margin-right: auto;
	}
}

@media screen and (max-width:991.98px) {
	.sidebar-doctors {
		margin-top: 50px;
		margin-bottom: 0;
	}
}

/* blog sidebar */
.sidebar-blog .form-search {
	background-color: #ffffff;
}

.sidebar-blog .widget-recent-posts .entry {
	margin-bottom: 30px;
}

.sidebar-blog .widget-recent-posts .entry:last-of-type {
	margin-bottom: 0;
}

.sidebar-blog .widget-recent-posts .entry-title a {
	font-weight: 400;
}

.sidebar-blog .widget-recent-posts .entry-date {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 600;
	color: #616161;
}

/* Shop Sidebar */
.sidebar-shop .widget {
	padding: 0;
	background-color: #ffffff;
}

.sidebar-shop .widget::before {
	content: unset;
}

.sidebar-shop .widget-categories {
	margin-bottom: 35px;
}

/*------------------------------------*\
    #About
\*------------------------------------*/
.about {
	padding-top: 119px;
	padding-bottom: 180px;
	overflow: visible;
}

@media screen and (max-width:991.98px) {
	.about {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.about .about-img {
	position: relative;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

@media screen and (max-width:991.98px) {
	.about .about-img {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		margin: 0 auto 100px;
		max-width: 550px;
	}
}

.about .about-img img {
	height: 565px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width:767.98px) {
	.about .about-img img {
		height: 450px;
	}
}

@media screen and (max-width:991.98px) {
	.about .about-img img {
		margin: 0 auto;
	}
}

.about .about-img .btn-video {
	position: absolute;
	left: 40px;
	top: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 54px;
	height: 36px;
	background-color: #ffffff;
	color: #063d9b;
	z-index: 5;
}

.about .about-img .moving-image {
	position: absolute;
	right: -70px;
	bottom: -70px;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	width: 265px;
	height: 283px;
}

@media screen and (max-width:991.98px) {
	.about .about-img .moving-image {
		right: -10%;
		bottom: -10%;
	}
}

.about .about-img .moving-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about .signature-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.about .signature-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.about .signature-block .signature-body {
	position: relative;
}

.about .signature-block .signature-body img {
	position: absolute;
	top: -18px;
	left: 2px;
	right: 0;
}

@media screen and (max-width:767.98px) {
	.about .signature-block .signature-body img {
		top: 0;
		left: -20px;
		max-width: 130%;
	}
}

.about .signature-block .signature-body h6 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	color: #032259;
	font-size: 19px;
	line-height: 29px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.about .signature-block .signature-body p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #ed6d00;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.about .about-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.about .about-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.about .about-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.about .about-action .btn {
	margin-right: 30px;
	height: 50px;
}

.about .about-action .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:767.98px) {
	.about .about-action .btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.about .about-action .btn:first-child {
	width: 210px;
}

.about .about-action .btn:first-child i {
	width: 50px;
}

.about .about-action .btn:last-child {
	width: 180px;
}

.about.about-2 {
	padding-top: 0;
	padding-bottom: 130px;
}

@media screen and (max-width:991.98px) {
	.about.about-2 {
		padding-bottom: 70px;
	}
}

@media screen and (min-width:992px) {
	.about.about-2 {
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
		margin-bottom: -12px;
	}
}

.about.about-2 .about-img {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width:991.98px) {
	.about.about-2 .about-img {
		margin-bottom: 0;
	}
}

.about.about-2 .about-img img {
	height: 620px;
}

.about.about-2 .about-img .features-carousel {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 4;
}

@media screen and (min-width:992px) {
	.about.about-2 .about-img .features-carousel .owl-dots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.about.about-2 .about-action {
	margin-bottom: 42px;
}

.about.about-2 .about-action .btn:first-child {
	width: 195px;
}

.about.about-3 {
	padding-top: 180px;
	padding-bottom: 100px;
}

@media screen and (max-width:991.98px) {
	.about.about-3 {
		padding-top: 54px;
		padding-bottom: 70px;
	}
}

@media screen and (min-width:992px) {
	.about.about-3 {
		-webkit-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
		margin-bottom: -12px;
	}
}

.about.about-3 .about-img {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width:991.98px) {
	.about.about-3 .about-img {
		margin-bottom: 0;
	}
}

.about.about-3 .about-img img {
	height: 620px;
}

.about.about-3 .about-img .features-carousel {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 4;
}

@media screen and (min-width:992px) {
	.about.about-3 .about-img .features-carousel .owl-dots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.about.about-3 .about-action {
	margin-bottom: 42px;
}

.about.about-3 .about-action .btn:first-child {
	width: 195px;
}

.about.about-4 {
	padding-top: 109px;
	padding-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.about.about-4 {
		padding-top: 70px;
	}
}

.about.about-4 .avatars-holder {
	position: relative;
	z-index: 5;
}

.about.about-4 .avatars-holder .avatar {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media screen and (max-width:991.98px) {
	.about.about-4 .avatars-holder .avatar {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}
}

.about.about-4 .avatars-holder .avatar img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:991.98px) {
	.about.about-4 .avatars-holder .avatar img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}
}

.about.about-4 .avatars-holder .block-top {
	margin-bottom: 40px;
}

.about.about-4 .avatars-holder .block-top .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.about.about-4 .avatars-holder .block-top .col-12 .avatar {
	width: 100%;
}

@media screen and (min-width:992px) {
	.about.about-4 .avatars-holder .block-bottom {
		margin-bottom: -313px;
	}
}

.about.about-4 .avatars-holder .block-bottom .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width:991.98px) {
	.about.about-4 .avatars-holder .block-bottom .col-12 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.about.about-4 .avatars-holder .avatar-1 {
	height: 170px;
}

.about.about-4 .avatars-holder .avatar-1 img {
	border-radius: 32px 0 32px 32px;
}

.about.about-4 .avatars-holder .avatar-2 {
	height: 307px;
	border-radius: 0px 32px 32px 32px;
	padding: 71px 50px 50px;
}

.about.about-4 .avatars-holder .avatar-2::before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #13c1d9bf), color-stop(70%, #286dd2));
	background-image: -o-linear-gradient(top, #13c1d9bf 18%, #286dd2 70%);
	background-image: linear-gradient(180deg, #13c1d9bf 18%, #286dd2 70%);
}

@media screen and (max-width:767.98px) {
	.about.about-4 .avatars-holder .avatar-2 {
		height: auto;
	}
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content p {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	line-height: 29px;
	color: #f4f4f4;
	margin-bottom: 20px;
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn {
	width: 143px;
	height: 42px;
	border: 2px solid;
	border-color: #4ed4e6;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property: background, color, border-color;
	transition-property: background, color, border-color;
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn::before {
	background-color: #ed6d00;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
}

.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:hover,
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:active,
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:focus {
	border-color: #ed6d00;
}

.about.about-4 .avatars-holder .avatar-3 {
	height: 225px;
}

.about.about-4 .avatars-holder .avatar-3 img {
	border-radius: 32px 32px 32px 0px;
}

.about.about-4 .avatars-holder .avatar-4 {
	height: 405px;
}

@media screen and (min-width:992px) {
	.about.about-4 .avatars-holder .avatar-4 {
		-webkit-transform: translateY(-210px);
		-ms-transform: translateY(-210px);
		transform: translateY(-210px);
	}
}

.about.about-4 .avatars-holder .avatar-4 img {
	border-radius: 0px 32px 32px 32px;
}

.about.about-4 .avatars-holder .avatar-5 {
	height: 180px;
}

.about.about-4 .avatars-holder .avatar-5 img {
	border-radius: 32px 32px 32px 0px;
}

.about.about-4 .avatars-holder .avatar-6 {
	height: 307px;
}

.about.about-4 .avatars-holder .avatar-6 img {
	border-radius: 0px 32px 32px 32px;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features {
	padding-top: 163px;
	padding-bottom: 100px;
}

@media screen and (max-width:767.98px) {
	.features {
		padding-top: 200px;
		padding-bottom: 70px;
	}
}

@media (max-width: 424px) {
	.features {
		padding-top: 150px;
	}
}

.features .features-wrapper {
	position: relative;
	z-index: 5;
}

.features .features-holder {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	/* grid-column-gap: 25px; */
}

@media screen and (max-width:991.98px) {
	.features .features-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media screen and (max-width:767.98px) {
	.features .features-holder {
		grid-template-columns: 1fr;
	}
}

.features .feature-panel {
	position: relative;
	padding: 40px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	margin-bottom: 33px;
	background-color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .feature-panel:hover::before {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.features .feature-panel:hover .feature-content h4 {
	margin-bottom: 6px;
}

.features .feature-panel:hover .feature-content p {
	margin-bottom: 5px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.features .feature-panel:hover .feature-link {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	/*  border-color: #444546; */
}

.features .feature-panel:hover .feature-link i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.features .feature-panel {
		padding: 40px 15px 31px;
	}
}

@media screen and (max-width:991.98px) {
	.features .feature-panel {
		max-width: 200px;
		margin: 0 auto 33px;
	}
}

.features .feature-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	height: 6px;
	width: calc(100% - 60px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #286dd2;
}

.features .feature-panel .feature-icon {
	margin-bottom: 23px;
}

.features .feature-panel .feature-icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #113cac;
	font-size: 60px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .feature-panel .feature-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.features .feature-panel .feature-content h4 {
	font-family: "Microsoft YaHei";
	font-weight: 600;
	font-size: 21px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 11px;
	color: #032359;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .feature-panel .feature-content p {
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #616369;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.features .feature-panel .feature-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 5px solid transparent;
	font-size: 13px;
	color: #ffffff;
	background-color: #ed6d00;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-33px);
	-ms-transform: translateX(-50%) translateY(-33px);
	transform: translateX(-50%) translateY(-33px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 4px;
}

.features .feature-panel .feature-link i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .feature-panel.feature-panel-2 {
	height: 292px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	padding-top: 50px;
	padding-bottom: 42px;
	margin-bottom: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .feature-panel.feature-panel-2:hover {
	background-color: #ed6d00;
}

.features .feature-panel.feature-panel-2:hover .feature-icon i {
	color: #ffffff;
}

.features .feature-panel.feature-panel-2:hover .feature-content h4 {
	color: #ffffff;
}

@media screen and (min-width:992px) {
	.features .feature-panel.feature-panel-2 {
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (max-width:991.98px) {
	.features .feature-panel.feature-panel-2 {
		max-width: unset;
		margin: 0 auto;
		height: auto;
		min-height: 190px;
	}
}

.features .feature-panel.feature-panel-2::before {
	content: unset;
}

@media screen and (min-width:992px) {
	.features .feature-panel.feature-panel-2 .feature-content {
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.features .feature-panel.feature-panel-2 .feature-content h4 {
	margin-bottom: 0;
}

.features .features-img {
	height: 584px;
	position: relative;
}

.features .features-img img {
	width: 100%;
	height: 684px;
	-o-object-fit: cover;
	object-fit: cover;
}

.features .features-img .features-img-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}

.features .features-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.features .features-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.features .features-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.features .features-action .btn {
	margin-right: 30px;
	height: 60px;
}

.features .features-action .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:767.98px) {
	.features .features-action .btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.features .features-action .btn:first-child {
	width: 230px;
}

.features .features-action .btn:first-child i {
	width: 60px;
}

.features .features-action .btn:last-child {
	width: 180px;
}

.features .employee-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.features .employee-info .employee-img {
	width: 55px;
	height: 55px;
	padding: 3px;
	border: 3px solid #286dd2;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.features .employee-info .employee-img img {
	max-width: 100%;
	border-radius: 50%;
}

.features .employee-info .employee-body h6 {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #222222;
	margin-bottom: 0;
}

.features .employee-info .employee-body p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 13px;
	color: #616369;
	margin-bottom: 0;
}

.features .features-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	margin-top: -90px;
}

@media screen and (min-width:992px) {
	.features .features-cards {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width:991.98px) {
	.features .features-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.features .features-cards .card-panel {
	position: relative;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

@media screen and (min-width:992px) {
	.features .features-cards .card-panel {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
}

@media screen and (max-width:991.98px) {
	.features .features-cards .card-panel {
		margin-bottom: 40px;
	}
}

.features .features-cards .card-panel .card-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
}

.features .features-cards .card-panel .card-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 87, 222, 0.85);
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .features-cards .card-panel .card-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0857de), to(#0857de));
	background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0857de 97.66%, #0857de 100%);
	background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0857de 97.66%, #0857de 100%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .features-cards .card-panel .card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .features-cards .card-panel .card-content {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 40px 34px;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

@media screen and (max-width:767.98px) {
	.features .features-cards .card-panel .card-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 25px;
		padding-right: 25px;
	}
}

.features .features-cards .card-panel .card-content .card-icon {
	margin-right: 40px;
}

@media screen and (max-width:767.98px) {
	.features .features-cards .card-panel .card-content .card-icon {
		margin-bottom: 25px;
		margin-right: 0;
	}
}

.features .features-cards .card-panel .card-content .card-icon i {
	color: #ffffff;
	font-size: 65px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features .features-cards .card-panel .card-content .card-body {
	padding: 0;
}

@media screen and (min-width:768px) {
	.features .features-cards .card-panel .card-content .card-body {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@media screen and (max-width:767.98px) {
	.features .features-cards .card-panel .card-content .card-body {
		text-align: center;
	}
}

.features .features-cards .card-panel .card-content .card-body h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.features .features-cards .card-panel .card-content .card-body p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #f4f4f4;
	margin-bottom: 23px;
}

.features .features-cards .card-panel .card-content .card-body .btn {
	width: 210px;
	height: 50px;
	-webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	padding-right: 15px;
}

.features .features-cards .card-panel .card-content .card-body .btn i {
	width: 50px;
	margin-right: 15px;
}

.features .features-cards .card-panel.card-left .card-img::before {
	background-color: rgba(11, 173, 246, 0.85);
}

.features .features-cards .card-panel.card-left .card-img::after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0badf6), to(#0badf6));
	background-image: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0badf6 97.66%, #0badf6 100%);
	background-image: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0badf6 97.66%, #0badf6 100%);
}

.features.features-1 {
	padding-top: 60px;
	padding-bottom: 90px;
	overflow: visible;
	background-color: #f4f6f9;

}

@media screen and (max-width:991.98px) {
	.features.features-1 {
		padding-top: 70px;
	}
}

.features.features-1 .note {
	margin-bottom: 60px;
}

.features.features-2 {
	padding-top: 128px;
	padding-bottom: 0px;
	overflow: visible;
	z-index: 5;
}

@media screen and (max-width:767.98px) {
	.features.features-2 {
		padding-top: 70px;
	}
}

.features-carousel {
	background-color: #ffffff;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 10px;
	max-width: 220px;
	position: relative;
}

.features-carousel::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 6px;
	width: calc(100% - 40px);
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #216ed8;
}

.features-carousel .feature-info .feature-icon {
	margin-bottom: 20px;
	color: #ed6d00;
	font-family: "Microsoft YaHei";
	font-weight: 700;
	font-size: 60px;

}

.features-carousel .feature-info .feature-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ed6d00;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 50px;
}

.features-carousel .feature-info .feature-content {
	padding-bottom: 22px;
}

.features-carousel .feature-info .feature-content h4 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 0px;
	color: #032359;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.features-bar {
	padding-top: 0;
	padding-bottom: 0px;
	overflow: visible;
}

.features-bar .features-holder .col-4:nth-child(1) .feature-panel-wrapper {
	border-radius: 16px 0 0 16px;
}

.features-bar .features-holder .col-4:nth-child(6) .feature-panel-wrapper {
	border-radius: 0 16px 16px 0;
}

.features-bar .features-holder {
	position: relative;
	justify-content: center;
	z-index: 55;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
	margin-bottom: -80px;
	border-radius: 10px;
}

.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact {
	display: flex;
	flex-wrap: wrap;
	height: 135px;
}

.features-bar .features-holder .feature-panel-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (max-width:991.98px) {
	.features-bar .features-holder .feature-panel-wrapper {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width:767.98px) {
	.features-bar .features-holder .feature-panel-wrapper {
		max-width: 370px;
	}
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel {
	padding: 35px 10px 35px 10px;
	position: relative;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.features-bar .features-holder .feature-panel-wrapper .feature-panel {
		padding: 38px 15px 50px;
	}
}

@media screen and (max-width:767.98px) {
	.features-bar .features-holder .feature-panel-wrapper .feature-panel {
		padding: 38px 25px 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel:hover .feature-icon-bg {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon-bg {
	position: absolute;
	top: 30px;
	right: -20px;
	-webkit-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon-bg i::before {
	color: #616369;
	margin-left: 0;
	font-size: 130px;
	opacity: 0.1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
	margin: 0 20px;
}

@media screen and (max-width:767.98px) {
	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 60px;
	color: #ffffff;
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content {
	position: relative;
	z-index: 3;
}

@media screen and (max-width:767.98px) {
	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content {
		text-align: center;
	}
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content h3 {
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	margin: 0;
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content h3 a {
	color: #000;
	font-weight: 700;
}

.services .service-panel .service-content .service-list li span:hover {
	font-weight: 700;
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content h3 a:hover {
	color: #286dd2;
}

.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: rgba(0, 0, 0, .69804);
	margin-bottom: 0
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation {
	background-color: #ed6d00;
	background: linear-gradient(270deg, #f6f9f9 -33.07%, #fff);
	border-radius: 16px 0 0 16px;
	border-image-source: linear-gradient(180deg, #fff, #fff);
	box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel {
	/*  padding-bottom: 38px; */
}

.features-bar .features-holder .feature-panel-wrapper .feature-opening-hours {
	/* 	padding-bottom: 32px; */
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #444546;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width:767.98px) {
	.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a svg {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #ffffff;
	margin-right: 15px;
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable {
	background-color: #074ec7;
	background: linear-gradient(270deg, #f6f9f9 -33.07%, #fff);
	border-image-source: linear-gradient(180deg, #fff, #fff);
	box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel .feature-content p {
	margin-bottom: 18px;
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #444546;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-transform: capitalize;
}

@media screen and (max-width:767.98px) {
	.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #ffffff;
	margin-right: 10px;
	font-size: 11px;
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a span {
	position: relative;
}

.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #286dd2;
}

.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours {
	background: linear-gradient(270deg, #f6f9f9 -33.07%, #fff);
	border-radius: 0 16px 16px 0;
	border-image-source: linear-gradient(180deg, #fff, #fff);
	box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
}

.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel h3 {
	/* margin-bottom: 10px; */
}

.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel ul.appintments-list {
	margin-bottom: 0;
}

.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel ul.appintments-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 400;
	color: #f9f9f9;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 9px 0;
}

.note-section {
	background-color: #ffffff;
	padding: 56px 0;
}

@media screen and (min-width:992px) {
	.note-section {
		text-align: left;
	}
}

@media screen and (max-width:991.98px) {
	.note-section {
		padding-top: 156px;
	}
}

/*--------------------------------
    #Pricing
---------------------------------*/
.pricing {
	padding-top: 0;
	padding-bottom: 50px;
	overflow: visible;
	z-index: 2;
	position: relative;
}

@media screen and (max-width:991.98px) {
	.pricing {
		padding-bottom: 30px;
	}
}

@media screen and (min-width:992px) {
	.pricing .sidebar-pricing {
		margin-top: 8px;
		margin-left: 0;
		margin-right: auto;
	}
}

.pricing .services-heading {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #032259;
	margin-bottom: 42px;
}

@media screen and (min-width:992px) {
	.pricing.pricing-1 {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
		margin-bottom: -6px;
	}
}

.pricing.pricing-1 .pricing-panel {
	margin-bottom: 90px;
}

.pricing.pricing-1 .pricing-panel:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.pricing.pricing-1 .pricing-panel {
		margin-bottom: 40px;
	}

	.pricing.pricing-1 .pricing-panel:last-child {
		margin-bottom: 40px;
	}
}

.pricing.pricing-1 .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.pricing.pricing-1 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.pricing.pricing-1 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

@media screen and (max-width:991.98px) {
	.pricing-panel {
		max-width: 330px;
		margin: 0 auto;
	}
}

.pricing-panel .pricing-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #161616;
	height: 84px;
	padding-left: 11px;
	position: relative;
}

.pricing-panel .pricing-head .pricing-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	margin-right: 11px;
}

.pricing-panel .pricing-head .pricing-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 60px;
	color: #ffffff;
}

.pricing-panel .pricing-head .pricing-title h3 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 0;
	text-transform: capitalize;
}

.pricing-panel .pricing-head .icon-bg {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width:991.98px) {
	.pricing-panel .pricing-head .icon-bg {
		right: 0;
	}
}

.pricing-panel .pricing-head .icon-bg i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 160px;
	color: #ffffff;
	opacity: 0.1;
}

@media screen and (max-width:991.98px) {
	.pricing-panel .pricing-head .icon-bg i {
		font-size: 130px;
	}
}

.pricing-panel .pricing-body .pricing-list {
	margin-bottom: 0;
}

.pricing-panel .pricing-body .pricing-list li {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: 400;
	color: #616369;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	padding: 0 40px;
	background-color: #f0f5fd;
}

@media screen and (max-width:1199.98px) {
	.pricing-panel .pricing-body .pricing-list li {
		padding: 0 20px;
	}
}

.pricing-panel .pricing-body .pricing-list li:nth-child(odd) {
	background-color: #ffffff;
}

.pricing-panel .pricing-body .pricing-list li span {
	margin-left: 5px;
}

.pricing-panel .pricing-body .pricing-list li span.price {
	font-weight: 400;
	color: #286dd2;
}

/*------------------------------------*\
    #Donations
\*------------------------------------*/
.donations {
	padding-top: 42px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.donations {
		padding-bottom: 70px;
	}
}

.donations .donations-map {
	position: relative;
	max-width: 470px;
	margin: 0 auto;
}

@media screen and (max-width:991.98px) {
	.donations .donations-map {
		margin: 0 auto 40px;
	}
}

.donations .donations-map img {
	max-width: 100%;
}

.donations .donations-map .map-pointer {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.donations .donations-map .map-pointer:hover .info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.donations .donations-map .map-pointer:first-of-type {
	top: 29%;
	left: 15%;
}

.donations .donations-map .map-pointer:nth-of-type(2) {
	top: 48%;
	left: 48%;
}

.donations .donations-map .map-pointer:nth-of-type(3) {
	top: 23%;
	left: 68%;
}

.donations .donations-map .map-pointer .info {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	border-radius: 10px 10px 10px 0px;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	max-width: 170px;
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	left: 18px;
	top: -97px;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.donations .donations-map .map-pointer .info.left {
	left: -160px;
	border-radius: 10px 10px 0 10px;
}

.donations .donations-map .map-pointer .info.left::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: auto;
	right: 0;
}

.donations .donations-map .map-pointer .info::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	position: absolute;
	bottom: -9px;
	left: 0;
}

.donations .donations-map .map-pointer .info span {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 24px;
	color: #616369;
	text-transform: capitalize;
}

.donations .img-hotspot .img-hotspot-wrap {
	position: relative;
	max-width: 470px;
	margin: 0 auto;
}

@media screen and (max-width:991.98px) {
	.donations .img-hotspot .img-hotspot-wrap {
		margin: 0 auto 40px;
	}
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-bg img {
	max-width: 100%;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .pointer-icon {
	background-color: #ed6d00;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background: #444546;
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	max-width: 170px;
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info::before {
	content: "";
	bottom: -9px;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	position: absolute;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.left::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	left: auto;
	right: 20px;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.right::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	left: 20px;
}

.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 24px;
	color: #616369;
	text-transform: capitalize;
}

.donations .donations-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.donations .donations-action {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.donations .donations-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.donations .donations-action .btn {
	margin-right: 30px;
	height: 50px;
}

.donations .donations-action .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:767.98px) {
	.donations .donations-action .btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.donations .donations-action .btn:first-child {
	width: 180px;
}

.donations .donations-action .btn:first-child i {
	width: 50px;
	font-size: 15px;
	border-radius: 0 4px 4px 0;
}

.donations .donations-action .btn:last-child {
	width: 180px;
	border-radius: 4px;
}

@media screen and (min-width:992px) {
	.donations .donations-img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 40%;
		height: 770px;
		-webkit-transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		transform: translateY(-80px);
	}
}

@media screen and (max-width:991.98px) {
	.donations .donations-img {
		margin-bottom: 50px;
	}
}

.donations .donations-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.donations .accordion {
	margin-bottom: 60px;
}

.donations.donations-1 .donations-action {
	margin-bottom: 100px;
}

.donations.donations-2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 130px;
	overflow: visible;
	z-index: 5;
}

.donations.donations-2 h3 {
	font-size: 13px;
}

@media screen and (max-width:991.98px) {
	.donations.donations-2 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.donations.donations-3 {
	padding-top: 234px;
}

@media screen and (max-width:991.98px) {
	.donations.donations-3 {
		padding-top: 70px;
	}
}

.donations.donations-3 .donations-action {
	margin-bottom: 100px;
}

.donations.donations-4 {
	padding-top: 121px;
}

@media screen and (max-width:991.98px) {
	.donations.donations-4 {
		padding-top: 70px;
	}
}

.donations.donations-4 .donations-action {
	margin-bottom: 100px;
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes .processes-holder {
	border: 2px solid #e6e8eb;
	margin-bottom: 53px;
}

.processes .process-panel {
	padding: 40px 45px 34px;
	border-right: 2px solid #e6e8eb;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.processes .process-panel {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.processes .process-panel {
		padding-left: 25px;
		padding-right: 25px;
		border-right: 0;
		border-bottom: 2px solid #e6e8eb;
	}
}

.processes .process-panel.last {
	border-right: 0;
}

@media screen and (max-width:767.98px) {
	.processes .process-panel.last {
		border-bottom: 0;
	}
}

.processes .process-panel.last-md {
	border-right: 0;
}

.processes .process-panel:hover {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.processes .process-panel:hover::before {
	width: calc(100% - 90px);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.processes .process-panel:hover::before {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.processes .process-panel:hover::before {
		width: calc(100% - 50px);
	}
}

.processes .process-panel:hover .process-body .process-icon i {
	color: #286dd2;
}

.processes .process-panel:hover .process-body .process-content a {
	color: #286dd2;
}

.processes .process-panel::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 6px;
	width: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #286dd2;
}

.processes .process-panel .process-number {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	font-style: italic;
	color: #e6e8eb;
	position: absolute;
	right: 40px;
	top: 30px;
}

@media screen and (max-width:991.98px) {
	.processes .process-panel .process-body {
		text-align: center;
	}
}

.processes .process-panel .process-body .process-icon {
	margin-bottom: 32px;
}

.processes .process-panel .process-body .process-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 43px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #ed6d00;
}

@media screen and (max-width:991.98px) {
	.processes .process-panel .process-body .process-icon i {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.processes .process-panel .process-body .process-content h5 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	color: #032259;
	line-height: 28px;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.processes .process-panel .process-body .process-content p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #616369;
	margin-bottom: 27px;
}

.processes .process-panel .process-body .process-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: #444546;
}

@media screen and (max-width:991.98px) {
	.processes .process-panel .process-body .process-content a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.processes .process-panel .process-body .process-content a i {
	font-size: 10px;
	margin-right: 10px;
	color: #286dd2;
}

/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact .advantages-list-holder {
	margin-bottom: 32px;
}

.contact .contact-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px;
}

@media screen and (max-width:991.98px) {
	.contact .contact-actions {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.contact .contact-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}
}

.contact .contact-actions .btn {
	margin-right: 30px;
	height: 60px;
}

.contact .contact-actions .btn:last-child {
	margin-right: 0;
}

@media screen and (max-width:767.98px) {
	.contact .contact-actions .btn {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.contact .contact-actions .btn:first-child {
	width: 230px;
}

.contact .contact-actions .btn:first-child i {
	width: 60px;
}

.contact .contact-actions .btn:last-child {
	width: 142px;
}

.contact .contact-actions.contact-actions-2 {
	margin-bottom: 105px;
}

@media screen and (max-width:991.98px) {
	.contact .contact-actions.contact-actions-2 {
		margin-bottom: 50px;
	}
}

.contact .contact-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact .contact-quote img {
	margin-right: 15px;
}

.contact .contact-quote p {
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	color: #ffffff;
}

.contact .contact-quote p a {
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	padding-bottom: 6px;
}

.contact .contact-quote p a:hover::before {
	width: 80%;
}

.contact .contact-quote p a::before {
	content: "";
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color: #f9f9f9;
}

.contact .contact-quote.contact-quote-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width:767.98px) {
	.contact .contact-quote.contact-quote-2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 370px;
		margin: 0 auto;
	}
}

.contact .contact-quote.contact-quote-2 i {
	color: #ffffff;
	margin-right: 40px;
}

@media screen and (max-width:991.98px) {
	.contact .contact-quote.contact-quote-2 i {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.contact .contact-quote.contact-quote-2 i::before {
	font-size: 65px;
}

@media screen and (min-width:768px) {
	.contact .contact-quote.contact-quote-2 .quote-body {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.contact .contact-quote.contact-quote-2 .quote-body p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 22px;
	color: #ffffff;
}

.contact .contact-quote.contact-quote-2 .quote-body a {
	color: #ffffff;
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width:991.98px) {
	.contact .contact-quote.contact-quote-2 .quote-body a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.contact .contact-quote.contact-quote-2 .quote-body a:hover {
	padding-left: 10px;
}

.contact .contact-quote.contact-quote-2 .quote-body a i {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
}

@media screen and (max-width:991.98px) {
	.contact .contact-quote.contact-quote-2 .quote-body a i {
		margin-bottom: 0;
	}
}

.contact .contact-quote.contact-quote-2 .quote-body a i::before {
	color: #286dd2;
	font-size: 10px;
}

.contact .contact-quote.contact-quote-3 p {
	color: #616369;
}

.contact .contact-quote.contact-quote-3 p a {
	color: #444546;
}

.contact .contact-quote.contact-quote-3 p a::before {
	background-color: #286dd2;
}

.contact .contact-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.contact .contact-icons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.contact .contact-icons .icon {
	max-width: 130px;
	margin-right: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width:992px) {
	.contact .contact-icons .icon {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.contact .contact-icons .icon {
		margin-right: 20px;
	}
}

@media screen and (max-width:767.98px) {
	.contact .contact-icons .icon {
		margin-right: 0;
		margin: 0 15px 25px;
	}
}

.contact .contact-icons .icon:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.contact .contact-icons .icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 25px;
	font-size: 60px;
	color: #ffffff;
}

.contact .contact-icons .icon h4 {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 0;
}

.contact .contact-icons .icon a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
}

.contact.contact-1 {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.contact.contact-1 {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}

.contact.contact-1 .contact-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95%;
	height: 100%;
	z-index: 1;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.contact.contact-1 .contact-overlay {
		width: 98%;
	}
}

@media screen and (max-width:767.98px) {
	.contact.contact-1 .contact-overlay {
		width: 98%;
	}
}

@media screen and (max-width:991.98px) {
	.contact.contact-1 .contact-card {
		margin-bottom: 70px;
	}
}

.contact.contact-2 {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.contact.contact-2 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.contact.contact-2 .contact-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95%;
	height: 100%;
	z-index: 1;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.contact.contact-2 .contact-overlay {
		width: 98%;
	}
}

@media screen and (max-width:767.98px) {
	.contact.contact-2 .contact-overlay {
		width: 98%;
	}
}

.contact.contact-4 {
	padding-top: 0px;
	padding-bottom: 30px;
	overflow: visible;
	z-index: 2;
	position: relative;
}

.contact.contact-4 .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.contact.contact-4 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.contact.contact-4 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.contact-panel {
	padding: 50px 55px;
}

@media screen and (max-width:767.98px) {
	.contact-panel {
		padding: 40px 25px;
	}
}

.contact-panel.contact-panel-2 {
	padding: 0px;
	background-color: #ffffff;
	z-index: 5;
}

.contact-panel.contact-panel-2 .contact-card {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width:991.98px) {
	.contact-panel.contact-panel-2 .contact-card {
		margin-bottom: 30px;
		text-align: center;
	}
}

.contact-panel.contact-panel-2 .contact-card .form-control {
	margin-bottom: 30px;
}

.contact-panel.contact-panel-2 .contact-card textarea.form-control {
	padding-top: 25px;
	height: 110px;
	margin-bottom: 40px;
}

.contact-panel.contact-panel-2 .contact-card .card-desc {
	margin-bottom: 32px;
}

.contact-panel.contact-panel-2 .contact-card .btn {
	margin-top: 0;
	height: 70px;
	width: 237px;
}

.contact-panel.contact-panel-2 .contact-card .contact-result {
	margin-top: 0;
}

.contact-panel.contact-panel-3 {
	padding: 0;
	position: relative;
	z-index: 4;
}

.contact-panel.contact-panel-3 .contact-card {
	z-index: 4;
}

@media screen and (max-width:767.98px) {
	.contact-panel.contact-panel-3 .contact-card {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.contact-card {
	background-color: #ffffff;
	padding: 47px 50px 40px;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	position: relative;
}

@media screen and (max-width:767.98px) {
	.contact-card {
		padding: 37px 25px 30px;
	}
}

.contact-card .contact-body .card-heading {
	color: #161616;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media screen and (max-width:991.98px) {
	.contact-card .contact-body .card-heading {
		text-align: center;
	}
}

.contact-card .contact-body .card-desc {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #616369;
	margin-bottom: 28px;
}

@media screen and (max-width:991.98px) {
	.contact-card .contact-body .card-desc {
		text-align: center;
	}
}

.contact-card .contact-body form {
	margin-bottom: 0;
}

.contact-card .contact-body .btn {
	margin-top: 15px;
	height: 70px;
	text-align: left;
}

.contact-card .contact-body .btn i {
	width: 70px;
}

.contact-card .contact-body .contact-result {
	margin-top: 10px;
	text-align: center;
}

.img-card {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	padding: 38px 50px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width:992px) {
	.img-card {
		text-align: left;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.img-card {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:991.98px) {
	.img-card {
		max-width: 370px;
		margin: 0 auto;
	}
}

@media screen and (max-width:767.98px) {
	.img-card {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.img-card .card-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	position: relative;
	z-index: 4;
}

@media screen and (max-width:991.98px) {
	.img-card .card-content .content-top {
		margin-bottom: 30px;
	}
}

.img-card .card-content .content-top h3 {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 30px;
	line-height: 45px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 0;
}

.img-card .card-content .content-bottom p {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 32px;
}

.img-card .card-content .content-bottom .btn {
	width: 142px;
	height: 61px;
	-webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
}

.img-card-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.map {
	position: relative;
	height: 465px;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
	filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.map .divider {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.map .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.map .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
	padding-top: 0px;
	padding-bottom: 0;
	overflow: visible;
}

@media screen and (max-width:991.98px) {
	.clients {
		padding-top: 0;
	}
}

.clients.bg-grey {
	color: #f9f9f9;
}

.clients .client {
	/* padding-top: 30px; */
	padding-bottom: 60px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.clients .client:hover {
	opacity: 1;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.clients .client {
		width: 130px;
	}
}

.clients .client a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.clients .client img {
	max-width: 100%;
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clients.clients-1 {
	padding-top: 30px;
}

@media screen and (max-width:991.98px) {
	.clients.clients-1 {
		padding-top: 0px;
	}
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial {
	padding-top: 130px;
	padding-bottom: 0;
	overflow: visible;
}

@media screen and (max-width:767.98px) {
	.testimonial {
		padding-top: 70px;
	}
}

.testimonial .testimonials-wrapper {
	position: relative;
}

.testimonial .testimonials-wrapper .floating-icon {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50%;
}

.testimonial .testimonials-wrapper .floating-icon img {
	max-width: 100%;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.testimonial .testimonials-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.testimonial .testimonials-holder .testimonials-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 35px;
	padding-top: 13px;
	width: 65px;
}

@media screen and (max-width:767.98px) {
	.testimonial .testimonials-holder .testimonials-icon {
		padding-top: 4px;
		width: 20px;
		margin-right: 20px;
	}
}

.testimonial .testimonials-holder .testimonials-icon img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial .testimonials-holder .testimonials-body {
	width: calc(100% - 102px);
}

@media screen and (max-width:767.98px) {
	.testimonial .testimonials-holder .testimonials-body {
		width: calc(100% - 42px);
	}
}

.testimonial .testimonial-thumb {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	margin-right: 11px;
}

.testimonial .testimonial-thumb:last-child {
	margin-right: 0;
}

.testimonial .testimonial-thumb .thumb-img {
	padding: 5px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(40, 40, 40, 0.004);
	box-shadow: 0px 0px 0px 2px rgba(40, 40, 40, 0.004);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid transparent;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 5px;
	border-color: #f9f9f9;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.testimonial .testimonial-thumb .thumb-img img {
	border-radius: 50%;
	max-width: 100%;
}

.testimonial .testimonial-thumb .thumb-body {
	text-transform: capitalize;
}

.testimonial .testimonial-thumb .thumb-body h3 {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 3px;
	color: #f9f9f9;
	text-transform: capitalize;
}

.testimonial .testimonial-thumb .thumb-body h4 {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	color: #f9f9f9;
	margin-bottom: 0;
	text-transform: capitalize;
}

.testimonial .testimonial-panel .testimonial-body p {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	font-size: 37px;
	font-weight: 700;
	line-height: 50px;
	/*  margin-bottom: 46px; */
}

@media screen and (max-width:767.98px) {
	.testimonial .testimonial-panel .testimonial-body p {
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (min-width:768px) {
	.testimonial .testimonial-panel .testimonial-body .testimonial-action-wrapper {
		padding-left: 140px;
	}
}

.testimonial .section-head {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #f4f4f4;
	text-transform: capitalize;
	margin-bottom: 25px;
}

@media screen and (max-width:991.98px) {
	.testimonial .section-head {
		text-align: center;
		margin-bottom: 25px;
	}
}

.testimonial .section-content {
	position: relative;
	z-index: 5;
}

.testimonial.testimonial-1 {
	padding: 90px 0;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-1 {
		padding-top: 150px;
		padding-bottom: 10px;
	}
}

.testimonial.testimonial-1 .custom-navs {
	position: relative;
	z-index: 10;
}

@media screen and (min-width:768px) {
	.testimonial.testimonial-1 .custom-navs {
		-webkit-transform: translateY(-55px);
		-ms-transform: translateY(-55px);
		transform: translateY(-55px);
		margin-bottom: -43px;
		padding-left: 100px;
	}
}

@media screen and (max-width:767.98px) {
	.testimonial.testimonial-1 .custom-navs {
		text-align: center;
		margin-top: 40px;
	}
}

.testimonial.testimonial-1 .custom-navs .owl-nav {
	position: relative;
	top: auto;
	right: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-1 .custom-navs .owl-nav {
		margin-bottom: 0;
	}
}

.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-next:hover::before {
	color: #ffffff;
}

.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-next::before {
	color: rgba(255, 255, 255, 0.5);
}

.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev {
	margin-right: 40px;
}

.testimonial.testimonial-2 {
	padding-top: 228px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-2 {
		padding-top: 180px;
		padding-bottom: 90px;
	}
}

.testimonial.testimonial-2 .custom-navs {
	position: relative;
	z-index: 10;
}

@media screen and (min-width:768px) {
	.testimonial.testimonial-2 .custom-navs {
		-webkit-transform: translateY(-55px);
		-ms-transform: translateY(-55px);
		transform: translateY(-55px);
		margin-bottom: -43px;
		padding-left: 100px;
	}
}

@media screen and (max-width:767.98px) {
	.testimonial.testimonial-2 .custom-navs {
		text-align: center;
		margin-top: 40px;
	}
}

.testimonial.testimonial-2 .custom-navs .owl-nav {
	position: relative;
	top: auto;
	right: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-next:hover::before {
	color: #ffffff;
}

.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-next::before {
	color: rgba(255, 255, 255, 0.5);
}

.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev {
	margin-right: 40px;
}

.testimonial.testimonial-2 .divider {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.testimonial.testimonial-2 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.testimonial.testimonial-2 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.testimonial.testimonial-3 {
	padding-top: 228px;
	padding-bottom: 110px;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-3 {
		padding-top: 150px;
		padding-bottom: 90px;
	}
}

.testimonial.testimonial-3 .custom-navs {
	position: relative;
	z-index: 10;
}

@media screen and (min-width:768px) {
	.testimonial.testimonial-3 .custom-navs {
		-webkit-transform: translateY(-55px);
		-ms-transform: translateY(-55px);
		transform: translateY(-55px);
		margin-bottom: -43px;
		padding-left: 100px;
	}
}

@media screen and (max-width:767.98px) {
	.testimonial.testimonial-3 .custom-navs {
		text-align: center;
		margin-top: 40px;
	}
}

.testimonial.testimonial-3 .custom-navs .owl-nav {
	position: relative;
	top: auto;
	right: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-3 .custom-navs .owl-nav {
		margin-bottom: 0;
	}
}

.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-next:hover::before {
	color: #ffffff;
}

.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-next::before {
	color: rgba(255, 255, 255, 0.5);
}

.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev {
	margin-right: 40px;
}

.testimonial.testimonial-3 .divider {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.testimonial.testimonial-3 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.testimonial.testimonial-3 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.testimonial.testimonial-4 {
	overflow: visible;
	position: relative;
	z-index: 15;
	padding-top: 210px;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-4 {
		padding-top: 150px;
		padding-bottom: 70px;
	}
}

.testimonial.testimonial-4 .divider {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.testimonial.testimonial-4 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.testimonial.testimonial-4 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap {
	position: relative;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder {
	position: relative;
	z-index: 4;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .floating-icon {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 30%;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .floating-icon img {
	max-width: 100%;
	-webkit-transform: translate(60px, -30px);
	-ms-transform: translate(60px, -30px);
	transform: translate(60px, -30px);
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
	padding-left: 100px;
	padding-bottom: 110px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
		padding-left: 40px;
	}
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
		padding-left: 0;
		padding-bottom: 70px;
	}
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder {
	display: block;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body {
	width: 100%;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-body p {
	margin-bottom: 33px;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-body p {
		text-align: center;
	}
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-action-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
}

@media screen and (min-width:992px) {
	.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: calc(100% + 130px);
	}
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image .container {
	height: 100%;
}

.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial.testimonial-4 .custom-navs {
	position: relative;
	z-index: 10;
}

@media screen and (min-width:768px) {
	.testimonial.testimonial-4 .custom-navs {
		-webkit-transform: translateY(-49px);
		-ms-transform: translateY(-49px);
		transform: translateY(-49px);
		margin-bottom: -43px;
		padding-left: 0px;
	}
}

@media screen and (max-width:767.98px) {
	.testimonial.testimonial-4 .custom-navs {
		text-align: center;
		margin-top: 40px;
	}
}

.testimonial.testimonial-4 .custom-navs .owl-nav {
	position: relative;
	top: auto;
	right: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media screen and (max-width:991.98px) {
	.testimonial.testimonial-4 .custom-navs .owl-nav {
		margin-bottom: 0;
	}
}

.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-next:hover::before {
	color: #ffffff;
}

.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-next::before {
	color: rgba(255, 255, 255, 0.5);
}

.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev {
	margin-right: 40px;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
	position: relative;
	border-radius: 4px;
}

@media screen and (min-width: 992px) {
	.video {
		height: 528px;
	}
}

@media screen and (max-width: 991.98px) {
	.video {
		height: 400px;
	}
}

.video .player {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 600;
}

.video .player a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #286dd2;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	cursor: pointer;
}

.video .player a::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: pulse 1s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
	animation: pulse 1s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
}

.video .player a i {
	z-index: 5;
	color: #286dd2;
	font-size: 15px;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.video.video-1 {
	height: 880px;
	overflow: visible;
	border-radius: 32px 0 0 0;
	margin-top: -98px;
	-webkit-transform: translateY(110px);
	-ms-transform: translateY(110px);
	transform: translateY(110px);
}

@media screen and (max-width:991.98px) {
	.video.video-1 {
		height: 500px;
	}
}

.video.video-2 {
	position: relative;
	border-radius: 8px 8px 0 8px;
	margin-bottom: 43px;
}

.video.video-2 .btn-video {
	position: absolute;
	bottom: 37px;
	left: 40px;
	background-color: transparent;
	height: auto;
	padding: 0;
}

.video.video-3 {
	margin-bottom: 65px;
}

.video.video-4 {
	height: 880px;
	border-radius: 0px 32px 0px 0;
}

@media screen and (max-width:991.98px) {
	.video.video-4 {
		height: 500px;
		max-width: 90%;
		margin: 0 auto 50px;
	}
}

.video.video-4 .btn-video {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 70px;
	right: 70px;
}

@media screen and (max-width:767.98px) {
	.video.video-4 .btn-video {
		width: 70px;
		height: 70px;
	}
}

.mfp-bg {
	z-index: 1543;
}

.mfp-wrap {
	z-index: 1642;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

/* Custom, iPhone Retina */
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
	overflow: visible;
	padding-top: 147px;
	padding-bottom: 0;
}

.cta .icon-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 47px;
}

@media screen and (max-width:991.98px) {
	.cta .icon-set {
		margin-bottom: 30px;
	}
}

.cta .icon-set .icon-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width:992px) {
	.cta .icon-set .icon-panel {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 50px;
	}
}

.cta .icon-set .icon-panel .icon {
	margin-bottom: 20px;
}

.cta .icon-set .icon-panel .icon::before {
	color: #ffffff;
	font-size: 70px;
	margin-left: 0;
}

.cta .icon-set .icon-panel span {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
}

@media screen and (min-width:992px) {
	.cta .icon-set .icon-panel span {
		text-align: left;
	}
}

.cta .icon-set.icon-set2 {
	margin-top: 44px;
	margin-bottom: 37px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width:991.98px) {
	.cta .icon-set.icon-set2 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px;
	}
}

.cta .icon-set.icon-set2 .icon-panel {
	max-width: 130px;
	margin-right: 80px;
}

@media screen and (max-width:991.98px) {
	.cta .icon-set.icon-set2 .icon-panel {
		margin-right: 0;
	}
}

@media screen and (min-width:992px) {
	.cta .icon-set.icon-set2 .icon-panel {
		margin-left: 0px;
	}
}

.cta .prief-set.prief-set-2 {
	margin-bottom: 77px;
}

.cta .prief-set.prief-set-2 p {
	margin-bottom: 24px;
	color: #e6e8eb;
}

.cta .prief-set.prief-set-2 .advantages-list-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:991.98px) {
	.cta .prief-set.prief-set-2 .advantages-list-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list {
	margin-bottom: 0;
	text-align: left;
}

@media screen and (min-width:992px) {
	.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list {
		margin-right: 40px;
	}
}

.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list li {
	color: #f9f9f9;
}

.cta .phone-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #286dd2;
	padding: 35px 40px 31px;
	border-radius: 0 32px 0 0;
}

@media screen and (max-width:991.98px) {
	.cta .phone-card {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767.98px) {
	.cta .phone-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

.cta .phone-card .card-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

@media screen and (max-width:767.98px) {
	.cta .phone-card .card-icon {
		margin-right: 0;
	}
}

.cta .phone-card .card-icon i::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	font-size: 50px;
	margin-left: 0;
	color: #ffffff;
}

.cta .phone-card .card-content h5 {
	font-weight: 500;
	font-size: 19px;
	line-height: 28px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 16px;
}

.cta .phone-card .card-content p {
	font-size: 14px;
	color: #f9f9f9;
	line-height: 24px;
	margin-bottom: 15px;
}

.cta .phone-card .card-content a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #ffffff;
}

@media screen and (max-width:991.98px) {
	.cta .phone-card .card-content a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cta .phone-card .card-content a span {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 24px;
}

.cta .phone-card .card-content a i {
	margin-bottom: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 19px;
	margin-right: 15px;
}

.cta .contact-panel {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
	box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
	-webkit-transform: translateY(340px);
	-ms-transform: translateY(340px);
	transform: translateY(340px);
	margin-top: -340px;
	padding-top: 90px;
}

.cta .panel {
	position: relative;
}

.cta .panel .panel-img {
	position: relative;
}

.cta .panel .panel-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0%, rgba(27, 26, 26, 0)), color-stop(105%, #1b1a1a));
	background: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 105%);
	background: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 105%);
}

.cta .panel .panel-img img {
	height: 460px;
	max-width: 100%;
	border-radius: 4px;
}

.cta .panel .panel-action {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #286dd2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 35px 40px;
	border-radius: 0 4px 0 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 230px;
	cursor: pointer;
}

.cta .panel .panel-action:hover {
	background-color: #444546;
}

.cta .panel .panel-action:hover a i {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.cta .panel .panel-action .panel-icon {
	margin-bottom: 10px;
}

.cta .panel .panel-action .panel-icon i::before {
	color: #ffffff;
	font-size: 50px;
	margin-left: 0;
}

.cta .panel .panel-action .panel-heading {
	margin-bottom: 13px;
}

.cta .panel .panel-action .panel-heading h6 {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #ffffff;
}

.cta .panel .panel-action a i {
	display: inline-block;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.cta .panel .panel-action.inverted {
	background-color: #444546;
}

.cta .panel .panel-action.inverted:hover {
	background-color: #286dd2;
}

.cta.cta-1 {
	padding-top: 0px;
	padding-bottom: 50px;
}

.cta.cta-2 {
	padding-top: 0px;
	padding-bottom: 110px;
	position: relative;
	z-index: 5;
	overflow: visible;
}

@media screen and (max-width:991.98px) {
	.cta.cta-2 {
		padding-bottom: 70px;
	}
}

.cta.cta-2 .divider {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.cta.cta-2 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.cta.cta-2 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.cta.cta-3 {
	padding-top: 129px;
	padding-bottom: 50px;
}

@media screen and (max-width:991.98px) {
	.cta.cta-3 {
		padding-top: 70px;
	}
}

.certificate {
	margin-bottom: 40px;
}

/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
	font-size: 280px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0;
}

.page-404 p {
	color: #a5a5a5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.page-404 h3 {
		font-size: 150px;
	}

	.page-404 .btn {
		width: 125px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.page-404 h3 {
		font-size: 180px;
	}
}

/*--------------------------------
    #Services
---------------------------------*/
.services {
	padding: 60px 0 0px 0;
	margin-bottom: 0;
}

.carousel.swiper-container.carouselswiper.swiper-container-horizontal.owl-loaded.owl-drag {
	overflow: initial;
}

@media screen and (max-width:991.98px) {
	.services {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.services .service-panel {
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 33px;
}

@media screen and (max-width:991.98px) {
	.services .service-panel {
		max-width: 370px;
		margin: 0 auto 30px;
	}
}

.services .service-panel:hover {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}



.carouselswiper .swiper-slide.on .service-panel .service-img {
	opacity: 1;
	visibility: visible;
}

.carouselswiper .swiper-slide.on .service-panel .service-shape {
	opacity: 0;
	visibility: hidden;
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-icon i {
	color: #ffffff;
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-title h3 a {
	color: #ffffff;
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-desc p {
	color: #f4f4f4;
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-list li span {
	color: #ffffff;
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-more .btn-square-arrow {
	/* background-color: #fefefe;
	color: #444546; */
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-more .btn-square-arrow i {
	/* color: #444546;
	background-color: #e6e8eb; */
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-more .btn-square-arrow:hover {
	background-color: #ed6d00;
	color: #fff;
}

.carouselswiper .swiper-slide.on .service-panel .service-content .service-more .btn-square-arrow:hover i {
	background-color: #ed6d00;
	color: #fff;
}

.services .service-panel:hover .service-img {
	opacity: 1;
	visibility: visible;
}

.services .service-panel:hover .service-shape {
	opacity: 0;
	visibility: hidden;
}

.services .service-panel:hover .service-content .service-icon i {
	color: #ffffff;
}

.services .service-panel:hover .service-content .service-title h3 a {
	color: #ffffff;
}

.services .service-panel:hover .service-content .service-desc p {
	color: #f4f4f4;
}

.services .service-panel:hover .service-content .service-list li span {
	color: #ffffff;
}

.services .service-panel:hover .service-content .service-more .btn-square-arrow {
	/* background-color: #fefefe;
	color: #444546; */
}

.services .service-panel:hover .service-content .service-more .btn-square-arrow i {
	/* 	color: #444546;
	background-color: #e6e8eb; */
}

.services .service-panel .service-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
}

.services .service-panel .service-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 109, 210, 0.45);
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0857de), to(#0857de));
	background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #0857de 97.66%, #0857de 100%);
	background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #0857de 97.66%, #0857de 100%);
	z-index: 2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-content {
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 50px 50px 50px 50px;
	overflow: hidden;
}

@media screen and (max-width:767.98px) {
	.services .service-panel .service-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.services .service-panel .service-content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (min-width:992px) {
	.services .service-panel .service-content {
		text-align: left;
	}
}

.services .service-panel .service-content .service-icon {
	position: relative;
	margin-bottom: 32px;
}

.services .service-panel .service-content .service-icon:hover i {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.services .service-panel .service-content .service-icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #161616;
	font-size: 70px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-title {
	margin-bottom: 20px;
}

.services .service-panel .service-content .service-title h3 {
	font-family: "Microsoft YaHei";
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.services .service-panel .service-content .service-title h3 a {
	color: #286dd2;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-desc {
	margin-bottom: 5px;
}

.services .service-panel .service-content .service-desc p {
	font-family: "Microsoft YaHei";
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	height: 70px;
}

.services .service-panel .service-content .service-list {
	margin-bottom: 25px;
}

.services .service-panel .service-content .service-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services .swiper-slide.on .service-panel .service-content .service-list li i {
	color: #fff;
}

.services .service-panel .service-content .service-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services .service-panel .service-content .service-list li:last-child span {
	border-bottom: 0;
}

.services .service-panel .service-content .service-list li i {
	font-size: 10px;
	color: #286dd2;
	margin-bottom: 1px;
	margin-right: 15px;
}

.services .service-panel .service-content .service-list li span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 13px;
	padding-bottom: 13px;
	text-transform: capitalize;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #e6e8eb;
	text-align: left;
}

.services .service-panel .service-content .service-more {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-content .service-more .btn {
	border-radius: 4px;
	width: 140px;
	height: 30px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 14px;
	box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
}

.services .service-panel .service-content .service-more .btn i {
	border-radius: 4px 0 0 4px;
	font-size: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 133px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel .service-shape::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px);
	background-image: url(../images/curl-shape.png);
	background-size: cover;
}

.services .service-panel .service-shape img {
	width: 100%;
}

.services .service-panel.service-panel-2:hover .service-img {
	opacity: 0;
	visibility: hidden;
}

.services .service-panel.service-panel-2:hover .service-content::before {
	background-color: #ed6d00;
}

.services .service-panel.service-panel-2:hover .service-content .service-body .service-icon {
	background-color: #ed6d00;
}

.services .service-panel.service-panel-2:hover .service-content .service-title h3 a {
	color: #444546;
}

.services .service-panel.service-panel-2:hover .service-content .service-desc p {
	color: #616369;
}

.services .service-panel.service-panel-2:hover .service-content .service-list li span {
	color: #68738e;
}

.services .service-panel.service-panel-2:hover .service-content .service-more .btn-square-arrow {
	color: #fefefe;
	background-color: #ed6d00;
}

.services .service-panel.service-panel-2:hover .service-content .service-more .btn-square-arrow i {
	background-color: #0646b2;
	color: #e6e8eb;
}

.services .service-panel.service-panel-2 .service-content {
	padding-top: 0px;
	position: relative;
}

.services .service-panel.service-panel-2 .service-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	height: 6px;
	background-color: #161616;
	z-index: 5;
	width: calc(100% - 40px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.services .service-panel.service-panel-2 .service-content::before {
		left: 25px;
		width: calc(100% - 25px);
	}
}

@media screen and (max-width:767.98px) {
	.services .service-panel.service-panel-2 .service-content::before {
		left: 25px;
		width: calc(100% - 25px);
	}
}

.services .service-panel.service-panel-2 .service-content .service-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 32px;
}

.services .service-panel.service-panel-2 .service-content .service-body .service-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 104px;
	height: 104px;
	background: #161616;
	margin-right: 30px;
	margin-bottom: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.services .service-panel.service-panel-2 .service-content .service-body .service-icon i {
	font-size: 60px;
	color: #ffffff;
}

.services .service-panel.service-panel-2 .service-content .service-body .service-title {
	margin-bottom: 0px;
}

.services .service-panel.service-panel-2 .service-content .service-body .service-title h3 {
	margin-bottom: 0px;
}

.services .service-panel.service-panel-2 .service-content .service-desc {
	margin-bottom: 18px;
}

.services .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.services .owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
}

.services .owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}

.services.services-1 {
	/* padding-bottom: 85px; */
}

@media screen and (max-width:991.98px) {
	.services.services-1 {
		padding-bottom: 70px;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-img {
		opacity: 1;
		visibility: visible;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-shape {
		opacity: 0;
		visibility: hidden;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-icon i {
		color: #ffffff;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-title h3 a {
		color: #ffffff;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-desc p {
		color: #f4f4f4;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-list li span {
		color: #ffffff;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-more .btn-square-arrow {
		/* background-color: #fefefe;
	color: #444546; */
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-more .btn-square-arrow i {
		/* color: #444546;
	background-color: #e6e8eb; */
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-more .btn-square-arrow:hover {
		background-color: #ed6d00;
		color: #fff;
	}

	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-more .btn-square-arrow:hover i {
		background-color: #ed6d00;
		color: #fff;
	}

	.main-content .section7 .block .item.swiper-slide-active .info .bgc {
		opacity: 1;
	}

	.main-content .section7 .block .item.swiper-slide-active .info .t .icon img {
		filter: brightness(0)invert(1);
	}

	.main-content .section7 .block .item.swiper-slide-active .info .t .icon svg:last-of-type {
		display: block;
	}

	.main-content .section7 .block .item.swiper-slide-active .info .t .icon svg:first-of-type {
		display: none;
	}

	.main-content .section7 .block .item.swiper-slide-active {
		width: 60%;
	}

	.main-content .section7 .block .item.swiper-slide-active .img {
		width: calc(100% / 3 * 2);
		height: 100%;
	}

	.main-content .section7 .block .item.swiper-slide-active .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main-content .section7 .block .item.swiper-slide-active .info .t h2 {
		color: #fff;
	}

	.main-content .section7 .block .item.swiper-slide-active .info .b li {
		color: #fff;
	}

	.main-content .section7 .block .item.swiper-slide-active .info .bgc {
		opacity: 1;
	}

}

.services.services-1 .carousel-dots {
	position: relative;
}

@media screen and (min-width:992px) {
	.services.services-1 .carousel-dots .owl-dots {
		position: absolute;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		bottom: -52px;
	}
}

@media screen and (max-width:991.98px) {
	.services.services-1 .carousel-dots .owl-dots {
		margin-bottom: 25px;
	}
}

.services.services-2 {
	position: relative;
	overflow: visible;
	padding-bottom: 20px;
	z-index: 7;
}

@media screen and (max-width:991.98px) {
	.services.services-2 {
		padding-bottom: 70px;
	}
}

@media screen and (min-width:992px) {
	.services.services-2 .note {
		text-align: left;
	}
}

.services.services-2 .carousel-dots {
	position: relative;
}

@media screen and (min-width:992px) {
	.services.services-2 .carousel-dots .owl-dots {
		position: absolute;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		bottom: -15px;
	}
}

@media screen and (max-width:991.98px) {
	.services.services-2 .carousel-dots .owl-dots {
		margin-bottom: 25px;
	}
}

.services.services-2 .divider {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
}

.services.services-2 .divider::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
}

.services.services-2 .divider .bg {
	background-color: #ffffff;
	height: 80px;
}

.services.services-3 {
	padding-top: 0;
	padding-bottom: 100px;
}

@media screen and (max-width:991.98px) {
	.services.services-3 {
		padding-bottom: 40px;
	}
}

.services.services-3 .service-panel {
	margin-bottom: 30px;
}

.single-service {
	padding-top: 0px;
	padding-bottom: 102px;
}

@media screen and (max-width:991.98px) {
	.single-service {
		padding-top: 70px;
		padding-bottom: 30px;
		text-align: center;
	}
}

@media screen and (min-width:992px) {
	.single-service {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
		margin-bottom: -8px;
	}
}

@media screen and (min-width:992px) {
	.single-service .sidebar-service {
		margin-top: 8px;
		margin-left: 0;
		margin-right: auto;
	}
}

.single-service .entry-introduction {
	margin-bottom: 62px;
}

.single-service .entry-introduction .service-heading {
	font-family: "Microsoft YaHei";
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: #161616;
	margin-bottom: 22px;
}

.single-service .entry-introduction .service-desc {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #616369;
	margin-bottom: 25px;
}

.single-service .entry-introduction .service-desc:last-child {
	margin-bottom: 0px;
}

.single-service .entry-introduction .entry-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 527px;
	margin-top: 31px;
	margin-bottom: 33px;
}

.single-service .entry-introduction .entry-video .btn--video {
	background-color: #ffffff;
	position: relative;
}

.single-service .entry-introduction .entry-video .btn--video::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-animation: pulse 1s ease-out 0s infinite;
	animation: pulse 1s ease-out 0s infinite;
	z-index: -1;
}

.single-service .entry-introduction .entry-video .btn--video i {
	color: #444546;
}

.single-service .pricing-panel {
	margin-bottom: 67px;
}

@media screen and (max-width:991.98px) {
	.single-service .entry-infos {
		text-align: center;
	}
}

.single-service .entry-infos .entry-heading {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 30px;
	color: #161616;
	text-transform: capitalize;
}

.single-service .entry-infos .entry-desc {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #616369;
	margin-bottom: 32px;
}

.single-service .core-values {
	margin-bottom: 27px;
}

.single-service .core-values .entry-value {
	padding: 46px 40px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
	margin-bottom: 40px;
	position: relative;
}

@media screen and (max-width:767.98px) {
	.single-service .core-values .entry-value {
		max-width: 330px;
		margin: 0 auto 40px;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.single-service .core-values .entry-value {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width:767.98px) {
	.single-service .core-values .entry-value {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 28px 25px 26px;
		text-align: center;
	}
}

.single-service .core-values .entry-value::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 6px;
	width: 0;
	background-color: #0855d7;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.single-service .core-values .entry-value:hover {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.single-service .core-values .entry-value:hover::before {
	width: calc(100% - 80px);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.single-service .core-values .entry-value:hover::before {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:767.98px) {
	.single-service .core-values .entry-value:hover::before {
		width: calc(100% - 50px);
	}
}

.single-service .core-values .entry-value i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 50px;
	color: #ed6d00;
	margin-right: 30px;
}

@media screen and (max-width:767.98px) {
	.single-service .core-values .entry-value i {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media screen and (min-width:768px) {
	.single-service .core-values .entry-value .entry-content {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
		margin-bottom: -8px;
	}
}

.single-service .core-values .entry-value .entry-content h5 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	color: #032259;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.single-service .core-values .entry-value .entry-content p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #616369;
}

.single-service .tips-info {
	margin-bottom: 64px;
}

.single-service .tips-info .prices-list {
	padding: 40px 40px 28px;
	background-color: #f4f4f4;
}

@media screen and (max-width:991.98px) {
	.single-service .tips-info .prices-list {
		max-width: 330px;
		margin: 0 auto;
	}
}

.single-service .tips-info .prices-list h6 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 28px;
	color: #223865;
	text-transform: capitalize;
}

.single-service .tips-info .prices-list ul {
	margin-bottom: 0;
}

.single-service .tips-info .prices-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	font-family: "Microsoft YaHei";
	color: #68738e;
	text-transform: capitalize;
	border-bottom: 1px solid #dcdee2;
	margin-bottom: 14px;
	padding-bottom: 12px;
}

@media screen and (min-width:768px) {
	.single-service .tips-info .prices-list ul li:last-child {
		margin-bottom: 0px;
		border-bottom: 0;
	}
}

.single-service .tips-info .prices-list ul li .price {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	background-color: #286dd2;
	width: 45px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-service .tips-info .infos h6 {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #032259;
	margin-bottom: 25px;
}

.single-service .tips-info .infos p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #616369;
	margin-bottom: 25px;
}

@media screen and (max-width:991.98px) {
	.single-service .doctors-prief {
		margin-bottom: 62px;
	}
}

/*------------------------------------*\
    #Departments
\*------------------------------------*/
.departments {
	padding-top: 0px;
	padding-bottom: 60px;
	overflow: visible;
	position: relative;
	z-index: 14;
}

.departments .heading-title {
	padding-top: 60px;
	padding-bottom: 40px;
	color: #286dd2;
	font-size: 40px;
	font-weight: 600;
}

@media screen and (max-width:991.98px) {
	.departments {
		padding-top: 40px;
	}
}

.departments .department-panel {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
	position: relative;
}

.departments .department-panel .department-content {
	height: 500px;
}

.widget-recent-posts .widget-content {
	height: 500px;
}

.widget-content {
	position: relative;
}

.departments .btn.btn-square-arrow.btn-square-arrow-left {
	position: absolute;
	bottom: 53px;
	left: 40px;
}

@media screen and (max-width:991.98px) {
	.departments .department-panel {
		max-width: 370px;
		margin: 0 auto 30px;
	}

	.departments .department-panel .department-content {
		height: auto;
	}

	.widget-recent-posts .widget-content {
		height: auto;
	}
}

.departments .department-panel::after {
	/*  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ed6d00;
  width: 0; */
}

.departments .department-panel:hover {
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.departments .department-panel:hover::after {
	width: calc(100% - 80px);
}

@media (min-width:992px) and (max-width:1199.98px) {
	.departments .department-panel:hover::after {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width:767.98px) {
	.departments .department-panel:hover::after {
		width: calc(100% - 40px);
	}
}

.departments .department-panel:hover .department-img img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.departments .department-panel:hover .department-img::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
}

.departments .department-panel:hover .department-content .department-title a {
	color: #ed6d00;
}

.departments .department-panel:hover .department-content .department-more .btn-square-arrow {
	background-color: #ed6d00;
}

.departments .department-panel:hover .department-content .department-more .btn-square-arrow i {
	background-color: #0646b2;
}

.departments .department-panel .department-img {
	position: relative;
	overflow: hidden;
}

.departments .department-panel .department-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.departments .department-panel .department-img img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	width: 100%;
	height: 247px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

.departments .department-panel .department-img::before {
	/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); */
}

.departments .department-panel .department-content {
	text-align: center;
	padding: 40px 40px 40px;
	max-width: 93%;
	margin: 0 auto;
}

@media screen and (min-width:992px) {
	.departments .department-panel .department-content {
		text-align: left;
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.departments .department-panel .department-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:767.98px) {
	.departments .department-panel .department-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.departments .department-panel .department-content .department-title {
	font-family: "Microsoft YaHei";
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.departments .department-panel .department-content .department-title a {
	color: #444546;
}

.departments .department-panel .department-content .department-desc {
	margin-bottom: 34px;
}

.departments .department-panel .department-content .department-desc p {
	font-family: "Microsoft YaHei";
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

@media screen and (max-width:991.98px) {
	.departments .department-panel .department-content .department-more {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.departments .department-panel .department-content .department-more .btn {
	-webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
	width: 164px;
	height: 51px;
}

.single-department {
	padding-top: 127px;
	padding-bottom: 110px;
	padding-top: 0px;
	padding-bottom: 102px;
}

@media screen and (max-width:991.98px) {
	.single-department {
		padding-top: 70px;
		padding-bottom: 30px;
		text-align: center;
	}
}

@media screen and (min-width:992px) {
	.single-department .sidebar-departments {
		margin-left: 0;
		margin-right: auto;
	}
}

@media screen and (max-width:991.98px) {
	.single-department .entry-infos {
		text-align: center;
	}
}

.single-department .entry-infos .entry-heading {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 30px;
	color: #161616;
	text-transform: capitalize;
}

.single-department .entry-infos .entry-desc {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #616369;
	margin-bottom: 32px;
}

.single-department .entry-introduction {
	margin-bottom: 58px;
}

.single-department .entry-introduction .entry-desc {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #616369;
	margin-bottom: 25px;
}

.single-department .entry-introduction .entry-desc:last-child {
	margin-bottom: 0px;
}

.single-department .entry-introduction .entry-image {
	height: 527px;
	margin-bottom: 33px;
}

.single-department .entry-introduction .entry-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-department .entry-prices {
	margin-bottom: 70px;
}

.single-department .entry-prices .prices-list {
	padding: 40px 40px 28px;
	background-color: #f4f4f4;
}

@media screen and (max-width:991.98px) {
	.single-department .entry-prices .prices-list {
		max-width: 330px;
		margin: 0 auto;
	}
}

.single-department .entry-prices .prices-list h6 {
	font-family: "Microsoft YaHei";
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 28px;
	color: #223865;
	text-transform: capitalize;
}

.single-department .entry-prices .prices-list ul {
	margin-bottom: 0;
}

.single-department .entry-prices .prices-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	font-family: "Microsoft YaHei";
	color: #68738e;
	text-transform: capitalize;
	border-bottom: 1px solid #dcdee2;
	margin-bottom: 14px;
	padding-bottom: 12px;
}

@media screen and (min-width:768px) {
	.single-department .entry-prices .prices-list ul li:last-child {
		margin-bottom: 0px;
		border-bottom: 0;
	}
}

.single-department .entry-prices .prices-list ul li .price {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	background-color: #286dd2;
	width: 45px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-department .entry-prices .prices-list.prices-list-2 {
	background-color: #f0f5fd;
}

@media screen and (max-width:991.98px) {
	.single-department .entry-prices .prices-list.prices-list-2 {
		margin-bottom: 40px;
	}
}

.single-department .entry-prices .prices-list.prices-list-2 ul li span {
	background-color: #ed6d00;
}

.single-department .entry-tips {
	margin-bottom: 80px;
}

.single-department .entry-tips .accordion .card:last-child {
	margin-bottom: 0;
}

.single-department .health-plans {
	padding: 36px 50px 50px;
	border: 2px solid #e6e8eb;
	margin-bottom: 67px;
}

@media screen and (max-width:767.98px) {
	.single-department .health-plans {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.single-department .health-plans .entry-heading {
	margin-bottom: 20px;
}

.single-department .health-plans .advantages-box {
	background-color: #f0f5fd;
	padding: 32px 40px;
	margin-bottom: 40px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.single-department .health-plans .advantages-box {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:767.98px) {
	.single-department .health-plans .advantages-box {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width:992px) {
	.single-department .health-plans .advantages-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.single-department .health-plans .advantages-box .advantages-list {
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width:992px) {
	.single-department .health-plans .advantages-box .advantages-list {
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
	}
}

@media screen and (max-width:991.98px) {
	.single-department .health-plans .advantages-box .advantages-list {
		margin-bottom: 0px;
	}
}

.single-department .health-plans .advantages-box .advantages-list li {
	display: block;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 15px;
	line-height: 36px;
	color: #68738e;
}

.single-department .health-plans .advantages-box .advantages-list li i {
	width: 22px;
	height: 22px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ed6d00;
	color: #ffffff;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 10px;
}

.single-department .health-plans .entry-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:991.98px) {
	.single-department .health-plans .entry-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.single-department .health-plans .entry-action p {
	margin-bottom: 0px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #032259;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media screen and (min-width:992px) {
	.single-department .health-plans .entry-action p {
		margin-right: 40px;
	}
}

@media screen and (max-width: 991.98px) {
	.single-department .health-plans .entry-action p {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.single-department .health-plans .entry-action p span::before {
	content: "/";
}

.single-department .health-plans .entry-action p span:first-of-type::before {
	content: unset;
}

.single-department .health-plans .entry-action p .currency {
	font-size: 50px;
}

.single-department .health-plans .entry-action p .time {
	font-size: 14px;
}

.single-department .health-plans .entry-action .btn {
	width: 228px;
	height: 60px;
}

@media screen and (max-width:991.98px) {
	.single-department .doctors-prief {
		margin-bottom: 62px;
	}
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
	position: relative;
	z-index: 1060;
	min-height: 100vh;
}

#footerParallax {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 991px) {
	#wrapperParallax {
		margin-bottom: 0 !important;
	}

	#footerParallax {
		position: static;
		text-align: center;
	}
}

.footer {
	background-color: #272f3c;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	/* Footer Widgets */
	/* Module Social */
}

.footer .footer-top {
	padding-top: 120px;
	padding-bottom: 40px;
	background: url(../images/bg.jpg) no-repeat bottom center;
}

@media screen and (max-width:991.98px) {
	.footer .footer-top {
		padding-top: 40px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width:767.98px) {
	.footer .footer-top {
		padding-bottom: 70px;
	}
}

.footer .footer-bottom {
	background-color: #ffffff;
}

.footer .footer-widget {
	text-align: center;
}

@media screen and (min-width:768px) {
	.footer .footer-widget {
		text-align: left;

	}
}

.footer .footer-widget .footer-widget-title h3 {
	font-family: "Microsoft YaHei";
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.footer .footer-widget .widget-content p {
	color: #cdd2db;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.footer .footer-widget .widget-content .module-social {
	height: auto;
	line-height: normal;
}

@media screen and (min-width:992px) {
	.footer .widget-newsletter {
		text-align: left;
	}
}

.footer .widget-newsletter .footer-widget-title h3 {
	margin-bottom: 15px;
}

.footer .widget-newsletter .widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width:992px) {
	.footer .widget-newsletter .widget-content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		color: #cdd2db;
		font-size: 14px;
		line-height: 30px;
		/* align-items: flex-end; */
	}

	.footer .widget-newsletter .widget-content .ion img {
		width: 7%;
		padding-right: 5px;
	}
}

@media screen and (max-width:767.98px) {
	.footer .widget-newsletter .widget-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer .widget-newsletter .widget-content .btn {
	width: 250px;
	height: 60px;
	margin-bottom: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.footer .widget-newsletter .widget-content .btn {
		width: 200px;
	}
}

.footer .widget-links ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
}

@media screen and (min-width:768px) {
	.footer .widget-links ul {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.footer .widget-links ul li {
	display: block;
}

.footer .widget-links ul li a {
	color: #cdd2db;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	text-transform: capitalize;
	font-family: "Microsoft YaHei";
}

.footer .widget-links ul li a:hover {
	color: #286dd2;
}

.footer .widget-contact .widget-content p {
	margin-bottom: 15px;
}

.footer .widget-contact .widget-content .phone {
	margin-bottom: 19px;
}

.footer .widget-contact .widget-content .phone a {
	color: #ed6d00;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	font-weight: 400;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.footer .widget-contact .widget-content .phone a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.footer .widget-contact .widget-content .phone a:hover {
	color: #ffffff;
}

.footer .widget-contact .widget-content .phone a:hover svg {
	color: #ffffff;
}

.footer .widget-contact .widget-content .phone a svg {
	color: #ed6d00;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: inline-block;
	margin-right: 15px;
}

.footer .widget-contact .widget-content .address a {
	color: #f0f1f3;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.footer .widget-contact .widget-content .address a:hover {
	color: #ed6d00;
}

.footer .widget-contact .widget-content .directions {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #ed6d00;
	text-transform: capitalize;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}

.footer .widget-contact .widget-content .directions i {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 12px;
	margin-right: 10px;
}

.footer .widget-contact .widget-content .directions:hover {
	color: #286dd2;
}

.footer .widget-contact .widget-content .directions:hover i {
	color: #286dd2;
}

.footer .module-social-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

.footer .module-social-footer a {
	margin-right: 30px;
}

.footer .module-social-footer a:last-child {
	margin-right: 0;
}

.footer .module-social-footer a i {
	color: #ffffff;
	font-size: 30px;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.footer .module-social-footer a i:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #286dd2;
}

.footer-copyright {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.footer-copyright {
		height: auto;
		padding: 35px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:767.98px) {
	.footer-copyright .copyright-holder {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:991.98px) {
	.footer-copyright .copyright-holder .copyright {
		text-align: center;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
		padding: 6px 50px 40px;
	}
}

.footer-copyright .copyright-holder .copyright span {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #68738e;
	text-transform: capitalize;
}

.footer-copyright .copyright-holder .copyright span a {
	color: #ed6d00;
}

.footer-copyright .copyright-holder .copyright span a:hover {
	color: #444546;
}

.footer-copyright .links-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	.footer-copyright .links-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.footer-copyright .links-holder .copyright-links ul {
	margin: 0;
}

@media screen and (max-width:767.98px) {
	.footer-copyright .links-holder .copyright-links ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer-copyright .links-holder .copyright-links ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-modern-3 .topul a:hover {
	background: #ed6d00;
}

.footer-copyright .links-holder .copyright-links ul li:last-child::after {
	content: unset;
}

.fixedPop ul li:nth-child(2) .NrBox .icon p img {
	margin-top: 0;
	width: 150px;
}

.fixedPop ul li:nth-child(2) .NrBox .icon {

	height: 170px;
}

.footer-copyright .links-holder .copyright-links ul li::after {
	content: "|";
	margin: 0 5px;
	color: #444546;
}

@media screen and (max-width:767.98px) {
	.footer-copyright .links-holder .copyright-links ul li::after {
		margin: 0 5px;
	}
}

.footer-copyright .links-holder .copyright-links ul li a {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #444546;
	text-transform: capitalize;
}

.footer-copyright .links-holder .copyright-links ul li a:hover {
	color: #286dd2;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer .footer-widget {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.footer .footer-widget-title h5 {
		margin-bottom: 15px;
	}
}

.fixedPop-a {
	margin-bottom: 20px;
}

.fixedPop-a p {
	border-radius: 10px;
	width: 85px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: -10px;
	background: #014a99;
	z-index: 777;
	position: relative;
}

.backTop img {
	display: inline-block;
}

.fixedPop-a {
	position: fixed;
	right: 0px;
	bottom: 490px;
	z-index: 99;
}

.fixedPop-a img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	object-fit: cover;
}

.fixedPop {
	width: 85px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: fixed;
	right: 0px;
	bottom: 150px;
	border-radius: 10px;
	z-index: 99;
}

.fixedPop ul {
	width: 100%;
	border-radius: 10px;
	padding: 0 10px;
	background: #fff;
	box-sizing: border-box;
}

.fixedPop ul li {
	width: 100%;
	height: 100px;
	position: relative;
}

.fixedPop ul li:after {
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: '';
}

.fixedPop ul li:last-child:after {
	display: none;
}

.fixedPop ul li:last-child {
	height: 40px;
}

.fixedPop ul li .icon {
	width: 100%;
	height: 64px;
	position: relative;
}

.fixedPop ul li .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fixedPop ul li p {
	text-align: center;
	font-size: 13px;
	color: #000;
}

.fixedPop ul li:last-child {
	border-bottom: 0;
}

.fixedPop ul li .Nr {
	display: none;
	position: absolute;
	top: 0;
	right: 60px;
	padding-right: 20px;
}

.fixedPop ul li .NrBox {
	padding: 0 15px;
	box-sizing: border-box;
	width: 200px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 12px;
	padding-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fixedPop ul li .NrBox h2 {
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.fixedPop ul li .NrBox .icon {
	width: 100%;
	height: 140px;
	background: #fff;
	border-radius: 12px;
}

.fixedPop ul li .NrBox .icon p {
	height: 95px;
	line-height: 95px;
	text-align: center;
}

.fixedPop ul li .NrBox .icon p img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -17px;
}

.fixedPop ul li .NrBox .icon span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: -27px;
}

.fixedPop ul li .NrBox a {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	background: #de0515;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.fixedPop ul li:hover .Nr {
	display: block;
}

.fixedPop .backTop {
	/* width: 60px; */
	/* height: 60px; */
	/* margin: 10px auto 0 auto; */
	display: block;
	/* border-radius: 50%; */
	text-align: center;
	overflow: hidden;
	/* Small Devices, Tablets */
}

img {
	max-width: 100%;
}

.nbanner {
	position: relative;
}

.nbanner>img {
	width: 100%;
	vertical-align: middle;
}

.nbanner-xia {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
}

.nbanner-xiaa {
	font-size: 40px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	width: 28%;
	padding: 26px 0;
	padding-left: 9.5%;
	background: url(../images/lan.png) no-repeat;
	background-size: 100% 100%;
}

.nbanner-xiab {
	width: 74%;
	padding: 26px 0 20px;
	padding-right: 9.5%;
	margin-left: -25px;
	text-align: right;
	margin-top: 35px;
	background: url(../images/tou.png) no-repeat;
	background-size: 100% 100%;
}

.nbanner-xiab a {
	margin-left: 45px;
	color: #161616;
	font-size: 18px;
}

#wrapperParallax {
	margin-bottom: 643px;
}

.nbanner-xiab a {
	position: relative;
}

.nbanner-xiab a::after {
	position: absolute;
	left: 0;
	content: "";
	display: block;
	width: 0%;
	height: 4px;
	transition: all 1s;
	background: #ed6d00;
	bottom: -27px;
}

.nbanner-xiab a.on::after {
	width: 100%;
}

/* .nbanner-xiab a:hover::after{
	width: 100%;
} */

.nbanner-xiab .on {
	color: rgb(40, 109, 210);
	font-weight: bold;
}

.nbanner-xiab a:hover {
	color: rgb(40, 109, 210);
	font-weight: bold;
}

.about-one {
	padding: 20px 0;
	background: #fff;
}

.about-one {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.about-one a {
	font-size: 14px;
	display: inline-block;
	margin: 0 4px;
	color: rgb(153, 153, 153);
}

.about-one a:first-child {
	margin-left: 0;
}

.about-one a:hover {
	color: #286dd2;
}

.about-two {
	background: #fff;
	padding: 40px 0 100px;
}

.about-two-ul {
	display: flex;
	justify-content: space-between;
}

.about-two-ulleft {
	width: 70%;
}

.about-two-ulright {
	width: 24%;
}

.about-two-ulleft-xia h1 {
	font-size: 36px;
	color: rgb(51, 116, 213);
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 5px solid #286dd2;
}

.about-two-ulleft-p {
	margin-top: 30px;

}

.zpright button.lightOut {
	height: 0;
	background: transparent;
	margin-top: 0;
}

.about-two-ulleft-p p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.944;
	margin-bottom: 0;
}

.about-two-ulright-one {
	padding: 35px 30px 50px;
	margin-bottom: 10px;
	background: url(../images/fs.jpg) no-repeat;
	background-size: cover;
}

.about-two-ulright-one h1 {
	margin: 18px 0 20px;
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: bold;

}

.about-two-ulright-one p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 2.5;
	margin-bottom: 0;
}

.about-two-ulright-one p img {
	margin-right: 10px;
}

.about-two-ulright-one .service-more {
	margin-top: 50px;
}

.about-two-ulright-two {
	padding: 35px 30px 50px;
	background-color: rgb(40, 109, 210);
	border-radius: 0 0 20px 0;
}

.about-two-ulright-two h1 {
	margin: 18px 0 20px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.about-two-ulright-two p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.571;
	margin-bottom: 0;
}

.about-two-ulright-two p a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
}

.about-two-ulright-two p a:hover {
	color: rgba(255, 255, 255, 1);
}

.about-two-ulright-for {
	margin: 18px 0;
}

.about-two-ulright-for input {
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: rgb(242, 244, 248);
	width: 100%;
	height: 45px;
	padding-left: 9px;
	font-size: 14px;
	color: #000;
	border: inherit;
}

.about-two-ulright-for textarea {
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: rgb(242, 244, 248);
	width: 100%;
	height: 100px;
	padding: 9px;
	font-size: 14px;

	color: #000;
	border: inherit;
}

.about-two-ulright-for textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: rgb(40, 109, 210);
}

.about-two-ulright-for textarea::-moz-placeholder {
	font-size: 14px;
	color: rgb(40, 109, 210);
}

.about-two-ulright-for input::-webkit-input-placeholder {
	color: rgb(40, 109, 210);
}

.about-two-ulright-for input::-moz-placeholder {
	color: rgb(40, 109, 210);
}

.about-two-ulright-two button {
	margin-top: 30px;
}

.about-two-ulright-two .btn.btn-square-arrow.btn-square-arrow-left:hover {
	background-color: #fff !important;
	color: #ed6d00 !important;

}

.about-two-ulright-two .btn.btn-square-arrow.btn-square-arrow-left {

	overflow: hidden;
	background-color: #ed6d00 !important;
	color: #ffffff !important;
}

.about-two-ulright-two .btn.btn-square-arrow.btn-square-arrow-left i {
	margin-right: 0px;
}

.contact-p {
	margin-top: 30px;
}

.contact-p h2 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.591;
	text-indent: 2em;
	text-align: justify;
	line-height: 2em;
}

.contact-p-one {
	margin: 30px 0;
	position: relative;
}

.contact-p-one p img {
	vertical-align: middle;
	margin-right: 15px;
}

.contact-p-one p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 2.5;
	margin-bottom: 0;
}

.contact-p-one-img {
	position: absolute;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #e6e8eb;
	top: 0;
	right: 25%;
}

.contact-p-one-img span {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 3.125;
	display: block;
	line-height: 0;
	margin-top: 25px;
	text-align: center;
}

.mapp {
	position: relative;
}

.mapp img {
	border-radius: 10px;
}

.jfia {
	position: absolute;
	bottom: 28%;
	left: 41%;
	animation: xl 1.2s infinite;
}

@keyframes xl {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.kehu-one {
	margin-bottom: 10px;
	background: #286dd2 url(../images/br.png) no-repeat top;
	background-size: 100%;
}

.kehu-one h1 {
	padding: 74px 30px 26px;
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.kehu-one>ul>li>a {
	font-size: 20px;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 30px;
	border-top: 1px solid #fff;
}

.kehu-one ul {
	margin-bottom: 0;
}

.kehu-one ul li i {
	font-style: initial;
}

.kehu-one ul li i {
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	line-height: 23px;
}

.kehu-one ul li:hover i {
	background: #fff;
}

.kehu-one ul li:hover i img {
	filter: initial;
}

.kehu-one.fuwuone ul li.on i {
	background: #fff;
}

.kehu-one.fuwuone ul li.on i img {
	filter: initial;
	transform: rotate(90deg);
}

.kehu-one ul li i img {
	filter: brightness(0)invert(1);
}

.kehu-two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kehu-twoa {
	width: 49%;
	text-align: center;
	padding: 24px 10px;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all 1s;

}

.kehu-twoa a {
	color: rgb(255, 255, 255);
}

.kehu-twoa:hover {
	letter-spacing: 2px;
}

.kehu-twoa:first-child {
	border-radius: 0 4px 0 4px;
	background: url(../images/l1.jpg) no-repeat;
	background-size: cover;
}

.kehu-twoa:nth-child(2) {
	border-radius: 0 4px 0 4px;
	background: url(../images/l2.png) no-repeat;
	background-size: cover;
}

.kehu-twoa:nth-child(3) {
	width: 100%;
	border-radius: 4px 0 4px 0;
	background: url(../images/l3.png) no-repeat;
	background-size: cover;
}

.kehu-twoa img {
	vertical-align: middle;
	margin-right: 10px;
}

.zpright {
	margin-bottom: 10px;
	padding: 35px 30px 20px;
	background: url(../images/vw6.jpg) no-repeat;
	background-size: cover;
}

.zpright h1 {
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 15px 0 20px;

}

.zpright form {
	position: relative;
}

.zpright input {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 3.571;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	border: inherit;
	width: 100%;
	height: 45px;
	padding-left: 15px;

}

.zpright form img {
	position: absolute;
	right: 15px;
	top: 14px;

}

.zpright button {
	width: 300px;
	height: 45px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background: #e96b01;
	width: 100%;
	margin-top: -10px;

}

.zpright button:hover {
	background: #ff841d;
}

.zpleft-one {
	margin: 30px 0 30px;
}

.zpleft-one ul li {
	border-bottom: 1px solid #e6e8eb;
	padding: 15px 0;
	cursor: pointer;
}

.zpleft-one p {
	color: #000;
}

.zpleft-one ul li img {
	margin-right: 10px;
	vertical-align: top;
	margin-top: 10px;
}

.zpleft-one ul li span {
	font-size: 18px;
	color: rgb(51, 51, 51);
	display: inline-block;
	max-width: 97%;
}

.zpleft-oneasqw p {
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
}

.zpleft-oneasqw p em {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 8px;
	background: #3374d4;
}

.zpleft-oneasqw {
	display: none;
	margin-top: 20px;
	padding-left: 26px;
}

.zpleft-one ul li.on .zpleft-oneasqw {
	display: block;
}

.zpleft-two {
	cursor: pointer;
	border-top: 2px solid transparent;
}

.zpleft-two ul li {
	border-bottom: 2px solid #e6e8eb;
}

.zpleft-two-p {
	display: flex;
	padding: 20px 0;
}

.zpleft-two-p p {
	width: 25%;
	padding-left: 20px;
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
}

.zpleft-two-p {
	position: relative;
}

.zpleft-two-p i {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #444546;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 25px;
	transition: all 1s;
}

.zpleft-two-p i img {
	filter: brightness(0)invert(1);
}

.zpleft-two ul li:first-child .zpleft-two-p p {
	font-size: 20px !important;
	color: rgb(68, 69, 70) !important;
	font-weight: bold !important;
}

.bannerswiper .swiper-button-prev {
	left: 10%;
}

.bannerswiper .swiper-button-next {
	right: 10%;
}

.zpleft-two ul li.on .zpleft-two-p i {
	transform: rotate(90deg);
	background: rgb(40, 108, 209);
}

.zpleft-two-xiax {
	margin: 45px 0;
}

.zpleft-two-xiax-one {
	display: flex;


}

.zpleft-two ul li.on .zpleft-two-xiax {
	display: block;
}

.zpleft-two-xiax {
	display: none;
}

.zpleft-two-xiax-onea {
	font-size: 16px;
	color: #000;
	line-height: 1.714;
	margin-right: 30px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.zpleft-two-xiax-onea:last-child {
	width: 67%;
}

.zpleft-two-xiax-onea span {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 2.5;
}

.zpleft-two-xiax-onea p span {
	display: inline-block;
}

.zpleft-two-xiax-onea span img {
	display: none;
}

.zpleft-two-xiax-onea p {
	color: #000;
}

.zpleft-two-xiax .about-two-ulright-two {
	padding: 35px 160px 0px;
	background-color: transparent;
}

.zpleft-two-xiax-onea img {
	vertical-align: middle;
	margin-right: 10px;
}

.news-one {
	padding: 35px 30px 30px;
	background-color: #f4f6f9;
	margin-bottom: 10px;
}

.news-one h1 {
	margin: 18px 0 20px;
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.news-one-ul ul {
	margin-bottom: 0;
}

.news-one-ul ul li {

	border-top: 1px solid #e6e8eb;
	padding: 14px 0;
}

.news-one-ul ul li:hover a span {
	color: rgb(51, 116, 213);
}

.news-one-ul ul li a {
	display: flex;
	align-items: baseline;
	/* justify-content: space-between; */

}

.news-one-ul ul li a img {
	vertical-align: middle;
	margin-right: 10px;
}

.news-one-ul ul li a span {
	font-size: 14px;
	color: rgb(97, 99, 105);
	line-height: 1.571;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.newsleft-one-zong {
	margin-top: 37px;
	padding: 20px;
	background: #f2f4f8;
}

.newsleft-one ul li {
	display: flex;
	background-color: #fff;
	margin-bottom: 10px;
}

.newsleft-onea {
	width: 31%;
	overflow: hidden;
}

.newsleft-oneb {
	width: 69%;
	padding: 40px 40px 20px;
}

.newsleft-one ul li:hover .newsleft-onea img {
	transform: scale(1.1);
}

.newsleft-onea img {
	width: 100%;
	transition: all 1s;
	vertical-align: middle;
}

.newsleft-oneb p {
	font-size: 13px;
	color: rgb(3, 34, 89);
	margin-bottom: 0px;
}

.newsleft-one ul {
	margin-bottom: 0;
}

.newsleft-one ul li:hover .newsleft-oneb h2 {
	color: rgb(51, 116, 213);
}

.newsleft-oneb h2 {
	font-size: 22px;
	font-weight: bold;
	color: rgb(68, 69, 70);
	line-height: 2.778;
	display: -webkit-box;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsleft-oneb h3 {
	font-size: 15px;
	color: rgb(153, 153, 153);
	line-height: 1.667;
	display: -webkit-box;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.pages {
	text-align: center;
	margin-top: 40px;
}

.pages li {
	display: inline-block;
	vertical-align: top;

}

.pages li a {
	display: block;
	background: #fff;
	padding: 4px 13px;
	font-size: 14px;
	color: rgb(90, 88, 88);
	border-radius: 5px;
	border: 1px solid #e5e7ea;

}

.pages li:hover a,
.pages li.active a {
	background: #286dd2;
	color: #fff;
}

.newsleft-oneb .service-more {
	margin-top: 25px;
}

.newsleft-oneb .service-more .btn {
	box-shadow: inherit;
}

.newsleft-oneb .btn--secondary-dark.btn-square-arrow i {
	background: transparent;
	color: #ed6d00;
}

.newsleft-oneb .btn--secondary-dark.btn-square-arrow:hover i {
	color: #fff;
}

.newsleft-oneb .btn.btn-square-arrow span {

	margin-left: -21px;
}

.pages {
	text-align: center;
	margin-top: 40px;
}

.pages li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;

}

.pages ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.newsonexq-one {
	padding-bottom: 40px;
	border-bottom: 2px solid #e5e7ea;
}

.newsonexq-a h1 {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
}

.newsonexq-a h1 span {
	color: #032259;
	font-size: 13px;
}

.newsonexq-a h1 span strong {
	color: #444546;
	font-weight: normal;
}

.newsonexq-a h1 em {
	background: #9baac5;
	width: 5px;
	height: 5px;
	margin: 0 8px;
	display: inline-block;
}

.newsonexq-a h2 {
	font-size: 24px;
	color: #286dd2;
	font-weight: bold;
	margin: 25px 0 25px;
}

.newsonexq-one-xuhi p {
	font-size: 16px;
	color: rgb(97, 99, 105);
	line-height: 2.188;
	margin-bottom: 0;
}

.newsonexq-one-guanjian {
	margin: 50px 0;


}

.newsonexq-one-guanjian a {
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
	color: rgb(233, 107, 1);
	line-height: 2.917;
	border-radius: 16px;
	border: 1px solid rgb(230, 232, 235, 0.8);
	padding: 0px 15px;
}

.newsonexq-one-guanjian a:hover {
	background: rgb(233, 107, 1);
	color: #fff;
}

.newsonexq-page {
	display: flex;
	justify-content: space-between;
}

.newsonexq-page a:first-child {
	padding-right: 10px;
}

.newsonexq-page a:last-child {
	padding-left: 10px;
}

.newsonexq-page .newsonexq-page-a:first-child .btn.btn-square-arrow.btn-square-arrow-left i {
	transform: rotate(180deg);
	border-radius: 0px 4px 4px 0px;
}

.newsonexq-page a {
	/* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    border-radius: 5px;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    box-shadow: 0 14px 20px 0 rgba(0, 19, 86, .10196), 0 3px 10px 0 rgba(0, 5, 48, .05098);
    color: #ed6d00;
    font-size: 14px; */
	/* width: auto !important; */
	/* -webkit-box-orient: vertical; */
}

.newsonexq-page a:hover {
	color: #286dd2;
}

.newsonexq-page a img {
	margin-right: 10px;
	margin-bottom: -2px;
	width: 30px;
}

.newsonexq-page a:last-child img {
	margin-right: 0px;
	margin-left: 10px;
	transform: rotate(180deg);
}

.about-two-ulleft-one h1 {
	margin-top: 40px;
	font-size: 22px;
	color: rgb(22, 22, 22);
	font-weight: bold;

}

.about-two-ulleft-one .news-one-ul {
	margin-top: 40px;
	width: 50%;
	text-align: left;

}

.about-two-ulleft-one .news-one-ul span {
	width: 95%;
	font-size: 16px;
}

.about-two-ulleft-one .news-one-ul span em {
	display: block;
	color: #032259;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 5px;
}

.about-two-ulleft-one .news-one-ul ul li {
	border-top: inherit;
}

.zhengshu {
	padding: 100px 0;
	background: #fff;
}

.zhengshu-xia {
	max-width: 1060px;
	margin: 0 auto;
}

.zhengshu-xia-one ul {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 5px solid #286dd2;
}

.zhengshu-xia-one ul li {
	width: 33.3%;
	cursor: pointer;
	text-align: center;
	border-right: 1px solid rgb(220, 222, 226, 0.4);

}

.zhengshu-xia-one ul li.on p {
	color: #3374d4;
}

.zhengshu-xia-one ul li img {
	filter: grayscale(1);
}

.zhengshu-xia-one ul li.on img {
	filter: initial;
}

.zhengshu-xia-one ul li p {
	font-size: 36px;
	color: rgba(102, 102, 102, 0.502);
	font-weight: bold;
	margin-top: 20px;

}

.zhengshu-xia-one-two {
	background: #f0f1f3;
	padding: 38px 0;
}

.zhengshu-xia-one-two-zong {
	max-width: 600px;
	margin: 0 auto;
}

.zhengshu-xia-one-two-zong h1 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	border-radius: 20px 0 20px 0;
	padding: 19px 20px;
	text-align: center;
	background-color: #286dd2;
	margin-bottom: 35px;
}

.zhengshu-xia-one-ul ul li {
	margin-bottom: 30px;
	position: relative;

}

.zhengshu-xia-one-ul ul li p {
	font-size: 18px;
	color: rgb(22, 22, 22);
	font-weight: bold;
	border-left: 4px solid #ed6d00;
	padding-left: 20px;
}

.zhengshu-xia-one-ul ul li input {
	height: 50px;
	width: 100%;
	font-size: 14px;
	border: inherit;
	padding-left: 20px;
	color: #000;


}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-text-fill-color: #000 !important;
	/* 文字颜色改为白色 */
	transition: background-color 43200s ease-in-out 0s !important;
	/* 延迟背景变色（43200s≈12小时，避免用户操作时闪烁） */
}

.input-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.zhengshu-xia-one-two-zong {
	display: none;
}

.zhengshu-xia-one-two-zong:first-child {
	display: block;
}

.zhengshu-xia-one-ul button {
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-color: rgb(40, 109, 210);
	box-shadow: 0px 15px 27px 0px rgba(20, 55, 107, 0.15);
	width: 110px;
	height: 50px;
	border-radius: 25px;
	margin: 0 auto;
	display: inherit;
	cursor: pointer;
}

.zhengshu-xia-one-ul button:hover {
	background: #ed6d00;
}


.fuwu-one-a h1 {
	font-size: 36px;
	color: rgb(51, 116, 213);
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 5px solid #286dd2;
}

.fuwu-one-b h1 {
	font-size: 20px;
	color: rgb(22, 22, 22);
	font-weight: bold;
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 30px;
}

.fuwu-one-b h2 {
	font-size: 16px;
	color: #032259;
	line-height: 2;
}

.fuwu-one-b p {
	font-size: 16px;
	color: #616369;
	line-height: 2;
	margin-bottom: 0;
}

.fuwu-one-c {
	margin: 50px 0 0;
}

.fuwu-one-c ul li {
	width: 12.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fuwu-one-ca {
	position: relative;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 27px 0px rgba(20, 55, 107, 0.15);
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.fuwu-one-ca::after {
	border: 2px dotted rgba(51, 51, 51, 0.502);
	position: absolute;
	width: 90px;
	height: 90px;
	content: "";
	left: 5px;
	top: 5px;

	animation: rotate 16s linear infinite;
	-webkit-animation: rotate 16s linear infinite;
	display: block;
	border-radius: 50%;
	transition: 0.5s;

}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

.fuwu-one-c ul {
	display: flex;
	margin-bottom: 0;
}

.fuwu-one-c ul li {
	cursor: pointer;
}

.fuwu-one-c ul li p {
	font-size: 18px;
	color: rgb(3, 34, 89);
	line-height: 1.667;
	margin-top: 15px;
	display: block;
	width: 100%;
	text-align: center;
}

.fuwu-img {
	opacity: 0;
}

.fuwu-one-c ul li.on .fuwu-one-ca {
	background-color: #ed6d00;
}

.fuwu-one-c ul li.on .fuwu-one-ca::after {
	border: 2px dotted rgba(255, 255, 255, 0.502);
}

.fuwu-one-c ul li.on .fuwu-one-ca img {
	filter: brightness(0)invert(1);
}

.fuwu-one-c ul li.on p {
	font-weight: 700;
}

.fuwu-one-c ul li.on .fuwu-img {
	opacity: 1;
}

.fuwu-one-dd {
	background: #edf1f5;
	padding: 60px;
}



.fuwu-one-ee-a h1 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-bottom: 4px solid #ed6d00;
	margin-bottom: 20px;
}


.fuwu-one-ee-a h1 span {
	display: inline-block;
	background: url(../images/veer.png) no-repeat;
	background-size: 100% 100%;
	padding: 19px 29px;
}

.fuwu-one-ee-a p {
	font-size: 14px;
	color: rgb(97, 99, 105);
	line-height: 2;
	margin-bottom: 0;
}

.fuwu-one-ee-form ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 0;
	justify-content: space-between;
}

.fuwu-one-ee-form ul li {
	width: 48%;
	margin-bottom: 35px;
}

.fuwu-one-ee-form ul li p {
	font-size: 18px;
	color: rgb(22, 22, 22);
	font-weight: bold;
	border-left: 4px solid #ed6d00;
	padding-left: 20px;
	line-height: 20px;
}

.fuwu-one-ee-form ul li input {
	height: 50px;
	width: 100%;
	font-size: 14px;
	border: inherit;
	padding-left: 20px;
	color: #000;
}

.fuwu-one-ee-form ul li:last-child {
	width: 100%;
}

.fuwu-one-ee-form ul li textarea {
	height: 133px;
	width: 100%;
	font-size: 14px;
	border: inherit;
	resize: auto;
	padding: 20px;
	color: #000;
}

.ee-form-p p {
	font-size: 14px;
	color: rgb(22, 22, 22);
	line-height: 1.786;


}

.fuwu-one-ee-form .about-two-ulright-two {
	padding: 0;
	background-color: transparent;
}

.fuwu-one-ee-form .about-two-ulright-two .btn.btn-square-arrow.btn-square-arrow-left {
	font-size: 16px;
	width: 125px;
	height: 35px;
}

.fuwu-one-ee {
	display: none;
}

.fuwu-one-ee:first-child {
	display: block;
}

.kehu-one ul li.on i {
	background: #fff;
}

.kehu-one ul li.on i img {
	filter: initial;
}

.kehu-one.fuwuone {
	background: #286dd2 url(../images/brr.png) no-repeat top;
	background-size: 100%;
}

.fuwuone ul li.on .fuwuone-xin {
	display: block;
}

.fuwuone-xin {
	display: none;
	padding: 14px 30px;
	background: #f0f5fd url(../images/few.png) no-repeat top;
	background-size: 100% 100%;
}

.fuwuone-xin a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 2.286;
	padding-bottom: 6px;
}

.fuwuone-xin a:hover {
	color: #286dd2;
}

.fuwuone-xin a.on {
	color: #286dd2;
	font-weight: 700;
	text-decoration: underline;
}

.mc_search_xl {
	position: fixed;
	left: 0;
	top: 107px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 99;
	background: rgba(255, 255, 255);
	backdrop-filter: blur(10px);
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 0 0 20px 20px;
}

.mc_search_xl.on {

	height: 160px;
}

.mc_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.mc_msc_box {
	font-size: 0;
	padding: 8px;
	border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
	width: calc(100% - 30px);
	height: 26px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	background: transparent;
	padding: 3px 0;
	padding-right: 12px;
	border: antiquewhite;
}

.guan {
	filter: brightness(0.5);
}

.mc_search_xl .guan {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;

}

.mc_msc_box button {
	font-size: 30px;
	color: #666666;
	width: 49px;
	vertical-align: top;
	position: absolute;
	top: -11px;
	right: 0;
	border: antiquewhite;
	background: initial;
	cursor: pointer;
}

.pc-menu-za {
	background: #fff;
	margin: 20px;
	height: 100%;
	border-radius: 4px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
}

.he_gdown {
	width: 100%;
	/* position: fixed; */
	background: #F6F6F6;
	/* border-radius: 20px; */
	border-radius: 0 0 20px 20px;
}

.header {
	position: relative;
}

.he_gdown {
	position: absolute;
	top: 80px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
	padding: 27px;
	transition: top 0.36s;
	display: none;
	min-width: 116px;
	line-height: 1.5;
}

.zhengshu-xq .hwq {
	color: rgb(40, 109, 210);
	font-weight: bold;
	font-size: 30px;
}

.zhengshu-xq-xia {
	padding: 30px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}

.zhengshu-xq-xiaa {
	display: flex;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
	justify-content: space-between;
	margin-bottom: 20px;
}

.zhengshu-xq-xiaa h1 {
	color: #666;
	font-size: 18px;
	padding-left: 15px;
	border-left: 4px solid rgb(40, 109, 210);
	border-bottom: aliceblue;
}

.zhengshu-xq-xiaa h2 {
	color: #666;
	font-size: 16px;
}

.zhengshu-xq-xiap p {
	color: #666;
	margin-bottom: 10px;
	font-size: 16px;
}

/* 响应 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-widget {
		padding-bottom: 40px;
		padding-top: 60px;

	}

	.footer .footer-widget .footer-widget-title h5 {
		margin-bottom: 15px;
	}

}

@media screen and (max-width:1800px) {
	.nbanner-xiaa {
		font-size: 34px;
		width: 28%;
		padding: 29px 0;
		padding-left: 9.5%;
	}

	.header .navbar-brand .logo {
		width: 250px;
	}

	.zhengshu-xia-one ul li p {
		font-size: 30px;
	}

	.zpright {
		padding: 30px 25px 30px;

	}

	.news-one-ul ul li a span {
		font-size: 13px;
	}

	.newsleft-oneb {
		padding: 20px 29px 20px;
	}

	.newsleft-onea img {
		height: 100%;
		object-fit: cover;
	}

	.news-one-ul ul li {
		padding: 10px 0;
	}

	.pages li a {
		padding: 6px 18px;
		font-size: 15px;
	}

	.news-one {
		padding: 30px 25px 30px;

	}

	.nbanner-xiab a::after {
		bottom: -23px;
	}

	.about-two-ulleft-xia h1 {
		font-size: 30px;
	}

	.about-two-ulleft-p {
		margin-top: 60px;
	}

	.about-two-ulleft-p p {
		font-size: 16px;
	}

	.about-two-ulright-one p {
		font-size: 14px;
	}

	.nbanner-xiab {
		margin-left: -20px;
	}
}

@media screen and (max-width:1700px) {
	.header .navbar-brand .logo {
		max-width: 100%;
		width: 200px;
		height: auto;
	}

	.zpleft-one {
		margin: 70px 0 60px;
	}

	.header .navbar {
		padding: 0 2%;
	}



	.kehu-one>ul>li>a {
		font-size: 18px;
	}

	.kehu-one h1 {
		font-size: 26px;
	}


}

@media screen and (max-width:1500px) {
	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding: 30px 20px 30px;
	}

	.header .navbar-brand .logo {

		width: 184px;
	}

	.services .service-panel .service-content .service-desc p {
		height: 113px;
	}

	.zpleft-one {
		margin: 45px 0 40px;
	}

	.slider .slide .slide-content .slide-title {
		font-size: 50px;
		margin-bottom: 35px;
	}

	.zpleft-two-xiax-onea {
		padding: 0 20px;
		margin-right: 10px;
	}

	.zpleft-one ul li span {
		font-size: 17px;
		max-width: 95%;
	}

	.slider .slide .slide-content .slide-desc {
		font-size: 25px;
	}

	.services .service-panel .service-content .service-list li span {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.team-modern .team-member .team-member-holder .team-img {
		height: 340px;
	}

	.kehu-one>ul>li>a {
		font-size: 16px;
	}

	.team-modern.team-modern-3 .heading-title {
		font-size: 30px;
	}

	.kehu-twoa {
		padding: 18px 10px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.fuwu-one-ca::after {
		width: 75px;
		height: 75px;
		left: 6px;
		top: 6px;
	}

	.fuwu-one-ee-a h1 span {
		padding: 15px 25px;
		font-size: 19px;
	}

	.fuwu-one-dd {
		padding: 35px;
	}

	.fuwu-one-c ul li p {
		font-size: 16px;
	}

	.kehu-twoa img {
		margin-right: 4px;
	}

	.fuwu-one-ca {

		width: 87px;
		height: 87px;
		line-height: 87px;
	}

	.fuwu-one-b p {
		font-size: 15px;
	}

	.fuwu-one-b h1 {
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.kehu-one h1 {
		padding: 40px 30px 20px;
		font-size: 23px;
	}

	.fuwu-one-a h1 {
		font-size: 30px;
	}

	.contact-p-one-img {
		padding: 19px;
		top: 25px;
		right: 11%;
	}

	.contact-p-one p {
		font-size: 16px;
	}

	.contact-p-one {
		margin: 40px 0;
	}

	.contact-p {
		margin-top: 45px;
	}

	.contact-p h2 {
		font-size: 19px;
	}

	.nbanner-xiaa {
		font-size: 29px;
		width: 28%;
		padding: 20px 0;
		padding-left: 9.5%;
	}

	.nbanner-xiab {
		width: 74%;
		padding: 19px 0 19px;
		padding-right: 9.5%;
		margin-left: -25px;
		margin-top: 22px;
	}

	.nbanner-xiab a::after {
		bottom: -22px;
	}

	.about-two-ulleft-p p {
		font-size: 15px;
	}

	.about-two-ulright-for {
		margin: 10px 0;
	}

	.about-two-ulright-two p {
		font-size: 12px;
	}

	.about-two-ulright-two {
		padding: 30px 20px 40px;
	}

	.about-two-ulright-one .service-more {
		margin-top: 25px;
	}

	.about-two-ulright-one {
		padding: 30px 25px 40px;
		margin-bottom: 10px;
	}

	.about-two-ulright-one p {
		font-size: 13px;
	}

	.about-two-ulleft-xia h1 {
		font-size: 26px;
		border-bottom: 3px solid #286dd2;
	}

	.nbanner-xiab a {
		font-size: 16px;
	}

	.nbanner-xiab {
		margin-left: -13px;
	}

	.header .navbar .navbar-nav>li>a span {
		font-size: 13px;
	}

	.module-contact .btn:first-child {

		padding-right: 3px;
	}

	.header.header-topbar .navbar .navbar-nav>li {
		margin-right: 10px;
	}

	.header.header-topbar .navbar .module-holder .module-search {
		margin-right: 16px;
	}

	.services .service-panel .service-content {
		padding: 40px 10px 40px 10px;
	}

	.services .service-panel .service-content .service-desc p {

		font-size: 13px;

	}

	.services .service-panel .service-content .service-list li span {

		font-size: 12px;

	}

	.services .service-panel .service-content .service-title h3 {
		font-size: 30px;
	}

	.team-member .team-content .team-desc p {

		font-size: 14px;
		line-height: 26px;
		margin-top: 21px;
	}

	.team-member .team-content .team-title h4 a {

		font-size: 30px;

	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {

		font-size: 16px;

	}

	.main-content .section7 .block .item .info {
		padding: 20px;
	}

	.main-content .section7 .block .item .info .t h2 {
		font-size: 20px;

	}

	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding: 30px 20px 30px;

	}

	.main-content .section7 .block .item::after {

		width: 0px;
	}

	.team-member .team-content .team-title h3 {

		font-size: 17px;

	}

	body {

		font-size: 12px;

	}

	.widget-recent-posts .post {

		margin-bottom: 16px;

	}

	.departments .department-panel .department-content {

		padding: 40px 40px 40px;
	}

	.departments .department-panel .department-content .department-desc p {
		font-size: 15px !important;
		line-height: 26px !important;
		margin-bottom: 0;
	}

	.footer .footer-widget .footer-widget-title h3 {

		font-size: 12px !important;

	}

	.footer .footer-widget .widget-content p {

		font-size: 12px !important;
	}

	.footer .widget-links ul li a {

		font-size: 11px !important;

	}

	.footer-bottoma {

		font-size: 15px !important;

	}

	.widget-recent-posts .post .post-content .post-title a {

		font-size: 15px !important;
		line-height: 26px !important;
	}

	.departments .heading-title {
		padding-top: 60px;
		padding-bottom: 40px;
		color: #286dd2;
		font-size: 30px;
		font-weight: 600;
	}

	.zhengshu-xia-one ul li p {
		font-size: 24px;
	}

	.zhengshu-xia-one-two-zong h1 {
		font-size: 20px;
	}
}

@media screen and (max-width:1300px) {
	.header .navbar .navbar-nav>li>a span {
		font-size: 12px;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
		line-height: 30px;
	}

	.newsonexq-page a {
		display: flex;
		align-items: center;
		width: 31%;
		font-size: 12px;
	}

	.newsonexq-page a.xia {
		width: 100%;
	}
}

@media screen and (max-width:1200px) {
	.about-two-ulright {
		width: 27%;
	}

	.zhengshu-xia-one-ul ul li p {
		font-size: 16px;
	}

	.zpleft-two-xiax-onea:last-child {
		width: 77%;
	}

	.zpleft-two-p p:first-child {
		font-size: 16px;
	}

	.zpleft-one ul li span {
		font-size: 16px;
		max-width: 95%;
	}

	.zhengshu-xia-one-two-zong h1 {
		font-size: 16px;
	}

	.zpleft-two ul li:first-child .zpleft-two-p p {
		font-size: 18px !important;
	}

	.zpleft-two-p p {
		font-size: 15px;
	}

	.zhengshu-xia-one ul li p {
		font-size: 20px;
	}

	.about-two-ulleft-one .news-one-ul span {
		font-size: 15px;
	}

	.newsonexq-one-xuhi p {
		font-size: 14px;
	}

	.zpright {
		padding: 25px 15px 30px;
	}

	.about-two-ulleft-one .news-one-ul {
		width: 71%;
	}

	.zpright {
		padding: 25px 15px 20px;
	}

	.newsleft-oneb h2 {
		font-size: 16px;
	}

	.footer .widget-newsletter .widget-content {

		font-size: 11px;
	}

	.footer-bottoma {
		font-size: 12px !important;
	}

	.footer .widget-links ul li a {

		line-height: 23px;
	}

	.newsleft-oneb {
		padding: 15px 20px 15px;
	}

	.pages li a {
		padding: 4px 16px;
		font-size: 14px;
	}

	.newsleft-oneb .service-more {
		margin-top: 10px;
	}

	.news-one {
		padding: 25px 15px 20px;
	}

	.kehu-one h1 {
		padding: 40px 30px 20px;
		font-size: 20px;
	}

	.nbanner-xiab a {
		margin-left: 33px;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
		font-size: 16px;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container {
		margin-bottom: 73px;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
		font-size: 13px;
	}

	.team-grid .team-member.team-member-1 .team-member-holder .team-img img {

		height: 450px;
	}

	.topul ul li a {
		padding: 6px 10px;
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
		margin: 0 10px;
	}

	.departments .btn.btn-square-arrow.btn-square-arrow-left {

		bottom: 32px;
		left: 27px;
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel {
		padding: 30px 7px 30px;
	}

	.departments .department-panel .department-content .department-title {

		margin-bottom: 14px;
	}

	.departments .department-panel .department-content .department-desc p {
		font-size: 14px !important;
	}

	.widget-recent-posts .widget-content {
		padding: 27px 27px 30px;
	}

	.widget-recent-posts .post .post-content .post-title a {
		font-size: 14px !important;
	}

	.departments .department-panel .department-content {
		padding: 27px 27px 30px;
	}

	.topul ul li {
		margin-left: 7px;
	}

	.widget {
		padding-left: 0;
		padding-right: 0;
	}

	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding: 33px 10px 30px;
	}

	.team-member .team-content .team-title h3 {
		font-size: 16px;
		line-height: 28px;
	}

	.main-content .section7 .block .item .info .t h2 {
		font-size: 17px;
	}

	.team-modern .team-member .team-member-holder .team-img {
		height: 275px;
	}

	.main-content .section7 .block .item .info .b li {
		font-size: 12px;
	}

	.team-member .team-content .team-desc p {
		font-size: 12px;
		line-height: 26px;
		margin-top: 0px;
	}

	.team-grid .team-member .team-member-holder .team-content {
		padding-top: 27px;
		padding-bottom: 38px;
		padding-left: 23px;
		padding-right: 50px;
		height: 96px;
	}

	.contact-p h2 {
		font-size: 17px;
	}

	.fuwu-one-a h1 {
		font-size: 24px;
	}

	.fuwu-one-ee-a h1 span {
		padding: 14px 20px;
		font-size: 17px;
	}

	.fuwu-one-ca::after {
		width: 66px;
		height: 66px;
		left: 4px;
		top: 4px;
	}

	.fuwu-one-ca {
		width: 74px;
		height: 74px;
		line-height: 74px;
	}

	.fuwu-one-b p {
		font-size: 13px;
	}

	.about-two-ulright-two {
		padding: 25px 15px 30px;
	}

	.fuwu-one-b h2 {
		font-size: 15px;
	}

	.kehu-twoa {
		padding: 15px 9px;
		font-size: 15px;
		margin-bottom: 10px;
	}

	.kehu-one>ul>li>a {
		font-size: 15px;
		padding: 10px 30px;
	}

	.contact-p-one-img span {
		font-size: 15px;
	}

	.contact-p-one-img {
		padding: 19px;
		right: 5%;
	}

	.contact-p-one-img {
		padding: 19px;
	}

	.contact-p-one p {
		font-size: 15px;
	}

	.about-two-ulright-one {
		padding: 25px 15px 30px;
	}

	.about-two-ulleft-p {
		margin-top: 40px;
	}

	.footer-bottoma span {
		font-size: 12px;
	}

	.footer .footer-top {
		padding-top: 75px;
	}

	.footer .widget-links ul li a {
		font-size: 10px !important;
	}

	.footer .footer-widget .widget-content p {
		font-size: 10px !important;
	}

	.nbanner-xiaa {
		font-size: 28px;
		width: 28%;
		padding: 19px 0;
		padding-left: 5.5%;
	}

	.nbanner-xiab {
		margin-top: 18px;
	}

	.header .navbar-brand {
		height: 80px;
		margin-right: 10px;
	}

	.header .navbar .navbar-nav>li>a {
		line-height: 44px;
	}

	.header .navbar {
		min-height: 80px;
	}
}

@media (max-width: 986px) {
	.fixedPop-a {
		display: none
	}
.fixedPop ul {
    margin-bottom: 0;
}
	.carouselswiper .swiper-slide.swiper-slide-active .service-panel .service-content .service-list li i {
		filter: brightness(0)invert(1);
	}

	.services .service-panel .service-content .service-desc p {
		text-align: left;
	}

	.newsonexq-page-a .xia {
		font-size: 14px;
	}

	.features-bar .features-holder .col-4:nth-child(1) .feature-panel-wrapper {
		border-radius: 0;
	}

	.services .service-panel .service-content .service-desc p {
		height: 79px;
	}

	.features-bar .features-holder .col-4:nth-child(6) .feature-panel-wrapper {
		border-radius: 0;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content {
		display: block;
		height: auto;
	}

	.mc_search_xl {

		top: 78px;
	}

	.zhengshu-xq .hwq {
		font-size: 20px;
	}

	.mc_pos_center {

		width: 81%;
	}

	.mc_search_xl .guan {
		right: 6px;
		top: 25px;
	}

	.fixedPop {
		display: block;
	}

	.mc_search_xl.on {
		height: 108px;
	}
.fixedPop ul li .Nr {
    padding-right: 0px;
}
	.fixedPop ul li {
		height: 84px;
	}

	.fixedPop {
		width: 68px;
	}

	.fixedPop ul li p {
		font-size: 12px;
	}

	.fixedPop ul li .icon {
		height: 49px;
	}

	.zhengshu-xq-xiaa h1 {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 10px;
		border-left: 2px solid rgb(40, 109, 210);
	}

	.zhengshu-xq-xiap p {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.zhengshu-xq-xiaa {
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.zhengshu-xq-xiaa h2 {
		font-size: 14px;
	}

	.zhengshu-xq-xiaa {
		flex-wrap: wrap;
	}

	.zhengshu-xq-xia {
		padding: 20px;
		margin-top: 20px;
	}

	.header .navbar-brand {
		height: 60px;
	}

	.slider .slide .slide-content .slide-title {
		font-size: 23px;
		margin-bottom: 13px;
	}

	.slider .slide .slide-content {
		padding-top: 24%;
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel {
		padding: 15px 15px 11px;
	}

	.features-bar .features-holder .feature-panel-wrapper.feature-reservation {
		border-radius: 0;
	}

	.feature-icon img {
		width: 30px;
	}

	.features-bar .features-holder {

		transform: translateY(-30px);
		margin-bottom: -64px;
	}

	.bannerswiper .swiper-button-prev {
		left: 2%;
	}

	.bannerswiper .swiper-button-next {
		right: 2%;
	}

	#slider-1 .swiper-button-next,
	#slider-1 .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 17px;
		height: 44px;
		margin-top: 0px;
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
		font-size: 14px;
	}

	.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
		margin-right: 20px;
		margin-bottom: 6px;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.slider .slide .slide-content .slide-desc {
		font-size: 16px;
		max-width: 79%;
		margin: 0 auto;
	}

	.team-member .team-content .team-title h4 a {
		font-size: 24px;
		text-align: left;
	}

	.team-grid .team-member .team-member-holder .team-content {
		padding-top: 12px;
		padding-bottom: 16px;
		padding-left: 20px;
		padding-right: 8px;
		height: 74px;
	}

	.team-grid .col-12 .team-member .team-member-holder .team-content::after {
		width: calc(100% - 40px) !important;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay::before {
		display: none;
	}

	.team-grid .col-lg-6 .team-member .team-img .team-social {
		z-index: 9999;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
		font-size: 12px;
		width: 50%;
		line-height: 26px;
	}

	/* .team-grid .col-12:first-child .team-contact {
    top: 0;
} */
	.team-grid .team-member.team-member-1 .team-member-holder .team-img img {
		height: 343px;
	}

	.team-grid .team-member {
		box-shadow: inherit;
	}

	.team-grid .team-member .team-img .team-social {
		left: 76px;
		bottom: 67px;
	}

	.main-content .section7 .block .item {
		height: 270px;
		margin-bottom: 20px;
		width: 100% !important;
	}

	.team-grid .col-12.on {

		width: 100% !importants;
	}

	.team-grid .col-12 {
		width: 100% !important;
		margin-bottom: 35px;
	}

	.team-grid .row {
		flex-wrap: wrap;
	}

	.team-kou {
		padding-bottom: 20px;
	}

	.main-content .section7 .block .item .img {
		width: 0 !important;
		flex-shrink: 0 !important;
	}

	.main-content .section7 .block {
		flex-wrap: wrap;
	}

	.team-modern .team-member .team-member-holder .team-img {
		height: 200px;
		width: 100%;

	}

	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		transform: translateY(0px) !important;
		margin-top: 0 !important;
		height: auto;
	}

	.team-member .team-img img {
		width: 100%;
		object-fit: cover;
	}

	.team-member .team-content .team-desc p {
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
		margin-bottom: 10px !important;
	}

	.team-modern.team-modern-3 {
		padding-top: 35px;
		padding-bottom: 0;
	}

	.team-member .team-content .team-title h3 {
		margin-bottom: 0;
		line-height: 30px;
	}

	.team-modern .team-member .team-member-holder .team-content-holder .team-content {
		padding: 15px 20px 30px;
	}

	.team-modern-3 .topul {
		right: 16px;
		top: -55%;
	}

	.team-modern.team-modern-3 .heading-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.team-grid {
		padding: 0px 0 0px;
	}

	.departments .heading-title {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 24px;
		font-weight: 600;
	}

	.departments .department-panel {
		max-width: 100%;
		margin: 0 auto 0px;
		padding: 0;
	}

	.topul ul li {
		margin-left: 0;
		margin-right: 15px;
	}

	.topul ul {
		justify-content: left;
	}

	.topul {
		padding-top: 0;
		padding-bottom: 0px;
		margin-top: 25px;
	}

	.team-modern.team-modern-3 {
		padding-top: 35px;
		padding-bottom: 0px;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
		padding-left: 20px;
		padding-right: 20px;
	}

	.services .service-panel .service-content .service-list li span {

		padding-top: 9px;
		padding-bottom: 9px;
	}

	.team-grid .team-member .team-member-holder .team-content .team-title h4 {

		text-align: left;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content {
		display: block;
	}

	.team-member .team-content .team-desc p {
		text-align: left;
	}

	.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact {

		height: auto;
	}

	.services .service-panel .service-content .service-desc p {
		font-size: 12px;
	}

	.services .service-panel .service-content .service-title h3 {
		font-size: 24px;
	}

	.services .service-panel .service-content {
		padding: 25px 20px 25px 20px;
	}

	.module-holder-phone {

		height: 60px;
	}

	.bannerswiper .swiper-slide {
		height: auto;
		min-height: 60vh;
	}

	.team-grid .team-member .team-img .team-social {
		left: 76px;
		bottom: 72px;
	}

	.btn {
		font-size: 12px;
	}

	.widget-recent-posts .widget-content {
		padding: 20px 20px 66px;
	}

	.widget-recent-posts .post .post-content .post-title a {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.departments .department-panel .department-content .department-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.departments .department-panel .department-content {
		text-align: left;
	}

	.departments .btn.btn-square-arrow.btn-square-arrow-left {
		position: absolute;
		bottom: 32px;
		left: 20px;
	}

	.team-member .team-content .team-desc p a {
		text-align: center;
	}

	.departments .department-panel .department-content .department-desc p span {
		font-size: 14px !important;
		line-height: 26px !important;
		margin-bottom: 0;
	}

	.departments .col-md-6:nth-child(2) .btn.btn-square-arrow.btn-square-arrow-left {
		position: absolute;
		bottom: 32px;
		left: 32px !important;
	}

	.departments .department-panel .department-content .department-desc p {
		font-size: 14px !important;
		line-height: 26px !important;
		margin-bottom: 0;
	}

	.footer .footer-top {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.footer-bottoma {
		display: none;
	}

	.nbanner>img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		vertical-align: middle;
	}

	.nbanner-xiab {
		width: 108%;
		padding: 10px 0 10px;
		padding-right: 3.5%;
		margin-left: -27px;
		text-align: left;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		margin-top: 0;
	}

	.nbanner-xiaa {
		font-size: 18px;
		color: rgb(255, 255, 255);
		width: 34%;
		padding: 11px 0;
		padding-left: 3.5%;
	}

	.about-one {
		font-size: 10px;
	}

	.about-one {
		padding: 11px 0;
		background: #fff;
	}

	.about-two-ulright {
		width: 100%;
	}

	.about-two {
		background: #fff;
		padding: 30px 0 30px;
	}

	.about-one a {
		font-size: 12px;
		margin: 0 2px;
	}

	.about-two-ul {
		flex-wrap: wrap;
		/* flex-direction: column-reverse; */
	}

	.fuwu-one-b p span {
		font-size: 14px !important;
	}

	.jfia {
		position: absolute;
		bottom: 33%;
		left: 43%;
		width: 25px;
	}

	.mapp {
		margin-bottom: 30px;
	}

	.contact-p-one-img span {
		font-size: 14px;
		margin-top: 18px;
	}

	.contact-p-one-img {
		position: relative;
		border-radius: 10px;
		padding: 20px;
		border: 1px solid #e6e8eb;
		top: 0;
		display: inline-block;
		margin-top: 17px;
		right: 0;
	}

	.contact-p-one p {
		font-size: 13px;
	}

	.contact-p-one {
		margin: 30px 0;
	}

	.contact-p h2 {
		font-size: 16px;
	}

	.contact-p {
		margin-top: 30px;
	}

	.about-two-ulright-two {
		padding: 30px 20px 30px;
	}

	.about-two-ulright-one h1 {
		margin: 16px 0 18px;
		font-size: 17px;
	}

	.about-two-ulright-one p {
		font-size: 14px;
		line-height: 2.3;
		margin-bottom: 0;
	}


	.about-two-ulright-one .service-more {
		margin-top: 15px;
	}

	.about-two-ulright-one {
		padding: 30px 20px 30px;
	}

	.about-two-ulleft-p p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.about-two-ulleft-p p span {
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}

	.about-two-ulleft-p {
		margin-top: 18px;
	}

	.about-two-ulleft-xia h1 {
		font-size: 24px;
		padding-bottom: 12px;
		border-bottom: 2px solid #286dd2;
	}

	.about-two-ulleft {
		width: 100%;
	}

	.nbanner-xiab a::after {
		left: 0;
		display: block;
		width: 0%;
		height: 4px;
		bottom: -9px;
	}

	.nbanner-xiab a {
		margin-left: 35px;
		font-size: 14px;
	}

	.nbanner-xia {
		flex-wrap: wrap;
	}

	.footer-bottoma .nice-select {
		width: 33%;
	}

	.footer .footer-widget .widget-content p {
		margin-bottom: 0;
	}

	.footer-copyright .copyright-holder {
		margin-bottom: 0;
	}

	.footer-copyright .links-holder .copyright-links ul li a {
		font-size: 12px;
	}

	.footer-copyright .copyright-holder .copyright span {
		font-size: 12px;
	}

	.footer-copyright {
		padding: 15px 0;
	}

	.departments .department-panel .department-content {
		padding: 20px 20px 89px;
	}

	.footer-bottoma {
		flex-wrap: wrap;
	}

	.footer .footer-widget {
		padding-top: 0px;
		padding-bottom: 0;
	}

	.footer-widget.widget-links {
		display: none;
	}

	.widget-recent-posts .widget-content {
		margin-bottom: 30px;
	}

	.fuwu-one-b h1 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.fuwu-one-c ul {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.fuwu-one-ee-a h1 {
		font-size: 16px;
	}

	.kehu-one h1 {
		padding: 64px 30px 17px;
		font-size: 24px;
	}

	.newsonexq-page a:first-child {
		/* display: none; */
	}

	.newsonexq-page {
		flex-wrap: wrap;
	}

	.newsonexq-page-a {
		display: flex;
		align-items: anchor-center;
		margin-bottom: 10px;
	}

	.newsonexq-one-guanjian a {
		font-size: 12px;
		margin-right: 6px;
		border-radius: 15px;
		padding: 0px 12px;
	}

	.newsonexq-one-guanjian {
		margin: 0px 0;
	}

	.newsonexq-one-xuhi p {
		font-size: 14px;
	}

	.newsonexq-a h2 {
		font-size: 21px;
		line-height: 31px;
		margin: 20px 0 20px;
	}

	.pages li a {
		padding: 3px 10px;
		font-size: 11px;
		margin: 0 2px;
	}

	.newsleft-one-zong {
		padding: 10px;
	}

	.newsleft-oneb {
		width: 100%;
		padding: 20px 15px 20px;
	}

	.newsleft-onea {
		width: 100%;
	}

	.newsleft-one ul li {
		flex-wrap: wrap;
	}

	.kehu-twoa {
		width: 49%;
		padding: 18px 8px;
		font-size: 16px;
	}

	.kehu-one>ul>li>a {
		font-size: 16px;
		padding: 14px 30px;
	}

	.ee-form-p p {
		font-size: 12px;
	}

	.about-two-ulright-two button {
		margin-top: 0;
	}

	.fuwu-one-ee-form .about-two-ulright-two .btn.btn-square-arrow.btn-square-arrow-left {
		font-size: 14px;
	}

	.fuwu-one-ee-form ul li input {
		height: 42px;
		width: 100%;
		font-size: 12px;
		padding-left: 20px;
	}

	.fuwu-one-ee-a h1 span {
		padding: 9px 29px 9px 15px;
	}

	.fuwu-one-ee-form ul li p {
		font-size: 16px;
	}

	.fuwu-one-dd {
		padding: 20px;
	}

	.fuwu-one-c ul li p {
		font-size: 14px;
		color: rgb(3, 34, 89);
		margin-top: 0;
	}

	.fuwu-one-ca {
		transform: scale(0.8);
	}

	.fuwu-one-c ul li {
		width: 56.5%;
		margin-right: 10px;
	}

	.fuwu-one-b p {
		font-size: 14px;
	}

	.fuwu-one-b h2 {
		font-size: 14px;
	}

	.fuwu-one-a h1 {
		font-size: 24px;
		padding-bottom: 12px;
		border-bottom: 2px solid #286dd2;
	}

	.newsonexq-page a {
		width: 138px;
		font-size: 12px;
	}

	.newsonexq-page .newsonexq-page-a .btn.btn-square-arrow.btn-square-arrow-left i {
		width: 22px;
	}

	.newsonexq-one {
		padding-bottom: 20px;
	}

	.zhengshu-xia-one ul li img {
		width: 35px;
	}

	.zhengshu-xia-one ul {
		padding-bottom: 2px;
		border-bottom: 3px solid #286dd2;
	}

	.zhengshu-xia-one-ul ul li input {
		height: 42px;
		width: 100%;
		font-size: 12px;
		padding-left: 20px;
	}

	.zpleft-two ul li p:nth-child(4) {
		display: none;
	}

	.zpleft-two ul li:first-child .zpleft-two-p p {
		font-size: 14px !important;
	}

	.zpleft-two-p p:first-child {
		font-size: 14px;
	}

	.zpleft-two-xiax-onea {
		font-size: 12px;
		margin-right: 0;
		padding: 0 10px;
		margin-bottom: 0;
		width: 100%;
	}

	.zpleft-two-xiax .about-two-ulright-two {
		padding: 30px 10px 0px;
	}

	.zpleft-two-xiax-onea span {
		font-size: 12px;
	}

	.zpleft-two-xiax-onea:last-child {
		width: 100%;
	}

	.zpleft-two-p {

		padding: 10px 0;
	}

	.zpleft-two-xiax-one {
		flex-wrap: wrap;
	}

	.zpleft-two-xiax {
		margin: 15px 0;
	}

	.zpleft-two-p i {
		top: 14px;
	}

	.zpleft-two-p p {
		width: 29%;
		font-size: 14px;
		padding-left: 10px;
	}

	.zhengshu-xia-one-ul button {
		font-size: 15px;
		width: 90px;
		height: 36px;
		margin: 0 auto;
	}

	.zpleft-oneasqw p {
		margin-bottom: 0;
		font-size: 13px;
	}

	.zpleft-one ul li span {
		font-size: 15px;
		max-width: 91%;
	}

	.zpleft-one {
		margin: 0px 0 30px;
	}

	.input-img {
		width: 94px;
	}

	.zhengshu-xia-one-ul ul li p {
		font-size: 14px;
		border-left: 2px solid #ed6d00;
		padding-left: 14px;
		margin-bottom: 10px;
	}

	.zhengshu-xia-one-two-zong h1 {
		font-size: 12px;
		border-radius: 20px 0 20px 0;
		padding: 12px 24px;
		margin-bottom: 20px;
	}

	.zhengshu-xia-one-two {
		padding: 30px 20px;
	}

	.zhengshu-xia-one ul li p {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 13px;
	}

	.zhengshu {
		padding: 30px 0;
	}

	.news-one-ul ul li {
		padding: 10px 0;
	}

	.news-one {
		padding: 30px 20px 30px;
	}

	.zpright {
		padding: 30px 20px 20px;
	}

	.about-two-ulleft-one .news-one-ul {
		margin-top: 20px;
	}

	.about-two-ulleft-one .news-one-ul span {
		font-size: 15px;
	}

	.about-two-ulleft-one .news-one-ul {

		width: 100%;
	}

	.about-two-ulleft-one {
		padding-bottom: 20px;
	}

	.about-two-ulleft-one h1 {
		margin-top: 20px;
		font-size: 22px;
	}

	.he_popbx {
		width: 58% !important;
	}

}