/*
Theme Name: InRight Tech
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: inright
*/

/* =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);
@import url(fonts/flaticon.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:#ccc;
	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;
}
small {
	font-size: smaller;
}
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"],
input[type="checkbox"],
input[type="radio"],
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"] {
	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 {
	/*content: '\2714';*/
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 3px;
	color: #fff;
	line-height: 20px;
	z-index: 2;
}
input[type="radio"]:checked:before {
	/*content: '';*/
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	left: 6px;
	top: 4px;
}
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* 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-red);
	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 20px;
	width: 156px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 1.1;
	font-weight: 300;
	background-color: var(--global-color-red);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	border:1px solid #000;
	color:#fff;
	background:#000;
}
.button1:hover{
	color:#fff;
	border:1px solid #222;
	background:#222;
}
.button2 {
	border:1px solid #000;
	color:#000;
	background:#fff;
}
.button2:hover {
	color:#fff;
	border:1px solid #222;
	background:#222;
}
.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}

/* 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 */
}

/*global varities*/
body{
	--global-color-red: #e61215;
	--global-color-red-darker: #ac1012;
	--global-color-blue: #5b9bd5;
	--global-color-orange: #ffa836;
}
/*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-raw{
	margin:0 -14px 0 -14px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -4px;
	margin-right: -4px;
}
.col-raw.col-medium{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-wide{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 14px;
}
.col-narrow .col-n{
	padding-left: 4px;
	padding-right: 4px;
}
.col-medium .col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-wide .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none!important;
	}
	.col-raw{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium .col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
	.col-raw.col-wide{
		margin-left: -24px;
		margin-right: -24px;
	}
	.col-wide .col-n{
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-flex-mb{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-n-tb{
		float: left;
	}
	.col-1-tb{
		width:8.33%;
	}
	.col-2-tb{
		width:16.66%;
	}
	.col-3-tb{
		width:25%;
	}
	.col-4-tb{
		width:33.33%;
	}
	.col-5-tb{
		width:41.66%;
	}
	.col-6-tb{
		width:50%;
	}
	.col-7-tb{
		width:58.33%;
	}
	.col-8-tb{
		width:66.66%;
	}
	.col-9-tb{
		width:75%;
	}
	.col-10-tb{
		width:83.33%;
	}
	.col-11-tb{
		width:91.66%;
	}
	.col-12-tb{
		width:100%;
	}
}
@media screen and (min-width: 1280px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-6{
		width:50%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
}
@media screen and (min-width: 768px){/*all except mobile*/
	.col-raw{
		margin:0 -28px 0 -28px;
	}
	.col-raw.col-narrow{
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-raw.col-medium{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-raw.col-wide{
		margin-left: -32px;
		margin-right: -32px;
	}
	.col-n{
		box-sizing: border-box;
		padding-left: 28px;
		padding-right: 28px;
	}
	.col-narrow .col-n{
		padding-left: 8px;
		padding-right: 8px;
	}
	.col-medium .col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-wide .col-n{
		padding-left: 32px;
		padding-right: 32px;
	}

	.hide-pc{
		display: none!important;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}

/*responsive table*/
.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{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.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-red);
	color: var(--global-color-red);
}
.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-red);
}
@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-weight: 400;
	text-rendering: optimizeLegibility;
	color: #555;
	background-color:#fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: var(--global-color-red);
	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 28px;
	padding: 0 2rem;
	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;
}


/* 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-red);
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;
}
.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	/*background: transparent;*/
	color:var(--global-color-red);
}

