* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-size: 15px;
	line-height: 20px;
}

html#ie {
	min-width: 730px;
}

#header, #main, #footer {
	font-weight: 400;
}

#main {
	min-height: 100%;
	margin-bottom: -168px;
	padding-bottom: 168px;
}

.chr,
.chr *{
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
}

.lat,
.lat *{
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #273961;
}

h1, h2 {
	font-size: 30px;
	line-height: 34px;
}

h3 {
	font-weight: 700;
	margin-top: 48px;
}

hr + h3 {
	margin-top: 0;
}

h1, h2, h3,
p {
	margin-bottom: 16px;
}

a {
	text-decoration: none;
	color: #273961;
	font-weight: 700;
}

a:hover {
	color: #4866a8;
}

a img {
	border: none;
}

img.max-width {
	max-width: 100%;
}

ul, ol {
	padding-left: 32px;
	margin-bottom: 16px;
}

ul li,
ol li {
	margin-bottom: 16px;
}

ul li ul,
ul li ol,
ol li ul,
ol li ul {
	margin-top: 16px;
}

ul.nav {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	clear: both;
}

ul.nav li {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

hr {
	width: 80%;
	height: 0;
	border: 0;
	border-bottom: 1px solid #ffc20e;
	margin: 0;
	display: inline-block;
}

hr.thick {
	width: 144px;
	border-bottom: 10px solid #ffc20e;
}

hr.short {
	width: 70px;
	border-bottom: 3px solid #ffc20e; 
	margin-bottom: 16px;
}

.show-sm,
i.show-sm {
	display: none;
}

.content {
	position: relative;
	max-width: 1000px;
	padding: 0px 24px;
	margin: 0 auto;
	clear: both;
}

.content:after {
	content: '';
	display: block;
	clear: both;
}

.content p:last-child {
	margin-bottom: 0;
}

#languages {
	background-color: #f1f1f1;
	height: 30px;
	overflow: hidden;
}

#languages ul {
	text-align: right;
	margin: 0px -10px;
}

#languages ul li {
	display: inline-block;
}

#languages ul li a {
	display: block;
	float: left;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
	color: #738193;
	font-weight: 400;
}

#languages ul li a:hover {
	background-color: #e6e6e6;
}

@media screen and (max-width: 550px) {
	#languages .content {
		padding: 0;
	}

	#languages ul {
		margin: 0;
	}
}

#company {
	background-color: #ffffff;
	height: 100px;
	overflow: hidden;
}

#logo {
	height: 100px;
	padding: 24px 0px 16px;
	float: left;
	position: relative;
	left: -12px;
}

#logo img {
	display: block;
	height: 60px;
	width: 220px;
}

#contact {
	position: absolute;
	right: 24px;
	bottom: 20px;
	color: #273961;
	text-align: right;
}

#contact span {
	display: block;
	font-size: 26px;
	line-height: 34px;
}

@media screen and (max-width: 550px) {
	#company {
		height: auto;
		padding-bottom: 20px;
	}

	#logo, 
	#contact {
		display: inline-block;
		width: 100%;
		float: none;
		margin: 0 auto;
		position: static;
		text-align: center;
	}

	#logo {
		left: auto;
	}

	#logo a {
		display: inline-block;
	}

	#logo img {
		margin: 0 auto;
	}

	#contact span {
		font-size: 22px;
		line-height: 30px;
	}
}

#navigation {
	position: relative;
	background-color: #273961;
	height: 50px;
	z-index: 5;
}

#navigation * {
	text-decoration: none;
}

#navigation .button {
	float: right;
}

#navigation .button a,
#navigation .button span {
	height: 50px;
	width: 50px;
	display: block;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #d1d6e1;
	cursor: pointer;
}

#menu-trigger {
	margin-right: -24px;
}

#navigation .button a.accent {
	color: #ffc20e;
}

#navigation .button:hover,
#navigation .button.clicked {
	background-color: #1f3157;
}

#navigation .submenu {
	display: none;
}

#navigation ul.topnav {
	margin: 0px -24px;
}

#navigation ul.topnav > li {
	display: inline-block;
	float: left;
}

#navigation ul.topnav li.right {
	float: right;
}

#navigation ul li {
	position: relative;
}

#navigation li > a,
#navigation li > span.dropdown {
	display: block;
	color: #d1d6e1;
	padding: 15px 24px;
	cursor: pointer;
	font-weight: 400;
}

#navigation li a.accent {
	color: #ffc20e;
}

#navigation ul li i.fa {
	position: relative;
	margin-left: 5px;
}

#navigation ul li i.fa.fa-sort-desc {
	top: -3px;
}

#navigation li:hover,
#navigation li.clicked {
	background-color: #1f3157;
}

#navigation li.hover:hover > .submenu,
#navigation li.clicked > .submenu {
	display: block;
}

#navigation .submenu {
	position: absolute;
	width: 200px;
	background-color: #1f3157;
}

#navigation .submenu li:hover,
#navigation .submenu li.clicked {
	background-color: #1a2b4e;
}

