html, body {
	position: relative;
	height: 100%;
    font-family: NotoSansHans-Regular
}

.swiper-container {
	width: 100%;
	height: 100%;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

.header{
	width: 100%;
	height: 100px;
	background-color: white;
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-size:1.3em;
	top:0
}

.text_blue{
	color:#294970!important;
}
.title_bold{
	font-weight: 500;
}

.home_bg{
	width: 100%;
}

.navi > div{
	cursor: pointer;
}

.index_c{
	width: 1100px;
	opacity: 0.25;
}

.circle_container{
	position: absolute;
	top:60px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	z-index: 1;
	text-align: center;
}
.circle_text{
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	font-size: 1.6em;
	text-align: center;
}

@media(max-width: 1200px) {
	.index_c{
		width: 900px;
	}
	.circle_text{
		top: 25%;
	}
}

@media(max-width: 1000px) {
	.index_c{
		width: 1100px;
	}
}
.about{
	background-image: url("../img/about_bg.png");
	background-size: cover;
}

.about_c{
	width: 1100px;
}
.about_text{
	width: 800px
}
@media(max-width: 1200px) {
	.about_c{
		width: 900px;
	}
	.about_text{
		width: 620px;
		font-size: 1.3em;
	}
}

@media(max-width: 1000px) {
	.about_c{
		width: 700px;
	}
}
.about_title{
	padding-bottom: 50px;
	margin-top: -100px;
	font-size: 2em;
}
.seattle{
	background-image: url("../img/1.png");
	background-size: cover;
}
.san{
	background-image: url("../img/2.png");
	background-size: cover;
}
.los{
	background-image: url("../img/3.png");
	background-size: cover;
}
.shanghai{
	background-image: url("../img/4.png");
	background-size: cover;
}
.vancouver{
	background-image: url("../img/5.png");
	background-size: cover;
}


.swiper_title1{
	position: absolute;
	top: 150px;
	color: white;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.swiper_title2{
	font-size: 2.4rem;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5;
    letter-spacing: 3px;
}

.header_text{
	color: black;
}

.header_btn {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	border-radius: 30px;
	/*box-shadow: 0 2px 5px 1px rgba(47,79,79,0.4);*/
	color: #203878!important;
	border: 1px solid #203878;
	padding-top: 0.40rem !important;
	padding-left: 30px;
	padding-right: 30px;
}

.swiper_btn{
	background: transparent;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0px 2px 5px 1px rgba(47,79,79,0.4);
	color: white!important;
	border: 2px solid white;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 30px;
	padding-right: 30px;
}

.hamburger {
	display: none;
	color: black;
	font-size: 1.5rem;
}
.hamburger:hover {
	color: black!important;
}

.header_width{
	margin-left: 8%;
}

@media screen and (max-width: 980px) {
	.topnav a:not(:first-child){
		display: none;
	}
	.hamburger_body{
		display: none;
	}
	.topnav a.hamburger {
		position: absolute;
		right: 5vw;
		top: 27px;
		display: block;
	}
	.header_width{
		width: 100%!important;
		margin-left: 3%;
	}
}

#ham_menu{
	min-width: 300px;
	display: none;
}
#ham_menu >div >p{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 900;
}

.col-logo-1 {
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}
.index_title{
	height: 180px;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: Center;
	color: #e6e6e6;
	font-weight: bold;
	font-size: 3.5rem;
}
.index1_text{
	display: flex;
	justify-content: center;
	align-items: Center;
	height: 100%;
	font-size: 1.4rem;
	width: 85%;
	font-weight: bold;
}

.index2_text{
	font-size: 1.4rem;
}
.index_logo{
	position: absolute;
	top: 2rem;
	width: 25%;
	padding-left: 2rem!important;
}
.index_num{
	position: absolute;
	bottom: 3rem;
	width: 85%;
}
.num{
	font-family: serif;
	font-size: 8rem;
	color:#cecece;
	line-height: 150px;
}

.line1{
	border-top: 2px solid #cecece;
	width: 200px;
	z-index: 1;
	margin-left: -100px;
	margin-bottom: 25px;
}

