/*
Theme Name: Zhenghan Law Firm
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: http://www.becomingjenny.net
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: zhenghan
*/

/* =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-Poppings.css);
@import url(fonts/fonts-PingFangSC.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;
}
div.gap{
	height: 20px;
}
div.gap.x2{
	height: 40px;
}
div.gap.x3{
	height: 60px;
}
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;
}
@media screen and (min-width:1024px){
	div.gap{
		height: 30px;
	}
	div.gap.x2{
		height: 60px;
	}
	div.gap.x3{
		height: 90px;
	}
}
/* 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*/

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: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
input::placeholder,
textarea::placeholder{
	color: #999!important;
}
@media screen and (min-width:768px){
	input[type="checkbox"],
	input[type="radio"] {
		position: relative;
		z-index: 0;
		height:20px;
		box-sizing: border-box;
		vertical-align: middle;
		margin-right: 20px;
	}
	input[type="checkbox"]:after,
	input[type="radio"]:after {
		position: absolute;
		content:"";
		width:24px;
		height:24px;
		box-sizing: border-box;
		background-color: #f7f7f7;
		border: 0;
		padding: 9px;
		border-radius: 3px;
		display: inline-block;
		vertical-align: top;
		z-index: 1;
		left:-2px;
		top:-2px;
	}
	.bg-gray input[type="checkbox"]:after,
	.bg-gray input[type="radio"]:after{
		background-color: #fff;
	}
	input[type="radio"]:after {
		border-radius: 50%;
		top: -4px;
	}
	input[type="checkbox"]:checked:after,
	input[type="radio"]:checked:after {
		background-color: #c3162d;
		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;
	}
}
/* 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: #c3162d;
	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: #c3162d;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #c3162d;
}
.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: 8px 10px;
	min-width: 140px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 4px;
	line-height: 1.19;
	font-weight: 300;
	background-color: #c3162d;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: initial;
	text-shadow: initial;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	border:1px solid #000;
	color:#fff!important;
	background:#000;
}
.button1:hover{
	color:#fff!important;
	border:1px solid #c3162d;
	background:#c3162d;
}
.button2 {
	border:1px solid #eee;
	color:#000!important;
	background:#eee;
}
.button2:hover {
	color:#000!important;
	border:1px solid #ddd;
	background:#ddd;
}
.button3 {
	border:1px solid #000;
	color:#000!important;
	background:transparent;
}
.button3:hover {
	color:#fff!important;
	border:1px solid #c3162d;
	background:#c3162d;
}
.button4 {
	border:1px solid #bbb;
	color:#000!important;
	background:transparent;
}
.button4:hover {
	color:#c3162d!important;
	border:1px solid #c3162d;
	background:transparent;
}
.button-large{
	padding: 10px 18px;
	font-size: 18px;
}
.button-small{
	padding: 6px 12px;
	width:auto;
	font-size: 14px;
}
.button-download{
	min-width: auto;
	width: fit-content;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img,
img.entry-image {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:#c3162d!important}
.txt-blue{color:#5b9bd5!important}
.txt-green{color:green!important}
.txt-orange{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}
.txt-gray{color:#999!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;
}
.flex-valign-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex-horizontal{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@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 */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
/*	font-family: 'Poppins', '微软雅黑',  Helvetica, Arial, sans-serif;*/
	font-family: 'PingFangSC','Poppins','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	font-weight: 300;
	text-rendering: optimizeLegibility;
	color: #000;
	background-color:#fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site{
	box-sizing: border-box;
	padding: 0 20px;
	padding: 0 1.428571rem;
	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:#c3162d;
	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: #000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#c3162d;
}
.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:#c3162d;
}

/* 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"] {
	width: 100%;
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}
footer[role="contentinfo"].fixed{
	position: fixed;
	bottom: 0;
}
footer[role="contentinfo"] .entry-content{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #999;
}
footer[role="contentinfo"] a:hover {
	color: #c3162d;
	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"] .col-n{
	
}
.menuFooter-block{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.menuFooter-block li{
	line-height: 1.8;
	padding-bottom: 5px;
}
.menuFooter-block .tt a{
	color: #000;
}
.menuFooter-block .gap{
	height: 32px;
}
.logo-bottom{
	display: block;
	width: 150px;
	height: 42px;
	margin: 20px auto;
}
.logo-bottom img{
	width: 100%;
	height: auto;
}
.footer-bottom{
/*	border-top:1px solid #bbb;*/
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.footer-bottom p{
	font-size: 14px!important;
	line-height: 1.5!important;
}
@media screen and (min-width:768px){
	.logo-bottom{
		margin: 0;
	}
	.footer-bottom{
		/*display: flex;
		flex-direction: row;
		justify-content: space-between;
		vertical-align: middle;*/
	}
	.footer-bottom p{
		font-size: 15px!important;
	}
}
/* =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 a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.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{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.6;
	color:#c3162d;
	font-weight: 500;
	text-align: left;

}
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.846153846;
}
.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: 15px 21px;
	border:1px solid #bbb;
	border-left:4px solid #bbb;
	color: #666;
}
.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;
}
.entry-content strong,
.entry-content b{
	font-weight: 600;
}
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;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #bbb;
	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-logo {
	width:209px;/* height:45px;*/
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 2px;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	padding: 6px 12px;
	background-image:none;
	background-color:#f5f4f2;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#fff;
	background-image:none;
	background-color:#c3162d;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
body .gform-theme{
	--gf-ctrl-border-color: #ddd!important;
	--gf-ctrl-shadow:none!important;
	--gf-ctrl-btn-bg-color-primary:#000;
	--gf-ctrl-btn-bg-color-hover-primary:#c3162d;
	--gf-form-footer-margin-y-start: 50px!important;
	--gf-ctrl-label-font-size-primary: 16px;
}
.gform_required_legend,
.gform_validation_errors{
	display: none!important;
}
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0;
	box-shadow: none;
}
body .gform_wrapper.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;
    color: #c3162d;
}
.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;
}
.gform-footer .gform_button {
	min-width: 130px!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;
	}
}