#navigation .submenu .submenu {
	background-color: #1a2b4e;
	width: 300px;
	top: 0px;
	left: 200px;
}

#navigation .submenu.submenu-long {
	width: 300px;
}

#navigation .submenu .submenu li:hover,
#navigation .submenu .submenu li.clicked {
	background-color: #162647;
}

@media screen and (max-width: 780px) {
	#navigation .button.show-sm {
		display: block;
	}

	#navigation ul.topnav {
		display: none;
	}

	#navigation #menu-trigger.hover:hover ~ ul.topnav,
	#navigation #menu-trigger.clicked ~ ul.topnav,
	#navigation ul.topnav.hover:hover {
		display: block;
	}

	#navigation ul.topnav {
		margin: 0 -24px;
		background-color: #1f3157;
	}

	#navigation ul li.right {
		display: none;
	}

	#navigation ul.topnav li {
		float: none;
		width: 100%;
	}

	#navigation ul.topnav li:hover,
	#navigation ul.topnav li.clicked {
		background-color: #1a2b4e;
	}

	#navigation ul li i.show-sm {
		display: inline-block;
	}

	#navigation ul li i.hide-sm {
		display: none;
	}

	#navigation .submenu,
	#navigation .submenu .submenu,
	#navigation .submenu.submenu-long {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
	}

	#navigation .submenu {
		background-color: #1a2b4e;
	}

	#navigation .submenu li a,
	#navigation .submenu li span {
		padding-left: 48px;
	}

	#navigation ul.topnav .submenu li:hover,
	#navigation ul.topnav .submenu li.clicked {
		background-color: #162647;
	}

	#navigation .submenu .submenu {
		background-color: #162647;
	}

	#navigation .submenu .submenu li a, 
	#navigatoin .submenu .submenu li span {
		padding-left: 72px;
	}

	#navigation .submenu .submenu li:hover,
	#navigation .submenu .submenu li.clicked {
		background-color: #13223f;
	}
}

#hero {
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #273961;
	background-position: center center;
	background-image: url('/img/hero.jpg');
	z-index: 1;
}

#hero .slogan {
	text-align: center;
	font-size: 60px;
	line-height: 70px;
	font-weight: 100;
	color: #ffffff;
	position: relative;
	top: 50%;
	margin-top: -139px;
}

#hero .slogan .content {
	display: inline-block;
	max-width: 100%;
	padding: 24px 48px;
	background-image: url('/img/hero-bg.png');
	background-repeat: repeat;
	width: auto;
}

#hero hr {
	margin: 50px auto 0;
}

@media screen and (max-width: 920px) {
	#hero {
		height: 400px;
	}

	#hero .slogan {
		font-size: 40px;
		line-height: 54px;
		margin-top: -105px;
	}

	#hero .slogan p {
		margin-bottom: 0;
	}

	#hero hr.thick {
		border-bottom: 6px solid #ffc20e;
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	#hero {
		height: auto;
		padding: 0px;
	}

	#hero .slogan {
		top: 0;
		margin-top: 0;
	}

	#hero .slogan .content {
		width: 100%;
		padding: 50px;
	}
}

.sinopsis {
	background-color: #273961;
	color: #d1d6e1;
	padding: 60px 0px;
}

.sinopsis h2 {
	color: #d1d6e1;
}

#main {
	color: #4a4a4a;
}

#content {
	margin: 60px 0;
}

#content .divider {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 50px 0;
}

#content .divider.flag {
	background-image: url('img/divider-us-flag.jpg');
}

#content .divider.building {
	background-image: url('img/divider-building.jpg');
}

#content .divider.passport {
	background-image: url('img/divider-passport.jpg');
}

@media screen and (max-width: 730px) {
	#content .divider {
		height: 200px;
	}
}

.group {
	overflow: hidden;
	margin: 0px -24px;
}

.group:after {
	content: '';
	display: block;
	clear: both;
}

.group .item {
	padding: 0px 24px;
	float: left;
}

.group.group-3 .item {
	width: 33.3333%;
}

.group.group-2 .item {
	width: 50%;
}

.group h2 {
	font-size: 20px;
	line-height: 24px;
}

.group p.info {
	min-height: 60px;
}

.group.centered {
	text-align: center;
}

.group.centered hr {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 730px) {
	.content-thin {
		width: 500px;
		max-width: 100%;
	}

	.group {
		margin: 0 auto;
	}

	.group.group-3 .item,
	.group.group-2 .item {
		width: 100%;
		float: none;
		padding: 0;
	}

	.group .item + .item {
		margin-top: 60px;
	}

	.group p.info {
		min-height: 0;
	}
}

form label,
form label span.label,
form input,
form textarea {
	display: block;
}

form span.alert {
	display: none;
}

form label.alert {
	color: #db4a4a;
}

form label.alert input,
form label.alert textarea {
	border: 1px solid #db4a4a;
}

form label.alert span.alert {
	display: inline-block;
}

