/*
Theme Name: Boton
Theme URI: https://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: https://blog.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: https://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: boton
*/

/* =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 )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
/*@import url(fonts/fonts-roboto.css);*/

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}
.customized-scroller{
	overflow-y: auto;
}
.customized-scroller::-webkit-scrollbar{
	width:6px;
}
.customized-scroller::-webkit-scrollbar-track{
	background:#f2f2f2;
	border-radius:3px
}
.customized-scroller::-webkit-scrollbar-thumb{
	background:var(--global-color-primary);;
	border-radius:3px
}
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;
}
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;
}
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;
}
big{
	font-size: 120%;
}
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="button"],
input[type="submit"],
input[type="reset"],
textarea{
	-webkit-appearance: none;
}

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;
}
/*radio and checkbox types for pc*/
/*input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	display: inline-block!important;
	position: relative;
	z-index: 0;
	height:20px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 8px;
	width: 13px;
	background: transparent;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
	position: absolute;
	content:"";
	width:20px;
	height:20.4px;
	background: url(images/icons-checkbox.png) no-repeat 0 top;
	background-size: 100% auto;
	box-sizing: border-box;
	border: 0;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	left:-3px;
	top:-2px;
}
input[type="radio"]:after {
	border-radius: 50%;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	background-position: 0 101%;
	color: #fff;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 3px;
	color: #fff;
	line-height: 20px;
	z-index: 2;
}
input[type="radio"]:checked:before {
	
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	left: 6px;
	top: 4px;
}*/
/*radio and checkbox types for pc end*/
button,
input,
select,
textarea {
	box-sizing: border-box;
	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;
}

/* 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: var(--global-color-primary);
	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: #0a3e52;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #0a3e52;
}
.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 16px;
	width: 156px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1.1;
	background-color: var(--global-color-primary);
	-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 var(--global-color-primary);
	color:#fff;
	background:var(--global-color-primary);
}
.button1:hover{
	border:1px solid var(--global-color-primary-darker);
	color:#fff;
	background:var(--global-color-primary-darker);
}
.button2 {
	border:1px solid var(--global-color-primary);
	color:var(--global-color-primary);;
	background:transparent;
}
.button2:hover {
	border:1px solid var(--global-color-primary-darker);
	color:#fff;
	background:var(--global-color-primary-darker);
}
.button3{
	border:1px solid var(--global-color-green);
	color:#fff;
	background:var(--global-color-green);
}
.button3:hover{
	border:1px solid var(--global-color-green);
	color:var(--global-color-green);
	background:transparent;
}
.button4{
	border:1px solid #cc2626;
	color:#fff;
	background:#cc2626;
}
.button4:hover{
	border:1px solid #921313;
	color:#fff;
	background:#921313;
}
.button5{
	border:1px solid #fff;
	color:#000!important;
	background:#fff;
}
.button5:hover{
	border:1px solid #ccc;
	color:#000!important;
	background:#ccc;
}
.button-large{
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-small{
	padding: 6px 12px;
	width:auto;
	text-transform: none;
}
.button-width-fit{
	width: fit-content;
}
.button-shadow{
	margin-right: 0;
	margin-bottom: 5px;
	box-shadow: 5px 5px 5px rgba(40, 149, 211, 0.4);
}
.button3.button-shadow{
	box-shadow: 5px 5px 5px rgba(0, 115, 27, 0.3);
}
.button-bar{
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (min-width: 1280px){
	.button-large{
		padding: 14px 30px;
	}
}

/* Responsive images */
.entry-image,
.entry-content img,
.comment-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 */
}
.entry-video-container{
	position: relative;
	display: block;
	width: 100%;
}
.entry-video-container:after{
	cursor: pointer;
	pointer-events: none;
	content:"\f04b";
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.5);
	border: 4px solid #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
}
.entry-video-container:before{
	pointer-events: none;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.entry-video-container.playing:before,
.entry-video-container.playing:after{
	display: none;
}
.entry-video{
	display: block;
	width: 100%;
	transition: 0.2s all;
}

/*global varities*/
body{
	--global-color-red: #e61215;
	--global-color-red-darker: #ac1012;
	--global-color-blue: #2895d3;
	--global-color-blue-darker: #1e7cb1;
	--global-color-orange: #ffa836;
	--global-color-green: #256b36;
	--global-color-primary: var(--global-color-blue);
	--global-color-primary-darker: var(--global-color-blue-darker);
}
/*text color*/
.txt-red{ color:var(--global-color-red)!important }
.txt-blue{ color:var(--global-color-blue)!important }
.txt-orange{ color:var(--global-color-orange)!important }
.txt-white{ color:#fff!important }
.txt-black{ color:#000!important }

/*grids*/
.col-row{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	overflow: hidden;
	gap: 18px;
}
.col-row.col-narrow{
	gap: 6px;
}
.col-row.col-medium{
	gap: 12px;
}
.col-row.col-wide{
	gap: 24px;
}
.col-row.col-sticky{
	gap: 0;
}
.col-n{

}
.col-saparator{
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	justify-self: center;
	align-self: stretch;
}
.flex-vertical-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex-horizontal-center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.site-blocks .flex-vertical-center p,
.flex-vertical-center p{
	display: block;
	margin-top: 20px;
	margin-bottom: 0;
}
.site-blocks .flex-vertical-center h2 + p{
	margin-top: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		
	}
	.col-0-mb{
		display: none;
	}
	.col-1-mb{
		grid-column:span 1;
	}
	.col-2-mb{
		grid-column:span 2;
	}
	.col-3-mb{
		grid-column:span 3;
	}
	.col-4-mb{
		grid-column:span 4;
	}
	.col-5-mb{
		grid-column:span 5;
	}
	.col-6-mb{
		grid-column:span 6;
	}
	.col-7-mb{
		grid-column:span 7;
	}
	.col-8-mb{
		grid-column:span 8;
	}
	.col-9-mb{
		grid-column:span 9;
	}
	.col-10-mb{
		grid-column:span 10;
	}
	.col-11-mb{
		grid-column:span 11;
	}
	.col-12-mb{
		grid-column:span 12;
	}
	.hide-mb{
		display: none!important;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-0-tb{
		display: none;
	}
	.col-1-tb{
		grid-column:span 1;
	}
	.col-2-tb{
		grid-column:span 2;
	}
	.col-3-tb{
		grid-column:span 3;
	}
	.col-4-tb{
		grid-column:span 4;
	}
	.col-5-tb{
		grid-column:span 5;
	}
	.col-6-tb{
		grid-column:span 6;
	}
	.col-7-tb{
		grid-column:span 7;
	}
	.col-8-tb{
		grid-column:span 8;
	}
	.col-9-tb{
		grid-column:span 9;
	}
	.col-10-tb{
		grid-column:span 10;
	}
	.col-11-tb{
		grid-column:span 11;
	}
	.col-12-tb{
		grid-column:span 12;
	}
	.col-row{
		gap: 30px;
	}
	.col-row.col-narrow{
		gap: 10px;
	}
	.col-row.col-medium{
		gap: 20px;
	}
	.col-row.col-wide{
		gap: 40px;
	}
	.hide-tb{
		display: none!important;
	}
}
@media screen and (min-width: 1280px){
	.col-0{
		display: none;
	}
	.col-1{
		grid-column:span 1;
	}
	.col-2{
		grid-column:span 2;
	}
	.col-3{
		grid-column:span 3;
	}
	.col-4{
		grid-column:span 4;
	}
	.col-5{
		grid-column:span 5;
	}
	.col-6{
		grid-column:span 6;
	}
	.col-7{
		grid-column:span 7;
	}
	.col-8{
		grid-column:span 8;
	}
	.col-9{
		grid-column:span 9;
	}
	.col-10{
		grid-column:span 10;
	}
	.col-11{
		grid-column:span 11;
	}
	.col-12{
		grid-column:span 12;
	}
	.col-row{
		gap: 30px;
	}
	.col-row.col-narrow{
		gap: 10px;
	}
	.col-row.col-medium{
		gap: 20px;
	}
	.col-row.col-wide{
		gap: 60px;
	}
	.hide-pc{
		display: none!important;
	}
}
.cols-2col{
	display: grid;
}
.cols-2col-item{
	position: relative;
	padding:35px 28px;
}
.cols-2col-bg{
	grid-row: 1;
	min-height: 300px;
}
.cols-2col-bg img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
@media screen and (min-width: 600px){
	.cols-2col{
		grid-template-columns: repeat(2, 1fr);
	}
	.cols-2col-bg{
		grid-row: auto;
	}
}
@media screen and (min-width: 1280px){
	.cols-2col-item{
		padding:100px;
	}
}
@media screen and (min-width: 1440px){
	.cols-2col-left{
		padding-left: calc(100% - 700px);
	}
	.cols-2col-right{
		padding-right: calc(100% - 700px);
	}
}

/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.table-responsive table{
	width: 100%;
}
.table-responsive table thead td,
.table-responsive table thead th{
	font-weight: 800;
	border-bottom: solid 2px #000!important;
}
.table-responsive table td,
.table-responsive table th{
	text-align: center;
	padding: 14px 0!important;
	border-bottom: solid 1px #999;
	font-size: 15px;
	line-height: 1.4;
}
.table-responsive table th{
	padding: 14px 0!important;
}
.table-responsive table td:first-child{
	
}
.table-responsive table td b{
	font-weight: 700;
}
.table-responsive table td:empty{
	height: 40px;
}

.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}
.txt-light{
	font-weight: 300;
}

/* 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 */
.nav-single{
	margin-top:40px;
	margin-bottom: 40px;
}
.nav-previous,
.nav-next{
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.nav-previous:empty,
.nav-next:empty{
	display: none;
}
.nav-previous a,
.nav-next a{
	position: relative;
	display: block;
	font-weight: 600;
	width: 100%;
	display: block;
	border:1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 20px;
	padding-left: 65px;
	margin-bottom: 20px;
	line-height: 1.4;
	height: 111px;
	overflow: hidden;
	transition: 0.2s all;
}
.nav-previous a:hover,
.nav-next a:hover{
	text-decoration: none;
	border:1px solid var(--global-color-primary);
	color: var(--global-color-primary);
}
.nav-previous a .title,
.nav-next a .title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.meta-nav{
	margin-bottom: 7px;
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #999;
}
.nav-previous a:before,
.nav-next a:before{
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #eee;
	left: 15px;
    content: "\f104";
}
.nav-next a:before{
	content: "\f105";
}
.nav-previous a:hover:before,
.nav-next a:hover:before{
	color: #fff;
	background-color: var(--global-color-primary);
}
@media screen and (min-width:1280px){
	.nav-next{
		text-align: right;
	}
	.nav-next a{
		padding: 20px;
		padding-right: 65px;
	}
	.nav-next a:before{
		left:auto;
		right: 15px;
		content: "\f105";
	}
}

/* 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: 'Roboto', '微软雅黑',  Helvetica, Arial, sans-serif;*/
	font-family: 'Helvetica Neue', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #000;
	background-color:#f4f5f9;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: var(--global-color-primary);
	text-decoration: none;
}

/* 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;
	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: 1px;
}
.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;
}
/*animation*/
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* 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 {
	color:var(--global-color-primary);
}
.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.15);
}
.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 {
	/*background: transparent;*/
	color:var(--global-color-primary);
}

a[rel="navi-dashboard-1"]:after,
a[rel="navi-dashboard-2"]:after,
a[rel="navi-dashboard-3"]:after,
a[rel="navi-dashboard-4"]:after,
a[rel="navi-dashboard-5"]:after{
	content: "\f107";
	font-family: 'FontAwesome';
	margin-left: 4px;
	transition: 0.2s all;
	display: inline-block;
}
a[rel="navi-dashboard-1"].over,
a[rel="navi-dashboard-2"].over,
a[rel="navi-dashboard-3"].over,
a[rel="navi-dashboard-4"].over,
a[rel="navi-dashboard-5"].over{
	color: var(--global-color-primary)!important;
}
a[rel="navi-dashboard-1"].over:after,
a[rel="navi-dashboard-2"].over:after,
a[rel="navi-dashboard-3"].over:after,
a[rel="navi-dashboard-4"].over:after,
a[rel="navi-dashboard-5"].over:after{
	transform: rotate(180deg);
}

#mobileMenu a[rel="navi-dashboard-1"]:after,
#mobileMenu a[rel="navi-dashboard-2"]:after,
#mobileMenu a[rel="navi-dashboard-3"]:after,
#mobileMenu a[rel="navi-dashboard-4"]:after,
#mobileMenu a[rel="navi-dashboard-5"]:after{
	content:"\f105";
	margin-left: 20px;
}

/*mega navi menu*/
:root .navi-dashboard{
	--navi-border-color: 1px solid rgba(255,255,255,0.15);
}
#navi-dashboard-mobile-header{
	background-color: #00253d;
	box-sizing: border-box;
	padding: 0 20px;
	height: 50px;
	display: none;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
#navi-dashboard-close{
	font-size: 18px;
	display: inline-block;
}
#navi-dashboard-close:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(images/arraw-right-top.svg) center center no-repeat;
	background-size: 100% auto;
	/*filter: brightness(99);*/
	transform: rotate(-135deg) translate(4px,0);
}
.navi-dashboard{
	position: absolute;
	z-index: 99;
	left: 0;
	background-color: #00253d;
	width: 100%;
	left: 0;
	transition: all 0.2s ease-out, opacity 0.3s ease-in!important;
	opacity: 0;
	/*top: -500px;*/
	top: 122px;
	height: 0;
	line-height: 1.45;
	color: #fff;
	overflow: hidden;
	transition: 0.3s all;
}
.navi-dashboard.stay{
	opacity: 1;
	top: 122px;
	/*height: 500px;*/
}
.site-header.scroll .navi-dashboard.stay{
	top: 66px;
}
.site-header.up .navi-dashboard.stay{
	top: -500px;
}
.navi-dashboard .site{
	margin-top: 60px;
	margin-bottom: 60px;
	transition: 0.2s all ease-out;
	max-width: 1440px!important;
	position: absolute;
	filter: blur(5px);
	opacity: 0;
	top: 0;
	pointer-events: none;
	font-size: 16px;
}
.navi-dashboard .site.current{
	filter: none;
	opacity: 1;
	pointer-events: unset;
	transform: translate(0,0);
}
.navi-dashboard .site.prior{
	transform: translate(-20px,0);
}
.navi-dashboard .site.next{
	transform: translate(20px,0);
}
.navi-dashboard .col-row{
	gap: 50px;
}
.navi-dashboard .col-row > .col-2,
.navi-dashboard .col-row > .col-3,
.navi-dashboard .col-row > .col-4,
.navi-dashboard .col-row > .col-5,
.navi-dashboard .col-row > .col-6,
.navi-dashboard .col-row > .col-7,
.navi-dashboard .col-row > .col-8{
	position: relative;
}
.navi-dashboard .col-row > .col-2:after,
.navi-dashboard .col-row > .col-3:after,
.navi-dashboard .col-row > .col-4:after,
.navi-dashboard .col-row > .col-5:after,
.navi-dashboard .col-row > .col-6:after,
.navi-dashboard .col-row > .col-7:after,
.navi-dashboard .col-row > .col-8:after{
	content: "";
	right: -25px;
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,0.15);
}
.navi-dashboard a{
	color: #fff;
}
.navi-dashboard a:hover{
	color: var(--global-color-primary);
}
.navi-dashboard h3{
	font-size: 18px;
	margin-bottom: 30px;
}
.navi-dashboard ul{
	margin-top: -17px;
}
.navi-dashboard ul li{
	position: relative;
	padding: 16px 0 16px 30px;
	border-bottom: var(--navi-border-color);
}
.navi-dashboard ul li:last-child{
	border-bottom: 0;
}
.navi-dashboard ul li a{
	display: block;
	font-size: 15px;
	transition: 0.2s all;
}
.navi-dashboard ul.type-1 li a:before{
	position: absolute;
	left: 0;
	top: 16px;
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(images/arraw-right-top.svg) no-repeat;
	background-size: 100% auto;
}
.navi-dashboard ul.type-2 li{
	padding-left: 60px;
}
.navi-dashboard ul.type-2 li .icon-dashboard{
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
}
.navi-dashbord-img-box{
	border:var(--navi-border-color);
	position: relative;
	font-size: 0;
	border-radius: 0 25px 0 0;
	corner-shape: bevel;
	overflow: hidden;
	transition: 0.2s all;
}
.navi-dashbord-img-box:hover{
	background-color: var(--global-color-blue);
}
.navi-dashbord-img-box:hover h4{
	color: var(--global-color-primary);
}
.navi-dashbord-img-box img{
	position: relative;
	z-index: 0;
	width: 100%;
	transition: 0.3s all;
}
.navi-dashbord-img-box:hover img{
	transform: scale(1.05); 
}
.navi-dashbord-img-box-txt{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	line-height:1.5;
	background: linear-gradient(to top, rgba(0, 37, 61, 0.9) 20%, rgb(0, 37, 61, 0.3) 100%);
}
.navi-dashbord-img-box-txt.type-1{
	height: calc(100% - 64px);
}
.navi-dashbord-img-box.span-2 .navi-dashbord-img-box-txt{
	justify-content: center;
}
.navi-dashboard-txt h4,
.navi-dashbord-img-box-txt h4{
	margin-bottom: 6px;
	font-size: 16px;
	transition: all 0.3s;
}
.navi-dashboard-txt p,
.navi-dashbord-img-box-txt p{
	opacity: 0.6;
}
.navi-dashbord-img-box-txt i{
	filter: brightness(99);
}
.navi-dashbord-img-box-txt i.icon-industry{
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	filter: brightness(1.2);
	margin: 0;
}
.navi-dashbord-img-box-txt .icon-outter{
	width: 56px;
	height: 56px;
	padding: 9px;
	box-sizing: border-box;
	border: 1px solid var(--global-color-primary);
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	margin-bottom: 10px;
}
.icon-dashboard{
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: url(images/icons-dashboard.png) center top no-repeat;
	background-size: 100% auto;
	display: inline-block;
}
.icon-dashboard.icon-2{ background-position:center 5% }
.icon-dashboard.icon-3{ background-position:center 10% }
.icon-dashboard.icon-4{ background-position:center 15% }
.icon-dashboard.icon-5{ background-position:center 20% }
.icon-dashboard.icon-6{ background-position:center 25% }
.icon-dashboard.icon-7{ background-position:center 30% }
.icon-dashboard.icon-8{ background-position:center 35% }
.icon-dashboard.icon-9{ background-position:center 40% }
.icon-dashboard.icon-10{ background-position:center 45% }
.icon-dashboard.icon-11{ background-position:center 50% }
.icon-dashboard.icon-12{ background-position:center 55% }
.icon-dashboard.icon-13{ background-position:center 60% }
.icon-dashboard.icon-14{ background-position:center 65% }
.icon-dashboard.icon-15{ background-position:center 70% }
.icon-dashboard.icon-16{ background-position:center 75% }
.icon-dashboard.icon-17{ background-position:center 80% }
.icon-dashboard.icon-18{ background-position:center 85% }
.icon-dashboard.icon-19{ background-position:center 90% }
.icon-dashboard.icon-20{ background-position:center 100% }
.icon-dashboard.small{ width: 40px; height:40px }
.icon-dashboard.square{
	border: 1px solid var(--global-color-primary);
	border-radius: 8px;
	background-size: 95% auto;
	filter: none;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.icon-dashboard.round{
	border: 1px solid var(--global-color-primary);
	border-radius: 50%;
	background-size: 95% auto;
	filter: none;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.icon-dashboard.blue{
	filter: none;
}
.icon-dashboard-more{
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(images/arraw-right-top.svg) center center no-repeat;
	background-size: 100% auto;
	transform: rotate(45deg);
}
.icon-dashboard-more{
	width: 20px;
	height: 20px;
}
.navi-dashboard-grid-1{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.navi-dashboard-grid-2{
	display: grid;
	gap: 20px;
}
.navi-dashboard-grid-3{
	display: grid;
	gap: 20px;
}
.navi-dashboard-flexbox{
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:15px;
}
.navi-dashbord-img-box .navi-dashboard-flexbox{
	position: relative;
	z-index: 0;
	background: #001b2c;
	border-top: var(--navi-border-color);
	padding: 10px 15px;
}
.navi-dashboard-txt{
	font-size: 15px;
}
#navi-dashboard-grid-2 .navi-dashboard-flexbox{
	border: var(--navi-border-color);
	padding: 15px;
}
.navi-dashboard-flexbox .icon-dashboard-more{
	margin-right: 0;
	margin-left: auto;
	transition: 0.2s all;
}
.navi-dashboard-flexbox .icon-industry{
	filter: none;
	margin-right: 0;
	margin-left: 0;
}
.navi-dashbord-img-box-txt.type-2{
	background: linear-gradient(to right, rgba(0, 37, 61, 0.9) 10%, rgb(0, 37, 61, 0.3) 100%);
}
.navi-dashboard-flexbox:hover h4{
	color: var(--global-color-primary);
}
.navi-dashboard-flexbox:hover i.icon-dashboard-more{
	transform: rotate(45deg) translate(2px, -2px);
}
.navi-dashbord-img-box-txt + .navi-dashboard-flexbox .navi-dashboard-txt div{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#navi-dashboard-1 .col-row{
	grid-template-columns: repeat(3, 1fr) repeat(6, 1.1fr) repeat(3, 1.2fr);
}
#navi-dashboard-2 .col-row{
	grid-template-columns: repeat(8, 1fr) repeat(4, 2fr);
}
#navi-dashboard-3 .col-row{
	grid-template-columns: repeat(6, 1.1fr) repeat(6, 0.6fr);
}
#navi-dashboard-4 .col-row{
	grid-template-columns: repeat(3, 1.1fr) repeat(3, 0.9fr) repeat(6, 1.2fr);
}
#navi-dashboard-5 .col-row{
	grid-template-columns: repeat(6, 1fr) repeat(6, 1.2fr);
}
@media screen and (max-width: 1279px){
	.navi-dashbord-img-box .icon-dashboard,
	.navi-dashbord-img-box .icon-outter{
		display: none;
	}
}
@media screen and (min-width: 1024px){
	.navi-dashbord-img-box.span-2{
		grid-column: span 2;
	}
}
@media screen and (min-width: 1440px){
	.navi-dashboard .site{
		left: calc(50% - 700px);
	}
	.navi-dashboard ul li{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navi-dashboard ul.type-1 li a:before{
		top: 19px;
	}
	.navi-dashbord-img-box-txt.type-2 *{
		max-width: 80%;
	}
}
@media screen and (min-width: 1600px){
	/*.navi-dashboard .site{
		left: calc(50% - 710px);
	}*/
}
@media screen and (max-width: 1024px){/*mega menu on mobile*/
	#navi-dashboard-mobile-header{
		display: flex;
	}
	#navi-dashboard-1 .col-row,
	#navi-dashboard-2 .col-row,
	#navi-dashboard-3 .col-row,
	#navi-dashboard-4 .col-row,
	#navi-dashboard-5 .col-row{
		grid-template-columns: repeat(12, 1fr);
		gap: 20px 0;
	}
	.navi-dashboard{
		padding-top: 0;
		top: 0;
		left: -100vw;
		height: 100vh!important;
	}
	.admin-bar .navi-dashboard{
		padding-top: 46px;
	}
	.navi-dashboard.stay{
		top: 0;
		left: 0;
	}
	.navi-dashboard .site{
		height: calc(100vh - 50px);
		overflow-y: auto;
		margin: 50px 0 0 0;
		padding-bottom: 40px;
	}
	.admin-bar .navi-dashboard .site{
		height: calc(100vh - 100px);
		margin-top: 100px;
	}
	.navi-dashboard .col-saparator{
		display: none;
	}
	.navi-dashbord-img-box img{
		height: 160px;
	}
	.navi-dashboard-grid-1,
	.navi-dashboard-grid-2,
	.navi-dashboard-grid-3,
	.navi-dashboard-grid-4,
	.navi-dashboard-grid-5{
		grid-template-columns: repeat(1, 1fr);
	}
	.navi-dashboard-grid-1 .navi-dashbord-img-box:first-child{
		grid-column: 1;
	}
}

