.loader {
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ff3d00 transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container {
  position: relative;
  width: 80%;
  /* overflow: hidden; */
  margin: 0 auto;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide-new {
  min-width: 25%;
  /* 4 slides per view, hence 100% / 4 = 25% */
  box-sizing: border-box;
  position: relative;
}

.swiper-slide-new img {
  width: 100%;
  display: block;
  padding: 0 3px;
}

.swiper-button {
  position: absolute;
  /* top: 50%; */
  transform: translateY(-50%);
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* color: white;
  border: none;
  padding: 10px; */
  cursor: pointer;
  z-index: 10;
  padding: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 168 156 / var(--tw-border-opacity));
  border-radius: 9999px;
  width: 34px;
  height: 34px;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  border-width: 1px;
  bottom: -60px;
}

.swiper-button.left {
  left: 10px;
}

.swiper-button.right {
  left: 60px;
}

.swiper-button:disabled {
  /* background-color: rgba(0, 0, 0, 0.2); */
  cursor: not-allowed;
  /* opacity: 0.2; */
  /* background-color: red; */
  opacity: 0.5 !important;
}
.text-\[15px\]\/\[20px\] {
  font-size: 14px;
}

.px-\[30px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.content-detail iframe {
  width: 100% !important;
}

.each_ddnb {
  margin: 10px auto 20px;
}

.headline03 {
  color: #00a79c;
  font-size: 30px;
  margin-bottom: 30px;
}

.secNews {
  padding: 40px 0 !important;
}

.my-title {
  text-align: center;
  font-size: 30px;
}

.each_csbh {
  background: #02bf63;
  border-radius: 0px 20px 20px 20px;
  margin: 20px auto;
  padding: 5px;
}

.each_csbh_in {
  background: #00a79c;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  font-size: 24px;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
  justify-content: center; /* Center content */
  align-items: center; /* Center content */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 150px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px; /* Maximum width */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation-name: modalopen;
  animation-duration: 0.4s;
  position: relative;
}

/* Add Animation */
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* The Close Button */
.close_modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_modal:hover,
.close_modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Center the open button */
.open-btn {
  display: block;
  margin: 100px auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.open-btn:hover {
  background-color: #45a049;
}

.content-detail h2 {
  font-size: 20px;
  margin: 10px 0 !important;
  font-weight: bold !important;
}

.content-detail h3 {
  font-size: 16px;
  margin: 10px 0 !important;
  font-weight: bold !important;
}

.content-detail h4 {
  font-size: 14px;
  margin: 10px 0 !important;
  font-weight: bold !important;
}

.toc {
  font-family: sans-serif;
  background: #ffff;
  border: 2px solid #6495ed;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 1em;
  width: auto;
  display: inline-block;
}

.toc p {
  margin-top: 0;
}

.toc ul {
  list-style-type: none;
  padding: 0;
}

.toc ul li {
  margin: 5px;
}

.toc ul li a {
  text-decoration: none;
  color: #0d6efd;
  font-size: 14px;
}

.toc ul li a:hover {
  color: #0a58ca;
}

@media (max-width: 991px) {
  .swiper-container {
    width: 95%;
  }
  .swiper-slide-new {
    min-width: 50%;
  }
  .text-\[15px\]\/\[20px\] {
    font-size: 11px;
  }

  .my-map {
    bottom: 440px;
  }

  .pb-4 {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 768px) {
  .each_ddnb {
    margin: 10px auto;
  }

  .headline03 {
    font-size: 24px;
  }

  .my-map {
    bottom: 280px;
  }

  .my-title-csbh {
    font-size: 28px !important;
  }

  .my-title-ddnb {
    font-size: 22px !important;
  }
}

@media (max-width: 480px) {
  .my-map {
    bottom: 242px;
  }
}
