.swiper-pagination {
  bottom:-25px !important;
}
.swiper{
  overflow: inherit;
}
.swiper-pagination .swiper-pagination-bullet{
  background-image: none !important;
  width: 50px !important;
  height: 4px !important;
  border-radius: 4px;
  background-color: #D2D2D2;
  opacity:1;
}
.swiper-pagination-bullet-active{
  background-color: #567500 !important; 
  background-image: none !important;
}
.pt50{
  padding-top: 50px;
} 
.pb120{
  padding-bottom: 120px;
}
.spotinfo-tbl th,
.spotinfo-tbl td{
  border-collapse: collapse;
  padding: 10px 15px;
}
.spotinfo-tbl tr > th{
  padding-left: 0;
  width: 160px;
}
.spotinfo-tbl tr > td{
  padding-right: 0;
}
.btn-detailbook{
  width: 380px;
  max-width: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  background-color: #FDA62F;
  display: inline-block;
}
.btn-detailbook:hover{
  background-color: #E68500;
  color: #fff;
  text-decoration: none;
}
@media(max-width:767px){
  .spotinfo-tbl{
    margin-top: 50px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .btn-detailbook{
    margin: 0 auto;
    display: block;
  }
}
/*.map
***************************************/
#map {
	width: 100%;
	height: 512px;
	z-index:0;
	margin-bottom: 0;
  overflow: hidden;
}


/**************************************
Open in Google Maps button
*/

.mapzone{
	position:relative;
}
.map-app{
	position:absolute;
	bottom: 30px;
	right: 58px;
	display:table;
	padding: 8px 8px;
	background-color: #fff;
	border: 1px solid #cdc1b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	justify-content: center;
	text-align: center;
	font-size:11px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	color:#565656;
	font-family: Roboto,Arial,sans-serif;
}
.map-app:link {
	color:#666666;
	text-decoration:none;
	display:table;
}
.map-app:visited {
	color:#666666;
	text-decoration:none;
	display:table;
}
.map-app:hover {
	background-color:#ebebeb;
	text-decoration:none;
	display:table;
}
.map-app:active {
	background-color:#ebebeb;
	text-decoration:none;
	display:table;
}

























