/*
Theme Name: Deye ESS
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: http://www.becomingjenny.net
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: deye
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}


/* =Reset
-------------------------------------------------------------- */
@import url(fonts/fonts-NotoSans-SC.css?v=2);
@import url(fonts/fonts-Poppings.css);
@import url(fonts/flaticon.css);

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-style: normal;*/
}
body {
	line-height: 1;
/*	max-width: 1920px;*/
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
html.no-scrollbar{
	overflow: hidden!important;
}
body.no-scrollbar::-webkit-scrollbar {
	display: none;
}
body.no-scrollbar{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;
}
b,
strong{
	font-weight: 600;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 300;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: 70%;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
textarea:focus,
select:focus {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
/*input[type="checkbox"],
input[type="radio"],*/

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #333;
	background-color: #118cd9;
	border:none;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition:color 0.2s, background 0.2s;
	transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #000;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #000;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

.button,
.button1,
.button2,
.button3,
.button4{
	box-sizing: border-box;
	display: inline-block;
	color: #222a35;
	padding: 12px 20px;
	width: 156px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 6px;
	line-height: 1.1;
	font-weight: 300;
	background-color: #118cd9;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	border:1px solid #000!important;
	color:#fff!important;
	background:#000!important;
}
.button1:hover{
	color:#fff!important;
	border:1px solid #2c5aa7!important;
	background:#2c5aa7!important;
}
.button2 {
	border:1px solid #118cd9;
	color:#fff;
	background:#118cd9;
}
.button2:hover {
	color:#fff;
	border:1px solid #2c5aa7;
	background:#2c5aa7;
}
.button3{
	color: #fff;
	border:1px solid #fff;
	background-color: transparent;
}
.button3:hover{
	color: #000;
	border:1px solid #fff;
	background-color: #fff;
}
.button4{
	color: #000!important;
	border:1px solid #000!important;
	background-color: transparent!important;
}
.button4:hover{
	color: #fff!important;
	border:1px solid #000!important;
	background-color: #000!important;
}
.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	font-size: 14px;
	padding: 6px 18px;
	width:auto;
}
.button-width-fit{
	width: fit-content;
}
.button.more:after{
	content: "";
	width: 16px;
	height: 13px;
	background: url(images/arraw-right.svg);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	transition: all .2s;
	filter: brightness(99);
}
.button.more:hover:after{
	transform: translate(5px,0);
	filter: brightness(0);
}

/* Responsive images */
.entry-image,
.entry-content img ,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:#ff534e!important}
.txt-blue{color:#118cd9!important}
.txt-darkblue{color:#145DA4!important}
.txt-green{color:#1a5c35!important}
.txt-orange{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}

/*grids*/
.col-raw{
	margin:0 -14px 0 -14px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -4px;
	margin-right: -4px;
}
.col-raw.col-medium{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-wide{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 14px;
}
.col-narrow .col-n{
	padding-left: 4px;
	padding-right: 4px;
}
.col-medium .col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-wide .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none!important;
	}
	.col-raw{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium .col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
	.col-raw.col-wide{
		margin-left: -24px;
		margin-right: -24px;
	}
	.col-wide .col-n{
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-flex-mb{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-n-tb{
		float: left;
	}
	.col-1-tb{
		width:8.33%;
	}
	.col-2-tb{
		width:16.66%;
	}
	.col-3-tb{
		width:25%;
	}
	.col-4-tb{
		width:33.33%;
	}
	.col-5-tb{
		width:41.66%;
	}
	.col-6-tb{
		width:50%;
	}
	.col-7-tb{
		width:58.33%;
	}
	.col-8-tb{
		width:66.66%;
	}
	.col-9-tb{
		width:75%;
	}
	.col-10-tb{
		width:83.33%;
	}
	.col-11-tb{
		width:91.66%;
	}
	.col-12-tb{
		width:100%;
	}
}
@media screen and (min-width: 1280px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-5_5{
		width:45.83%;
	}
	.col-6{
		width:50%;
	}
	.col-6_5{
		width:54.16%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
}
@media screen and (min-width: 768px){/*all except mobile*/
	.col-raw{
		margin:0 -28px 0 -28px;
	}
	.col-raw.col-narrow{
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-raw.col-medium{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-raw.col-wide{
		margin-left: -32px;
		margin-right: -32px;
	}
	.col-n{
		box-sizing: border-box;
		padding-left: 28px;
		padding-right: 28px;
	}
	.col-narrow .col-n{
		padding-left: 8px;
		padding-right: 8px;
	}
	.col-medium .col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-wide .col-n{
		padding-left: 32px;
		padding-right: 32px;
	}

	.hide-pc{
		display: none!important;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}

/*responsive table*/
.scrollable_container{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.scrollable_container::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.scrollable_container::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.scrollable_container table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Poppins', 'Noto Sans SC', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #000;
	background-color:#fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}
.site-content {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	width:100%;
	background-color:#000;
	padding-top: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
@media screen and (min-width: 768px){
	.site {
		padding: 0 28px;
	}
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 2.6;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#000;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;
}
.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-page-item > a,
.main-navigation .current-page-ancestor > a{
	/*background: transparent; */
	color:#118cd9;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #EDEDED;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ddd;
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	color: #666;
}
.footer-bottom{
	border-top: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #000;
}
footer[role="contentinfo"] h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #000;
}
footer[role="contentinfo"] strong{
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
}
footer[role="contentinfo"] .col-n{
}
.logo-footer{
	display: inline-block;
	width: 150px;
	height: auto;
	font-size: 0;
	vertical-align: middle;
	margin-bottom: 20px;
}
.logo-footer img{
	width: 100%;
}
footer[role="contentinfo"] .col-flex{
	align-items: center;
}
footer[role="contentinfo"] .site-info {
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1920px;
}
a.footer-social{
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 24px;
	margin: 10px;
}
a.footer-social:hover{
	text-decoration: none;
	color:#000;
}
a.footer-social img{
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.footer-logo,
.footer-logo img{
	width: 130px;
	height: auto;
}
#footer-menu{
	/*border-top: 1px solid #eee;*/
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr;
}
.footer-menu-item i.fa{
	width: 16px;
	text-align: center;
	margin-right: 8px;
}
.footer-menu-item-0{
	grid-column: 2 span;
}
.footer-menu-item li{
	padding-bottom: 10px;
}
.footer-left{
	font-size: 13px;
}
.footer-right {
	margin-top: 10px;
}
@media screen and (min-width: 768px){
	.footer-left {
		text-align: left;
	}
	.footer-right {
		margin-top: 0;
		text-align: right;
	}
	.footer-menu {
		display: block;
		/*margin-bottom: 14px;
		margin-bottom: 1rem;*/
	}
}
@media screen and (min-width: 1024px){
	.logo-footer{
		margin-bottom: 10px;
	}
	#footer-menu{
		grid-template-columns: 2fr 1.4fr 1fr 1fr 1fr 1fr;
	}
	.footer-menu-item-0{
		grid-column: 1 span;
	}
}
@media screen and (min-width: 1600px){
	.footer-logo,
	.footer-logo img{
		width: 180px;
	}
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid rgba(0,0,0,0.1);;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3{
	margin: 21px 0;
	line-height: 1.714285714;
	font-weight: 700;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 15px 0;
	line-height: 1.6;
	font-weight: 500;
}
.entry-content h1,
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.mu_register h2,
.site-blocks .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.6;
	color:#000;
	text-align: left;
}
.entry-content p,
.entry-summary p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li ,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd  {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td {
	font-weight: bolder;
}
.entry-content table caption {
	font-size: 15px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td {
	box-sizing: border-box;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
	font-size: 15px;
	line-height: 1.4;
}
td[colspan="2"],
td[colspan="3"],
td[colspan="4"],
td[colspan="5"]{
	text-align: center;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
.site-info { text-align: center}
.site-logo {
	width:200px;/* height:45px;*/
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 30px auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	margin: 0 2px;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:2px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	padding: 6px 12px;
	background-image:none;
	background-color:#f5f4f2;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#fff;
	background-image:none;
	background-color:#118cd9;
	text-decoration: none;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform-theme--api, .gform-theme--framework{
	--gf-color-danger: #b81c22!important;
	/*--gf-color-danger-rgb: rgb(255,198,0)!important;*/
	--gf-color-primary: #118cd9!important;
	--gf-color-primary-darker: #2c5aa7!important;
	--gform-theme-color-primary: #118cd9!important;
	--gform-theme-color-primary-darker: #2c5aa7!important;
	--gform-theme-form-row-gap: 25px!important;
	--gf-form-gap-y: 25px!important;
	--gf-ctrl-btn-font-weight: 400!important;
	--gf-field-section-border-width: 0!important;
	--gf-ctrl-label-color-primary: #000!important;
}
body .gform_wrapper .gfield--type-section{
	margin-top: 50px;
}
#field_2_3{
	margin-top: 0;
}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0;
	box-shadow: none;
}
body .gform_wrapper .gform_validation_errors:focus{
	outline: none!important;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #03589e;
}
body .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 2px;
	padding-bottom: 2px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ffe6b1!important;
	border-top: 1px solid #b78123!important;
	border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
}
.gform_wrapper .left_label .gfield_label {
	width: 30%!important;
	margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
	margin-left: 0%!important;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: .625em 0 1em;
}
.gform_confirmation_message{
	line-height: 1.6;
    font-size: 16px;
    color: #000;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
.gform_required_legend{
	display: none;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error{
	margin-bottom: 0;
}
body .gform_button{
	padding: 4px 40px!important;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
	#input_2_40, #input_2_33, #input_2_44{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	#gform_submit_button_1{
		max-width: 100%;
	}
}
/*yoast seo*/
div#breadcrumbs{
	line-height: 1.5;
	font-size: 18px;
}

/*swiper*/
:root{
	--swiper-theme-color:#000;
	--swiper-pagination-color:#fff;
	--swiper-navigation-size: 16px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}
.swiper-button-prev,
.swiper-button-next{
	border-radius: 4px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	font-weight: 800;
	color: #fff;
	background-color: #000;
	transition: 0.2s all;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	color: #000;
	background-color: #fff;
}
.swiper-pagination-bullet{
	transition: 0.2s all;
	border-radius: 5px;
	background-color: #fff;
	opacity: 0.5;
	width: 8px;
	height: 8px;
}
.swiper-pagination-bullet-active{
	width: 25px;
	opacity: 1;
}
/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {
	.footer-menu li {
		width:32%;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1200px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	hgroup{
		overflow: visible;
	}
	hgroup.site{
		/*max-width: 1920px;*/
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.site-narrow{
		max-width: 880px;
	}
	.site-medium{
		max-width: 1024px;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		left: 0;
		background-color: transparent;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}
	.site-logo{
		margin: 26px 0 20px 0;
		width:180px;
		height:36px;
		filter: brightness(99);
		transition: all 0.2s;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul.nav-menu{
		overflow: visible;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0
	}
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		width: 100%;
		text-align: right;
	}
	.main-navigation li {
		position: relative;
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		display: block;
		color: #fff;
		font-weight: 500;
		line-height: 4.0;
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 15px;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.071428571rem;
	}
	.main-navigation .current-menu-item a:hover,
	.main-navigation .current-menu-ancestor a:hover,
	.main-navigation .current_page_item a:hover,
	.main-navigation .current_page_ancestor a:hover,
	.main-navigation .current-page-item a:hover,
	.main-navigation .current-page-ancestor a:hover,
	.main-navigation a:hover,
	.main-navigation a:focus{
		color: #118cd9;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-page-item > a,
	.main-navigation .current-page-ancestor > a{
		color:#118cd9;
		/* background-color: #fff;
		font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: rgba(10,62,82,0.5);
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.2);
		display: block;
		line-height: 3;
		padding:0;
		/*font-size: 11px;
		font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		/*padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;*/
		width: 200px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #000;
		color: #53cac3;
	}	
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor,
	.main-navigation .nav-menu > .current_page_item,
	.main-navigation .nav-menu > .current_page_ancestor
	.main-navigation .nav-menu > .current-page-item,
	.main-navigation .nav-menu > .current-page-ancestor{
		position: relative;
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after,
	.main-navigation .nav-menu > .current-page-item:after,
	.main-navigation .nav-menu > .current-page-ancestor:after{
		position: absolute;
		/*content:"";*/
		height:2px;
		background-color:#000;
		width:calc(100% - 30px);
		left:15px;
		bottom: 0;
	}
	#masthead-right{
		/*width:80px;*/
		width:40px;
		text-align: right;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.icon-masthead-right{
		font-size: 18px;
	}
	.search-trigger{
		/*margin-right: 10px;*/
	}
	#masthead-right a{
		vertical-align: middle;
		display: inline-block;
		margin-left: 18px;
		color: #fff;
		transition: all 0.2s;
	}
	#masthead-right a:first-child{
		margin-left: 0;
	}
	#masthead-right a:hover{
		text-decoration: none;
	}
	#masthead-lang{
		font-weight: 400;
		font-size: 18px;
	}
	#masthead-lang:hover{
		text-decoration: none;
	}
	/* dynamic floating nav bar */
	.site-header,
	.site-header hgroup{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	/*.site-header *,*/
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header .main-navigation .nav-menu > .current_page_item:after,
	.site-header .main-navigation .nav-menu > .current_page_ancestor:after,
	.site-header .main-navigation .nav-menu > .current-page-item:after,
	.site-header .main-navigation .nav-menu > .current-page-ancestor:after {
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
		/*margin-top:8px;*/
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3.45;
		color: #000;
	}
	.site-header.scroll .main-navigation li ul a {
		background: #000;
	}	
	.site-header.scroll .main-navigation .current-menu-item > a,
	.site-header.scroll .main-navigation .current-menu-ancestor > a,
	.site-header.scroll .main-navigation .current_page_item > a,
	.site-header.scroll .main-navigation .current_page_ancestor > a,
	.site-header.scroll .main-navigation .current-page-item > a,
	.site-header.scroll .main-navigation .current-page-ancestor > a,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		color: #118cd9;
	}
	.site-header.scroll .main-navigation .nav-menu > .current-menu-item:after,
	.site-header.scroll .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_item:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current-page-item:after,
	.site-header.scroll .main-navigation .nav-menu > .current-page-ancestor:after {
		background: #000;
	}
	.site-header.scroll .site-logo {
		margin-top:12px;
		margin-bottom:8px;
		/*width: 182px;
		height: 16px;
		padding-right: 44px;*/
		filter: brightness(1);
	}
	.site-header.scroll #masthead-right a{
		color: #000;
	}
	.site-header.scroll.up{
		top: -150px;
	}

	/*white bg*/
	body.light-nav .site-header,
	.site-header.white {
		/*background-color: #fff;*/
	}
	body.light-nav .site-header:after,
	.site-header.white:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 0;
		top: 0;
		left: 0;
	}
	body.light-nav .site-header .main-navigation li a,
	body.light-nav .site-header #masthead-right a,
	.site-header.white .main-navigation li a,
	.site-header.white #masthead-right a{
		color: #000;
	}
	body.light-nav .site-header .main-navigation .current-menu-item > a,
	body.light-nav .site-header .main-navigation .current-menu-ancestor > a,
	body.light-nav .site-header .main-navigation .current_page_item > a,
	body.light-nav .site-header .main-navigation .current_page_ancestor > a,
	body.light-nav .site-header .main-navigation .current-page-item > a,
	body.light-nav .site-header .main-navigation .current-page-ancestor > a,
	body.light-nav .site-header .main-navigation a:hover,
	body.light-nav .site-header .main-navigation a:focus,
	.site-header.white .main-navigation .current-menu-item > a,
	.site-header.white .main-navigation .current-menu-ancestor > a,
	.site-header.white .main-navigation .current_page_item > a,
	.site-header.white .main-navigation .current_page_ancestor > a,
	.site-header.white .main-navigation .current-page-item > a,
	.site-header.white .main-navigation .current-page-ancestor > a,
	.site-header.white .main-navigation a:hover,
	.site-header.white .main-navigation a:focus{
		color: #118cd9;
	}
	body.light-nav .site-header .site-logo,
	.site-header.white .site-logo {
		filter: brightness(1);
	}

}
@media screen and (min-width:1280px){
	.main-navigation li a {
		padding: 0 30px;
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after,
	.main-navigation .nav-menu > .current-page-item:after,
	.main-navigation .nav-menu > .current-page-ancestor:after{
		width:calc(100% - 60px);
		left:30px;
	}
}
@media screen and (min-width:1600px){
	.site {
		max-width: 1440px;
	}
	.site-narrow{
		max-width: 880px;
	}
	.site-medium{
		max-width: 1024px;
	}
	.main-navigation li a, .main-navigation li{
		font-size: 16px;
	}
}
/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#009d55;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:20px;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
	background-color:#006e3b;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode_img {
	display: inline-block;
	width: 147px;
	height: 147px;
}
#qrCode_img img{
	width: 100%;
	height: 100%;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

/*main menu for mobile side*/
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: url(images/logo.webp) no-repeat 15px 16px #fff;
	background-size: 130px auto;
	z-index: 10;
}
#topFloatBar a{
	color: #000;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
	height: 56px;
	width: 56px;
	line-height: 56px;
	min-height: 56px;
	font-size: 21px;
	text-align: center;
}
#topFloatBar_m {
	display: block;
	height: 56px;
	width: 128px;
	/* width: calc(100% - 100px); */
	margin-left: 20px;
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.1);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 16px;
	font-size: 1.142857rem;
}
#topFloatBar #mobileMenu ul li.current_page_item > a,
#topFloatBar #mobileMenu ul li.current-page-item > a,
#topFloatBar #mobileMenu ul li.current-menu-item > a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
	/*color:#000;*/
	background-color: rgba(0,0,0,0.02);
	border-top: 1px solid rgba(0,0,0,0.05);
}
#topFloatBar #mobileMenu li a {
	padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 58px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	background-image: url(images/icons_menu_2.png);
	background-position: center 0!important;
	width: 56px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: center 100%!important;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	box-sizing: border-box;
}
.site-blocks.gray{
	background-color: #f1f1f1;	
}
.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.7;
}
.site-blocks p.txt-bigger{
	font-size: 18px;
}
.site-blocks h1 {
	font-size:21px;
	font-size:1.5rem;
	font-weight: 600;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.4;
}
.site-blocks h2 {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 9px;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks h3 {
	line-height: 1.4;
	font-size: 20px;
	font-weight: 700;
}
.site-blocks h4 {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 700;
}
.site-blocks h1:first-child,
.site-blocks h2:first-child,
.site-blocks h3:first-child,
.site-blocks h4:first-child,
.site-blocks p:first-child,
.site-blocks ul:first-child,
.site-blocks ol:first-child{
	margin-top: 0;
}
.site-blocks h1:last-child,
.site-blocks h2:last-child,
.site-blocks h3:last-child,
.site-blocks h4:last-child,
.site-blocks p:last-child,
.site-blocks ul:last-child,
.site-blocks ol:last-child{
	margin-bottom: 0;
}
.site-blocks h2 a:hover{
	text-decoration:none;
	color: #007765;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto;
	margin:5rem auto;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}
.site-blocks.stick-aside{
	padding-left:0;
	padding-right:0;
}
.site-blocks.stick-aside .site{
	max-width: 100%;
	padding-left:0;
	padding-right:0;
}
.site-blocks.stick-top .site{
	margin-top: 0;
}
.site-blocks.stick-bottom .site{
	margin-bottom: 0;
}
.box-txt{
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
}
div.gap{
	margin: 0;
	height: 20px;
	opacity: 0;
}
div.gap.x2{
	height: 40px;
}
div.gap.x3{
	height: 60px;
}
@media screen and (min-width: 768px){
	.site-blocks.site-blocks-txt-aside-left .col-flex,
	.site-blocks.site-blocks-txt-aside-right .col-flex{
		align-items: center;
	}
}
@media screen and (min-width: 1024px){
	div.gap{
		height: 30px;
	}
	div.gap.x2{
		height: 60px;
	}
	div.gap.x3{
		height: 90px;
	}
	.site-blocks{
		/*padding: 0 28px;
		padding: 0 2rem;*/
		margin-left: auto;
		margin-right: auto;
	}
	.site-blocks .site{
		margin:120px auto;
	}
	.site-blocks h2 {
		font-size: 25px;
	}
	.site-blocks h3 {
		font-size: 21px;
	}
	.site-blocks h9 {
		font-size: 21px;
	}
	.site-blocks p,
	.site-blocks ul {
		font-size: 17px;
	}
	.site-blocks p.txt-bigger{
		font-size: 20px;
	}
}
@media screen and (min-width: 1600px){
	.site-blocks.site-blocks-txt-aside-left .box-txt{
		padding-left: 226px;
		padding-left: calc(100% - 722px);
		padding-right: 80px;
	}
	.site-blocks.site-blocks-txt-aside-right .box-txt{
		padding-right: calc(100% - 722px);
		padding-left: 80px;
	}
	.site-blocks h2 {
		font-size: 30px;
	}
	.site-blocks h3 {
		font-size: 22px;
	}
	.site-blocks h4 {
		font-size: 19px;
	}
}


/*homepage*/
h3.title-line,
h2.title-line{
	display: block;
	position: relative;
}
h3.title-line:after,
h2.title-line:after{
	content:"";
	width: 50px;
	height: 2px;
	background-color: #8f8f8f;
	display: block;
	margin: 40px 0;
}
h3.title-line:after{
	margin: 25px 0;
}
h3.title-line.txt-white:after,
h2.title-line.txt-white:after{
	background-color: rgba(255,255,255,0.75);
}
h3.txt-center.title-line:after,
h2.txt-center.title-line:after{
	position: relative;
	left: calc(50% - 25px);
}
.kv{
	object-fit: cover;
	width: 100%;
	min-height: 520px;
	height: auto;
	max-height: 100vh;
}
.kv.kv-short{
	height: 300px;
	min-height: 300px;
}
#headimage-txt:after{
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#headimage-txt{
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	top:0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#headimage-txt *{
	position: relative;
	z-index: 2;
}
.top-single-product #headimage-txt:after{
	position: absolute;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to left, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%);
}
#headimage-txt h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
#headimage-txt h1{
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
#headimage-txt h2{
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
}
#headimage-txt p{
	margin-top: 21px;
	line-height: 1.5;
	font-size: 16px;
}
#swiper-header-kv-pagination{
	bottom: 20px;
}
span.separator{
	display: inline-block;
	padding: 0 20px;
}
.info-data{
	margin: 30px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px 30px;
}
.info-data-item{
	text-align: center;
}
.info-data-item p{
	line-height: 1.4;
	font-size: 16px;
}
.info-data-item num{
	display: block;
	font-weight: 700;
	font-size: 32px;
	background-image: linear-gradient(-45deg, #118cd9 30%, #30bdc0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*.info-data-item:last-of-type{
	grid-column: span 2;
}*/
#home-solution .site{
	margin-top: 0;
	margin-bottom: 0;
}
#home-solution{
	position: relative;
	background:url(images/home-solution-1.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
#home-solution:after{
	content: "";
	background-color:rgba(0,0,0,0.5) ;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#home-solution-list{
	position: relative;
	z-index: 1;
	display: grid;
	grid-gap: 30px;
	width: 340px;
	box-sizing: border-box;
	padding-top: 120px;
	padding-bottom: 120px;
}
#home-solution-list:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	/*background: transparent;*/
	top: 0;
	right: 57px;
	border-left: 1px dotted transparent;
	border-image: repeating-linear-gradient(0deg,
    transparent 0px,
    transparent 3px,
    rgba(255,255,255,0.5) 3px,
    rgba(255,255,255,0.5) 6px
  ) 1;
}
.home-solution-item{
	cursor: pointer;
	height: 116px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.home-solution-item p{
	width: calc(100% - 176px);
	line-height: 1.5;
	margin: 0;
	font-weight: 500;
}
.home-solution-item.current p{
	color: #118cd9;
}
.home-solution-icon{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 116px;
	height: 116px;
}
.home-solution-icon:before{
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	border: 7px solid rgba(255,255,255,0.4);
	display: none;
}
.home-solution-item.current .home-solution-icon:before{
	display: block;
}
.circle-svg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.circle-svg circle {
	stroke-dasharray: 295; /* 2 * π * 45 ≈ 295 */
	stroke-dashoffset: 295;
	
}
.home-solution-item.current .circle-svg circle{
	animation: stroke 5.5s linear forwards;
}
@keyframes stroke {
	to {
		stroke-dashoffset: 0;
	}
}
.home-solution-i{
	display: block;
	width: 50px;
	height: 50px;
	background:url(images/home-solution-icons.webp) no-repeat top;
	background-size: 100% auto;
}
.home-solution-i.icon-2{ background-position:0 33.33% }
.home-solution-i.icon-3{ background-position:0 66.67% }
.home-solution-i.icon-4{ background-position:0 100% }
#home-solution-cont{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#home-solution-txt{
	position: relative;
	z-index: 1;
	width: calc(100% - 400px);
}
#home-solution-bg-swiper{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
#home-solution-bg-swiper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home-cloud{
	color: #fff;
	background: #283a4c url(images/bg-cloud.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#cloud-flex{
	position: relative;
	display: flex;
	flex-direction: row;
	/*gap: 200px;*/
	align-items: stretch;
	justify-content: space-between;
}
#cloud-phone-out{
	position: relative;
	width: 389px;
	max-width: 100%;
	z-index: 2;
	/*max-width: 100%;*/
	/*height: 100%;*/
	/*background-color: red;*/
}
#cloud-phone-100vh{
	width: 100%;
	height: 100vh;
	/*background-color: #000;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#cloud-phone-100vh.sticky-top{
	position: fixed;
	top: 0;
}
#cloud-phone-100vh.sticky-bottom{
	position: absolute;
	bottom: 0;
	top: auto;
}
#cloud-phone{
	margin: 0 auto;
	position: relative;
	width: 389px;
	max-width: 100%;
	height: auto;
	font-size: 0;
}

img#cloud-phone-bg{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}
#cloud-phone-cont{
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 15px 22px 15px;
	background-color: transparent;
}
img.cloud-phone-screen{
	border-radius: 50px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#home-cloud-swiper{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#cloud-txt{
	width: calc(100% - 500px);
}
.cloud-txt-box{
	box-sizing: border-box;
	padding: 200px 0;
	transition: 0.3s all;
	opacity: 0;
}
.cloud-txt-box.stay{
	opacity: 1;
}
.cloud-txt-box .tag{
	width: fit-content;
	display: block;
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	text-align: center;
	padding: 4px 10px;
	margin-bottom: 20px;
}
#bottom-contact-form{
	box-sizing: border-box;
	padding: 30px;
	background: rgba(39, 58, 70, 0.6);
	background: linear-gradient(135deg, rgba(39,58,70,0.5) 0%,rgba(39,58,70,1) 100%);
	margin-bottom: 50px;
}
#bottom-contact-form .gfield_label{
	color: #fff;
}
@media screen and (max-width: 767px){
	.home-solution-item p{
		display: none;
	}
	#home-solution-list{
		width: 70px;
	}
	#home-solution-list:after{
		left: 35px;
	}
	.home-solution-icon{
		width: 70px;
		height: 70px;
	}
	.home-solution-icon:before{
		border-width: 5px;
	}
	.home-solution-i{
		transform: scale(0.75);
	}
	#home-solution-txt{
		width: calc(100% - 110px);
	}
	#home-solution-list{
		padding-top: 80px;
		padding-bottom: 80px;
		gap: 10px;
	}
	#cloud-flex{
		flex-direction: column;
	}
	#cloud-phone{
		width: 200px;
		margin-bottom: 310px;
	}
	img.cloud-phone-screen {
		border-radius: 16px;
	}
	.cloud-txt-box{
		position: relative;
		left: 0;
		width: calc(100vw - 40px);
		padding: 500px 0 0 0;
	}
}
.block-cover{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	font-size: 0;
}
.block-cover-img{
	width: 100%;
	object-fit: cover;
}
.block-cover-txt{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	line-height: 1.3;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px;
}
.block-cover.dark .block-cover-txt,
.block-cover.dark .block-cover-txt h2{
	color: #fff;
	margin-bottom: 0;
}
.home-news-item{
	display: grid;
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius: 10px;
}
.home-news-img{
	font-size: 0;
}
.home-news-img img{
	width: 100%;
	height: auto;
}
.home-news-txt{
	box-sizing: border-box;
	padding: 20px;
}
.home-news-txt i.fa{
	width: 16px;
	font-size: 18px;
	text-align: center;
	margin-right: 16px;
}
#block-bottom-contact{
	color: #fff;
	position: relative;
	background:url(images/bg-contact.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#block-bottom-contact .site{
	
}
#block-bottom-contact textarea{
	height: 80px;
}
@media screen and (min-width: 768px){
	.kv.kv-short{
		height: 500px;
		min-height: 500px;
	}
	#home-info p{
		font-size: 15px;
	}
	/*animations*/
	.step-1,
	.step-2,
	.step-3,
	.step-4{
		transition: 0.4s all;
		opacity: 0;
	}
	.step-2{
		transition-delay: 0.25s;
	}
	.step-3{
		transition-delay: 0.5s;
	}
	.step-4{
		transition-delay: 0.75s;
	}
	.stay .step-1,
	.stay .step-2,
	.stay .step-3,
	.stay .step-4{
		opacity: 1;
		transform: none!important;
	}
	#bottom-contact-form{
		padding: 40px;
		margin-bottom: 0;
	}
	#home-headimage .step-1{ transform:translate(0,50px); }
	#home-headimage .step-2{ transform:translate(0,50px); }
	#headimage-txt p{
		font-size: 18px;
	}
	.top-single-product #headimage-txt.align-right .site{
		padding-left: min(50%,720px);
	}
	.top-single-product #headimage-txt.align-right:after{
		background: linear-gradient(to right, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%);
	}
}
@media screen and (min-width: 1024px){
	.info-data{
		grid-template-columns: repeat(4, 1fr);
	}
	.info-data-item.item-1{
	  grid-column: span 1;
	}
	.info-data-item.item-2{
	  grid-column: span 2;
	}
	.block-cover-txt{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (min-width: 1280px){

	#headimage-txt h1{
		font-size: 55px;
	}
	#headimage-txt h2{
		font-size: 24px;
	}
	.info-data-item num{
		font-size: 66px;
	}
	#bottom-contact-form{
		padding: 50px;
	}

}
@media screen and (min-width: 1600px){
}
@media screen and (min-width: 1910px){
	#headimage-txt h1{
		font-size: 60px;
	}
}

