.boxInfoSearch .mapSystem{
	display: flex;
	justify-content: space-between;
}
.boxInfoSearch .mapSystem .lstMapSystem{
	width: 370px;
	padding-right: 0px;
}
.boxInfoSearch .lstMapSystem .infoTxt{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.boxInfoSearch .mapSystem .boxmapCh{
	width: calc(100% - 370px);
	position: relative;
}
.boxInfoSearch .mapSystem .boxmapCh iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.boxInfoSearch .mapSystem .boxmapCh img{
	width: 100%;
}
.lstMapSystem .lstItemSystem{
	height: 570px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #ffffff;
}
.lstMapSystem .lstItemSystem::-webkit-scrollbar{
	width: 5px;
	background-color: #cccccc;
}
.lstMapSystem .lstItemSystem::-webkit-scrollbar-thumb{
	background-color: #1f4286;
}
.lstItemSystem .itemCol{
	padding: 10px;
	border-bottom: 1px solid #dff3fc;
	cursor: pointer;
}
.lstItemSystem .itemCol.active, .lstItemSystem .itemCol:hover{
	background-color: #dff3fc;

}
.lstItemSystem .itemCol .namSys{
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	color: #da2028;
}
.lstItemSystem .itemCol .namSys a{
	color: #da2028;
}
.lstItemSystem .itemCol .address{
}
.lstItemSystem .itemCol .phoneSc .fa{
	margin-right: 5px;
}
.boxInfoSearch .mapSystem .boxmapCh{
	width: calc(100% - 330px);
	position: relative;
}
.boxInfoSearch .mapSystem .boxmapCh iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.boxInfoSearch .mapSystem .boxmapCh img{
	width: 100%;
}

/* formStyme */
.formStyme{
	padding: 15px;
	background-color: #da2028;
}
.formStyme .gripPosi{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	align-content: center;
	align-items: center;
}
.formStyme .gripPosi > div{
	padding: 0 5px;
}
.formStyme .gripPosi .col1{
	width: calc((100% - 50px)/ 2);
}
.formStyme .gripPosi .col2{
	width: 50px;
}
.formStyme .gripPosi select, .formStyme .gripPosi input{
	width: 100%;
	height: 40px;
	padding: 0 5px;
	border: none;
	background-color: #ffffff;
}
.formStyme .gripPosi button{
	background-color: #fad106;
	color: #ffffff;
	width: 100%;
	height: 40px;
	border: none;
}
@media all and (max-width: 991px){
	.boxInfoSearch .mapSystem .lstMapSystem{
		width: 100%;
		padding-right: 0px;
	}
	.boxInfoSearch .mapSystem{
		display: block;
	}
	.boxInfoSearch .mapSystem .boxmapCh{
		min-height: 500px;
		width: 100%;
	}
	/*  */
	.boxInfoSearch .mapSystem{
		display: block;
	}
	.boxInfoSearch .mapSystem .boxmapCh{
		min-height: 500px;
		width: 100%;
	}
	.lstCsDk .itemLv2 .contentLv2{
		font-size: 14px;
		line-height: 22px;
		padding: 15px 10px;
	}
	.lstCsDk .itemLv2 .contentLv2 h4{
		line-height: 22px;
	}
}
@media all and (max-width: 767px){

}