/* 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"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #f4f5f9;
	color: #000;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #000;
}
footer[role="contentinfo"] a:hover {
	text-decoration: none;
}
footer[role="contentinfo"] h3{
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
footer[role="contentinfo"] strong{
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
}
footer[role="contentinfo"] hr{
	margin: 0;
	background: #000;
	opacity: 0.2;
}
footer[role="contentinfo"] .col-row{
	gap: 0;
}
footer[role="contentinfo"] .footer-left,
footer[role="contentinfo"] .footer-right{
	padding-top: 20px;
	justify-content: center;
	align-self: center;
}
.footer-left a{
	display: inline-block;
}
.footer-left .saparator{
	display: inline-block;
	margin: 0 10px;
}
.footer-left .saparator:before{
	content:"・";
}
a.footer-social{
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	margin: 10px;
	filter: brightness(99);
}
a.footer-social:hover{
	text-decoration: none;
	color:#fff;
}
a.footer-social img{
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.logo-footer{
	width: 137px;
	height: 37px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px){
	.footer-left {
		text-align: left;
	}
	.footer-right {
		text-align: right;
	}
	footer[role="contentinfo"] .footer-left,
	footer[role="contentinfo"] .footer-right{
		padding: 30px 0;
	}
	.logo-footer{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px){
	footer[role="contentinfo"]{
		padding-left: 28px;
		padding-right: 28px;
	}
}
/* =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: 30px;
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.6;
	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,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
	line-height: 1.6;
	color:#000;
	text-align: left;
}
.site-blocks .entry-content h2 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.5;
	color:#000;
}
.entry-content h4,
.comment-content h4 {
	font-size: 17px;
	line-height: 1.6;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
}
.entry-content p,
.entry-summary p,
.comment-content 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,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-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,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-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,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-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,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-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,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 10px;
}
.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;
}
div.gap{
	margin: 0;
	height: 20px;
	opacity: 0;
}
div.gap.x2{
	height: 40px;
}
div.gap.x3{
	height: 60px;
}
@media screen and (min-width: 1024px){
	div.gap{
		height: 30px;
	}
	div.gap.x2{
		height: 60px;
	}
	div.gap.x3{
		height: 90px;
	}
}

/* =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{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
.site-info { text-align: center}
.site-logo {
	width:137px;
	height:37px;
	max-width:100%;
	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: 3rem 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:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#000;
	padding: 6px 12px;
	background-image:none;
	background-color:#fff;
	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: var(--global-color-primary);
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi a:hover{
	background-color: var(--global-color-primary-darker);
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
:root .gform-theme--api, .gform-theme--framework{
	/*--gf-color-danger: #dca42c!important;
	--gf-color-danger-rgb: 200, 164, 144!important;*/
	/*--gf-color-danger-rgb: rgb(255,198,0)!important;*/
	--gf-color-primary: var(--global-color-blue)!important;
	--gf-color-primary-darker: var(--global-color-blue-darker)!important;
	--gform-theme-color-primary: var(--global-color-primary)!important;
	--gform-theme-color-primary-darker: var(--global-color-primary-darker)!important;
	--gform-theme-form-row-gap: 25px!important;
	--gf-form-gap-y: 20px!important;
	--gf-ctrl-btn-font-weight: 400!important;
	--gf-field-section-border-width: 0!important;
	--gf-ctrl-label-color-primary: #000!important;
	--gf-ctrl-shadow: none!important;
	--gf-ctrl-border-color: #bbb!important;
	--gf-ctrl-outline-width-focus: 0!important;
	--gf-ctrl-padding-x: 12px!important;
	--gf-ctrl-padding-y: 6px!important;
	--gf-field-gap-x: 16px!important;
}
.site-dark .gform-theme--api, .site-dark .gform-theme--framework{
	--gf-ctrl-label-color-primary: #fff!important;
	--gf-ctrl-label-color-secondary: #fff!important;
	--gf-color-in-ctrl:#174764!important;
	--gf-ctrl-border-color:#174764!important;
	--gf-ctrl-color:#fff!important;
	--gf-form-validation-color: #ffd200!important;
	--gf-ctrl-desc-color-error: #ffd200!important;
	--gf-form-validation-border-color-focus:#ffd200!important;
	--gf-form-validation-border-color: #ffd200!important;
	--gf-ctrl-label-color-req: #ffd200!important;
	--gf-ctrl-choice-check-color: #fff;
}
.gform_required_legend{
	display: none;
}
.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-theme--framework .gform_validation_errors:focus{
	outline: none;
}
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 .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
}
.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!important;
	font-size: 20px!important;
	color: var(--gf-color-primary)!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gfield_select {
	height: auto;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper .gfield_select::-webkit-input-placeholder,
.gf_placeholder{
	color: #aaa!important;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
.button.gform_button{
	border-radius: 0!important;
	padding: 20px 60px!important;
	text-transform: uppercase!important;
	margin-right: 10px!important;
	margin-bottom: 10px!important;
	box-shadow: 5px 5px 10px rgba(40, 149, 211, 0.5)!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;
	}
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {

	.friend-link li,
	.footer-menu li {
		width:32%;
	}
}
#masthead-top{
	display: none;
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1440px;
	}
	.site-narrow{
		margin: 0 auto;
		max-width: 880px;
	}
	.site-medium{
		margin: 0 auto;
		max-width: 1200px;
	}
	.site-wide{
		max-width: 1600px;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	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) {
	
	#masthead .site{
		max-width: 1920px;
	}
	hgroup.site{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.site-header{
		/*position: fixed;*/
		position: relative;
		z-index: 100;
		top:0;
		background-color: #00253d;
		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: 12px 0 22px 0;
		width:137px;
		height:37px;
	}
	.admin-bar .site-header{
		/*top:32px;*/
	}
	#masthead-top{
		color: #fff;
		display: block;
		text-align: right;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#masthead-top .site{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	#masthead-languages{
		box-sizing: border-box;
		padding-right: 10px;
		position: relative;
		line-height: 3.4;
		margin: 0 auto 0 0;
	}
	#masthead-languages i.fa{
		vertical-align: middle;
		margin-right:4px;
		font-size: 20px;
	}
	#masthead-languages-dropdown{
		position: absolute;
		z-index: 1;
		top: 90%;
		right: 0;
		width: 100%;
		overflow: hidden;
		height: 0;
		text-align: center;
		background: #00253d;
		line-height: 40px;
		padding: 0 10px;
	}
	#masthead-languages:hover #masthead-languages-dropdown{
		height: 40px;
		
		transition: 0.2s all;
	}
	#masthead-top .menu-menu-primary-top-container{
		display: inline-block;
		width: fit-content;
	}
	#masthead-top a{
		display: inline-block;
		color: #fff;
	}
	#masthead-top a:hover{
		color: var(--global-color-blue);
	}
	#masthead-top li{
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
	.nav-menu li{
		display: inline-block;
	}
	.nav-menu li a{
		padding: 0 20px;
		line-height: 3.4;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
		display: inline-block;
	}
	.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;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 9px;
		line-height: 4.6;
	}
	.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 a:hover,
	.main-navigation a:focus{
		color: var(--global-color-blue);
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		color: #fff;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation li ul {
		background: #fff;
		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 > ul.sub-menu{
		line-height: 0;
	}
	.main-navigation ul li > ul.sub-menu li{
		height: 0;
		overflow: hidden;
	}
	.main-navigation ul li:hover > ul.sub-menu li,
	.main-navigation ul li:focus > ul.sub-menu li,
	.main-navigation .focus > ul li{
		height: 46px;
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	.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 {
		position: relative;
		text-align: center;
		display: block;
		line-height: 3;
		padding:0;
		width: 200px;
		white-space: normal;
	}
	.main-navigation .sub-menu a:hover,
	.main-navigation .sub-menu a:focus{
		color: #fff!important;
	}
	.main-navigation .sub-menu a:after{
		content: "";
		z-index: -1;
		position: absolute;
		width: 0;
		height: 100%;
		left: 0;
		top:0;
		background-color: var(--global-color-primary);
		margin-left: 0;
		transition: 0.3s all;
	}
	.main-navigation .sub-menu a:hover:after,
	.main-navigation .sub-menu a:focus:after{
		width: 100%;
	}
	.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{
		background: linear-gradient(to top, rgba(40, 149, 211, 0.2) 0%, rgb(40, 149, 211, 0) 100%);
	}
	.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{
		position: absolute;
		content:"";
		height:2px;
		background-color:var(--global-color-blue);
		width:100%;
		left:0;
		top: 68px;
	}
	/* dynamic floating nav bar */
	.site-header{
		-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 {
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.triggered,
	.site-header.scroll {
		min-height: 0;
		background-color: #fff;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
	}
	.site-header.triggered .main-navigation li a,
	.site-header.scroll .main-navigation li a {
		color: #000;
	}
	.site-header.triggered .main-navigation li a:hover,
	.site-header.scroll .main-navigation li a:hover {
		color: var(--global-color-primary);
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3;
	}
	.site-header.triggered .main-navigation li ul a,
	.site-header.scroll .main-navigation li ul a {
		
	}
	.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 a:hover,
	.site-header.scroll .main-navigation a:focus{
		/*color: #0a3e52;*/
		/*background-color: #000;*/
	}
	.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 {
		top: 46px;
	}
	.site-header.scroll .site-logo {
		margin-top:3px;
		margin-bottom:3px;
		width: 137px;
		height: 37px;
	}
	.site-header.triggered .site-logo img,
	.site-header.scroll .site-logo img{
		opacity: 0;
	}

	/*contact button on menu*/
	.main-navigation .button-menu a{
		display: block;
		color: #fff!important;
		padding: 12px 20px;
		margin-left: 18px;
		background: var(--global-color-blue);
		height: 18px;
		line-height: 18px!important;
		font-weight: 500;
		text-transform: uppercase;
		border-radius: 0;
	}
	.main-navigation .button-menu a:hover{
		background: var(--global-color-blue-darker);
	}
	.main-navigation .button-menu:after{
		display: none;
	}
}
@media screen and (min-width:1280px){
	#masthead-top .site,
	hgroup.site{
		padding-left: 48px;
		padding-right: 48px;
	}
	.navi-top-icon a:before{
		content: "";
		background:url(images/icons-navi-top.png) no-repeat;
		background-size: 100% auto;
		width: 25px;
		height: 25px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 6px;
		filter: brightness(99);
	}
	.navi-top-icon.navi-top-icon-2 a:before{ background-position: 0 20%;}
	.navi-top-icon.navi-top-icon-3 a:before{ background-position: 0 40%;}
	.navi-top-icon.navi-top-icon-4 a:before{ background-position: 0 62%;/*linkedin*/}
	.navi-top-icon.navi-top-icon-5 a:before{ background-position: 0 80%;}
	.navi-top-icon.navi-top-icon-6 a:before{ background-position: 0 100%;}
	.navi-top-icon a:hover:before{
		filter: none;
	}
	.nav-menu li a{
		padding: 0 20px;
	}
	.main-navigation li a {
		padding: 0 28px;
		padding: 0 2rem;
	}
	.main-navigation .button-menu a{
		margin-left: 22px;
	}
}
@media screen and (min-width:1920px){
	.nav-menu li a{
		padding: 0 30px;
	}
	.main-navigation li a {
		padding: 0 42px;
		padding: 0 3rem;
	}
}

/*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:10px;
}
@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-w.webp) no-repeat center 10px #00253d;
	background-size: 110px auto;
	z-index: 10;
}
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: 30%;
	/* width: calc(100% - 100px); */
	margin-left: 35%;
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
	background-color: rgba(255,255,255,0.15);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#mobileMenu {
	position: absolute;
	background: #00253d;
	z-index: 99;
	display: block;
	top: 56px;
	left: -100vw;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	transition: all 0.2s;
}
.admin-bar #mobileMenu {
	top: 98px;
}
#topFloatBar {
	height: auto;
	/*width: 100%;*/
	left: 0;
}
#mobileMenu.toggled-on {
	left: 0;
	overflow: visible;
}
#topFloatBar a{
	color: #fff;
}
#mobileMenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(255,255,255,0.15);
	font-size: 16px;
	font-size: 1.142857rem;
}
#mobileMenu ul li.current_page_item>a,
#mobileMenu ul li.current-menu-item>a,
#mobileMenu ul li ul li.current-page-ancestor a,
#mobileMenu ul li a:hover {
	color:var(--global-color-primary);
}
#mobileMenu li a {
	padding-left: 25px;
}
#mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 58px;
}
#mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#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;
}
#mobileMenu li a.menu-item-switch,
#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;
}
#mobileMenu li.on>a.menu-item-switch {
	background-position: center 100%!important;
	vertical-align: middle;
}
#mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#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{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.site-blocks.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.site-blocks-1920{
	max-width: 1920px;
}
.site-dark{
	color: #fff;
	background: #00253d;
}
.site-black{
	color: #fff;
	background: #000;
}
.site-gray{
	background: #eaebef;
}
.site-white{
	background: #fff;
}
.site-blocks p,
.site-blocks ul,
.site-blocks ol {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.8;
}
.site-blocks h1 {
	font-size:28px;
	font-weight: 600;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.4;
}
.site-blocks h2 {
	line-height: 1.4;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 9px;
}
.site-blocks h2 .txt-light{
	font-weight: 400;
}
.site-blocks h3 {
	line-height: 1.5;
	font-size: 19px;
	font-weight: 600;
}
.site-blocks h4 {
	line-height: 1.4;
	font-size: 17px;
	font-weight: 600;
}
h1.site-block-title{
	line-height: 1.3;
	text-transform: uppercase;
}
h2.site-block-title{
	line-height: 1.4;
	font-size: 25px;
	text-transform: uppercase;
}
p.site-block-subtitle{
	line-height: 1.5;
}
p.site-block-subtitle.txt-center{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.site-blocks h1:first-child,
.site-blocks h2:first-child,
.site-blocks h3: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 p:last-child,
.site-blocks ul:last-child,
.site-blocks ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:60px auto;
}
.site-blocks.stick-bottom .site{
	margin-bottom:0;
}
.site-blocks.stick-top .site{
	margin-top:0;
}
.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;
}

@media screen and (min-width: 1024px){
	.site-blocks{
		padding: 0 28px;
	}
	.site-blocks p,
	.site-blocks ul,
	.site-blocks ol{
		font-size: 16px;
	}
	.site-blocks h1 {
		font-size: 35px;
	}
	.site-blocks h2 {
		font-size: 30px;
	}
	.site-blocks h3 {
		font-size: 21px;
	}
}
@media screen and (min-width: 1600px){
	.site-blocks .site{
		margin:100px auto;
	}
}

/*homepage*/
.layer-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
	background: #000;
}