/*inner pages*/
div#content {
	min-height: 150px;
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner {
	font-size: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
    background-size: auto 100%;
	/*height:220px;*/
	color: #fff;
	height: 520px;
}
#top-inner.empty{
	height: 0;
}
#top-inner.no-header-image,
#top-inner.no-header-image #headimage-txt{
	height: 150px;
}
#top-inner.no-header-image #headimage-txt:after{
	display: none;
}
@media screen and (min-width: 1024px){
	#top-inner.no-header-image,
	#top-inner.no-header-image #headimage-txt{
		height: 230px;
	}
	#top-inner.no-header-image #headimage-txt{
		padding-top: 80px;
	}
}
#top-inner .kv{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top-inner.top-white-empty{
	height: 10px;
}
#top-inner .entry-title{
	color: #53cac3;
	font-size: 28px;
	font-size:2rem;
	text-align: center;
	margin-top: 80px;
	letter-spacing: 5px;
	font-weight: 500;
}
#top-inner.swiper-container,
#top-inner .kv-swiper{
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.video-fullscreen{
	width: 100%;
	height: auto;
	max-height: 100vh;
	object-fit: cover;
}
#block-solution-video{
	font-size: 0;
}
#block-solution-video .video-fullscreen{
	min-height: 400px;
}
.solution-feature-list{
	margin-top: 40px;
	margin-bottom: 40px;
	display: grid;
	grid-gap: 25px;
}
.solution-feature-item h4{
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.accordion-item-a ul,
.solution-feature-item ul{
	list-style: disc;
	margin-left: 20px;
}
.solution-feature-item ul li{
	line-height: 1.45;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #666;
}
ul.list-tab{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.list-tab li{
	cursor: pointer;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: 0.2s all;
}
.list-tab li.current{
	color: #118cd9;
	border-bottom: 2px solid #118cd9;
}
.solution-item-slide{
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}
.solution-item-slide ul{
	list-style: disc;
	margin-left: 20px;
}
.solution-item-img img{
	border-radius: 10px;
}
#block-inverter{
	overflow: hidden;
	position: relative;
}
#block-inverter *{
	position: relative;
	z-index: 1;
}
#block-inverter:after{
	opacity: 0.25;
	content: "";
	top: 0;
	right: 10%;
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 1300px;
	background:url(images/inverter-bg.webp) center top no-repeat;
	background-size: 100% auto;
}
#block-inverter .entry-image{
	max-width: 70%;
	display: block;
	margin: 0 auto;
}
#block-residential-cloud{
	background: #152636 url(images/residential-cloud-bg.webp) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
