<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

button {
	padding: 0;
}

label {
	margin-bottom: 0;
}

.clean{
	clear: both;
}

p {
	margin: 0;
}

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

ul li,
ol li {
}
ol.service-list{
	margin: 10px 0 10px 20px !important;
	text-indent: 10px;
	line-height: 30px;
	list-style: decimal !important;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}


/** @group Utilities */
/** @section Text styling */
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {}

.text-strike {
	text-decoration: line-through;
}

.fw-thin {
	font-weight: 100;
}

.fw-extra-light {
	font-weight: 200;
}

.fw-light {
	font-weight: 350;
}

.fw-regular {
	font-weight: 400;
}

.fw-medium {
	font-weight: 500;
}

.fw-semi-bold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-extra-bold {
	font-weight: 800;
}

.fw-black {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #0ac !important;
}

/** @section Row spacing */
.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 &gt; * {
	margin-bottom: 0px;
}

.row-12 {
	margin-bottom: -12px;
}

.row-12:empty {
	margin-bottom: 0;
}

.row-12 &gt; * {
	margin-bottom: 12px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 &gt; * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 &gt; * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 &gt; * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 &gt; * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 &gt; * {
	margin-bottom: 50px;
}

.row-60 {
	margin-bottom: -60px;
}

.row-60:empty {
	margin-bottom: 0;
}

.row-60 &gt; * {
	margin-bottom: 60px;
}

.row-gutters-12 {
	margin-right: -6px;
	margin-left: -6px;
}

.row-gutters-12 &gt; [class*='col-'] {
	padding-right: 6px;
	padding-left: 6px;
}

* + .row {
	margin-top: 29.5px;
}

.text-offset-1 + .row {
	margin-top: 30px;
}

.shop-menu + .row {
	margin-top: 50px;
}

p + .row-content {
	margin-top: 19.95px;
}

.big + .row-content {
	margin-top: 27.3px;
}

h3 + .row-content {
	margin-top: 7.35px;
}

* + .row-content-2 {
	margin-top: 39px;
}

@media (min-width: 768px) {
	.text-offset-1 + .row {
		margin-top: 50px;
	}
	p + .row-content {
		margin-top: 28.5px;
	}
	.big + .row-content {
		margin-top: 39px;
	}
	h3 + .row-content {
		margin-top: 10.5px;
	}
}

@media (min-width: 992px) {
	.row-lg-40 {
		margin-bottom: -40px;
	}
	.row-lg-40:empty {
		margin-bottom: 0;
	}
	.row-lg-40 &gt; * {
		margin-bottom: 40px;
	}
	.row-lg-60 {
		margin-bottom: -60px;
	}
	.row-lg-60:empty {
		margin-bottom: 0;
	}
	.row-lg-60 &gt; * {
		margin-bottom: 60px;
	}
	* + .row {
		margin-top: 41.3px;
	}
	.text-offset-1 + .row {
		margin-top: 70px;
	}
	p + .row-content {
		margin-top: 39.9px;
	}
	.big + .row-content {
		margin-top: 54.6px;
	}
	h3 + .row-content {
		margin-top: 14.7px;
	}
	* + .row-content-2 {
		margin-top: 54.6px;
	}
}

@media (min-width: 1600px) {
	* + .row {
		margin-top: 59px;
	}
	.text-offset-1 + .row {
		margin-top: 100px;
	}
	p + .row-content {
		margin-top: 57px;
	}
	.big + .row-content {
		margin-top: 78px;
	}
	h3 + .row-content {
		margin-top: 21px;
	}
	* + .row-content-2 {
		margin-top: 78px;
	}
}
.fa-chevron-right{
	margin-left: 8px;
	font-size: 13px;
}
.fa-envelope{
	font-size: 14px !important;
}
/** @section Sections */
.section-xs {
	padding: 25px 0;
}
.section-xs{
	padding: 0 0 60px 0;
	margin-top: -35px;
	background: #f0f0f0;
}
.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 70px 0;
}
.section-md2{
	padding: 30px 0;
}
.section-md3{
	padding: 50px 0;
}
section.section-b12 {
	padding-bottom: 12px;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}
@media (max-width: 767.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 70px;
	}
	.page-banner{
		padding: 45px 0 15px 0 !important;
	}
	.section-xs{
		padding: 0 15px 20px 15px;
	}
}

@media (min-width: 768px) {
	.section-xs{
		padding: 0 15px 30px 15px;
	}
	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.page-banner{
		padding: 55px 0 30px 0 !important;
	}
	.section-md2 {
		padding: 30px 0;
	}
	.section-md3{
		padding: 55px 0;
	}
}

@media (min-width: 992px) {
	.section-xs{
		padding: 0 15px 40px 15px;
	}
	.section-sm{
		padding: 0 0 70px 0;
	}
	.section-md {
		padding: 80px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.page-banner{
		padding: 60px 0 50px 0 !important;
	}
	.section-md2 {
		padding: 30px 0;
	}
	.section-md3{
		padding: 50px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 100px 0;
	}
	.section-xs{
		padding: 0 15px 60px 15px;
	}
	.page-banner{
		padding: 70px 0 60px 0 !important;
	}
	.section-md2 {
		padding: 40px 0;
	}
	.section-md3{
		padding: 75px 0;
	}
}

.section-fullheight {
	display: flex;
}

.section-fullheight .section-fullheight-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
}

.section-fullheight .section-fullheight-inner &gt; * {
	width: 100%;
	flex-shrink: 0;
}

.section-fullheight-inner {
	justify-content: space-around;
	text-align: center;
}

@media (min-width: 768px) {
	.section-bustom-bg {
		position: relative;
		z-index: 0;
	}
	.section-bustom-bg::before {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		left: 50%;
		z-index: -1;
		content: '';
		background-color: #f7f7f7;
	}
}

@media (min-width: 1200px) {
	.section-bustom-bg::before {
		left: 54%;
	}
}

/** @section Grid modules */
/** @section Backgrounds */
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}

.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-transparent {
	background-color: #fff;
}

.bg-transparent:not([style*="background-"]) + .bg-transparent:not([style*="background-"]) {
	padding-top: 0;
}
.bg-light-gray {
	background-color: #f8f8f8;
}
.bg-100 {
	background-color: #0ac;
}

.bg-100:not([style*="background-"]) + .bg-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-700 {
	background-color: #333333;
}

.bg-700:not([style*="background-"]) + .bg-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 {
	background-color: #333333;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background-color: #0ac;
}

.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

.bg-custom {
	position: relative;
	z-index: 0;
}

.bg-custom-inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: calc(25% + 3px);
	z-index: -1;
}

@media (min-width: 768px) {
	.bg-custom-inner {
		bottom: calc(30%);
	}
}

@media (min-width: 992px) {
	.bg-custom-inner {
		bottom: calc(11% + 9px);
	}
}

/** @section Utilities custom */
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill &gt; * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline &gt; * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline &gt; * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #f2f2f2;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	color: inherit;
}

p.rights a {
	color: #0ac;
}

p.rights a:hover {
	color: rgba(59, 174, 255, 0.5);
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block &gt; * {
	margin-left: .125em;
	margin-right: .125em;
}

/** @group Components */
/** @section Typography */
body {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.84375;
	font-weight: 350;
	color: #333333;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom:-1px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.h7 {
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.h7 a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover,
.h7 a:hover {
	color: #0ac;
}

h1, .h1 {
	font-size: 2.4rem;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 40px;
		line-height: 1.19444;
	}
}

h2, .h2 {
	font-size: 2rem;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 40px;
		line-height: 1.29167;
	}
}

h3, .h3 {
	font-size: 1.2rem;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 17px;
		line-height: 1.20625;
	}
}

h4, .h4 {
	font-size: 1rem;
	line-height: 1.1;
}

@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 16px;
	}
}

h5, .h5 {
	font-size: 22px;
	line-height: 1.27273;
}

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

.h7 {
	font-weight: 500;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.375;
	color: #333333;
}
.middle {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.625;
}
small,
.small {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
}

.xsmall {
	font-size: 14px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 7px 13px;
	color: #ffffff;
	background: #0ac;
}

.big {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	.big {
		font-size: 24px;
	}
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 350;
}

code {
	padding: 0 0;
	border-radius: 0.2rem;
	font-size: 17px;
	color: #333333;
	background: transparent;
}

ins {
	text-decoration: none;
	border-bottom: 2px solid rgba(59, 174, 255, 0.2);
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #0ac;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #0ac;
	color: #ffffff;
}

::-moz-selection {
	background: #0ac;
	color: #ffffff;
}
.context-dark * h1,
.context-dark * p{
	color: #000;
}

.context-dark a:not(.btn) {
	color: #ffffff;
}

.context-dark a:not(.btn):hover {
	color: rgba(255, 255, 255, 0.5);
}

.context-dark h1 a, .context-dark h2 a, .context-dark h3 a, .context-dark h4 a, .context-dark h5 a, .context-dark h6 a, .context-dark .h1 a, .context-dark .h2 a, .context-dark .h3 a, .context-dark .h4 a, .context-dark .h5 a, .context-dark .h6 a {
	color: inherit;
}

.context-dark h1 a:hover, .context-dark h2 a:hover, .context-dark h3 a:hover, .context-dark h4 a:hover, .context-dark h5 a:hover, .context-dark h6 a:hover, .context-dark .h1 a:hover, .context-dark .h2 a:hover, .context-dark .h3 a:hover, .context-dark .h4 a:hover, .context-dark .h5 a:hover, .context-dark .h6 a:hover {
	color: rgba(255, 255, 255, 0.5);
}

/** @section Brand */
.brand {
	display: inline-flex;
	align-items: flex-end;
}

.brand .brand-logo-light {
	display: none;
	margin-top: 0;
}

.brand .brand-logo-dark {
	display: block;
}

.brand-slogan {
	margin-left: 12px;
	margin-bottom: 3px;
	font-size: 14px;
	color: rgba(34, 34, 38, 0.5);
}

.context-dark .brand-slogan {
	color: rgba(255, 255, 255, 0.5);
}


/** @section Links */
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
	
}

a, a:focus, a:active {
	color: #0ac;
}

a:hover {
	color: #0ac;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #0ac;
}

.link-press {
	color: #0ac;
}

.link-dark {
	color: #333333;
}

.link-dark:hover {
	color: #0ac;
}

.link-underline:hover {}

/*
* Link button
*/
.link-btn {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.625;
	color: #333333;
	transition: all 0.3s ease-in-out;
}

.link-btn:hover {
	color: #0ac;
}

.link-btn-icon {
	margin-right: .4em;
	font-size: 1.6em;
}

.link-btn-icon::before {
	vertical-align: middle;
}

.link-btn-1 {
	position: relative;
	color: #0ac;
	padding-bottom: 5px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.link-btn-1::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom: 2px solid;
	content: '';
	transform: scaleX(0);
	transition: all 0.3s ease-in-out;
}

.link-btn-1:hover {
	color: #0ac;
}

.link-btn-1:hover::before {
	transform: scaleX(1);
}

.link-btn-2 {
	font-size: 14px;
	line-height: 1.5;
}

* + .link-btn-1 {
	margin-top: 29px;
}

* + .link-btn-2 {
	margin-top: 26px;
}