#home-headimage .site{
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-bottom: 60px;
}
.swiper-container-outter,
.swiper-container,
.swiper{
	position: relative;
}
#home-headimage .swiper-slide{
	color: #fff;
	width: 100%;
}
#home-headimage .swiper-slide,
#home-headimage .swiper-slide *{
	transition: 0.3s;
}
#home-headimage .swiper-slide img {
	width:100%;
	height: auto;
	object-fit: cover;
}
.home-top-swiper-txt{
	height: 160px;
}
.home-top-swiper-txt .slide-title-sub{
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-slide-active .home-top-swiper-txt .slide-title-sub{
	font-size: 18px;
}
.home-top-swiper-txt .slide-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-slide-active .home-top-swiper-txt .slide-title{
	font-size: 28px;
}
.top-bg-container{
	position: relative;
	z-index: 1;
	font-size: 0;
}
.top-bg-container-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.top-bg-container img{
	object-fit: cover;
	width: 100%;
	min-height: 500px;
	filter: brightness(0.8);
}
.top-txt-container{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	line-height: 1.5;
}
.top-txt-container a{
	color: #fff;
}
.top-txt-container a:not(.button):hover{
	color: var(--global-color-primary);
}
.top-txt-container #breadcrumbs{
	margin-bottom: 20px;
}
#breadcrumbs i.fa{
	padding: 0 6px;
}
.top-txt-container .site{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top-txt-container .slide-title{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.25;
}
.top-txt-container .slide-title-sub{
	font-weight: 500;
	font-size: 18px;
}
.slide-title-sub + .slide-title{
	margin-top: 15px;
}
.top-txt-container p,
.top-txt-container ul{
	line-height: 1.6;
	margin-top: 20px;
}
.top-txt-container ul{
	list-style: disc;
	margin-left: 18px;
}

a.more {
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more:after{
	content:"";
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	width:22px;
	height:22px;
	background: url(images/arraw-right-top.svg) center center no-repeat;
	background-size: 100% auto;
	transform: rotate(45deg);
	margin-left: 6px;
	transition: all 0.2s;
}
a.more:hover{
	text-decoration: none;
}
a.more:hover:after {
	transform: rotate(45deg) translate(2px,-2px);
}
a.more.button{
	width: fit-content;
	display: inline-block;
	box-sizing: border-box;
	padding: 6px 20px 5px 20px;
	line-height: 1.1;
	font-size: 15px;
}
a.more.button.button2{
	background: transparent;
	border:1px solid #fff;
}

.home-kv-item{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	color: #fff;
	width: calc(100vw - 40px);
	opacity: 0.7;
	/*filter: blur(2px);*/
}
.home-kv-item.current{
	opacity: 1;
	filter: none;
}
.home-kv-item,
.home-kv-item * {
	transition: 0.5s all;
}
.home-kv-item img{
	width: 100%;
	height: auto;
}
#home-kv-width{
	width: fit-content;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 30px;
	transition: all 0.5s;
	position: absolute;
	left: 0;
}
#home-kv-container{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
#home-kv-containert::-webkit-scrollbar {
    display: none;  /* Chrome/Safari：隐藏滚动条 */
}
.home-kv-item.current .home-top-swiper-txt .slide-title-sub{
	font-size: 18px;
}
.home-kv-item.current .home-top-swiper-txt .slide-title{
	font-size: 21px;
}
#home-headimage-bg{
	opacity: 0.3;
	filter: blur(10px);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.5s all;
}
#home-kv-prev,
#home-kv-next{
	cursor: pointer;
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255,255,255,0.5);
	background: #000;
	border-radius: 50%;
	top: calc(50% - 20px);
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 20px;
	transition: 0.2s all;
}
#home-kv-prev:hover,
#home-kv-next:hover{
	background: var(--global-color-primary);
}
#home-kv-prev{
	left: 10px;
}
#home-kv-prev:after{
	content: "\f104";
	margin-right: 2px;
}
#home-kv-next{
	right: 10px;
}
#home-kv-next:after{
	content: "\f105";
	margin-left: 2px;
}
#home-kv-scrollbar-track{
	width: 100%;
	height: 6px;
	border-radius: 4px;
	background: rgba(255,255,255,0.2);
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
#home-kv-scrollbar-thumb{
	position: absolute;
	width: 1%;
	height: 6px;
	border-radius: 4px;
	background: rgba(255,255,255,0.8);
	left: 0;
	top: 0;
	transition: .5s all;
	cursor: pointer;
	user-select: none;
}
#home-kv-scrollbar-thumb:hover{
	background: rgba(255,255,255,1);
}
#home-kv-scrollbar-thumb:active{
	cursor: grabbing;
}
#home-kv-scrollbar-track{
	cursor: pointer;
}
.title-line{
	display: block;
	width: 80px;
	height: 1px;
	background: #000;
	margin: 20px 0;
}
.title-line.white{
	background: #fff;
}
.title-line.center{
	margin-left: auto;
	margin-right: auto;
}
.site-dark .title-line,
.site-black .title-line{
	background: rgba(255,255,255,0.5);
}
@media screen and (min-width: 1024px){
	.title-line{
		margin: 30px 0;
	}
}
.pattern-line{
	display: block;
	width: 80%;
	height: 29px;
	background: url(images/pattern-chequered-2.webp) no-repeat right center;
	background-size: auto 100%;
}
.pattern-icon{
	width: 16px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon-chequered.png) no-repeat right center;
	background-size: 100% auto;
	transition: 0.2s all;
}
img.image-full-col{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.button .pattern-icon{
	margin-left: 8px;
	margin-bottom: 2px;
	filter: none;
	transition: 0.2s all;
}
.button:hover .pattern-icon{
	transform: translate(4px,0);
}
.button1 .pattern-icon,
.button3 .pattern-icon,
.button4 .pattern-icon,
.button4:hover .pattern-icon,
.button2:hover .pattern-icon{
	filter: brightness(99);
}
.button3:hover .pattern-icon{
	filter: hue-rotate(-110deg)
}
.button .fa{
	font-size: 18px;
	margin-left: 8px;
	transition: 0.2s all;
}
.button:hover .fa-play{
	transform: translate(4px,0);
}

@media screen and (min-width: 768px){
	#home-headimage .site{
		margin-top: 80px;
		margin-bottom: 80px;
		padding-left: 48px;
		padding-right: 48px;
	}
	#home-headimage .swiper-slide{
		height: 580px;
		width: 20%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#home-headimage .swiper-slide-active{
		width: 800px;
		max-width: 60%;
	}
	.home-kv-item{
		width: 220px;
	}
	.home-kv-item.current{
		width: 660px;
	}
	.home-top-swiper-txt{
		height: 180px;
	}
	.home-kv-item.current .home-top-swiper-txt .slide-title{
		font-size: 28px;
	}
	.home-top-swiper-txt:after{
		display: block;
		content: "";
		height: 29px;
		width: 100%;
		background: url(images/pattern-chequered.webp) no-repeat left;
		position: absolute;
		bottom: 10px;
		margin-top: 25px;
		left: 0;
		transition: 0.2s;
		opacity: 0;
	}
	.home-kv-item.current .home-top-swiper-txt:after{
		opacity: 1;
	}
	#home-kv-prev,
	#home-kv-next{
		top: 380px;
	}
}
@media screen and (min-width: 1024px){
	.top-txt-container{
		padding: 0 28px;
	}
	.top-txt-container .slide-title{
		font-size: 50px;
	}
	.top-txt-container .slide-title-sub{
		font-size: 20px;
	}
	#home-headimage .swiper-slide img {
		height: auto;
	}
	
}
@media screen and (min-width: 1600px){
	#home-headimage .site{
		padding-left: 20px;
		padding-right: 20px;
	}
	#home-headimage:before{
		pointer-events: none;
		content: "";
		height: 100%;
		width: 150px;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(to right, rgba(0, 0, 0, 1) 20%, rgb(0, 0, 0,0) 100%);
		z-index: 2;
	}
	#home-headimage:after{
		pointer-events: none;
		content: "";
		height: 100%;
		width: 150px;
		position: absolute;
		top: 0;
		right: 0;
		background: linear-gradient(to left, rgba(0, 0, 0, 1) 20%, rgb(0, 0, 0,0) 100%);
		z-index: 2;
	}
	#home-kv-prev{
		left: calc(50% - 720px);
	}
	#home-kv-next{
		right: calc(50% - 720px);
	}
	.home-kv-item.current{
		width: 800px;
	}
	#home-kv-prev,
	#home-kv-next{
		top: 452px;
	}
}
#block-contact{
	background: #f4f5f9;
}
#block-contact-dark{
	background: url(images/bg-blue.webp) #00253d right top no-repeat;
}
#block-download{
	background: linear-gradient(to top, #003a5f 20%, #00253d 100%);
}
.contact-location-item{
	display: flex;
	flex-direction: row;
	gap: 15px;
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact-location-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.contact-icon-location{
	box-sizing: border-box;
	width: 28px;
	height: 29px;
	background: url(images/icon-location.png) no-repeat;
	background-size: 100% auto;
	display: block;
}
.contact-location-item-txt{
	width: calc(100% - 43px);
}
.contact-location-item-txt div{
	margin-top: 6px;
}
.contact-icon-tel,
.contact-icon-email{
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(images/icon-contact-small.png) no-repeat;
	background-size: 100% auto;
}
.contact-icon-email{
	background-position: 0 100%;
}
@media screen and (max-width:767px){
	#block-contact-right{
		grid-row: 1;
	}
	#block-contact-center{
		grid-row: 2;
	}
}
#home-industries {
	position: relative;
	background: #f4f5f9;
}
#home-industries .col-6{
	position: relative;
}
.icon-industry{
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	background: url(images/icons-industries.png) no-repeat;
	background-size: 100% auto;
	transition: 0.2s all;
	filter: brightness(0);
}
.icon-industry.icon-mining{ background-position:center 0% }
.icon-industry.icon-aggregates{ background-position:center 10% }
.icon-industry.icon-cement{ background-position:center 20% }
.icon-industry.icon-metals{ background-position:center 30% }
.icon-industry.icon-agriculture{ background-position:center 40% }
.icon-industry.icon-ports{ background-position:center 50% }
.icon-industry.icon-power{ background-position:center 60% }
.icon-industry.icon-steel{ background-position:center 70% }
.icon-industry.icon-chemical{ background-position:center 80% }
.icon-industry.icon-all{ background-position:center 100% }
.list-industries-simple{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
.list-industries-simple li{
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	padding: 10px 10px;
	transition: all 0.2s;
	color: #000;
	line-height: 1.4;
}
.list-industries-simple li.current{
	background: #fff;
	color: var(--global-color-primary);
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.list-industries-simple li.current .icon-industry{
	filter: none;
}
.list-industries-simple li:hover .icon-industry{
	transform: scale(1.1);
}
#home-intro{
	background: #fff;
}
#home-intro .site{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.industry-txt-box{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(0,37,61,0.85);
	color: #fff;
	display: none;
}
.industry-txt-box.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
.industry-txt-box .hr{
	margin: 30px 0;
	width: 100%;
	height: 1px;
	position: relative;
	background-color: rgba(255,255,255,0.5);
	overflow: visible;
}
.industry-txt-box .hr:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	left: 0;
	bottom: -1px;
	background: var(--global-color-primary);
	z-index: 1;
}
#home-industries .site{
	overflow: visible;
}
#home-industries-img{
	content: '';
	position: absolute;
	left: -20px;
	top: -40px;
	width: calc(100% + 40%);
	height: calc(100% + 40%);
	background-size: cover;
	background-position: center;
	z-index: 0;
}
#home-industries-img img{
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home-industries-img img.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
#block-partner-logos{
	background: #00253d;
	padding: 50px 0;
}
#partners-swiper .swiper-slide{
	width: 100px;
}
#partners-swiper .swiper-slide img{
	width: 100%;
}
#home-service{
	background: url(images/bg-workers.jpg) center top no-repeat;
	background-size: cover;
}
#service-advantages li{
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
}
.service-advantages-icon{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}
.service-advantages-icon span{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/icons-service.png) no-repeat ;
	background-size: 100% auto;
}
.service-advantages-icon:after{
	position: absolute;
	z-index: -1;
	content: "";
	background: #a9d4ee;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	left: -5px;
	top: -5px;
}
.service-advantages-icon.icon-2 span{ background-position:0 50% }
.service-advantages-icon.icon-3 span{ background-position:0 100% }
.service-item{
	display: flex;
	flex-direction: row;
	gap: 20px;
	overflow: hidden;
}
.service-item-txt{
	width: calc(65% - 20px);
}
.service-item-img{
	object-fit: cover;
	width: 35%;
}
.service-item h3{
	font-size: 18px;
}
.service-item p{
	font-size: 14px;
	line-height: 1.5;
}
p.service-item-footer{
	position: relative;
	width: fit-content;
	text-align: right;
	float: right;
	margin: 0;
}
p.service-item-footer:before{
	content: "";
	position: absolute;
	left: -610px;
	top: 10px;
	width: 600px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	background: #000;
}
.swiper-container-outter{
	padding-left: 20px;
	padding-right: 20px;
}
.swiper-container-outter .swiper-container{
	overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next{
	width: 40px;
	height: 40px;
	border: 2px solid rgba(0, 0, 0, 0.5);
	background: transparent;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #000;
	font-weight: 800;
	font-family: 'FontAwesome';
	font-size: 18px;
	transition: 0.2s all;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	color: #fff;
	background: #000;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size: 12px;
	line-height: 2.3;
}
.swiper-button-white{
	border-color: #fff;
	color: #fff;
}
.swiper-button-white:hover{
	border-color: var(--global-color-blue);
	background: var(--global-color-blue);
}
.swiper-horizontal>.swiper-scrollbar{
	position: relative;
	left: 0;
	width: 100%;
	height: 6px;
    border-radius: 4px;
    background: rgba(155, 155, 155, 0.3);
}
.swiper-scrollbar-drag{
	/*background: rgba(255, 255, 255, 0.8);*/
	background: var(--global-color-blue);
}
.swiper-controls{
	position: relative;
	height: 70px;
}
#home-service{
	position: relative;
	z-index: 1;
	overflow: visible;
}
#home-service-mask{
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 80%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(253, 253, 253, 1) 30%, rgba(253, 253, 253, 0) 100%);
}
#home-service-workers{
	position: absolute;
	z-index: 0;
	left: 45%;
	top: -20px;
	width: min(815px, 43%);
	height: auto;
}
#home-belts{
	background: url(images/bg-blue.webp) #00253d right top no-repeat;
}
#belt-overview{
	display: grid;
	gap: 0;
}
#belt-overview-txt{
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	color: #000;
}
#belt-overview-img{
	font-size: 0;
}
#belt-overview-img img{
	display: none;
	object-fit: cover;
	width: 100%;
	height: 300px;
}
#belt-overview-img img.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
.belt-overview-txt-item{
	display: none;
}
.belt-overview-txt-item.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
.belt-overview-txt-item .title-line{
	width: 40px;
	background: #000;
	height: 3px;
}
#belt-overview-cat ul{
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, 1fr);
}
#home-sustainability{
	background: url(images/bg-sustainability.jpg) no-repeat center center ;
	background-size: cover;
}
#home-sustainability-img{
	padding-bottom: 10px;
	padding-left: 10px;
}
.home-sustainability-img{
	width: 100%;
	display: none;
}
.home-sustainability-img.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
	box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.35);
}
#belt-overview-cat ul li{
	cursor: pointer;
	padding:8px 10px;
	line-height: 1.4;
	transition: 0.2s all;
	background: #000b12;
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 14px;
	align-items: center;
}
#belt-overview-cat ul li.current{
	background: #fff;
	color: var(--global-color-primary);
}
.icon-belt-cat{
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icons-belt-cat.png) no-repeat;
	background-size: 100% auto;
	filter: brightness(99);
	transition: 0.2s all;
}
.icon-belt-cat.icon-2{ background-position:0 25% }
.icon-belt-cat.icon-3{ background-position:0 50% }
.icon-belt-cat.icon-4{ background-position:0 75% }
.icon-belt-cat.icon-5{ background-position:0 100% }
#belt-overview-cat ul li.current .icon-belt-cat{
	filter: none;
}
#belt-overview-cat ul li:hover .icon-belt-cat{
	transform: scale(1.2);
}
.belt-overview-txt-tag{
	display: inline-block;
	margin: 0 0 2px 0;
	width: fit-content;
	padding: 3px 8px 3px 8px;
	background: #efe8d9;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
}
.belt-overview-txt-tag.tag-2{ background:#e1f3e5 }
.belt-overview-txt-tag.tag-3{ background:#ffdfdf }
.belt-overview-txt-tag.tag-4{ background:#d9e6ef }
.belt-overview-txt-tag.tag-5{ background:#e3d9ef }
.belt-overview-txt-tag.tag-6{ background:#d9edef }
.icon-belt-feature{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon-belt-tag.png) no-repeat;
	background-size: 100% auto;
	transform: translate(0,-2px);
}
#home-sustainability .site{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
#sustainability-process{
	width: fit-content;
	max-width: 600px;
	justify-content: space-between;
	display: flex;
	gap: 10px;
	align-items: center;
}
.sustainability-process-saparater{
	display: block;
	width: 11px;
	height: 12px;
	background: url(images/icon-triangle.png) no-repeat center;
	background-size: 100% auto;
}
.sustainability-process-item{
	cursor: pointer;
	box-sizing: border-box;
	padding: 15px 5px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 6px;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
}
.sustainability-process-item.current{
	background: #fff;
	color: var(--global-color-primary);
}
.sustainability-txt-item{
	display: none;
}
.sustainability-txt-item.current{
	display: block;
}
@media screen and (max-width: 767px){
	#home-service .swiper-button-prev{
		left: -15px;
	}
	#home-service .swiper-button-next{
		right: -15px;
	}
	#home-service-workers{
		display: none;
	}
}
@media screen and (min-width: 768px){
	#home-intro .site{
		flex-direction: row;
		gap: 60px;
	}
	#home-intro-txt{
		width: calc(50% - 60px);
	}
	#home-intro-img{
		width: 50%;
	}
	#home-sustainability .site{
		flex-direction: row;
		gap: 60px;
	}
	#home-sustainability-txt{
		width: calc(50% - 60px);
	}
	.sustainability-txt-item{
		min-height: 132px;
	}
	#home-sustainability-img{
		width: 50%;
	}
	#block-contact-list{
		height: 600px;
		overflow: auto;
	}
	#home-industries-img{
		width: 50vw;
		left: -20px;
		top: -100px;
	}
	.industry-txt-box{
		position: absolute;
		left: 10px;
		bottom: 0;
		padding: 30px;
	}
	#home-industries-txt{
		margin-right: 60px;
	}
	.icon-industry{
		width: 40px;
		height: 40px;
	}
	.list-industries-simple{
		width: 280px;
		display: block;
	}
	.list-industries-simple li{
		padding: 10px 20px;
	}
	.swiper-container-outter{
		padding-left: 50px;
		padding-right: 50px;
	}
	#belt-overview{
		grid-template-columns: 1fr 1.2fr 1.1fr;
	}
	#belt-overview-img img{
		height: 100%;
	}
	#belt-overview-cat ul{
		margin-top: 20px;
		display: block;
	}
	#belt-overview-cat ul li{
		padding: 12px 25px;
		gap: 20px;
		background: transparent;
	}
	#belt-overview-cat ul li.current{
		background: #000b12;
		color: var(--global-color-primary);
	}
	#sustainability-process{
		gap: 20px;
	}
	.sustainability-process-item{
		padding: 16px;
		font-size: 18px;
		min-width: 120px;
	}
	.sustainability-process-saparater{
		width: 21px;
		height: 24px;
	}
}
@media screen and (min-width: 1024px){
	#home-service-workers{
		display: block;
	}
	#belt-overview-txt{
		padding: 30px 40px;
	}
	#belt-overview-cat ul li{
		font-size: 15px;
	}
	#partners-swiper .swiper-slide{
		width: 200px;
	}
}
@media screen and (min-width: 1280px){
	#home-industries-img{
		left: -30px;
	}
	.industry-txt-box{
		left: 40px;
		padding: 40px 50px;
	}
}
@media screen and (min-width: 1600px){
	#home-intro .col-row{
		gap: 80px;
	}
	
	.industry-txt-box{
		width: 750px;
		padding: 50px 60px;
	}
	#home-service-btn-container{
		text-align: right;
		padding-right: 10px;
	}
	.swiper-container-outter{
		padding-left: 70px;
		padding-right: 70px;
	}
	#belt-overview-txt{
		padding: 50px 50px;
		min-height: 570px;
	}
}

/*inner pages*/
#top-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000;
	color: #fff;
}
#top-inner.empty{
	height: 0;
}
#top-inner .entry-title{
	color: #fff;
	font-size: 28px;
	font-size:2rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}
#top-inner .entry-title-sub,
p.entry-title-sub{
	margin-top: 20px;
	font-size: 17px;
	font-size: 1rem;
	line-height: 1.4;
}
p.eyebrow{
	font-size: 15px;
	margin: 0;
}
.site-block-title + .entry-title-sub,
.title-line + .entry-title-sub{
	margin-top: 0!important;
}
#block-anchors-outter{
	display: none;
	height: 70px;
	width: 100%;
	flex-direction: column;
	justify-content: flex-end;
}
#block-anchors{
	display: none;
	width: 100%;
	background: #f4f5f9;
	transition: 0.2s all;
}
#block-anchors.stick{
	position: fixed;
	top: 0;
	z-index:99;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	background: #00253d;
	color: #fff;
}
#block-anchors.stick a{
	color: #fff;
	opacity: 0.5;
}
.admin-bar #block-anchors.stick{
	top: 32px;
}
#block-anchors .site{
	margin: 0 auto;
}
.page-anchor-list{
	display: flex;
	flex-direction: row;
}
.page-anchor-list li{
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	padding: 0 30px;
}
.page-anchor-list li:first-child{
	padding-left: 0;
}
.page-anchor-list li a{
	display: block;
	padding: 20px 0;
	border-bottom: 2px solid transparent;
	transition: 0.2s all;
}
.page-anchor-list li.current a{
	border-bottom-color: var(--global-color-primary);
	opacity: 1!important;
}
.page-anchor-list li.page-anchor-up{
	margin-right: 0;
	margin-left: auto;
	padding: 0;
	opacity: 0;
}
.page-anchor-list li.page-anchor-up a{
	width: 40px;
	font-size: 20px;
	text-align: center;
	border: 0;
	opacity: 1!important;
}
#block-anchors.stick li.page-anchor-up{
	opacity: 1;
}
@media screen and (min-width:768px){
	
}
@media screen and (min-width:1024px){
	#top-inner .entry-title{
		font-size: 35px;
	}
	#top-inner .entry-title-sub,
	p.entry-title-sub{
		font-size: 17px;
	}
	#block-anchors-outter{
		display: flex;
	}
	#block-anchors{
		display: block;
	}
}
@media screen and (min-width:1280px){
	#home-headimage {
		margin-top: 0;
	}
	#top-inner .entry-title{
		font-size: 40px;
	}
	#top-inner .entry-title-sub,
	p.entry-title-sub{
		font-size: 18px;
	}
	#top-inner .entry-title,
	#top-inner .entry-title-sub{
		max-width: 60%;
	}
}

