.formPosi{
}
.gripPosi{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	align-content: center;
	align-items: center;
}
.gripPosi > div{
	margin-bottom: 10px;
	padding: 0 5px;
}
.gripPosi .col1{ 
	width: 25%;
}
.gripPosi .col2 {
	width: 40%;
	
}

.gripPosi .col3 {
	width: 10%;
}


.gripPosi .abFormGrop{
	position: relative;
}
.gripPosi .abFormGrop input{
	padding-right: 50px;
}
.gripPosi .abFormGrop button{
	position: absolute;
	width: 40px;
	right: 0;
	top: 0;
}
.gripPosi select, .gripPosi input{
	width: 100%;
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 10px;
}
.gripPosi button{
	display: block;
	width: 100%;
	text-transform: uppercase;
	padding: 5px;
	height: 40px;
	font-size: 13px;
	background-color: #019ed3;
	border: 1px solid #1b1b1b;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.gripPosi button:hover{
	background-color: #002060;
	border: 1px solid #002060;
	color: #ffffff;
}
.tableInfoLe table tr th:last-child,.tableInfoLe table tr td:last-child{
	text-align: left;
}
.tableInfoLa table tr th:last-child, .tableInfoLa table tr td:last-child{
	width: 110px;
}
.tableInfoLa table tr th:nth-child(5), .tableInfoLa table tr td:nth-child(5){
	width: 100px;
}
/*  */
.boxInfoSearch .mapSystem{
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.boxInfoSearch .mapSystem > div{
	padding: 0 15px;
}
.boxInfoSearch .mapSystem .lstMapSystem{
	width: 50%;
}
.boxInfoSearch .lstMapSystem .infoTxt{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.lstMapSystem .lstItemSystem{
	height: 520px;
	overflow: hidden;
	overflow-y: auto;
}

.lstMapSystem .lstItemSystem::-webkit-scrollbar {
	width: 10px;
	background-color: #019ed3;
	border-radius: 25px;
}
.lstMapSystem .lstItemSystem::-webkit-scrollbar-thumb {
	background-color: #002060;
	border-radius: 25px;
}
.lstItemSystem .itemCol{
	padding: 15px 0;
	border-bottom: solid 1px #e5e5e5;
	cursor: pointer;
}
.lstItemSystem .itemCol:hover {
	background-color: #fafafa;
}

.lstItemSystem .itemCol.active {
	background-color: #fafafa;
} 



.lstItemSystem .itemCol .info-wrap {
    display: flex;
    justify-content: space-between;
}
.lstItemSystem .itemCol .i-img {
    width: 100px;
}

.lstItemSystem .itemCol .i-img .img {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    	position: relative;
}
.lstItemSystem .itemCol .i-img .img img{
    position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
}
.lstItemSystem .itemCol .i-info {
    width: calc(100% - 110px);
}


.lstItemSystem .itemCol .namSys{
	color: #002060; 
	margin-bottom: 5px;
	font-weight: bold;
}	

.lstItemSystem .itemCol .namSys a {
	color: #002060;
}

.lstItemSystem .itemCol.active .namSys a {
	color: #019ed3;
}

.lstItemSystem .itemCol .address{
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 5px;
}
.lstItemSystem .itemCol .beFa {
	font-weight: 300;
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
}
.lstItemSystem .itemCol .beFa::before{
	position: absolute;
	left: 0;
	top: 2px;
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #002060;

}
.lstItemSystem .itemCol .fhome::before{
	content: "\f015";
}
.lstItemSystem .itemCol .fphone::before{
	content: "\f095";
}
.lstItemSystem .itemCol .fenvelope::before{
	content: "\e915";
	font-size: 10px;
}
.lstItemSystem .itemCol .phoneSc{
	font-size: 14px;
	line-height: 22px;
}
.boxInfoSearch .mapSystem .boxmapCh{
	width: 50%;
	position: relative;
}
.boxInfoSearch .mapSystem .boxmapCh #map{
	position: relative;
	height: 100%;
}
.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){
	/*  */
	.boxInfoSearch .mapSystem .lstMapSystem{
		width: 100%;
		padding: 15px;
	}
	.boxInfoSearch .mapSystem{
		display: block;
	}
	.boxInfoSearch .mapSystem .boxmapCh{
		width: 100%;
	}
	.boxInfoSearch .mapSystem .boxmapCh #map{
		min-height: 500px;

	}
	.lstCsDk .itemLv2 .contentLv2{
		font-size: 14px;
		line-height: 22px;
		padding: 15px 10px;
	}
	.lstCsDk .itemLv2 .contentLv2 h4{
		line-height: 22px;
	}
	.gripPosi .col1{
		width: 50%;
	}
	.gripPosi .col2{
		width: 50%;
	}
	.gripPosi .col3{
		width: 50%;
	}
	.lstItemSystem .itemCol .namSys{
		font-size: 16px;
		line-height: 24px;
	}
}
@media all and (max-width: 767px){

	.boxInfoSearch .mapSystem .boxmapCh #map{
		min-height: 350px;

	}
}