@charset "utf-8";
/* CSS Document */
.about .two,
.about .six{
	margin-top: 60px;
}

.about .two ul li,
.about .six .six-l,
.about .six .six-r,
.programme .two ul li{
	float: left;
	width: 50%;
	height: auto;
}
.about .six .six-l,
.condition .two ul li:first-child{
	width: 590px;
}
.about .six .six-r,
.condition .two ul li:last-child{
	width: calc(100% - 590px);
}
.about .two ul li .content{
	margin-bottom: 0;
}
.about .two ul li .content div{
	margin-bottom: 20px;
}
.about .two ul li .content div.image img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
	margin-bottom: 0 !important;
}
.about .two ul li .images{
	width: 590px;
	height: 333px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
.about .two ul li .images img{
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}



.about .six .six-r .images{
	width: 590px;
	height: 370px;
	display: table-cell;
	vertical-align: middle;
}
.about .six .six-r .images img{
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.about .six ul li{
	float: left;
	width: 27.33%;
	height: 200px;
	line-height: 26px;
	text-align: center;
	margin: 0 3%;
}
.about .six ul li .image{
	width: auto;
	height: 42px;
	margin-bottom: 20px;
}
.about .six ul li .image img{
	width: inherit;
	height: inherit;
}
.about .six ul li .image img:hover{
	transform: scale(1.2,1.2);
	transition: all .3s ease-in-out;
}
.about .six ul li .name{
	font-size: 19px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.about .six ul li .details{
	font-size: 16px;
	color: #333;
}



.programme .two ul li ol{
	margin-top: 60px;
}
.programme .two ul li ol li{
	float: none;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 2em;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
	width: 60%;
	text-align: center;
	box-sizing: border-box;
}
.programme .two ul li ol li .name{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}
.programme .two ul li ol li .details{
	line-height: 26px;
}
.programme .two ul li .content{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 1.5em 2em;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
	box-sizing: border-box;
}
.programme .two ul li .content p{
	margin-bottom: 8px;
}



.standard .four ul li{
	float: left;
	margin: 0 5% !important;
	width: 40%;
	min-height: 350px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 36px;
}
.standard .four ul li .name{
	font-size: 20px;
	color: #333;
    font-weight: 600;
    margin-bottom: 10px
}
.standard .four ul li .details{
	font-size: 16px;
	color: #333;
    font-weight: 400;
	padding-left: 15px;
	box-sizing: border-box;
	text-align: justify;
}
.standard .four ul li .details p{
	margin-bottom: 5px;
}



.appendix .content{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.appendix .content p{
	font-size: 14px;
	float: left;
	width: 33.33%;
	padding: 0 20px 0 0;
    box-sizing: border-box;
}
.appendix .content p:before{
	content:"● ";
}

.pr2{
	padding-right: 2%;
}


@media( max-width: 1279px ){
	.condition{
		padding: 0 0 80px 0;
	}
	/*.about .six .six-l,
	.condition .two ul li:first-child{
		width: 60%;
	}
	.about .six .six-r,
	.condition .two ul li:last-child{
		width: 40%;
	}*/
	.about .six .six-r .images{
		width: 100%;
		height: auto;
		min-height: 400px;
		display: flex;
		justify-content: center;	
	}	
	.appendix .content p{
		width: 50%;
	}
}

@media( max-width: 991px ){
	.about.gip-advantage{
		padding-bottom: 0;
	}
	.about .two ul li,
	.about .six .six-l,
	.about .six .six-r,
	.programme .two ul li{
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		margin-bottom: 40px !important;
	}
	.about .six .six-r .images{
		min-height: 100%;
	}
	
	.about .two ul li .images{
		width: 100%;
		height: auto;
	}
	.condition .two ul li .images{
		display: flex;
		justify-content: center;
	}
	
	.programme,
	.standard{
		padding-bottom: 50px !important;
	}
	.programme .two ul li ol li{
		width: 60% !important;
	}

	.standard .content{
		margin-bottom: 40px;
	}
	.standard .four ul li{
		width: 90%;
		height: auto;
		min-height: 100%;
		margin-bottom: 20px !important;
	}
	
	.pr2{
		padding-right: 0;
	}
}

@media( max-width: 767px ){	
	.about .two, 
	.about .six{
		margin-top: 30px;
		padding: 0 10px;
	}
	
	.about .six .six-l,
	.condition .two ul li{
		margin-bottom: 0 !important;
	}
	.about .six ul li{
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		margin-bottom: 40px !important;
	}

	.condition{
		padding-top: 10px !important;
		padding-bottom: 50px !important;
	}
	
	.programme{
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}
	.programme .two ul li ol{
		margin-top: 40px;
	}
	.programme .two ul li ol li,
	.programme .two ul li .content{
		width: 95% !important;
		margin-top: 30px !important;
	}
	
	.appendix .content{
		width: 92%;
	}
	.appendix .content p{
		width: 100%;
		padding: 0;
	}
}