/* 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: 40px 0;
	position: relative;
	background-color: #161616;
	color: #fff;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #fff;
}
footer[role="contentinfo"] a:hover {
	color: #ddd;
	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: #fff;
	opacity: 0.4;
}
footer[role="contentinfo"] .col-n{
	padding-top: 14px;
	padding-top: 1rem;
	padding-bottom: 14px;
	padding-bottom: 1rem;
}
.footer-bottom a{
	display: inline-block;
}
.footer-bottom .saparator{
	display: inline-block;
	margin: 0 10px;
}
.footer-bottom .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: 132px;
	height: 41px;
}
/* =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.846153846;
	color:#000;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.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:188px;
	height:68px;
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 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-red);
	text-decoration: none;
	font-weight: normal;
}
.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-red)!important;
	--gf-color-primary-darker: var(--global-color-red-darker)!important;
	--gform-theme-color-primary: var(--global-color-red)!important;
	--gform-theme-color-primary-darker: var(--global-color-red-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;
}
.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;
	font-size: 16px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
}

/* =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%;
	}
}

/* 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{
		max-width: 880px;
	}
	.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;
	}
	.footer-left {
		text-align: left;
	}
	.footer-right {
		text-align: right;
	}
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	hgroup.site{
		max-width: 1920px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
		background-color: transparent;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}
	.site-logo{
		margin: 10px 0;
		width:188px;
		height:58px;
		background: url(images/logo-b.webp) center;
		background-size: 100% auto;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
		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 18px;
		line-height: 3.8;
	}
	.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-red);
	}
	.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-red);
		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: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-red);
		width:calc(100% - 56px);
		left:28px;
		top: 65px;
	}
	/* 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;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		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-red);
	}
	.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: 150px;
		height: 43px;
	}
	.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: 6px 20px;
		margin-left: 20px;
		background: var(--global-color-red);
		height: 20px;
		line-height: 20px!important;
		font-weight: 500;
		text-transform: uppercase;
		border-radius: 3px;
	}
	.main-navigation .button-menu a:hover{
		background: var(--global-color-red-darker);
	}
	.main-navigation .button-menu:after{
		display: none;
	}
}
@media screen and (min-width:1280px){
	.main-navigation li a {
		padding: 0 28px;
		padding: 0 2rem;
	}
}
@media screen and (min-width:1920px){
	.main-navigation li a {
		padding: 0 42px;
		padding: 0 3rem;
	}
	.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{
		width:calc(100% - 84px);
		left:42px;
	}
}

/*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-b.webp) no-repeat center 10px #fff;
	background-size: 130px 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.3);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r {
	float: right;
	background-position: 5px center
}
#topFloatBar #mobileMenu {
	margin-top: 46px;
	display: block;
	top: 46px;
	left: 0;
	width: 100%;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
	/*opacity:0;*/
	height: 0;
	overflow: hidden;
	-webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
	-moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
	transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
	height: auto;
	width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
	top: 56px;
	/*opacity:1;*/
	height: 318px;
	/*many need to chage to fit the mobile menu height*/
	overflow: visible;
}
#topFloatBar #mobileMenu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 16px;
	font-size: 1.142857rem;
}
#topFloatBar #mobileMenu ul li.current_page_item>a,
#topFloatBar #mobileMenu ul li.current-menu-item>a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
	color:var(--global-color-red);
	background-color: rgba(255,255,255,0.3);
	border-top: 1px solid rgba(255,255,255,0.3);
}
#topFloatBar #mobileMenu li a {
	padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
	padding-left: 58px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	padding-left: 40px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#topFloatBar #mobileMenu ul li a {
	/*background: #222a35;*/
	box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
	padding-right: 0;
	width: 90%;
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	display: inline-block;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
	background-image: url(images/icons_menu_2.png);
	background-position: center 0!important;
	width: 56px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
	background-position: center 100%!important;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
	/*height: 36px;*/
	height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	overflow: hidden;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.site-blocks-1920{
	max-width: 1920px;
}
.site-dark{
	color: #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 h3 {
	line-height: 1.4;
	font-size: 21px;
	font-weight: 600;
}
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;
		padding: 0 2rem;
	}
	.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: 24px;
	}
}
@media screen and (min-width: 1600px){
	.site-blocks .site{
		margin:100px auto;
	}
}

