html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/**{outline:1px solid lime;}*/
:root{
	--green:#235051;
	--orange:#f06c5d;
	--purple:#462080;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: darkgrey;
}
::-webkit-scrollbar-thumb:hovernews_block {
  background: darkgrey;
}
.m680{
	display: none;
}
strong{
	font-weight: 700;
}
html,body{
	position: relative;
	width: 100%;
	overflow: auto;
	font-family:"Poppins", "Noto Sans SC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei", "微軟雅黑體","Microsoft YaHei",system-ui,Arial,Helvetica,sans-serif;
	font-weight: 500;
}
body{
	color:#fff;
	font-size: 16px;
}
a{
	color:#fff;
	text-decoration: none;
}
.oh{
	overflow: hidden;
}
.hide{
	display: none;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.container{
	position: relative;
	width: 100%;
	/*opacity: 0;*/
	overflow-x: hidden;
}
header{
	position: fixed;
	width: 100%;
	height: 120px;
	z-index: 1000;
	transition:all 0.5s;
}
header.down{
	height: 70px;
	background-color: var(--green);
}
header.down .header_inner{
	padding:10px 60px;
}
header.down .logo img{
	height: 50px;
}
.header_inner{
	position: relative;
	/*max-width: 1400px;*/
	margin:0 auto;
	box-sizing: border-box;
	padding:20px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition:all 0.5s;
}
.logo img{
	transition:all 0.5s;
	height: 79px;
}
.header_inner ul li {
	float: left;
	margin-left: 40px;
}
.header_inner ul li a{
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	user-select: none;
}
.login{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_login.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 22px;
}
.btn_gologout,
.btn_gologin{
	cursor: pointer;
	user-select: none;
}
.btn_menu{
	display: none;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/menu.png");
	width: 25px;
	height: 26px;
	user-select: none;
	cursor: pointer;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
nav ul li a{
	display: block;
	box-sizing: border-box;
	padding:20px 0;
	text-align: center;
	font-size: 20px;
	color:var(--green);
}
.btn_close{
	position: absolute;
	top: 5vw;
	right: 5vw;
	font-size: 10vw;
	color:var(--green);
	cursor: pointer;
	user-select: none;
}
/*****************************************************************/
#intro{
	width: 100%;
	position: relative;
}
#intro.maxh{
	max-height: 1100px;
}