#block-residential-cloud .site{
	overflow: visible;
}
#residential-cloud-animation{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex;
	text-align: center;
}
#residential-cloud-center{
	position: relative;
	padding: 70px 0 0 0 ;
	margin: 0 auto;
	width: 796px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 120px;
}
#residential-cloud-center img{
	position: relative;
	width: auto;
	display: block;
	height: auto;
	max-width: 100%;
}
img#residential-cloud-screen{
	position: relative;
	max-width: 90%;
	z-index: 3;
	opacity: 0;
}
.residential-cloud-wave{
	position: absolute;
	z-index: 2;
	left: calc(50% - 100px);
	bottom: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(27,156,209,0) 50%,rgba(27,156,209,0.75) 99%,rgba(27,156,209,1) 100%);
	animation: radioWave 6s linear infinite;
	opacity: 0;
}
	@keyframes radioWave{
		0% { transform: scale(0); opacity:1 }
		100% { transform: scale(10);  opacity:0}
	}
	#residential-cloud-wave-2{ animation-delay: 1.5s ; }
	#residential-cloud-wave-3{ animation-delay: 3s ; }
	#residential-cloud-wave-4{ animation-delay: 4.5s ; }
.residential-cloud-point{
	position: absolute;
	z-index: 4;
	text-align: center;
	color: #fff;
	left:calc(50% - 60px); bottom: 0% 
}
.residential-cloud-point i{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	background: linear-gradient(135deg, rgba(42,179,197,1) 0%,rgba(23,149,212,1) 100%);
	margin: 0 auto;
}
.residential-cloud-point i:after{
	content: "";
	width: 70px;
	height: 70px;
	background: url(images/residential-cloud-icons.webp) no-repeat;
	background-size: 100% auto;

}
.residential-cloud-point i.icon-2:after{ background-position:0 12.25% }
.residential-cloud-point i.icon-3:after{ background-position:0 25% }
.residential-cloud-point i.icon-4:after{ background-position:0 37.5% }
.residential-cloud-point i.icon-5:after{ background-position:0 50% }
.residential-cloud-point i.icon-6:after{ background-position:0 62.5% }
.residential-cloud-point i.icon-7:after{ background-position:0 75% }
.residential-cloud-point i.icon-8:after{ background-position:0 87.5% }
#residential-cloud-point-1 i:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(27,156,209,0) 10%,rgba(27,156,209,1) 99%,rgba(27,156,209,1) 100%);
	animation: radioWave2 1.5s linear infinite;
	opacity: 0;
}
	@keyframes radioWave2{
		0% { transform: scale(0); opacity:1 }
		100% { transform: scale(1.5);  opacity:0}
	}