.line2{
	position: relative;
	border-top: 2px solid #cecece;
	width: 200px;
	z-index: 1;
	margin-left: 105%;
	margin-bottom: 25px;
}

@media(max-width: 1300px) {
	.line2{
		margin-left: 95%;
	}
}
/*team page*/
.team_img{
    padding-top: 100px;
}
.team_title{
    position: absolute;
    font-size: 2.4rem;
    letter-spacing: 3px;
    font-family: cn_title;
    top: 155px;
    left: 10%;
    color: white;
}

.team_bg{
    background-image: url("../img/team_bg.png");
    background-size: cover;
}


.container ul { padding-left:20px; list-style:none; }
.container li { margin-bottom:10px; }
.container li:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin:0 0 0 -10.2px;
	color: #203878;
}

.team_person_title{
	font-family: cn_title;
	text-align: center;
	padding-bottom: 0;
	font-size: 2.5rem;
	line-height: 0.8;
}
.team_person_title_en{
	font-family: cn_title;
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 1rem;
}

.team_container{
	height: 100%;
	overflow: scroll;
}
.team_container::-webkit-scrollbar {
	display: none;
}

.team_img{
	padding-top: 100px;
}

/*about page*/
.about_title{
	position: absolute;
	font-size: 2.4rem;
	letter-spacing: 3px;
	font-family: cn_title;
	top: 145px;
	color: white;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.about_bg{
	background-image: url("../img/about_bg.png");
	background-size: cover;
}


/*projects page*/
.projects_title{
	position: absolute;
	font-size: 2.4rem;
	letter-spacing: 3px;
	font-family: cn_title;
	top: 155px;
	color: white;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.card-title{
	font-family: cn_title;
	color: black;
	font-size: 1.5em;
}
.card-subtitle{
	font-family: cn_title;
	color: #203878;
}
.card{
	min-height: 680px;
}

.project_bg{
	background-image: url("../img/project_bg.png");
	background-size: cover;
}

/*about page*/
.demo{
	background-image: url("../img/about_bg.png");
	background-size: cover;
	padding: 1.5em 0}
.main-timeline{
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.main-timeline:before{
	content: "";
	width: 3px;
	height: 100%;
	background: #c8c8c8;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 25px;
}
.main-timeline .timeline{
	margin-bottom: 50px;
	position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.main-timeline .timeline-icon{
	width: 15px;
	height: 15px;
	background: #203878;
	overflow: hidden;
	margin-left: -6.52px;
	position: absolute;
	top: 20px;
	left: 50%;
	text-align: center;
}

.main-timeline .year_right{
	font-family: cn_title;
	overflow: hidden;
	margin-left: -6.52px;
	position: absolute;
	top: -20px;
	left: 55%;
	text-align: center;
	color: #203878;
	font-size: 4rem;
}

.main-timeline .year_left{
	font-family: cn_title;
	overflow: hidden;
	margin-left: -6.52px;
	position: absolute;
	top: -20px;
	right: 55%;
	text-align: center;
	color: #203878;
	font-size: 4rem;
}

.main-timeline .timeline-icon i{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
}
.main-timeline .timeline-content{
	width: 45%;
	padding: 20px;
	border-radius: 5px;
	/*background: #fff;*/
	/*-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
	/*-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
	/*-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
	/*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
	/*-webkit-transition: all 0.3s ease 0s;*/
	/*-moz-transition: all 0.3s ease 0s;*/
	/*-ms-transition: all 0.3s ease 0s;*/
	/*transition: all 0.3s ease 0s;*/
}
.main-timeline .timeline-content:before{
	content: "";
	/*border-left: 7px solid white;*/
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 45%;
	top: 20px;
}

.main-timeline .description{
	font-size: 14px;
	color: #726f77;
}
.main-timeline .read-more:hover{
	top: 2px;
	left: 2px;
	box-shadow: none;
}
.main-timeline .timeline-content.right{
	float: right;
}
.main-timeline .timeline-content.right:before{
	content: "";
	right: 45%;
	left: inherit;
	border-left: 0;
	/*border-right: 7px solid white;*/
}
@media only screen and (max-width: 990px){
	.main-timeline .title{
		font-size: 25px;
	}
	.main-timeline .timeline-content::before{
		top: 16px;
	}
}
@media only screen and (max-width: 767px){
	.main-timeline{ margin-left: 20px; }
	.main-timeline:before{ left: 0; }
	.main-timeline .timeline-content{
		width: 90%;
		float: right;
	}
	.main-timeline .timeline-content:before,
	.main-timeline .timeline-content.right:before{
		left: 10%;
		right: inherit;
		margin-left: -6px;
		border-left: 0;
		/*border-right: 7px solid white;*/
	}
	.main-timeline .timeline-icon{
		left: 0;
	}
}
@media only screen and (max-width: 479px){
	.main-timeline .timeline-content{
		width: 85%;
	}
	.main-timeline .timeline-content:before,
	.main-timeline .timeline-content.right:before{
		left: 15%;
	}
	.main-timeline .title{
		font-size: 20px;
	}
	.main-timeline .timeline-content:before{
		top: 13px;
	}
}

.about_img_title{
	line-height: 1.1;
	min-height: 30px;
	margin-bottom: 0.2rem;
	font-weight: bold;
}
.about_container{
	height: 100%;
	overflow: scroll;
}
.about_container::-webkit-scrollbar {
	display: none;
}


/* Page Loader */
.loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
}


.loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 12%;
	left: 0;
	width: 420px;
	height: 425px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	animation: loaderAnim 2.5s linear infinite alternate forwards;
	background-image: url(../img/loading_logo.png);
	animation-timing-function: ease;
}

@keyframes loaderAnim {
	from {left: 55%;}
	to {left: 40%;
		opacity: 0;
	}

	/*to {*/
		/*opacity: 0;*/
		/*transform: scale3d(0.5,0.5,1);*/
	/*}*/
}


.quality_text{
	min-height: 250px;
}

.num_image{
	width: 80px;
	height: auto;
}

ul, ol {
	padding-left: 0;
	list-style: none;

}
.contact_text{
	font-size: 1.3rem;
	font-weight: bold
}

/*map css start*/
#map {
	width: 100%;
	height: 700px;
}


html, body, #container {
	height: 100%;
	width: 100%;
}

