@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');

* {
	outline: none !important;
	line-height: 130%;
	color: #021224;
}

a {
	color: white;
}

a:hover,
.dropdown-link:hover {
	text-decoration: none;
	color: #ffffff85;
}

button, input[type=submit] {
	background-color: #021224;
	font-family: 'Open Sans', sans-serif;
	color: #e0e0e0;
	border: 1px solid #021224;
	padding: 5px 30px;
	border-radius: 10px;
	font-size: 0.9em;
	font-weight: 300;
	transition: 0.3s ease;
}

button:hover,
input[type=submit]:hover {
	background: transparent;
	color: #021224;
	transition: 0.3s ease;
}

main {
	background-color: #f9f9f9;
}

input, textarea {
	width: 100%;
	border: 1px solid #021224;
	margin-bottom: 10px;
	padding: 8px 10px 10px;
	border-radius: 20px;
	background: transparent;
}

input.required,
textarea.required {
	border: 1px solid red;
}

input::placeholder,
textarea::placeholder {
	font-size: 0.9em;
}

.warning {
	font-size: 0.9em;
	font-family: 'Open-Sans', sans-serif;
	display: none;
	margin: -5px 10px 10px;
	color: red;
}

footer {
	padding: 3% 0;
	background-color: #021224;
	color: white;
	position: relative;
	overflow: hidden;
}

footer .title {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 0;
	color: white;
}

footer .column {
	padding: 0 2%;
}

footer img {
	width: 100%;
	margin: -10px 0 0 -10px;
}

footer .statement {
	padding-left: 15px;
	margin-top: 50px;
	color: white;
}

footer .background {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	opacity: 0.7;
}

footer .row { z-index: 1; }

footer a { 
	color: #dedede; 
}

.open-sans {
	font-family: 'Open Sans', 'YouYuan' sans-serif;
}

.oxygen {
	font-family: 'Oxygen', 'YouYuan', sans-serif;
}

.row { margin: 0; }

.section {
	margin: 10% 0 0;
	padding: 60px 0 20px;
}

.banner {
	position: relative;
	background: #021224;
	height: 50vh;
	overflow: hidden;
}

.tagline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.tagline .title {
	font-size: 2.2em;
	font-weight: bold;
	color: white;
	padding: 0 10%;
}

.tagline a {
	background-color: white;
	border: 1px solid white;
	color: #021224;
	padding: 5px 10px 7px;
	border-radius: 10px;
	transition: 0.3s;
}

.page-banner {
	position: relative;
	left: 0;
	width: 100%;
	height: 30vh;
	background: white;
}

.page-banner .tagline {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	color: #021224;
	text-align: left;
	transform: translate(0, 0);
	font-family: 'Oxygen', sans-serif;
}

.page-banner .title {
	color: #021224;
	font-size: 3em;
	text-transform: uppercase;
}

.page-banner .content {
	font-size: 2em;
	margin: 30px 10px 0;
	font-weight: 400;
}

.page-banner .content.for-cn {
	margin-top: 0;
}

/*
========================================
Scroll bar
========================================
*/

textarea::-webkit-scrollbar,
textarea::-webkit-scrollbar-thumb {
    display: none;
}


/*
========================================
Navs
========================================
*/

.navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #021224;
	transition: 0.3s;
	z-index: 5;
}

.logo {
	padding: 10px 0 5px;
}

.logo img {
	max-width: 150px;
	margin: -5px 5px 0;
}

.links {
	Height: fit-content;
	display: inline-flex;
}

.links a { 
	margin: 25px 0; 
	display: flex;
	padding: 5px 15px;
}

.links a:hover,
.dropdown-menu a:hover {
	opacity: .8;
}

.links a.actived,
.dropdown-link.actived {
	background-color: #2f4054;
	border-radius: 5px;
	color: white;
}

.dropdown-link {
	color: white;
	margin: 24px 0 25px;
	padding: 6px 15px;
	background: transparent;
	border: none;
}

.dropdown-link.for-cn {
	padding: 6px 15px;
}

.fa-globe,
.fa-bars { color: white; }

.dropdown-link:hover { cursor: pointer; }

.dropdown-menu a {
	color: #021224;
	padding: 5px 10px;
	margin: 5px 0;
}

.dropdown-menu a:hover,
.dropdown-menu a.actived {
	border-radius: 0;
}

.dropdown-menu li:first-child a:hover {
	cursor: pointer;
}

.open-menu {
	display: none;
	color: white;
}

.small-navigation {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 100%;
	background-color: white;
	padding: 0 0 5%;
	height: 100%;
	overflow: auto;
}

.small-navigation a { 
	color: #021224; 
	width: 100%;
	display: flex;
	padding: 10px 0 10px 20px; 
	font-weight: 700;
}

.small-navigation a:hover,
.small-navigation a.actived {
	background-color: #eaeaea;
	border-radius: 10px;
}

.small-navigation .row {
	justify-content: space-around; 
	margin-bottom: 30px; 
	background-color: #fbfbfb;
	padding: 10px 0;
}

.small-navigation .logo {
	padding: 0;
	margin: 5px 0 0 -10px;
	font-weight: bold;
}

.small-navigation .logo img { width: 70%; }


.small-navigation li { 
	list-style-type: none; 
	text-transform: uppercase;
}

.sub-menu { display: none; }

.small-navigation .sub-menu li {
	color: #021224;
	padding-left: 40px;
}

.small-navigation .sub-menu a { font-weight: 400; }

.small-navigation .close-menu {
	color: #021224;
	margin: 10px 0 0 -20px;
	font-size: 1.3em;
}


/*
========================================
Contact Form
========================================
*/

.section.contact {
	background-color: #dcdcdc;
	padding: 7%;
	margin-top: 0;
}


.section.contact .left-side {
	padding: 0 5%;
	text-align: center;
}

.section.contact .right-side {
	padding: 0 5%;
}

.section.contact .title {
	border-bottom: 1px solid #021224;
	padding-bottom: 10px;
	font-size: 1.8em;
	font-weight: bold;
}

.section.contact .content {
	font-size: 1em;
}

.input-name {
	width: 110%;
}

.section-title {
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
	.page-banner {
		height: 50vh;
	}	
}

@media only screen and (max-width: 992px) {
	.links { display: none; }

	.open-menu {
		display: block;
		margin: 25px 0;
	}

	.input-name {
		width: 100%;
	}

	.page-banner .tagline {
		top: 35%;
	}

	.page-banner .title {
		padding: 0;
		font-size: 2.5em;
	}

	.page-banner .content { 
		margin: 10px 0 0; 
		font-size: 1.5em
	}

	.page-banner .col-lg-6 { padding: 0 5% 0 0; }

	.section.contact {
		padding: 10% 20%;
	}

	.section.contact .content {
		margin-bottom: 20%;
	}
	
	footer .column:first-child {
		margin-bottom: 10%;
	}

	footer .column {
		margin-bottom: 10%;
	}

	footer .background {
		width: 100%;
	}
	.section-title {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.logo img {
		max-width: 250px;
		margin: -5px 5px 0;
	}

	.open-menu {
		margin: 25px 0;
	}	

	.area { display: none; }

}

@media only screen and (max-width: 500px) {

	.section.contact {
		padding: 20% 5%;
	}

	footer img {
		width: 80%;
		margin: -10px 0 0 -10px;
	}	

	footer .statement {
		margin-top: -30px;
		padding-left: 2%;
	}	

	.page-banner .title {
		font-size: 2.5em;
	}

	.page-banner .content {
		font-size: 1.3em;
	}
}