#block-residential-smart .site{
	margin-bottom: 0;
	overflow: visible;
}
#residential-smart-animation{
	position: relative;
	font-size: 0;
}
#residential-smart-bg{
	width: 100%;
	height: auto;
	position: relative;
}
.residential-smart-line{
	position: absolute;
	background-color: #1b9bd1;
	z-index: 1;
	width: 2px;
	height: 0;
	left: 0;
	bottom: 0;
	transition: 0.6s all;
	opacity: 0;
	transform: translate(0,50px);
}
.stay .residential-smart-line{
	opacity: 1;
	transform: translate(0,0);
}
.residential-smart-line:after{
	content: "";
	background-color: #1b9bd1;
	position: absolute;
	top: 0;
	width: 8px;
	height: 8px;
	left: -3px;
	top: -3px;
	border-radius: 50%;
}
#residential-smart-line-1 { left:25%; bottom:30%; height:68%}
#residential-smart-line-2 { left:45%; bottom:61%; height:37%}
#residential-smart-line-3 { left:65%; bottom:48%; height:50%}
#residential-smart-line-4 { left:78%; bottom:65%; height:33%}
#residential-smart-line-5 { left:91.5%; bottom:53%; height:24%}
#residential-smart-line-2,
#residential-smart-line-4{
	transition-delay: 0.4s;
}
.residential-smart-txt{
	white-space: nowrap;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	transition: 0.4s all;
	/*transition-delay: 0.6s;*/
	opacity: 0;
	transform: translate(0,50px);
	background-color: #f1f1f1;
}
.stay .residential-smart-txt{
	opacity: 1;
	transform: translate(0,0);
}
#residential-smart-txt-2,
#residential-smart-txt-4{
	transition-delay: 0.4s;
}
#residential-smart-txt-1{ left: auto; right: 76.5%; top: 0%; text-align:right; }
#residential-smart-txt-2{ left: 46.5%; top: 0%; }
#residential-smart-txt-3{ left: 66.5%; top: 0%; }
#residential-smart-txt-4{ left: 79.5%; top: 0%; }
#residential-smart-txt-5{ left: 93%; top: 21%; }
.residential-smart-txt h4{
	margin-bottom: 0;
}
.residential-smart-txt p{
	font-size: 16px;
	margin: 0;
	line-height: 1.3;
}
.buy-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
#block-buy{
	background:url(images/residential-buy-bg.webp) center no-repeat #2b3d48;
	background-size: cover;
}
.buy-item{
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	box-sizing: border-box;
	padding: 15px;
	flex-direction: column;
	justify-content: space-between;
	height: 170px;
}
.buy-item h4{
	color: #00436d;
}
.buy-item p{
	line-height: 1.5;
	font-weight: 500;
}
.buy-item num{
	position: absolute;
	z-index: 0;
	bottom: 20px;
	font-size: 110px;
	font-weight: 500;
	font-style: italic;
	background-image: linear-gradient(0deg, rgba(20,46,83,0) 30%, rgba(20,46,83,0.2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.buy-item-2{ background-color: #caeff9;}
.buy-item-3{ background-color: #93e4f9;}
.buy-item-4{ background-color: #67d7f3;}
.buy-item:after{
	display: none;
	content: "";
	width: 25px;
	height: 28px;
	position: absolute;
	left: calc(100% + 8px);
	top: calc(50% - 14px);
	background:url(images/buy-step-arraw.webp) center no-repeat;
	background-size: 100% auto;
}
.buy-item:last-of-type:after{
	display: none;
}
#block-ci-cloud{
	overflow: hidden;
	background: linear-gradient(135deg,  rgba(21,52,72,1) 1%,rgba(19,80,97,1) 100%);
}
#block-ci-cloud .site{
	overflow: visible;
}
#ci-cloud-animation{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}
#ci-cloud-obj{
	transform: scale(0.85);
	position: relative;
	width: 50%;
	height: auto;
	z-index: 2;
}
#ci-cloud-arraw{
	position: absolute;
	left: 25%;
	top: calc(50% - 250px);
	width: 30%;
	height: auto;
	z-index: 1;
	opacity: 0;
	transform: translate(-150px,0);
}
.ci-cloud-wave{
	position: absolute;
	z-index: 1;
	left: calc(25% - 100px);
	bottom: calc(50% - 100px);
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(27,156,209,0) 50%,rgba(27,156,209,0.75) 99%,rgba(27,156,209,1) 100%);
	animation: radioWave 6s linear infinite;
	opacity: 0;
}
	@keyframes radioWave{
		0% { transform: scale(0); opacity:1 }
		100% { transform: scale(10);  opacity:0}
	}
	#ci-cloud-wave-2{ animation-delay: 1.5s ; }
	#ci-cloud-wave-3{ animation-delay: 3s ; }
	#ci-cloud-wave-4{ animation-delay: 4.5s ; }
.ci-cloud-point{
	position: absolute;
	z-index: 4;
	text-align: center;
	color: #fff;
	left:calc(25% - 60px);
	top:calc(50% - 60px);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	width: 300px;
}
.ci-cloud-point i{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	background: linear-gradient(135deg, rgba(42,179,197,1) 0%,rgba(23,149,212,1) 100%);
	margin: 0 auto;
}
.ci-cloud-point i:after{
	content: "";
	width: 70px;
	height: 70px;
	background: url(images/ci-cloud-icons.webp) no-repeat;
	background-size: 100% auto;

}
.ci-cloud-point i.icon-2:after{ background-position:0 12.25% }
.ci-cloud-point i.icon-3:after{ background-position:0 25% }
.ci-cloud-point i.icon-4:after{ background-position:0 37.5% }
.ci-cloud-point i.icon-5:after{ background-position:0 50% }
.ci-cloud-point i.icon-6:after{ background-position:0 62.5% }
.ci-cloud-point i.icon-7:after{ background-position:0 75% }
.ci-cloud-point i.icon-8:after{ background-position:0 87.5% }
.ci-cloud-point p{
	line-height: 1.4;
	opacity: 0;
	text-align: left;
	width: calc(100% - 140px);
	margin: 0;
	transition: 0.3s all;
}
.solution-feature-block{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.solution-feature-block-img{
	width: 100%;
	font-size: 0;
}
.solution-feature-block-img img,
.solution-feature-block-img video{
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 450px;
}
.solution-feature-block-txt{
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.solution-feature-block-txt .accordion-item{
	padding: 20px 0;
}
.solution-feature-block-txt .accordion-item:first-child{
	border-top: none;
}
.success-story-single{
	display: flex;
	gap: 40px;
	flex-direction: column;
}
.success-story-single-media video,
.success-story-single-media img{
	border-radius: 10px;
}
@media screen and (max-width:767px){
	#block-inverter:after{
		display: none;
	}
	.residential-cloud-point{
		transform: scale(0.5);
	}
	#block-residential-smart .site{
		padding: 0;
	}
	#residential-smart-animation{
		height: 650px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#residential-smart-line-1{ bottom: 15% ; height: 72% }
	#residential-smart-line-2{ bottom: 21% ; height: 54% }
	#residential-smart-line-3{ bottom: 17% ; height: 46% }
	#residential-smart-line-4{ bottom: 24% ; height: 22% }
	#residential-smart-line-5{ bottom: 20% ; height: 77.5% }
	#residential-smart-txt-1{ text-align: left; right: 30%; top: 11%}
	#residential-smart-txt-2{ left: 48%; top: 23%}
	#residential-smart-txt-3{ left: 67.5%; top: 35.5%}
	#residential-smart-txt-4{ text-align:right;left:auto ;right: 25.5%; top: 52%}
	#residential-smart-txt-5{ text-align:right; right: 11%; top: 0%; left:auto}
	.residential-smart-txt p{
		font-size: 14px;
	}
	.residential-smart-txt h4{
		font-size: 18px;
	}
}
@media screen and (max-width:1023px){
	#ci-cloud-obj{
		transform: scale(1.0);
		width: 400px;
	}
	#ci-cloud-arraw{
		display: none;
	}
	#ci-cloud-animation{
		margin-top: 40px;
		height: 820px;
		flex-direction: column;
		justify-content: flex-end;
	}
	.ci-cloud-wave{
		left: calc(50% - 100px);
		bottom: calc(25% - 100px);
	}
	.ci-cloud-point{
		width: 50%;
	}
	.ci-cloud-point i{
		width: 70px;
		height: 70px;
	}
	.ci-cloud-point i:after{
		width: 50px;
		height: 50px;
	}
	.ci-cloud-point p{
		width: calc(100% - 88px);
		opacity: 1;
		font-size: 14px;
	}
	#ci-cloud-point-1{ top: 55px; left: 0; }
	#ci-cloud-point-2{ top: 165px; left: 0; }
	#ci-cloud-point-3{ top: 275px; left: 0; }
	#ci-cloud-point-4{ top: 0; left: 51%; }
	#ci-cloud-point-5{ top: 110px; left: 51%; }
	#ci-cloud-point-6{ top: 220px; left: 51%; }
	#ci-cloud-point-7{ top: 330px; left: 51%; }
	.solution-feature-block-txt{
		padding-top: 10px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width:1024px){
	#top-inner {
		height: auto;
	}
	#top-inner.swiper-container,
	#top-inner .kv-swiper{
		height: 500px;
	}
	#top-inner.swiper-container{
		padding-top: 62px;
	}
	#top-inner.swiper-container .swiper-button-prev,
	#top-inner.swiper-container .swiper-button-next{
		top: calc(50% - 13px + 31px);
	}
	.solution-feature-list{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 60px;
	}
	.solution-item-slide{
		flex-direction: row-reverse;
		gap: 40px;
		align-items: center;
	}
	.solution-item-txt,
	.solution-item-img{
		width: 50%;
	}
	.buy-list{
		grid-gap: 40px;
		grid-template-columns: repeat(4, 1fr);
	}
	.buy-item{
		padding: 20px;
		height: 260px;
	}
	.buy-item num{
		font-size: 170px;
	}
	.buy-item:after{
		display: block;
	}
	#block-solution-feature{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.solution-feature-block{
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
		gap: 0;
	}
	.solution-feature-block-img,
	.solution-feature-block-txt{
		width: 50%
	}
	.solution-feature-block-img img,
	.solution-feature-block-img video{
		border-radius: 10px 0 0 10px;
	}
	.solution-feature-block-txt{
		padding: 0 28px;
	}
	.success-story-single{
		flex-direction: row;
		gap: 80px;
		align-items: center;
	}
	.success-story-single-media{
		width: 50%;
	}
	.success-story-single-txt{
		width: calc(50% - 80px);
	}
}
@media screen and (min-width:1280px){
	.solution-feature-block-img{
		width: calc( 50vw + 70px); 
	}
	.solution-feature-block-txt{
		width: min(calc( 50vw - 100px), 640px);
		padding-right: 60px;
	}
}