/*blog*/
.post-grid{
	display: grid;
	gap: 20px;
}
.post-grid-item{
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	transition: 0.4s all;
	opacity: 1;
	background: #fff;
	transform: translate(0,0);
}
.site-white .post-grid-item{
	background: #fafafa;
}
.post-grid-item *{
	transition: 0.3s all;
}
.post-grid-thumb{
	display: block;
	line-height: 0;
	overflow: hidden;
}
.post-grid-thumb img{
	width: 100%;
	height: auto;
	transform-origin: center center;
}
.post-grid-item:hover img{
	transform: scale(1.03);
}
.post-grid-item-txt{
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	/*background: #fff;*/
	box-sizing: border-box;
	padding: 20px 20px;
	color: #000;
}
.post-grid-item-txt h3,
.post-grid-item-txt p,
.post-grid-item-txt .button{
	position: relative;
	z-index: 1;
}
.post-grid-item-txt h3{
	font-size: 18px;
	font-size: 1.285714rem;
	margin-bottom: 20px;
	line-height: 1.45;
}
.post-grid-item-txt p{
	color: #999;
	margin-bottom: 0;
	line-height: 1.55;
	overflow: hidden;
}
.post-grid-item-txt .button{
	box-sizing: border-box;
	padding-bottom: 0;
	padding-top: 0;
}
.post-grid-item:hover h3{
	color: var(--global-color-primary);
}
.post-grid-item .comments-link{
	margin: 10px 0;
}

/*img.post-grid-item-thumb{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}*/
@media screen and (min-width: 600px){
	.post-grid{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1024px){
	.post-grid{
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
	.post-grid-item-txt h3{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.post-grid-item-txt p:not(.complete){
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 1280px){
	.post-grid-item-txt{
		padding: 30px;
	}
}
.post-item{
	box-sizing: border-box;
	margin-bottom: 1px;
	transition: 0.3s all;
}
.post-item *{
	transition: 0.3s all;
}
.post-item a:hover{
	text-decoration: none;
}
.post-thumbnail{
	display: block;
	font-size: 0;
	overflow: hidden;
}
.post-item .post-thumbnail img{
	width: 100%;
	height: auto;
	transition: 0.3s all;
}
.post-item:hover .post-thumbnail img{
	transform: scale(1.05);
}
.post-item time{
	font-size: 13px;
	color: #666;
}
.post-item-txt{
	box-sizing: border-box;
	padding:40px 0;
}
.post-item-txt h3{
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 7px;
}
.post-item:hover .post-item-txt h3 a{
	color: var(--global-color-primary);
}
.post-item-txt p{
	font-size: 14px;
	color: #000;
}
.icon-tag{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 17px;
	background:url(images/icon-tag.png) no-repeat;
	background-size: 100% auto;
	margin-right: 10px;
}
.post-tags{
	font-size: 14px;
}
.post-tags a{
	display: inline-block;
	font-size: 13px;
	line-height: 1.8;
	color: #000;
	box-sizing: border-box;
	padding: 2px 6px;
	background-color: #e2e2e2;
	margin:4px 4px 4px 0;
	transition: 0.2s all;
}
.post-tags a:hover{
	text-decoration: none;
	color: #fff;
	background-color: var(--global-color-primary);
}
span.post-tag{
	cursor: default;
	display: inline-block;
	margin: 0 2px 5px 0;
	background: #53626c;
	padding: 4px 10px;
	color: #fff;
	font-size: 13px;
	transition: 0.2s all;
}
.search-nomal{
	position: relative;
	display: inline-block;
	width: 200px;
}
#masthead-top .search-nomal{
	padding-left: 10px;
}
.search-nomal:before{
	opacity: 0.5;
	/*content: "";*/
	position: absolute;
	z-index: 1;
	left: 12px;
	top:10px;
	width: 18px;
	height: 18px;
	background:url(images/icon-search.svg) no-repeat center;
	background-size: 100% auto;
}
.icon-search{
	display: inline-block;
	width: 18px;
	height: 18px;
	background:url(images/icon-search.svg) no-repeat center;
	background-size: 100% auto;
}
.search-nomal-input{
	background: transparent;
	position: relative;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	width: 100%;
	height: 36px;
	padding: 1px 40px 1px 15px;
	color: #fff;
}
.search-nomal-input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.search-nomal-btn{
	opacity: 1;
	position: absolute;
	margin: 0!important;
	z-index: 1;
	right: 5px;
	top: 5px;
	width: 36px;
	height: 26px;
	line-height: 26px;
	/*border:1px solid #999;*/
	border-radius: 13px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 400;
	transition: 0.2s all;
}
.search-nomal-btn:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 4px;
	width: 18px;
	height: 18px;
	background:url(images/icon-search.svg) no-repeat center;
	background-size: 100% auto;
}
.search-nomal-btn:hover{
	text-decoration: none;
	/*color: #fff!important;
	border-color: #c3162d;
	background-color: #c3162d;*/
}
#searchform{
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 0;
	background: #fff;
}
#searchform input{
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 10px;
	height: 50px;
	line-height:42px;
	font-size: 16px;
}
#searchsubmit{
	background: var(--global-color-primary);
	color: #fff;
	width: 80px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	border: 2px solid var(--global-color-primary);
}
#searchsubmit:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--global-color-primary-darker);
	border-color: var(--global-color-primary-darker);
}
#searchform #s{
	background: transparent;
	border: 2px solid #eee;
	border-right: 0;
	border-radius:0;
	width: calc(100% - 80px);
}
#searchform #s::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.sidebar-item{
	position: relative;
}
#sidebar hr{
	margin:40px 0;
}
.sidebar-item h3{
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 8px 16px;
	background: var(--global-color-primary);
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
.sidebar-post-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 40px;
	transition: 0.2s all;
}
.sidebar-post-thumbnail{
	display: block;
	font-size: 0;
	width: 130px;
	margin-left: 10px;
}
.sidebar-post-thumbnail img{
	width: 100%;
	height: auto;
}
.sidebar-post-txt{
	width: calc(100% - 140px);
	line-height: 1.45;
}
.sidebar-post-txt time{
	display: block;
	font-size: 13px;
	color: #666;
}
.sidebar-post-title{
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
}
.sidebar-post-title:hover{
	text-decoration: none;
	color: var(--global-color-primary);
}
.post-footer{
	margin-top: 50px;
	margin-bottom: 50px;
}
.post-header h1,
.post-header .font-title{
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.3;
}
.sidebar-table-content li{
	cursor: pointer;
	list-style: disc;
	margin-left: 20px;
	color: #000;
}
.sidebar-table-content li:hover{
	color: var(--global-color-primary);
}
.sidebar-table-content li.item-h3{
	list-style: circle;
	margin-left: 40px;
}
.sidebar-table-content li.item-h2{
	margin-top: 8px;
}
#post-index-inner{
	transition: 0.3s all;
	overflow: hidden;
}
#post-index-close{
	color: #fff;
	position: absolute;
	right: 12px;
	top: 12px;
}
#block-news-1{
	background: #fff;
}
#block-news-2{

}
@media screen and (min-width:768px){
	.post-item{
		background-color: #f6f6f6;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding:40px 0;
		position: relative;
		z-index: 1;
	}
	.post-item:hover{
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.08);
	}
	.post-thumbnail{
		width: 320px;
		margin-right: 40px;
	}
	.post-item-txt{
		padding:0 20px 0 0;
		width: calc(100% - 360px);
	}
	.post-item-txt h3{
		font-size: 18px;
	}
	.post-item-txt p{
		font-size: 15px;
	}
	.sidebar-item{
		
	}
	#sidebar hr{
		margin:50px 0;
	}
	.post-header h1,
	.post-header .font-title{
	}
}
/*product pages*/
.product-list{
	display: grid;
	gap: 30px;
}
.product-item{
	position: relative;
	display: block;
	box-sizing: border-box;
	background: #fff;
}
.product-item-thumb,
.story-item-thumb{
	width: 100%;
	height: auto;
	object-fit: cover;
	background: #fff;
}
.product-item-thumb{
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.product-item-thumb img{
	width: 100%;
	height: auto;
	transition: 0.3s all;
}
.product-item:hover img{
	transform: scale(1.05);
}
.product-item-txt,
.story-item-txt{
	box-sizing: border-box;
	padding: 20px;
}
.product-item-txt h3{
	font-size: 18px;
	transition: 0.2s all;
}
.product-item-txt p{
	font-size: 15px;
	line-height: 1.5;
}
.product-item:hover h3{
	color: var(--global-color-primary);
}
a.list-more{
	/*width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	color: #2895d3;
	border:2px solid #2895d3;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;*/
	grid-column: -1 / 1;
	margin: 10px auto;
}
/*a.list-more:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	content:"\f103";
}*/
a.list-more ~ *{
	display: none;
}
a.list-more.triggered{
	display: none;
}
a.list-more.triggered  ~ *{
	display: inherit;
}
.story-item{
	display: block;
	box-sizing: border-box;
	background: #000f19;
	width: 330px;
}
.story-item a{
	color: #fff;
}
.story-item .button{
	width: 100%;
}
.tag-list a{
	display: inline-block;
	margin: 0 1px 5px 0;
	background: #53626c;
	padding: 4px 10px;
	color: #fff;
	font-size: 13px;
	transition: 0.2s all;
}
.tag-list a:hover{
	background-color: var(--global-color-blue);
}
.story-item .tag-list{
	margin: 30px 0;
}
.story-item-txt p{
	opacity: 0.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.story-item-txt h3{
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.story-item-txt .tag-list{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#stories-swiper{
	overflow: hidden;
}
#stories-swiper-scrollbar{
	margin-top: 30px;
}
#stories-swiper-prev,
#stories-swiper-next{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.story-item .story-time-lenth{
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	padding: 6px 10px;
	background: rgba(1,24,39,0.8);
	left: 20px;
	top: 20px;
}
#block-related-stories{
	background:#011827;
}
.box-cta{
	grid-column: -1 / 1;
	box-sizing: border-box;
	padding: 20px;
	background: url(images/bg-cta-1.png) center center no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.box-cta-img{
	width: 150px;
	height: auto;
	object-fit: cover;
}
.box-cta-txt{
	color: #000;
	width: 100%;
}
.box-cta-txt p{
	font-size: 15px;
	line-height: 1.5;
}
.box-cta-btn{
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
}
@media screen and (min-width:600px){
	.product-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.box-cta-txt{
		width: calc(100% - 170px);
	}
}
@media screen and (min-width:1024px){
	.product-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.story-item{
		width: 446px;
	}
	.box-cta-txt{
		width: calc(100% - 500px);
	}
	.box-cta-btn{
		width: 310px;
	}
	.box-cta-2 {
		justify-content: space-between;
		gap: 30px;
	}
	.box-cta-2 .box-cta-img{
		width: 230px;
	}
	.box-cta-2 .box-cta-txt{
		width: calc(100% - 270px);
	}
}
@media screen and (min-width:1280px){
	.product-list{
		gap: 30px;
	}
	.product-item-txt,
	.story-item-txt{
		padding: 25px;
	}
	.box-cta{
		padding: 40px;
	}
}

/*industries pages*/
.industry-grid{
	display: grid;
	gap: 20px;
}
.industry-grid-item{
	overflow: hidden;
	position: relative;
}
.industry-grid-item-txt{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	background: linear-gradient(to right, rgba(0,33,61,0.8) 0%, rgba(0,33,61,0.2) 90%);
}
.industry-grid-thumb{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 300px;
	position: relative;
	z-index: 0;
	transition: 0.3s all;
}
.industry-grid-item:hover .industry-grid-thumb{
	transform: scale(1.05);
}
.industry-grid-item .icon-outter{
	width: 60px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid var(--global-color-primary);
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	margin-bottom: 10px;
}
.industry-grid-item .icon-outter i{
	filter: brightness(1.2);
	transform: translate(0,-1px);
	margin: 0;
}
.industry-grid-item h3{
	text-transform: uppercase;
}
.industry-grid-item p{
	opacity: 0.85;
}
.industry-portfolio-list{
	display: grid;
	gap: 30px;
}
.industry-portfolio-item{
	position: relative;
	display: block;
	box-sizing: border-box;
	background: #000f19;
	transition: 0.2s all;
}
.industry-portfolio-item h3{
	font-size: 18px;
}
.industry-portfolio-item p{
	opacity: 0.7;
	transition: 0.2s all;
	line-height: 1.5;
	font-size: 15px;
}
.industry-portfolio-item:hover{
	color: var(--global-color-blue);
}
.industry-portfolio-item:hover p{
	opacity: 1;
}
.industry-portfolio-thumb{
	width: 100%;
	height: auto;
	object-fit: cover;
	background: #fff;
}
.industry-portfolio-txt{
	box-sizing: border-box;
	padding: 20px;
}
#block-industry-4 .col-row + .col-row{
	margin-top: 80px;
}
@media screen and (min-width:600px){
	.industry-portfolio-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:768px){
	.img-pull-left{
		grid-row: 1;
	}
}
@media screen and (min-width:1024px){
	.industry-portfolio-list{
		grid-template-columns: repeat(6, 1fr);
	}
	.industry-portfolio-item:nth-child(1),
	.industry-portfolio-item:nth-child(2){
		grid-column: span 3;
	}
	.industry-portfolio-item{
		grid-column: span 2;
	}
	.industry-portfolio-thumb{
		height: 260px;
	}
	.industry-grid{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:1280px){
	.industry-portfolio-list{
		gap: 30px;
	}
	.industry-portfolio-txt{
		padding: 25px 30px;
	}
	.industry-grid{
		gap: 30px;
	}
	.industry-grid-item-txt{
		padding: 30px;
	}
	.industry-grid-thumb{
		min-height: 420px;
	}
	.industry-grid-item p{
		width: 75%;
	}
	#block-industry-4 .col-row + .col-row{
		margin-top: 120px;
	}
}

/*conveyor belt pages*/
ul.list-dot{
	list-style: none;
}
ul.list-dot li{
	position: relative;
	padding-left: 20px;
	margin-left: 0;
	line-height: 1.6;
}
ul.list-dot li:not(:last-child){
	padding-bottom: 6px;
}
ul.list-dot li:before{
	content: "";
	width: 6px;
	height: 6px;
	background: var(--global-color-primary);
	position: absolute;
	left: 2px;
	top: 10px;
}
ul.list-dot.white li:before{
	background: white;
}
ul.list-check{
	list-style: none;
}
ul.list-check li{
	position: relative;
	padding-left: 20px;
	margin-left: 0;
	line-height: 1.6;
}
ul.list-check li:not(:last-child){
	padding-bottom: 6px;
}
ul.list-check li:before{
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: var(--global-color-green);
	position: absolute;
	left: 0px;
	top: 4px;
}
ul.list-check.white li:before{
	color: #fff;
}
ul.list-check.blue li:before{
	color: var(--global-color-blue);
}
.conveyor-portfolio-list{
	display: grid;
	gap: 30px;
}
.conveyor-portfolio-item{
	position: relative;
	display: block;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	transition: 0.2s all;
}
.conveyor-portfolio-item:hover{
	background: #00253d;
	color: #fff;
}
.conveyor-portfolio-item-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(150,150,150,.5);
}
.fabric-portfolio-icon{
	width: 70px;
	height: 70px;
	background: url(images/icons-conveyor-1.png) no-repeat center top;
	background-size: 100% auto;
}
.fabric-portfolio-icon.icon-2{ background-position:0 25% }
.fabric-portfolio-icon.icon-3{ background-position:0 50% }
.fabric-portfolio-icon.icon-4{ background-position:0 75% }
.fabric-portfolio-icon.icon-5{ background-position:0 100% }

.conveyor-portfolio-item-header h3{
	width: calc(100% - 100px);
}
.conveyor-portfolio-item-header h3 small{
	display: block;
	margin-top: 5px;
}
.aramid-portfolio-icon{
	width: 70px;
	height: 70px;
	background: url(images/icons-aramid-1.png) no-repeat center top;
	background-size: 100% auto;
}
.aramid-portfolio-icon.icon-2{ background-position:0 25% }
.aramid-portfolio-icon.icon-3{ background-position:0 50% }
.aramid-portfolio-icon.icon-4{ background-position:0 75% }
.aramid-portfolio-icon.icon-5{ background-position:0 100% }
.steel-portfolio-icon{
	width: 70px;
	height: 70px;
	background: url(images/icons-steel-1.png) no-repeat center top;
	background-size: 100% auto;
}
.steel-portfolio-icon.icon-2{ background-position:0 25% }
.steel-portfolio-icon.icon-3{ background-position:0 50% }
.steel-portfolio-icon.icon-4{ background-position:0 75% }
.steel-portfolio-icon.icon-5{ background-position:0 100% }
.belt-solution-list{
	display: grid;
	gap: 20px;
}
.belt-solution-item{
	position: relative;
	display: block;
	box-sizing: border-box;
	background: #000f19;
}
.belt-solution-thumb{
	width: 100%;
	height: auto;
	object-fit: cover;
	background: #fff;
}
.belt-solution-txt{
	box-sizing: border-box;
	padding: 20px;
}
#block-aramid-4{
	background: #fff;
}
#block-faqs{
	counter-reset: qaCounter;
}
#block-faqs .accordion-title-inner:before{
	counter-increment: qaCounter;
	content: counter(qaCounter)". ";
}
@media screen and (min-width:768px){
	#aramid-4-img{
		grid-row: 1;
	}
}
@media screen and (min-width:1024px){
	.conveyor-portfolio-list{
		grid-template-columns: repeat(6, 1fr);
	}

	.conveyor-portfolio-item:nth-child(1),
	.conveyor-portfolio-item:nth-child(2),
	.conveyor-portfolio-item:nth-child(3){
		grid-column: span 2;
	}
	.conveyor-portfolio-item:nth-child(4),
	.conveyor-portfolio-item:nth-child(5){
		grid-column: span 3;
	}
	.belt-solution-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.belt-solution-txt{
		padding: 30px;
	}
}
@media screen and (min-width:1280px){
	.conveyor-portfolio-list{
		gap: 20px;
	}
	.conveyor-portfolio-item{
		padding: 35px;
	}
}

