@charset "utf-8";

/* 
|----------------------
|   header
|----------------------
*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	align-items: center;
	justify-content: space-between;
	padding: 15px 50px;
	background-color: #222A30;
}

.header .right {
	align-items: center;
}

@media(max-width: 1400px) {
	.header {
		padding: 15px 30px;
	}
}

@media(max-width: 768px) {
	.header {
		padding: 15px;
	}
}


/*  */
.header .logo,
.header .logo img {
	display: block;
}

@media(max-width: 1200px) {
	.header .logo img {
		height: 20px;
	}
}

@media(max-width: 640px) {
	.header .logo img {
		height: 15px;
	}
}

/*  */
.header .menus ul li {
	margin-left: 30px;
}

.header .menus ul li a {
	display: inline-block;
	padding: 0 15px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 35px;
	cursor: pointer;
}

.header .menus ul li a:hover,
.header .menus ul li.on a {
	border-color: #fff;
}

@media(max-width:1800px) {
	.header .menus ul li {
		margin-left: 20px;
	}

	.header .menus ul li a {
		padding: 0 15px;
		line-height: 35px;
		font-size: 18px;
	}
}

@media(max-width:1500px) {
	.header .menus ul li {
		margin-left: 10px;
	}

	.header .menus ul li a {
		padding: 0 15px;
		line-height: 30px;
		font-size: 16px;
	}
}

@media(max-width:1200px) {
	.header .menus {
		display: none;
	}
}

/* lang */
.header .lang {
	margin-left: 60px;
	text-align: center;
}

.header .lang button {
	display: none;
	background: none;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	border: 1px solid #fff;
}

.header .lang div a {
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #666B6F;
	border: 1px solid #666B6F;
}

.header .lang div a.on,
.header .lang div a:hover {
	color: #fff;
	border-color: #fff;
}

@media(max-width:1500px) {
	.header .lang {
		margin-left: 30px;
	}
}

@media(max-width:1200px) {
	.header .lang {
		position: relative;
	}

	.header .lang div {
		display: none;
	}

	.header .lang button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .lang button svg {
		width: 100%;
	}

	.header .lang div {
		position: absolute;
		top: 30px;
		right: -4px;
		padding: 5px 0;
		width: 40px;
		background-color: #222A30;
	}

	.header .lang div a {
		margin-left: 0;
		margin-top: 5px;
	}

	.header .lang div a.on {
		display: none;
	}

	.header .lang.actvie div {
		display: block;
	}
}


/* navbar */
.navbar {
	margin-left: 25px;
	width: 30px;
	cursor: pointer;
	display: none;
}

.navbar span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.navbar span:nth-child(2) {
	position: relative;
	margin: 7px 0;
}

@media(max-width: 1200px) {
	.navbar {
		display: block;
	}
}

@media(max-width: 1200px) {
	.navbar {
		margin-left: 15px;
	}
}


/*  */

.header-space {
	padding-top: 60px;
}


@media(max-width: 768px) {
	.header-space {
	    display: block !important;

	}
}

/*  */

/* mobile-nav */
.mobile-alert {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1071;
	width: 100%;
	height: 100%;
	background-color: #222A30;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

/* menu */
.mobile-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-120px);
}

.mobile-logo {
	padding: 25px 30px;
	margin-bottom: 25px;
	display: inline-block;
}

@media(max-width: 1200px) {
	.mobile-logo img {
		height: 20px;
	}
}

@media(max-width: 640px) {
	.mobile-logo {
		padding: 23px 15px;
	}

	.mobile-logo img {
		height: 15px;
	}
}

.mobile-menunav>ul {
	display: block;
	padding: 0 15px;
}

.mobile-menunav>ul>li {
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px solid #6E6E6F;
	transform: translateX(10px);
	opacity: 0;
}

.mobile-menunav>ul>li a {
	display: inline-block;
	padding: 10px 0 5px;
	color: #BDC0C1;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}

.mobile-menunav>ul>li a:hover {
	color: #fff;
}

/* close */
.mobile-close {
	position: fixed;
	top: 13px;
	right: 13px;
	z-index: 9;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.mobile-close span {
	position: absolute;
	top: 17px;
	left: 6px;
	width: 25px;
	height: 2px;
	background-color: #fff;
}

.mobile-close span:first-child {
	transform: rotate(45deg);
}

.mobile-close span:last-child {
	transform: rotate(-45deg);
}

/* lang */
.mobile-lang {
	position: absolute;
	bottom: 15px;
	left: 15px;
	transform: translateX(-15px);
	text-align: center;
}

.mobile-lang a {
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #666B6F;
	border: 1px solid #666B6F;
}

.mobile-lang a.on,
.mobile-lang a:hover {
	color: #fff;
	border-color: #fff;
}

/* active */
.active-mobile-alert {
	opacity: 1;
	visibility: visible;
}

.active-mobile-alert .mobile-menunav>ul>li {
	opacity: 1;
	transform: translateX(0);
	transition: .3s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(1) {
	animation-delay: .2s !important;
	transition-delay: .2s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(2) {
	animation-delay: .3s !important;
	transition-delay: .3s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(3) {
	animation-delay: .4s !important;
	transition-delay: .4s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(4) {
	animation-delay: .5s !important;
	transition-delay: .5s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(5) {
	animation-delay: .6s !important;
	transition-delay: .6s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(6) {
	animation-delay: .7s !important;
	transition-delay: .7s;
}

.active-mobile-alert .mobile-menunav>ul>li:nth-child(7) {
	animation-delay: .8s !important;
	transition-delay: .8s;
}

.active-mobile-alert .mobile-lang {
	transform: translateX(0);
}

.active-mobile-box {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}