/*about page*/
#top-inner.top-about{
	background:#0f1e38;
	height: auto;
	display: flex;
	flex-direction: column;
}
#top-inner.top-about:after{
	content: "";
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, rgba(15,30,56,1) 0%,rgba(15,30,56,0) 100%);
}
#top-about-earth img,
#top-about-earth video{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#top-about-txt{
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
}
#top-about-data{
	position: relative;
	width: 100%;
	display: grid;
	grid-gap: 40px 20px;
	grid-template-columns: repeat(2, 1fr);
}
#top-about-data hr{
	display: none;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 50%;
	width: 100%;
	margin: 0;
	opacity: 0.2;
}
.top-about-item{
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
/*.top-about-item:nth-child(1),
.top-about-item:nth-child(2){
	grid-column: span 3;
}
.top-about-item:nth-child(3),
.top-about-item:nth-child(4),
.top-about-item:nth-child(5){
	grid-column: span 2;
}*/
.top-about-item num {
	display: block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	background-image: linear-gradient(-45deg, #118cd9 30%, #30bdc0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top-about-item p{
	margin: 0;
	font-size: 15px;
	padding: 0 0 4px 0;
	line-height: 1.3;
	opacity: 0.8;
}
.value-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.value-item{
	position: relative;
	text-align: center;
}
.value-icon-container{
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto;
}
.value-icon{
	width: 60px;
	height: 60px;
	background: url(images/about-icons.png) no-repeat;
	background-size: 100% auto;
}
.value-icon.icon-2 { background-position:0 33.33%; }
.value-icon.icon-3 { background-position:0 66.67%; }
.value-icon.icon-4 { background-position:0 100%; }
.value-item p{
	font-weight: 600;
}
.value-item:after{
	display: none;
	content: "";
	width: 25px;
	height: 28px;
	position: absolute;
	left: calc(100% + 8px);
	top: calc(50% - 14px);
	background:url(images/buy-step-arraw.webp) center no-repeat;
	background-size: 100% auto;
}
.value-item:last-of-type:after{
	display: none;
}
#block-about-2{
	background: linear-gradient(135deg, rgba(26,46,75,1) 0%,rgba(11,23,48,1) 100%);
}
#block-about-3{
	background: linear-gradient(135deg, rgba(33,40,51,1) 0%,rgba(3,4,8,1) 60%);
}
.about-block{
	position: relative;
	margin-bottom: 25px;
	font-size: 0;
}
.about-block-bg{
	width: 100%;
	position: relative;
	z-index: 0;
}
.about-block-txt{
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
	padding: 30px;
}
.about-block-txt h3{
	background-image: linear-gradient(-45deg, #118cd9 30%, #30bdc0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-block-txt ul{
	list-style: disc;
	margin-left: 20px;
	margin-top: 15px;
}
.about-block-txt ul li{
	padding-bottom: 5px;
}
.about-block-2{
	text-align: center;
}
.about-block-2 h3{
	font-size: 18px;
	margin-bottom: 0;
}
.about-block-2 p{
	margin: 0;
	font-size: 12px;
}
.about-block-2 .about-block-txt{
	padding: 10px;
}
#block-about-5{
	background:url(images/bg-about-2.webp) center no-repeat #032d49;
	background-size: cover;
}
#block-about-5 .site{
	margin-top: 180px;
	margin-bottom: 180px;
}
.sustainbility-list{
	width: 100%;
	max-width: 880px;
	display: grid;
	grid-gap: 50px 30px;
	text-align: left;
	grid-template-columns: repeat(2, 1fr);
}
.sustainbility-item p{
	line-height: 1.4;
}
.sustainbility-icon{
	width: 50px;
	height: 50px;
	background:url(images/about-sustainbility-icons.webp) no-repeat;
	background-size: 100% auto;
	display: block;
}
.sustainbility-icon.icon-2 { background-position:0 33.33%; }
.sustainbility-icon.icon-3 { background-position:0 66.67%; }
.sustainbility-icon.icon-4 { background-position:0 100%; }
#about-history{
	position: relative;
	font-size: 0;
	background-color: #1f6282;
}
#about-history .site{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	box-sizing: border-box;
	padding-top: 150px;
}
img#about-history-bg{
	object-fit: cover;
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	min-height: 800px;
}
img#about-history-line{
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
img#about-history-title{
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#about-history-txt{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.about-history-dot{
	display: block;
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	background-color: rgba(0,255,252,1);
	width: 10px;
	height: 10px;
	left: 0;
	top: 0;
}
.about-history-dot:after{
	content: "";
	border: 5px solid rgba(0,255,252,0.4);
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	left: -5px;
	top:-5px;
	width: 10px;
	height: 10px;
}
.about-history-dot:before{
	content: "";
	width: 190px;
	max-width: 35vw;
	height: 1px;
	position: absolute;
	right: 100%;
	top: 5px;
	background-color: transparent;
	border-top: 1px dotted #fff;
}
#about-history-dot-1 { left:56.3%; top: 29%; }
#about-history-dot-2 { left:47.6%; top: 37%; }
#about-history-dot-3 { left:36.5%; top: 45%; }
#about-history-dot-4 { left:38.5%; top: 53%; }
#about-history-dot-5 { left:44.8%; top: 61%; }
#about-history-dot-6 { left:53.2%; top: 69%; }
#about-history-dot-7 { left:65.8%; top: 77%; }
#about-history-dot-8 { left:57.43%; top: 85%; }
#about-history-dot-1:before{width:200px}
#about-history-dot-2:before{width:300px}
#about-history-dot-3:before{width:600px}
#about-history-dot-4:before{}
#about-history-dot-5:before{width:300px}
#about-history-dot-6:before{}
#about-history-dot-7:before{width: 50px}
#about-history-dot-8:before{width: 550px}

