@charset "utf-8";
/* CSS Document */
.anchor .anchors{
	display: flex;
    justify-content: center;
	margin-top: 10px;
	margin-bottom: 40px;
} 
.anchor .anchors ul li{
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	min-width: 120px;
	padding: 0 25px;
	border-radius: 20px;
	transition: .5s;
}
.anchor .anchors ul a:hover li,
.anchor .anchors .anchors-active{
	color: #139cff;
	font-weight: bold;
	transform: scale(1.2,1.2);
}



.programme-one .two ul li ol li{
	padding: 1.5em 2em 1.2em 2em;
}
.programme-one .two ul li ol li .details,
.programme-two .two ul li ol li .details{
	text-align: left;
}
.programme-one .two ul li ol li .details p{
	margin-bottom: 5px;
}
.programme-one .two ul li .content p{
	margin-bottom: 19.5px;
}
.programme-two .two ul li .content{
	width: 60%;
	line-height: 22px;
}



.about .six .six-lf ul li{
	width: 44%;
}



.condition-one .two ul li .images{
	height: 413px;
}
.condition-two .two ul li .images{
	height: 429px;
}



@media( max-width: 1279px ){
	.anchor-ym .anchors ul{
		width: 100%;	
	}
	.anchor-ym .anchors ul li{
		width: 16.66%;
	}
	
	.about .six .six-lf ul li{
		height: 220px;
	}
	
	.gip-two .condition .two ul li .content{
		margin-left: 20px;
		margin-right: 20px;
	}
	.gip-three .six .six-r,
	.gip-four .six .six-r,
	.gip-fif .six .six-r{
		display: none;
	}
	.gip-three .six .six-l,
	.gip-four .six .six-l,
	.gip-fif .six .six-l{
		width: 100%;
	}
}

@media( max-width: 991px ){
	.about.ep-advantage{
		padding-bottom: 0;
	}
	.about.ep-advantages{
		padding-bottom: 30px;
	}
	
	.condition-one .two ul li .images,
	.condition-two .two ul li .images{
		height: 100%;
	}
	
	.programme .two ul li ol li,
	.programme .two ul li .content{
		width: 50% !important;
	}
}

@media( max-width: 767px ){
	.anchor .anchors{
		margin-top: 20px !important;
		margin-bottom: 10px;
	}	
	.anchor .anchors ul li{
		width: 45%;
		text-align: center;
		margin: 0 2.5% 5% 2.5%;
		padding: 0;
	}
	
	.gip-three .six .six-r,
	.gip-four .six .six-r,
	.gip-fif .six .six-r{
		display: block;
	}
	
	.programme .two ul li ol li,
	.programme .two ul li .content{
		width: 95% !important;
	}
	
	.gip-one .about-blue,
	.gip-two .about-blue{
		background-image: url();
		background-color: #d0e6fd;
	}
	.gip-one .about-blue .title,
	.gip-two .about-blue .title{
		color: #333 !important;
	}
	.programme-one .two ul li .content p,
	.programme-two .two ul li ol li .details p{
		line-height: 26px;
		margin-bottom: 8px;
	}
	.programme-one .two ul li .content,
	.programme-two .two ul li .content{
		padding: 1.5em 1.5em 1.2em 1.5em;
		line-height: 26px;
		margin-bottom: 8px;
	}
}