/*sustainability pages*/
#block-sustainability-1{
	/*background: #043603 url(images/bg-sustainability-2.webp) center center no-repeat;
	background-size: cover;*/
}
.sustainability-philosophy-list{
	display: grid;
	gap: 20px;
}
.sustainability-philosophy-item{
	border: 1px solid var(--global-color-primary);
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	color: #000;
	display: flex;
	justify-content: space-between;
}
.sustainability-philosophy-item h3{
	font-size: 18px;
}
.sustainability-philosophy-item p{
	font-size: 15px;
	line-height: 1.6;
}
.sustainability-philosophy-icon{
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/icons-sustainability-1.png) center top no-repeat;
	background-size: 100% auto;
}
.sustainability-philosophy-icon.icon-2{ background-position:0 25% }
.sustainability-philosophy-icon.icon-3{ background-position:0 50% }
.sustainability-philosophy-icon.icon-4{ background-position:0 75% }
.sustainability-philosophy-icon.icon-5{ background-position:0 100% }
.sustainability-philosophy-txt{
	width: calc(100% - 80px);
}
.list-sustainability-commitment{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
.list-sustainability-commitment li{
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	transition: all 0.2s;
	color: #000;
	transition: 0.2s all;
	line-height: 1.4;
}
.list-sustainability-commitment li.current{
	background: #fff;
	color: var(--global-color-primary);
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	padding-left: 40px;
}
.list-sustainability-commitment li:before{
	opacity: 0;
	width: 6px;
	height: 6px;
	background: var(--global-color-primary);
	content: "";
	vertical-align: middle;
	position: absolute;
	left: 20px;
	top: 18px;
	transition: 0.2s all;
}
.list-sustainability-commitment li.current:before{
	opacity: 1;
}
.list-sustainability-commitment li.current .icon-industry{
	filter: none;
}
.sustainability-commitment-item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	padding: 20px 0;
	flex-wrap: wrap;
}
.sustainability-commitment-item:not(:last-child){
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	margin-bottom: 20px;
}
.sustainability-commitment-item num{
	font-size: 25px;
	font-weight: 800;
}
.sustainability-commitment-item p{
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
.sustainability-commitment-icon{
	display: block;
	width: 46px;
	height: 46px;
	background: url(images/icons-sustainability-commitment.webp) center top no-repeat;
	background-size: 100% auto;
	flex-shrink: 0;
}
.sustainability-commitment-icon.icon-1{ background-position:0 0 }
.sustainability-commitment-icon.icon-2{ background-position:0 6.25% }
.sustainability-commitment-icon.icon-3{ background-position:0 12.5%}
.sustainability-commitment-icon.icon-4{ background-position:0 18.75%}
.sustainability-commitment-icon.icon-5{ background-position:0 25%}
.sustainability-commitment-icon.icon-6{ background-position:0 31.25%}
.sustainability-commitment-icon.icon-7{ background-position:0 37.5%}
.sustainability-commitment-icon.icon-8{ background-position:0 43.75%}
.sustainability-commitment-icon.icon-9{ background-position:0 50%}
.sustainability-commitment-icon.icon-10{ background-position:0 56.25%}
.sustainability-commitment-icon.icon-11{ background-position:0 62.5%}
.sustainability-commitment-icon.icon-12{ background-position:0 68.75%}
.sustainability-commitment-icon.icon-13{ background-position:0 75%}
.sustainability-commitment-icon.icon-14{ background-position:0 81.25%}
.sustainability-commitment-icon.icon-15{ background-position:0 87.5%}
.sustainability-commitment-icon.icon-16{ background-position:0 93.75%}
.sustainability-commitment-icon.icon-17{ background-position:0 100% }

#sustainability-commitment-txt{
	position: relative;
}
#sustainability-commitment-bg{
	position: absolute;
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	z-index: 0;
}
#sustainability-commitment-bg:after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 37, 61,0.7);
}
#sustainability-commitment-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sustainability-commitment-content{
	position: relative;
	z-index: 1;
	color: #fff;
}
.sustainability-commitment-content,
.sustainability-commitment-bg{
	display: none;
}
.sustainability-commitment-content.current,
.sustainability-commitment-bg.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
#sustainability-download-main img{
	margin-bottom: 18px;
}
.sustainability-download-item{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 13px 10px;
	border-bottom: 1px solid #ddd;
	gap: 10px;
	background: transparent;
}
.sustainability-download-item:nth-child(odd){
	background: #fff;
}
.sustainability-download-item:last-child{
	border-bottom: 0;
}
.sustainability-download-item h4{
	line-height: 1.4;
	font-weight: 500;
	font-size: 17px;
	width: 100%;
}
.sustainability-download-size{
	width: 56px;
	color: #aaa;
}
.sustainability-download-format{
	text-transform: uppercase;
	width: 46px;
	color: #aaa;
}
#block-sustainability-4{
	padding: 0;
	background: #fff;
}
#block-sustainability-4 .site{
	margin-bottom: 0;
}
.sustainability-impact-outter{
	background: #fff;
	overflow: hidden;
}
.sustainability-impact-container{
	background: #fff;
	width: 1210px;
	display: flex;
	gap: 10px;
	margin: 5px auto;
}
.sustainability-impact-item{
	position: relative;
	width: 600px;
	height: 230px;
	background: center center no-repeat;
	background-size: cover;
}
.sustainability-impact-item:after{
	content: "";
	width: 10px;
	height: 100%;
	left: calc(50% - 5px);
	top: 0;
	background: #fff;
	position: absolute;
	z-index: 1;
}
.sustainability-impact-txt{
	position: absolute;
	z-index: 1;
	width: 40%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	/*background: #256b36;*/
	background: var(--global-color-blue-darker);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.sustainability-impact-txt p{
	font-size: 14px;
	line-height: 1.5;
}
.sustainability-impact-txt num{
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 5px;
}
.sustainability-impact-item.type-1{
	background-size: 60% auto;
	background-position: right center;
}
.sustainability-impact-item.type-3{
	background-size: 60% auto;
	background-position: left center;
}
.sustainability-impact-item.type-1 .sustainability-impact-txt{
	width: 40%;
	height: 100%;
}
.sustainability-impact-item.type-3 .sustainability-impact-txt{
	width: 40%;
	height: 100%;
	left: auto;
	right: 0;
}
.sustainability-impact-item.type-2 .sustainability-impact-txt{
	top: auto;
	bottom: 0;
	width: 75%;
	height: auto;
}
.sustainability-impact-item.type-2:after{
	display: none;
}
@media screen and (min-width: 768px){
	.sustainability-philosophy-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.list-sustainability-commitment{
		max-width: 300px;
		grid-template-columns: 1fr;
	}
	#sustainability-commitment-list{
		padding-right: 60px;
	}
	#sustainability-commitment-bg{
		left: -60px;
		top: -100px;
		width: calc(50vw + 200px);
		height: calc(100% + 200px);
		z-index: 0;
	}
	#sustainability-commitment-txt{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.sustainability-commitment-content{
		min-height: 550px;
	}
}
@media screen and (min-width: 1024px){
	.sustainability-commitment-item num{
		font-size: 32px;
	}
	.sustainability-impact-container{
		width: 1910px;
	}
	.sustainability-impact-item{
		width: 950px;
		height: 330px;
	}
	.sustainability-impact-txt{
		padding: 30px;
	}
	.sustainability-impact-txt num{
		font-size: 50px;
	}
	.sustainability-impact-txt p{
		font-size: 15px;
	}
	.sustainability-download-item{
		flex-wrap: nowrap;
	}
	.sustainability-download-item h4{
		width: calc(100% - 220px);
	}

}
@media screen and (min-width: 1280px){
	.sustainability-philosophy-list{
		grid-template-columns: repeat(5, 1fr);
	}
	.sustainability-philosophy-item{
		flex-direction: column;
		justify-content: flex-start;
		text-align: center;
		align-items: center;
		padding: 30px 20px;
	}
	.sustainability-philosophy-item h3{
		height: 40px;
	}
	.sustainability-philosophy-icon{
		width: 90px;
		height: 90px;
		margin: 20px auto;
	}
	.sustainability-philosophy-txt{
		width: 100%;
	}
	.sustainability-commitment-icon{
		width: 70px;
		height: 70px;
	}
	.sustainability-commitment-item {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.sustainability-commitment-item p{
		width: auto;
		flex-shrink: 99;
		flex-grow: 99;
		margin-right: 40px;
	}
}
/*recycling page*/
#block-recycling-1{
	background: #fff;
}
.recycling-outcomes-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.recycling-outcomes-item{
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	background: #fff;
}
.recycling-outcomes-item h3{
	height: 65px;
}
.recycling-outcomes-icon{
	display: block;
	margin: 10px auto 20px auto;
	width: 60px;
	height: 60px;
	background: url(images/icons-recycling-1.png) no-repeat top center;
	background-size: 100% auto;
}
.recycling-outcomes-icon.icon-2 { background-position:0 25% }
.recycling-outcomes-icon.icon-3 { background-position:0 50% }
.recycling-outcomes-icon.icon-4 { background-position:0 75% }
.recycling-outcomes-icon.icon-5 { background-position:0 100% }
#block-recycling-3{
	background: url(images/recycling-bg-1.jpg) center top no-repeat;
	background-size: cover;
}
.recycling-process-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.recycling-process-item{
	position: relative;
	background: #fff;
}
.recycling-process-item img{
	width: 100%;
	height: auto;
}
.recycling-process-txt{
	box-sizing: border-box;
	padding: 20px;
}
.recycling-process-icon{
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/icons-recycling-2.png) no-repeat top center;
	background-size: 100% auto;
}
.recycling-process-icon.icon-2 { background-position:0 33.33% }
.recycling-process-icon.icon-3 { background-position:0 66.67% }
.recycling-process-icon.icon-4 { background-position:0 100% }
.recycling-process-item h3{
	font-size: 18px;
}
.recycling-process-item p{
	font-size: 14px;
}
#block-recycling-5{
	background: #fff;
}
.table-parameters table thead td,
.table-parameters table thead th{
	background: #000;
	color: #fff;
}
#block-recycling-6{
	background: url(images/recycling-bg-2.jpg) center no-repeat;
	background-size: cover;
}
#block-recycling-7{
	background: url(images/recycling-bg-3.jpg) center no-repeat;
	background-size: cover;
}
#recycling-buttons{
	display: flex;
	flex-wrap: wrap;
}
.recycling-data-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	box-sizing: border-box;
	background: rgba(3,37,56,0.8);
	padding: 20px 20px 40px 20px;
}
.recycling-data-item{
	display: block;
	text-align: center;
}
.recycling-data-item p{
	font-size: 14px;
	margin-top: -10px;
}
.recycling-data-icon{
	margin: 0 auto;
	display: block;
	width: 120px;
	height: 120px;
	background: url(images/icons-recycling-3.png) no-repeat top center;
	background-size: 100% auto;
}
.recycling-data-icon.icon-2 { background-position:0 33.33% }
.recycling-data-icon.icon-3 { background-position:0 66.67% }
.recycling-data-icon.icon-4 { background-position:0 100% }
@media screen and (min-width: 1024px){
	.recycling-outcomes-list{
		grid-template-columns: repeat(5, 1fr);
	}
	.recycling-process-icon,
	.recycling-outcomes-icon{
		width: 60px;
		height: 60px;
	}
	.recycling-process-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.recycling-data-list{
		grid-template-columns: repeat(4, 1fr);
		padding: 10px 30px 40px 30px;
	}
	.recycling-data-icon{
		width: 120px;
		height: 120px;
	}
}
@media screen and (min-width: 1280px){
	.recycling-outcomes-list{
		gap: 30px;
	}
	.recycling-outcomes-item{
		padding: 50px 40px;
	}
	.recycling-process-list{
		gap: 50px;
	}
	.recycling-process-txt{
		padding: 30px;
	}
	.recycling-process-item p{
		font-size: 15px;
	}
	.recycling-process-item:not(:last-child):after{
		content:"";
		content: "\f04b";
		font-family: 'FontAwesome';
		font-size: 28px;
		color: var(--global-color-primary);
		width: 20px;
		height: 20px;
		/*background: url(images/recycling-arraw.png) no-repeat;
		background-size: 100% auto;*/
		position: absolute;
		right: -35px;
		top: calc(50% - 10px);
	}
	.recycling-data-list{
		padding: 10px 50px 40px 50px;
		gap: 50px;
	}
	.recycling-data-icon{
		width: 170px;
		height: 170px;
	}
}
/*gender equality page*/
#block-gender-2{
	background-image: url(images/gender-bg-1.jpg);
}
.gender-commitments-list{
	display: grid;
	gap: 20px;
}
.gender-commitments-item{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	color: #000;
}
.gender-commitments-icon{
	flex-shrink: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/icons-gender-1.png) no-repeat top center;
	background-size: 100% auto;
	gap: 20px;
}
.gender-commitments-icon.icon-2 { background-position:0 25% }
.gender-commitments-icon.icon-3 { background-position:0 50% }
.gender-commitments-icon.icon-4 { background-position:0 75% }
.gender-commitments-icon.icon-5 { background-position:0 100% }
.gender-commitments-txt{
	width: calc(100% - 80px);
}
.gender-commitments-item h3{
	font-size: 18px;
}
.gender-commitments-item p{
	margin-top: 5px;
	font-size: 14px;
}
#block-gender-3 .story-item-txt{
	padding: 20px;
	background: #fff;
	min-height: 115px;
}
@media screen and (min-width: 768px){
	.gender-commitments-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1024px){
	.gender-commitments-list{
		grid-template-columns: repeat(6, 1fr);
	}
	.gender-commitments-item:nth-child(1),
	.gender-commitments-item:nth-child(2),
	.gender-commitments-item:nth-child(3){
		grid-column: span 2;
	}
	.gender-commitments-item:nth-child(4),
	.gender-commitments-item:nth-child(5){
		grid-column: span 3;
	}
}
@media screen and (min-width: 1280px){
	.gender-commitments-item{
		padding: 20px 30px;
	}
	.gender-commitments-icon{
		width: 80px;
		height: 80px;
	}
	.gender-commitments-txt{
		width: calc(100% - 100px);
	}
}
/*case pages*/
.case-industry-list{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.case-industry-item{
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #000;
	transition: 0.2s all;
	padding: 10px;
	font-size: 15px;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.case-industry-item .icon-industry{
	margin-right: 4px;
}
.case-industry-item:hover .icon-industry{
	transform: scale(1.1);
}
.case-industry-item.current{
	pointer-events: none;
	background: #000;
	color: #fff;
}
.case-industry-item.current .icon-industry{
	filter: brightness(99);
}
#casestudy-list{
	display: grid;
	gap: 20px;
}
.casestudy-item{
	position: relative;
	display: none;
	flex-direction: column;
	background: #fff;
}
.casestudy-item.stay{
	display: flex;
}
.casestudy-item .icon-outter{
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid var(--global-color-primary);
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	margin-bottom: 10px;
}
.casestudy-item .icon-outter i{
	filter: brightness(1.3);
	transform: translate(0,-1px);
	margin: 0;
}

.casestudy-thumb{
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	transition: 0.3s all;
}
.casestudy-item:hover .casestudy-thumb{
	transform: scale(1.05);
}
.casestudy-item-txt{
	display: block;
	box-sizing: border-box;
	padding: 20px;
}
.casestudy-item-txt h3{
	font-size: 18px;
}
.casestudy-item-txt p{
	font-size: 15px;
	line-height: 1.5;
}
.casestudy-tags{
	box-sizing: border-box;
	padding: 15px 0;
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
}
.casestudy-tag-item{
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.casestudy-tag-item:first-child{
	border-top: 0;
}
/*.casestudy-tag-item:last-child{
	width: 100%;
	padding-top: 15px;
}*/
.casestudy-item-thumb-container{
	position: relative;
	font-size: 0;
	overflow: hidden;
}
.casestudy-item-thumb-container:after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, rgba(0, 33, 61, 0.6) 0%, rgba(0, 33, 61, 0.1) 90%);
}
.casestudy-tag-item .tag-key{
	margin-bottom: 8px;
	color: #888;
}
.casestudy-tag-item .tag-value{
	font-weight: 600;
	color: #000;
}
#block-case-header h2{
	font-size: 18px;
}
.case-achievement-list{
	display: grid;
	gap: 20px;
}
.case-achievement-item{
	background: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}
.case-achievement-item:before{
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 200px;
	color: var(--global-color-green);
	position: absolute;
	right: -20px;
	bottom: -60px;
	opacity: 0.2;
}
.case-achievement-item h3{
	font-size: 18px;
}
.case-achievement-item p{
	font-size: 15px;
	line-height: 1.5;
}