#about-history-dot-1:before,
#about-history-dot-3:before,
#about-history-dot-4:before,
#about-history-dot-7:before{left:100%;right:auto}/*right*/
.about-history-item{
	color: #fff;
	width: 280px;
	position: absolute;
	left: 28px;
}
.about-history-item p{
	line-height: 1.4;
	margin: 5px 0 0 0;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}
.about-history-item b{
	color: #fff;
	font-size: 16px;
}
#about-history-item-1,
#about-history-item-3,
#about-history-item-4,
#about-history-item-7{left: auto; right: 28px}/*right*/

#about-history-item-1{ top: calc(29% - 8px) }
#about-history-item-2{ top: calc(37% - 8px) }
#about-history-item-3{ top: calc(45% - 8px)}
#about-history-item-4{ top: calc(53% - 8px); right: 330px }
#about-history-item-5{ top: calc(61% - 8px); }
#about-history-item-6{ top: calc(69% - 8px); left: 330px }
#about-history-item-7{ top: calc(77% - 8px) }
#about-history-item-8{ top: calc(85% - 8px) }
@media screen and (max-width:1279px){
	#about-history .site{
		padding-top: 80px;
	}
	#about-history-line,
	.about-history-dot{
		display: none;
	}
	#about-history-list{
		display: grid;
		grid-gap: 30px 20px;
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 60px;
	}
	.about-history-item{
		position: static;
		left: auto;
		top: auto;
		width: auto;
	}
	#about-history-txt{
		position: relative;
		height: auto;
	}
	img#about-history-bg,
	img#about-history-title,
	img#about-history-line{
		position: absolute;
		height: 100%;
		top: 0;
	}
}
@media screen and (min-width:1024px){
	#top-inner.top-about{
		flex-direction: row;
		align-items: center;
	}
	#top-about-earth{
		width: 55%;
	}
	#top-about-txt{
		text-align: left;
		width: 45%;
	}
	#top-about-data{
		margin-top: 60px;
		width: calc(100% + 200px);
		max-width: 780px;
		margin-left: -200px;
		gap: 50px 20px;
	}
	.top-about-item{
		gap: 20px;
		flex-direction: row;
		align-items: flex-end;
	}
	.top-about-item num{
		font-size: 42px;
		width: 50%;
		text-align: right;
	}
	.top-about-item p{
		width: 50%;
		text-align: left;
	}
	.value-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.value-item:after{
		display: block;
	}
	.value-icon-container{
		width: 170px;
		height: 170px;
	}
	.value-icon{
		width: 80px;
		height: 80px;
	}
}
@media screen and (min-width: 1280px){
	#top-about-data{
		gap: 70px 20px;
	}
	#top-about-data hr{
		display: block;
	}
	.top-about-item num {
		font-size: 56px;
	}
	.top-about-item p{
		font-size: 18px;
	}
	.about-block-txt{
		padding: 50px;
	}
	.about-block-2 .about-block-txt{
		padding: 30px 50px;
	}
	.about-block-txt h3{
		font-size: 30px;
	}
	.about-block-2 h3{
		font-size: 30px;
	}
	.about-block-2 p{
		margin-top: 10px;
		font-size: 16px;
	}
}

/*service pages*/
.page-sub-list li{
	border-bottom: 1px solid #eee;
}
.page-sub-list li a{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 12px 0;
	transition: 0.2s all;
	font-weight: 400;
}
.page-sub-list li a:after{
	content:"\f105";
	font-family: fontawesome;
	color: #ddd;
	font-size: 18px;
}
.page-sub-list li.current a,
.page-sub-list li a:hover{
	color: #118cd9;
	text-decoration: none;
}
#service-header-img{
	height: 190px;
}
.service-center-icon{
	width: 50px;
	height: 50px;
	display: block;
	background: url(images/icons-service-center.png) no-repeat;
	background-size: 100% auto;
}
.service-center-icon.icon-2{ background-position:0 100%; }
.service-center-list{
	margin-top: 90px;
	margin-bottom: 20px;
	display: grid;
	grid-gap: 90px;
}
.service-center-icon-outter{
	position: absolute;
	top: -40px;
	left: 30px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px;
	width: 90px;
	height: 90px;
	box-shadow: 0 -5px 4px rgba(0,0,0,0.1);
}
.service-center-item{
	position: relative;
	box-sizing: border-box;
	padding: 70px 25px 25px 25px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
}
.service-center-item h3{
	font-size: 18px;
}
.service-center-item-social{
	color: #999;
}
.service-center-item-social b{
	color: #000;
	font-weight: 400;
}
.service-center-item-social li{
	padding: 2px 0px;
	word-break: break-all;
}
.icon-contact{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.qa{
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 28px;
}
.qa-cat-title {
	margin-top: 20px;
	counter-reset: qaCounter;
}
.qa-item-q-title:before{
	counter-increment: qaCounter;
	content: counter(qaCounter)".";
	display: inline-block;
	margin-right: 8px;
}
.qa-item{
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.qa-item-q{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	height:auto;
	padding: 17px 40px 17px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	transition: all 0.2s;
}
.qa-item-q:hover{
	background: #f3f3f3;
}
.qa-item-q:after{
	position: absolute;
	right: 16px;
	top: 0;
	content: "\f0dd";
	font: normal normal normal 16px/1 FontAwesome;
	color: #000;
	height: 56px;
	width: 46px;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 0.2s all;
	transform: translate(0,-2px);
	transform-origin: center center;
}
.qa-item.current .qa-item-q:after{
	transform: rotate(180deg) translate(0,-4px);
}
.qa-item-q p{
	margin: 0;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
}
.qa-item-a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*border-top: 1px solid #dedede;*/
	overflow: hidden;
	transition: 0.2s all;
	padding: 0 15px 0 20px;
	height: 0;
}
.qa-item.current .qa-item-a{
	padding: 15px 15px 15px 20px;
}
.qa-item-a p{
	margin: 21px 0;
}
.download-filter{
	display: grid;
	grid-gap: 20px;
	grid-template-columns:repeat(1, 1fr);
}
.download-filter-fieldset label{
	line-height: 1.5;
	padding-bottom: 6px;
	color: #000;
	font-weight: 500;
	display: none;
}
.download-filter select{
	width: 100%;
}
.download-filter select,
.download-filter input{
	box-sizing: border-box;
	border-radius: 6px;
	padding: 8px;
}
.product-kws-line{
	font-size: 0;
}
#product_kws{
	width: calc(100% - 50px);
	border-radius: 6px 0 0 6px;
	vertical-align: middle;
}
#product_kws_btn{
	font-size: 15px;
	box-sizing: border-box;
	height: 38px;
	width: 50px;
	border-radius: 0 6px 6px 0;
	vertical-align: middle;
}

#download-list{
	position: relative;
	min-height: 90px;
}
#download-list:after{
	content:"NO DATA";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width:768px){
	#service-header-img{
		height: auto;
	}
	.service-center-icon-outter{
		left: 45px;
	}
	.service-center-item{
		padding: 75px 20px 40px 40px;
	}
	.service-center-item{
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
		align-items: flex-end;
	}
	.service-center-item-social{
		width: 57%;
	}
	.service-center-item-left{
		width: 43%;
	}
	.download-filter-fieldset label{
		display: block;
	}
	.download-filter{
		grid-gap: 20px;
		grid-template-columns:repeat(3, 1fr);
	}

}
@media screen and (min-width:1600px){
	.page-sub-list li a{
		padding: 18px 0;
	}
}

/*页面遮盖层*/
.coverThePage{
	width:100vw;
	height:100vh;
	/*background:rgba(0,0,0,0.5);*/
	background:rgba(0,0,0,0);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 98;
}
.coverThePage.stay{
	display: block;
}

/*interactive ui*/
#fullMask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-opacity: 0;
	opacity: 0;
	/*pointer-events: none;*/
}
#fullMask.stay{
	z-index: 98;
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
}
#fullMask.stay.unclickable{
	pointer-events: none;
}
#toast{
	position: fixed;
	z-index: 100;
	width: 600px;
	height: 300px;
	box-sizing: border-box;
	padding: 30px 48px;
	background-color: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left:calc(50% - 300px);
	top: calc(50% - 150px);
	pointer-events: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
	border-radius: 10px;
}
#toast.stay{
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
#toast i{
	display: block;
	width: 50px;
	height: 50px;
	background:url(images/icon-question.png);
}
#toast p{
	line-height: 1.6;
	font-size: 13px;
	margin: 21px auto;
	max-width: 75%;
}
#toast p a{
	text-decoration: underline;
}
#toast.error i{
	background:url(images/icon-question.png);
}
#toast.note i{
	background:url(images/icon-question.png);
}
#toast.success i{
	background:url(images/icon-success.png);
}
.closeLayer{
	cursor: pointer;
	position: absolute;
	right:10px;
	top:10px;
	width: 30px;
	height: 30px;
	background:url(images/close.svg);
	background-position: center center;
	background-size: 100% auto;
	transition: all 0.2s;
}
.closeLayer:hover{
	transform:rotate(90deg);
}
#loading{
	width: 100px;
	height: 100px;
	position: fixed;
	left: calc(50vw - 50px);
	top: calc(50vh - 30px);
	background:url(images/loading-rolling.svg) center center no-repeat;
	background-color: rgba(255,255,255,0.9);
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: -1;
	-webkit-opacity: 0;
	opacity: 0;
}
#loading.stay{
	top: calc(50vh - 50px);
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1;
}