.context-dark .link-btn-1 {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.context-dark .link-btn-1:hover {
	color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1600px) {
	* + .link-btn-1 {
		margin-top: 40.6px;
	}
}

@media (min-width: 1600px) {
	* + .link-btn-1 {
		margin-top: 58px;
	}
	* + .link-btn-2 {
		margin-top: 26px;
	}
}

/** @section Boxes */
/*
* Box cta
*/
.box-cta {
	padding: 30px 15px;
	color: #ffffff;
	background-color: #0ac;
}

.box-cta-title {
	color: inherit;
}

* + .box-cta-text {
	margin-top: 5.95px;
}

* + .box-cta-btn {
	margin-top: 49.7px;
}

@media (min-width: 768px) {
	.box-cta {
		padding: 39px 40px;
	}
	* + .box-cta-text {
		margin-top: 8.5px;
	}
	* + .box-cta-btn {
		margin-top: 71px;
	}
}

@media (min-width: 992px) {
	* + .box-cta-text {
		margin-top: 11.9px;
	}
	* + .box-cta-btn {
		margin-top: 99.4px;
	}
}

@media (min-width: 1600px) {
	* + .box-cta-text {
		margin-top: 17px;
	}
	* + .box-cta-btn {
		margin-top: 142px;
	}
}


/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit &gt; * {
	margin-bottom: 30px;
	margin-left: 10px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs &gt; * {
	margin-bottom: 15px;
	margin-left: 7px;
}

/** @section Lists */
.list &gt; li + li {
	margin-top: 7px;
}

.list-md &gt; li + li {
	margin-top: 10px;
}

.list-typography .list-item + .list-item {
	margin-top: 20px;
}

.list-text .list-item + .list-item {
	margin-top: 15px;
}

.list-inline &gt; li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md &gt; * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md &gt; * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

* + .list-terms {
	margin-top: 25px;
}

.list-terms + * {
	margin-top: 25px;
}

.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

.list-terms-horizontal {
	display: flex;
	font-size: 16px;
	line-height: 1.625;
}

.list-terms-horizontal dt {
	margin-right: 5px;
	color: #747475;
}

.list-terms-horizontal dd {
	color: #0ac;
}

.list-terms-horizontal dt + dd,
.list-terms-horizontal dd + dt {
	margin-top: 0;
}


.list-icons .list-item {
	display: flex;
}

.list-icons .list-icon {
	margin-top: -.08em;
	margin-right: 14px;
	font-size: 1.3em;
	line-height: 1.3;
}

.list-icons .list-item + .list-item {
	margin-top: 14px;
}

* + .list-icons {
	margin-top: 19.95px;
}

@media (min-width: 768px) {
	* + .list-icons {
		margin-top: 28.5px;
	}
}

@media (min-width: 992px) {
	* + .list-icons {
		margin-top: 39.9px;
	}
}

@media (min-width: 1600px) {
	.list-icons .list-icon {
		margin-top: -.18em;
	}
	* + .list-icons {
		margin-top: 57px;
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

figcaption {
	font-size: 14px;
	line-height: 1.5;
	color: #747475;
}

.image-sticky {
	position: sticky;
	top: 76px;
}

.img-responsive {
	display: inline-block;
}
.img-responsive img {
	border-radius: 5px;
}
.img-float-left {
	float: left;
	max-width: 50%;
	margin-right: 30px;
	margin-bottom: 10px;
}

.img-float-right {
	float: right;
	max-width: 50%;
	margin-left: 20px;
	margin-bottom: 10px;
}

* + .img-float-right,
* + .img-float-left {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.img-responsive {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	* + .img-float-right,
	* + .img-float-left {
		margin-top: 46px;
	}
}

/** @section Icons */
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-md {
	font-size: 33px;
}

/** @section Tables custom */
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #333333;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #f2f2f2;
	white-space: nowrap;
}

@media (max-width: 767.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 30px 15px;
}

.table-custom td:first-child {
	padding-left: 0;
}

.table-custom td:last-child {
	padding-right: 0;
}

.table-custom tbody tr:first-child td {
	border-top: 2px solid #dee2e6;
}

.table-custom tbody tr:last-child td {
	border-bottom: 2px solid #dee2e6;
}

.table-custom tr td {
	border-bottom: 1px solid #dee2e6;
}

.table-custom tfoot td {
	font-weight: 700;
}

@media (min-width: 1200px) {
	.table-custom td {
		padding: 59px 15px;
	}
}

.table-custom-primary thead th {
	color: #ffffff;
	background: #0ac;
	border: 0;
}

.table-custom-primary tbody tr:hover td {
	background: #f2f2f2;
}

.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom-bordered td {
	border: 1px solid #dee2e6;
}

.table-custom-bordered tbody &gt; tr:first-of-type &gt; td {
	border-top: 0;
}

.table-custom-striped {
	border-bottom: 1px solid #dee2e6;
}

.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #f2f2f2;
}

.table-custom-striped tbody td {
	border: 0;
}

.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 767.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/* Table 1 */
.table-1 table {
	width: 100%;
}

.table-1 tr:first-child td {
	padding-top: 0;
}

.table-1 td {
	padding: 14px 15px;
	border-bottom: 1px solid #dee2e6;
}

.table-1 td:first-child {
	padding-left: 0;
}

.table-1 td:last-child {
	padding-right: 0;
}

* + .table-1 {
	margin-top: 30px;
}

@media (min-width: 1600px) {
	* + .table-1 {
		margin-top: 41px;
	}
}

/** @section Dividers */
.divider {
	display: block;
	font-size: 0;
	line-height: 0;
}

.divider:before {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	content: "";
	border-top: 2px solid #dee2e6;
}

.divider-1:before {
	border-top: 1px solid #dee2e6;
}

p + .divider-lg {
	margin-top: 32.55px;
}

h6 + .divider {
	margin-top: 13.65px;
}

.rd-form-inline + .divider {
	margin-top: 41.3px;
}

@media (min-width: 768px) {
	p + .divider-lg {
		margin-top: 46.5px;
	}
	h6 + .divider {
		margin-top: 19.5px;
	}
}

@media (min-width: 992px) {
	p + .divider-lg {
		margin-top: 65.1px;
	}
	h6 + .divider {
		margin-top: 27.3px;
	}
}

@media (min-width: 1600px) {
	p + .divider-lg {
		margin-top: 93px;
	}
	h6 + .divider {
		margin-top: 39px;
	}
	.rd-form-inline + .divider {
		margin-top: 59px;
	}
}

/** @section Buttons */
button {
	background: transparent;
	border: none;
}

.btn {
	position: relative;
	overflow: hidden;
	text-transform: none;
	text-overflow: ellipsis;
}

.page .btn:not([class*='shadow']) {
	box-shadow: none;
}

.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']), .page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {
	box-shadow: none;
}

.btn-default, .btn-default:focus {
	color: #0ac;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .btn-default:hover, .btn-default:active, .btn-default.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.btn-default.btn-ujarak::before {
	background: #333333;
}

.btn-primary, .btn-primary:focus {
	color: #fff;
	background: #ac0;
	border-color: #ac0;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
	color: #ffffff;
	background-color: #000;
	border-color: #000;
}

.btn-primary.btn-ujarak::before {
	background: #000;
	border-radius: 0;
}

.bg-primary .btn-primary, .bg-primary .btn-primary:focus {
	color: #0ac;
	background-color: #ffffff;
	border-color: #ffffff;
}

.bg-primary .btn-primary:not(:disabled):not(.disabled):active, .bg-primary .btn-primary:not(:disabled):not(.disabled).active, .bg-primary .btn-primary:hover, .bg-primary .btn-primary:active, .bg-primary .btn-primary.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.bg-primary .btn-primary.btn-ujarak::before {
	background: #333333;
}

.btn-dark, .btn-dark:focus {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:hover, .btn-dark:active, .btn-dark.active {
	color: #ffffff;
	background-color: #747475;
	border-color: #747475;
}

.btn-dark.btn-ujarak::before {
	background: #747475;
}

.btn-white, .btn-white:focus {
	color: #0ac;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .btn-white:hover, .btn-white:active, .btn-white.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.btn-white.btn-ujarak::before {
	background: #333333;
}

.btn-gray-100, .btn-gray-100:focus {
	color: #151515;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .btn-gray-100:hover, .btn-gray-100:active, .btn-gray-100.active {
	color: #151515;
	background-color: #eaeaea;
	border-color: #eaeaea;
}

.btn-gray-100.btn-ujarak::before {
	background: #eaeaea;
}

.btn-default-outline, .btn-default-outline:focus {
	color: #cccccc;
	background-color: transparent;
	border-color: #333333;
}

.btn-default-outline:not(:disabled):not(.disabled):active, .btn-default-outline:not(:disabled):not(.disabled).active, .btn-default-outline:hover, .btn-default-outline:active, .btn-default-outline.active {
	color: #ffffff;
	background-color: #0ac;
	border-color: #0ac;
}

.btn-default-outline.btn-ujarak::before {
	background: #0ac;
}

.btn-ghost {
	border: 0;
	background-color: transparent;
}

.btn-ghost:hover {
	color: #ffffff;
	background: #0ac;
}

.btn-facebook, .btn-facebook:focus {
	color: #ffffff;
	background-color: #0ac;
	border-color: #0ac;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
	color: #ffffff;
	background-color: #0ac;
	border-color: #0ac;
}

.btn-facebook.btn-ujarak::before {
	background: #0ac;
}

.btn-twitter, .btn-twitter:focus {
	color: #ffffff;
	background-color: #0ac;
	border-color: #0ac;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
	color: #ffffff;
	background-color: #0ac;
	border-color: #0ac;
}

.btn-twitter.btn-ujarak::before {
	background: #0ac;
}

.btn-google, .btn-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .btn-google:hover, .btn-google:active, .btn-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.btn-google.btn-ujarak::before {
	background: #cc3a1a;
}

.btn-shadow {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.btn-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

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


p + .btn {
	margin-top: 16px;
}

.row + .btn {
	margin-top: 22.05px;
}

.row-content + .btn {
	margin-top: 27.3px;
}

@media (min-width: 768px) {
	p + .btn {
		margin-top: 22px;
	}
	.row + .btn {
		margin-top: 31.5px;
	}
	.row-content + .btn {
		margin-top: 39px;
	}
}

@media (min-width: 992px) {
	p + .btn {
		margin-top: 30px;
	}
	.row + .btn {
		margin-top: 44.1px;
	}
	.row-content + .btn {
		margin-top: 54.6px;
	}
}

@media (min-width: 1600px) {
	.btn {
		min-width: 180px;
	}
	.btn-sm {
		min-width: 220px;
	}
	p + .btn {
		margin-top: 45px;
	}
	.row + .btn {
		margin-top: 63px;
	}
	.row-content + .btn {
		margin-top: 78px;
	}
}

/** @section Forms */
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .btn {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #0ac;
}

* + .form-wrap {
	margin-top: 19px;
}

* + .form-meta {
	margin-top: 19.5px;
}

* + .form-button {
	margin-top: 21.5px;
}

.form-icon {
	position: absolute;
	top: 50%;
	padding-left: 16px;
	font-size: 17px;
	color: #666;
	transform: translateY(-50%);
}

.form-icon ~ .form-input,
.form-icon ~ .form-label {
	padding-left: 50px;
}

.form-input {
	display: block;
	width: 100%;
	height: 43px;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #333;
	background-color: #f4f4f4;
	background-image: none;
	border-radius: 5px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 2px solid #fff;
}

.form-input:focus {
	outline: 0;
}

.form-input-light {
	background: #f7f7f7;
	border-color: #f7f7f7;
}
.form-bottom{
	margin-top: 20px;
}
.form-bottom input{
	line-height: 40px !important;
	border: solid 2px #fff;
	font-size: 15px;
	padding: 0;
}
.form-bottom input:hover{
	border-color: #fff;
}
textarea.form-input {
	height: 180px;
	min-height: 60px;
	max-height: 306px;
	resize: vertical;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #999;
	font-weight: 350;
}

.form-label {
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 13px;
	font-weight: 350;
	line-height: 27px;
	pointer-events: none;
	z-index: 9;
	text-align: left;
	transition: .25s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	will-change: transform;
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #333333;
}

.form-label-sm {
	top: 25px;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 11;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
	max-width: calc(100% - 30px);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
		max-width: calc(100% - 60px);
	}
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
	cursor: pointer;
	font-size: 16px;
	color: #747475;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #f2f2f2;
	transition: .22s;
	cursor: pointer;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.radio-custom:checked + .radio-custom-dummy,
.checkbox-custom:checked + .checkbox-custom-dummy {
	border-color: #0ac;
}

.radio-custom:checked + .radio-custom-dummy::after,
.checkbox-custom:checked + .checkbox-custom-dummy::after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 34px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #333333;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	position: relative;
	padding-left: 34px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	margin: 0;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 20px;
	line-height: 22px;
	color: #0ac;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #0ac;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.control-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.control-box .radio &gt; span {
	display: block;
}

.control-box-item {
	margin-left: 15px;
}

* + .control-box-text {
	margin-top: 7px;
}

* + .control-box {
	margin-top: 30px;
}

.control-box + .control-box {
	margin-top: 15px;
	padding-top: 22px;
	border-top: 1px solid #dee2e6;
}

@media (min-width: 1600px) {
	* + .control-box {
		margin-top: 43px;
	}
	* + .control-box-text {
		margin-top: 11px;
	}
}

.rd-form-inline {
	align-items: stretch;
	justify-content: center;
	text-align: center;
	margin-bottom: -8px;
	margin-left: -10px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline &gt; * {
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 10px;
}

.rd-form-inline &gt; * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	margin-top: 0;
	flex-shrink: 0;
	max-width: calc(100% - 10px);
}

@media (min-width: 576px) {
	.rd-form-inline {
		display: flex;
	}
	.rd-form-inline .form-button {
		display: flex;
	}
	.rd-form-inline .btn {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		min-width: 0;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

@media (min-width: 576px) {
	.form-inline-1 {
		margin-left: 0;
	}
	.form-inline-1 &gt; * {
		margin-left: 0;
	}
	.form-inline-1 .form-input {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.form-inline-1 .btn {
		min-width: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rd-form-inline-2 .form-wrap {
		flex-grow: 0;
		flex-shrink: 0;
		width: 130px;
	}
	.rd-form-inline-2 .form-input,
	.rd-form-inline-2 .form-label {
		text-align: center;
	}
	.rd-form-inline-2 .form-button {
		flex-grow: 1;
	}
	.rd-form-inline-width {
		max-width: 580px;
	}
	.rd-form-inline-width .btn {
		min-width: 170px;
	}
}

* + .rd-form-inline {
	margin-top: 28.7px;
}

h4 + .rd-form-inline {
	margin-top: 20px;
}

.form-sm .form-input {
	height: 50px;
	padding: 13px 18px;
	font-size: 16px;
	line-height: 27px;
}

.form-sm .form-label {
	top: 25px;
	padding: 13px 18px;
	font-size: 16px;
}

.form-sm .btn {
	padding: 12px 28px;
	font-size: 14px;
	line-height: 1.6;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 21px;
	padding-bottom: 21px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 68px;
}

.form-lg .form-button {
	min-height: 70px;
}

.form-lg .form-label {
	top: 35px;
}

.form-boxed {
	padding: 30px 20px;
	background: rgba(255, 255, 255, 1.0) !important;
	border-radius: 5px;
	box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
}

.form-boxed .radio .radio-custom-dummy,
.form-boxed .radio-inline .radio-custom-dummy,
.form-boxed .checkbox .checkbox-custom-dummy,
.form-boxed .checkbox-inline .checkbox-custom-dummy {
	background: #ffffff;
}

.form-boxed * + .form-button {
	margin-top: 20px;
}
.form-boxed-header h4{
	font-size: 20px;
}
.form-boxed-header + .form-wrap {
	margin-top: 19.5px;
}
.form-meta,
.form-boxed-header p{
	margin-top: 10px;
	font-size: 12px;
	color: #444;
}
.bg-100 .form-boxed {
	background-color: #ffffff;
}

.bg-100 .form-boxed .radio .radio-custom-dummy,
.bg-100 .form-boxed .radio-inline .radio-custom-dummy,
.bg-100 .form-boxed .checkbox .checkbox-custom-dummy,
.bg-100 .form-boxed .checkbox-inline .checkbox-custom-dummy {
	background: #f2f2f2;
}



/* Form block */
* + .form-block-info {
	margin-top: 28.7px;
}

.form-block-info + .form-block-info {
	margin-top: 42.7px;
}

.form-block * + .form-wrap,
.form-block * + .row {
	margin-top: 14.7px;
}




@media (min-width: 1200px) {
	* + .form-meta {
		margin-top: 20px;
	}
	* + .form-button {
		margin-top: 43px;
	}
	* + .rd-form-inline {
		margin-top: 82px;
	}
	* + .form-block-info {
		margin-top: 41px;
	}
	.form-block-info + .form-block-info {
		margin-top: 61px;
	}
	.form-block * + .form-wrap,
	.form-block * + .row {
		margin-top: 20px;
	}
	.form-boxed {
		padding: 40px;
	}
	.form-boxed-header + .form-wrap {
		margin-top: 20px;
	}
}
@media (max-width: 1200px) {
	* + .form-meta {
		margin-top: 15px;
	}
	* + .form-button {
		margin-top: 25.1px;
	}
	* + .rd-form-inline {
		margin-top: 57.4px;
	}
	.form-boxed {
		padding: 25px;
	}
	.form-boxed-header + .form-wrap {
		margin-top: 15px;
	}
}

@media (max-width: 992px) {
	* + .form-meta {
		margin-top: 20px;
	}
	* + .form-button {
		margin-top: 30.1px;
	}
	* + .rd-form-inline {
		margin-top: 57.4px;
	}
	.form-boxed {
		padding: 40px;
	}
	.form-boxed-header + .form-wrap {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	* + .rd-form-inline {
		margin-top: 41px;
	}
	.form-boxed {
		padding: 40px !important;
	}
}
/** @section Thumbnails */
.our-adv .thumbnail-img {
	width: 100%;
}
.product-list .thumbnail-boxed{
	float: left;
}
.case-logo p,
.case-logo a p{
	display: block;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.thumbnail-media img{
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: solid 1px #fff;
}

.our-adv .thumbnail-boxed:hover .thumbnail-media::before{
	color: #0ac;
}
.img-icon{
	font: normal normal normal 30px/1 "fontawesome";
}
.thumbnail-link {
	display: inline-block;
}

.thumbnail-text a{
	color: #333;
	display: block;
	padding: 12px 15px;
	font-size: 13px;
}
* + .thumbnail-price {
	margin-top: 7px;
}

.thumbnail-boxed {
	transition: all 0.3s ease-in-out;
	will-change: transform;
	border-radius: 7px;
	overflow: hidden;
	border: solid 2px #fff;
	background: #f6f6f6;
	padding: 0;
}

.thumbnail-boxed .thumbnail-body {
	padding:0;
	transition: all 0.3s ease-in-out;
}

.thumbnail-boxed:hover {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
	border-color: #000;
}

.customer-img {
	transition: all 0.3s ease-in-out;
	will-change: transform;
	border-radius: 7px;
	overflow: hidden;
	border: solid 2px #0ac;
	background: #0ac;
}
.customer-img:hover {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
	border-color: #000;
}
.customer-img:hover{
	border-color: #000;
	background: #000;
}
.customer-img2{
	border: solid 2px #fff;
	background: #fff;
}
.customer-img2:hover{
	border-color: #000;
	background: #fff;
}

.customer-img-single {
	transition: all 0.3s ease-in-out;
	will-change: transform;
	border-radius: 7px;
	overflow: hidden;
	background: #0ac;
	border: solid 2px #0ac;
}
.customer-img-single .thumbnail-img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	overflow: hidden;
}
.customer-img-single:hover {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
	border-color: #000;
}

.customer-img-single:hover{
	background: #000;
}
.customer-img-single .case-logo a p{
	color: #fff;
	line-height: 36px;
	height: 36px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}
.customer-img-single:hover .case-logo a p{
	color: #fff;
}
.customer-text-single {
	color: #333;
	line-height: 44px;
	padding: 0;
	text-align: center;
	border: solid 1px #ddd;
	background: #fff;
	font-weight: 350;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.customer-text-single:hover{
	border-color: #000;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}
.customer-text-single a{
	display: block;
	color: #666;
}
.customer-text-single a:hover{
	background: #000;
	color: #fff;
}

.customer-text-single2 {
	color: #666;
	line-height: 44px;
	padding: 0;
	text-align: center;
	border: dotted 1px #ddd;
	background: #fafafa;
	font-weight: 350;
	border-radius: 5px;
}

/*
* Thumbnail gallery
*/
.thumbnail-gallery {
	position: relative;
	display: block;
	overflow: hidden;
}

.thumbnail-gallery, .thumbnail-gallery:focus, .thumbnail-gallery:active, .thumbnail-gallery:hover {
	color: #ffffff;
}

.thumbnail-gallery .thumbnail-img {
	transition: all 0.3s ease-in-out;
	will-change: transform;
}

.thumbnail-gallery .thumbnail-body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(17, 17, 17, 0.45);
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.thumbnail-gallery .thumbnail-icon {
	position: relative;
	font-size: 30px;
}

.thumbnail-gallery .thumbnail-icon::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

.desktop .thumbnail-gallery .thumbnail-icon::after {
	width: 78px;
	height: 78px;
	transform: translate(-50%, -50%) scale(2);
}

.desktop .thumbnail-gallery .thumbnail-body {
	opacity: 0;
}

.desktop .thumbnail-gallery:hover .thumbnail-img {
	transform: scale(1.1);
}

.desktop .thumbnail-gallery:hover .thumbnail-body {
	opacity: 1;
}

.desktop .thumbnail-gallery:hover .thumbnail-icon::after {
	transform: translate(-50%, -50%);
}

/* Thumbnail simple */
.thumbnail-simple {
	position: relative;
	display: block;
}

.thumbnail-simple .thumbnail-icon {
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	color: #333333;
	background-color: #ffffff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.thumbnail-simple .thumbnail-icon:hover {
	color: #ffffff;
	background-color: #333333;
}
/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	padding: 20px 0 50px;
}

.breadcrumbs-custom-1 {
	padding: 20px 0 50px;
}

.breadcrumbs-custom-path + .breadcrumbs-meta {
	margin-top: 40px;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumbs-custom-path &gt; * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #747475;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs-custom-path li::after {
	content: "/";
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #747475;
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 31px 0 80px;
	}
	.breadcrumbs-custom-1 {
		padding: 31px 0 80px;
	}
	.breadcrumbs-custom-path + .breadcrumbs-meta {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom {
		padding: 31px 0 119px;
	}
	.breadcrumbs-custom-1 {
		padding: 31px 0 105px;
	}
	.breadcrumbs-custom-path + .breadcrumbs-meta {
		margin-top: 69.3px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		padding: 31px 0 119px;
	}
	.breadcrumbs-custom-1 {
		padding: 31px 0 150px;
	}
	.breadcrumbs-custom-path + .breadcrumbs-meta {
		margin-top: 99px;
	}
}



/** @section Text */
.text-100 {
	color: #f7f7f7;
}

.text-200 {
	color: #f2f2f2;
}

.text-300 {
	color: #cccccc;
}

.text-400 {
	color: #b7b7b7;
}

.text-500 {
	color: #9b9b9b;
}

.text-600 {
	color: #747475;
}

.text-700 {
	color: #333333;
}

.text-800 {
	color: #151515;
}

.text-900 {
	color: #111111;
}

.text-caption {
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
}

.text-divider {
	position: relative;
	padding-top: 0;
}
h1.text-divider{
	font-weight: 1000 !important;
	color: rgba(0, 0, 0, 1.0);
}
.text-divider i{
	margin: 0 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
}
h3.text-divider{
	font-size: 14px;
	font-weight: 350;
	padding-bottom: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #666;
}
.text-divider-item{
	display: block;
	font-size: 35px;
	font-weight: 100;
	color: #0ac;
	margin: 0 0 8px 0;
	letter-spacing: 2px;
	line-height: 35px;
	text-transform: uppercase;
}
.about-section .text-divider,
.about-section .text-divider-item{
	color: #fff;
}
.text-divider-aboutpage .text-divider,
.text-divider-aboutpage .text-divider span{
	color: rgba(255, 255, 255, 1);
}

.text-divider-adv .text-divider-item{
	color:#0ac;
}
.text-divider-adv .text-divider{
	color: #ccc;
}

.text-divider-adv p a{
	color: #0ac;
}
.text-divider-adv p a:hover{
	text-decoration: underline;
}
.about-img-list{
	overflow: hidden;
	background: #f00;
}
/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	background: #ac0;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: solid 2px #fff;
}

.ui-to-top:hover {
	color: #fff;
	background: #000;
	border-color: #fff;
	text-decoration: none;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
	background: #000;
	color: #ac0;
	border-color: #ac0;
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 20px;
		bottom: 20px;
	}
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .sidebar-classic-wrap, .rd-navbar-classic.rd-navbar-static .rd-navbar-main, .rd-navbar-classic.rd-navbar-static .rd-navbar-elements &gt; *, .rd-navbar-modern.rd-navbar-static .rd-navbar-main, .rd-navbar-creative.rd-navbar-static .rd-navbar-main, .rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; *, .rd-navbar-minimal.rd-navbar-static .rd-navbar-main, .rd-navbar-jean.rd-navbar-static .rd-navbar-main {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	position: relative;
	margin-top: 0px;
	border-top: solid 1px #f2f2f2;
	display: none;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	z-index: 2;
}
/*header背景色*/

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 72px;
	height: 70px;
	line-height: 30px;
	cursor: pointer;
	color: #0ac;
	border: none;
	display: none;
	padding: 0;
	background: #0ac !important;
	border-radius: 0 ;
	margin: 0 18px 0 -3px;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 9px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 26px;
	height: 3px;
	background-color: #fff;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle.active span {
	background: transparent;
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	transform-origin: 50% 50%;
	top: 0;
}

.rd-navbar-toggle.active span:before {
	transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
	transform: rotate(-45deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #151515;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
	z-index: 100000;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}


.rd-navbar-dropdown {
	display: none;
}

.mac-os .rd-navbar a {
	-webkit-font-smoothing: antialiased;
}

/*
* @subsection  RD Navbar Static PC菜单
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}
.rd-nav-link i{
	padding-right: 8px;
}
@media (max-width: 992px) {
	.rd-nav-link i{
		display: none;
	}
}
.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #0ac;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus &gt; .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened &gt; .rd-navbar-submenu-toggle {
	color: #0ac;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #0ac;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active &gt; .rd-navbar-submenu-toggle {
	color: #0ac;
}

.rd-navbar-static .rd-nav-item.focus &gt; .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened &gt; .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	color:#0ac;
}

.rd-navbar-static .rd-nav-item &gt; .rd-navbar-submenu-toggle {
	margin-left: 4px;
	margin-top: -3px;
	font-size: 10px;
	font-weight: 100;
	font-family: "FontAwesome";
	cursor: pointer;
}

.rd-navbar-static .rd-nav-item &gt; .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: "\f0dd";
	color: rgba(0, 0, 0, 0.3);
}
/*PC菜单下拉图标*/
.rd-navbar-static .rd-nav-item &gt; .rd-navbar-submenu-toggle:hover {
	color: #0ac;
}

.rd-navbar-static .rd-nav-item &gt; .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 18px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 48px;
	}
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	transition: .25s;
}
/*PC菜单字体颜色*/

.rd-navbar-static .rd-nav-link:hover {
	color: #0ac;}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	top: 100%;
	width: 269px;
	margin-left: -45px;
	margin-top: -1px;
	background: #fff;
	transform: translate3d(0, 10px, 0);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 500000;
	padding: 0 12px 12px 12px;
	border: solid 1px #ddd;
	border-top: solid 1px #fff;
}
.menu_pro .rd-navbar-dropdown{
	width: 514px;
}
.rd-navbar-static .rd-navbar-dropdown li.rd-dropdown-item{
	display: block;
	float: left;
	width: 243px;
	padding: 0 1px 2px 1px;
}
.rd-navbar-static .rd-navbar-dropdown li.rd-dropdown-item a{
	background: #f8f8f8;
}
.rd-navbar-static .rd-navbar-dropdown li.rd-dropdown-item a:hover{
	background: #0ac;
}
/*下拉菜单*/

.rd-navbar-static .rd-dropdown-item {
	position: relative;
}
.rd-dropdown-item i{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	margin-left: 10px;
}
/*文章数量*/
.rd-navbar-static .rd-dropdown-item &gt; .rd-navbar-submenu-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	font-family: 'fontawesome';
	color: #f00;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.rd-navbar-static .rd-dropdown-item &gt; .rd-navbar-submenu-toggle::before {
	content: '999999';
}

.rd-navbar-static .rd-dropdown-item.focus &gt; .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened &gt; .rd-dropdown-link {
	color: #ffffff;
}

.rd-navbar-static .rd-dropdown-item.focus &gt; .rd-navbar-submenu-toggle, .rd-navbar-static .rd-dropdown-item.opened &gt; .rd-navbar-submenu-toggle {
	color: #0ac;
}

.rd-navbar-static .rd-dropdown-link {
	color: #333;
}
.rd-dropdown-item a span{
	margin-right: 8px;
}
.rd-navbar-static .rd-dropdown-link:hover {
	color: #ffffff;
}


.rd-navbar-static .rd-navbar-dropdown li &gt; a {
	display: block;
	position: relative;
	text-align: left;
	padding: 8px 30px;
}

.rd-navbar-static .rd-navbar-dropdown li &gt; a, .rd-navbar-static .rd-navbar-dropdown li &gt; a:focus, .rd-navbar-static .rd-navbar-dropdown li &gt; a:active {
	color: #222;
}
/*PC下拉菜单字体颜色*/
.rd-navbar-static .rd-navbar-dropdown li &gt; a:hover {
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-dropdown li &gt; a, .rd-navbar-static .rd-navbar-dropdown li &gt; a::before {
	transition: all .3s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li &gt; a::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0ac;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.rd-navbar-static .rd-navbar-dropdown li.focus &gt; a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened &gt; a::before,
.rd-navbar-static .rd-navbar-dropdown li &gt; a:hover::before {
	height: 100%;
	opacity: 1;
	visibility: visible;

}

.rd-navbar-static .rd-dropdown-link,
.rd-navbar-static .rd-megamenu-list-link {
	font-size: 13px;
	line-height: 1.0;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-dropdown-link,
	.rd-navbar-static .rd-megamenu-list-link {
		font-size: 13px;
	}
}
@media (min-width: 1400px) {
	.rd-navbar-static .rd-dropdown-link,
	.rd-navbar-static .rd-megamenu-list-link {
		font-size: 13px;
	}
}
.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	top: 100%;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	padding: 35px 190px 16px 30px;
	background: #ffffff;
	transform: translate3d(-50%, 30px, 0);
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-navbar-megamenu {
		padding: 45px 225px 16px 45px;
	}
}

.rd-navbar-static .rd-megamenu-image {
	position: absolute;
	overflow: hidden;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 160px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-image {
		width: 180px;
	}
}

.rd-navbar-static .rd-megamenu-link {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images_sf/map-1-182x381.jpg);
	background-position: 50%;
	background-size: cover;
	transition: all .3s ease;
}

.rd-navbar-static .rd-megamenu-link:hover {
	transform: scale(1.2);
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 30px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
		padding-left: 40px;
	}
}

.rd-navbar-static .rd-megamenu-title {
	border-left: 4px solid;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #0ac;
}

.rd-navbar-static .rd-megamenu-title a, .rd-navbar-static .rd-megamenu-title a:focus, .rd-navbar-static .rd-megamenu-title a:active {
	color: inherit;
}

.rd-navbar-static .rd-megamenu-title a:hover {
	color: #333;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-title {
		font-size: 15px;
	}
}

.rd-navbar-static * + .rd-megamenu-title {
	margin-top: 30px;
}

.rd-navbar-static .rd-megamenu-list-item {
	padding: 10px 0;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	border-top: 1px solid #cccccc;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-list-item {
		padding: 20px 0;
	}
}

.rd-navbar-static .rd-megamenu-list-link {
	text-align: left;
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #0ac;
	background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 18px;
}

.rd-navbar-static .rd-navbar-submenu.focus &gt; .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened &gt; .rd-menu {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-submenu.focus &gt; .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-submenu.opened &gt; .rd-navbar-dropdown {
	transform: none;
}

.rd-navbar-static .rd-navbar-submenu.focus &gt; .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-submenu.opened &gt; .rd-navbar-megamenu {
	transform: translate3d(-50%, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 320px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 48px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #333;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "�?;
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "�?;
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #0ac;
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
}

.rd-navbar-static .rd-navbar-brand {
	display: flex;
	align-items: center;
	min-height: 72px;
}

.rd-navbar-static .rd-navbar-brand a {
	display: flex;
}

.ie-10 .rd-navbar-static .rd-navbar-brand,
.ie-11 .rd-navbar-static .rd-navbar-brand,
.ie-edge .rd-navbar-static .rd-navbar-brand {
	height: 72px;
}

/*
*
* RD Navbar Fixed 移动菜单
*/
.rd-navbar-fixed {
	display: block;
	z-index: auto;
	text-align: center;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	will-change: transform;
	margin: 0 auto;
}
.rd-navbar-fixed .rd-navbar-brand .brand{
	display: block;
	margin-left: -85px;
}
.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 120px;
	max-height: 60px;
}

.rd-navbar-fixed .rd-navbar-brand .brand-slogan {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #fff;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 72px;
	padding: 9px 4px;
	background: #fff !important;
}
/*移动菜单背景色*/

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: 72px;
	bottom: 0;
	z-index: 1079;
	width: 320px;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 30px;
	transform: translateX(-110%);
}

/*.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}
*/

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 1px 0 0 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	border-bottom: solid 1px #fff;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 15px;
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.rd-navbar-fixed li.opened &gt; .rd-navbar-dropdown {
	padding: 1px 0 0;
}

.rd-navbar-fixed li.opened &gt; .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened &gt; .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened &gt; .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown &gt; li &gt; a {
	padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li &gt; a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li &gt; a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened &gt; .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened &gt; .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list &gt; li &gt; a,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li &gt; a {
	display: block;
	padding: 11px 56px 11px 16px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .1em;
	background: #e2e2e2;
}
/*移动下拉菜单背景色*/

.rd-navbar-fixed .rd-megamenu-list &gt; li + li,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li + li {
	margin-top: 1px;
}

.rd-navbar-fixed .rd-megamenu-list &gt; li &gt; a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	margin: 0 15px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu &gt; li + li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f078';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 48px;
	font: 14px "fontawesome";
	line-height: 48px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline &gt; li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline &gt; li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "�?;
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "�?;
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1080;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #151515;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	background: #ffffff;
}
/*移动菜单阴影*/

.rd-navbar-fixed .rd-navbar-nav-wrap {
	background: rgba(240, 240, 240, 0.98);
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.37);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #0ac;
}

.rd-navbar-fixed .rd-nav-item:hover &gt; .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus &gt; .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active &gt; .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened &gt; .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #151515;
}

