*{
	box-sizing: border-box;
	position: relative;
}
a,ul,li{text-decoration: none; list-style: none;}
h1,h2,h3,h4,h5,h6,p,a,ul,li{
/*	font-family: 'helvetica','roboto',sans-serif;*/
	color: #000;
	font-family: "PT Sans", serif;
	font-weight: 400;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    height: 100%;
	width: calc(100vw);
	overflow: auto;
	font-size: 100%;
}
.wrapper{
	width: 100vw;
	height: 100%;
	user-select: none;
	overflow: hidden;	
	background-image: url('../img/font-page BG.jpg');
	background-size: cover;
}
.wrapper-inner{
	height: 90%;
	position: absolute;
	width: 110%;
	bottom: 0%;
	perspective: 200px;
	overflow: hidden;
	left: 0;
}
.wrapper-bg{
	position: absolute;
	width: 100%;
	height: 80%;
	top: 0;
	right: 0;
	overflow: hidden;
	animation: BG-animation 10s -1s both;
	border-radius: 5px;
}

@keyframes BG-animation{
	0%{transform: rotateY(30deg) rotateX(20deg) rotateZ(45deg) scale(1.5);}
	100%{transform: rotateY(-20deg) rotateX(0deg) rotateZ(0deg);}
}
.wrapper-bg img{
	position: absolute;
	right: -10%;
	top: 30%;
	width: 70%;
	animation: wrapper-show 8s 0.2s both;
}
@keyframes wrapper-show{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
/*navbar*/
.navbar{
	widows: 100%;
	height: 100px;
	background-color: rgba(46,70,88,1);
}
.logo{
	height: 100%;
	margin-left: 6%;
	display: inline-block;
	vertical-align: top;
}
.logo img{margin-top: 10px; transform: scale(0.7);}
.nav-item-box{
	height: 100%;
	margin-right: 3%;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}
.nav-item{
	flex: 1;
}
.nav-item h5{
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 100px;
	text-align: center;
	font-weight: 700;
	animation: text-show 0.5s 0.3s both;
	color: rgba(255,255,255,0.5);
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.nav-item h5:hover{
	color: #fff;
}
.index{
	width: 100%;
	height: 3vh;
	background-color: rgba(139, 162, 173);
}
.index h6{
	color: #fff;
	font-size: 2vh;
	padding-left: 10%;
	line-height: 3vh;
}
/*Nav-item-mobile*/
.nav-item-box-mobile{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	transition: all 0.3s;
}
.nav-button{
	width: 20px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 100;
	height: 50px;
}
.nav-button span{
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 15px;
}
.nav-button span:nth-child(2){top: 23px;}
.nav-button span:nth-child(3){top: 31px;}
.nav-item-inner{
	width: 100%;
/*	background-color: rgba(255,255,255,1);*/
	visibility: hidden;
	opacity: 0;
}
.nav-item-inner.js-show{
	opacity: 1;
	visibility: visible;
	z-index: 200;
}
.nav-menu{
	width: 100%;
	display: inline-block;
	font-size: 2vh;
	line-height: 8vh;
	text-align: center;
	text-align: left;
}
.nav-menu img{
	position: absolute;
	right: 0;
	top: 10px;
	width: 50px;
	height: 40px;
	vertical-align: middle;
}
.nav-menu li{
	border: 1px solid #fff;
	background-color: rgba(240,240,240,1);
	padding: 0% 5%;
	font-weight: 700;
}
.sub-nav-menu{
	font-size: 1.5vh;
	line-height: 5vh;
	font-weight: 500;
	display: none;
}
.sub-nav-menu li{
	background-color: rgba(204,204,204,1);
	font-weight: 500;
}
.close-btn{
	display: inline-block;
	padding-top: 5%;
	width: 100%;
	background-color: rgba(240,240,240,1);
	height: 6vh;
}
.close-btn span{
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%) rotate(45deg);
}
.close-btn span:nth-child(2){
	transform: translateY(-50%) rotate(-45deg);
}
.lan-box{display: none;}
/*content*/
.content{
	width: 90%;
	height: 80%;
	margin: 0 auto;
}
.text-box{
	position: absolute;
	width: 68%;
	height: 100%;
	left: 3%;
}
.text-box h1{
	font-size: 6.5vw;
	color: #fff;
	line-height: 12vh;
	animation: text-show 1.5s 1s both;
	margin-top: 6%;
	font-weight: 700;
	letter-spacing: 4px;
}
.text-box h3{
	font-size: 2rem;
	color: rgba(248,252,3,1);
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 60px;
	animation: text-show 3s 2s both;
}
.link-box{
	position: absolute;
	left: 0%;
	width: 100%;
	animation: moving-up 2s 1s both;
}
@keyframes moving-up{
	0%{opacity: 0; top: 90%;}
	100%{opacity: 1; top: 75%;}
}
.link-box h5{
	font-size: 1.7vw;
	line-height: 70px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	width: 230px;
	color: #fff;
}
.link-box h5:hover{color: rgba(158,187,203,1);}
.link-box img{
	width: 35px;
	display: inline-block;
	margin-top: 30px;
	margin-left: 30px;
}
.menu-box.mobile{display: none;}
.menu-box{
	width: 42%;
	height: 78%;
	position: absolute;
	bottom: -13%;
	right: 0%;
	display: flex;
}
.menu{
	width: 20%;
	flex: 0.6;
	transition: all 0.3s;
	flex-shrink: 0;
	align-self: flex-end;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.menu:hover{flex: 2;}
.menu.menu-1{
	height: 80%;
	background-color: rgba(14,200,194,0.3);
	animation: grow-up-80 1s 0.3s both;
	border-top-left-radius: 20px;
}
@keyframes grow-up-80{
	0%{height: 0%;}
	40%{height: 80%;}
	75%{height: 60%;}
	100%{height: 80%;}
}
.menu.menu-1:hover{
	background-color: rgba(88,130,147,0.3);
}
.menu.menu-2{
	height: 95%;
	background-color: rgba(134,151,199,0.3);
	animation: grow-up-95 1s 0.4s both; 
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
@keyframes grow-up-95{
	0%{height: 0%;}
	40%{height: 95%;}
	75%{height: 50%;}
	100%{height: 95%;}
}
.menu.menu-2:hover{
	background-color: rgba(168,199,219,0.3);
}
.menu.menu-3{
	height: 85%;
	background-color: rgba(49,68,79,0.3);
	animation: grow-up-85 1s 0.5s both; 
	border-top-right-radius: 20px;
}
@keyframes grow-up-85{
	0%{height: 0%;}
	40%{height: 85%;}
	75%{height: 60%;}
	100%{height: 85%;}
}
.menu.menu-3:hover{
	background-color: rgba(131,154,167,0.3);
}
.menu.menu-4{
	height: 75%;
	flex: 0.2;
	background-color: rgba(248,232,3,1);
	border-top-right-radius: 20px;
	animation: grow-up-75 1s 0.6s both;
}
@keyframes grow-up-75{
	0%{height: 0%;}
	40%{height: 75%;}
	75%{height: 50%;}
	100%{height: 75%;}
}
.menu h1{
	font-size: 18vh;
	top: 5%;
	padding-left: 20%;
	font-weight: 500;
	animation: text-show-grow 0.5s both;
	transition: all 0.3s;
}
.menu:hover h1{padding-left: 10%;}
.menu.menu-2:hover h1{padding-left: 7%;}
.menu.menu-3:hover h1{padding-left: 7%;}
.menu h3{
	font-size: 1.8rem;
	padding-left: 56%;
	font-weight: 600;
	top: -2%;
	animation: text-show 0.5s 0.5s both;
	transition: all 0.3s;
	color: rgba(0,0,0,0.8);
}
.menu:hover h3{color: rgba(255,255,255,0.5);}
.menu.menu-1:hover h3{top: -1%; padding-left: 43%;}
.menu.menu-2:hover h3{top: -1%; padding-left: 25%;}
.menu.menu-3:hover h3{top: -1%; padding-left: 38%;}
.menu-4:hover h3{padding-left: 0%;}
.menu-3 h3{padding-left: 55%;}
.menu-2 h3{padding-left: 45%;}
.menu h4{
	width: 100%;
	top: 30px;
	padding: 0% 10%;
	line-height: 2.8vh;
	opacity: 0;
	visibility: hidden;
	font-size: 1vw;
}
@keyframes text-show-grow{
	0%{opacity: 0; transform: scale(0.5);}
	100%{opacity: 1; transform: scale(1.0);}
}
.menu-1 h4{color: #fff;}
.menu-2 h4{color: #fff;}
.menu-3 h4{color: #fff;}
.menu-4 h3{
	transform: rotate(90deg);
	right: -0.5%;
	padding-left: 0;
	position: fixed;
	top: 75%;
	animation: text-show 0.5s 0.7s both;
}
@keyframes text-show{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
.menu img{
	position: absolute;
	bottom: 0;
	right: 10%;
	height: 350px;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.menu a{
	transition: all 0.3s;
/*	color: rgba(255,255,255,0.5);*/
	color: transparent;
	-webkit-background-clip: text;
	background-image: url('../img/Image0101-text.jpg');
	background-size: cover;
}
.menu:hover a{
	color: yellow;
}
.menu.menu-4:hover a{color: rgba(158,187,203,1);}
.menu.menu-1:hover img,.menu.menu-1:hover h4,.menu.menu-3:hover h4,.menu.menu-2:hover h4{
	opacity: 1; 
	visibility: visible; 
	transition: all 3s;
}
.link-pop{
	position: absolute;
	right: -3%;
	bottom: -5%;
	width: 50px;
	height: 50%;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.link-pop.js-hide{
	opacity: 0;
	visibility: hidden;
	right: -0.5%;
	transform: scale(0.5);
}
.link-btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #999;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.link-pop a{
	color: #fff;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
}
/*footer*/
.footer{
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.8rem;
}
.copyright-box{
	font-weight: 600;
	padding-left: 6.5%;
}
.copyright-box:after{
	clear: both;
	content: "";
	display: block;
}
.copyright{
	line-height: 50px;
	float: left;
	padding: 0 20px;
}
.footer h5{color: rgba(255,255,255,0.7);}
.copyright-box a{
	line-height: 50px; 
	float: left;
	padding: 0 10px;
	font-weight: 600;
}
.copyright-box a h5:hover{color: #fff;}

/*Medi query*/
/* 2K */
@media (min-width: 1921px) and (max-width: 2560px){
	.wrapper{perspective: 150px;}
	.wrapper-inner{height: 100%;}
	.wrapper video{transform: scale(1.2);}
	.content{height: 100%;}
	@keyframes moving-up{
	0%{opacity: 0; bottom: 0%;}
	100%{opacity: 1; bottom: 25%;}
	}
	.menu-4 h3{right: 1%;}
	.text-box h1{line-height: 10rem;}
	.text-box h3{font-size: 3rem;}
	.link-box h5{font-size: 3rem; width: 400px; line-height: 100px;}
	.menu h4{font-size: 1.3rem;}
}
/*Laptop 17"*/
@media (max-width: 1600px){
	.wrapper{perspective: 120px;}
	.navbar{height: 80px;}
	.logo{margin-left: 2%;}
	.logo img{margin-top: 0px;}
	.nav-item h5{font-size: 24px; line-height: 80px;}
	.text-box h3{font-size: 2rem;line-height: 4rem;}
	@keyframes moving-up{
	0%{opacity: 0; bottom: 0%;}
	100%{opacity: 1; bottom: 5%;}
	}
	.link-box img{margin-top: 20px;}
	.menu-box{height: 80%; bottom: -15%;}
	.menu h3{font-size: 1.6rem;margin-top: -15px;}
	.menu-4 h3{right: -1%;margin-top: 0px;}
	.nav-item-box-mobile{display: none; border: 0px;}
	.index h6{padding-left: 7%;}
	.link-box h5{font-size: 1.8rem;line-height: 3.5rem;}
}
@media (max-width:1400px){
	.navbar{height: 65px;}
	.nav-item h5{font-size: 1.2rem; line-height: 65px;}
	.logo img{transform:scale(0.5); margin-top: -10px;}
	.menu:hover h3{padding-left: 40%;}
	.menu-4 h3{right: -3%;}
	.menu-4:hover h3{padding-left: 0%;}
	.link-box h5{width: 300px;}
}
/*iPad pro*/
@media (max-width: 1024px){
	.nav-item-box{display: none; visibility: hidden;}
	.nav-item-box-mobile{display: block;}
	.nav-button{top: 10px;}
	.text-box h1{line-height: 8vh; font-size: 8vh; margin-top: 5%;}
	.text-box h3{font-size: 2vh; line-height: 3vh;}
	@keyframes moving-up{
		0%{opacity: 0; top: 65%;}
		100%{opacity: 1; top: 42%;}
	}
	.menu-box{height: 55%; width: 100%;}
	.menu h1{font-size: 12vh; top: 5%;}
	.menu h3{font-size: 1.7rem;}
	.menu h4{top: 10px; font-size: 1.2vh; line-height: 2vh; display: none;}
	.menu.menu-4 h3{right: -9%; margin-top: 95px;}
	.footer h5{font-size: 0.9rem;}
	.menu:hover{flex: 0.6;}
	.menu.menu-4:hover{flex: 0.2;}
	.logo{margin-left: -5%;}
}
/*iPad mini*/
@media (max-width: 768px){
	.wrapper{perspective: 100px;}
}
/*iPhone*/
@media (max-width: 575px){
	/*menu*/
	.navbar{height: 50px;}
	.nav-button{top: 0px;}
	.index{display: none;}
	/*layout*/
	.wrapper{background-image: url('../img/wrapper-bg-mobile.jpg');}
	.wrapper-bg{display: none;}
	.logo{margin-left: -100px;}
	.logo img{transform: scale(0.3); margin-top: -15px;}
	.content{width: 95%;}
	.text-box{width: 100%;}
	.text-box h1{font-size: 7vh; line-height: 10vh; animation: text-show 1.5s 0s both; letter-spacing: 0px;}
	.text-box h3{font-size: 3vh; line-height: 10vh; animation: text-show 3s 0s both;}
	.link-box{display: none;}
	.menu-box{margin-top: 50px;}
	.menu-4{display: none;}
	.menu h3{font-size: 2vh; color: rgba(255,255,255,0.3);}
	/*footer*/
	.copyright-box{width: 100%; text-align: center;}
	.copyright-box a{display: none;}
	.copyright{display: inline-block; width: 100%;}
	.footer{margin-top: 20px; height: 5vh;}
	.footer h5{font-size: 1vh;}
	/*Language*/
	.lan-box{position: absolute; top: 0; right: 15%;display: block;}
	.lan-option{display: inline-block; vertical-align: top;}
	.lan-option h5{color: rgba(255,255,255,0.85); padding: 0 5px; line-height: 50px; text-align: center; font-size: 2vh;}
}