@charset"utf-8";

.reset{
margin:0;
padding:0;
list-style:none;
border:0;
border-spacing:0;
border-collapse:collapse
}

.reset input,.reset label,.reset select{
vertical-align:middle
}

.rwd-img{
width:100%
}

li.css a {
  border-radius: 0;
}

#nav-icon{
	display:none;
	position:absolute;
	top:8px;
	left:10px;
	width:50px;
	height:50px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	z-index:21
}

#nav-icon span{
	display:block;
	position:absolute;
	left:13px;
	width:24px;
	height:2px;
	background-color:#444;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	z-index:3
}

#nav-icon span:nth-child(1){
	top:16px
}

#nav-icon span:nth-child(2){
	top:24px
}

#nav-icon span:nth-child(3){
	top:32px
}

#nav-icon.open span:nth-child(1){
	opacity:0
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(3){
	top:24px;
	width:24px
}

#nav-icon.open span:nth-child(2){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

#nav-icon.open span:nth-child(3){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

@media only screen and (max-width:640px){
	#nav-icon{display:block}
}

.gotop{
	opacity:0;
	position:fixed;
	z-index:5;
	z-index:100;
	right:60px;
	bottom:40px;
	cursor:pointer;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.gotop.view{
	opacity:1
}

.full-wrap{
	position:relative;
	width:100%;
	overflow-x:hidden
}

.g-container.view{
	padding-top:100px
}

.page-wrap{
	margin:0 auto;
	padding:0 20px;
	max-width:1440px
}

.page-subject{
	margin:0;
	padding:20px 0;
	position:relative;
	display:inline-block;
	color:#222;
	font-weight:normal;
	line-height:100%;
	font-family:'Oswald';
	font-size:50px
}

.page-subject:first-letter{
	color:#d72630;
	font-size:60px;
	vertical-align:middle;
	line-height:80px
}

.page-subject:before{
	pointer-events:none;
	content:"";
	position:absolute;
	bottom:35px;
	left:32px;
	width:calc(100% - 32px);
	height:3px;
	background-color:#d72630
}


#header{
	position:relative;
	font-size:0
}

#header:before{pointer-events:none;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background-color:#e3e3e3;
}

#header .logo{position:relative;
	z-index:10;
	display:inline-block;
	margin:24px 0 24px 60px;
	width:316px;
	height:52px;
	vertical-align:middle
}

#header.view{
	position:fixed;
	z-index:99;
	top:-100px;
	left:0;
	min-height:100px;
	width:100%;
	background-color:#fff;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}

#header.scroll{top:0}
#header.view #nav li a{color:#222}
#header.view #nav li.current a,#header.view #nav li:hover a{color:#f53c46}
#header.view .lang-box .txt{color:#222}
#header.view .lang-box .icon{background-image:url("../images/icon_earth2.png")}
#header.view .lang-box .txt:before{background-color:#222}
#header.view .lang-box .list a,#header.view #nav .lang-box .list a{color:#fff}
#header.view .lang-box:hover .txt,#header.view .lang-box a:hover,#header.view #nav .lang-box .list a:hover{color:#f53c46}
#header.view .lang-box:hover .txt:before{background-color:#f53c46}
#header.view .lang-box:hover .icon{background-image:url("../images/icon_earth3.png")}

@media only screen and (max-width:1024px){#header .logo{margin:10px 0 10px 10px}
	#header.view{min-height:66px}
	#header.view #nav{top:7px}
}

@media only screen and (max-width:640px){
	#header{
		min-height:66px;
		background-color:#fff
	}

	#header .logo{position:absolute;
		top:5px;
		left:50%;
		margin:0 0 0 -130px;
		width:300px;
		height:36px
	}
	#header.view{min-height:66px}
	#header.view
	#nav{top:66px}
}

#nav{
	position:absolute;
	z-index:9;
	top:8px;
	left:0;
	padding-bottom:10px;
	width:100%;
	display:inline-block;
	padding-right:30px;
	text-align:right;
	font-size:0
}

#nav li{
	display:inline-block;
	margin:0 32px;
	color:#222;
	font-size:18px;
	font-weight:100;
	vertical-align:middle
}

#nav li a{
	position:relative;
	display:block;
	padding:30px 0 37px;
	color:#222

}
#nav li a:before,#nav li a:after{
	opacity:0;
	pointer-events:none;
	content:"";
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	background-color:#f53c46;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

#nav li a:before{
	width:100%;
	height:3px
}

#nav li a:after{
	left:50%;
	width:1px;
	height:10px;
	bottom:13px
}
#nav li:hover a{color:#f53c46}
#nav li:hover a:before,#nav li:hover a:after{opacity:0}
#nav li:hover .sub-nav{
	pointer-events:auto;
	opacity:1
}
#nav li:last-child{margin-top:0px}