.rd-navbar-fixed .rd-megamenu-list &gt; li &gt; a,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li &gt; a {
	color: #151515;
}

.rd-navbar-fixed .rd-megamenu-list &gt; li:hover &gt; a,
.rd-navbar-fixed .rd-megamenu-list &gt; li.focus &gt; a,
.rd-navbar-fixed .rd-megamenu-list &gt; li.active &gt; a,
.rd-navbar-fixed .rd-megamenu-list &gt; li.opened &gt; a,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li:hover &gt; a,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li.focus &gt; a,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li.active &gt; a,
.rd-navbar-fixed .rd-navbar-dropdown &gt; li.opened &gt; a {
	color: #ffffff;
	background: #0ac;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #0ac;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: inherit;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #151515;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #151515;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #0ac;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #151515;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #0ac;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #151515;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element &gt; * + * {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 90px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #f2f2f2;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #0ac;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	border-top: 1px solid #f2f2f2;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #cccccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #0ac;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened &gt; .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened &gt; .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened &gt; .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-submenu &gt; .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-submenu &gt; .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-submenu.opened &gt; .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-submenu.opened &gt; .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-submenu .rd-navbar-submenu &gt; .rd-navbar-dropdown {
	transform: translateX(-30px);
}

.rd-navbar-sidebar .rd-navbar-submenu &gt; .rd-navbar-submenu .rd-navbar-submenu.opened &gt; .rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown &gt; .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #151515;
}