/*PC mega navi*/
a.navi-more{
	color: #fff;
}
a.navi-more:hover{
	text-decoration: none;
}
a.navi-more:after {
	content: "";
	width: 16px;
	height: 13px;
	background: url(images/arraw-right.svg);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	transition: all .2s;
}
.navi-dashboard-item:hover a.navi-more:after,
a.navi-more:hover:after{
	transform: translate(5px,0);
}
a.txt-darkblue.navi-more:after {
	background-image: url(images/arraw-right-blue.svg);
}
.navi-dashboard{
	position: absolute;
	z-index: -1;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: auto;
	transition: 0.2s all;
	opacity: 0;
	top: -500px;
}
.navi-dashboard:before{
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
.navi-dashboard.current{
	opacity: 1;
	top: 80px;
}
.site-header.scroll .navi-dashboard.current{
	top: 55px;
}
.site-header.up .navi-dashboard.current{
	top: -500px;
}
.navi-dashboard .site{
	margin-top: 50px;
	margin-bottom: 50px;
	transition: 0.3s all;
}
#navi-dashboard-solution-list{
	display: grid;
	grid-gap: 18px;
	grid-template-columns: 0.8fr 0.8fr 0.5fr 0.5fr;
}
#navi-dashboard-season-list{
	display: grid;
	grid-gap: 18px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.navi-dashboard-item{
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px;
	background: no-repeat center #2d526b;
	background-size: cover;
	border-radius: 8px;
	line-height: 1.45;
	height: 220px;
}
.navi-dashboard-item b{
	font-size: 18px;
}
.navi-dashboard-item p{
	margin-bottom: 14px;
}
.navi-dashboard-item p:nth-child(2){
	opacity: 0.8;
}
.navi-dashboard-item p:last-child{
	margin-bottom: 0;
}
#navi-dashboard-solution-1 { background-image:url(images/navi-solution-1.jpg) }
#navi-dashboard-solution-2 { background-image:url(images/navi-solution-2.jpg) }
#navi-dashboard-solution-3 { background-image:url(images/navi-solution-3.webp) }
#navi-dashboard-solution-4 { background-image:url(images/navi-solution-4.webp) }
#navi-dashboard-season-1 { background-image:url(images/navi-season-1.jpg) }
#navi-dashboard-season-2 { background-image:url(images/navi-season-2.jpg) }
#navi-dashboard-season-3 { background-image:url(images/navi-season-3.jpg) }
#navi-dashboard-season-4 { background-image:url(images/navi-season-4.jpg) }

#navi-dashboard-news-list{
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.news-item-menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news-item-menu .post_thumbnail{
	width: 35%;
}
.news-item-menu .post_thumbnail img{
	border-radius: 8px;
}
.news-item-menu .post-txt{
	padding: 0;
	width: calc(65% - 30px);
}
.news-item-menu .post-content{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-item-menu .entry-date{
	margin-bottom: 8px;
	font-size: 12px;
	color: #999;
}
.navi-dashboard-news-category{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}
.navi-dashboard-news-category a:hover{
	text-decoration: none;
}

/*contact page*/
.service-form-tab{
	list-style: none;
	border-left:1px solid #b8b8b8;
	margin: 0 0 50px 0!important;
}
.service-form-tab li{
	border-left: 4px solid transparent;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	padding: 5px 0 5px 20px;
	transition: 0.2s all;
}
.service-form-tab li.current{
	border-left: 4px solid #118cd9;
	color: #118cd9;
	font-weight: 500;
}
.support-form-container{
	display: none;
}
.support-form-container.current{
	display: block;
}
.solution-service-list{
	margin-top: 60px;
	margin-bottom: 40px;
	display: grid;
	grid-gap:20px 30px;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}
.icon-service{
	position: relative;
	display: block;
	margin: 10px auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fafafa;
}
.icon-service:after{
	position: absolute;
	content: "";
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background:url(images/icons-solution.png) no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.icon-service.icon-2:after{background-position: 0 14.29%;}
.icon-service.icon-3:after{background-position: 0 28.57%;}
.icon-service.icon-4:after{background-position: 0 42.85%;}
.icon-service.icon-5:after{background-position: 0 57.14%;}
.icon-service.icon-6:after{background-position: 0 71.43%;}
.icon-service.icon-7:after{background-position: 0 85.71%;}
.icon-service.icon-8:after{background-position: 0 100%;}
.case-txt-list{
	margin-top: 55px;
	margin-bottom: 35px;
	display: grid;
	grid-gap:20px 30px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	font-weight: 400;
}
.case-txt-list span{
	font-weight: 500;
	color: #4bad62;
	margin-left: 0;
	margin-right: 10px;
	display: inline-block;
}
#block-cases-bg{
	background:url(images/map-cases-blank.png?v=1) center center no-repeat #f6f9f9;
	width: 100%;
	padding-bottom: 80px;
}
@media screen and (min-width:768px){
	.icon-service{
		width: 120px;
		height: 120px;
	}
	.icon-service:after{
		left: calc(50% - 35px);
		top: calc(50% - 35px);
		width: 70px;
		height: 70px;
	}
	.solution-service-list{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.case-txt-list{
		grid-template-columns: 1fr 1fr 1fr;
	}
	#block-service-1 .step-1{transform:translate(100px,0)}
	#block-service-1 .step-2{transform:translate(-100px,0)}
}
@media screen and (min-width:1280px){
	.solution-service-list{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.case-txt-list{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.case-txt-list-2{
		grid-template-columns: 1fr 1fr 1fr ;
	}
}
/*partners*/
#block-partners-2{
	background:url(images/partners-bg1.webp) no-repeat center;
	background-size: cover;
}
#partner-introduction-list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}
.partner-introduction-item{
	background: #118cd9 no-repeat center url(images/partners-accordion-1.webp);
	position: relative;
	background-size: auto 100%;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
	height: 400px;
	transition: 0.6s all;
}
.partner-introduction-item:after{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}

.partner-introduction-item ul{
	list-style: disc;
	margin-left: 20px;
}
.partner-introduction-txt{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 30px;
}
#partner-introduction-item-1{ background-image:url(images/partners-accordion-1.webp) }
#partner-introduction-item-2{ background-image:url(images/partners-accordion-2.webp) }
#partner-introduction-item-3{ background-image:url(images/partners-accordion-3.webp) }
#partner-introduction-item-4{ background-image:url(images/partners-accordion-4.webp) }
.partner-introduction-content{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: 0.3s all;
	transition-delay: 0s;
	opacity: 1;
}
.partner-introduction-title{
	position: relative;
	z-index: 1;
	transition: 0.6s all;
	opacity: 0;
}
@media screen and (min-width:768px){
	#partner-introduction-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1024px){
	#partner-introduction-list{
		display: flex;
		gap: 15px;
		/*grid-template-columns: repeat(4, 1fr);
		grid-auto-flow: dense;*/
	}
	.partner-introduction-item{
		height: 600px;
		width: 25%;
	}
	.partner-introduction-item:hover{
		width: 80%;
	}
	.partner-introduction-content{
		opacity: 0;
	}
	.partner-introduction-title{
		opacity: 1;
	}
	.partner-introduction-item:hover .partner-introduction-content{
		opacity: 1;
		transition-delay: 0.6s;
	}
	.partner-introduction-item:hover .partner-introduction-title{
		opacity: 0;
	}
	.partner-introduction-item ul{
		font-size: 16px;
	}
}
/*news*/
.post-thumb-big{
	background-color: #f0f0f0;
	border-radius: 10px;
	object-fit: cover;
}
.post-thumb-big.width-full{
	width: 100%;
}
.post-header h1{
	line-height: 1.4;
	font-size: 28px;
	font-size: 2rem;
	color: #000;
	font-weight: 700;
}
.post-footer{
	margin-top: 40px;
}
.post-list{
	display: grid;
	grid-gap: 24px;	
}
.post-item{
	max-width: 100%;
	box-sizing: border-box;
	background: #fafafa;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.2s all;
	border: 1px solid transparent;
}
.post-item:hover{
	background :#fff;
	border:1px solid #ccc;
}
#block-news-list .post-item{
	
}
.post_thumbnail,
.post_thumbnail img{
	width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}
.post-txt{
    font-size: 14px;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 20px;
}
.post-txt time{
	display: block;
	margin-bottom: 14px;
}
.post-txt .post-tags{
	margin-bottom: 14px;
}
.post-title{
	color: #000;
	font-weight: 600;
	display: block;
	margin-bottom: 14px;
	font-size: 17px;
}
.post-title:hover{
	text-decoration: none;
}
.post-content{
	line-height: 1.65;
}
.aside-block{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.aside-block h2.aside-block-title{
	font-size: 18px;
	margin-bottom: 30px;
}
.aside-post-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
	transition: 0.2s all;
}
.aside-post-container:first-of-type{
	margin-top: 0;
}
.aside-post-container:last-of-type{
	margin-bottom: 0;
}
.aside-post-thumbnail{
	display: block;
	font-size: 0;
	width: 130px;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #f0f0f0;
}
.aside-post-thumbnail img{
	width: 100%;
	height: auto;
}
.aside-post-txt{
	width: calc(100% - 145px);
	line-height: 1.45;
}
.aside-post-txt time{
	display: block;
	font-size: 13px;
	color: #666;
}
.aside-post-title{
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
}
.aside-post-title:hover{
	text-decoration: none;
	color: #118cd9;
}
a[rel="tag"]{
	background-color: #eee;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	line-height: 1.2;
	transition: 0.2s all;
}
a[rel="tag"]:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.aside-categories-list li{
	padding-bottom: 10px;
}
.aside-categories-list li a:hover{
	text-decoration: none;
}
figure.size-full img{
	width: 100%;
}
@media screen and (min-width:768px){
	.post-header h1{
		line-height: 1.3;
		font-size: 32px;
	}
	.post-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:768px){
	.post-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.post-txt{
		padding: 25px;
	}
}

.site-header .wpml-ls-legacy-list-horizontal{
	display: inline-block;
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0 0 0 18px;
	font-size: 15px;
	width: 100px;
}
.site-header .wpml-ls-legacy-list-horizontal ul{
	padding: 0;
}
.site-header .wpml-ls-legacy-list-horizontal a{
    display: block;	
    font-size: 15px!important;
	margin: 0!important;
	padding: 0 6px;
	color: rgba(255,255,255,0.6);
	/*line-height: 52px!important;*/
	transition: all 0.2s;
	line-height: 4.8;
}
.site-header .wpml-ls-current-language a{
	color: #fff;
}
.scroll.site-header .wpml-ls-legacy-list-horizontal a{
	line-height: 3.65;
}
#topFloatBar .wpml-ls-legacy-list-horizontal{
	padding: 0 15px 0 15px;
	line-height: 40px;
	overflow: hidden;
	height: 0;
}
#topFloatBar .wpml-ls-legacy-list-horizontal a:hover{
	text-decoration:none;
	color: #89daff;
}
#topFloatBar .wpml-ls-legacy-list-horizontal.toggled-on{
	border-top: 1px solid rgba(255,255,255,0.1);
	height: 40px;
}	
@media screen and (max-width:1279px){
	hgroup > .wpml-ls-legacy-list-horizontal{
		display: none!important;
	}
}

