/*** Start Google Map Style ***/
html, body {
	margin: 0;
	padding: 0;
	height: 100% !important; /*Prathan เพิ่ม !important เข้าไป 3 ตุลาคม 2562 */
	width: 100%;
	background-color: #F5F5F5;		/* Original #CEEBCE */
}
#map {
	height: 100% !important;	/*Prathan เพิ่ม !important เข้าไป 3 ตุลาคม 2562 */
	width: 100%;
}
/*** End Google Map Style ***/

/*** Start Search Button ***/
#search-button-on-map {
	position: absolute;
	top: 5px;
	left: 2%;
	z-index: 5;
	background-color: none;
	padding: 5px;
	border: none;
	text-align: center;
}
/*** End Search Button ***/

/* Start Remove X Button */
.gm-style-iw .gm-ui-hover-effect {
	display: none !important;
}
/* End Remove X Button */