/*swiper*/
.swiper{
	position: relative;
	overflow: visible;
}
:root{
	--swiper-navigation-size: 15px;
	--swiper-theme-color:#c3162d;
}
.swiper-button-next,
.swiper-button-prev{
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	color: #c3162d;
	font-weight: 800;
	transition: 0.2s all;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
	background-color: #c3162d;
	color: #fff;
}
hr.site{
	margin: 0 auto;
	max-width: calc(100% - 56px);
}
@media screen and (min-width: 768px) {
	:root{
		--swiper-navigation-size: 20px;
	}
	.swiper-button-next,
	.swiper-button-prev{
		width: 40px;
		height: 40px;
	}
}
/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {
	.footer-menu li {
		width:32%;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	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: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.site-narrow{
		max-width: 880px;
	}
	.block-search .site-narrow,
	.single-research .site-narrow,
	.single-case .site-narrow,
	.single-post .site-narrow{
		max-width: 880px!important;
	}
	.site-wide{
		max-width: 1600px;
	}
	
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	
}
@media screen and (min-width: 1600px) {
	hr.site{
		max-width: calc(1300px - 56px);
	}
}
@media screen and (min-width: 1920px) {
	hr.site{
		max-width: calc(1440px - 56px);
	}
}
@media screen and (min-width: 1600px) {
	.site {
		max-width: 1300px;
	}
}
@media screen and (min-width: 1920px) {
	.site {
		max-width: 1440px;
	}
}
@media screen and (min-width: 2560px) {
	.site {
		max-width: 1600px;
	}
	.site-narrow{
		max-width: 1440px;
	}
	.site-wide{
		max-width: 1920px;
	}
	hr.site{
		max-width: calc(1600px - 56px);
	}
}

/* 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(0,0,0,0.1);
	}
	.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: 20px 0;
		width:150px;
		height:42px;
		margin-right: 50px;
	}
	#masthead-right{
		width:200px;
		text-align: right;
	}
	.icon-masthead-right{
		font-size: 18px;
	}
	.search-trigger{
		/*margin-right: 10px;*/
	}
	#masthead-right a{
		vertical-align: middle;
		display: inline-block;
		margin-left: 12px;
	}
	#masthead-right a:first-child{
		margin-left: 0;
	}
	#masthead-right a:hover{
		text-decoration: none;
		color: #c3162d;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.main-navigation {
		clear: none;
		width: -webkit-calc(100% - 460px);
		width: calc(100% - 460px);
		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%;
	}
	.main-navigation li {
		position: relative;
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		display: block;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 25px;
		line-height: 5.1;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 16px;
	}
	html[lang="en-US"] .main-navigation li a{
		font-size: 15px;
		line-height: 5.2;
	}
	.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: #c3162d;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		color: #c3162d;
		/*background-color: #fff;
		/*font-weight: bolder;*/
		/*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 100px);
		left:calc(50% - 100px);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		/*background: rgba(255,255,255,0.8);*/
		background: #fff;
		text-align: center;
		border-top: 1px solid rgba(0,0,0,0.05);
		display: block;
		line-height: 3!important;
		padding:0;
		/*font-size: 11px;
		font-size: 0.785714286rem;*/
		/*line-height: 2.181818182;*/
		/*padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;*/
		width: 200px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #f2f2f2;
		color: #c3162d;
	}	
	.main-navigation .nav-menu > .current-menu-item,
	.main-navigation .nav-menu > .current-menu-ancestor,
	.main-navigation .nav-menu > .current_page_item,
	.main-navigation .nav-menu > .current_page_ancestor{
		position: relative;
	}
	.main-navigation .nav-menu > .current-menu-item:after,
	.main-navigation .nav-menu > .current-menu-ancestor:after,
	.main-navigation .nav-menu > .current_page_item:after,
	.main-navigation .nav-menu > .current_page_ancestor:after{
		position: absolute;
		content:"";
		height:2px;
		background-color:#c3162d;
		width:calc(100% - 50px);
		left:25px;
		bottom: -1px;
	}
	/* 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.scroll {
		min-height: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
		/*position: fixed;
		z-index: 10;
		top: 0;*/
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
/*		margin-top:8px;*/
	}
	.site-header.scroll .main-navigation li a {
		line-height: 3;
		/*color: #333;*/
	}
	.site-header.scroll .main-navigation li ul a {
		background: #c3162d;
	}	
	.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: #c3162d;*/
		/*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:6px;
		margin-bottom:6px;
		/*width: 209px;
		height: 45px;*/
	}
}
@media screen and (min-width:1280px){
	.main-navigation li a {
		padding: 0 40px;
	}
	.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% - 80px);
		left:40px;
	}
}
@media screen and (min-width:1920px){
	.main-navigation li a {
		padding: 0 60px;
	}
	.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% - 120px);
		left:60px;
	}
}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#c00000;
	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:#000;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode_img {
	display: inline-block;
	width: 147px;
	height: 147px;
}
#qrCode_img img{
	width: 100%;
	height: 100%;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

/*main menu for mobile side*/
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: url(images/logo.png) no-repeat center 12px #fff;
	background-size: 120px auto;
	z-index: 10;
}
body.admin-bar #topFloatBar {
	/*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r,
#topFloatBar_r-2 {
	height: 56px;
	width: 50px;
	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: 22%;
	float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover,
#topFloatBar_r-2:hover {
	background-color: rgba(255,255,255,0.3);
}
#topFloatBar_l {
	float: left;
	background-position: left
}
#topFloatBar_r,
#topFloatBar_r-2 {
	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 rgba(0,0,0,0.05);;
	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:#000;*/
	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 {
	position: relative;
	width: 56px!important;
	display: inline-block!important;
	padding: 0!important;
	height: 42px;
	vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch:after,
#topFloatBar #mobileMenu li a.menu-item-switch:hover:after{
	position: absolute;
	left: 18px;
	content: "\f107";
	font-family: FontAwesome;
	color: #c3162d;
	font-size: 28px;
	font-size: 2rem;
	transition: 0.2s all;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch:after {
	transform: rotate(180deg);
}

#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{
	background-color: #fff;
	display: none;
}
.icon-ai{
	background:url(images/icon-ai.svg) center center;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	display: block;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}
.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-blocks{
	box-sizing: border-box;
}
.site-blocks.bg-gray{
	background-color: #f8f8f8;
}
.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;*/
	font-size: 16px;
	font-size: 1.147285rem;
	line-height: 1.7;
}
.site-blocks h2 {
	line-height: 1.4;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 9px;
	font-weight: 400;
}
.site-blocks h2 b{
	font-weight: 600;
}
.site-blocks h2.small{
	font-size: 18px;
	line-height: 1.6;
}
.site-blocks h3 {
	line-height: 1.6;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 14px;
}
h2.site-block-title{
	line-height: 1.6;
	font-size: 28px;
	font-size: 2rem;
}
p.site-block-subtitle{
	line-height: 1.6;
}
p.site-block-subtitle.txt-center{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.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 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!important;
}
.site-blocks.stick-top .site{
	margin-top:0!important;
}
.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 .site{
		margin-top:70px ;
		margin-bottom:70px ;
	}
}
@media screen and (min-width: 1440px){
	.site-blocks p,
	.site-blocks ul,
	.site-blocks ol {
		font-size: 16px;
	}
}
@media screen and (min-width: 1600px){
	.site-blocks .site{
		margin-top:90px ;
		margin-bottom:90px ;
	}
}
@media screen and (min-width: 1921px){
	.site-blocks .site{
		margin-top:120px ;
		margin-bottom:120px ;
	}
	.site-blocks h2 {
		font-size: max(32px, 1.5vw);
	}
	.site-blocks h2.small {
		
	}
	.site-blocks h3 {
		font-size: max(20px, 0.75vw);;
	}
	.site-blocks p,
	.site-blocks ul,
	.site-blocks ol{
		font-size: 17px;
	}
}
/*animations*/
.step-1,
.step-2,
.step-3,
.step-4{
	transition: 0.6s all;
	transition-delay: 0.2s;
	opacity: 0;
}
.step-2{
	transition-delay: 0.6s;
}
.step-3{
	transition-delay: 1s;
}
.step-4{
	transition-delay: 1.4s;
}
.stay .step-1,
.stay .step-2,
.stay .step-3,
.stay .step-4{
	opacity: 1;
	transform: none!important;
}