/*homepage*/
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
	background: #000;
}
#home-headimage:before{
	content: "";
	height: 120px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0,0) 100%);
	z-index: 2;
}
#home-headimage .swiper-slide img {
	width:100%;
	height: 500px;
}
.top-swiper-anchor{
	display: none;
	box-sizing: border-box;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 28px;
	padding-bottom: 2rem;
}
.top-swiper-anchor-list{
	margin:0 auto;
	width: 98%;
	max-width: 1440px;
	white-space: nowrap;
}
.top-swiper-anchor-list li{
	text-transform: uppercase;
	display: inline-block;
	padding:  21px ;
	line-height: 1.5;
	font-weight: 500;
}
.top-swiper-anchor-list li a{
	/*opacity: 0.5;*/
}
.top-swiper-anchor-list li a:hover{
	opacity:1;
	color: #fff;
}
.top-bg-container{
	position: relative;
	z-index: 1;
	font-size: 0;
}
.top-bg-container img{
	object-fit: cover;
	width: 100%;
	min-height: 260px;
}
.top-txt-container{
	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:hover{
	color: var(--global-color-red);
}
.top-txt-container #breadcrumbs{
	margin-bottom: 20px;
}
#breadcrumbs i.fa{
	padding: 0 6px;
}
.top-txt-container .site{
	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: 20px;
}
.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;
}
.anchor-link{
	position: relative;
	color: #fff;
}
.anchor-link:hover{
	text-decoration: none;
}
.anchor-link:after{
	position: absolute;
	content:"";
	background:#fff;
	width: 100%;
	height: 2px;
	left: 0;
	top: 25px;
	z-index: 0;
}
.anchor-link .timebar{
	position: absolute;
	content:"";
	background:var(--global-color-red);
	width: 0%;
	height: 2px;
	left: 0;
	top: 25px;
	z-index: 1;
	-webkit-transition:width 0.1s;
	transition:width 0.1s;
}
.anchor-link.current .timebar{
	-webkit-animation: 6s sliderTimebar 1 linear;
	animation: 6s sliderTimebar 1 linear;
}
	@-webkit-keyframes sliderTimebar {
		0%{ width:0; }
		100% { width:100%; }
	}
	@keyframes sliderTimebar {
		0%{ width:0; }
		100% { width:100%; }
	}