#intro .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 100%;
	box-sizing: border-box;
	padding:0 20px;
	position: relative;
	z-index: 20;
	padding-top: 100px;
	padding-bottom: 40px;
}
#video_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 10;
	/*background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_screencap.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(0.5);
}
.intro_top{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.intro_left{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.intro_right{
	position: relative;
	/*width: 55%;*/
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 13px #452f2f;
}
.intro_right video{
	max-width:100%;
	display: block;
}
.intro_bottom{
	display: flex;
	margin:0 auto;
	width: 60%;
	align-items: center;
	padding-top: 20px;
}
.intro_bottom > div:nth-child(2){
	position: relative;
	padding:0 40px;
}
.intro_bottom h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.intro_bottom p{

}
.expand{
	color: #193938;
    background: #fff;
    padding: 0 5px;
    cursor: pointer;
}
.link_pdf{
	position: relative;
	font-size: 20px;
	display: inline-block;
	margin-top: 20px;
	box-sizing: border-box;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 20px;
}
.link_pdf:before{
	position: absolute;
    content: '';
    left: -30px;
    bottom: -5px;
    height: 2px;
    width: 30px;
    background-color: #fff;
    transform-origin: right bottom;
    transform: rotateZ(45deg);
}
.link_pdf:after{
	position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: #fff;
}
#intro h1{
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 20px;
	/*text-align: center;*/
	user-select: none;
}
#intro p{
	/*text-align: center;*/
	/*line-height: 24px;*/
	line-height: 30px;
	user-select: none;
}
.btn_learn{
	position: relative;
	margin-top: 40px;
	box-sizing: border-box;
	padding:20px 80px;
	border-radius: 30px;
	background-color: #fff;
	color:#2D6264;
	font-weight: 700;
	text-decoration: none;
    display: inline-block;
    cursor:pointer;
    user-select: none;
}
.part{
	position: relative;
	box-sizing: border-box;
	padding:20px;
}
#mentors{
	width: 100%;
	background-color: #969fac;
	box-sizing: border-box;
	padding:160px 20px;
	overflow: hidden;
}
.inner{
	position: relative;
	max-width: 1440px;
	margin:0 auto;
}
/*****************************************************************/
.video_box{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.video_box:after{
	content:'';
	position: absolute;
	top: -65px;
	right: -65px;
	width: 130px;
	height: 130px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/logo_mentors.png");
	background-size: 130px;
}
.video_cap{
	position: relative;
	width: 38%;
	z-index: 10;
}
.video_cap h1{
	/*font-size: 88px;*/
	/*font-size: 48px;*/
	font-size: 68px;
	font-weight: 700;
	text-shadow: 2px 4px 14px rgba(0,0,0,0.3);
}
.video_player{
	position: relative;
	width: 62%;
}
.video_player img,
.video_player video{
	width: 100%;
	aspect-ratio:16 /9;
}
.video-js {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio:16 /9;
}
.video_player video{
	/*display:none;*/
}
#video_player_video{
	/*background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/screencap.png");*/
	background-size: cover;
	background-repeat: no-repeat;
}
.quote{
	width: 80%;
	margin:20px 0 40px 0;
}
.quote_open{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quote_open div{
	width: 93%;
	height: 3px;
	background-color: #fff;
}
.video_box .quote_open div,
.video_box .quote_close div{
	width: 90%;
}
.quote_close{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quote_close div{
	width: 93%;
	height: 3px;
	background-color: #fff;
}
.quote_content{
	position: relative;
	box-sizing: border-box;
	padding:20px;
    font-size: 24px;
	line-height: 34px;
	/*line-height: 24px;*/
}
.btn_all_mentors{
	position: relative;
	border:1px solid #fff;
	border-radius: 30px;
	box-sizing: border-box;
	padding:10px 40px;
	text-decoration: none;
	display: inline-block;
	line-height: 24px;
	user-select: none;
}
.videos{
	position: relative;
	display: flex;
	margin-top: 40px;
}
.videos > div{
	position: relative;
	width: 33.3%;
	min-height: 220px;
	box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	padding:40px;
	/*filter: brightness(50%);*/
	display: flex;
	/*outline:1px solid red;*/
	cursor: pointer;
	user-select: none;
}
.videos > div:after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% );
	background-color: rgba(0,0,0,0.5);
}
.videos > div.active:after{
	display: none;
}
.videos > div.active{
	filter: brightness(100%);
}
.videos > div:nth-child(1){
	border-bottom:5px solid #e93238;
}
.videos > div:nth-child(2){
	border-bottom:5px solid #158a7a;
}
.videos > div:nth-child(3){
	border-bottom:5px solid var(--purple);
}
.videos > div > div:nth-child(1){
	position: relative;
}
.videos > div > div:nth-child(1):after{
/*	content:'';
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_play.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;*/
}
.videos > div > div:nth-child(2){
	box-sizing: border-box;
	padding:0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.videos > div > div:nth-child(1) img{
	display: block;
	width: 240px;
}
.videos > div > div:nth-child(2) h2{
	font-weight: 700;
	line-height: 24px;
	color:var(--green);
}
.videos > div > div:nth-child(2) h3{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color:var(--green);
}
.videos > div > div:nth-child(2) h4{
	line-height: 24px;
	font-size: 14px;
	color:#969FAC;
}
.individual{
	position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    background: #000;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    display: none;
}

/*****************************************************************/
#elite{
	position: relative;
	width: 100%;
	background: linear-gradient( #969fac 60px, #365366 60px);
	padding-bottom: 60px;
    box-sizing: border-box;
}
.elite_mentors{
	position: relative;
	display: flex;
}
.elite_mentors h1{
	font-size: 80px;
	font-weight: 700;
	color:#ffffff;
	text-shadow: 2px 4px 14px rgba(0,0,0,0.3);
}
.mentors{
	position: relative;
	margin-left: 140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex:1;
}
.mentors > div{
	position: relative;
	width: 18%;
	aspect-ratio:1/1;
	text-align: center;
	line-height: 20px;
}
.mentors > div:nth-child(n+5){
	display: none;
}
.mentors > div img{
	position: relative;
	margin-bottom: 10px;
	max-width: 100%;
}
.elite_mentors_control{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.btn_left{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/btn_left.png");
	user-select: none;
	cursor: pointer;
}
.btn_right{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/btn_right.png");
	user-select: none;
	cursor: pointer;
}
.elite_mentors_control .btn_right{
	margin-left: 25px;
}
/*****************************************************************/
#slogan{
	position: relative;
	background-color: var(--green);
	color:#ffffff;
	box-sizing: border-box;
	padding:80px 20px;
}
#slogan h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	width: 75%;
}
#slogan .flag{
	position: absolute;
	top: -80px;
	right: 0;
	width: 20%;
	min-width: 200px;
	max-width: 251px;
	aspect-ratio:251/334;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/flag.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 10;
}
#learn,
#exp,
#grow{
	position: relative;
	background-color: var(--green);
	overflow: hidden;
}
#exp{
	background-color: var(--orange);
}
#grow{
	background-color: var(--purple);
}
#learn .inner,
#grow .inner{
	z-index: 10;
}
#exp .inner{
	display: flex;
	justify-content: flex-end;
	z-index: 10;
}
.learn,
.exp,
.grow{
	width: 30%;
	padding:80px 20px;
}
.learn h1,
.exp h1,
.grow h1{
	font-size: 108px;
	font-weight: 700;
	text-shadow: 1px 1px #000;
}
.en .exp h1{
	/*direction:rtl;*/
}
.learn p,
.exp p,
.grow p{
	line-height: 24px;
	margin-top:20px;
	margin-bottom: 30px;
}
.learn_bg,
.grow_bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}
.learn_bg img,
.exp_bg img,
.grow_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exp_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
}
/*****************************************************************/
#coaching{
	position: relative;
	box-sizing: border-box;
	padding:80px 20px 180px 20px;
	background-color:#e3e4e7;
}
#coaching .inner > h1{
	font-size: 36px;
	font-weight: 700;
	color:var(--green);
	text-align: center;
}
#coaching .inner > p{
	text-align: center;
	color:#000;
	line-height: 24px;
	display: block;
	max-width: 80%;
	margin:0 auto;
	margin-top: 30px;
}
.coaching{
	position: relative;
	width: 80%;
	margin: 160px auto 40px auto;
}
.coaching_inner{
	display: flex;
    justify-content: space-between;
}
.coach{
	width: 48%;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.coach:nth-child(1){
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_green.png");
}
.coach:nth-child(2){
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_gold.png");
}
.coach_img{
	position: relative;
	margin:0 auto;
	margin-bottom: 20px;
	width: 200px;
	height: 100px;
}
.coach_img img{
	position: relative;
	top: -100px;
}
.coach h1{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}
.coach h2{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coach_info{
	box-sizing: border-box;
	padding:10px 40px 80px 40px;
}
.coach_info:before{
	content: '';
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
}
.coach_info:after{
	content: '';
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
}
.coach_info p{
	box-sizing: border-box;
	padding: 20px 0;
	display: block;
	line-height: 24px;
}
.coaching_bottom{
	position: relative;
	box-sizing: border-box;
	padding-top:80px;
	text-align: center;
}
.coaching_bottom .btn_all_mentors{
	color:var(--green);
	border-color:var(--green);
}
/*****************************************************************/
#partners{
	background-color: #fff;
}
#partners .inner{
	padding:80px 20px;
}
#partners .inner:before{
	content:'';
	position: absolute;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/pattern.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 285px;
	height: 291px;
	top: -145px;
	right: 0;
}
#partners h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color:var(--green);
	margin-bottom: 20px;
}
#partners h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color:#000;
	margin-bottom: 20px;
	margin-top: 20px;
}
#partners h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
	filter: opacity(0.3);
	cursor: pointer;
	user-select: none;
	background: #f4f4f4;
	padding: 20px 30px;
	border-radius: 40px;
}
#partners h3.active{
	filter: opacity(1);
}
#partners h3:nth-of-type(1){
	color:#158a7a;
}
#partners h3:nth-of-type(2){
	color:#E93238;
}
.official_partners{
	/*width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/

		display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 216px);
    grid-gap: 10px;
}
.official_partners img{
	/*margin-right: 2%;*/
}
.partners{
	/*width: 90%;*/
	width: 100%;
	display: none;
	flex-wrap: wrap;

}
.partners.active{
	/*display: flex;*/
	display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 216px);
    grid-gap: 10px;
}
.partners img{
	width: 216px;
	/*margin-right: 2%;*/
}
/*****************************************************************/
#dynamic{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_news.png");
	background-size: cover;
    background-position: center center;
    padding:20px 0 0 0;
}
#latest_news{
	display: flex;
	justify-content: space-between;
	padding:80px 40px 0 40px;
}
#dynamic h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color:var(--green);
	margin-bottom: 20px;
}
#dynamic h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color:#000;
	margin-bottom: 40px;
	margin-top: 20px;
}
.dynamic_left{

}
.dynamic_right{
	display: flex;
	justify-content: flex-end;
}
.dynamic_btn_prev{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/btn_left_black.png");
	background-size: contain;
	background-repeat: no-repeat;
	user-select: none;
	cursor: pointer;
	margin-right: 50px;
}
.dynamic_btn_next{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/btn_right_black.png");
	background-size: contain;
	background-repeat: no-repeat;
	user-select: none;
	cursor: pointer;
}
.news_con{
	position: relative;
	height: 100%;
}
.news_con:before{
	/*content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc( (100% - 1440px) / 3 );
	height:  calc(100% - 100px);
	z-index: 1;
	background: linear-gradient(90deg, #e3e4e7 30%, transparent);
	min-width: 50px;*/
}
.news_con:after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc( (100% - 1440px) / 3 );
	height:  calc(100% - 100px);
	z-index: 1;
	background: linear-gradient(-90deg, #e3e4e7 30%, transparent);
	min-width: 50px;
}
.news_con_inner_outer{
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.news_con_inner{
	position: relative;
	height: 100%;
	display: flex;
	transition: all 0.5s;
	will-change: transform;
}
.news_block{
	user-select: none;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 20px;
	max-width: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex:1;
	transition: 0.5s all;
	/*min-width: 35%;*/
	min-width: 500px;
}
.news_block:hover{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    transform: scale(0.985);
}
.news_block .news_top img{
	width: 100%;
	aspect-ratio:40 / 23;
	object-fit: cover;
}
#dynamic .news_block h1{
	font-size: 20px;
	line-height: 20px;
	color:#235051;
	margin:20px 0;
}
#dynamic .news_block h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin:20px 0;
}
#dynamic .news_block h3{
	font-size: 18px;
	line-height: 24px;
}
/*.news_block hr{
	border:0;
	margin:20px 0;
	height: 2px;
	background-color: #D8D8D8;
}*/
#dynamic .news_block .row{
	margin-top: 20px;
	padding-top: 20px;
	border-top:2px solid #D8D8D8;
	display: flex;
	align-items: center;
}
#dynamic .news_block .row div:nth-child(1){
	width: 45%;
	color:#235051;
}
#dynamic .news_block .row div:nth-child(1) img{
	max-width: 100%;
}
#dynamic .news_block .row div:nth-child(2){
	width: 55%;
	color:#235051;
	text-align: right;
}
/*****************************************************************/
#contact{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_contact.png");
	background-size: cover;
    background-position: center center;
}
#contact .inner{
	padding:80px 20px 140px 20px;
}
#contact h1{
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	user-select: none;
}
/*****************************************************************/
#footer{
	padding:50px 20px 20px 20px;
	background-color: var(--green);
}
.footer_top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom:1px solid #fff;
}
.footer_info{
	line-height: 24px;
}
.footer_links{
	display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 25px 100px;
    align-items: center;
    align-self: flex-start;
}
.footer_links a{
	font-weight: 700;
	user-select: none;
}
.footer_bottom{
	box-sizing: border-box;
	padding:20px 0;
	display: flex;
	justify-content: space-between;
	user-select: none;
}
.icon_facebook{
	margin-right: 10px;
	display: inline-block;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_facebook.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
}
.icon_ins{
	margin-right: 10px;
	display: inline-block;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_ins.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
}
.icon_x{
	margin-right: 10px;
	display: inline-block;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_x.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
}
.icon_in{
	margin-right: 10px;
	display: inline-block;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_in.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
}
.icon_youtube{
	margin-right: 10px;
	display: inline-block;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/icon_youtube.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
}
/*****************************************************************/
/*****************************************************************/
/* about us / our mentors / programme / contact us
/*****************************************************************/
/*****************************************************************/
.top_banner{
	position: relative;
	width: 100%;
	height: 270px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/top_banner.png");
	background-size: 100% 270px;
}
.content{
	position: relative;
	background-color: #e3e4e7;
}
.content_inner{
	position: relative;
	margin:0 auto;
	max-width: 1280px;
	padding:20px 80px 80px 80px;
}
.watermark_03.content_inner{
	padding:120px 80px 80px 80px;
}
.watermark_04.content_inner,
.watermark_02.content_inner{
	padding:60px 80px 80px 80px;
}
.content_title{
	font-size: 120px;
	font-weight: 700;
	position: absolute;
	top: -60px;
	text-shadow: 2px 4px 14px rgba(0,0,0,0.3);
}
.en[data-page=privacy] .content_title{
	font-size: 40px;

}
.content_title2{
	font-size: 80px;
	font-weight: 700;
	color:var(--green);
}
.content_about{
	position: relative;
	margin:70px 0 120px;
	color:#000;
	font-size: 16px;
	line-height: 24px;
}
.watermark_01{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/watermark_01.png");
	background-size: 300px;
	background-position: top 20px right 80px;
	background-repeat: no-repeat;
}
.watermark_02{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/watermark_02.png");
	background-size: 300px;
	background-position: top -20px right 80px;
	background-repeat: no-repeat;
}
.watermark_03{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/watermark_03.png");
	background-size: 300px;
	background-position: top -75px right 80px;
	background-repeat: no-repeat;
}
.about_video{
	position: relative;
	background-color: #30595a;
	width:100%;
	box-sizing: border-box;
	padding:20px 20px 0px 20px;
}
.about_video video{
	max-width:100%;
	display: block;
}
.about_bio{
	position: relative;
	padding:40px 120px 40px 33%;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_about.png");
	background-size: cover;
	background-position: center bottom;
}
.about_bio:before{
	content:'';
	position: absolute;
	/*background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bio_jack.png");*/
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/pp/jack.png");
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 256px;
	height: 258px;
	/*bottom: 0;*/
	/*left: -60px;*/
	top: 40px;
	left: 5%;
}
.about_bio h1,
.mentors_bio h1{
	position: relative;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}