/*homepage*/
.screen-height{
	height: 100vh;
}
.link-layer{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
	background-color: #fff;
	/*height: max(600px,60vw);
	max-height: calc(100vh - 80px);
	height: calc(100vh - 82px);*/
	height: calc(100vh - 128px);
	line-height: 1.5;
}
@media screen and (min-width: 1024px){
	#home-headimage{
		height: calc(100vh - 150px);
	}
}
#home-headimage .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#home-headimage h1{
	font-size: 28px;
	font-weight: 600;
}
#home-headimage h1,
#home-headimage p{
	margin-bottom: 15px;
}
#home-headimage span{
	display: inline-block;
}
#home-animation-container{
	width: 100%;
	position: relative;
	padding: 0;
	height: 100%;
}
#home-animation-txt{
	width: 80%;
	position: absolute;
	z-index: 2;
	left: 10%;
	top:13%;
	transition-duration: 1s;
}
#home-animation-txt p{
	font-size: max(20px, 0.6vw);
}
.stay #home-animation-txt{
	animation: HomeOceanTxt 1 linear forwards;
	animation-delay:  1.0s ;
	animation-duration: 0.4s;
}
	@keyframes HomeOceanTxt {
		0% { color:#000}
		100% { color:#fff}
	}
#home-animation-ocean{
	z-index: 0;
	position: relative;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
/*	height: max(800px , 40vw);*/
	height: 100%;
	transition-delay: 0.5s;
	transition-duration: 3s;
	filter: brightness(0.6);
/*	transform:translateY(-500px) scale(1);*/
	transform:translateY(0) scale(1);
}
.stay #home-animation-ocean{
	transform:translateY(0) scale(1);
}
#home-animation-front{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 500px;
	left: 0;
	bottom:3%;
	display: grid;
	grid-gap: 30px;
	padding:50px;
	box-sizing: border-box;
	padding: 0 40px;
	grid-template-columns: repeat(2, 1fr);
	transition-delay: 2.5s;
	transition-duration: 1s;
	transform: translateY(-100px);
}
.stay #home-animation-front{
	transform: translateY(0);
}
.home-animation-item{
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.home-animation-item p{
	line-height: 1.5;
	font-weight: 300;
}
.home-animation-item div{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border:3px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	line-height: 1.4;
	font-size: 18px;
}
.home-animation-item div small{
	font-size: 14px;
	display: inline-block;
}
.home-animation-item div big{
	font-size: 20px;
	display: inline-block;
}
#home-animation-drop{
	position: absolute;
	z-index: 2;
	left: calc(50% - 30px);
	top:0;
	width: 60px;
	height: 95px;
	background:url(images/home-animation-drop.png) no-repeat center;
	background-size:100% auto;
	transform-origin: center top;
	opacity: 0;
}
.stay #home-animation-drop{
	animation: HomeOceanDrop 1.5s 1 linear forwards;
}
	@keyframes HomeOceanDrop {
		0% { top:0; opacity: 0; transform:scale(0.3);}
		50% { top:0; opacity: 0.5 ;transform:scale(0.6);}
		55% { top:0; opacity: 0.5 ;transform:scale(0.6);}
		100% { top:205px; opacity: 0;transform:scale(0.6);}
	}
.home-animation-drop-wave{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border:8px solid #4bb2c8;
	position: absolute;
	z-index: 3;
	left: calc(50% - 58px);
	top: 262px;
	transform: rotateX(70deg);
	opacity: 0;
}
.stay .home-animation-drop-wave{
	animation: HomeOceanWave 1.5s 1 ease forwards;
}
#home-animation-drop-wave-1{ animation-delay: 1.2s; }
#home-animation-drop-wave-2{ animation-delay: 1.4s; }
	@keyframes HomeOceanWave {
		0% {opacity: 0.5; transform: rotateX(70deg) scale(0);}
		100% {opacity: 0; transform: rotateX(70deg) scale(2);}
	}
.slogan-handwriting{
	width: 100%;
	height: auto;
}
#home-headimage .site{
	max-width: 1600px;
}
#home-kv-swiper-outter,
#home-kv-swiper-outter-2{
	position: relative;
	width: 100%;
}
#home-kv-swiper-1{
	max-width: min(calc(100% - 120px) , 1200px);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#home-kv-swiper-1 .swiper-slide,
#home-kv-swiper-2 .swiper-slide{
	height: 80px;
	background-color: #fff;
}
#home-kv-swiper-2 .swiper-slide{
	width: 100%;
}
#home-kv-swiper-1 .swiper-slide{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}
#home-kv-swiper-outter{
	display: none;
}
.home-data-item{
	height: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	border-left: 2px solid #c3162d;
	text-align: left;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#home-kv-swiper-2 .home-data-item{
	width: 100%;
	border: 0;
	text-align: center;
	margin-bottom:45px;
}
.home-data-item num{
	font-size: 36px;
	font-weight: 500;
}
.home-data-item num.small{
	font-size: 26px;
}
.home-data-item num small{
	display: inline-block;
	margin-left: 5px;
	font-size: 15px;
}
.home-data-item p {
	margin: 10px 0 0 0!important;
}
#home-kv-space-1{
	height: 80px;
	overflow: hidden;
}
#home-kv-space-2{
	height: 0;
}
#home-kv-space-1,
#home-kv-space-2{
	transition: all 0.5s;
}
#home-headimage.stay #home-kv-space-1{
	height: 0;
}
#home-headimage.stay #home-kv-space-2{
	height: 80px;
}
#home-kv-swiper-outter,
#home-kv-swiper-outter-2{
	transition: 0.5s all;
	opacity: 0;
}
#home-headimage.stay #home-kv-swiper-outter,
#home-headimage.stay #home-kv-swiper-outter-2{
	opacity: 1;
}
#home-kv-swiper-outter-2{
	height: 30px;
	overflow: hidden;
}
#home-headimage.stay #home-kv-swiper-outter-2{
	height: 100px;
}
@media screen and (min-width:768px){
	#home-kv-swiper-outter{
		display: block;
	}
	#home-kv-swiper-outter-2{
		display: none;
	}
	#home-animation-front{
		padding-left: 80px;
		padding-right: 80px;
		height: 300px;
		grid-template-columns: repeat(4, 1fr);
		bottom:27%;
	}
	#home-animation-txt{
		top: 20%;
	}
	.slogan-handwriting{
		width: 60%;
	}
}
@media screen and (min-width:1024px){
	#home-animation-txt{
		top: 25%;
	}
	.home-animation-item div{
		width: 160px;
		height: 160px;
		font-size: 25px;
	}
	.home-animation-item div small{
		font-size: 14px;
	}
	.home-animation-item div big{
		font-size: 30px;
	}
	.home-animation-item p{
		font-size: 15px;
	}
}
@media screen and (min-width:1600px){
	#home-animation-front{
		padding-left: max(40px, 15vw);
		padding-right: max(40px, 15vw);
	}
	
	.slogan-handwriting{
		width: 720px;
	}
	#home-kv-swiper-1 .swiper-slide{
	    height: 88px;
	}
	.home-data-item{
		padding: 0 40px;
	}
	.home-data-item num{
		font-size: 40px;
	}
	.home-data-item num.small{
		font-size: 30px;
	}
	#home-headimage.stay #home-kv-space-2{
		height: 80px;
	}
}
#home-info .site,
#home-bridge .site,
#block-post-list .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#home-info-img{
	font-size: 0;
}
#home-info-img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
#home-info-txt{
	text-align: center;
	width: max(500px, 30vw);
	max-width: 100%;
	margin: 0 auto;
}
#home-info-txt h2{
	font-size: max(28px, 2.0vw);
	margin: 0;
	font-weight: 600;
}
#home-info-txt p{
	font-size: max(21px, 1.7vw);
	font-weight: 400;
	color: #333;
}
.home-info-item{
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#home-bridge{
	min-height: 600px;
	background:url(images/home-bridge.jpg) no-repeat center bottom;
	background-size: cover;
}
#home-bridge .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
#home-bridge .site p:empty{
	height: 200px;
}
#block-post-list{
	background-color: #f8f8f8;
}
a.link-layer{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.2s all;
}
.post-list,
.post-list-2{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	padding-bottom: 10px;
}
.post-item{
	position: relative;
	box-sizing: border-box;
	background-color: #fafafa;
	overflow: hidden;
	transition: 0.2s all;
	border: 1px solid #eee;
}
.post-item-sticky{
	order: -1;
}
.post-list-2 .post-item{
	border-left: 1px solid #c3162d;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.post-item-txt{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.post-thumb{
	width: 100%;
	height: auto;
}
.post-list-2 .post-thumb{
	width: 36%;
}
.post-list-2 .post-item-txt{
	/*width: 64%;*/
	padding: 12px 25px;
}
.post-list-2 .post-title{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 17px;
}
.post-list-2 .post-desc{
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-item:after{
/*	content: "";*/
	width: 20px;
	height: 20px;
	position: absolute;
	right: -10px;
	top:-10px;
	background-color: #c3162d;
	transform:rotate(45deg);
}
.post-item .link-layer:hover{
/*	background-color: rgba(0,0,0,0.05);*/
}
.post-item:hover{
	border-color: #c3162d;
	box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}
.post-item-sub{
	color: #999;
}
.post-item .post-title{
	color: #000;
	font-size: 20px;
}
.swiper-container .post-title,
.swiper-container .post-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-container .post-desc{
	-webkit-line-clamp: 3;
}
#news-swiper{
	position: relative;
}
#news-swiper .swiper-slide{
	width: 385px;
	max-width: 100%;
	margin-bottom: 40px;
}
#news-swiper{
	box-sizing: border-box;
	width: calc(100% + 50px);
	margin-left: -25px;
	padding:0 25px;
}
.swiper-button-prev,
.swiper-button-next{
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #000;
	top: calc(50% - 20px);
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size: 15px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	color: #fff;
}