.case-challenge-list{
	display: grid;
	gap: 20px;
}
.case-challenge-item{
	background: #f4f5f9;
	position: relative;
	/*border:1px solid var(--global-color-primary);*/
	box-sizing: border-box;
	padding: 20px;
}
.case-challenge-item h3{
	font-size: 18px;
}
.case-challenge-item p{
	font-size: 15px;
	line-height: 1.5;
}
.case-testimonial p{
	font-style: italic;
	font-size: 18px;
}
p.case-testimonial-author{
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	position: relative;
	width: fit-content;
	margin-right: 0;
	margin-left: auto;
}
p.case-testimonial-author:before{
    content: "";
    position: absolute;
    left: -110px;
    top: 13px;
    width: 100px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #000;
}
.related-grid{
	display: grid;
	gap: 20px;
}
.related-grid-item{
	overflow: hidden;
	position: relative;
	border:1px solid #ccc;
}
.related-grid-item-txt{
	/*position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;*/
	box-sizing: border-box;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*background: linear-gradient(to right, rgba(0,33,61,0.8) 0%, rgba(0,33,61,0.2) 90%);*/
}
.related-grid-thumb-outter{
	font-size: 0;
	overflow: hidden;
}
.related-grid-thumb{
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	/*min-height: 300px;*/
	position: relative;
	z-index: 0;
	transition: 0.3s all;
}
.related-grid-item:hover .related-grid-thumb{
	transform: scale(1.05);
}
.related-grid-item h3{
	font-size: 18px;
}
.related-grid-item p{
	opacity: 0.85;
}
@media screen and (max-width: 767px){
	.case-industry-item:nth-child(even){
		border-right: 0;
	}
}
@media screen and (min-width: 768px){
	.case-industry-list{
		grid-template-columns: repeat(4, 1fr);
	}
	#casestudy-list{
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.casestudy-item h3{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.casestudy-item-txt p{
		min-height: 68px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#block-case-header h2{
		font-size: 22px;
	}
	.case-challenge-list,
	.case-achievement-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1024px){
	.case-industry-list{
		grid-template-columns: repeat(6, 1fr);
	}
	.case-industry-item:last-child{
		border-right: 0;
	}
	#casestudy-list{
		grid-template-columns: repeat(3, 1fr);
	}
	/*.casestudy-item.stay:first-of-type{
		grid-column: -1 / 1;
		flex-direction: row-reverse;
		align-items: stretch;
	}
	.casestudy-item.stay:first-of-type .casestudy-thumb,
	.casestudy-item.stay:first-of-type .casestudy-item-txt{
		width: 50%;
	}
	.casestudy-item.stay:first-of-type .casestudy-item-txt{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.casestudy-item.stay:first-of-type .casestudy-tag-item:last-child{
		width: auto;
		border-top: 0;
		padding-top: 0;
	}*/
	.related-grid{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 1280px){
	#casestudy-list{
		gap: 30px;
	}
	.casestudy-item-txt{
		padding: 25px 30px;
	}
	.case-challenge-list,
	.case-achievement-list{
		gap:30px;
	}
	.case-challenge-item{
		padding: 20px 30px;
	}
	.case-achievement-item{
		padding: 25px 30px;

	}
	#block-case-5 .cols-2col-bg{
		height: 890px;
		box-sizing: border-box;
	}
	.related-grid{
		gap: 30px;
	}
	.related-grid-item-txt{
		/*padding: 30px;*/
	}
	.related-grid-thumb{
		/*min-height: 420px;*/
	}
	.related-grid-item p{
		width: 75%;
	}
}
/*insight page*/
.insights-list{
	display: grid;
	gap: 20px;
}
.insights-item{
	display: flex;
	flex-direction: column;
	background: #fff;
}
.insights-thumb{
	width: 100%;
	height: auto;
}
.insights-item-txt{
	display: block;
	box-sizing: border-box;
	padding: 20px;
}
.insights-item h3{
	font-size: 18px;
}
.insights-item p{
	font-size: 15px;
	font-weight: 1.5;
}
@media screen and (min-width: 768px){
	.insights-list{
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.insights-item h3{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 1024px){
	.insights-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.insights-item:first-child{
		grid-column: -1 / 1;
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;
	}
	.insights-item:first-child .insights-thumb,
	.insights-item:first-child .insights-item-txt{
		width: 50%;
	}
	.insights-item:first-child .insights-item-txt{
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (min-width: 1280px){
	.insights-list{
		gap: 30px;
	}
	.insights-item-txt{
		padding: 30px;
	}
}

/*service pages*/
.list-vertical-tabs{
	border-top: 1px solid #ccc;
}
.list-vertical-item{
	position: relative;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	padding: 14px 0;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	transition: 0.2s all;
}
.site-black .list-vertical-item,
.site-black .list-vertical-tabs,
.site-dark .list-vertical-item,
.site-dark .list-vertical-tabs{
	border-color: rgba(255,255,255,0.2);
}
.list-vertical-item:after{
	content: "\f105";
	font: normal normal normal 18px / 1 FontAwesome;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}
.list-vertical-item:before{
	content: "";
	background: var(--global-color-primary);
	width: 6px;
	height:6px;
	left: 0;
	top: calc(50% - 3px);
	position: absolute;
	opacity: 0;
	transition: 0.2s all;
}
.list-vertical-item.current{
	color: var(--global-color-primary);
	padding-left: 20px;
}
.list-vertical-item.current:before{
	opacity: 1;
}
.list-vertical-item small{
	display: block;
	font-weight: 400;
	font-size: 80%;
}
.service-chain-content{
	position: relative;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
}
.service-chain-content.current{
	display: flex;
	animation: fadeIn 0.6s ease forwards;
}
.service-chain-content li{
	padding-bottom: 15px;
}
.service-chain-content-txt{
	position: relative;
	z-index: 1;
	padding-bottom: 300px;
}
#block-services-2{
	background: url(images/service-bg-1.webp) center center no-repeat;
	background-size: cover;
}
.service-chain-bg{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#block-services-3{
	counter-reset: qaCounter;
}
#block-services-3 .accordion-title-inner:before{
	counter-increment: qaCounter;
	content: counter(qaCounter)". ";
}
#block-services-3 .accordion-item num{
	font-size: 25px;
	font-weight: 600;
}
#block-services-4{
	background: #fff;
}
#service-level-list{
	display: grid;
	gap: 20px;
}
.service-level-item{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	background: no-repeat center center;
	background-size: cover;
	color: #fff;
}
.service-level-item:nth-child(1){background-image:url(images/services-level-1.jpg);}
.service-level-item:nth-child(2){background-image:url(images/services-level-2.jpg);}
.service-level-item:nth-child(3){background-image:url(images/services-level-3.jpg);}
.service-level-item-txt{
	box-sizing: border-box;
	padding: 30px;
	background: linear-gradient(to bottom, rgba(0,33,61,0.9) 70%, rgba(0,33,61,0.2) 100%);
	transition: 0.2s all;
}
.service-level-item.current .service-level-item-txt{
	background: linear-gradient(to bottom, rgba(0,33,61,0.6) 40%, rgba(0,33,61,0) 100%);
}
.service-level-item h3{
	text-transform: uppercase;
}
.service-level-item p{
	opacity: 0.7;
	transition: 0.2s all;
}
.service-level-item.current p{
	opacity: 1;
}
.service-level-item.current h3{
	filter: brightness(1.5);
	opacity: 1;
	color: var(--global-color-primary);
}
.service-level-content{
	display: none;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	background: no-repeat center center;
	background-size: cover;
	color: #fff;
}
.service-level-content.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
.service-level-content[data-idx="1"]{background-image:url(images/service-level-content-bg-1.jpg);}
.service-level-content[data-idx="2"]{background-image:url(images/service-level-content-bg-2.jpg);}
.service-level-content[data-idx="3"]{background-image:url(images/service-level-content-bg-3.jpg);}
.service-level-content-txt{
	box-sizing: border-box;
	padding: 30px;
	/*background: linear-gradient(to bottom, rgba(0,33,61,0.9) 70%, rgba(0,33,61,0.2) 100%);*/
	transition: 0.2s all;
}
.service-level-content h3{
	text-transform: uppercase;
}
.service-level-content-list{
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 15px;
}
.service-level-content-item{
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.5);
}
.service-level-content-item h4:before{
	content:"";
	height: 14px;
	width: 2px;
	display: inline-block;
	background: var(--global-color-primary);;
	vertical-align: middle;
	margin-right: 12px;
	margin-bottom: 2px;
}
.service-level-content-item p{
	margin-left: 15px;
	font-size: 15px;
	line-height: 1.5;
}
#service-scope-list{
	display: grid;
	gap: 40px;
}
.service-scope-item{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.service-scope-icon{
	flex-shrink: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/icons-service-scope.png) no-repeat top center;
	background-size: 100% auto;
	gap: 20px;
}
.service-scope-icon.icon-2 { background-position:0 50% }
.service-scope-icon.icon-3 { background-position:0 100% }
.service-scope-num{
	width: 90px;
	flex-shrink: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.service-scope-num num{
	color: var(--global-color-primary);
	font-weight: 800;
	font-size: 35px;
}
.service-scope-txt{
	width: calc(100% - 110px);
}
.service-scope-txt h4{
	margin-bottom: 8px;
}
.service-scope-txt p{
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
#service-scope-map{
	position: relative;
	margin: 0 auto;
	max-width: 1512px;
	width: 100%;
}
#service-scope-map img{
	position: relative;
	z-index: 1;
}
#service-scope-map #para-1{
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
}
#service-scope-map #para-2{
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 2;
}
.services-outcomes-item{
	width: 200px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5;
}
.services-outcomes-item num{
	color: var(--global-color-primary);
	font-weight: 800;
	font-size: 56px;
}
.services-outcomes-item num small{
	font-size: 20px;
}
.services-outcomes-item p{
	margin: 0;
	line-height: 1.5;
}
#block-services-7{
	background-image: url(images/service-loop-bg.webp);
	background-position: right top;
	background-size: unset;
}
#service-loop-list{
	display: grid;
	gap: 30px;
}
.service-loop-icon{
	flex-shrink: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/icons-service-loop.png) no-repeat top center;
	background-size: 100% auto;
	gap: 20px;
}
.service-loop-icon.icon-2 { background-position:0 50% }
.service-loop-icon.icon-3 { background-position:0 100% }
.service-loop-item{
	position: relative;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 120px;
}
.service-loop-txt{
	width: calc(100% - 70px);
}
.service-loop-item num{
	font-weight: 800;
	z-index: 0;
	position: absolute;
	font-size: 25px;
	left: 10px;
	top: 10px;
	color: var(--global-color-primary);
	opacity: 0.2;
}
.service-loop-item p{
	margin: 0;
}
@media screen and (min-width: 768px){
	.list-vertical-item{
		font-size: 18px;
		padding: 18px 0;
	}
	.service-chain-content{
		height: 100%;
	}
	#service-level-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#service-scope-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#service-loop-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.service-loop-item{
		padding: 50px 30px;
		text-align: center;
		flex-direction: column;
		justify-content: flex-start;
	}
	.service-loop-txt{
		width: 100%;
	}
	.service-loop-icon{
		width: 80px;
		height: 80px;
		margin-bottom: 30px;
	}
	.service-loop-item num{
		font-size: 40px;
		left: 20px;
		top: 20px;
	}
}
@media screen and (min-width: 1024px){
	.service-chain-content{
		padding: 30px;
	}
	#service-level-list{
		gap: 40px;
	}
	.service-level-content-txt,
	.service-level-item-txt{
		padding: 40px;
	}
	.service-level-content-list{
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
	.service-level-item:not(:last-child):after{
		content:"";
		content: "\f04b";
		font-family: 'FontAwesome';
		font-size: 28px;
		color: var(--global-color-primary);
		width: 20px;
		height: 20px;
		/*background: url(images/recycling-arraw.png) no-repeat;
		background-size: 100% auto;*/
		position: absolute;
		right: -30px;
		top: calc(50% - 10px);
	}
	#service-scope-list{
		gap: 30px;
	}
}
@media screen and (min-width: 1280px){
	.service-chain-content{
		padding: 40px;
	}
	.service-level-content-list{
		gap: 30px;
	}
	.service-level-content-item{
		padding: 30px;
	}	
	#block-services-3 .accordion-item num{
		font-size: 35px;
	}
}
@media screen and (min-width: 1600px){
	#service-scope-map #para-1,
	#service-scope-map #para-2{
		left: 58px;
	}
}
/*career pages*/
.career-filter{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.career-filter-item{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.career-filter-item span{
	display: block;
	padding-bottom: 10px;
}
.career-filter-item select{
	color: #fff;
	background: #174764;
	border-color: #174764;
	padding: 6px 12px;
	width: 100%;
	display: block;
	height: 52px;
}
.career-filter-item .button{
	/*height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;*/
	/*width: 100%;*/
}
.accordion-item{
	background: #fff;
	margin-bottom: 2px;
	transition: 0.2s all;
}
.accordion-title{
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.accordion-item:hover{
	background: #eee;
}
.accordion-title .accordion-title-inner{
	box-sizing: border-box;
	width: calc(100% - 40px);
	font-size: 17px;
	font-weight: 600;
}
.accordion-title .accordion-title-inner,
.accordion-content-inner{
	box-sizing: border-box;
	padding: 12px 20px;
}
.accordion-title:after{
	content: "\f107";
	font: normal normal normal 18px / 1 FontAwesome;
	color: #000;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 0.2s all;
	transform: translate(0, 0);
	transform-origin: center center;
}
.accordion-item.current .accordion-title:after{
	transform: rotate(180deg) translate(0,0);
}
.accordion-item.current{
	background: #fafafa;
}
.accordion-content{
	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;
	height: 0;
}
.accordion-content a{
	color: var(--global-color-primary);
}
#block-careers-1{
	counter-reset: qaCounter;
}
#block-careers-1 .accordion-title-inner:before{
	counter-increment: qaCounter;
	content: counter(qaCounter)". ";
}
#block-careers-0{
	background: #00253d url(images/career-bg-1.jpg) center center no-repeat;
	background-size: cover;
}
@media screen and (min-width: 1024px){
	.career-filter{
		gap: 40px;
		/*display: grid;
		grid-template-columns: 1fr 1fr 0.4fr;
		gap: 30px;*/
	}
	.accordion-item{
		padding: 10px 0;
	}
	.accordion-title,
	.accordion-content{
		box-sizing: border-box;
		padding: 0 20px;
	}
	.accordion-title .accordion-title-inner{
		font-size: 18px;
	}
}
@media screen and (min-width: 1280px){
	.accordion-item{
		padding: 15px 0;
	}
	/*#block-careers-0 .site{
		margin: 60px auto 70px auto;
	}*/
}
/*job pages*/
#job-list{
	display: grid;
	gap: 20px;
}
.job-item{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px;
	gap: 20px;
	background: #fff;
	transition: 0.2s all;
}
.job-item-content{
	line-height: 1.6;
}
.job-params{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	font-size: 16px;
	line-height: 1.6;
}
.job-icon{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 20px;
	background: url(images/icons-job.png) no-repeat center top;
	background-size: 100% auto;
	margin-right: 4px;
}
.job-icon.icon-2{ background-position:0 25% }
.job-icon.icon-3{ background-position:0 50% }
.job-icon.icon-4{ background-position:0 75% }
.job-icon.icon-5{ background-position:0 100% }
.job-item-btns{
	transition: 0.2s all;
}
.job-item-requirements ol{
	list-style: decimal;
	margin-left: 20px;
}
.job-item-requirements{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.job-filter-line{
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.job-filter-line.disabled{
	pointer-events: none;
}
.job-filter-section{
	overflow: hidden;
	transition: 0.2s all;
}
.job-filter-section label{
	display: block;
	font-size: 15px;
	padding: 10px 0;
}
.job-filter-name{
	cursor: pointer;
	position: relative;
}
.job-filter-name:after{
	display: block;
	position: absolute;
	content: "\f107";
	font: normal normal normal 20px/1 FontAwesome;
	right: 0;
	top: 8px;
	transition: 0.2s all;
}
.job-filter-line.toggled-on .job-filter-name:after{
	transform: rotate(180deg);
}
.job-filter-name h3{
	padding: 7px 0;
	margin: 0;
	text-transform: none;
	font-size: 18px;
}
.job-filter-cont input[type="checkbox"]{
	margin: 0 10px 0 0;
}
#job-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px;
}
.job-tag{
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 20px;
	background: transparent;
	transition: 0.2s all;
}
.job-tag:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	background: url(images/close.svg) center center;
	background-size: 100% auto;
}
.job-tag:hover{
	background: #ddd;
	border-color: #ddd;
}
#job-counter p{
	font-size: 18px;
	font-weight: 800;
}
#job-list-header{
	display: flex;
	flex-direction: row;
	gap: 30px;
}
#job-list-header .search-nomal{
	width: 400px;
}
#job-list-header .search-nomal-input{
	border-color: #000;
	color: #000;
}
#job-list-header .search-nomal-input::-webkit-input-placeholder{
	color: #999;
}
#job-list-header .search-nomal-btn{
	filter: brightness(0);
}
.job-header-list{
	margin-top: 10px;
	display: grid;
	gap: 20px;
}
h1.job-title{
	text-transform: uppercase;
}
@media screen and (max-width: 767px){
	#block-job-1 .site{
		margin-top: 0;
	}
	#block-job-1-img{
		grid-row: 1;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px){
	.job-filter-line{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.job-filter-section label{
		padding: 12px 0;
	}
	.job-item{
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 30px;
		background: transparent;
	}
	.job-item-content{
		width: calc(100% - 196px);
	}
	.job-item-btns{
		opacity: 0;
	}
	.job-item:hover{
		background: #fff;
	}
	.job-item:hover .job-item-btns{
		opacity: 1;
	}
	#job-tags,
	#job-list-header{
		padding-left: 42px;
	}
}
@media screen and (min-width: 1280px){
	.job-item{
		padding: 30px 40px;
		gap: 40;
	}
}
/*quality control page*/
.qualtity-header-list{
	display: grid;
	gap: 15px;
	width: 100%;
	max-width: 860px;
}
.qualtity-header-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}
.quality-header-icon{
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: url(images/icons-quality.png) center top;
	background-size: 100% auto;
}
.quality-header-icon.icon-2{ background-position:center 50% }
.quality-header-icon.icon-3{ background-position:center 100% }
.quality-header-txt{
	width: calc(100% - 65px);
}
.quality-header-txt num{
	font-weight: 800;
	font-size: 25px;
}
.quality-header-txt p{
	margin: 0;
}
#top-inner.top-quality-control .top-bg-container img{
	min-height: 600px;
}
#block-quality-control-2{
	background-image: url(images/quality-bg-1.jpg);
}
.quality-practice-list{
	display: grid;
	gap: 20px;
}
.quality-practice-item img{
	width: 100%;
	height: auto;
}
.quality-practice-item{
	background: #fff;
	color: #000;
}
.quality-practice-item h3{
	font-size: 18px;
}
.quality-practice-txt{
	box-sizing: border-box;
	padding: 20px;
}
.quality-metrics-item{
	width: 200px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5;
}
.quality-metrics-item num{
	color: var(--global-color-primary);
	font-weight: 800;
	font-size: 56px;
}
.quality-metrics-item num small{
	font-size: 20px;
}
.quality-metrics-item p{
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
}
@media screen and (min-width: 768px){
	.qualtity-header-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.quality-practice-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.quality-practice-item h3{
		min-height: 52px;
	}
}
@media screen and (min-width: 1280px){
	.quality-practice-list{
		gap: 30px;
	}
	.quality-practice-txt{
		padding: 30px;
	}
}
/*history page*/
#top-inner.top-history{
	overflow: visible;
}
#history-video{
	height: auto;
	width: calc(100% - 12px);
	border: 6px solid #fff;
}
.history-column-list{
	display: grid;
	gap: 20px;
}
.history-column-item{
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid var(--global-color-primary);
	padding: 20px;
	transition: 0.2s all;
}
.history-column-item:hover{
	background: #f2f2f2;
	box-shadow: 5px 5px 5px rgba(40, 149, 211, 0.3);
}
.history-column-item num{
	font-weight: 800;
	font-size: 25px;
}
.history-column-item p{
	margin: 0 0 10px 0;
	font-weight: 600;
}
.history-column-item a{
	color: var(--global-color-primary);
}
.milestone-list{
	display: grid;
	gap: 20px;
}
.milestone-item{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-sizing: border-box;
	padding: 30px 0;
}
.milestone-img{
	width: 100%;
	max-width: 550px;
}
.milestone-item h3{
	font-weight: 800;
	font-size: 28px;
	margin-bottom: 0;
	line-height: 1.2;
}
.milestone-subtitle{
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
}
.milestone-item ul{
	list-style: disc;
	padding-left: 20px;
}
.milestone-item-head{
	box-sizing: border-box;
	padding-left: 20px;
	border-left: 4px solid var(--global-color-primary);
}
.milestone-item-content{
	padding-top: 20px;
	box-sizing: border-box;
	padding-left: 24px;
}
.milestone-gallery .swiper-slide{
	width: 550px;
	max-width: 90%;
}
.milestone-item .swiper-scrollbar{
	margin-top: 30px;
}
.milestone-item .swiper-button-prev,
.milestone-item .swiper-button-next{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
@media screen and (min-width: 768px){
	.history-column-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.milestone-item{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.milestone-item:nth-child(even){
		flex-direction: row-reverse;
	}
	.gallery-single .milestone-item-img{
		width: 40%;
	}
	.gallery-single .milestone-item-txt{
		width: calc(60% - 60px);
	}
	.gallery-none .milestone-item-txt{
		width: 100%;
	}
	.gallery-multiple .milestone-item-txt,
	.gallery-multiple .milestone-item-img{
		width: 100%;
	}
}
@media screen and (min-width: 1024px){
	#top-inner.top-history .top-bg-container img{
		height: 740px;
	}
	#history-video{
		margin-bottom: -260px;
	}
}
@media screen and (min-width: 1280px){
	.history-column-list{
		gap: 30px;
	}
	.milestone-item{
		gap: 30px;
	}
	.milestone-item.gallery-single{
		gap: 60px;
	}
	.milestone-item h3{
		font-size: 42px;
	}
	.gallery-multiple.gallery-count-2 .swiper-controls{
		/*hide controls bar for only 2 items gallery*/
		display: none;
	}
}
/*about page*/
#top-inner.top-about .top-bg-img{
	min-height: 600px;
}
.about-header-numbers{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.about-header-number-item{
	position: relative;
	box-sizing: border-box;
	width: fit-content;
}
.about-header-number-item num{
	font-size: 28px;
	font-weight: 800;
	color: var(--global-color-primary);
}
.about-header-numbers#numbers-2 .about-header-number-item{
	cursor: pointer;
}
.about-header-number-hidden{
	display: none;
	position: absolute;
	z-index: 1;
	left: -10px;
	top: 102%;
	width: 300px;
	box-sizing: border-box;
	padding: 10px 15px;
	background: #fff;
	border-radius: 6px;
	color: #000;
	border:1px solid rgba(255,255,255,0.5);
}
.about-header-number-hidden:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	left: 20px;
	top: -6px;
	transform: rotate(45deg);
}
.about-header-number-item:hover .about-header-number-hidden{
	display: block;
}
#swiper-about-video .swiper-slide{
	position: relative;
	width: 360px;
	pointer-events: none;
	transition: 0.2s all;
	opacity: 0.6;
}
#swiper-about-video .swiper-slide.swiper-slide-active{
	opacity: 1;
	pointer-events: auto;
}
#swiper-about-video .swiper-slide video,
#swiper-about-video .swiper-slide img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
#block-about-5 .entry-video-container:after,
#swiper-about-video .entry-video-container:after{
	display: none;
}
.about-video-cover{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.about-video-cover .list-dot{
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}
.about-video-cover .list-dot li{
	display: inline-block;
}
.list-vertical-card-content{
	position: relative;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 360px;
}
.list-vertical-card-content.current{
	display: flex;
	animation: fadeIn 0.6s ease forwards;
}
.list-vertical-card-content-txt{
	position: relative;
	z-index: 2;
}
.list-vertical-card-bg{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#block-about-3 .list-vertical-card-content:after{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to right, rgba(0, 37, 61, 0.9) 0%, rgb(0, 37, 61, 0.3) 80%);
}
#block-about-3 .list-vertical-card-content{
	justify-content: center;
}
#block-about-3 .list-vertical-card-bg{
	/*filter: brightness(0.7);*/
}
#block-about-4{
	background-image: url(images/about-reliability-bg.jpg);
	background-position: center center;
	background-size: cover;
}
#block-about-4 .site{
	margin-top: 40px;
	margin-bottom: 40px;
}
.about-reliability-list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.about-reliability-item{
	text-align: center;
}
.about-reliability-icon{
	display: block;
	margin: 10px auto;
	width: 60px;
	height: 60px;
	background: url(images/icons-about-reliability.png) center top no-repeat;
	background-size: 100% auto;
}
.about-reliability-icon.icon-2{background-position: center 33.33%}
.about-reliability-icon.icon-3{background-position: center 66.67%}
.about-reliability-icon.icon-4{background-position: center 100%}
.about-reliability-item p{
	line-height: 1.5;
}
#block-about-5{
	background: #fff;
}
.about-service-model-list{
	margin-top: 20px;
	display: grid;
	gap: 10px;
}
.about-service-model-item{
	box-sizing: border-box;
	padding: 15px;
	background: #f4f5f9;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.about-service-model-icon{
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: url(images/icons-about-model.png) no-repeat center top;
}
.about-service-model-icon.icon-2{ background-position:center 20% }
.about-service-model-icon.icon-3{ background-position:center 40% }
.about-service-model-icon.icon-4{ background-position:center 60% }
.about-service-model-icon.icon-5{ background-position:center 80% }
.about-service-model-icon.icon-6{ background-position:center 100% }
.about-service-model-txt{
	width: calc(100% - 70px);
}
.about-service-model-item h3{
	font-size: 18px;
}
.about-service-model-item p{
	font-size: 15px;
	margin-top: 0;
	line-height: 1.5;
	margin-top: 6px;
}
#block-about-5 .entry-video-container,
#block-about-5 video{
	height: 100%;
	min-height: 250px;
	object-fit: cover;
}
.about-service-card{
	display: grid;
	gap: 20px;
}
.about-service-card-item{
	position: relative;
	font-size: 0;
}
.about-service-card-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
.about-service-card-txt{
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.about-service-card-txt h3{
	font-size: 18px;
}
.about-service-card-txt p{
	font-size: 15px;
	line-height: 1.5;
}
#about-service-cta{
	background: url(images/about-service-bg.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
}
#about-service-cta-list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.about-service-cta-item div{
	display: flex;
	align-items: center;
	gap: 20px;
}
.about-service-cta-item .txt-blue{
	font-weight: 600;
	font-size: 18px;
}
.about-service-cta-icon{
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: url(images/icons-about-service.png) no-repeat center top;
	background-size: 100% auto;
}
.about-service-cta-icon.icon-2{ background-position:center 33.33% }
.about-service-cta-icon.icon-3{ background-position:center 66.67% }
.about-service-cta-icon.icon-4{ background-position:center 100% }
.about-service-cta-item p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}
#about-lifecycle-list{
	display: grid;
	gap: 20px;
}
.about-lifecycle-item{
	font-size: 0;
	position: relative;
}
.about-lifecycle-item img{
	width: 100%;
	position: relative;
	z-index: 0;
}
.about-lifecycle-txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about-lifecycle-txt .title-line{
	margin: 15px 0;
}
.about-lifecycle-txt p{
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}
#about-history-swiper .swiper-slide{
	width: 220px;
}
#about-history-swiper .swiper-slide img{
	width: 100%;
}
@media screen and (min-width: 768px){
	.list-vertical-card-content{
		height: 100%;
	}
	#about-3-right{
		grid-column: 7 / 12;
	}
	#about-3-left{
		grid-column: 1 / 7;
		grid-row: 1;
	}
	.about-reliability-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.about-service-model-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.about-service-card{
		grid-template-columns: repeat(3, 1fr);
	}
	#about-lifecycle-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#about-history-swiper .swiper-slide{
		width: 320px;
	}
}
@media screen and (min-width: 1024px){
	.about-header-numbers{
		gap: 10px 50px;
	}
	.about-header-number-item num{
		font-size: 35px;
	}
	#swiper-about-video .swiper-slide{
		width: 800px;
	}
	#swiper-about-video .swiper-slide video,
	#swiper-about-video .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.about-video-cover{
		padding: 40px;
	}
	.list-vertical-card-content{
		padding: 30px;
	}
	#about-service-cta-list{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 1280px){
	.about-header-numbers#numbers-1{
		gap: 10px 80px;
	}
	.about-header-number-item num{
		font-size: 45px;
	}
	.list-vertical-card-content{
		padding: 40px;
	}
	.about-reliability-list{
		gap: 50px;
	}
	.about-reliability-icon{
		width: 80px;
		height: 80px;
	}
	.about-service-card{
		gap: 30px;
	}
	.about-service-card-txt{
		padding: 30px;
	}
	#about-service-cta{
		padding: 30px;
	}
	#about-service-cta .col-row{
		grid-template-columns: repeat(9, 1fr) repeat(3, 1.1fr);
	}
	#about-lifecycle-list{
		gap: 50px;
	}
	.about-lifecycle-txt{
		padding: 30px;
	}
	.about-lifecycle-item:not(:last-child):after{
		content:"";
		content: "\f04b";
		font-family: 'FontAwesome';
		font-size: 28px;
		color: var(--global-color-primary);
		width: 20px;
		height: 20px;
		/*background: url(images/recycling-arraw.png) no-repeat;
		background-size: 100% auto;*/
		position: absolute;
		right: -35px;
		top: calc(50% - 10px);
	}
	#about-history-swiper .swiper-slide{
		width: 480px;
	}
}
@media screen and (min-width: 1600px){
	#swiper-about-video .swiper-slide{
		width: 1000px;
	}
	/*#swiper-about-video-prev{
		left: calc(50% - 552px);
	}
	#swiper-about-video-next{
		right: calc(50% - 552px);
	}*/
	#swiper-about-video-prev{
		left: calc(50% - 660px);
	}
	#swiper-about-video-next{
		right: calc(50% - 660px);
	}
}
/*repair products page*/
#repair-header-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 10px;
}
@media screen and (max-width: 600px){
	.top-repair .top-bg-container img{
		object-position: 80%;
		filter: brightness(0.4);
	}
}
.repair-header-item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.repair-header-item p{
	margin: 0;
}
.repair-header-icon{
	display: block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background: url(images/icons-repair-header.png) center top no-repeat;
	background-size: 100% auto;
}
.repair-header-icon.icon-2{ background-position:center 25% }
.repair-header-icon.icon-3{ background-position:center 50% }
.repair-header-icon.icon-4{ background-position:center 75% }
.repair-header-icon.icon-5{ background-position:center 100% }
#block-repair-1{
	background: #fff;
}
.repair-risk-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.repair-risk-item{
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: #000;
}
.repair-risk-item img{
	width: 100%;
	height: auto;
}
.repair-risk-item p{
	margin: 0!important;;
	padding: 10px 0;
}
.repair-recovery-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.repair-recovery-item{
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: var(--global-color-primary);
}
.repair-recovery-item img{
	width: 100%;
	height: auto;
}
.repair-recovery-item p{
	margin: 0!important;
	padding: 10px 0;
}
#block-repair-3{
	background: url(images/repair-bg-1.jpg) center no-repeat;
	background-size: cover;
}
#repair-advantage-list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px 10px;
}
.repair-advantage-item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	box-sizing: border-box;
	padding: 10px 20px;
	border:1px solid #fff;
}
.repair-advantage-item h3{
	font-size: 18px;
}
.repair-advantage-item p{
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 1.5;
}
.repair-advantage-icon{
	display: block;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: url(images/icons-repair-header.png) center top no-repeat;
	background-size: 100% auto;
	filter: brightness(99);
}
.repair-advantage-icon.icon-2{ background-position:center 25% }
.repair-advantage-icon.icon-3{ background-position:center 50% }
.repair-advantage-icon.icon-4{ background-position:center 75% }
.repair-product-item{
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.repair-product-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px;
	background: #eaebed;
}
.repair-product-img img{
	width: 170px;
	max-width: 100%;
	height: auto;
}
.repair-product-txt{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.repair-product-txt h3{
	font-size: 18px;
	margin-top: 6px;
}
.repair-product-txt p,
.repair-product-txt ul{
	font-size: 15px;
}
.repair-product-dots{
	display: flex;
	flex-direction: row;
	gap: 18px;
}
.repair-product-dots > div{
	width: calc(50% - 9px);
}
.repair-product-tag{
	display: block;
	box-sizing: border-box;
	padding: 4px 12px;
	border-radius: 6px;
	color: #fff;
	background: #1ca341;
	width: fit-content;
	font-weight: 600;
}
.repair-application-list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.repair-application-item{
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #d4eaf6;
	text-align: center;
}
.repair-application-icon{
	display: block;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background: url(images/icons-repair-applications.png) center top no-repeat;
	background-size: 100% auto;
	margin: 10px auto;
}
.repair-application-icon.icon-2{ background-position:center 20% }
.repair-application-icon.icon-3{ background-position:center 40% }
.repair-application-icon.icon-4{ background-position:center 60% }
.repair-application-icon.icon-5{ background-position:center 80% }
.repair-application-icon.icon-6{ background-position:center 100% }
#block-repair-5{
	background: #fff;
}
#repair-download-btns .button{
	margin-bottom: 15px;
}
#block-repair-8{
	background: url(images/repair-bg-2.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px){
	#repair-header-list{
		max-width: 750px;
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
	}
	#repair-advantage-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.repair-application-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#repair-download-btns{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#block-repair-8-btn{
		align-items: flex-end;
	}
}
@media screen and (min-width: 1024px){
	.repair-header-icon{
		width: 50px;
		height: 50px;
	}
	.repair-advantage-icon{
		width: 60px;
		height: 60px;
	}
	.repair-risk-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.repair-recovery-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#repair-advantage-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.repair-application-list{
		grid-template-columns: repeat(6, 1fr);
		gap: 30px;
	}
	.repair-application-item{
		padding: 40px 20px;
	}
	.repair-application-item p{
		font-size: 17px;
		line-height: 1.4;
	}
	.repair-application-icon{
		margin-bottom: 20px;
		width: 70px;
		height: 70px;
	}
}
@media screen and (min-width: 1280px){
	.repair-product-item{
		flex-direction: row;
	}
	.repair-product-img{
		width: 220px;
	}
	.repair-product-img img{
		width: 100%;
	}
	.repair-product-txt{
		width: calc(100% - 220px);
	}
	.repair-product-txt{
		padding: 30px;
	}
	.repair-application-item{
		padding: 40px;
	}
}
/*cover compounds*/
#block-cover-compounds-1 num ,
#block-cover-compounds-2 num ,
#block-cover-compounds-4 num{
	font-size: 180%;
	background-image: linear-gradient(to right, #5cc2fe, #1a8ed0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
#block-cover-compounds-2{
	background: #fff;
}
.cover-compounds-product-list{
	display: grid;
	gap: 20px;
}
.cover-compounds-product-item{
	position: relative;
	overflow: hidden;
	font-size: 0;
}
.cover-compounds-product-item img{
	width: 100%;
	height: auto;
	transition: 0.3s all;
}
.cover-compounds-product-item:hover img{
	transform: scale(1.05);
}
.cover-compounds-product-txt{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
}
.cover-compounds-product-icon{
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/icons-cover-compounds.png) center top no-repeat;
	background-size: 100% auto;
}
.cover-compounds-product-icon.icon-2{ background-position:center 20% }
.cover-compounds-product-icon.icon-3{ background-position:center 40% }
.cover-compounds-product-icon.icon-4{ background-position:center 60% }
.cover-compounds-product-icon.icon-5{ background-position:center 80% }
.cover-compounds-product-icon.icon-6{ background-position:center 100% }
.cover-compounds-product-txt .cover-compounds-product-icon{
	position: absolute;
	right: 20px;
	top: 20px;
}
.top-cover-componds-details-titleline{
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.cover-componds-details-content{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}
.cover-componds-details-content div{
	width: calc(100% - 100px);
}
.cover-componds-details-content-icon{
	width: 80px;
}
.cover-componds-details-paras{
	margin-top: 20px;
	display: grid;
	gap: 20px;
}
.cover-componds-details-para-item{
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}
.cover-componds-para-icon{
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/icons-resistance.png) center top no-repeat;
	background-size: 100% auto;
}
.cover-componds-para-icon.icon-2{ background-position:center 10% }
.cover-componds-para-icon.icon-3{ background-position:center 20% }
.cover-componds-para-icon.icon-4{ background-position:center 30% }
.cover-componds-para-icon.icon-5{ background-position:center 40% }
.cover-componds-para-icon.icon-6{ background-position:center 50% }
.cover-componds-para-icon.icon-7{ background-position:center 60% }
.cover-componds-para-icon.icon-8{ background-position:center 70% }
.cover-componds-para-icon.icon-9{ background-position:center 80% }
.cover-componds-para-icon.icon-10{ background-position:center 90% }
.cover-componds-para-icon.icon-11{ background-position:center 100% }
.cover-componds-details-para-item p{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.stars-points{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	color: var(--global-color-primary);
}
.stars-points i{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	font-style: normal;
}
.stars-points i:after{
	content:"\f005";
}
.stars-points.stars-4 i:nth-child(5):after{ content:"\f006";}
.stars-points.stars-3 i:nth-child(3) ~ i:after{ content:"\f006";}
.stars-points.stars-2 i:nth-child(2) ~ i:after{ content:"\f006";}
.stars-points.stars-1 i:nth-child(1) ~ i:after{ content:"\f006";}
.stars-points.stars-0 i:after{ content:"\f006";}
#block-cover-componds-details-2{
	background: #fff;
}
.cover-compounds-related-list{
	display: grid;
	gap: 20px;
}
.cover-compounds-related-item{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: #f4f5f9;
	font-size: 0;
}
.cover-compounds-related-item .tag{
	color: var(--global-color-primary);
	background: #e2ebf2;
	padding: 4px 10px;
	border-radius: 4px;
	width: fit-content;
	display: block;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px){
	.cover-compounds-product-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.cover-componds-details-paras{
		grid-template-columns: repeat(3, 1fr);
	}
	.cover-compounds-related-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1024px){
	.cover-compounds-product-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.top-cover-componds-details-titleline .cover-compounds-product-icon{
		width: 120px;
		height: 120px;
		margin-left: -16px;
	}
	.cover-componds-details-content{
		gap: 40px;
	}
	.cover-componds-details-content-icon{
		width: 128px;
	}
	.cover-componds-details-content div{
		width: calc(100% - 160px);
	}
}
@media screen and (min-width: 1280px){
	.cover-compounds-product-list{
		gap: 30px;
	}
	.cover-compounds-product-txt{
		padding: 30px;
	}
	.cover-compounds-related-list{
		gap: 30px;
	}
	.cover-compounds-related-item{
		padding: 30px;
	}
}
/*Rip Detection Layer*/
#top-inner.top-rip p{
	max-width: 540px;
}
#top-inner.top-rip .top-bg-container img{
	filter: brightness(0.6);
	min-height: 500px;
}
.icon-shield{
	width: 37px;
	height: 44px;
	flex-shrink: 0;
	background: url(images/icon-shield.png) center center no-repeat;
	background-size: 100% auto;
}
.icon-pdf{
	width: 45px;
	height: 45px;
	flex-shrink: 0;
	background: url(images/icon-pdf.png) center center no-repeat;
	background-size: 100% auto;
}
#top-inner.top-rip .flex-horizontal-center{
	max-width: 540px;
	gap: 20px;
}
#top-inner.top-rip .flex-horizontal-center p{
	margin: 0;
}
#block-rip-1,
#block-rip-3{
	background: #fff;
}
.rip-design-list{
	display: grid;
	gap: 20px;
}
.rip-design-item{
	display: flex;
	box-sizing: border-box;
	padding: 20px;
	border:1px solid var(--global-color-primary);
	align-items: center;
	gap: 20px;
	flex-direction: row;
	justify-content: flex-start;
}
.rip-design-item h3{
	margin-bottom: 0;
	font-size: 18px;
}
.rip-design-item p{
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.5;
}
.rip-design-icon{
	flex-shrink: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: url(images/rip-design-icon.png) center top no-repeat;
	background-size: 100% auto;
}
.rip-design-icon.icon-2{ background-position:center 50% }
.rip-design-icon.icon-3{ background-position:center 100% }
#rip-advantage{
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#rip-advantage img{
	width: 100%;
}
#rip-advantage-txt{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#rip-advantage-txt p{
	font-size: 15px;
	line-height: 1.5;
}
.rip-advantage-item{
	text-align: center;
}
.rip-advantage-icon{
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: url(images/rip-advantage-icon.png) center top no-repeat;
	background-size: 100% auto;
}
.rip-advantage-icon.icon-2{ background-position:center 50% }
.rip-advantage-icon.icon-3{ background-position:center 100% }
#block-rip-3 .flex-horizontal-center{
	gap: 20px;
	margin: 20px auto 0 0 ;
}
@media screen and (max-width: 767px){
	#top-inner.top-rip .icon-shield{
		filter: brightness(99);
	}
}
@media screen and (min-width: 768px){
	#top-inner.top-rip *{
		color: black;
	}
	#top-inner.top-rip .top-bg-container img{
		filter: none;
	}
	.rip-design-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#rip-advantage{
		flex-direction: row;
	}
	#rip-advantage img{
		width: 50%;
	}
	#rip-advantage-txt{
		width: 50%;
		padding: 40px;
	}
	#block-rip-3 .button{
		margin-right: 5px;
		margin-left: auto;
	}
}
@media screen and (min-width: 1280px){
	#block-rip-1 .col-row{
		gap: 80px;
	}
	.rip-design-list{
		gap: 30px;
	}
	.rip-design-item{
		padding: 30px;
	}
	.rip-advantage-icon{
		width: 70px;
		height: 70px;
	}
}
/*energy saving*/
#block-energy-saving-1 .flex-horizontal-center{
	width: 100%;
	justify-content: flex-start;
	gap: 20px;
}
#block-energy-saving-1 .flex-horizontal-center num{
	flex-shrink: 0;
	min-width: 115px;
	font-size: 30px;
	font-weight: 800;
	color: var(--global-color-primary);
}
#block-energy-saving-1 .flex-horizontal-center p{
	margin: 0;
}
.energy-saving-feature{
	position: relative;
	border:1px solid var(--global-color-primary);
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	gap: 20px;
	margin: 0 5px 5px 0;
	transition: 0.2s all;
}
.energy-saving-feature:hover{
	background: #fff;
	box-shadow: 5px 5px 5px rgba(40, 149, 211, 0.3);
}
.enery-saving-icon{
	flex-shrink: 0;
	display: block;
	width: 70px;
	height: 70px;
	background:url(images/energy-saving-icons.png) center top no-repeat;
	background-size: 100% auto;
	display: block;
}
.enery-saving-icon.icon-2{ background-position:center 25%; }
.enery-saving-icon.icon-3{ background-position:center 50%; }
.enery-saving-icon.icon-4{ background-position:center 75%; }
.enery-saving-icon.icon-5{ background-position:center 100%; }
#block-energy-saving-2{
	background: url(images/energy-saving-bg-2.jpg) center no-repeat;
	background-size: cover;
}
#energy-saving-banner{
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}
.energy-saving-banner-item{
	text-align: center;
}
.energy-saving-banner-item .enery-saving-icon{
	margin: 0 auto;
}
.energy-saving-banner-item p{
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1024px){
	#block-energy-saving-1{
		background: url(images/energy-saving-bg-1.webp) right top no-repeat;
	}
	#block-energy-saving-1 .flex-horizontal-center num{
		font-size: 52px;
	}
}
@media screen and (min-width: 1280px){
	.energy-saving-feature{
		padding: 30px;
	}
	.enery-saving-icon{
		width: 80px;
		height: 80px;
	}
}

