.network_container{max-width: 1300px; margin: auto;}
.network_container .network_inner_container{padding: 50px 15px; box-sizing: border-box;}
.network_form_bg{ background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 6px;}
.network_form{padding: 60px 15px; box-sizing: border-box;}
.network_form .form_titile{font-size: 30px; line-height: 38px; font-weight: 500; text-transform: uppercase; color: #f1f3f4; margin: 0px; text-align: center; padding: 0px 15px 30px; box-sizing: border-box;}

.network_form .network_form_field_block{display: flex; justify-content: space-between; width: 80%; margin: auto;}
.network_form .network_form_field_block .form_field{width: 32%;}

.network_form .network_form_field_block .form_field select{width: 100%; padding: 20px 15px; box-sizing: border-box; border-radius: 4px; font-size: 16px; font-family: 'Arial'; background-color:#f1f3f4; -webkit-appearance: none; background-image: url('../images/network_form_down.png'); background-repeat: no-repeat; background-size: 10px; background-position-X: 96%; background-position-Y: center;}
.network_form .network_form_field_block .form_field select:focus{outline: unset;}


.network_container .showroom_container{padding-top: 50px;}
.network_container .showroom_container .number_of_showroom{border-bottom: 1px solid #e2e8e9; padding-bottom: 15px;}
.network_container .showroom_container .number_of_showroom strong{font-size: 18px; color: #0070b7; line-height: 26px; font-weight: 500;}
.network_container .showroom_container .number_of_showroom span{font-size: 18px; line-height: 26px; color: #242424;}

.showroom_container .showroom_detail_block{padding-top: 30px; box-sizing: border-box; }
.showroom_container .showroom_detail_block .showroom_detail_inner_block{display: flex; justify-content: space-between; border-bottom: 1px solid #e2e8e9; padding-bottom: 40px;}
.showroom_container .showroom_detail_block .showroom_title{font-size: 22px; line-height: 30px; font-weight: 500; color: #000; margin: 0px; padding-bottom: 15px;}
.showroom_container .showroom_detail_block .showroom_map{width: 34.5%;}
/* .showroom_container .showroom_detail_block .showroom_map .map{height: 250px;} */
.showroom_container .showroom_detail_block .showroom_map .map iframe{max-width: 100%; width: 100%; height: 100%; object-fit: cover; border-radius: 4px;}
.showroom_container .showroom_detail_block .showroom_map .get_direction{font-size: 12px; line-height: 20px; font-family: 'Arial'; display: block; text-align: center; color:#000; text-decoration: none; padding-top: 20px; transition: .3s ease-in-out;}
.showroom_container .showroom_detail_block .showroom_map .get_direction img{max-width: 100%; margin-right: 6px;}
.showroom_container .showroom_detail_block .showroom_map .get_direction:hover{color: #0070b7;}

.showroom_container .showroom_detail_block .showroom_block{width: 64%; display: flex;}
.showroom_container .showroom_detail_block .showroom_block .showroom_content{padding: 35px 35px; box-sizing: border-box; height: 250px; }
.showroom_container .showroom_detail_block .showroom_block .showroom_content.address_block{background-color:#e2e8e9; border-radius: 4px 0px 0px 4px; width: 48%;}
.showroom_container .showroom_detail_block .showroom_block .showroom_content.time_block{background-color:#eef2f3; border-radius: 0px 4px 4px 0px; width: 52%;}
.showroom_container .showroom_detail_block .showroom_block .showroom_content .showroom_content_title{font-size: 16px; line-height: 24px; color: #000; margin: 0px}
.showroom_container .showroom_detail_block .showroom_block .showroom_content .showroom_content_title img{max-width: 100%; padding-right: 10px; vertical-align: middle;}

.showroom_container .showroom_detail_block .showroom_block .showroom_content ul{padding: 12px 0px 0px; list-style: none; margin: 0px 0px; }
.showroom_container .showroom_detail_block .showroom_block .showroom_content ul li{padding: 8px 0px 0px; font-size: 15px; line-height: 22px; font-family: 'Arial';}
.showroom_container .showroom_detail_block .showroom_block .showroom_content.address_block ul li:last-child{padding-top: 15px;}



@media screen and (min-width: 200px) and (max-width: 899px){
	.network_container{max-width: 100%;}
	.network_container .network_inner_container{padding: 30px 15px;}
	.network_form{padding: 40px 15px;}
	.network_form .form_titile{font-size: 20px; line-height: 28px; padding: 0px 0px 30px;}
	.network_form .network_form_field_block{flex-direction: column; width: 100%;}
	.network_form .network_form_field_block .form_field{width: 100%; padding-bottom: 15px;}
	.network_form .network_form_field_block .form_field:last-child{padding-bottom: 0px;}
	.network_form .network_form_field_block .form_field select{padding: 15px 15px;}
	.showroom_container .showroom_detail_block{padding-top: 20px;}
	.showroom_container .showroom_detail_block .showroom_title{font-size: 18px; line-height: 26px;}
	.showroom_container .showroom_detail_block .showroom_detail_inner_block{flex-direction: column; padding-bottom: 30px;}
	.showroom_container .showroom_detail_block .showroom_map{width: 100%;}
	.showroom_container .showroom_detail_block .showroom_block{width: 100%; padding-top: 15px; flex-direction: column;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content{padding: 20px 20px; height: auto;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content.address_block{width: 100%; border-radius: 4px 4px 0px 0px;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content.time_block{width: 100%; border-radius: 0px 0px 4px 4px;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content .showroom_content_title{font-size: 15px; line-height: 22px;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content ul li{font-size: 14px; line-height: 22px;}

	.network_container .showroom_container .number_of_showroom strong{font-size: 16px;}
	.network_container .showroom_container .number_of_showroom span{font-size: 16px;}
	.showroom_container .showroom_detail_block .showroom_map .map img.geely_image_map {
		max-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
}

@media screen and (min-width: 550px) and (max-width: 899px){
	.showroom_container .showroom_detail_block .showroom_block{flex-direction: row;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content.address_block{width: 50%; border-radius: 4px 0px 0px 4px;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content.time_block{width: 50%; border-radius: 0px 4px 4px 0px;}
}

@media screen and (min-width: 900px) and (max-width: 1320px){
	.network_container .network_inner_container{padding: 40px 15px;}
	.network_form{padding: 40px 15px;}
	.network_form .form_titile{font-size: 26px; line-height: 32px; padding-bottom: 25px;}
	.network_form .network_form_field_block{width: 90%;}
	.network_form .network_form_field_block .form_field select{padding: 15px 15px;}
	.showroom_container .showroom_detail_block{padding-top: 30px;}
	.showroom_container .showroom_detail_block .showroom_detail_inner_block{padding-bottom: 30px;}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content.address_block{padding: 25px 25px;}

}


.pagination {
	display: block; text-align: center;
}

.pagination a {
	color: black;padding: 8px 16px;text-decoration: none ;
}	
.pagination .page-numbers {
	color: black;padding: 8px 16px;text-decoration: none; font-size: 14px; color:#000; transition: .3s ease-in-out;
}
.pagination .page-numbers:hover{color: #0070b7; text-decoration: underline; }
.pagination .page-numbers.current {color: #0070b7; text-decoration: underline;}

.pagination .next button, .pagination .prev button{border:1px solid #0070b7; color: #0070b7; transition: .3s ease-in-out; font-size: 14px;}
.pagination .next button:hover, .pagination .prev button:hover{background-color: #0070b7; color: #fff;}


@media screen and (min-width:200px) and (max-width:767px){
	.pagination .page-numbers{padding:6px 8px; font-size: 13px;}
	.pagination .next button, .pagination .prev button{font-size: 13px;}
}


@media screen and (min-width:900px) and (max-width:1380px) {
	.showroom_container .showroom_detail_block .showroom_map .map{height:auto !important;}

	.map .geely_image_map{object-fit:unset; height:auto;}
	.showroom_container .showroom_detail_block .showroom_detail_inner_block .showroom_map .map{height:unset !important:}
	.showroom_container .showroom_detail_block .showroom_block .showroom_content{height: unset !important;}
}