a.more {
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more:after{
	content:"";
	background: url(images/arraw-more-white.svg) no-repeat;
	background-size: 100% auto;
	width: 27px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	transition: all 0.2s;
}
a.more:hover{
	text-decoration: none;
}
a.more:hover:after {
	transform: translate(5px,0);
}
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-block-chart{
	background: url(images/home-bg-3.webp) center top no-repeat #000;
	background-size: cover;
}
#home-chart{
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
}
#home-chart-track{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
#home-chart-element{
	position: absolute;
	z-index: 2;
	width: 33.1%;
	height: auto;
	top: 0;
	left: calc(50% - 16.55%);
}
#home-chart-track-front{
	background: url(images/home-chart-track-front.webp) center bottom no-repeat ;
	background-size: 100% auto;
	height: 30%;
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 0;
}
.home-chart-element{
	position: absolute;
	z-index: 4;
	width: 10.58%;
}
.home-chart-element-txt{
	line-height: 1.5;
	position: absolute;
	width: 160px;
	bottom: -10px;
	left: calc(50% - 80px);
	text-align: center;
}
.home-chart-element img{
	width: 100%;
	height: auto;
}
#home-chart-element-1{ left:25%; top: 3% }
#home-chart-element-2{ right:19%; top: 16% }
#home-chart-element-3{ left:17%; bottom: 20% }
#home-chart-element-4{ right:26%; bottom: 6% }
.home-chart-element-inner{
	animation: 2s chartElementFloationg infinite linear;
	animation-direction:alternate-reverse;
}
#home-chart-element-2 .home-chart-element-inner{ animation-delay:0.5s }
#home-chart-element-3 .home-chart-element-inner{ animation-delay:1s }
#home-chart-element-4 .home-chart-element-inner{ animation-delay:1.5s }
@keyframes chartElementFloationg{
	from { transform:translate(0,0); }
	to { transform:translate(0,10px); }
}
#home-who{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
#home-who-img img{
	width: 100%;
}
#home-who-data{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.home-who-data-item{
	text-align: center;
}
.home-who-data-item num{
	display: block;
	font-weight: 800;
	font-size: 30px;
	color: var(--global-color-red);
}
.home-who-data-item num unit{
	font-size: 16px;
	display: inline-block;
	vertical-align: baseline;
}
.home-who-data-item p{
	font-size: 14px;
	line-height: 1.5;
}
.title-with-line{
	text-align: center;
	width: fit-content;
	position: relative;
	z-index: 1;
	padding: 0 30px;
}
.title-with-line.txt-center{
	margin:0 auto;
}
.title-with-line:before,
.title-with-line:after{
	content: "";
	position: absolute;
	width: 2000px;
	height: 31px;
	background: url(images/title-line-l.webp) no-repeat;
	background-size: auto 100%;
	top: calc(50% - 15px);
}
.title-with-line:before{
	left:-2000px;
}
.title-with-line:after{
	right: -2000px;
	background-image: url(images/title-line-r.webp);
}
.title-with-line.white{
	filter: brightness(99);
}
.title-with-line.black{
	filter: brightness(0);
}
.title-with-line.black:before,
.title-with-line.black:after{
	opacity: 0.2;
}
.title-with-line.white:before,
.title-with-line.white:after{
	opacity: 0.5;
}
#home-block-offering{
	background: url(images/home-bg-2.webp) center top no-repeat #000;
	background-size: cover;
}
#home-block-offering .site{
	max-width: 1556px;
}
img#home-offering-bg{
	width: 100%;
	height: 100%;
}
img.home-application-bg{
	width: 100%;
	height: 100%;
	min-height: 666px;
	object-fit: cover;
}
#mySwiperApplication1 .swiper-slide{
	position: relative;
}
#mySwiperApplication1 .swiper-slide:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#home-block-application{
	background: #000;
	position: relative;
}
#home-block-application .site{
	position: relative;
	z-index: 2;
}
#application-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
	left: 0;
	top: 0;
	z-index: 0;
}
#application-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#application-icon-list{
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 10px;
}
.application-icon-item{
	cursor: pointer;
	text-align: center;
}
.application-icon-item p{
	line-height: 1.4;
	font-size: 13px;
	margin-top: 12px;
}
.application-icon-item .icon-out{
	position: relative;
	width: 60px;
	height: 60px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 auto 6px auto;
	transition: 0.2s all;
}
.application-icon-item i{
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background: url(images/icons-application.webp) no-repeat;
	background-size: 100% auto;
}
.application-icon-item i.icon-2{ background-position: 0 16.66% }
.application-icon-item i.icon-3{ background-position: 0 33.33% }
.application-icon-item i.icon-4{ background-position: 0 50% }
.application-icon-item i.icon-5{ background-position: 0 66.66% }
.application-icon-item i.icon-6{ background-position: 0 83.33% }
.application-icon-item i.icon-7{ background-position: 0 100% }
.application-icon-item.current .icon-out{
	background-color: rgba(230,21,25,0.8);
}
.application-icon-item .icon-out:after{
	content: "";
	position: absolute;
	z-index: -1;
	left: -9px;
	top: -9px;
	width: 78px;
	height: 78px;
	background: url(images/application-icon-out.webp) no-repeat center center;
	background-size: 100% auto;
	transition: 0.3s all;
	transform: scale(0);
}
.application-icon-item.current .icon-out:after{
	transform: scale(1);
}
#home-block-news{
	background: #f3f2f2;
}
.post-grid{
	display: grid;
	gap: 20px;
}
.post-grid-item{
	position: relative;
	display: block;
	overflow: hidden;
	height: 340px;
	background: linear-gradient(to bottom, rgba(234,0,19,1), rgba(0,0,0,0.5));
	background-image: -moz-linear-gradient(top, rgba(234,0,19,1), rgba(0,0,0,0.5));
	background-image: linear-gradient(top, rgba(234,0,19,1), rgba(0,0,0,0.5));
	transition: 0.4s all;
	opacity: 1;
	transform: translate(0,0);
}
a.post-grid-item-url{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.post-grid-item *{
	transition: 0.3s all;
}
.post-grid-item img{
	width: 100%;
	height: auto;
	transform-origin: center top;
}
.post-grid-item:hover img{
	transform: scale(1.65);
}
.post-grid-item-overlay-1{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all .5s;
	background: linear-gradient(to bottom, rgba(234,0,19,1), rgba(0,0,0,0.5));
	background-image: -moz-linear-gradient(top, rgba(234,0,19,1), rgba(0,0,0,0.5));
	background-image: linear-gradient(top, rgba(234,0,19,1), rgba(0,0,0,0.5));
	opacity: 0;
}
.post-grid-item:hover .post-grid-item-overlay-1{
	opacity: 0.7;
}
.post-grid-item-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 3;
	background: transparent;
	box-sizing: border-box;
	padding: 0 30px 20px 30px;
	color: #000;
}
.post-grid-item-txt:after{
	content: "";
	background-color: #fff;
	position: absolute;
	width: 120%;
	height: 400px;
	top: -10px;
	left: -10%;
	transform: rotate(5deg);
	z-index: 0;
	transition: 0.5s all;
}
.post-grid-item:hover .post-grid-item-txt:after{
	opacity: 0;
}
.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.3;
}
.post-grid-item-txt p{
	color: #999;
	margin-bottom: 0;
	line-height: 1.55;
	height: 47px;
	overflow: hidden;
}
.post-grid-item-txt .button{
	opacity: 0;
	height: 1px;
	box-sizing: border-box;
	padding-bottom: 0;
	padding-top: 0;
}
.post-grid-item .icon-line{
	height: 0;
	margin: 0;
}
.post-grid-item:hover .post-grid-item-txt h3{
	color: #fff;
}
.post-grid-item:hover .post-grid-item-txt p{
	color: #fff;
	margin-bottom: 20px;
	height: 69px;
}
.post-grid-item:hover .post-grid-item-txt .button{
	opacity: 1;
	height: 30px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.post-grid-item:hover .icon-line{
	height: 5px;
	margin: 10px 0;
}
i.icon-dots{
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	width: 25px;
	height: 6px;
	display: block;
	background: url(images/icon-dots.png) center center no-repeat;
}
i.icon-dots.icon-dots-w{
	background-image: url(images/icon-dots-w.png);
}
.post-grid-item:hover i.icon-dots{
	opacity: 0;
}
#block-contact{
	background: #f3f2f2;
}
.contact-item{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 15px;
}
.contact-item i{
	width: 26px;
	height: 26px;
	font-size: 18px;
	margin-top: 6px;
}
.contact-item p{
	margin: 0;
	width: calc(100% - 30px);
}
@media screen and (max-width: 600px){
	#home-chart{
		height: 380px;
	}
	.home-chart-element{
		width: 110px;
	}
	.home-chart-element-inner{
		animation: none;
	}
	.home-chart-element-txt{
		bottom: -20px;
	}
	#home-chart-element-1{
		bottom: 160px; top: auto; left: calc(25% - 55px);
	}
	#home-chart-element-2{
		bottom: 160px; top: auto; left: calc(75% - 55px);
	}
	#home-chart-element-3{
		bottom: 20px; top: auto; left: calc(25% - 55px);
	}
	#home-chart-element-4{
		bottom: 20px; top: auto; left: calc(75% - 55px);
	}
	#home-who-data{
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	#home-chart-track-front{
		display: none;
	}
	.home-who-data-item{
		display: flex;
		flex-direction: row;
		gap: 30px;
		align-items: center;
		text-align: left;
	}
	.home-who-data-item num{
		font-size: 32px;
		width: 100px;
		font-size: ;
	}
	.home-who-data-item p{
		margin: 0;
		width: calc(100% - 120px);
	}
}