.lang-box{
	padding:10px 0;
	position:relative;
	font-size:0;
	cursor:pointer}
	.lang-box .list{pointer-events:none;
	opacity:0;
	position:absolute;
	top:40px;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:70px;
	background-color:#333;
	border:1px solid #555;
	border-bottom:none;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

#nav .lang-box .list a,.lang-box .list a{
	display:block;
	margin:0;
	padding:8px 0;
	color:#fff;
	font-size:15px;
	text-align:center;
	/*border-bottom:1px solid #555*/
}
.lang-box .icon{
	display:inline-block;
	margin-right:5px;
	width:22px;
	height:22px;
	background:url("../images/icon_earth2.png");
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	vertical-align:middle
}

.lang-box .txt{
	display:inline-block;
	position:relative;
	font-size:15px;
	vertical-align:middle
}

.lang-box .txt:before{
	pointer-events:none;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background-color:#222
}

.lang-box:hover .txt{color:#f53c46}
.lang-box:hover .txt:before{background-color:#f53c46}
.lang-box:hover .list,.lang-box .main:hover{
	pointer-events:auto;
	opacity:1
}

.lang-box:hover .icon{background-image:url("../images/icon_earth3.png")}
#nav .lang-box .list a:hover,.lang-box .list a:hover{color:#f53c46}
#nav .sub-nav{
	pointer-events:none;
	opacity:0;
	position:absolute;
	top:91px;
	left:0;
	padding:40px 0 30px;
	width:100%;
	font-size:0;
	text-align:center;
	background:url("../images/sub_bg.png");
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

#nav .sub-nav li{
	display:inline-block;
	margin:0;
	padding:0 10px;
	width:calc(100% / 5);
	vertical-align:top
}

#nav .sub-nav li:last-child{margin:0}
#nav .sub-nav a{
	display:inline-block;
	vertical-align:middle
}

#nav .sub-nav a:before,#nav .sub-nav a:after{
	display:none;
	opacity:0
}

#nav .sub-nav a .title{
	display:inline-block;
	padding-top:20px;
	font-family:'Oswald';
	color:#fff;
	font-size:20px;
	font-weight:100
}

#nav .sub-nav a:hover{opacity:.85}
#nav .sub-nav a:hover .title{color:#f53c46}
#nav li.current a{color:#f53c46}
#nav li.current a:after,#nav li.current a:before,#header.view #nav li.current a:after{opacity:1}
#header .lang-box a:before,#header .lang-box a:after{display:none}
.lang-box.mobile{display:none}

@media only screen and (max-width:1440px){#nav .sub-nav{padding:10px 0 5px}
	#nav .sub-nav a .title{
	font-size:18px;
	padding-top:10px
	}
}
@media only screen and (max-width:1024px){
	#nav{
	top:6px;
	padding-right:20px
	}

	#nav li{margin:0 20px}
	#nav li a{
	padding-bottom:17px;
	padding-top:24px
	}

	#nav li:last-child{margin-top:0px}
	#nav li a:after{
		height:10px;
		bottom:0px
	}

	#nav li:hover .sub-nav{top:66px}
	#nav .sub-nav a .title{line-height:22px}
}

@media only screen and (max-width:640px){
	#nav{
		pointer-events:none;
		opacity:0;
		top:66px;
		left:0;
		margin:0;
		padding:0;
		text-align:left;
		background:#FFF;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		-ms-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out
	}

	#index #header.view #nav{top:66px}
	#nav.open{
		pointer-events:auto;
		opacity:1
	}

	#nav li{
		display:block;
		margin:0;
		padding:0;
		width:100%;
		/*border-bottom:1px solid #eee*/
	}

	#nav li a{
		padding:15px 20px;
		color:#222
	}

	#nav li a:after{display:none}
	#nav li:last-child{
		margin:0;
		border-bottom:none
	}

	#nav li .lang-box{display:none}
	.lang-box.mobile{display:block}
	.lang-box{
		position:absolute;
		z-index:101;
		top:10px;
		right:20px
	}

	#nav .sub-nav,#nav li:hover .sub-nav{
		display:none;
		pointer-events:auto;
		margin:0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		opacity:1;
		padding:0
	}

	#nav .sub-nav.open,#nav li:hover .sub-nav.open{display:block}
	#nav .sub-nav li{
		display:block;
		margin:0;
		padding:0;
		width:100%;
		text-align:left;
		border-bottom:1px solid #777
	}

	#nav .sub-nav li a img{display:none}
	#nav .sub-nav li a{padding:8px 0}
	#nav .sub-nav a .title{
		font-family:'Poppins';
		font-size:16px
	}

}

.btn-box .btn-style{
	display:inline-block;
	padding:0 35px;
	color:#fff;
	font-weight:lighter;
	line-height:44px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:none
}

.btn-box .btn-style.no-radio{
	-webkit-border-radius:0;
	border-radius:0
}

.btn-box .btn-style:focus{outline:none}
.btn-box .btn-style.gray{background-color:#626262}
.btn-box .btn-style.red{background-color:#d72630}
.btn-box .btn-style.d-red{background-color:#b53138}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}