@media screen and (min-width: 768px){
	#home-headimage h1{
		font-size: 35px;
		margin-bottom: 40px;
	}
	#home-headimage p{
		font-size: 16px;
	}
	#home-info-site{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		vertical-align: middle;
	}
	#home-info-img{
		width: 50%;
	}
	#home-info-txt{
		box-sizing: border-box;
		/*width: 50%;*/
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#home-bridge .site p:empty{
		height: 300px;
	}
	.post-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.post-list-2{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
	.post-item-txt{
		min-height: 260px;
	}
	.post-list-2 .post-item-txt{
		min-height: auto;
	}
	.post-item .post-title{
		color: #000;
		font-size: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 64px;
		overflow: hidden;
	}
	/*.post-list .post-item:nth-child(2),
	.post-list .post-item:nth-child(3),
	.post-list .post-item:nth-child(6),
	.post-list .post-item:nth-child(7),
	.post-list .post-item:nth-child(10),
	.post-list .post-item:nth-child(11){
		grid-column: span 2;
	}*/
	.post-list .post-item .post-desc{
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#home-headimage .step-1,
	#home-headimage .step-2,
	#home-headimage .step-3,
	#home-headimage .step-4{ transform:translate(0,50px); }
	#home-info .step-1,
	#home-info .step-2{ transform:translate(0,50px); }
	#home-bridge .step-1,
	#home-bridge .step-2{ transform:translate(0,50px); }
	#block-post-list .step-1,
	#block-post-list .step-2{ transform:translate(0,50px); }

}
@media screen and (min-width: 1200px){
	#home-headimage .site{
		/*padding-top:90px*/
	}
	#home-headimage h1{
		font-size: max(50px, 2.6vw);
		margin-bottom: 40px;
	}
	#home-headimage p ,
	#home-bridge p {
		font-size: max(18px, 0.6vw);
	}
	#home-info-txt{
		/*padding-left: 60px;
		padding-right: 28px;*/
	}
	.post-list{
		grid-gap: 30px;
	}
	.post-list-2 .post-title{
		font-size: 19px;
		height: 32px;
		-webkit-line-clamp: 1;
	}
}
@media screen and (min-width: 1921px){
	.post-list{
		grid-gap: 35px;
	}
	.post-item-txt{
		padding:25px;
	}
}
@media screen and (min-width: 1600px){
	#home-bridge .site p:empty{
		height: max(320px , 20vw);
	}
}
@media screen and (min-width: 1921px){
	.post-item{
		/*min-height: 320px;*/
	}
	.post-list-2 .post-item{
		min-height: auto;
	}
}
a.more {
	text-align: center;
	grid-column: 1 / -1;
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more i{
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
a.more:hover,
a.more:hover i{
	text-decoration: none;
	color:#c3162d;
}
a.more:hover i{
	
}

/*inner pages*/
div#content {
	min-height: 150px;
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #fff;
}
#top-inner a{
	color: #fff;
}
.top-inner-img{
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height:250px;
}
#top-inner .entry-title{
	font-size: max(25px, 2vw);
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 1.3;
}
#top-inner .entry-title-sub{
	margin-top: 0;
	font-size: 14px;
	line-height: 1.6;
	font-size: 16px;
}
#top-inner .entry-title-sub:empty{
	display: none;
}
#top-inner-txt{
	position: absolute;
	box-sizing: border-box;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top-white #top-inner-txt{
	position: relative;
}
#top-inner-txt .site{
	text-align: center;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	
}
#top-inner-txt .entry-date{
	font-size: 13px;
}
.page-title:after{
	display: block;
	position: absolute;
	content:"";
	background:#c3162d;
	width: 50px;
	height:3px;
	left:calc(50% - 25px);
	bottom: 0;
}
#top-inner.top-white{
	min-height: 160px;
}
#top-inner.top-white .entry-title{
	color: #000;
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 25px;
}
html[lang="en-US"] #top-inner.top-white .entry-title{
	font-size: 21px;
}
#top-inner.top-white .entry-title:first-child{
	margin-top: 20px;
}
#top-inner.top-white #top-inner-txt{
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-tags{
	text-align: left;
	display: flex;
	color: #000;
}
.top-tags-title{
	line-height: 1.9;
	padding-right:10px;
	white-space: nowrap;
}
.post-tag{
	box-sizing: border-box;
	display: inline-block;
	color: #000;
	background-color: #eee;
	text-align: center;
	padding: 6px 10px;
	border-radius: 4px;
	margin: 0 5px 5px 0;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: fit-content;
}
#top-video-play{
	box-sizing: border-box;
	padding-left: 4px;
	display: block;
	margin: 20px auto 0 auto;
	width: 50px;
	height: 50px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	border:5px solid #fff;
	border-radius: 50%;
	text-align: center;
	transition: 0.2s all;
	opacity: 0.75;
}
#top-video-play:hover{
	opacity: 1;
}
#top-video-play i{
	transition: 0.2s all;
}
#top-video-play:hover i{
	transform: scale(1.2);
}
#block-navi{
	width: 100%;
	background-color: #fff;
}
#block-navi .site{
	overflow: visible;
	padding: 0;
}
ul.tab-list{
	width: 100%;
	overflow-x: auto;
	font-size: 0;
	white-space: nowrap;
	font-size: 0;
	padding-bottom: 5px;
}
#block-navi.sticky{
	position:fixed;
	top:0;
	z-index: 98;
}
.tab-list li{
	overflow: hidden;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	background-color: #fafafa;
	font-size: 15px;
	line-height: 1.4;
	white-space: normal;
	margin: 0;
	cursor: pointer;
	width: 100%;
	border-left: 3px solid #ddd;
	transition: 0.2s all;
	height: 0;
}
.tab-list li a{
	text-decoration: none!important;
}
ul.tab-list.triggered li,
.tab-list li.current{
	height: 50px;
}
.tab-list li.current{
	pointer-events: none;
	border-color: #c3162d;
}
.tab-list li a:hover{
	text-decoration: none;
}
#tab-list-placeholder{
	display: none;
	height: 50px;
}
.tab-list-solutions li{
	padding: 16px;
	height: auto;
	background-color: #fff;
	border:2px solid #fff;
	cursor: pointer;
}
.tab-list-solutions h3{
	font-size: 16px;
	margin: 0;
}
.tab-list-solutions li.current{
	border-left-color: #c3162d;
}
@media screen and (min-width:1024px){
	#top-inner .entry-title{
		margin-bottom:16px;
	}
	#top-inner.top-white .entry-title{
		font-size: 32px;
	}
	html[lang="en-US"] #top-inner.top-white .entry-title{
		font-size: 28px;
	}
	#top-video-play{
		margin-top: 40px;
	}
	#top-inner .entry-title-sub{
		font-size: 18px;
	}
	body.admin-bar #block-navi.sticky{
		top: 32px;
	}
	#block-navi .site{
		overflow: visible;
	}
	#block-navi{
		position: relative;
		border-bottom: 3px solid #ddd;
	}
	ul.tab-list{
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: stretch;
		padding-bottom: 0;
		margin-bottom: -3px!important;
	}
	.tab-list li{
		flex:1;
		display: inline-flex;
		width: unset;
		/*	min-width: 20%;*/
		padding:20px 10px;
		font-size: 16px;
		border-bottom: 3px solid #ddd;
		border-left:0;
		background-color: #fff;
	}
	ul.tab-list.triggered li,
	ul.tab-list li.current,
	.tab-list li,
	#tab-list-placeholder{
		height: 56px;
	}
	.tab-list li.current{
		pointer-events: auto;
	}
	.tab-list-solutions{
		text-align: center;
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
	.tab-list-solutions li{
		padding: 20px;
	}
	.tab-list-solutions li.current{
		border-left-color: #fff;
		border-bottom-color: #c3162d;
	}
	.tab-list-solutions h3{
		margin-bottom: 20px;
	}
	.tab-list-solutions p{
		font-size: 14px;
		color: #999;
	}
}
@media screen and (min-width:1200px){
	
}
/*about page*/
#top-inner-about{
	min-height: 450px;
}
#block-about-2 h2{
	font-weight: 400;
}
#about-number-list{
	display: grid;
	grid-gap: 50px 25px;
	grid-template-columns: repeat(1, 1fr);
}
.about-number-item{
	text-align: center;
}
.about-number-item num{
	font-weight: 600;
	font-size: 36px;
}
.number-grid.txt num{
	font-size: 28px;
}
.about-number-item .unit{
	font-size: max(16px, 0.6vw);
	margin-left: 5px;
	line-height: 1;
	font-weight: 500;
}
.about-number-item .plus{
	font-size: max(20px, 0.85vw);
	margin-left: 5px;
	line-height: 1;
	font-weight: 500;
}
.number-grid{
	text-align: center;
	margin:0 auto;
	text-align: center;
	width: fit-content;
	color:#c3162d;
	display: grid;
	grid-template-columns: 1fr 0.4fr;
}
.number-grid.txt{
	display: block;
	font-size: 28px;
	width: 100%;
	display: block;
}
.number-grid num{
	grid-row: span 2;
}
.number-grid .unit{
	grid-column-start: 2;
	grid-row-start: 2;
}
#about-creation-list{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(1, 1fr);
}
.about-creation-item p{
	margin: 0;
}
.about-creation-item b{
	font-weight: 700;
}
.about-creation-item{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	background-color: #f8f8f8;
	border-left: 2px solid #c3162d;
}
.about-creation-item:before{
/*	content:"";*/
	width: 47px;
	height: 48px;
	background:url(images/about-highlight-icon.png) no-repeat;
	background-size: 100% auto;
}
.about-creation-item.type-2:before{
	background-position: 0 100%;
}
.about-reward-item p{
	margin: 0;
}
.about-reward-item p.bigger{
	font-size: 18px;
	line-height: 1.3;
	margin: 10px auto;
}
.about-reward-item p.small{
	font-size: 12px;
	line-height: 1.3;
}
.about-reward-item{
	width: 170px;
	margin: 0 auto;
}
.about-reward-item img{
	width: 100%;
}
.about-reward-txt{
	height: 110px;
	text-align: center;
	background:url(images/about-reward-frame.png) no-repeat center;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.reward-icon{
	width: 100px;
	height: 25px;
	display: block;
	margin: 0 auto;
	background:url(images/icon-reward-1.png) no-repeat center;
	background-size: 100% auto;
}
.reward-icon.icon-2{ background-image:url(images/icon-reward-2.png) }
.reward-icon.icon-3{ background-image:url(images/icon-reward-3.png) }
#about-reward-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 10px;
}
#about-testimonail-list{
	margin-top: 0;
	font-size: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