/*fire resistance belts*/
#top-inner.top-fire-resistance .top-bg-img{
	min-height: 780px;
}
.fire-resistance-header-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.fire-resistance-header-item{
	text-align: center;
}
.fire-resistance-header-item h3{
	margin-bottom: 0;
}
.fire-resistance-header-item p{
	margin: 8px 0 0 0;
	line-height: 1.5;
}
.fire-resistance-header-icon{
	display: block;
	width: 60px;
	height: 60px;
	background:url(images/fire-resistance-header-icons.png) center top no-repeat;
	background-size: 100% auto;
	display: block;
	margin: 0 auto;
}
.fire-resistance-header-icon.icon-2{ background-position:center 33.33%; }
.fire-resistance-header-icon.icon-3{ background-position:center 66.67%; }
.fire-resistance-header-icon.icon-4{ background-position:center 100%; }
.fire-resistance-industries{
	padding: 20px 0;
	display: grid;
	gap: 15px;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}
.fire-resistance-industries-item{
	text-align: center;
}
.fire-resistance-industries-item p{
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px!important;
}
.fire-resistance-industries-icon{
	background: #001828;
	border-radius: 50%;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}
.fire-resistance-industries-icon i{
	filter: brightness(99);
	width: 40px;
	height: 40px;
}
#block-fire-resistance-3{
	background: #fff;
}
.fire-resistance-numbers{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 700px;
}
.fire-resistance-numbers-item{
	text-align: center;
}
.fire-resistance-numbers-item num{
	font-size: 35px;
	font-weight: 800;
	color: var(--global-color-primary);
}
.fire-resistance-numbers-item p{
	font-size: 15px;
	line-height: 1.5;
}
.fire-resistance-case{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-sizing: border-box;
	padding: 30px 20px;
	background: url(images/fire-resistance-bg1.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.fire-resistance-case-numbers{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.fire-resistance-case-numbers-item{
	text-align: center;
}
.fire-resistance-case-numbers-item num{
	font-size: 30px;
	font-weight: 800;
	color: var(--global-color-primary);
}
.fire-resistance-case-numbers-item num unit{
	font-size: 50%;
}
.fire-resistance-case-numbers-item p{
	margin-top: 10px;
	line-height: 1.5;
	font-size: 15px;
}
#gallery-swiper{
	overflow: hidden;
}
#gallery-swiper-scrollbar{
	margin-top: 30px;
}
#gallery-swiper-prev,
#gallery-swiper-next{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.gallery-swiper-item{
	position: relative;
	width: 300px;
}
.gallery-swiper-item-img{
	position: relative;
	z-index: 1;
}
.gallery-swiper-item img{
	width: 100%;
	position: relative;
	z-index: 1;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.gallery-swiper-item-img-txt{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgb(0, 0, 0, 0.3) 50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.gallery-swiper-item-txt{
	padding: 15px 0;
}
.gallery-swiper-item-txt p{
	opacity: 0.75;
}
#block-fire-resistance-5{
	background: #fff;
}
.fire-resistance-tag-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: #000;
	border:1px solid #000;
}
.fire-resistance-tag{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	color: #000;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.2s all;
}
.fire-resistance-tag.current{
	color: #fff;
	background: #000;
}
.fire-resistance-tag:not(:last-child){
	border-right: 0;
}
.fire-resistance-path{
	width: 100%;
	border: 1px solid #aaa;
	box-sizing: border-box;
	padding: 20px;
	opacity: 0.5;
	pointer-events: none;
	filter: blur(1px);
	transition: 0.2s all;
}
.fire-resistance-path.highlighted{
	pointer-events: auto;
	opacity: 1;
	filter: none;
	border-color: var(--global-color-primary);
}
.fire-resistance-path.opened{
	border-color: var(--global-color-primary);
}
.fire-resistance-path.closed .hide-by-close{
	display: none;
}
.fire-resistance-path.opened .hide-by-open{
	display: none;
}
.fire-resistance-path-tag{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.fire-resistance-path-tag span{
	padding: 10px 16px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 30px;
}
.fire-resistance-path-column{
	position: relative;
	padding-left: 60px;
	box-sizing: border-box;
}
.fire-resistance-path-column num{
	font-size: 25px;
	color: #fff;
	background: var(--global-color-primary);
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.fire-resistance-path-column h4{
	font-size: 20px;
}
.fire-resistance-path-column img{
	width: 90%;
	display: block;
}
.fire-resistance-path-column p{
	margin-bottom: 0;
}
.fire-resistance-path-column .list-check{
	font-size: 14px;
}
#block-fire-resistance-7{
	background: #fff;
}
@media screen and (min-width: 768px){
	.fire-resistance-header-list{
		max-width: 1200px;
		gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}
	.fire-resistance-header-icon{
		width: 80px;
		height: 80px;
	}
	.fire-resistance-industries{
		grid-template-columns: repeat(5, 1fr);
	}
	#block-fire-resistance-1 .site{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.gallery-swiper-item{
		width: 600px;
	}
	.fire-resistance-tag-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#fire-resistance-7-img{
		grid-row: 1;
	}
}
@media screen and (min-width: 1024px){
	#block-fire-resistance-3 .list-check{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.fire-resistance-case{
		flex-direction: row;
		align-items: center;
		gap: 50px;
		padding:60px  30px;
	}
	.fire-resistance-case-numbers{
		width: 60%;
		grid-template-columns: repeat(4, 1fr);
	}
	.fire-resistance-tag-list{
		grid-template-columns: repeat(6, 1fr);
	}
	.fire-resistance-tag{
		font-size: 15px;
	}
	.fire-resistance-path{
		padding: 30px;
	}
}
@media screen and (min-width: 1280px){
	.fire-resistance-header-list{
		gap: 50px;
	}
	#top-inner.top-fire-resistance .top-bg-img{
		min-height: 700px;
	}
	.fire-resistance-numbers-item num{
		font-size: 45px;
	}
	.fire-resistance-case-numbers-item num{
		font-size: 40px;
	}
	.fire-resistance-case{
		padding:70px  50px;
	}
	.gallery-swiper-item{
		width: 760px;
	}
	.fire-resistance-path-column .list-check{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

/*heat resistant*/
#top-inner.top-heat .top-bg-img{
	min-height: 680px;
}
.heat-header-list{
	width: 100%;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.heat-header-item{
	text-align: center;
}
.heat-header-icon{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(images/heat-icons-1.png) center top no-repeat;
	background-size: 100% auto;
}
.heat-header-icon.icon-2{ background-position:center 25% }
.heat-header-icon.icon-3{ background-position:center 50% }
.heat-header-icon.icon-4{ background-position:center 75% }
.heat-header-icon.icon-5{ background-position:center 100% }
#heat-header-sticker{
	display: none;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 30px;
}
#heat-header-sticker h3{
	font-size: 28px;
}
#heat-header-sticker .list-dot{
	margin: 20px 0;
	filter: brightness(99);
}
#heat-header-sticker num{
	position: relative;
	display: block;
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	width: 100%;
}
#heat-header-sticker num:after{
	position: absolute;
	content: "";
	height: 16px;
	width: 100%;
	left: 0;
	bottom: 4px;
	background: linear-gradient(to right, #ff7700 0%, #ff0000 100%);
	z-index: -1;
}
#block-heat-1{
	background: #cc2626;
}
#block-heat-1 .site{
	margin-top: 50px;
	margin-bottom: 50px;
}
#block-heat-2{
	background: url(images/heat-bg-1.webp) center center;
	background-size: cover;
}
#heat-feature-list{
	display: grid;
	gap: 20px;
}
#block-heat-2 .list-dot li{
	font-size: 18px;
	margin-bottom: 10px;
}
.heat-feature-item{
	margin-top: 6px;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(0,0,0,0.7);
	border:1px solid #e61111;
}
.heat-feature-item:before{
	content: "";
	position: absolute;
	background: #e61111;
	width: 130px;
	height: 7px;
	top: -6px;
	left: -1px;
}
.heat-feature-item-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.heat-feature-icon{
	flex-shrink: 0;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background: url(images/heat-icons-2.png) center top no-repeat;
	background-size: 100% auto;
}
.heat-feature-icon.icon-2{ background-position:center 33.33% }
.heat-feature-icon.icon-3{ background-position:center 66.67% }
.heat-feature-icon.icon-4{ background-position:center 100% }
.heat-feature-item h3{
	font-size: 21px;
}
#block-heat-3{
	background: url(images/heat-bg-2.webp) center center;
	background-size: cover;
}
#block-heat-3 .site{
	overflow: visible;
}
.heat-challenge-list{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.heat-challenge-item{
	box-sizing: border-box;
	padding-left: 20px;
}
.heat-challenge-item h3{
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
}
.heat-challenge-item h3:before{
	position: absolute;
	content: "";
	height: 100%;
	left: -18px;
	width: 6px;
	top: 0;
	background:  #e61111;
}
.heat-layer-item{
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px dashed #e61111;
	font-size: 18px;
	line-height: 1.6;
}
.heat-layer-item img{
	width: 160px;
	max-width: 40%;
	flex-shrink: 0;
}
.heat-layer-item num{
	font-size: 19px;
	font-weight: 800;
	display: block;
}
#block-heat-4{
	background: url(images/heat-bg-3.webp) left center;
	background-size: cover;
}
.heat-solution-item{
	padding: 20px 0;
	border-bottom: 1px dashed #000;
	line-height: 1.6;
}
.heat-solution-tabs{
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, 1fr);
}
.heat-solution-tabs li{
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	background: #eee;
	transition: 0.2s all;
}
.heat-solution-tabs li.current{
	background: #cc2626;
	color: #fff;
}