.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown &gt; .rd-navbar-submenu-toggle:hover {
	color: #0ac;
}

.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown &gt; .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown &gt; .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cccccc;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li &gt; a,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a {
	display: block;
	position: relative;
	text-align: left;
	padding: 7px 30px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li &gt; a, .rd-navbar-sidebar .rd-navbar-dropdown li &gt; a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li &gt; a:active,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a:focus,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a:active {
	color: #151515;
}

.rd-navbar-sidebar .rd-navbar-dropdown li &gt; a:hover,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a:hover {
	color: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-dropdown li &gt; a, .rd-navbar-sidebar .rd-navbar-dropdown li &gt; a::before,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a::before {
	transition: all .3s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li &gt; a::before,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0ac;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transform: scale(0.8);
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus &gt; a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened &gt; a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li &gt; a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus &gt; a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened &gt; a::before,
.rd-navbar-sidebar .rd-megamenu-list li &gt; a:hover::before {
	height: 100%;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu &gt; * {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu &gt; li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list &gt; li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown &gt; a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown &gt; a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown &gt; a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus &gt; a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened &gt; .rd-navbar-submenu-toggle {
	color: #0ac;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened &gt; .rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown &gt; li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item &gt; .rd-navbar-dropdown .rd-navbar-dropdown &gt; li &gt; a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}
	.rd-navbar-sidebar .rd-navbar-megamenu &gt; * {
		margin-bottom: 30px;
	}
	.rd-navbar-sidebar .rd-navbar-dropdown &gt; li + li,
	.rd-navbar-sidebar .rd-megamenu-list &gt; li + li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

.sidebar-wrap {
	position: fixed;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 320px;
	color: #000;
	background: rgba(240, 240, 240, 0.98);
	transform: translateX(101%);
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
}

@media (min-width: 768px) {
	.sidebar-wrap {
		width: 320px;
	}
}

@media (min-width: 1200px) {
	.sidebar-wrap {
		width: 400px;
	}
}

.sidebar-wrap.active {
	transform: none;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.37);
}

.sidebar {
	flex-grow: 1;
	padding: 70px 30px 30px;
}

.sidebar img {
	width: 100%;
}

.sidebar-title {
	letter-spacing: 0;
	text-transform: none;
	color: #000;
}

.sidebar-panel {
	border-top: 2px solid rgba(34, 34, 38, 0.1);
}

.sidebar-panel .list-social {
	display: flex;
	text-align: center;
}

.sidebar-panel .list-social li {
	padding: 16px 5px;
	flex-grow: 1;
}

.sidebar-panel .list-social li .icon {
	font-size: 25px;
}

.sidebar-panel .list-social li .icon:hover {
	color: rgba(59, 174, 255, 0.5);
}

.sidebar-panel .list-social li + li {
	border-left: 2px solid rgba(34, 34, 38, 0.1);
}

@media (min-width: 1200px) {
	.sidebar-panel .list-social li {
		padding: 36px 10px;
	}
	.sidebar-panel .list-social li .icon {
		font-size: 40px;
	}
}

.rd-navbar-fixed .sidebar-wrap {
	z-index: 1080;
}

.navbar-product {
	align-items: flex-start;
}

.navbar-product .news-title {
	font-size: 16px;
	line-height: 1.625;
}

.sidebar-footer {
	margin: 0 30px 30px;
	padding-top: 25px;
	border-top: 2px solid rgba(34, 34, 38, 0.1);
}

.sidebar-footer-btns {
	margin-bottom: -10px;
	margin-left: -10px;
}

.sidebar-footer-btns:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.sidebar-footer-btns &gt; * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

* + .navbar-product {
	margin-top: 35px;
}

* + .sidebar-footer-btns {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.sidebar {
		padding: 75px 40px 30px;
	}
	.sidebar-footer {
		padding-top: 40px;
		margin: 0 40px 40px;
	}
	* + .sidebar-footer-btns {
		margin-top: 40px;
	}
}

.sidebar-classic-wrap {
	font-weight: 400;
	color: #151515;
}

* + .sidebar-image {
	margin-top: 25px;
	border-radius: 5px;
	border: solid 1px #fff;
}

@media (min-width: 1200px) {
	* + .sidebar-image {
		margin-top: 35px;
		border-radius: 5px;
	}
}

.rd-navbar-static .sidebar-classic-wrap {
	position: fixed;
	display: flex;
	flex-direction: column;
	top: 0;
	bottom: 0;
	left: 0;
	width: 220px;
	pointer-events: none;
	z-index: -1;
}

@media (min-width: 1200px) {
	.rd-navbar-static .sidebar-classic-wrap {
		width: 200px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static .sidebar-classic-wrap {
		width: 200px;
	}
}

.rd-navbar-static .sidebar-classic-wrap.active {
	pointer-events: auto;
}

.rd-navbar-static .sidebar-classic-wrap.active::before {
	transform: none;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li {
	opacity: 1;
	transform: none;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(1) {
	transition-delay: 0.2s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(2) {
	transition-delay: 0.3s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(3) {
	transition-delay: 0.4s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(4) {
	transition-delay: 0.5s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(5) {
	transition-delay: 0.6s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(6) {
	transition-delay: 0.7s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(7) {
	transition-delay: 0.8s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(8) {
	transition-delay: 0.9s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(9) {
	transition-delay: 1s;
}

.rd-navbar-static .sidebar-classic-wrap.active .contacts-classic li:nth-child(10) {
	transition-delay: 1.1s;
}

.rd-navbar-static .sidebar-classic-wrap.active .sidebar-classic-panel {
	opacity: 1;
	transform: none;
	transition-delay: .4s;
}

.rd-navbar-static .sidebar-classic-wrap::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cccccc;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	transform: translateY(-100%) translateY(90px) skewY(-45deg);
	transform-origin: 100% 50%;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

@media (min-width: 1200px) {
	.rd-navbar-static .sidebar-classic-wrap::before {
		transform: translateY(-100%) translateY(110px) skewY(-45deg);
	}
}

.rd-navbar-static .sidebar-classic {
	flex-grow: 1;
	padding: 84% 15px 20px;
}

.rd-navbar-static .sidebar-classic .button-primary {
	display: block;
	color: #ffffff;
}

@media (min-width: 992px) {
	.rd-navbar-static .sidebar-classic .button-primary {
		display: none;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static .sidebar-classic {
		padding: 94% 20px 30px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static .sidebar-classic {
		padding-left: 55px;
		padding-right: 55px;
	}
}

.rd-navbar-static .sidebar-classic-panel {
	text-align: center;
	padding: 20px 10px;
	background: #f7f7f7;
	border-top: 1px solid #f2f2f2;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateY(100%);
	opacity: 0;
}

@media (min-width: 1200px) {
	.rd-navbar-static .sidebar-classic-panel {
		padding: 30px 15px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static .sidebar-classic-panel {
		padding: 44px 15px;
	}
}

.rd-navbar-static .contacts-classic li {
	opacity: 0;
	transform: translateX(-100%);
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-static .contacts-classic &gt; li + li {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .contacts-classic &gt; li + li {
		margin-top: 40px;
	}
}

.rd-navbar-fixed .sidebar-classic-wrap {
	position: fixed;
	top: 56px;
	right: 0;
	width: 320px;
	padding: 20px 30px;
	color: #151515;
	background: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	transform: translateY(-30px);
	visibility: hidden;
	opacity: 0;
	z-index: 100;
}

.rd-navbar-fixed .sidebar-classic-wrap.active {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .sidebar-classic-panel {
	margin-top: 20px;
}

.sidebar-toggle {
	text-align: center;
	border: none;
	color: #666;
	background: transparent;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-radius: 0;
}
.rd-navbar-basket {
	position: relative;
	top: -2px;
	font-size: 27px;
	line-height: 1;
	white-space: nowrap;
}

.rd-navbar-basket, .rd-navbar-basket:focus, .rd-navbar-basket:active {
	color: #151515;
}

.rd-navbar-basket:hover {
	color: #0ac;
}

.rd-navbar-basket span {
	display: inline-block;
	text-align: center;
	max-width: 50px;
	margin-left: 5px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	vertical-align: middle;
	text-overflow: ellipsis;
}

.sidebar-close {
	position: absolute;
	width: 40px;
	height: 40px;
	border: solid 2px #0ac;
	padding: 0;
	transition: all .1s ease;
	text-align: right;
	display: inline-block;
	top: 40px;
	right: 25px;
	transition: all .3s ease;
	transform: translateY(-50%);
	z-index: 2;
}
.sidebar-close:hover{
	border-color: #000;
}

.sidebar-close::before, .sidebar-close::after {
	position: absolute;
	left: 50%;
	content: '';
	width: 24px;
	height: 0;
	transform: translateX(-50%);
	display: inline-block;
	border-top: 2px solid;
	transition: all .3s ease;
	border-color: #0ac;
}

.sidebar-close::before {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.sidebar-close::after {
	bottom: 50%;
	transform: translate(-50%, 50%) rotate(-45deg);
}

.sidebar-close:hover:after, .sidebar-close:hover:before {
	border-color: #000;
}

.rd-navbar-static .sidebar-toggle {
	position: relative;
	width: 24px;
	height: 18px;
	padding: 0;
	transition: all .1s ease;
	text-align: right;
}
.rd-navbar-static .sidebar-toggle::before {
	display: inline-block;
	height: 0;
	border-bottom: 2px solid #666;
	transition: all .3s ease;
}

.rd-navbar-static .sidebar-toggle::after {
	display: inline-block;
	height: 0;
	border-top: 2px solid #666;
	transition: all .3s ease;
}
.rd-navbar-static .sidebar-toggle span {
	display: inline-block;
	height: 2px;
	transition: all .3s ease;
	background: #666;
}
/*PC菜单sidebar按钮*/
.rd-navbar-static .sidebar-toggle::before, .rd-navbar-static .sidebar-toggle::after {
	position: absolute;
	left: 50%;
	content: '';
	width: 24px;
	transform: translateX(-50%);
}

.rd-navbar-static .sidebar-toggle::before {
	top: 0;
}

.rd-navbar-static .sidebar-toggle::after {
	bottom: 0;
}

.rd-navbar-static .sidebar-toggle span {
	width: 12px;
}

.rd-navbar-static .sidebar-toggle:hover span {
	width: 24px;
}

.rd-navbar-static .sidebar-toggle.active span {
	opacity: 0;
}

.rd-navbar-static .sidebar-toggle.active::before {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.rd-navbar-static .sidebar-toggle.active::after {
	bottom: 50%;
	transform: translate(-50%, 50%) rotate(-45deg);
}

.rd-navbar-static .sidebar-toggle-1.active {
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-fixed .sidebar-toggle {
	display: flex;
	align-items: right;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	width: 72px;
	height: 71px;
	margin: -3px 0 0 0;
	padding: 26px 0;
	border-left: solid 1px #eee;
	background: #fff;
}
/*菜单右边三个点的样式*/

.rd-navbar-fixed .sidebar-toggle::before,
.rd-navbar-fixed .sidebar-toggle::after,
.rd-navbar-fixed .sidebar-toggle span{
	display: inline-block;
	height: 3px;
	background: #999;
	transition: all .3s ease;
}
.rd-navbar-fixed .sidebar-toggle::before{
	width: 23px;
	margin-left: 24px;
}
.rd-navbar-fixed .sidebar-toggle::after{
	width: 23px;
	margin-left: 24px;
}
.rd-navbar-fixed .sidebar-toggle span {
	width: 15px;
	margin-left: 32px;
}
.rd-navbar-fixed .sidebar-toggle:hover span {
	width: 23px;
	margin-left: 24px;
}

.rd-navbar-fixed .sidebar-toggle::before, .rd-navbar-fixed .sidebar-toggle::after {
	content: '';
}

.rd-navbar-fixed .sidebar-toggle.active span {
	transform: scale(1.4);
}

.rd-navbar-fixed .sidebar-toggle.active::before, .rd-navbar-fixed .sidebar-toggle.active::after {
	transform: scale(0.6);
}

.rd-navbar-fixed .rd-navbar-basket {
	padding: 7px 10px 11px 0;
}

.contacts-default {
	font-size: 15px;
	line-height: 1.1;
}

.contacts-default a {
	display: inline-block;
	font-weight: 600;
	font-family: Arial, sans-serif;
	color: #0ac !important;
	font-size: 20px;
}

.contacts-default span{
	margin-right: 4px;
}
.contacts-default a, .contacts-default a:focus, .contacts-default a:active {
	color: inherit;
}

.contacts-default a:hover {
	color: #000 !important;
}

.contacts-default-text {
	font-size: 13px;
	color: #333;
	padding-top: 4px;
}

.contacts-default-text + * {
	margin-top: 6px;
}

.contacts-creative {
	text-align: left;
	color: #000;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
}

.contacts-creative .icon {
	font-size: 17px;
	width: 20px;
	color: #0ac;
	text-align: center;
}
.contacts-creative div{
	color: #333;
	font-weight: 400;
}
.contacts-creative a, .contacts-creative a:focus, .contacts-creative a:active {
	color: inherit;
}

.contacts-creative a:hover {
	color: #0ac;
}

.contacts-creative &gt; li + li {
	margin-top: 10px;
}

* + .contacts-creative {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.contacts-creative-2 {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}
}

@media (min-width: 992px) {
	* + .contacts-creative {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.contacts-creative &gt; li + li {
		margin-top: 13px;
	}
	.contacts-creative-2 .icon {
		font-size: 35px;
	}
	* + .contacts-creative {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	* + .contacts-creative {
		margin-top: 50px;
	}
}

.context-dark .contacts-creative-2, .bg-gray-700 .contacts-creative-2, .bg-primary .contacts-creative-2 {
	color: rgba(255, 255, 255, 0.4);
}

.context-dark .contacts-creative-2 .icon, .bg-gray-700 .contacts-creative-2 .icon, .bg-primary .contacts-creative-2 .icon {
	color: #ffffff;
}



/**
*
* RD Navbar Creative
* =====================================================
*/
.rd-navbar-creative.rd-navbar-static {
	
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main &gt; * + * {
	margin-left: 30px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
	position: relative;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
	align-self: stretch;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav {
	display: flex;
	height: 100%;
}

.rd-navbar-creative.rd-navbar-static .rd-nav-item {
	display: inline-flex;
	align-items: center;
}

@media (min-width: 1200px) {
	.rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 22px;
	}
}

@media (min-width: 1400px) {
	.rd-navbar-creative.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 25px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-creative.rd-navbar-static .rd-nav-link {
		font-size: 14px;
	}
}

@media (min-width: 1400px) {
	.rd-navbar-creative.rd-navbar-static .rd-nav-link {
		font-size: 15px;
	}
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-elements {
	display: flex;
	align-items: stretch;
	align-self: stretch;
}
.toogle-button{
	background: rgba(0, 0, 0, 0.15);
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; * {
	display: inherit;
	align-items: center;
	padding: 20px 10px 20px 25px;
	border-left: solid 1px #eee;
}


/*PC菜单按钮背景色*/
.rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; *:last-child {
	display: none;
	padding-left: 20px;
	padding-right: 0;
}

@media (min-width: 1200px) {
	.rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; *:last-child {
		display: block;
	}
	.rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; * {
	padding: 15px 30px;
	}
}

@media (min-width: 1400px) {
	.rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; * {
		padding: 18px 30px;
	}
	.rd-navbar-creative.rd-navbar-static .rd-navbar-elements &gt; *:last-child {
		padding-left: 30px;
	}
}

.rd-navbar-creative.rd-navbar-static .contacts-default {
	font-size: 24px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
	max-width: 180px;
	max-height: 70px;
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-elements &gt; *, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-elements &gt; * {
	padding-top: 13px;
	padding-bottom: 13px;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 40px;
}

.rd-navbar-creative.rd-navbar-fixed .contacts-default {
	display: none;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.16);
	z-index: 1080;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-elements &gt; * {
	border-color: rgba(255, 255, 255, 0.16);
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-item.focus .rd-nav-link, .rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-item.opened .rd-nav-link, .rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-item.active .rd-nav-link {
	color: #0ac;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-link:hover {
	color: #0ac;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .contacts-default,
.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .sidebar-toggle {
	color: #ffffff;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-basket, .rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-basket:focus, .rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-basket:active {
	color: #ffffff;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-basket:hover {
	color: #0ac;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-basket span {
	color: #151515;
	background: #ffffff;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .contacts-default-text {
	color: rgba(255, 255, 255, 0.5);
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .brand-logo-dark {
	display: none;
}

.rd-navbar-creative-1.rd-navbar-static:not(.rd-navbar--is-stuck) .brand-logo-light {
	display: block;
}

.rd-navbar-creative-2.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-item.focus .rd-nav-link, .rd-navbar-creative-2.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-item.opened .rd-nav-link, .rd-navbar-creative-2.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-item.active .rd-nav-link {
	color: #000;
	font-weight: 450;
}
/*上边是有子分类的菜单链接颜色*/
.rd-navbar-creative-2.rd-navbar-static:not(.rd-navbar--is-stuck) .contacts-default a:hover,
.rd-navbar-creative-2.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-nav-link:hover {
	color: #0ac;
}




/** @section Swiper */
@font-face {
	font-family: 'swiper-icons';
	font-weight: 400;
	font-style: normal;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	margin-top: -90px;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
/*banner上移*/
.swiper-container-vertical &gt; .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	margin-bottom: -60px !important;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column &gt; .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	padding-top: 90px;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-text{
	margin: 0;
	padding: 12px 0 0 0;
	font-weight: 400;
	font-size: 15px;
}
/*轮播图上移100像素*/

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* CSS Mode */
.swiper-container-css-mode &gt; .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode &gt; .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode &gt; .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	bottom: 50px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #000;
	font-size: 22px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	z-index: 1000000;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	color: #0ac;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: 36px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: calc(50% - 65px);
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: calc(50% - 65px);
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 100000;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.4);
	border: solid 1px rgba(0, 0, 0, 0.8);
}
/*轮播图圆点*/
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0ac;
	border-color: #000;

}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	display: block;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #0ac;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar,
.swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical &gt; .swiper-pagination-progressbar,
.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-slide {
	min-height: 34vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	white-space: nowrap;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active{
	background-color: #0ac;
}
/*圆点的颜色*/
.swiper-slider-1 h1 + .big {
	margin-top: 21px;
}

.swiper-slider-1 .swiper-slide {
	position: relative;
}

.swiper-slider-1 .swiper-slide::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	/*background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));*/
}
@media (max-width: 768px) {
	.swiper-slider-1 .swiper-slide::before{
		background-image:linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
	}
}
/*轮播图遮罩颜色*/
.swiper-slider-1 .swiper-slide-caption {
	position: relative;
	z-index: 2;
	padding: 120px 0 180px 0;
}

.swiper-slider-1 .swiper-pagination-bullets {
	bottom: 50px;
	padding-bottom: 4px;
}

@media (min-width: 768px) {
	.swiper-slider-1 .swiper-slide-caption {
		padding: 200px 0 220px 0;
	}
}
/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

.ipad .not-animated,
.ios .not-animated {
	opacity: 1 !important;
}

.ios .animated {
	animation: none;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

/** @section Counter */
.counter-value {
	font-weight: 800;
	color: #000;
	font-size:15px;
	z-index: 2;
}
.counter {
	font-size: 30px;
	margin-top: 5px;
}

.counter-simple{
	text-align: center;
	padding: 8px 0 13px 0;
	margin: 15px 0 0 0;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.7);
	display: block;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	border: solid 2px rgba(0, 0, 0, 1.0);
}
.counter-simple:hover{
	border-color: #000;
	color: #000;
	background: rgba(255, 255, 255, 0.9);
}
.counter-simple:hover .counter-value,
.counter-simple:hover .counter-title{
	color: #000;
}

* + .counter-title {
	margin-top: 7px;
	font-weight: 400;
	font-size: 13px;
}
@media (min-width: 992px) {
	* + .counter-title {
		font-size: 12px !important;
	}
}
@media (min-width: 1160px) {
	* + .counter-title {
		font-size: 13px !important;
	}
}
@media (min-width: 1600px) {
	* + .counter-title {
		margin-top: 6px;
	}
}

/*
* Counter listed
*/
.counter-listed .counter-postfix {
	font-size: .65em;
}
.counter-postfix{
	font-size: 15px !important;
	padding-left: 5px;
	color:#fff;
}
.counter-listed * + .counter-title {
	margin-top: 12.95px;
}

.counter-listed * + .counter-text {
	margin-top: 7px;
}

.counter-listed * + .counter-list {
	margin-top: 9.45px;
}

@media (min-width: 768px) {
	.counter-listed * + .counter-title {
		margin-top: 18.5px;
	}
	.counter-listed * + .counter-text {
		margin-top: 10px;
	}
	.counter-listed * + .counter-list {
		margin-top: 13.5px;
	}
}

@media (min-width: 992px) {
	.counter-listed {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	.counter-listed * + .counter-title {
		margin-top: 25.9px;
	}
	.counter-listed * + .counter-text {
		margin-top: 14px;
	}
	.counter-listed * + .counter-list {
		margin-top: 18.9px;
	}
}

@media (min-width: 1600px) {
	.counter-listed * + .counter-title {
		margin-top: 37px;
	}
	.counter-listed * + .counter-text {
		margin-top: 20px;
	}
	.counter-listed * + .counter-list {
		margin-top: 27px;
	}
}



/** @section Owl Carousel */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

* + .owl-carousel {
	margin-top: 30px;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background: #0ac;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	background: #151515;
	color: #ffffff;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: 10px;
}

.owl-carousel .owl-prev::before {
	content: '\f104';
}

.owl-carousel .owl-next {
	right: 10px;
}

.owl-carousel .owl-next::before {
	content: '\f105';
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
}

.owl-carousel .owl-dot span {
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid 1px #000;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: #0ac;
}

.owl-carousel-shadow .owl-stage-outer {
	margin: -25px -28px -30px;
	padding: 25px 28px 30px;
}

.owl-carousel-1 .owl-dots {
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

.owl-carousel-1 .owl-dot {
	margin: 0 5px;
}

@media (min-width: 768px) {
	.owl-carousel-1 .owl-dots {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.owl-carousel-1 .owl-dots {
		margin-top: 10px;
	}
}

@media (min-width: 1600px) {
	.owl-carousel-1 .owl-dots {
		margin-top: 10px;
	}
	.owl-carousel-1 .owl-dot {
		margin: 0 5px;
	}
}



/** @section Bootstrap Modal */
.ios .modal-open {
	position: fixed;
	width: 100%;
	height: 100%;
}
/** @section Lightgallery */

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}




body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}


.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}



.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1090;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
    border-radius: 5px;
	width: auto !important;
	height: auto !important;
}


.lg-outer .lg-empty-html {
	display: none;
}



.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 0.9;
}



.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/** Shifu **/
.counter-title {
	margin: 0;
	z-index: 4;
	color: #000;
}
.home-about{
	padding: 8px 0 5px 0;
	color: #fff;
}
.contact-page{
	padding: 8px 0 5px 0;
}
.about-section{
	margin-top:-20px;
	background-image: url(../images_sf/abg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
@media (max-width: 1200px) {
	.about-section{
		background-size: 150%;
	}
  }
  @media (max-width: 992px) {
	.about-section{
		background-size: 200%;
	}
  }
  @media (max-width: 768) {
	.about-section{
		background-size: 250%;
	}
  }
.about-btn{
	display: block;
	padding: 6px 25px;
	border: solid 2px rgba(255,255,255, 1.0);
	color: rgba(255,255,255, 1.0);
	float: left;
	border-radius: 5px;
	font-weight:400;
	margin: 15px 0 23px 0;
	clear: both;
	text-align: center;
	background: #ac0;
}
.about-btn:hover{
	color: #000;
	border-color: #000;
	background: rgba(255,255,255, 0.8);
}
.hero-waves-page{
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	margin-top: -60px;
	z-index: 1000;
}
.hero-waves {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1000;
  }
  .wave1 use {
	-webkit-animation: move-forever1 14s linear infinite;
	animation: move-forever1 14s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
  }
  
  .wave2 use {
	-webkit-animation: move-forever2 11s linear infinite;
	animation: move-forever2 11s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
  }
  
  .wave3 use {
	-webkit-animation: move-forever3 9s linear infinite;
	animation: move-forever3 9s linear infinite;
	-webkit-animation-delay: -6s;
	animation-delay: -6s;
  }
  
  @-webkit-keyframes move-forever1 {
	0% {
	  transform: translate(85px, 0%);
	}
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  
  @keyframes move-forever1 {
	0% {
	  transform: translate(85px, 0%);
	}
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  @-webkit-keyframes move-forever2 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  @keyframes move-forever2 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  @-webkit-keyframes move-forever3 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  @keyframes move-forever3 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  .overflow-x-0{
	  overflow-x: hidden !important;
  }
  .thumbnail-body{
	margin-top: -40px;
  }
  .thumbnail-title{
	line-height: 25px;
	height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: 600;
	color: #333;
	transition: all 0.3s ease-in-out;
	margin-left: auto;
	margin-right: auto;
  }

  .thumbnail-title a{
	display: block;
  }
  .thumbnail-title a:hover{
	color: #000;
  }
  .btn-100{
	  width: 100% !important;
  }


.blurb-boxed .adv_icon{
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	background: rgba(0, 170, 204, 0.95);
	width: 100%;
	margin: 0;
	padding: 13px 0;
	line-height: 16px;
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
	border-bottom: solid 1px #fff;
}
.adv_icon span{
	padding-right: 8px;
	color: #fff;
	display: inline;
}
.blurb-boxed{
	padding: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	cursor: pointer;
	border: solid 2px rgba(255, 255, 255, 0.2);
	border-radius: 7px;
}

.blurb-boxed:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
	transform: translateY(-3px);
	border-color: #0ac;
	background: #fff;
}

.blurb-boxed p{
	color: #000;
	line-height: 1.3rem;
	padding: 15px 12px;
	background: rgba(255, 255, 255, 0.85);
	transition: all 0.3s ease-in-out;
	
}

.post-boxed{
	background: #fff;
	padding: 20px;
	text-align: left;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: solid 2px #f2f2f2;
	transition: all 0.3s ease-in-out;
}
.post-boxed:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	border-color: #333;
	transform: translateY(-3px);
}
.post-title{
	line-height: 25px;
	font-weight: 600;
	padding: 8px 0;
}
.home-news-title{
	height: 35px;
	font-size: 1.1rem;
	padding: 5px 0;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.post-title a:hover{
	text-decoration: underline;
}

.post-title span{
	color: #0ac;
	font-size: 15px;
	margin-left: 5px;
}
.case-date{
	padding: 10px 15px;
	border-top: solid 1px #eee;
}
.case-date,
.case-date a{
	font-size: 13px;
	color: #777;
}
.case-date a:hover{
	color: #0ac;
	text-decoration: underline;
}
.case-date span{
	margin-right: 8px;
	font-size: 12px;
}


.post-date,
.post-date a{
	font-size: 13px;
	color: #777;
}
.post-date a:hover{
	color: #0ac;
	text-decoration: underline;
}
.post-date span,
.post-text span{
	margin-right: 8px;
	font-size: 12px;
}
.post-meta-item .fa-calendar{
	padding-left: 15px;
}
.single-page-body .post-content{
	background: #fff;
	padding: 50px 70px 60px 70px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.news-single-title .post-text{
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #eee;
	margin-bottom: 40px;
}
.product-single-title{
	background: #fff;
	padding-top: 25px;
	margin-bottom: 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
}
.product-single-title h1{
	font-size: 30px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

@media (max-width: 768px) {
	.product-single-title{
	  padding: 20px 0 0 0;
	}
	.product-single-title h1{
		font-size: 22px;
		letter-spacing: 0px;
		padding: 0 15px;
	}
	.product-single-title h1 span{
		line-height: 20px;
	}
}
.no-top-radius{
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;

}


.product-single-title .post-text{
	text-align: center;
	padding: 6px 0;
	margin-top: 20px;
	background: #0ac;
	color: rgba(255, 255, 255, 0.9);
}
.product-single-title .post-text a{
	color: rgba(255, 255, 255, 0.9);
}
.product-single-title .post-text a:hover{
	color: #fff;
}
.case_title .post-text{
	background: #ac0;
	margin-top: 25px;
}

.post-text{
	font-size: 13px;
	color: #777;
}
.post-text a{
	color: #777;
}
.post-text a:hover{
	color: #000;
	text-decoration: underline;
}

.product-boxed{
	background: #fff;
	border-radius: 7px;
	padding: 0;
	overflow: hidden;
	border: solid 2px #fff;
	transition: all 0.3s ease-in-out;
}
.product-boxed:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-3px);
	border-color: #000;
}

.product-body{
	padding: 0px;
}
.product-heading{
	overflow: hidden;
	margin: -1px 0 0 0;
	padding: 0;
}
.product-heading a img{
	overflow: hidden;
	margin: 0;
	padding: 0;
}


.product-list-title{
	line-height: 20px;
	height: 50px;
	margin-top: -50px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #333 !important;
	font-weight: 600 !important;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
	margin-left: auto;
	margin-right: auto;
}

.product-list-title a{
	display: block;
}
.product-list-title a:hover{
	color: #000;
}

.product-title{
	line-height: 42px;
	height: 42px;
	background: rgba(0, 170, 204, 0.95);
	margin-top: -42px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff !important;
	font-weight: 350 !important;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product-boxed:hover .product-title{
	color: #fff !important;
	background: rgba(0, 0, 0, 0.9);
}
.product-title a{
	display: block;
}
.product-title a:hover{
	color: #fff;
}
.product-title span{
	color: #fff;
	font-size: 16px;
	margin-left: 5px;
}
.product-text{
	line-height: 23px;
	font-size: 13px;
}
.product-text a{
	color: #333;
	padding: 15px 13px;
	display: block;
}
@media (max-width: 992px) {
	.product-img{
		width: 100% !important;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 30px 0;
  }
  #footer .row{
	padding: 0 15px;
  }
  .footer-links{
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
  }
  .footer-links h4{
	font-size: 15px;
	font-weight: 350;
	color: #fff;
	text-align: left;
	padding: 10px 0 15px 0;
	margin: 0;
  }
@media (max-width: 992px) {
	.footer-links h4{
		padding-top: 40px;
	}
}
@media (max-width: 768px) {
	.footer-links h4{
		padding-top: 30px;
	}
}
  .footer-links h4 span{
	padding: 0 8px 0 0;
  }
  span.fa-sitemap{
	padding-right: 12px !important;
  }
  .footer-links ul{
	margin: 0;
	padding: 0 0 30px 0;
	line-height: 30px;
	text-align: left;
  }
  .footer-links ul li{
	display: block;
	list-style: none;
  }
  .footer-links ul li a{
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease-in-out;
	font-size: 13px;
  }
  .footer-links ul li a:hover{
	color: rgba(255, 255, 255, 1.0);
	text-decoration: underline;
  }
  .footer-links ul.pro li{
	float: left;
	width: 50%;
  }
  .footer-links ul li span{
	font-size: 12px;
	padding: 0 12px 0 0;
	color: rgba(255, 255, 255, 0.6);
  }
  .footer-links ul li:hover span{
	color: #fff;
	transform: translateX(2px);
	transition: all 0.3s ease-in-out;
  }
 
  .footer-links p{
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	font-size: 13px;
  }
  .footer-links img{
	margin: 15px 0 0 0;
	width: 129px;
	border-radius: 5px;
	border: solid 1px #000;
  }
  .copyright{
	width: 100%;
	background: #000;
	border-top: solid 1px #333;
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	text-align: center;
	padding: 15px 0;
  }
  .copyright a,.copyright b{
	color: rgba(255, 255, 255, 0.4);
	font-weight: normal;
  }
  .copyright a:hover{
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.8);
  }

@media (min-width: 768px) {
	  #footer{
		padding: 40px 0;
	  }
}
@media (min-width: 992px) {
	#footer{
		padding: 50px 0;
	  }
	.copyright{
		padding: 25px 0;
	}
}
@media (min-width: 1200px) {
	#footer{
		padding: 60px 0;
	  }
	.copyright{
		padding: 30px 0;
	  }
}
.about-bg{
	background: url("../images_sf/bg-about.jpg") center center no-repeat;
}
.news-bg{
	background: url("../images_sf/bg-news.jpg") center center no-repeat;
}
.product-bg{
	background: url("../images_sf/bg-product.jpg") center center no-repeat;
}
.cases-bg{
	background: url("../images_sf/bg-cases.jpg") center center no-repeat;
}
.service-bg{
	background: url("../images_sf/bg-service.jpg") center center no-repeat;
}
.contact-bg{
	background: url("../images_sf/bg-contact.jpg") center center no-repeat;
}
.page-banner{
	background-size: cover;
	position: relative;
  }
.page-banner::before {
	content: "";
	position: absolute;
	background: linear-gradient(110deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.0));
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  @media (max-width: 1200px) {
	.page-banner::before{
		background: linear-gradient(110deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.0)) !important;
	}
  }
  .page-banner .container{
	z-index: 1;
	position: relative;
  }
.bg-index-adv{
	background: url("../images_sf/bg04.jpg") center center no-repeat;
}
.bg-page-dev{
	background: url("../images_sf/about-dev.jpg") center center no-repeat;
}
.bg-adv {
	background-size: cover;
	position: relative;
  }
.bg-adv::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  .bg-adv .container{
	z-index: 2;
	position: relative;
  }
  .bg-adv h3{
	color: #fff;
  }
.bg-adv p span{
	color: #ccc;
  }
  @media (max-width: 992px) {
	.f-right{
	  border-top: solid 1px #222;
	  margin-top: 40px;
	  padding-top: 20px;
	}
}
  @media (max-width: 540px) {
	.f-right{
	  width: 100%;
	  border-top: none;
	  margin: 0;
	  padding-top: 0;
	}
	.footer-1,.footer-2{
		display: none !important;
	}
	.footer-3,.footer-3 *{
		text-align: center !important;
	}
	.footer-3{
		padding-bottom: 30px;
	}
  }
  .footer-3 p{
	color: #ac0;
  }
  .d-inline-block{
	max-width: 550px;
  }
  .d-inline-block a:hover{
	text-decoration: underline;
  }
  .fa-wechat{
	margin-right: 11px;
	color: #ac0;
  }
  .page-content{
	margin: 0px auto;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	max-width: 1210px;
  }
  .page-content h2{
	font-size: 22px;
	padding: 0 0 25px 0;
  }
  .page-content p{
	font-size: 14px;
	padding: 5px 30px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 350;
  }
  .page-title{
	padding-bottom: 60px !important;
  }
  .bg-grey{
	background-color: rgba(244, 244, 244, 1.0);
  }
  .text-divider-adv *{
	color: rgba(255, 255, 255, 0.9);
  }
  ul.develop{
	line-height: 28px;
	font-size: 14px;
	margin-top: -25px;
	margin-bottom: 0;
	padding-left: 20px;
  }
  ul.develop li{
	padding: 25px 0 0 10px;
	list-style: circle !important;
	color: #ccc;
  }
  ul.develop li b{
	color: #ac0;
	padding: 0 10px 0 0;
	font-weight: bold;
  }
  ul.develop li span,
  ul.develop li a{
	text-decoration: underline;
	color: #fff;
  }
  .page-about-section{
	background-image: url(../images_sf/abg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	background-color: #f8f8f8;
}
.about-margin {
	margin-top: 0 !important;
	margin-bottom: -20px !important;
}
.page-about-img img{
	border-radius: 5px;
	border: solid 1px #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.page-about-text{
	background: #fff;
	padding: 23px 0 0 0;
	border-radius: 5px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}


.home-service-title{
	margin: 20px 0 15px 0;
	font-size: 16px;
}
.home-service-title i{
	padding-right: 8px;
}
.home-service-title a{
	margin-left: 8px;
	color: #0ac;
	font-size: 13px;
	font-weight: normal;
	text-indent: 0;
}
.home-service-title a:hover{
	text-decoration: underline;
}
@media (max-width: 768px) {
	.page-about-text{
		margin: 0;
		padding: 40px 0;
		border-radius: 0;
	}
	.page-about-text p{
	padding: 5px 15px;
	}
	.our-service-title{
		padding-top: 20px;
		text-align: center;
	}
	.home-service-title{
		font-size: 18px;
	}
}
.page-about{
	margin-top: -18px;
}
@media (min-width: 1200px) {
	.page-about{
		padding-left: 30px;
	}
	.row-about{
		margin-top: 50px;
	}
}
.page-about p{
	margin-top: 15px;
}

.post-desc{
	padding: 15px 0 0 0;
	width: 100%;
	line-height: 25px;
}
.home-news-desc{
	padding: 12px 0 0 0 !important;
	font-weight: 400;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.post-desc a{
	color: #666;
	font-size: 14px;
}
.post-desc a:hover{
	color:#0ac
}
.news-list{
	margin-top: -30px;
}
.news-list-title{
	padding: 8px 0 5px 0;
	font-size: 20px;
	line-height: 26px;
}
.news-list-title a{
	color: #000;
	font-weight: 500;
}
.news-list-title a span,
.news-list-title a:hover span{
	color: #0ac;
}
.news-list-title a:hover{
	color: #0ac;
}
.news-body{
	padding-left: 40px;
	margin-top: -8px;
	float: left;
}
.news-media{
	max-width: 240px !important;
}
.news-img{
	border-radius: 5px;
}
.news-body{
		padding: 0 0 0 0px;
}
@media (max-width: 1200px) {
	.news-body{
		padding: 0 0 0 25px;
}
}
@media (max-width: 992px) {
	.news-img{
		display: none;
	}
	.news-body{
		padding: 0;
	}
}

.news-side{
	float: left; 
	padding: 30px; 
	background: #fff;
	border: solid 2px #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	margin-top: 30px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.news-side:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	border-color: #000;
	transform: translateY(-3px);
}
.single-date{
	display: block;
	float: left;
	background: #eee;
}
.news-header{
	float: left;
}
.widget{
	margin-left: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.post-know-more{
	display: block;
	margin-top: 15px;
	color: #666;
}
.post-know-more span{
	padding-left: 10px;
}

@media (max-width: 1200px) {
	.widget{
		margin: 0 0 -10px 0;
	}
	.news-list{
		margin-top: -30px;
	}
	.news-content{
		margin-top: 30px;
	}
	.newslist-margin-top{
		margin-top: 00px;
	}
	.post-know-more{
		margin-top: 12px;
	}
}

@media (max-width: 991.99px) {
	.widget{
		display: none;
	}
	.post-content p{
		font-size: 15px !important;
	}
	.news-content-title{
		font-size: 20px;
	}
	.news-content{
		margin-top: 10px !important;
	}
	.widgets{
		margin: 0;
		padding: 0;
		height: 20px;
	}
}

@media (max-width: 768px) {
	.widgets{
		display: none;
	}
	.margin-top-10{
		margin-top: 10px !important;
	}
	.newslist-margin-top{
		margin-top: -10px;
	}
	.news-content{
		margin-top: 20px !important;
	}
	.single-page-body .post-content{
		padding: 18px 24px;
	}
	.post-desc a{
		font-size: 13px;
		line-height: 22px;
	}
	.news-side{
		padding: 20px;
	}
	.news-list-title a{
		line-height: 24px;
		font-size: 18px;
		font-weight: 800 !important;
	}
	.post-know-more{
		display: block;
		background: #0ac;
		padding: 8px 0;
		color: #fff;
		text-align: center;
		border-radius: 3px;
		margin-top: 20px;
	}
	.post-know-more:hover{
		background: #000;
		color: #fff;
	}
}
.widget-title{
	background: #0ac;
	color: #fff;
	line-height: 48px;
	text-indent: 12px;
	font-size: 16px;
	font-weight: 350;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.widget-title i{
	padding-right: 10px;
}
ul.widget-list{
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
ul.widget-list li{
	display: block;
	line-height: 48px;
	margin: 2px 0 0 0;
	text-indent: 12px;
	font-size: 14px;
}
ul.widget-list li a{
	display: block;
	background: #fff;
	color: #000;
	transition: all 0.3s ease-in-out;
}
ul.widget-list li a span{
	color: #0ac;
	padding-left: 6px;
	font-size: 12px;
}
ul.widget-list li a:hover{
	background: #333;
	color: #fff;
}
ul.widget-list li a i{
	padding-right: 10px;
}
.news-content{
	float: left; 
	padding: 45px 30px; 
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	border-radius: 5px;
	width: 100%;
}
.news-single-content{
	padding: 30px 5px 5px 5px; 
	background: #0ac;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 100%;
}
.news-single-content .post-content{
	background: #fff;
	padding: 30px;
	border-radius: 3px;
}
@media (max-width: 768px) {
	.news-single-content{
		padding: 25px 0;
	}
	.news-content{
		padding: 25px 20px;
	}
}

.padding-left-20{
	padding-left: 20px;
}
.news-content-title{
	text-align: center;
	font-size: 26px;
	padding: 10px 0;
	font-weight: 800;
	color: #000;
	line-height: 35px;
}
.news-content-title span{
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	letter-spacing: 0px;
}
.news-single-content .news-content-title{
	color: #fff;
	padding: 0 0 5px 0;
}

.news-single-content .post-text,
.news-single-content .post-text a{
	text-align: center;
	padding-bottom: 20px;
	color: rgba(0, 0, 0, 0.5);
}
.post-content{
	line-height: 1.8;
}
.post-content h2{
	font-size: 20px;
	color: #0ac;
	margin: 25px 0 12px 0;
	padding: 0;
	font-weight: 800;
	line-height: 28px;
	text-indent: -38px;
}
.post-content h2.h2_content{
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	margin: 30px 0 10px 0;
	line-height: 30px;
	text-indent: 0;
	padding: 30px 0 0 0;
	border-top: dotted 1px #eee;
}
.post-content h2.h2_content:before{
	content: none;
}
.post-content h3{
	font-size: 17px;
	color: #000;
	margin: 13px 0 10px 0;
	padding: 10px 0 0 0;
	font-weight: 500;
	line-height: 26px;
	text-indent: -35px;
}
.post-content h4{
	font-size: 15px;
	color: #000;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	font-weight: 500;
	line-height: 26px;
}
.post-content h2::before{
	content: '\f10d';
	font-family: "fontawesome";
	margin: 0 10px 0 8px;
	font-weight: 100;
	color: #eee;
}

.post-content h3::before{
	content: '\f036';
	font-family: "fontawesome";
	margin: 0 8px 0 10px;
	font-weight: 100;
	color: #eee;
}
@media (max-width: 768.1px) {
	.post-content h2{
		text-indent: 0;
		padding-bottom: 0;
	}
	.post-content h2::before{
		margin-left: 0;
	}
	.post-content h3{
		padding-bottom: 0;
		color: #000;
		text-indent: 0;
	}
	.post-content h3::before{
		margin-left: 0;
	}
}
.post-content p{
	padding: 8px 0;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
.post-content p a,
.post-content ul li a{
	color: #222;
	text-decoration: underline;
	font-weight: 350;
}
.post-content p a:hover{
	color: #0ac;
	text-decoration: underline;
}
.post-content * b,
.post-content * strong{
	color: #000;
	font-weight: 350;
}
.post-content ul{
	margin: 0;
	padding: 8px 0;
}
.post-content ul li{
	margin: 0;
	padding: 6px 0 6px 15px;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	color: #444;
	font-weight: 400;
	text-indent: -15px;
}
.post-content ul li::before{
	content: '\f0da';
	font-family: "fontawesome";
	margin-right: 10px;
	font-weight: 200;
	color: #ccc;
}
.post-content ul.uncheck li::before{
	content: '\f0c8';
}
p.keywords{
	color: #777 !important;
	border: dotted 1px #ccc;
	padding: 10px 13px;
	margin-bottom: 30px;
	border-radius: 5px;
	background: #fafafa;
	font-size: 15px;
}
p.keywords a{
	color: #777;
}
.posts-nav {
	font-size: 15px;
	color: #666;
	padding: 0;
	margin: -30px auto 30px auto;
	text-align: center;
	height: auto;
}
.posts-nav a.page-numbers,
.posts-nav span.page-numbers{
	border-radius: 0px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: #999;
	width: 46px;
	line-height: 46px;
	margin: 20px 0px 8px 0px;
	border-radius: 5px;
	padding: 0;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.posts-nav .page-numbers.current, .posts-nav .page-numbers:not(.dots):hover {
	background: #0ac;
	color: #fff;
}
#map{
	background: #f4f4f4;
	padding: 50px;
}
#allmap{
	border-radius: 5px;
	border: solid 15px #fff;
	overflow: hidden;
}
.contact-form{
	border: solid 2px #0ac;
}

.service-title{
	padding-bottom: 40px !important;
}
ul.service-ul{
	padding: 0 !important;
	margin: 0 !important;
}
.service-single{
	padding: 80px 0;
}
@media (max-width: 992px) {
	.service-single{
		padding: 50px 0;
	}
}
@media (max-width: 768px) {
	.service-single{
		padding: 30px 0;
	}
}
.company-office{
	font-size: 17px;
	color: #0ac;
	padding: 55px 0 0 0;
	margin-bottom: 25px;
	display: block;
}
.company-office i{
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	width: 23px;
}
.contact-info i{
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	width: 10px;
}
.contact-info{
	display: block;
	margin: 10px 0 0 20px;
	text-indent: -20px;
	padding-left: 13px;
}
.contact-info a{
	color: #000;
	text-decoration: underline;
}
.contact-info a:hover{
	color: #0ac;
	text-decoration: underline;
}
.news_cat_title{
	padding: 0;
	border-bottom: solid 1px #e6e6e6;
}
.news_cat_title ul{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}
.news_cat_title ul li{
	margin: 12px 6px 0 6px !important;
	padding: 0 12px !important;
	display: inline-block;
	border-radius: 5px;
	background: #efefef;
	font-size: 10px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	
}
.news_cat_title li a{
	display: inline-block;
	padding: 4px 35px 4px 12px;
	margin: 0 -35px 0 -12px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #333;
}
.news_cat_title li:hover{
	color: #fff;
	background: #000;
}
.news_cat_title li.current-cat a,
.news_cat_title li:hover a{
	color: #fff;
}
.news_cat_title li.current-cat{
	color: #fff;
	font-weight: bold;
	background: #0ac;
}
.cat-3 li.c3{
	background:#0ac;
	color: #fff;
	font-weight: bold;
}
.cat-3 li.c3 a{
	color:#fff;
}
.case_tag .cat-item-24,
.cat-3 li.cat-item-3,
.cat-4 li.cat-item-4,
.cat-5 li.cat-item-5,
.cat-6 li.cat-item-6,
.cat-7 li.cat-item-7,
.cat-24 li.cat-item-24,
.cat-21 li.cat-item-21,
.cat-22 li.cat-item-21,
.cat-23 li.cat-item-21{
	background:#0ac;
	color: #fff;
	font-weight: bold;
}
.case_tag .cat-item-24 a,
.cat-3 li.cat-item-3 a,
.cat-4 li.cat-item-4 a,
.cat-5 li.cat-item-5 a,
.cat-6 li.cat-item-6 a,
.cat-7 li.cat-item-7 a,
.cat-24 li.cat-item-24 a,
.cat-21 li.cat-item-21 a,
.cat-22 li.cat-item-21 a,
.cat-23 li.cat-item-21 a{
	color:#fff;
}
/*详情页图片样式*/
.wp-block-image{
	display: block;
	text-align: center;
	margin: 20px 0 25px 0;
	overflow: hidden;
	padding: 0;
}
.wp-block-image img{
	background: #fff;
	border-radius: 4px;
	border: solid #f2f2f2 1px;
	max-width: 85%;
}
.wp-element-caption{
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #999;
}
@media (max-width: 1100px) {
	.wp-block-image img{
		max-width: 100%;
	}
}
@media (max-width: 992px) {
	.wp-element-caption{
		padding: 5px 0;
		font-size: 12px;
		color: #666;
	}
	.wp-block-image img{
		max-width: 100%;
		border-color: #eee;
	}
}
@media (max-width: 768px) {
	.wp-block-image img{
		max-width: 100%;
		border-color: #eee;
	}
}
.has-text-align-center{
	text-align: center !important;
}
.has-text-align-right{
	text-align: right !important;
}
.prev-next{
	margin-top: 30px;
	padding: 30px 40px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.prev-next div{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
}
.prev-next div a{
	background: #0ac;
	color: #fff;
	display: block;
	padding: 10px;
	border-radius: 5px;
	line-height: 24px;
}
.prev-next div a:hover{
	background: #000;
}
.prev-next a span{
	margin-left: 7px;
}
@media (max-width: 768px) {
	.prev-next{
		padding: 10px 20px;
	}
	.page-banner .text-divider-item{
		display: none;
	}
	.page-banner .text-divider{
		letter-spacing: 0;
	}
}
.redtext{
	color: #f00 !important;
	font-weight: bold !important;
}
ul.case_group_by{
	margin: 0 0 -10px 0;
	padding: 0 10px;
	text-align: center;
}
@media (max-width: 1200px) {
	ul.case_group_by{
		margin: 30px 0 -15px 0;
	}
}
@media (max-width: 992px) {
	ul.case_group_by{
		margin: 30px 0 -10px 0;
	}
}
ul.case_group_by li{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #999;
}
ul.case_group_by li span{
	margin: 0 5px 10px 0;
	display: inline-block;
	background: #fff;
	padding: 3px 10px;
	border: solid 1px #fff;
	border-radius: 5px;
	font-size: 13px;
}
ul.case_group_by li a{
	text-decoration: none;
	margin: 0 0 10px 5px;
	display: inline-block;
	background: #666;
	padding: 3px 10px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 5px;
	font-size: 13px;
}
ul.case_group_by li a:hover{
	background: #333;
	color: #fff;
	border-color: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}
.tag_all{
	margin-right: 4px !important;
}
.tag_25 .tag-link-25,
.tag_26 .tag-link-26,
.tag_27 .tag-link-27,
.tag_28 .tag-link-28,
.tag_29 .tag-link-29,
.tag_30 .tag-link-30,
.tag_31 .tag-link-31,
.tag_32 .tag-link-32,
.tag_33 .tag-link-33,
.tag_34 .tag-link-34,
.tag_35 .tag-link-35,
.tag_36 .tag-link-36,
.tag_37 .tag-link-37,
.tag_38 .tag-link-38,
.tag_39 .tag-link-39,
.tag_40 .tag-link-40,
.tag_42 .tag-link-42,
.tag_0 .current_tag{
	background: #ac0;
	color: #fff;
	border-color: #fff;
}
.tag_25 .tag-link-25:hover,
.tag_26 .tag-link-26:hover,
.tag_27 .tag-link-27:hover,
.tag_28 .tag-link-28:hover,
.tag_29 .tag-link-29:hover,
.tag_30 .tag-link-30:hover,
.tag_31 .tag-link-31:hover,
.tag_32 .tag-link-32:hover,
.tag_33 .tag-link-33:hover,
.tag_34 .tag-link-34:hover,
.tag_35 .tag-link-35:hover,
.tag_36 .tag-link-36:hover,
.tag_37 .tag-link-37:hover,
.tag_38 .tag-link-38:hover,
.tag_39 .tag-link-39:hover,
.tag_40 .tag-link-40:hover,
.tag_42 .tag-link-42:hover,
.tag_0 .current_tag:hover{
	transform: translateY(0px);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.pic_post_nav{
	margin-top: 10px;
}
.span-sf-green,
.span-sf-blue{
	padding-bottom: 10px !important;
}
.span-sf-green b{
	background: #ac0;
	color: #fff;
	padding: 4px 6px;
	margin-bottom: 8px;
	border-radius: 3px;
}
.span-sf-blue b{
	background: #0ac;
	color: #fff;
	padding: 5px 8px;
	margin-bottom: 8px;
	border-radius: 3px;
}
p.img-copyright{
	padding: 15px 20px;
	background: #f8f8f8;
	color: #666;
	border-radius: 5px;
	margin-top: 40px;
	border: dashed 1px #dedede;
}
p.img-copyright i{
	margin-right: 7px;
}</pre></body></html>