form input,
form textarea,
#home form#lead-form input,
#home form#lead-form textarea {
	width: 100%;
	height: 34px;
	line-height: 24px;
	padding: 5px;
	border: 1px solid #999999;
}

form textarea,
#home form#lead-form textarea {
	height: 98px;
}

form label + label,
form label + .set,
form .set + label,
form button {
	margin-top: 24px;
}

form span.label {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: 500;
}

#home form#lead-form span.label {
	font-weight: 700;
}

form .set {
	overflow: hidden;
	margin: 0px -12px;
}

form .set div {
	width: 50%;
	float: left;
	padding: 0px 12px;
}

form button {
	background: none;
	border: none;
	background-color: #273961;
	color: #d1d6e1;
	padding: 15px 24px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	cursor: pointer;
}

form button:hover {
	background-color: #1f3157;
}

@media screen and (max-width: 370px) {
	form .set {
		overflow: auto;
		margin: 0;
	}

	form#lead-form .set {
		overflow: hidden;
		margin: 0 -12px;
	}

	form .set div {
		width: 100%;
		float: none;
		padding: 0;
	}

	form .set div + div {
		margin-top: 24px;
	}
}

.content div.info {
	width: 65%;
	float: left;
}

.content div.info.contact {
	width: 100%;
}

.content .form {
	width: 35%;
	float: left;
	padding-left: 60px;
}

form#lead-form {
	background-color: #273961;
	padding: 24px;
	color: #ffffff;
	border-radius: 4px;
	background-image: url('/img/flag.png');
	background-repeat: no-repeat;
	background-position: center top;
}

form#lead-form h2 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
}

form#lead-form > p {
	text-align: center;
	margin-bottom: 24px;
	color: #ffffff;
}

form#lead-form input,
form#lead-form textarea,
#home form#lead-form input,
#home form#lead-form textarea {
	border: none;
}

form#lead-form button {
	background-color: #dd3743;
	color: #ffffff;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.5);
}

form#lead-form button:hover {
	background-color: #cf2a36;
}

#home form#lead-form {
	background-color: #d1d6e1;
	color: #273961;
	background-image: url('/img/flag-dark.png');
}

#home form#lead-form h2 {
	color: #ffffff;
}

#home form#lead-form > p {
	color: #ffffff;
}

form#lead-form .set div {
	width: 100%;
	float: none;
}

form#lead-form .set div + div {
	margin-top: 24px;
}

@media screen and (max-width: 980px) {
	.content div.info,
	.content div.form {
		width: 100%;
		padding: 0;
		float: none;
	}

	.content div.form {
		margin-top: 50px;
	}

	#home form#lead-form {
		background-position: center -30%;
	}

	form#lead-form .set div {
		width: 50%;
		float: left;
		padding: 0px 12px;
	}

	form#lead-form .set div + div {
		margin-top: 0;
	}
}

@media screen and (max-width: 470px) {
	#home form#lead-form {
		background-position: center top;
	}

	form#lead-form .set div {
		width: 100%;
		float: none;
	}

	form#lead-form .set div + div {
		margin-top: 24px;
	}
}

@media screen and (max-width: 370px) {
	form#lead-form h2 {
		font-size: 24px;
		line-height: 32px;
	}

	form#lead-form > p {
		font-size: 13px;
		line-height: 20px;
	}
}

div.info.map {
	margin-top: 16px;
	width: 100%;
}

div.info.map img {
	display: block;
}

div.info.contact {
	margin-top: 24px;
}

div.info.contact span.accent {
	font-size: 11px;
	font-weight: 700;
}

div.info.contact .qr {
	float: right;
	width: 82px;
	display: block;
}

@media screen and (max-width: 400px) {
	div.info.contact .qr {
		float: none;
		width: 164px;
		height: auto;
		margin: 0 auto 24px;
	}
}

#footer {
	background-color: #273961;
	color: #d1d6e1;
	padding: 50px 0px;
	height: 168px;
	overflow: hidden;
}

#footer div.qr {
	position: absolute;
	right: 24px;
	top: -28px;
	padding: 12px;
	border-radius: 4px;
	background-color: #d1d6e1;
}

#footer img.qr {
	width: 82px;
	display: block;
}

#footer ul.nav {
	display: block;
	width: auto;
	overflow: hidden;
	margin: 0 -15px 20px;
	padding-right: 130px;
}

#footer ul li {
	display: inline-block;
	padding: 0px 15px;
}

#footer ul li a {
	color: #d1d6e1;
	text-decoration: none;
	font-weight: 400;
	line-height: 24px;
}

#footer ul li a:hover {
	color: #8896b6;
}

@media screen and (max-width: 675px) {
	#main {
		min-height: 100%;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	#footer {
		height: auto;
		text-align: center;
	}

	#footer ul.nav {
		max-width: 500px;
		text-align: center;
		margin: auto;
		padding: 0;
	}

	#footer div.qr {
		position: static;
		width: 106px;
		margin: 24px auto;
	}
}