.heat-solution-tabs li num{
	font-weight: 600;
	font-size: 22px;
}
.heat-solution-tabs li p{
	margin: 0;
	line-height: 1.4;
}
.line-note{
	font-size: 15px;
	display: flex;
	flex-direction: row;
	gap:10px;
	align-items:flex-start;
	line-height:1.4;
}
.line-note i{
	display: inline-block;
	font-size: 18px;
	margin-left: 1px;
}
.heat-solution-content{
	display: none;
	transition: all 0.3s;
}
.heat-solution-content.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
.heat-solution-content-header{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	justify-content:  space-between;
}
.heat-solution-icon{
	flex-shrink: 0;
	display: block;
	width: 80px;
	height: 80px;
	background: url(images/heat-thermometer.png) center top;
	background-size: 100% auto;
}
.heat-solution-icon.icon-2{ background-position:center 25% }
.heat-solution-icon.icon-3{ background-position:center 50% }
.heat-solution-icon.icon-4{ background-position:center 75% }
.heat-solution-icon.icon-5{ background-position:center 100% }
.heat-solution-content-label{
	background: #ffe2e2;
	color: #cc2626;
	border-radius: 20px;
	padding: 4px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0;
}
.heat-solution-content-header p{
	margin: 0;
}
.heat-solution-content-body{
	display: grid;
	gap: 20px;
}
.heat-solution-content-box-1{
	box-sizing: border-box;
	border: 1px solid #cc2626;
	padding: 20px;
}
.heat-solution-content-body .list-dot li:before{
	background: #cc2626;
}
.heat-solution-content-body .list-check li:before{
	color: #cc2626;
}
.heat-solution-content-box-2{
	grid-row: span 2;
}
.heat-solution-content-box-3{
	box-sizing: border-box;
	background: #eeeeee;
	padding: 20px;
}
@media screen and (min-width: 768px){
	.heat-header-list{
		grid-template-columns: repeat(5, 1fr);
	}
	#heater-block-2-right{
		box-sizing: border-box;
		position: relative;
		padding-left: 30px;
		padding-right: 30px;
	}
	#heater-block-2-right h3,
	.heat-layer-item {
		position: relative;
		z-index: 1;
	}
	#heater-block-2-right:after{
		content: "";
		background: rgba(0,0,0,0.5);
		position: absolute;
		z-index: 0;
		left: 0;
		top: -100px;
		width: 100%;
		height: calc(100% + 200px);
	}
	#block-heat-4{
		background-position: center center;
		background-size: cover;
	}
	.heat-solution-tabs li{
		gap: 15px;
	}
	.heat-solution-tabs li.current:after{
		position: absolute;
		content: "";
		background: #cc2626;
		width: 18px;
		height: 18px;
		right: -9px;
		top: calc(50% - 9px);
		z-index: 1;
		transform: rotate(45deg);
	}
	.heat-solution-tabs{
		grid-template-columns: 1fr;
	}
	.heat-solution-content-body{
		grid-template-columns: repeat(2, 1fr);
	}
	.heat-solution-content-box-1.span-2{
		grid-column: span 2;
	}
}
@media screen and (min-width: 1024px){
	.heat-header-icon{
		width: 130px;
		height: 130px;
	}
	#heat-feature-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.heat-feature-icon{
		width: 90px;
		height: 90px;
	}
	.heat-challenge-list{
		grid-template-columns: repeat(3, 1fr);
	}
	#heat-challenge-points{
		flex-wrap: wrap;
		display: flex;
		gap: 15px 40px;
	}
	#heat-challenge-points li{
		display: inline-block;
	}
	.heat-solution-tabs li{
		padding: 36px 20px;
	}
	.heat-solution-icon{
		width: 180px;
		height: 180px;
	}
	.heat-solution-content-box-2 img{
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 1280px){
	.heat-header-list{
		position: absolute;
		bottom: 50px;
		z-index: 1;
	}
	#heat-header-sticker{
		display: block;
		position: absolute;
		z-index: 1;
		right: 0;
		top: calc(50% - 180px);
	}
	#heat-feature-list{
		gap: 30px;
	}
	.heat-feature-item{
		padding: 30px;
	}
	.heat-feature-icon{
		width: 130px;
		height: 130px;
	}
	.heat-feature-item h3{
		width: calc(100% - 150px);
		font-size: 25px;
	}
}
/*impact rip resistant belt*/
.impact-layers{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.impact-layers-img img{
	width: 100%;
}
.impact-layers-img i{
	line-height: 1.5;
}
@media screen and (min-width: 1024px){
	.impact-layers{
		flex-direction: row;
		gap: 30px;
	}
	.impact-layers-img{
		width: calc(59% - 30px);
	}
	.impact-layers-txt{
		width: 40%;
	}
}

/*pipe belts*/
.pipe-portfolio-icon{
	width: 70px;
	height: 70px;
	background: url(images/icons-pipe-1.png) no-repeat center top;
	background-size: 100% auto;
}
.pipe-portfolio-icon.icon-2{ background-position:0 25% }
.pipe-portfolio-icon.icon-3{ background-position:0 50% }
.pipe-portfolio-icon.icon-4{ background-position:0 75% }
.pipe-portfolio-icon.icon-5{ background-position:0 100% }
#block-pipe-3,
#block-pipe-5{
	background: #fff;
}
@media screen and (min-width: 768px){
	#pipe-5-image-2{
		grid-row: 1;
	}
}

/*abrasion resistant*/
.abrasion-application-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.abrasion-application-item{
	background: #fff;
}
.abrasion-application-item img{
	width: 100%;
}
.abrasion-application-txt{
	box-sizing: border-box;
	padding: 20px;
}
.abrasion-application-txt h3{
	font-size: 18px;
}
.abrasion-application-txt p{
	font-size: 15px;
	line-height: 1.5;
}
#block-abrasion-3{
	background: url(images/abasion-bg-1.webp) center center no-repeat #011827;
	background-size: cover;
}
.abrasion-performance-content{
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	border: 1px dotted rgba(255,255,255,0.4);
	background: rgba(0,0,0,0.4);
}
.abrasion-performance-content.current{
	display: block;
	animation: fadeIn 0.6s ease forwards;
}
#abrasion-chart{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.abrasion-chart-item{
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}
.abrasion-chart-item.boton{
	cursor: pointer;
}
.abrasion-chart-title{
	line-height: 1.5;
	font-size: 11px;
	width: 140px;
}
.abrasion-chart-data{
	width: calc(100% - 150px);
}
.abrasion-chart-data span.bar{
	background: #274462;
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 30px;
	margin-right: 5px;
	transition: width 1.5s ease-out;
	/*width: calc(100% - 70px);*/
}
.abrasion-chart-item.boton .abrasion-chart-data span.bar{
	background: var(--global-color-blue);
}
.abrasion-chart-item.current .abrasion-chart-data span.bar{
	filter: brightness(2);
}
.abrasion-chart-item.current{
	color: var(--global-color-blue);
}
.abrasion-chart-data span.num{
	font-size: 11.5px;
	transition: 0.5s opacity;
	transition-delay: 1s;
	opacity: 0;
}
#block-abrasion-3.stay .abrasion-chart-data span.num{
	opacity: 1;
}
@media screen and (min-width: 768px){
	.abrasion-application-list{
		grid-template-columns: repeat(4, 1fr);
	}
	#abasion-6-img{
		grid-row: 1;
	}
	.abrasion-chart-data span.bar{
		height: 46px;
	}
	.abrasion-chart-title{
		font-size: 14px;
	}
}
@media screen and (min-width: 1024px){
	#block-abrasion-3 .col-row{
		align-items: flex-end;
	}
}
@media screen and (min-width: 1280px){
	.abrasion-application-list{
		gap: 30px;
	}
	.abrasion-application-txt{
		
	}
	.abrasion-chart-title{
		width: 180px;
	}
	.abrasion-chart-data{
		width: calc(100% - 190px);
	}
}

/*intelligent product page*/
#intelligent-application-gallery-controls{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}
#intelligent-application-gallery-nav{
	position: relative;
	width: 100px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 45px;
}
#intelligent-application-gallery-tabs{
	display: flex;
	gap: 0;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	width: 100%;
}
#intelligent-application-gallery-tabs li{
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	box-sizing: border-box;
	padding: 10px 12px;
	line-height: 1.3;
	border-bottom: 2px solid transparent;
	transition: 0.2s all;
}
#intelligent-application-gallery-tabs li.current{
	border-color: var(--global-color-primary);
	color: var(--global-color-primary);
}
.application-gallery-item{
	width: 100%;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.application-gallery-item-img img{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}
.application-gallery-thumb-item,
.intelligent-gallery-thumb-item{
	width: 100px;
	height: 60px;
	padding: 3px;
	border:2px solid transparent;
	transition: 0.2s all;
}
.application-gallery-thumb-item.swiper-slide-active,
.intelligent-gallery-thumb-item.swiper-slide-active{
	border-color: #000;
}
.application-gallery-thumb-item img,
.intelligent-gallery-thumb-item img{
	object-fit: fill;
	width: 100%;
	height: 100%;
	display: block;
}
#intelligent-gallery-controls{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}
#intelligent-gallery-nav{
	position: relative;
	width: 100px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 45px;
}
.intelligent-gallery-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.intelligent-gallery-item-img img,
.intelligent-gallery-item-img video{
	object-fit: fill;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}
.interactive-image-container{
	position:relative;
	width:100%;
}
.interactive-image-main{
	position: relative;
	z-index: 0;
	width:100%;
	height:auto;
}
.interactive-image-container .markers-container{
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.interactive-image-container .markers-container .marker-dot{
	cursor: pointer;
	position:absolute;
	width:40px;
	height:40px;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	background: #fff;
	content:"+";
	line-height: 40px;
	border-radius: 50%;
	color: #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transition: 0.2s all;
}
.interactive-image-container .markers-container .marker-dot:after{
	content: "";
	background: url(images/icon-add.png) center center no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	z-index: 1;
	left: calc(50% - 8.5px);
	top: calc(50% - 8.5px);
	transition: 0.2s all;
}
.interactive-image-container .markers-container .marker-dot:hover{
	background: var(--global-color-blue);
}
.interactive-image-container .markers-container .marker-dot:hover:after{
	filter: brightness(99);
}
.interactive-image-container .markers-container .marker-dot .marker-title{
	position: absolute;
	height: 40px;
	box-sizing: border-box;
	width: fit-content;
	color: #000;
	font-size: 16px;
	background: #fff;
	left: 48px;
	top: 0;
	padding: 2px 10px;
	white-space: nowrap;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.interactive-image-container .markers-container .marker-dot .marker-desc{
	display: none;
}
#interactive-image-toast{
	position: absolute;
	z-index: 0;
	background: #fff;
	width: 400px;
	left: calc(50% - 200px);
	min-height: 100px;
	top: calc(50% - 50px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transition: 0.3s all;
	opacity: 0;
	pointer-events: none;
}
#interactive-image-toast.stay{
	pointer-events: auto;
	opacity: 1;
	z-index: 3;
}

#interactive-image-toast-header{
	box-sizing: border-box;
	font-size: 16px;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
#interactive-image-toast-body{
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	padding: 15px 20px;
}
#block-intelligent-product-2-outter{
	position: relative;
}
#block-intelligent-product-2.dawn{
	filter: brightness(0.6);
	transition: 0.3s all;
}
@media screen and (min-width: 768px){
	#intelligent-application-gallery-tabs{
		width: calc(100% - 120px);
	}
	#intelligent-application-gallery-tabs li{
		font-size: 18px;
		padding: 14px 20px;
	}
	.application-gallery-item{
		flex-direction: row;
		align-items: center;
		gap: 40px;
	}
	.application-gallery-item-img{
		width: calc(60% - 20px);
	}
	.application-gallery-item-txt{
		width: calc(40% - 20px);
	}
	.application-gallery-thumb-item,
	.intelligent-gallery-thumb-item{
		width: 200px;
		height: 120px;
	}
	#interactive-image-toast{
		width: 600px;
		left: calc(50% - 300px);
	}
	#interactive-image-toast-header{
		font-size: 18px;
	}
}

@media screen and (min-width: 1280px){
	.application-gallery-thumb-item,
	.intelligent-gallery-thumb-item{
		width: 250px;
		height: 150px;
	}
}

/*video single page*/
video#video-main-post{
	width: 100%;;
	display: block;
	object-fit: cover;
	max-width: 1600px;
	margin: 0 auto;
	display: none;
	transition: 0.2s all;
}
video#video-main-post:focus{
	outline: none;
}
video#video-main-post.stay{
	display: block;
	animation: VideofadeIn 0.6s ease forwards;
}
.video-insight-item{
	width: 280px;
	position: relative;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 300px;
	box-sizing: border-box;
	padding: 20px;
}
@keyframes VideofadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.video-insight-item h3{
	font-size: 18px;
}
.video-insight-item p{
	font-size: 15px;
	line-height: 1.5;
}
.icon-video-insight{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(images/icon-video-insight.png) center no-repeat;
	background-size: 100% auto;
}
#video-insight-swiper-scrollbar {
    margin-top: 30px;
}
#video-insight-swiper-prev,
#video-insight-swiper-next{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.post-grid-videofeatured .post-grid-item{
	border: 1px solid #ddd;
}
.video-speaker-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.video-speaker-item{
	border: 1px solid var(--global-color-primary);
	background: white;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
}
.video-speaker-item h3{
	font-size: 18px;
}
.video-speaker-item p{
	margin-top: 6px;
	font-size: 15px;
	line-height: 1.5;
}
.video-speaker-img{
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 15px auto;
}
.video-shares{
	display: flex;
	gap: 12px;
	flex-direction: row;
	justify-content: flex-start;
}
@media screen and (min-width: 768px){
	.video-speaker-list{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width: 1024px){
	.video-insight-item{
		width: 320px;
		padding: 30px;
	}
	.post-grid-videofeatured{
		grid-template-columns: repeat(6, 1fr);
	}
	.post-grid-videofeatured .post-grid-item:nth-child(1),
	.post-grid-videofeatured .post-grid-item:nth-child(2){
		grid-column: span 3;
	}
	.post-grid-videofeatured .post-grid-item:nth-child(3),
	.post-grid-videofeatured .post-grid-item:nth-child(4),
	.post-grid-videofeatured .post-grid-item:nth-child(5){
		grid-column: span 2;
	}
	.video-speaker-img{
		width: 180px;
		height: 180px;
	}
}


/*页面遮盖层*/
.coverThePage{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	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);
}
#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);
	background-size: 100% auto;
}
#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-image:url(images/icon-question.png);
}
#toast.note i{
	background-image:url(images/icon-note.png);
}
#toast.success i{
	background-image:url(images/icon-success.png);
}
#toast.smile i{
	background-image:url(images/icon-smile.svg);
}
.closeLayer{
	cursor: pointer;
	position: absolute;
	right:10px;
	top:10px;
	width: 20px;
	height: 20px;
	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;
}

/*gutenberg block content styles adjust*/
.is-layout-flex {
	display: flex;
}
.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}