	.about-us{
		width: 90%; max-width: 1400px; margin: 4vw auto; overflow:hidden;
	}
	.about-left{
		width: 20%; float: left;
	}
	.about-menu{
		border: 1px solid #fea30b; padding: 1.5vw 0 8vw; font-size: 1.1vw;
	}
	.about-list{
		width: 100%; padding-left: 2vw; color: #000; border-left: 0.3vw solid #fff; margin-bottom: 1vw;
	}
	.about-menu .centre{
		color: #fea30b; border-left-color:#fea30b;
	}
	.about-menu a:hover .about-list{
		color: #fea30b; border-left-color:#fea30b;
	}
	.about-right{
		margin-left: 4%; width: 70%; float: left; color: #5b5b5b; font-size: 16px;
	}
	.about-img{
		width: 100%; text-align: center; margin: 2vw auto;
	}
	.about-country-list{
		color: #000; width: 80%; min-width: 350px; border-bottom: 1px solid #ccc; padding: 5px 0; height: 55px; display: flex; justify-content: space-between; align-items: center;
	}
	a:hover .about-country-list{
		color: #fea30b;
	}
	.about-country-name{
		font-size: 20px;
	}
	.about-country-name img{
		width: 35px;
	}
	.about-country-url{
		width: 200px; font-size: 18px;
	}
@media (max-width: 768px) {
	.about-us{
		width: 100%;
	}
	.about-left{
		width: 100%; float: none; margin: auto; padding: 0 0 20px;
	}
	.about-menu{
		border: 0; border-bottom: 1px solid #fea30b; padding: 0; font-size: 14px; display:flex; justify-content: center; text-align: center;
	}
	.about-list{
		width: auto; padding-left: 0; color: #000; border-left: 0; border-bottom: 3px solid #fff; margin: 0 10px;
	}
	.about-menu .centre{
		color: #fea30b; border-left: 0; border-bottom-color:#fea30b;
	}
	.about-right{
		width: 90%; float: none; font-size: 14px; margin: 10px auto;
	}
	.about-country-list{
		width: 90%; border-bottom: 1px solid #ccc; padding: 5px 0; height: 55px; display: flex; justify-content: space-between; align-items: center;
	}
	a:hover .about-country-list{
		color: #fea30b;
	}
	.about-country-name{
		font-size: 16px;
	}
	.about-country-name img{
		width: 30px;
	}
	.about-country-url{
		width: 200px; font-size: 14px;
	}
}
/*JOB*/
	input[type=checkbox]{
		margin: 10px 8px 0 0;
		float: left;
	}
	.title01{
		width: 100%; margin: 2.5vw 0; color: #fea30b; font-size: 24px;
	}
	.part01{
		width: 100%; height: auto; display: flex; justify-content: space-between;
	}
	.p1-left{width: 25%; height: auto; min-height: 500px; background-color: #f7f7f7; padding: 25px 5px 25px 25px;}
	.p1-right{width: 73%; height: auto; min-height: 500px; background-color: #f7f7f7; padding: 25px 35px;}
	.current-search{display: block; font-size: 20px; margin-bottom: 1.5vw; color: #000;}
	.locations{display: block; font-size: 16px; margin-bottom: 1vw; color: #000;}
	.menu01, .menu02{width: 100%; font-size: 16px; line-height: 30px; margin-bottom: 1.5vw;}
	.word-address{
		display: block;
		float: left;
		width: 85%;
	}
	.menu01>div, .menu02>div{
		overflow:hidden;
	}
	.job-type{display: block; font-size: 16px; margin-bottom: 1vw; color: #000;}
@media (max-width: 1200px) {
	input[type=checkbox]{
		margin: 5px 8px 0 0;
	}
	.word-address{
		font-size: 14px;
		width: 80%;
		line-height: 22px;
	}
}
@media (max-width: 874px) {
	.word-address{
		font-size: 12px;
		width: 75%;
	}
}
@media (max-width: 768px) {
	.part01{
		display:inherit;
	}
	.p1-left{width: 100%; min-height: 0; }
	.current-search{margin-bottom: 20px;}
	.locations{margin-bottom: 15px;}
	.menu01,.menu02{overflow:hidden; margin-bottom: 20px;}
	.menu01>div,.menu02>div{width: 50%; float: left;}
	.p1-right{width: 100%; min-height: 200px; margin-top: 5px; margin-bottom: 40px;}
}