body {
  font-family: "Sarabun", sans-serif;
  background-color: white !important;
  margin-left: 0;
  margin-right: 0;
  color: black;
  min-width: 1340px;
}

.container_main {
  max-width: 1340px;
}

/* slick js */
.single-item-slider {
  .slick-dots {
    z-index: 10;
    bottom: 80px;
    li {
      margin: 0 5px;
      button {
        padding: 0;
        width: 23px;
        height: 23px;
        border-radius: 100%;
        transition: all 0.3s ease;
        &:before {
          font-size: 20px;
          line-height: 24px;
          width: 23px;
          height: 23px;
          opacity: 1;
          color: #00beff;
        }
      }

      &.slick-active {
        button {
          border: 4px solid white;
          background-color: transparent;

          &:before {
            color: #026dbf;
          }
        }
      }
    }
  }
}

.highlight-item-slider {
  button.slick-prev.slick-arrow {
    z-index: 10;
    left: -30px;
  }
  .slick-prev::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  .slick-next::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    rotate: 180deg;
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  button.slick-next.slick-arrow {
    z-index: 10;
    right: -5px;
  }
  .slick-dots {
    z-index: 10;
    bottom: -80px;
    li {
      margin: 0 -1px;
      button {
        padding: 0;
        width: 23px;
        height: 23px;
        border-radius: 100%;
        transition: all 0.3s ease;
        &:before {
          font-size: 12px;
          line-height: 24px;
          width: 23px;
          height: 23px;
          opacity: 1;
          color: white;
        }
      }
      &.slick-active {
        button {
          &:before {
            font-size: 16px;
            color: #01adff;
          }
        }
      }
    }
  }
}
.pictures-item-slider {
  button.slick-prev.slick-arrow {
    z-index: 10;
    left: -39px;
  }
  .slick-prev::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  .slick-next::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    rotate: 180deg;
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  button.slick-next.slick-arrow {
    z-index: 10;
    right: -15px;
  }
}
.bn-item-slider {
  button.slick-prev.slick-arrow {
    z-index: 10;
    left: -72px;
  }
  .slick-prev::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  .slick-next::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    rotate: 180deg;
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  button.slick-next.slick-arrow {
    z-index: 10;
    right: -50px;
  }
}
.otop-item-slider {
  button.slick-prev.slick-arrow {
    z-index: 10;
    left: -39px;
  }
  .slick-prev::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }
  .slick-next::before {
    content: "";
    background: url("../images/svg/icon/arrow_prev.svg");
    rotate: 180deg;
    height: 44px;
    width: 44px;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
  }

}

/* box-shadow */
.shadow-01020 {
  box-shadow: 0px 10px 2px 0px rgba(204, 210, 210, 0.35);
}
.shadow-07120 {
  box-shadow: 0px 7px 12px 0px rgba(154, 150, 150, 0.5);
}
.shadow-0320 {
  box-shadow: 0px 3px 2px 0px rgba(177, 173, 173, 0.5);
}


/* skitter */
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.267);
  bottom: -160px;
  
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) { left: 10%; }
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) { left: 25%; -webkit-animation-delay: 4s; animation-delay: 4s; }
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) { left: 70%; }
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) { left: 32%; width: 160px; height: 160px; -webkit-animation-delay: 7s; animation-delay: 7s; }
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) { left: 85%; width: 160px; height: 160px; -webkit-animation-delay: 11s; animation-delay: 11s; }

@-webkit-keyframes square {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-700px) rotate(600deg); transform: translateY(-1000px) rotate(600deg); }
}
@keyframes square {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-700px) rotate(600deg); transform: translateY(-1000px) rotate(600deg); }
}

.skitter-large {
  max-width: none !important;
  width: 100% !important;
}

.skitter-large .container_skitter {
  z-index: 1;
}

.skitter-large .container_skitter .image .label_skitter {
  background: #ffffff9a !important;
  bottom: 95px;
}
.skitter-large .container_skitter .image .label_skitter p {
  color: black;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

/*  */

.dial-main {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.dial-icon {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 179 112 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dial-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 96 21 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}