.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}

.content-window-card p {
	height: 2rem;
}

.custom-info {
	border: solid 1px silver;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}

div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}

div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}

div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

div.info-middle {
	font-size: 12px;
	padding: 10px 6px;
	line-height: 20px;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
}

span {
	margin-left: 5px;
	font-size: 11px;
}

.info-middle img {
	float: left;
	margin-right: 6px;
}


#button {
	display: inline-block;
	background-color: lightskyblue;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button::after {
	content: "\f077";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button:hover {
	cursor: pointer;
	background-color: cornflowerblue;
}

#button.show {
	opacity: 1;
	visibility: visible;
}


#button2 {
	display: inline-block;
	background-color: lightskyblue;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button2::after {
	content: "\f007";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#button2:hover {
	cursor: pointer;
	background-color: cornflowerblue;
}

#button2.show {
	opacity: 1;
	visibility: visible;
}


.mobile{
	display: none;
}

#about{
	background-color: white;
	margin-top: 100vh
}

@media(max-width: 778px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.index1_text{
		width: 100%;
	}

	#about{
		background-color: white;
		margin-top: 0
	}

	.loading::after {
		content: '';
		position: fixed;
		z-index: 100000;
		top: 6.5%;
		left: 100%;
		width: 220px;
		height: 220px;
		margin: -30px 0 0 -30px;
		pointer-events: none;
		animation: loaderAnim 3s linear infinite alternate forwards;
		background-image: url(../img/loading_logo_sm.png);
		animation-timing-function: ease;
	}
}
.hero{
	background-size: cover;
	background-image: url("../img/3.jpg");
	height: 100vh;
}

.product{
	height: 80%;
}
.product_text{
	padding-top: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: NotoSansHans-Regular;
}