#about-testimonail-list li{
	position: relative;
	z-index: 1;
	font-size: 16px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	background-color:#f6f5f5;
	margin: 2px;
	padding: 12px 50px;
	overflow: hidden;
}
#about-testimonail-list li:before{
	content:"";
	position: absolute;
	width: 27px;
	height: 24px;
	background:url(images/icon-quote.png) no-repeat;
	background-size: 100% auto;
	top:0;
	left: 10px;
	opacity: 0.1;
}
#testimonail-swiper{
	position: relative;
}
.testimonail-item{
	border:1px solid #ddd;
	position: relative;
	height: 450px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	width: calc(100% - 40px);
}
.testimonail-item:before{
	content:"";
	position: absolute;
	width: 57px;
	height: 48px;
	background:url(images/icon-quote.png) no-repeat;
	background-size: 100% auto;
	top:30px;
	left: calc(50% - 29px);
	opacity: 0.1;
}
.testimonail-item p{
	font-size: 18px;
	margin: 50px auto 0 auto!important;
	max-width: 900px;
}
.testimonail-item p.testimonail-content-en{
	margin-top: 30px!important;
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (min-width:768px){
	.testimonail-item{
		width: calc(100% - 40px);
		height: 350px;
	}
	.testimonail-item p{
		font-size: 20px;
	}
}
.case-list,
.research-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1, 1fr);
	padding-top:5px;
	padding-bottom: 5px;
}
.research-item,
.case-item{
	box-sizing: border-box;
	padding: 30px 0 20px 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: 0.2s all;
}
.case-item:before{
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	top:0;
	background-color: #ddd;
	width: 100%;
	height: 1px;
	transition: 0.3s all;
}
.case-item:after{
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top:0;
	background-color: #c3162d;
	width: 0;
	height: 1px;
	transition: 0.3s all;
}
.case-item:hover:after{
	width: 100%;
}
.research-item{
	border:1px solid transparent;
	padding: 20px;
	background: rgba(0, 0, 0, 0.025);
	transition: 0.2s all;
}
.research-item:hover{
	background: #fff;
	border:1px solid #ddd;
}
.term-list{
	box-sizing: content-box;
}
.term-list li{
	box-sizing: border-box;
	display: inline-block;
	margin: 0 5px 5px 0;
	text-align: center;
}
.term-list li a{
	width: 100%;
	font-size: 16px;
}
.term-list li.current a{
	background-color: #c3162d;
	color: #fff!important;
	border-color: #c3162d;
	pointer-events: none;
}
.research-tags{
	margin-bottom: 10px;
}
#block-achievements-terms .site{
	overflow: visible;
}
.case-category-tree li{
	box-sizing: border-box;
	width: 150px;
}
.case-category-tree li a{
	display: block;
	box-sizing: border-box;
	padding: 10px 5px;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.04);
	line-height: 1;
	font-size: 17px;
}
html[lang="en-US"] .case-category-tree li{
	width: 190px;
}
html[lang="en-US"] .case-category-tree li a{
	font-size: 15px;
}
.case-category-tree li a:hover,
.case-category-tree li.current-cat-parent > a,
.case-category-tree li.current-cat > a{
	background-color: #c3162d!important;
	color: #fff;
	text-decoration: none;
}
.case-category-tree > li{
	position: relative;
	display: inline-block;
}
.case-category-tree > li .children{
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top:100%;
	margin: 0;
	width: 100%;
}
.case-category-tree > li .children a{
	margin-top: 6px;
	font-size: 16px;
	
	background-color: #fff;
	border-color: #c3162d!important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.case-category-tree > li:hover .children{
	display: block;
}
.case-category-tree > li .children li{
	width: 100%;
}
.case-category-tree li:has(> ul.children) > a:after{
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-left: 5px;
}
@media screen and (min-width: 1024px){
	.case-category-tree > li .children a{
		border-radius: 0;
		margin-top: -1px;
	}
	.case-category-tree > li .children li:first-child a{
		border-radius: 4px 4px 0 0;
	}
	.case-category-tree > li .children li:last-child a{
		border-radius: 0 0 4px 4px;
	}
}
.term-list li .button{
	background: rgba(0, 0, 0, 0.02);
}
html[lang="en-US"] .term-list li .button{
	font-size: 15px;
}
h2.title-term-name{
	color: #333;
	font-size:24px;
}
@media screen and (max-width:767px){
	.term-list,
	.case-category-tree {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px;
	}
	.case-category-tree > li{
		width: auto;
	}
}
@media screen and (min-width: 1024px){
	.term-list {
		border-bottom: 1px solid #c3162d;
	}
	.term-list:empty{
		display: none;
	}
	.term-list li{
		margin-bottom: 0;
	}
	.term-list li .button{
		border-radius: 6px 6px 0 0;
		border-bottom: 0;
		min-width: auto;
	}
}
.popup-layer-video{
	pointer-events: none;
	position: fixed;
	z-index: 0;
	width: 1280px;
	height: 552px;
	left: max(calc(50% - 640px), 0px);
	top: max(calc(50% - 280px) , 0px);
	max-width: 100%;
	max-height: 100%;
	transition: 0.3s all;
	pointer-events: none;
	opacity: 0;
	transform: translateY(30px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-layer-video.stay{
	pointer-events: auto;
	opacity: 1;
	z-index: 99;
	transform: translateY(0);
}
.popup-layer-content{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.popup-layer-video video{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.popup-layer-video .closeLayer{
	filter: brightness(999);
}
@media screen and (min-width:768px){
	#about-number-list{
		grid-gap: 60px 30px;
		grid-template-columns: 1.4fr 1.4fr 1fr;
	}
	.number-grid{
		text-align: left;
	}
	.about-number-item num{
		font-size: 45px;
	}
	.about-number-item {
		text-align: left;
	}
	.number-grid{
		margin: 0;
	}
	#about-number-list.cols-3{
		grid-template-columns: repeat(3, 1fr);
	}
	#about-creation-list{
		grid-auto-flow: row;
		grid-template-columns: repeat(2, 1fr);
	}
	#about-testimonail-list{
		grid-template-columns: repeat(2, 1fr);
	}
	#about-testimonail-list li{
		font-size: 20px;
		height: 170px;
	}
	#about-testimonail-list li:hover{
		overflow: visible;
		z-index: 2;
		height: auto;
	}
	.case-list,
	.research-list{
		grid-gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	.case-item{
		min-height: 210px;
	}
	.research-item h3,
	.case-item h3{
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 20px;
		height: 64px;
	}
	.case-item .case-tags{
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 60px;
	}
	.case-item p{
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	#about-reward-list{
		grid-gap: 60px;
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media screen and (min-width:1200px){
	#block-about-1 .flex-valign-center {
		gap: 30px;
	}
	.about-number-item num{
		font-size: 55px;
	}
	.number-grid.txt num{
		font-size: 35px;
	}
	#about-testimonail-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.case-list{
		grid-gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
	.case-list{
		grid-gap: 50px;
	}
	.research-item{
		/*padding: 20px;*/
	}
	#about-reward-list{
		grid-gap: 60px;
		grid-template-columns: repeat(4, 1fr);
	}
	.about-reward-item{
		width: 220px;
	}
	.reward-icon{
		width: 140px;
		height: 32px;
	}
	.about-reward-item p.bigger{
		font-size: 20px;
	}
	.about-reward-item p.small{
		font-size: 13px;
	}
	.about-reward-txt{
		height: 125px;
	}
}
@media screen and (min-width:1920px){
	.about-reward-item{
		width: 290px;
	}
	.reward-icon{
		width: 153px;
		height: 35px;
	}
	.about-reward-item p.bigger{
		font-size: 25px;
	}
	.about-reward-item p.small{
		font-size: 14px;
	}
	.about-reward-txt{
		height: 150px;
	}
}
/*Staff page*/
hr{
	background-color: #eee;
}
:root{
	--box-indent: 20px;
}
.box-indent{
	padding-left: var(--box-indent)!important;
}
.title-indent{
	position: relative;
	padding-left: var(--box-indent)!important;
}
.title-indent:before{
	content: "";
	width: 10px;
	height: 10px;
	background-color: #c3162d;
	position: absolute;
	left: 0;
	top: 10px;
}
@media screen and (min-width:1024px){
	:root{
		--box-indent: 40px;
	}
}
@media screen and (min-width:1600px){
	:root{
		--box-indent: 60px;
	}
}
.staff-info-box{
	background-color: #f6f5f5;
	box-sizing: border-box;
}
.staff-info-box{
	display: flex;
	flex-direction: row;
	height: 100%;
}
.staff-info-box-txt{
	position: relative;
	box-sizing: border-box;
	padding: 18px;
	width: calc(100% - 150px);
}
.staff-info-box-txt{
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;*/
}
img.staff-thumb{
	width: 150px;
	height: auto;
	object-fit: cover;
	object-position: center top;
	border-bottom: 2px solid #c3162d;
}