@media screen and (min-width: 600px){
	#application-icon-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.post-grid{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1024px){
	.top-swiper-anchor{
		display: block;
	}
	.top-swiper-anchor-list{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.top-swiper-anchor-list li{
		width:20%;
		box-sizing: border-box;
	}
	.top-txt-container .slide-title{
		font-size: 50px;
	}
	.top-txt-container .slide-title-sub{
		font-size: 20px;
	}
	#home-headimage .swiper-slide img {
		height: auto;
	}
	#home-who{
		flex-direction: row;
		justify-content: space-between;
		gap: 50px;
		align-items: center;
	}
	#home-who-txt,
	#home-who-img{
		width: calc(50% - 60px);
	}
	.home-who-data-item num{
		font-size: 50px;
	}
	.home-who-data-item num unit{
		font-size: 20px;
	}
	.home-who-data-item p{
		font-size: 16px;
	}
	#application-icon-list{
		grid-template-columns: repeat(7, 1fr);
		gap: 40px;
	}
	.post-grid{
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
	.application-icon-item p{
		margin-top: 20px;
	}
}
@media screen and (min-width: 1280px){
	#home-who{
		gap: 120px;
	}
	#home-who-img{
		width: 500px;
	}
	.post-grid-item{
		height: 390px;
	}
	.post-grid-item-txt h3{
		font-size: 21px;
		font-size: 1.5rem;
	}
	.post-grid-item:hover img{
		transform: scale(1.8);
	}

	#application-txt p{
		width: 50%;
	}
	.application-icon-item:not(:first-of-type) .icon-out:before{
		content: "";
		width: 120px;
		height: 1px;
		left: -130px;
		top: 30px;
		position: absolute;
		opacity: 0.5;
		background: repeating-linear-gradient(to right, #fff 0px, #fff 2px,
			transparent 2px, transparent 5px  /* 点与点之间的间距 */);
		background-size: 16px 1px;
		background-repeat: repeat-x;
		background-position: top;
		mask-image: linear-gradient(to right, transparent, black, black, black, transparent);
	}
	#application-icon-list:before{
		content: "";
		width: 300px;
		height: 1px;
		left: -260px;
		top: 30px;
		position: absolute;
		opacity: 0.5;
		background: repeating-linear-gradient(to right, #fff 0px, #fff 2px,
			transparent 2px, transparent 5px  /* 点与点之间的间距 */);
		background-size: 16px 1px;
		background-repeat: repeat-x;
		background-position: top;
		mask-image: linear-gradient(to right, black, black,black, transparent);
	}
	#application-icon-list:after{
		content: "";
		width: 300px;
		height: 1px;
		right: -260px;
		top: 30px;
		position: absolute;
		opacity: 0.5;
		background: repeating-linear-gradient(to right, #fff 0px, #fff 2px,
			transparent 2px, transparent 5px  /* 点与点之间的间距 */);
		background-size: 16px 1px;
		background-repeat: repeat-x;
		background-position: top;
		mask-image: linear-gradient(to right, transparent, black, black, black);
	}
}

