section .title{
	text-align:center;
}
section .title h3{
	font-size:3em;
	color:var(--theme-blue);
	line-height:1.333;
}
section .title p{
	font-size:1.125em;
	line-height:2;
}


.sec1{
	padding:6.5% 0 5.73%;
}
.sec1 .inner{
	width:90.3125em;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .text-box{
	width:50.865%;
}
.sec1 .text-box .title{
	margin-bottom:10.7%;
	text-align:left;
}
.sec1 .text-box h3{
	margin-bottom:0.8em;
}
.sec1 .text-box ul{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec1 .text-box li{
	margin-right:14.15%;
}
.sec1 .text-box li:last-child{
	margin-right:0;
}
.sec1 .text-box li h5{
	color:var(--theme-blue);
}
.sec1 .text-box li h5 b{
	font-size:3.75em;
	line-height:1.36;
	font-family:inherit;
	vertical-align:baseline !important;
	font-weight:500;
    font-family: 'manrope-medium';
}
.sec1 .text-box li h5 i{
	font-style:normal;
	margin-left:1.5em;
	position:relative;
	display:inline-block;
}
.sec1 .text-box li h5 sup{
	font-size:1.25em;
	color:var(--theme-blue);
	position:absolute;
	left:0.1em;
	bottom:1.5em;
}
.sec1 .text-box li p{
	color:#666;
	line-height:2;
}
.sec1 .img-box{
	width:39.24%;
	border-radius:1.25em;
	overflow:hidden;
}




.sec2{
	background-color:var(--theme-mint);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	background-image:url(../images/about_sec2_bg.png);
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec2 .inner{
	width:93.125em;
}
.sec2 .flex-box{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
}
.sec2 .left-part{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	padding-right:3.9%;
}
.sec2 .left-part .relative-box{
	position:relative;
}
.sec2 .line{
	height:43.75em;
	width:1px;
	background-image:linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1.0) 50%, rgba(0, 0, 0, 0) 100%);
	opacity:0.2;
	flex-shrink:0;
	margin-right:4.9%;
}
.sec2 h4{
	font-size:4em;
	flex-shrink:0;
	line-height:1;
    font-family: 'manrope-medium';
}
.sec2 .swiper.year{
	flex-shrink:0;
	height:40em;
}
.sec2 .swiper.year .swiper-slide{
	color:#C6C6C6;
	display:flex;
	align-items:center;
}
.sec2 .swiper.year .swiper-slide.swiper-slide-active{
	color:var(--theme-blue);
}
.sec2 .relative-box .swiper-prev,.sec2 .relative-box .swiper-next{
	position:absolute;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background-color:rgba(255,255,255,0.8);
	color:var(--theme-blue);
    width:3em;
    height:3em;
    border-radius:50%;
    cursor:pointer;
    font-family: 'FontAwesome';
    left:50%;
    margin-left:-1.5em;
    z-index:1;
}
.sec2 .relative-box .swiper-prev{
	bottom:100%;
}
.sec2 .relative-box .swiper-next{
	top:100%;
}
.sec2 .relative-box .swiper-prev::before,.sec2 .relative-box .swiper-next::before{
	font-size:1.5em;
}
.sec2 .relative-box .swiper-prev::before{
	content:"\f062";
}
.sec2 .relative-box .swiper-next::before{
	content:"\f063";
}
.sec2 .swiper.content{
	padding:1em 0;
}
.sec2 .swiper.content .swiper-slide{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
	height:auto;
}
.sec2 .swiper.content .img-box{
	width:29.25em;
	flex-shrink:0;
	margin-right:5em;
	position:relative;
}
.sec2 .swiper.content .img-box::before{
	content:"";
	position:absolute;
	width:100%;
	height:102.56%;
	left:0;
	top:-1.28%;;
	background-image:linear-gradient(201deg,#4172D2 16%, #EAF5FA 32%, #EAF5FA 63%,  #A4C1FA 100%);
	border-radius:50%;
}
.sec2 .swiper.content .img-box img{
	border-radius:50%;
	position:relative;
	z-index:1;
}
.sec2 .swiper.content .text-box{
	flex-grow:1;
}
.sec2 .swiper.content .text-box h5{
	font-size:3.5em;
	color:var(--theme-blue);	
	line-height:1.5;
	margin-bottom:0.6em;
}
.sec2 .swiper.content .text-box p{
	font-size:1.125em;
	line-height:1.5;
	padding-left:1.25em;
}
.sec2 .swiper.content .text-box p b{
	color:var(--theme-blue);	
	display:inline-block;
	vertical-align:middle;
	width:2.5em;
	margin-left:-2.5em;
	font-size: 0.5em;
}



.sec3{
	padding:5.42% 0 5.73%;
}
.sec3 .inner{
	width:92.5em;
}
.sec3 .title{
	margin-bottom:3.38%;
}
.sec3 .flex-box{
	border-radius:0.9375em;
	overflow:hidden;
	display:flex;
	align-items:stretch;
	justify-content:flex-start;
	flex-direction:row-reverse;
	background-color:var(--theme-blue);
	color:#fff;
}
.sec3 .img-box{
	width:50.3%;
}
.sec3 .img-box img{
	width:100%;
}
.sec3 .text-box{
	width:49.7%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec3 .text-box ul{
	width:86.4315%;
}
.sec3 .text-box li{
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	padding-top:3em;
	padding-bottom:1.875em;
	padding-left:1.875em;
}
.sec3 .text-box li:first-child{
	padding-top:0;
}
.sec3 .text-box li:last-child{
	border-bottom:0 none;
	padding-bottom:0;
}
.sec3 .text-box h4{
	font-size:1.25em;
	line-height:1.6;
	font-weight:500;
	position:relative;
}
.sec3 .text-box h4 svg{
	fill:#fff;
	opacity:0.3;
	width:2.6em;
	position:absolute;
	left:-1.5em;
	top:50%;
	transform:translateY(-50%);
}
.sec3 .text-box li:first-child svg{
	width:2.9em;
}
.sec3 .text-box h5{
	font-size:1.5em;
	line-height:1.5;
	margin-top:1em;
	font-weight:500;
}



.sec4{
	background-color:var(--theme-mint);
	padding:5.5% 0;
	overflow:hidden;
}
.sec4 .inner{
	width:90.625em;
}
.sec4 .title{
	margin-bottom:6%;
}
.sec4 .relative-box{
	position:relative;
}
.sec4 .relative-box::before,.sec4 .relative-box::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background-color:var(--theme-mint);
	z-index:2;
}
.sec4 .relative-box::before{
	right:100%;
	margin-right:1em;
}
.sec4 .relative-box::after{
	left:100%;	
	margin-left:1em;
}
.sec4 .swiper{
	overflow:visible;
}
.sec4 .swiper-wrapper{
	align-items:flex-end;
}
.sec4 .swiper-slide{
	text-align:center;
}
.sec4 .swiper-slide .img-box{
	margin-bottom:4em;
	height:12em;
	transform-origin:center bottom;
	transition:transform 0.5s;
}
.sec4 .swiper-slide.swiper-slide-active .img-box{
	transform:scale(1.25);
}
.sec4 .swiper-slide .img-box img{
	width:auto;
	height:100%;
}
.sec4 .swiper-slide p{
	color:#666;
	line-height:1.625;	
}
.sec4 .swiper-slide.swiper-slide-active p{
	color:var(--theme-blue);
}
.sec4 .swiper-prev,.sec4 .swiper-next{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff;
	color:var(--theme-blue);
    width:3em;
    height:3em;
    border-radius:50%;
    cursor:pointer;
    font-family: 'FontAwesome';
    top:4.5em;
    z-index:3;
}
.sec4 .swiper-prev{
	right:100%;
	margin-right:2.5em;
}
.sec4 .swiper-next{
	left:100%;
	margin-left:2.5em;
}
.sec4 .swiper-prev::before,.sec4 .swiper-next::before{
	font-size:1.5em;
}
.sec4 .swiper-prev::before{
	content:"\f060";
}
.sec4 .swiper-next::before{
	content:"\f061";
}




.sec5{
	padding:5.2% 0 6.5%;
}
.sec5 .inner{
	width:81.25em;
}
.sec5 .title{
	text-align:left;
	margin-bottom:3.85%;
}
.sec5 .title h3{
	margin-bottom:0.58em;
}
.sec5 .title p b{
	color:var(--theme-blue);
	font-weight:600;
}
.sec5 h4{
	font-size:1.75em;
	line-height:2;
}
.sec5 .part1{
	margin-bottom:5.5%;
}
.sec5 .flex-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	margin-top:1.75em;
}
.sec5 .ul1{
	margin-right:9.6%;
	width:72.3%;
}
.sec5 .ul1 li{
	margin-bottom:2em;
	padding-left:5em;
	position:relative;
}
.sec5 .ul1 li:last-child{
	margin-bottom:0;
}
.sec5 .ul1 .svg-box{
	width:3.4375em;
	height:3.4375em;
	background-color:var(--theme-blue);
	border-radius:0.3125em;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	left:0;
	top:0.375em;
}
.sec5 .ul1 svg{
	width:44%;
	fill:#fff;	
}
.sec5 .ul1 svg.big{
	width:50%;
}
.sec5 .ul1 h5{
	font-size:1.5em;
	line-height:1.5;
	margin-bottom:0.375em;
}
.sec5 .ul1 p{
	color:#666;
	font-size:1.125em;
	line-height:2;
}
.sec5 .ul2 li{
	margin-bottom:2em;
}
.sec5 .ul2 li:last-child{
	margin-bottom:0;
}
.sec5 .ul2 h5{
	color:var(--theme-blue);
}
.sec5 .ul2 h5 b{
	font-size:3.75em;
	font-family:inherit;
	vertical-align:baseline !important;
	font-weight:500;
    font-family: 'manrope-medium';
}
.sec5 .ul2 h5 i{
	font-style:normal;
	margin-left:1.25em;
	position:relative;
	display:inline-block;
}
.sec5 .ul2 h5 sup{
	font-size:2em;
	color:var(--theme-blue);
	position:absolute;
	left:0;
	bottom:0.625em;
}
.sec5 .ul2 p{
	line-height:2;
	color:#666;
}
.sec5 .part2{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec5 .part2 .text-box{
	width:46.5%;
}
.sec5 .part2 .text-box h4{
	margin-bottom:1em;
}
.sec5 .part2 .text-box p{
	color:#666;
	font-size:1.125em;
	line-height:2;
	margin-bottom:0.5em;
}
.sec5 .part2 .text-box p:last-child{
	margin-bottom:0;
}
.sec5 .part2 .text-box p span{
	color:var(--theme-blue);
}
.sec5 .part2 .img-box{
	width:45.6%;
	border-radius:0.625em;
	overflow:hidden;
}



@media only screen and (min-width:1025px){
	.sec2 .relative-box .swiper-prev:hover,.sec2 .relative-box .swiper-next:hover{
		color:rgba(255,255,255,0.8);
		background-color:var(--theme-blue);
	}
	.sec4 .swiper-slide:hover{
		z-index:1;
	}
	.sec4 .swiper-prev:hover,.sec4 .swiper-next:hover{
		color:#fff;
		background-color:var(--theme-blue);
	}
}
@media only screen and (max-width:1024px){
	section .title h3{
		font-size:2.5em;
	}


	.sec1{
		padding:15% 0;
	}
	.sec1 .inner{
		display:block;
	}
	.sec1 .text-box{
		width:100%;
		margin-bottom:10%;
	}
	.sec1 .text-box .title{
		margin-bottom:5%;
	}
	.sec1 .text-box li p{
		color:#666;
		line-height:2;
	}
	.sec1 .img-box{
		width:100%;
	}




	.sec2{
		padding:15% 0 10%;
		height:auto;
	}
	.sec2 .title{
		margin-bottom:10%;
	}
	.sec2 .left-part{
		padding-right:5%;
	}
	.sec2 .line{
		margin-right:5%;
		align-self:stretch;
		height:auto;
	}
	.sec2 h4{
		font-size:3em;
	}
	.sec2 .swiper.content .swiper-slide{
		display:block;
	}
	.sec2 .swiper.content .img-box{
		width:90%;
		margin-right:0;
		margin-bottom:5%;
	}
	.sec2 .swiper.content .text-box h5{
		font-size:2.5em;
	}



	.sec3{
		padding:15% 0;
	}
	.sec3 .title{
		margin-bottom:10%;
	}
	.sec3 .flex-box{
		display:block;
	}
	.sec3 .img-box{
		width:100%;
	}
	.sec3 .text-box{
		width:100%;
		padding:15% 0;
	}


	.sec4{
		padding:15% 0;
	}
	.sec4 .swiper-slide .img-box{
		margin-bottom:2em;
	}
	.sec4 .swiper-prev{
		right:100%;
		margin-right:-1.5em;
	}
	.sec4 .swiper-next{
		left:100%;
		margin-left:-1.5em;
	}



	.sec5{
		padding:15% 0;
	}
	.sec5 .title{
		margin-bottom:10%;
	}
	.sec5 .part1{
		margin-bottom:10%;
	}
	.sec5 .flex-box{
		display:block;
	}
	.sec5 .ul1{
		margin-right:0;
		width:100%;
		margin-bottom:5%;
	}
	.sec5 .ul2{
		display:flex;
		justify-content:space-between;
	}
	.sec5 .ul2 li{
		margin-bottom:0;
	}
	.sec5 .ul2 h5 i{
		margin-left:0.5em;
	}
	.sec5 .part2{
		display:block;
	}
	.sec5 .part2 .text-box{
		width:100%;
		margin-bottom:5%;
	}
	.sec5 .part2 .img-box{
		width:100%;
	}
}