.mentors_bio h1 span{
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
}
.about_bio p,
.mentors_bio p{
	position: relative;
	padding:20px 0;
	line-height: 24px;
}
.mentors_bio p{
	display: block;
	overflow: auto;
	font-size: 16px;
	line-height: 24px;
}
.content_inner h2{
	font-size: 36px;
	font-weight: 700;
	color:var(--green);
}
.mentors_bio{
	position: relative;
	padding:40px 40px 40px 450px;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 60px;
	overflow: hidden;
}
.mentors_bio:nth-of-type(1){
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/mentors_green_bg.png");
	padding:40px 450px 40px 40px;
}
.mentors_bio:nth-of-type(2){
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/mentors_orange_bg.png");
}
.mentors_bio:nth-of-type(3){
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/mentors_violet_bg.png");
	padding:40px 450px 40px 40px;
}
.mentors_bio:before{
	content:"";
	position: absolute;
	max-height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	top: 0;
	left: 0;
}
.mentors_bio:nth-of-type(1):before{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bio_yang.png");
	background-position: right bottom;
	width: 446px;
	height: 100%;
	left: unset;
	right: 0;

}
.mentors_bio:nth-of-type(2):before{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bio_yeung.png");
	width: 457px;
	height: 100%;
}
.mentors_bio:nth-of-type(3):before{
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bio_tom.png");
	/*width: 553px;*/
	width: 433px;
	height: 100%;
	left: unset;
	right: -90px;


}
.mentors_bio hr{
	border:0;
	height: 2px;
	background-color: #fff;
	width: 100%;
}
h3{
	font-size: 36px;
	font-weight: 700;
	color:var(--green);
}
.other_mentors{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_mentors > div{
	width: 22%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 60px;
}
.other_mentors > div img{
	max-width: 100%;
}
.other_mentors > div h4{
	margin-top: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color:var(--green);
}
.other_mentors > div h5{
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	color:var(--green);
}
.other_mentors .detail{
	display: none;
}
.other_mentors .btn_learn{
	padding:20px 40px;
	margin-top: 20px;
}
.programme_block{
	position: relative;
	padding:40px 40px 40px calc(30% + 40px);
	margin-bottom: 60px;
	overflow: hidden;
	min-height: 500px;
}
.programme_block:nth-of-type(1){
	background-color: var(--green);
}
.programme_block:nth-of-type(2){
	padding:40px calc(30% + 40px) 40px 40px;
	background-color: var(--orange);
}
.programme_block:nth-of-type(3){
	background-color: var(--purple);
}
.programme_block > img{
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 100%;
	object-fit:cover;
	object-position:center top;
}
.programme_block> img{
	object-position: center bottom;
}
.programme_block:nth-of-type(2) > img{
	left:unset;
	right: 0px;
}
.programme_inner{
	position: relative;
	z-index: 1;
}
.programme_inner > h1{
	position: relative;
	font-size: 108px;
	font-weight: 700;
	left: -70px;
	text-shadow: 2px 4px 14px rgba(0,0,0,0.3);
	line-height: 90px;
}
.programme_block:nth-of-type(2) .programme_inner > h1{
	left:unset;
	right: -70px;
	text-align: right;
}
.programme_inner > p{
	line-height: 24px;
	padding-top:40px;
	font-weight: 300;
	letter-spacing: 1px;
}
.contact_block{
	color:var(--green);
	display: flex;
}
.contact_block > div:nth-child(1){
	/*width: 40%;*/
	box-sizing: border-box;
	padding-right:80px;
	flex:0 1 auto;
	line-height: 24px;
}
.contact_block > div:nth-child(2){
	flex:1;
}
.contact_block h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}
.contact_block p{
	line-height: 24px;
}
.contact_block input{
	font-family:"Poppins", "Noto Sans SC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei", "微軟雅黑體","Microsoft YaHei",system-ui,Arial,Helvetica,sans-serif;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	padding:10px 30px;
	margin-bottom: 20px;
	border:0;
	border-radius: 20px;
	outline:0;
	font-weight: 700;
	color:var(--green);
}
.contact_block textarea{
	font-family:"Poppins", "Noto Sans SC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei", "微軟雅黑體","Microsoft YaHei",system-ui,Arial,Helvetica,sans-serif;
	width: 100%;
	height: 300px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding:10px 30px;
	border:0;
	border-radius: 20px;
	outline:0;
	font-weight: 700;
	color:var(--green);
	resize:none;
}
.contact_block input.error,
.contact_block textarea.error{
	outline:1px solid red;
}
.contact_block input[type=submit]{
	width: auto;
	background-color: #fff;
	cursor: pointer;
}
.lightbox{
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.lightbox_inner{
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 40px;
	right: 40px;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/bg_about.png");
	background-size: cover;
	background-position: center bottom;
	box-sizing: border-box;
    padding: 80px;
    overflow: auto;

    display: flex;
    flex-direction: column;
}
.btn_lightbox_close{
	width: 52px;
	height: 65px;
	background-size: contain;
	background-image: url("https://wingspan-group.s3.ap-southeast-1.amazonaws.com/btn_close.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	display: block;
    position: absolute;
    top: 80px;
    right: 80px;
    cursor: pointer;
    user-select: none;
}
.lightbox_inner h1{
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;
}
.lightbox_bio{
	display: flex;
	flex:1;
	overflow: hidden;
}
.lightbox_bio_img{
	width: 240px;
	height: 240px;
	box-sizing: border-box;
	border:3px solid #fff;
	border-radius: 120px;
	overflow: hidden;
}
.lightbox_bio_img img{
	width: 100%;
}
.lightbox_bio_content{
    position: relative;
	box-sizing: border-box;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}
.lightbox_bio_content h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 10px;
}
.lightbox_bio_content h3{
	color:#fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.lightbox_bio_content_story{
	line-height: 24px;
	flex:1;
	overflow: auto;
	padding-right: 80px;
}
.lightbox_bio_content_story .video_con{
	position: relative;
    /*width:  max-content;*/
    margin-top: 20px;
    max-width: 750px;
}
.lightbox_bio_content_story .video_con.memberonly{
    cursor: pointer;
}
.lightbox_bio_content_story .video_con.memberonly:after{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../img/memberonly.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.lightbox_bio_content_story video{
	width: auto;
	height: auto;
	max-width: 750px;
	max-height: 420px;
	display: block;
}

.lightbox_login{
	display: none;
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.lightbox_login_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}
.btn_lightbox_login_close{
    position: absolute;
	width: 32px;
	height: 40px;
	background-size: contain;
	background-image: url("../img/loginbox_close.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	display: block;
    top: 20px;
    right: 20px;
    cursor: pointer;
    user-select: none;
}
.loginbox{
	position: relative;
	display: flex;
	margin:auto;
	width: 100%;
	max-width: 932px;
	/*height: 300px;*/
}
.loginbox_left{
	width: 30%;
	position: relative;
	box-sizing: border-box;
	padding:40px 30px;
	background-color: #245152;
}
.loginbox_left img{
	max-width: 50%;
	mix-blend-mode: soft-light;
	user-select: none;
	display: block;
	margin:0 auto;
	margin-bottom: 40px;
}
.loginbox_left h1{
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	user-select: none;
}
.btn_register{
	display: block;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}
.loginbox_right{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    padding: 80px 50px 80px 50px;
    color:#A2A2A2;
    background-color: #fff;
    user-select: none;
}
.loginbox_right h1{
	color:var(--green);
	font-size: 36px;
	margin-bottom: 40px;
}
.loginbox_right input[type=text],
.loginbox_right input[type=password]{
	box-sizing: border-box;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #A2A2A2;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
	outline:none;
	width: 320px;
	border-radius: 0;
}
#login_num{

}
.login_password_con{
	position: relative;
	margin-bottom: 30px;
}
.eye{
	position: absolute;
	background-image: url("../img/eye.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	top: 5px;
	right:5px;
	cursor: pointer;
	z-index: 10;
	user-select: none;
}
#login_password{

}
#remember_me{

}
.login_password_con label{
	cursor: pointer;
}
.login_error{
	position: absolute;
    bottom: -20px;
    color: red;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.btn_login{
	padding:10px 80px;
	border-radius:30px;
	border:1px solid #A2A2A2;
	color:var(--green);
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	cursor:pointer;
}
.find_password{
	color:#A2A2A2;
	font-size: 18px;
	line-height: 18px;
}















.reg .inner{
	/*max-width: 1000px;*/
	box-sizing: border-box;
	padding:0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header2{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #000;
	color:#000;
}
.reg .header2 .inner{
	padding:10px 20px;
}
.header2 a{
	color:#000;
}
.header2 .logo{
	filter:invert(1);
}
.reg_con{
	position: relative;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to right, #235051 50%, white 50%);
	box-sizing: border-box;
}
.reg_con .inner{
	padding-top: 100px;
	height: 100vh;
}
.reg_con_left{
	position: relative;
	width: 40%;
	height: 100%;
	background-color: #235051;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding:0 80px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.reg_con_left img{
	/*max-width: 100%;*/
	max-width: 173px;
	margin-bottom: 40px;
}
.reg_con_right{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 100%;
	background-color: #fff;
	color:#000;
	user-select: none;
}
.reg_con_right a{
	color:#000;
}
.reg_con_right .btn_back{
	border:1px solid var(--green);
	border-radius: 30px;
	display: inline-block;
	box-sizing: border-box;
	padding:15px;
	font-size:18px;
	line-height: 18px;
	width: 150px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 40px;
}
.reg_con_right .step1{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 480px;
}
.reg_con_right .please{
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
	color:var(--green);
}
#forgot_email{
	outline:0;
	padding:20px;
	font-size: 18px;
	width: 280px;
	border:1px solid lightgrey;
	margin-bottom: 30px;
}
.reg_con_right #invite_code{
	outline:0;
	padding:20px;
	font-size: 18px;
	width: 280px;
	border:1px solid lightgrey;
	/*margin-bottom: 30px;*/
}
#forgot_email.error{
	outline:1px solid red;
}
.reg_con_right .btn_confirm{
	box-sizing: border-box;
	padding:15px 20px;
	width: 150px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	border:1px solid lightgrey;
	border-radius: 30px;
	cursor: pointer;
	color:#2D6264;
	margin-top: 30px;
}
.reg_con_right .question{
	margin-top: 80px;
	font-size: 20px;
}
.reg_con_right .btn_contact{
	box-sizing: border-box;
	padding:15px 20px;
	width: 150px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	background-color: var(--green);
	border:1px solid lightgrey;
	border-radius: 30px;
	color:#fff;
	margin-top: 20px;
	cursor: pointer;
}
.reg_con_right .step1.hide,
.reg_con_right .step2.hide,
.reg_con_right .step3.hide{
	display: none;
}
.reg_con_right .step2{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 480px;
}
.reg_con_right h2{
	font-size: 35px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 20px;
}