/*inner pages*/
#top-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000;
	color: #fff;
}
#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{
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}

@media screen and (min-width:768px){
	#top-inner .entry-title{
		font-size: 40px;
	}
	#top-inner .entry-title-sub{
		font-size: 21px;
	}
}
@media screen and (min-width:1200px){
	#home-headimage {
		margin-top: 0;
	}
	#top-inner .entry-title-sub{
		max-width: 60%;
	}
}
/* about page */
.about-intro-flex{
	margin: 0 0 40px 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#block-about-2{
	background: #f3f2f2;
	padding: 0;
}
#block-about-4{
	background: #f3f2f2;
}
#about-environment{
	position: relative;
	background: url(images/about-environment.webp) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 670px;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
}
.about-environment-item{
	position: relative;
	z-index: 2;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.about-environment-item p{
	line-height: 1.5;
}
.about-environment-icon{
	width: 70px;
	height: 70px;
	display: block;
	background: url(images/about-environment-icon.webp) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	transition: 0.3s all;
	transform: scale(0.8);
}
.about-environment-icon.icon-2{ background-position:0 25% }
.about-environment-icon.icon-3{ background-position:0 50% }
.about-environment-icon.icon-4{ background-position:0 75% }
.about-environment-icon.icon-5{ background-position:0 100% }
.about-environment-item:hover .about-environment-icon{
	transform: scale(1);
}
#about-team-list{
	display: grid;
	gap: 30px;
}
.about-team-item{
	overflow: hidden;
	background: #fff;
}
.about-team-item-photo{
	min-height: 100px;
	font-size: 0;
}
.about-team-item-photo img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.about-team-item-footer{
	width: 100%;
	grid-column: span 2;
	background: url(images/about-team-bg.png) center left;
	background-size: auto;
	height: 82px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-team-item-footer h3{
	font-size: 18px;
}
.about-team-item-footer p{
	margin-top: 0;
}
.about-team-item-desc{
	box-sizing: border-box;
	padding: 10px 16px;
	font-size: 14px;
	color: #000;
}
.about-team-item-desc li,
.about-team-item-desc p{
	font-size: 14px;
}
.about-team-item-desc ul{
	list-style: disc;
	margin-left: 18px;
}
#chronicle-swiper{
	position: relative;
}
.swiper-button-prev,
.swiper-button-next{
	top: calc(50% + 0);
	background-color: rgba(0,0,0,1);
	border:2px solid #f8f8fa;
	border:0;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size: 16px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
	opacity: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: rgba(0,0,0,1);
}
#chronicle-swiper-line{
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
	width: 100%;
	height: 2px;
	background-color: #000;
	z-index: 0;
}
#chronicle-swiper .swiper-slide{
	width: 260px;
}
#chronicle-swiper .swiper-slide:last-child{
	width: 360px;
}
.chronicle-item{
	width: 360px;
	position: relative;
	height: 550px;
	box-sizing: border-box;
	padding-left: 9px;
	transition: 0.2s all;
}
.chronicle-item p.txt-red{
	margin-bottom: 10px;
}
.chronicle-txt{
	min-height: 200px;
	position: absolute;
	height: auto;
	border-left: 1px solid #000;
	box-sizing: border-box;
	padding-left:30px;
	padding-bottom: 40px;
	bottom:calc(50% - 0px);
	transition: 0.2s all;
}
.swiper-slide:nth-child(even) .chronicle-txt{
	bottom: auto;
	padding-bottom: 0;
	padding-top: 40px;
	top:calc(50% - 0px);
}
.swiper-slide:last-child .chronicle-txt{
	width: 100%;
}
.chronicle-txt h3{
	color: #000;
	font-size: 21px;
}
.chronicle-dot {
	position: absolute;
	left: 0;
	top:calc(50% - 9px);
	width: 9px;
	height: 9px;
	border: 5px solid var(--global-color-red);
	border-radius: 50%;
	background-color: #fff;
	transition: 0.2s all;
	transform-origin: center center;
}
#chronicle-scrollbar{
	background-color: #fff;
}
#chronicle-scrollbar .swiper-scrollbar-drag{
	background: rgba(0,0,0,.05);
}
@media screen and (min-width: 600px){
	.about-intro-flex{
		flex-direction: row;
		align-items: center;
		gap: 50px;
	}
	.about-intro-flex img{
		width: min(370px , 40%);
	}
	#about-environment{
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media screen and (min-width: 768px){
	#about-team-list{
		grid-template-columns: repeat(2, 1fr);
	}
	#chronicle-swiper .swiper-slide{
		width: 320px;
	}
	#chronicle-swiper .swiper-slide:last-child{
		width: 460px;
	}
	.chronicle-txt{
		width: 130%;
	}
	.chronicle-dot {
		background-color: var(--global-color-red);
		border: 5px solid #fff;
	}
	.chronicle-txt:hover + .chronicle-dot {
		border-color: var(--global-color-red);
		background-color: #fff;
		transition-delay: 0s;
	}
	/*.swiper-slide:nth-child(odd) .chronicle-txt:hover{
		transform: translate(0,10px);
		transition-delay: 0s;
	}
	.swiper-slide:nth-child(even) .chronicle-txt:hover{
		transform: translate(0,10px);
		transition-delay: 0s;
	}*/
	.chronicle-txt:hover h3,
	.chronicle-txt:hover p{
		transition: 0.3s all;
	}
	.chronicle-txt:hover h3,
	.chronicle-txt:hover p{
		transform: translate(0,5px);
	}
	.chronicle-txt:hover h3{
		color:var(--global-color-red);
	}
}
@media screen and (min-width: 1024px){

	#about-environment{
		grid-template-columns: repeat(5, 1fr);
	}
	#about-environment-mask{
		position: absolute;
		z-index: 1;
		width: 20%;
		height: 100%;
		left: 0;
		top: 0;
		background: linear-gradient(to bottom,  rgba(230,17,21,0.7) 20%, rgba(230,17,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		opacity: 0.5;
		transition: 0.4s all;
	}
	.about-team-item{
		display: grid;
		grid-template-columns: 3fr 5fr;
	}
	.about-team-item-footer{
		grid-row: 2;
	}
}
/*application page*/
#block-application-1{
	background: #3b3b3b url(images/bg-gray.webp) no-repeat bottom right;
	background-size: cover;
}
.application-list{
	display: grid;
	gap: 40px;
}
.application-item{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.img-before-after-list{
	display: grid;
	gap: 30px;
}
.img-before-after{
	position: relative;
	font-size: 0;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*阻止拖放冒泡到下层图片，导致图片会被选中后发生拖动事件*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.img-before-after img{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}
.img-before{
	height: 100%;
	background-size: auto 100% ;
	background-position: left top;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
}
.img-before:after{
	position: absolute;
	box-sizing: border-box;
	padding: 4px 10px;
	width: 100%;
	color: #fff;
	content:"VIS";
	font-weight: 500;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
.img-before-after:after{
	position: absolute;
	box-sizing: border-box;
	padding: 4px 10px;
	width: 100%;
	color: #fff;
	content:"SWIR";
	font-weight: 500;
	text-align: right;
	font-size: 14px;
	line-height: 1.4;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.img-before,
.img-after{
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}
.ba-mover{
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 42px;
	background: url(images/mover.png) center center;
	background-size: 100% auto;
	z-index: 2;
	left: calc(50% - 21px);
	top: 0;
	pointer-events: auto; /* 确保叠加层接收所有鼠标事件 */
	user-select: none;
}
.ba-mover-vertical{
	cursor: pointer;
	position: absolute;
	height: 40px;
	width: 100%;
	background: url(images/mover-veritcal.png) center center;
	background-size: auto 100%;
	z-index: 2;
	top: calc(50% - 20px);
	left: 0;
}
@media screen and (min-width: 600px){
	.img-before-after-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 768px){
	.application-item{
		flex-direction: row;
		gap: 40px;
		align-items: center;
	}
	.application-item-thumb{
		width: 250px;
	}
	.application-item-txt{
		width: calc(100% - 290px);
	}
	.img-before-after-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1200px){
	#top-inner #application-icon-list{
		position: absolute;
		bottom: 100px;
	}
	.application-item{
		gap: 50px;
	}
	.application-item-thumb{
		width: 398px;
	}
	.application-item-txt{
		width: calc(100% - 450px);
	}
}

/*blog*/
.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-red);
}
.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-red);
}
#searchform{
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
#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: #32302e;
	color: #fff;
	width: 80px ;
	text-align: center;
	border-radius:0;
	transition: all 0.2s;
	border: 2px solid #32302e;
}
#searchsubmit:hover{
	color: #fff;
	text-decoration: none;
	background-color: var(--global-color-red);
	border-color: var(--global-color-red);
}
#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(0,0,0,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-red);
	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-red);
}
.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-red);
}
.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;
}
@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{
		
	}
}


/*页面遮盖层*/
.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);
}
#toast p{
	line-height: 1.6;
	font-size: 13px;
	margin: 21px auto;
	max-width: 75%;
}
#toast p a{
	text-decoration: underline;
}
#toast.error i{
	background:url(images/icon-question.png);
}
#toast.note i{
	background:url(images/icon-note.png);
}
#toast.success i{
	background:url(images/icon-success.png);
}
.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;
}

#studio-companion-notice{
	display: none!important;
}