.staff-info-box-txt h2{
	margin: 0 0 20px 0;
}
.staff-info-box-txt h2 small{
	font-size: 16px;
}
@media screen and (max-width:767px){
	.staff-info-box-txt .button-download{
		margin-top:8px;
	}
}
#staff-info-download{
	position: absolute;
	top:40px;
	width: 100px;
}
.icon-contact{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background:url(images/icons-contact.png) no-repeat;
}
.staff-info-en{
	opacity: 0.2;
	color: #c3162d;
	font-size: 30px!important;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1!important;
	margin: 0!important;
}
.icon-contact.icon-2 { background-position:0 50% }
.icon-contact.icon-3 { background-position:0 100% }
.staff-info-box-contact{
	display: grid;
	grid-gap: 8px;
}
.staff-info-box-contact p{
	font-size: 14px;
	margin: 0;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.staff-case-list,
.staff-content-list{
	display: grid;
	grid-gap: 20px;
	line-height: 1.6;
	grid-template-columns: repeat(1, 1fr);
}
.staff-content-item{
	box-sizing: border-box;
	position: relative;
	padding-left: 18px;
}
.staff-content-item:before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 10px;
}
.staff-case-item{
	box-sizing: border-box;
	position: relative;
	padding: 18px;
/*	border: 1px solid #bbb;*/
	border: 1px solid transparent;
	background: rgba(0, 0, 0, 0.02);
	transition: 0.2s all;
}
.staff-case-item p{
	margin: 0;
}
.staff-case-item .link-layer{
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	overflow: hidden;
	transition: 0.2s all;
	border:1px solid transparent;
}
.staff-case-item .link-layer:hover{
	border-color: #ddd;
}
.staff-case-item .link-layer:before{
	content: "";
	width: 16px;
	height: 16px;
	right: -8px;
	top: -8px;
	background-color: #c3162d;
	position: absolute;
	transform: rotate(45deg);
}
.team-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.team-list-brief{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}
.team-list-brief img.team-thumbnail{
	object-fit: cover;
	object-position: top;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.team-item{
	height: auto;
	position: relative;
	transition: 0.2s all;
}
.team-list-brief .team-item{
	text-align: center;
	box-sizing: border-box;
	padding: 30px 20px;
	background-color: #fafafa;
}
.team-list-brief .team-item:hover{
	background-color: #f2f2f2;
}
img.team-thumbnail{
	width: 100%;
	height: auto;
}
.team-item-txt{
	font-size: 20px;
	padding-top: 10px;
}
.team-item-txt h3{
	font-size: 18px;
	margin-bottom: 0;
}
.team-item-txt p{
	margin: 0;
	opacity: 0.6;
}
#staff-filter{
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 1.5fr 1.5fr 0.2fr;
}
.staff-filter-title{
	display: block;
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 10px;
}
.staff-filter-fields-checkbox{
	border-top:1px solid #ddd;
	padding-top: 20px;
	/*display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;*/
}
.staff-filter-fields-checkbox label{
	display: inline-block;
	min-width: 140px;
	padding-bottom: 12px;
}
.btn-toolbar{
	width: 130px;
}
.btn-toolbar i{
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	margin-left: 20px
}
#btnFilter i{
	background:url(images/icon-filter.svg) no-repeat;
	height: 14px;
}
.item-hide{
	display: none;
}
#staff_search{
	/*width: 40px;
	min-width: 40px;*/
	width: 100px;
	min-width: unset;
}
@media screen and (max-width:767px){
	#staff-filter{
		position: fixed;
		width: 100%;
		height: auto;
		background-color: #fff;
		left: 0;
		bottom: -600px;
		z-index: 99;
		display: block;
		padding: 28px;
		transition: 0.3s all;
	}
	#staff-filter.stay{
		bottom: 0;
	}
	.staff-filter-item{
		padding-bottom: 20px;
	}
	#staff_search{
		width: 100%;
	}
	#block-staff-2 .box-indent,
	#block-staff-3 .box-indent,
	#block-staff-4 .box-indent,
	#block-staff-5 .box-indent,
	#block-staff-6 .box-indent,
	#block-staff-7 .box-indent{
		padding-left: 0!important;
	}
}
@media screen and (min-width:768px){
	.staff-info-box-out{
		z-index: 1;
		position: relative;
		height: 200px;
	}
	.staff-info-box-contact p{
		font-size: 15px;
	}
	#staff-thumb-out{
		z-index: 2;
		position: relative;
		height: 210px;
	}
	
	.staff-thumb.sticky,
	.staff-info-box.sticky{
		position: fixed;
		z-index: 1;
		top: 0;
	}
	.staff-info-box-txt{
		padding: 30px;
		width: 100%;
		width: calc(100% - 180px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	img.staff-thumb{
		width: 180px;
	}
	.staff-info-box-contact{
		display: grid;
		grid-gap: 20px;
		grid-template-columns:1fr 1fr; 
	}
	.staff-info-en{
		font-size: 50px!important;
	}
	.staff-info-box-txt h2 small{
		font-size: 16px;
	}
	.staff-content-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.staff-case-list{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
	.team-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.team-list-brief{
		grid-template-columns: repeat(3, 1fr);
	}
	#tab-list-out{
		z-index: 1;
		position: relative;
		height: 43px;
	}
	#tab-list.sticky{
		border-top: 30px solid #fff;
		position: fixed;
		z-index: 1;
		top: 200px;
	}
}
@media screen and (min-width:1024px){
	.staff-info-box-contact{
		grid-template-columns:1fr 1.2fr 0.6fr; 
	}
	.team-list{
		grid-gap: 40px;
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width:1200px){
	.team-list{
		grid-gap: 50px;
		grid-template-columns: repeat(5, 1fr);
	}
	.team-list-brief img.team-thumbnail{
		width: 110px;
		height: 110px;
	}
	
}
@media screen and (min-width:1920px){
	.team-list{
		grid-gap: 80px;
	}
}

/*Contact page*/
.contact-location-list,
.contact-media-list{
	display: grid;
	grid-gap: 30px 20px;
	grid-template-columns: repeat(1, 1fr);
}
.contact-media-list{
	grid-template-columns: repeat(2, 1fr);
}
.contact-location-item img{
	width: 100%;
	margin-bottom: 15px;
}
.contact-location-item dl{
	line-height: 1.5;
	font-size: 16px;
}
.contact-location-item dt{
	color: #999;
	width: 50px;
	display: inline-block;
	padding-top: 8px;
	vertical-align: top;
}
.contact-location-item dd{
	width: calc(100% - 50px);
	display: inline-block;
	padding-top: 8px;
	vertical-align: top;
}
html[lang="en-US"] .contact-location-item dt{
	width: 80px;
}
html[lang="en-US"] .contact-location-item dd{
	width: calc(100% - 80px);
}
.contact-media-item{
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	padding:20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.contact-media-item p{
	line-height: 1.5;
	margin: 0;
	font-size: 15px;
}
.contact-media-item img{
	width: 100px;
	height: 100px;
}
@media screen and (min-width:768px){
	.contact-location-list,
	.contact-media-list{
		grid-gap: 40px;
		grid-template-columns: repeat(3, 1fr);
	}
	.contact-media-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.contact-media-item img{
		width: 150px;
		height: 150px;
	}
}
@media screen and (min-width:1600px){
	.contact-location-list,
	.contact-media-list{
		grid-gap: 60px;
	}
	.contact-media-list{
		grid-template-columns: repeat(5, 1fr);
	}
}

/*solution page*/
ul.tab-list-2{
	margin-bottom: 0!important;
}
ul.tab-list-2 li.current{
	font-weight: 600;
}
.tab-list-response.hidden{
	display: none;
}
.course-item{
	position: relative;
	/*display: flex;
	flex-direction: column;
	gap: 20px;*/
	box-sizing: border-box;
	padding: 30px 0;
	border-top:1px solid #bbb;
}
.course-title{
	margin-top: 0!important;
}
.course-item .link-layer:hover{
	background-color: rgba(0,0,0,0.02);
}
.accordion-item{
	overflow: hidden;
	transition: 0.2s all;
}
.accordion-item-q{
	box-sizing: border-box;
	padding-right: 35px;
	position: relative;
	cursor: pointer;
}
.accordion-item-q:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 30px;
	text-align: center;
	line-height: 1;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.accordion-item.current .accordion-item-q:after{
	transform: rotate(180deg);
}
.accordion-item-a{
	position: relative;
	box-sizing: border-box;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	overflow: hidden;
	transition: 0.2s all;
	height: 0;
	margin: 0 auto;
}
.accordion-item.current .accordion-item-a{
	padding: 25px 0;
}
.accordion-item-a-inner{
	transition: 0.2s all;
}
.load-more-btn{
	margin-top: 40px!important;
	margin-bottom: 40px!important;
}
.load-more-btn ~ *{
	display: none;
}
.load-more-btn.triggered ~ *{
	display: block;
}
.method-item{
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 20px;
	border:1px solid #ddd;
	margin-bottom: 30px;
}
.method-title{
	padding-bottom: 10px;
	margin-bottom: 30px!important;
	border-bottom:1px solid #ddd;
}
.client-column{
	width: 100px;
}
img.client-logo{
	width: 100%;
	height: auto;
	display: block;
	margin:28px 0;
}
#swiper-clients{
	overflow: hidden;
	position: relative;
}
#swiper-clients:before{
	position: absolute;
	content:"";
	width: 70px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
#swiper-clients:after{
	position: absolute;
	content:"";
	width: 70px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
@media screen and (min-width:768px){
	.course-item{
		/*flex-direction: row;
		gap: 40px;*/
	}
	/*.course-title{
		width: 30%;
	}
	.course-desc{
		width: 70%;
	}*/
	.method-item{
		padding: 30px;
	}
}
@media screen and (min-width:1200px){
    #block-solutions-1 .flex-valign-center {
        gap: 30px;
    }
    .method-item{
		padding: 35px;
	}
	img.client-logo{
		margin:35px 0;
	}
}
/*页面遮盖层*/
.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(255,255,255,0.5);
	backdrop-filter: blur(8px);
	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:22px;
	top:22px;
	width: 30px;
	height: 30px;
	background:url(images/close.svg);
	background-position: center center;
	background-size: 100% auto;
	transition: all 0.2s;
	z-index: 1;
}
.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;
}

