/************************/
.fillter-18-1 {
	background: #0139bd;

}

.fillter-18-1 .p-2 {
	width: 250px !important;

}

.fillter-18-1 .form-control {
	height   : 32px !important;
	font-size: 14px !important;
	/*width  : 154px;*/
	margin   : 2px;
	float    : left;
	padding  : 0.3rem 0.3rem;
}

.fillter-18-1 .btn {
	margin     : 2px;
	padding    : 0 30px;
	height     : 32px !important;
	color      : #fff;
	font       : 21px/15px 'thaisanslite', Arial, sans-serif !important;
	font-weight: bold !important;
	background : #ffba00 !important;
}


.map-18-1 {
	position  : relative;
	height    : 75vh;
	background: #ddd;
}


.listbox-18-1 {
	position  : absolute;
	top       : 30px;
	bottom    : 10px;
	right     : 5%;
	width     : 375px;
	z-index   : 9;
	background: url(../images/search-list-bg.jpg) top center no-repeat;
}


.listbox-18-1 .top {
	margin-top     : 10px;
	margin-left    : -15px;
	width          : 395px;
	padding        : 10px;
	font           : 23px/29px 'thaisanslite', Arial, sans-serif;
	font-weight    : bold;
	color          : #fff;
	background     : url(../images/cp/reo15_0019.png) top left no-repeat;
	background-size: cover;
	position       : relative;
}

.listbox-18-1 .top .search {
	position: absolute;
	top     : 15px;
	right   : 15px;
}

.listbox-18-1 .top .se-box {
	display : none;
	position: absolute;
	width   : 376px;
	top     : -5px;
	left    : -348px;

}

.listbox-18-1 .top .se-box input {
	width  : 100%;
	padding: 0 10px;

}

.listbox-18-1 .top .search:hover .se-box {
	display: block;
}


.listbox-18-1 .top span {
	margin-right: 20px;
}

.listbox-18-1 ul {
	background: #fff;
	padding   : 10px;
	max-height: 80%;
	overflow-y: scroll;
}

.listbox-18-1 ul li {
	padding      : 3px 12px 3px 0px;
	font-size    : 14px;
	list-style   : none;
	border-bottom: #e5e5e5 1px solid;
}

.listbox-18-1 ul li:last-child {
	border-bottom: none;
}


.listbox-18-1 ul li:nth-child(even) {
	background: #e5f3fa
}

.listbox-18-1 ul li:nth-child(odd) {
	background: #FFF
}

/**************************************/
.listbox-18-2 {
	padding-top  : 15px;
	margin-bottom: 15px;
	width        : 100%;
	background   : #fff;
}


.listbox-18-2 .top {
	margin-top     : 10px;
	padding        : 10px;
	font           : 23px/29px 'thaisanslite', Arial, sans-serif;
	font-weight    : bold;
	color          : #fff;
	background     : url(../images/cp/reo15_0019.png) top left no-repeat;
	background-size: cover;
}

.listbox-18-2 .top span {
	margin-right: 0;
}

.listbox-18-2 ul {
	background    : #fff;
	margin        : 0 0px;
	/* padding    :10px; */
	padding-top   : 15px;
	padding-bottom: 15px;
	/* background : #f5f3f3; */
}

.listbox-18-2 ul li {
	padding      : 10px 5px 10px 17px;
	font-size    : 16px;
	list-style   : none;
	border-bottom: #f3f3f3 1px solid;
	margin       : 0 0 0 -10px
}

.listbox-18-2 ul li.select {
	background   : url(../images/cp/l-select.png) bottom left no-repeat;
	/* margin    : 0 -10px; */
	padding      : 16px 50px 12px 21px;
	border-bottom: none;
	height       : 34px;
}

.listbox-18-2 ul li.select a {
	color: #fff;
}

.listbox-18-2 ul li a {
	color: #000;

}

.listbox-18-2 ul li:last-child {
	border-bottom: none;
}


/**************************************/
.sta-0 {
	padding: 12px 10px !important;
}

.sta-1 {
	background: url(../images/reo15_0000.png) 5px 15px no-repeat !important;
}

.sta-2 {
	background: url(../images/reo15_0001.png) 5px 15px no-repeat !important;
}

.sta-3 {
	background: url(../images/reo15_0002.png) 5px 15px no-repeat !important;
}

.sta-4 {
	background: url(../images/reo15_0003.png) 5px 15px no-repeat !important;
}

.sta-5 {
	background: url(../images/reo15_0004.png) 5px 15px no-repeat !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (max-width: 575px) {
	.map-18-1 {
		position: static;
	}

	.listbox-18-1 {
		display: none;
	}

	.listbox-18-2 .top span {
		margin-right: 45px;
	}

	.tab-content-25-1 {
		height: 48px;
	}

	.tab-content-25-1 .tab a {
		text-decoration: none;
	}

	.tab-content-25-1 .tab .normal a {
		text-decoration: none;
		font-size      : 22px;
	}

}

@media (min-width: 576px) and (max-width: 991px) {}

@media (min-width: 992px) {}