.reg_con_right #reg_name,
.reg_con_right #reg_email,
.reg_con_right #reg_password,
.reg_con_right #reg_repeat{
	width: 100%;
	border: 0;
    border-bottom: 1px solid lightgrey;
    margin-top: 15px;
    padding: 5px 10px;
    outline: none;
    font-size: 18px;
    /*width: 210px;*/
    box-sizing: border-box;
}
.reg_con_right .btn_reg{
	box-sizing: border-box;
	padding:15px 20px;
	width: 150px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	border:1px solid lightgrey;
	border-radius: 30px;
	cursor: pointer;
	color:#2D6264;
	margin-top: 40px;
}
.reg_con_right #invite_code.error,
.reg_con_right #reg_name.error,
.reg_con_right #reg_email.error,
.reg_con_right #reg_password.error,
.reg_con_right #reg_repeat.error{
	outline:1px solid red;
}
.reg_con_right .notice{
	padding:0 10px;
	font-size: 14px;
	line-height: 28px;
}
.reg_con_right .step3{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 480px;
}
.step3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    background: url("../img/icon_mail.png");
    background-size: 40px;
    background-repeat: no-repeat;
}
.step3 h3{
	font-size: 35px;
	font-weight: 700;
	color:var(--green);
	margin-bottom: 20px;
}
.step3 p{
	font-size: 25px;
	margin-bottom: 20px;
}
.step3 p.themail{
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.step3 p.notice{
	font-size: 20px;
	line-height: 24px;
	color:lightgrey;
}
.step3 ul{
	margin-bottom: 20px;
}
.step3 li{
	margin-left: 35px;
	font-size: 20px;
	line-height: 40px;
	list-style: disc;
}
.step3 .btn_gologin{
	box-sizing: border-box;
	padding:15px 20px;
	width: 150px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	border:1px solid lightgrey;
	border-radius: 30px;
	cursor: pointer;
	color:#2D6264;
}