/*subscribe form*/
.subscribe-form{
	width: 100%;
	max-width: 450px;
	margin: 40px auto 0 auto;
}
.subscribe-input,
a.subscribe-submit{
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 10px;
	height: 40px;
	line-height:35px;
	font-size: 16px;
}
a.subscribe-submit{
	background: #3380ff;
	color: #fff;
	width: 120px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	font-weight: 400;
	border: 1px solid #3380ff;
	border-radius: 0 30px 30px 0;
}
a.subscribe-submit:hover{
	text-decoration: none;
	background-color: #2c5aa7;
	color: #fff;
	border-color:#2c5aa7;
}
.subscribe-input{
	background: #fff;
	border: 1px solid #fff;
	border-right: 0;
	border-radius:30px 0 0 30px;
	width: calc(100% - 120px);
	padding-left: 15px;
	color: #000;
}
.subscribe-input::placeholder {
  color: rgba(0,0,0,0.5);
}

#footer-subscribe-form{
	margin-top: 18px;
}
#footer-subscribe-form .subscribe-input{
	border-radius: 4px 0 0 4px;
	border-color: #e2e2e2;
	font-size: 14px;
}
#footer-subscribe-form a.subscribe-submit{
	background: #e2e2e2;
	color: #000;
	border-color: #e2e2e2;
	font-size: 14px;
	border-radius: 0 4px 4px 0;
}

/*search bar*/
#searchbar{
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 82px;
	background:#fff;
	text-align: center;
	z-index: 99;
	transition: 0.3s all;
	top:-82px;
}
#searchbar.stay{
	top:0;
}
.admin-bar #searchbar.stay{
	top:32px;
}
@media screen and (max-width:782px){
	.admin-bar #searchbar.stay{
		top:46px;
	}
}
#searchbar-close{
	top: 26px;
}
#searchbar .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#searchsubmit{
	text-align: center;
	position: relative;
	width: 50px;
	height: 33px;
	line-height: 31px;
	background-color: #e2e2e2;
	border:1px solid #e2e2e2;
	color: #000;
	vertical-align: middle;
	border-radius:  0 4px 4px 0 ;
	transition: 0.2s all;
}
#searchsubmit:hover{
	border-color: #2c5aa7;
	background-color: #2c5aa7;
	color: #fff;
}
#searchbar input{
	box-sizing: border-box;
	vertical-align: middle;
	width: 500px;
	height: 33px;
	padding-left: 15px;
	max-width: calc(100% - 80px);
	border-radius: 4px 0 0 4px;
    border-color: #e2e2e2;
}
#searchsubmit:before{
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	z-index: 2;
	display: block;
	top: -1px;
	left: 8px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
#searchbar-form div{
	font-size: 0;
}

/*accordion-item*/
.accordion-item{
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	transition: 0.2s all;
}
.accordion-item-q{
	box-sizing: border-box;
	padding-right: 35px;
	position: relative;
	cursor: pointer;
	font-weight: 500;
}
.accordion-item-q:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 30px;
	text-align: center;
	line-height: 1;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.accordion-item.current .accordion-item-q:after{
	transform: rotate(180deg);
}
.accordion-item-a{
	position: relative;
	box-sizing: border-box;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	overflow: hidden;
	transition: 0.2s all;
	height: 0;
	margin: 0 auto;
}
.accordion-item.current .accordion-item-a{
	padding: 25px 0;
}
.accordion-item-a-inner{
	transition: 0.2s all;
}

/*tab items*/
.tab-list{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	text-align: center;
}
.tab-list a{
	font-weight: 400;
	width: 50%;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 10px 0;
}
.tab-list a:hover{
	text-decoration: none;
}
.tab-list a.current{
	font-weight: 500;
	color: #118cd9;
	border-bottom: 2px solid #118cd9;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: block;
}
.product-detail-banner{
	overflow: hidden;
	/*border-radius: 10px;*/
	/*margin: 20px 0;*/
	margin: 0;
}
div[data-tab="specifications"] td,
div[data-tab="specifications"] th{
	line-height: 1.5;
	padding: 8px 4px;
	font-weight: 400;
}
div[data-tab="specifications"] td:first-child{
	color: #999;
	padding-left: 0;
}
.table-parameters th,
.table-parameters td{
	text-align: center!important;
}
.table-parameters th:first-child,
.table-parameters td:first-child{
	text-align: left!important;
}
.table-parameters .tbody-has-connected-cells th:first-child,
.table-parameters .tbody-has-connected-cells td:first-child{
	width: 30%;
}
.table-parameters .tbody-has-connected-cells{
	min-width: 500px;
}
.table-parameters th{
	background-color: #fefefe!important;
	font-weight: 600 !important;
}
.table-parameters th[colspan="2"],
.table-parameters td[colspan="2"],
.table-parameters th[colspan="3"],
.table-parameters td[colspan="3"],
.table-parameters th[colspan="4"],
.table-parameters td[colspan="4"],
.table-parameters th[colspan="5"],
.table-parameters td[colspan="5"]{
	text-align: center;
}
.tablepress-table-description{
	line-height: 1.6;
	display: block;
	padding-bottom: 40px;
	font-weight: 500;
	font-size: 18px;
}
@media screen and (min-width:1024px){
	.tab-list a{
		font-size: 18px;
	}
	.product-detail-banner{
		/*margin: 40px 0;*/
	}
	div[data-tab="description"] h2{
		font-size: 40px;
	}
	div[data-tab="specifications"] table{
		font-size: 16px;
	}
	div[data-tab="specifications"] td{
		padding: 14px 4px;
	}
}
@media screen and (min-width:1600px){
	.tab-list a{
		font-size: 21px;
	}
}
/*woocommerce overwrite*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
	border-radius: 20px;
	font-weight: 400;
}

/*product single page*/
.pswp__bg{
	background-color: #ccc;
}
.woocommerce-product-gallery{
	background-color: #f8f8f8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
}
.product-specifications table{
	border: 1px solid #ededed;
}
.product-specifications table th,
.product-specifications table td{
	color: #000;
	padding-left: 8px;
}
.product-specifications table th{
	font-weight: 500;
}
.product-specifications table td:first-child{
	color: #999;
}
.product-specifications table td[colspan="2"]{
	color: #000;
	/*font-weight: 500;
	background-color: #fafafa;*/
}
.woocommerce-product-details__short-description ul{
	list-style: disc;
	margin-left: 20px;
}
/*product list page*/
.product-list{
	display: grid;
	grid-gap: 30px;
}
.product-item{
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	background-color: #fafafa;
	border-radius: 10px;
	overflow: hidden;
	width: 380px;
	max-width: 100%;
}
.product-item,
.product-item *{
	transition: all 0.3s;
}
.product-item .button{
	margin-top: 15px;
	opacity: 0;
}
.product-item h3{
	/*height: 41px;*/
	font-size: 20px;
	margin-top: 15px;
	line-height: 1.45;
}
.product-item-series{
	line-height: 1.5;
	padding: 10px 0;
	font-size: 14px;
}
.product-item-thumb{
	width: 100%;
	height: auto;
}
.product-item:hover{
	padding-bottom: 25px;
	background-color: #f2f2f2;
}
.product-item:hover .product-item-thumb{
	transform: scale(0.92);
}
.product-item:hover h3{
	margin-top: 0;
}
.product-item:hover .button{
	opacity: 1;
}
.product-item-full{
	display: block;
	box-sizing: border-box;
	text-align: center;
}
.product-item-full img{
	max-width: 100%;
	margin-bottom: 30px;
}
.product-list .product-item{
	width: auto;
}
.layer-cover{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.download-item{
	position: relative;
	z-index: 1;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.document-item-content{
	line-height: 1.5;
	word-wrap: break-word;
	width: calc(100% - 120px);
}
.document-item-tag{
	text-align: center;
	display: inline-block;
	padding: 2px 2px;
	background-color: #f2f2f2;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
	margin-bottom: 4px;
}
.item-documentation .document-item-tag{ background-color:#118cd9 }
.item-certification .document-item-tag{ background-color:#235c25 }
.document-item-content h4{
	font-size: 17px;
	font-weight: 600;
}
.product-category-list ul li{
	box-sizing: border-box;
	position: relative;
	line-height: 1.3;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
#top-inner.top-single-product h1{
	text-transform: none;
}
.icon-destination{
	background:url(images/icon-destination.png) center no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
#top-inner.top-single-product .icon-destination{
	margin-right: 15px;
}
.header-destination{
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: flex-start ;
	justify-content: flex-start;
}
.term-filter{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.term-filter li{
	display: inline-block;
}
.term-filter li:empty{
	display: none;
}
.term-filter li a{
	font-weight: 400;
	font-size: 16px;
	display: block;
	box-sizing: border-box;
	padding: 6px 15px;
	border-radius: 10px;
	background-color: #eee;
	transition: 0.2s all;
	white-space: nowrap;
	/*margin-left: 10px;*/
}
.term-filter li:first-child a{
	margin-left: 0;
}
.term-filter li a.current,
.term-filter li a:hover{
	background-color: #118cd9;
	color: #fff;
	text-decoration: none;
}
.term-filter-item[data-total='0']{
	/*hide empty item*/
	display: none;
}
@media screen and (min-width:600px){
	.product-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:1024px){
	#block-product-list .site{
		display: flex;
		flex-direction: row;
		gap: 40px;
	}
	#block-product-list .product-list{
		width: 80%;
		grid-template-columns: repeat(3, 1fr);
	}
	#block-product-list .page-sub-list{
		width: calc(20% - 40px);
	}
	.document-item-tag{
		width: 106px;
	}
	.document-item-content{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 15px;
	}
	.document-item-title{

		width: calc(100% - 115px);
	}
}
@media screen and (min-width:1200px){
	.product-list{
		grid-template-columns: repeat(3, 1fr);
	}
}

/*share this buttons*/
.st-btn{
	background-color: #eee;
}
.st-btn i{
	width: 16px;
}

/* gutenberg */
.wp-block-columns{
	gap: 25px;
}
.wp-block-heading{
	color: #555;
}
#block-news-1 .wp-block-heading{
	color: #000;
}
h2.wp-block-heading{
	text-transform: none;
}
.wp-block-quote{
	border:1px solid #eee;
	background-color: #f9f9f9;
}