/*เสือก*/
.imagepin {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  max-width: 2048px;
  margin: 30px auto;
  z-index:1;
}
.imagepin .pins {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.imagepin img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
/*ขอบ*/
.imagepin .pin {
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 100%;
  position: absolute;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);

  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid transparent;
  text-decoratio: none;
}
.imagepin .pin span {
  /*position: absolute;
  top: -10px;
  font-size: clamp(12px, 2vw, 13px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 5px 5px;
  border-radius: 5px;
  z-index: 10;
  line-height: 1;
  opacity: 0;
  transition: 0.2s all ease-in-out;*/
}
.imagepin .pin:hover {
  border-color: #fff;
}
.imagepin .pin:hover:after {
  width: 10px;
  height: 10px;
}
.imagepin .pin:hover span {
  /*opacity: 1;
  top: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;*/
}
.imagepin .pin:active {
  border-color: #ffaa67;
}
.imagepin .pin:active:after {
  width: 5px;
  height: 5px;
}
/*ข้างใน*/
.imagepin .pin:after {
  content: "";
  width: 5px;
  height: 5px;
  transition: 0.2s all ease-in-out;
  background: #fff;
  position: relative;
  display: block;
  border-radius: 100%;
}
.imagepin .pin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  /*-webkit-animation: shockwave 2s 0.5s ease-out infinite;
          animation: shockwave 2s 0.5s ease-out infinite;*/
}

.pin2 {
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 100%;
  position: absolute;
  opacity: 1;
  background: rgba(255, 255, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  text-decoratio: none;
}
.pin2 span {
  /*position: absolute;
  top: -10px;
  font-size: clamp(12px, 2vw, 13px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
  line-height: 1;
  opacity: 0;
  transition: 0.2s all ease-in-out;*/
}
.pin2:hover {
  border-color: #FFFF00;
}
.pin2:hover:after {
  width: 10px;
  height: 10px;
}
.pin2:hover span {
  /*opacity: 1;
  top: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index:2;*/
}
.pin2:active {
  border-color: #fff;
}
.pin2:active:after {
  width: 5px;
  height: 5px;
}
.pin2:after {
  content: "";
  width: 7px;
  height: 7px;
  transition: 0.2s all ease-in-out;
  background: #FFFF00;
  position: relative;
  display: block;
  border-radius: 100%;
}
.pin2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit2-animation: shockwave2 2s 0.5s ease-out infinite;
          animation: shockwave2 2s 0.5s ease-out infinite;
}
@-webkit-keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
  }
  95% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.8);
  }
}
@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
  }
  95% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.8);
  }
}
@-webkit2-keyframes shockwave2 {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #FFFF00;
  }
  95% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.8);
  }
}
@keyframes shockwave2 {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #FFFF00;
  }
  95% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.8);
  }
}
.imagepin .pin:nth-of-type(1):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.imagepin .pin:nth-of-type(2):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.imagepin .pin:nth-of-type(3):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.imagepin .pin:nth-of-type(4):before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.imagepin .pin:nth-of-type(5):before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.imagepin .pin:nth-of-type(6):before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.imagepin .pin:nth-of-type(7):before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.imagepin .pin:nth-of-type(8):before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.imagepin .pin:nth-of-type(9):before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}


/*popup*/
.boxza {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlayza {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 20;
}


.popupza {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupza h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupza .closeza {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupza .closeza:hover {
  color: #06D85F;
}
.popupza .contentza {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 1000px){
  .boxza{
    width: 90%;
  }
  .popupza{
    width: 90%;
  }
}

.scrollable thead,
.scrollable tfoot,
.scrollable tbody,
.scrollable th,
.scrollable td
{
	display: block;
	width: 100%;
}

.scrollable thead,
.scrollable tfoot,
.scrollable tbody
{
	overflow-y: scroll;
}

.scrollable thead,
.scrollable tfoot
{
	-ms-overflow-style: none;
}

.scrollable thead::-webkit-scrollbar,
.scrollable tfoot::-webkit-scrollbar
{
	visibility: hidden;
}

.scrollable tbody
{
	max-height: 40em;
	position: relative;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrollable tr
{
	display: flex;
}

.scrollable tbody th,
.scrollable tbody td
{
	border-top: none;
}

.scrollable th:not(:last-child),
.scrollable td:not(:last-child)
{
	border-right: none;
}