.vntSystemCh{

}

.vntSystemCh .boxsearchCh{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}
.vntSystemCh .boxsearchCh .leftSlect{
	display: flex;
	align-items: center;
	align-content: center;
}
.vntSystemCh .boxsearchCh .leftSlect .itemFilter{
	margin-right: 40px;
}
.vntSystemCh .boxsearchCh .leftSlect .itemFilter:last-child{
	margin-right: 0;
}
.boxsearchCh .rightSearch .inpuSearch{
	display: flex;
	align-content: center;
	align-items: center;
	width: 400px;
	position: relative;
}
.boxsearchCh .rightSearch .inpuSearch input{
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 40px;
	padding: 0 50px 0 10px;
}
.boxsearchCh .rightSearch .inpuSearch button{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: none;
	font-size: 16px;
}


.itemFilter{
	display: flex;
	align-content: center;
	align-items: center;
}
.itemFilter span{
	font-size: 13px;
	line-height: 21px;
	color: #999999;
	text-transform: uppercase;
	margin-right: 3px;
	display: inline-block;
}
.boxFilter{
	position: relative;
}
.leftSlect .boxFilter{
	width: 200px;
}
.boxFilter select{
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 40px;
	padding: 0 20px 0 10px;
}
.boxFilter .titleFilter{
	position: relative;
	cursor: pointer;
	padding-right: 20px;
	text-transform: uppercase;
}
.boxFilter .titleFilter::before{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
}
.boxFilter.active .titleFilter::before{
	content: "\f106";
}
.boxFilter.active .titleFilter, .boxFilter:hover .titleFilter{
	color: #e21e70;
}
.boxFilter .popup{
	position: absolute;
	top: calc(100% + 15px);
	left: 0px;
	margin-top: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	display: none;
	z-index: 5;
	background: #ffffff;
	width: 200px;
}
.boxFilter .popup li{
	display: block;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.boxFilter .popup li a{
	display: block;
	font-size: 13px;
	line-height: 21px;
	padding: 8px 15px;
	position: relative;
	text-transform: uppercase;
}
.boxFilter .popup li a:hover, .boxFilter .popup li.active a{
	background-color: #f6f6f6;
	color: #e21e70;
}
.boxFilter.active .popup{
	display: block;
	max-height: 190px;
	overflow: hidden;
	overflow-y: auto;
}
.boxFilter.active .popup::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}
.boxFilter.active .popup::-webkit-scrollbar-thumb{
	background-color: #e21e70;
}

.boxInfoSearch .mapSystem{
	display: flex;
	justify-content: space-between;
}
.boxInfoSearch .mapSystem .lstMapSystem{
	width: 330px;
	padding: 20px;
	background-color: #eeeeee;
	padding-right: 20px;
}
.boxInfoSearch .lstMapSystem .infoTxt{
	margin-bottom: 10px;
	text-transform: uppercase;

}
.lstMapSystem .lstItemSystem{
	height: 570px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #ffffff;
}
.lstItemSystem .itemCol{
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstItemSystem .itemCol .namSys{
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.lstItemSystem .itemCol .address{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.lstItemSystem .itemCol .phoneSc{
	font-size: 13px;
	line-height: 22px;
}
.lstItemSystem .itemCol .phoneSc a{
	color: #e21e70;
}
.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%;
}
@media all and (max-width: 991px){
	.vntSystemCh .boxsearchCh{
		display: block;
	}

	.boxsearchCh .rightSearch .inpuSearch{
		width: 100%;
	}
	.vntSystemCh .boxsearchCh .leftSlect .itemFilter{
		margin-bottom: 10px;
		margin-right: 0;
	}
	.boxInfoSearch .mapSystem .lstMapSystem{
		width: 100%;
		padding-right: 20px;
	}
	.boxInfoSearch .mapSystem{
		display: block;
	}
	.boxInfoSearch .mapSystem .boxmapCh{
		min-height: 500px;
		width: 100%;
	}
}
@media all and (max-width: 767px){
	.vntSystemCh .boxsearchCh .leftSlect{
		display: block;
	}
	.leftSlect .boxFilter{
		width: 100%;
	}
}