
html{overflow-x: hidden;}
/*menu*/
.main-nav nav .navbar-nav .nav-item{font-family:"Microsoft Yahei", system-ui;}
.main-nav nav .navbar-nav .nav-item a{color:#fff;}
.main-nav  .other-option .language-list .language-list-dropdown .btn{color:#fff;}
/*********************************
5. Home
*********************************/
.button
{
	width: 181px;
	border-radius:10em;
	height: 50px;
	background: #198978;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	background: #d6baa0;
}
.button span
{
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;
}

.home
{
	width: 100%;
	height: 950px;
	background: #010918;
	margin-bottom:20px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_content_container
{
	position: absolute;
	left: 0;
	top: calc((50% + 100px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.home_title
{
	font-family: "Microsoft Yahei", system-ui;
	font-size:36px;
	line-height: 1.5;	
	letter-spacing:0.05em;
	color: #FFFFFF;
	margin-top:10px;
	text-shadow: 2px 2px 2px #000;
}
.home_subtitle
{
	font-family:"Microsoft Yahei", system-ui,sans-serif;
	font-size:24px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing:0.05em;
	line-height:1.5;
	padding:10px 0px;
	text-shadow: 0px 2px 2px #333;
}
.home_button
{
	margin-top: 60px;
}
.home_slider_dots
{
	position: absolute;
	top: calc((100% + 220px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 150px;
	z-index: 10;
}
.home_slider_custom_dot
{
	width: 35px;
	height: 35px;
	text-align: center;
	background: transparent;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-bottom: 11px;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover
{
	background: #198978;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 1440px)
{
	.header_review
	{
		display: none;
	}
	.home_slider_dots
	{
		left:30px;
	}
	.header_inner
	{
		padding-left: 208px;
	}
}

