/*--------------------------------------------------*/
/* SVG */

#map-catx {
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0px;
}

@media (max-width: 1024px) {
  #map-catx {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  #map-catx {
    width: 100%;
    margin-top: 0px;
  }
}
rect:hover {
  fill: #000 !important;
}

#info-box {
  background-color: #000;
  border-bottom: 3px solid #ef59a1;
  color: #fff;
  display: none;
  font-family: "Noto Sans Thai", sans-serif;
  left: 0px;
  padding: 5px;
  position: absolute;
  top: 0px;
  width: 200px;
  z-index: 1000;
}

#info-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 100%;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #ef59a1;
}

/* End SVG */
/*--------------------------------------------------*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #000000;
}

.carousel {
  height: 700px;
  perspective: 600px;
  transform: translateY(-100px);
}

.carousel .carousel-item {
  cursor: grab;
  width: 400px;
}

.carousel .carousel-item:active {
  cursor: grabbing;
}

.carousel .carousel-item img {
  width: 100%;
}

.carousel .carousel-item h3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  margin: -5px 0 0;
  padding: 10px 5px;
  text-align: center;
}