/*search bar*/
#searchbar{
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 82px;
	background:#fff;
	text-align: center;
	z-index: 99;
	transition: 0.3s all;
	top:-82px;
}
#searchbar.stay{
	top:0;
}
.admin-bar #searchbar.stay{
	top:32px;
}
@media screen and (max-width:782px){
	.admin-bar #searchbar.stay{
		top:46px;
	}
}
#searchbar-close{
	top: 26px;
}
#searchbar .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#searchsubmit{
	text-align: center;
	position: relative;
	width: 40px;
	height: 33px;
	line-height: 31px;
	background-color: #c3162d;
	border:1px solid #c3162d;
	color: #fff;
	vertical-align: middle;
	transition: 0.2s all;
}
#searchsubmit:hover{
	border-color: #000;
	background-color: #000;
	color: #fff;
}
#searchbar input{
	box-sizing: border-box;
	vertical-align: middle;
	width: 500px;
	max-width: calc(100% - 80px);
}
#searchsubmit:before{
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	z-index: 2;
	display: block;
	top: -1px;
	left: 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
#searchbar-form div{
	font-size: 0;
}
/*search resault*/
.item-search{
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item-search-img{
	width: 180px;
	flex-shrink: 0;
}
.item-search-txt{

}
a.item-search-title{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
a.item-search-title:hover{
	text-decoration: none;
	color: #c3162d;
}
@media screen and (max-width:600px){
	#searchbar{
		text-align: left;
	}
	.item-search-img{
		width: 110px;
	}
}
.search-nomal{
	position: relative;
	display: inline-block;
	width: 154px;
}
.search-nomal:before{
	opacity: 0.5;
	/*content: "";*/
	position: absolute;
	z-index: 1;
	left: 12px;
	top:10px;
	width: 18px;
	height: 18px;
	background:url(images/icon-search.svg) no-repeat center;
	background-size: 100% auto;
}
.search-nomal-input{
	position: relative;
	box-sizing: border-box;
	border-radius: 20px;
	width: 134px;
	height: 36px;
	padding-left: 15px;
	padding-right: 40px;
}
.search-nomal-btn{
	opacity: 0.8;
	position: absolute;
	margin: 0!important;
	z-index: 1;
	right: 5px;
	top: 5px;
	width: 36px;
	height: 26px;
	line-height: 26px;
	/*border:1px solid #999;*/
	border-radius: 13px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 400;
	transition: 0.2s all;
}
.search-nomal-btn:before{
	opacity: 0.5;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 4px;
	width: 18px;
	height: 18px;
	background:url(images/icon-search.svg) no-repeat center;
	background-size: 100% auto;
}

.search-nomal-btn:hover{
	text-decoration: none;
	/*color: #fff!important;
	border-color: #c3162d;
	background-color: #c3162d;*/
}

#topFloatBar_r-2 .wpml-ls-legacy-list-horizontal{
	transform: translateY(-3px);
}
#topFloatBar_r-2 .wpml-ls-legacy-list-horizontal a{
	padding: 0;
}
.wpml-ls-legacy-list-horizontal{
	width: 36px;
	padding: 0;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
}
.otgs-development-site-front-end{
	display: none;
}