.s-content{
  font-size: 1rem;
}
.s-content ol {
  list-style: decimal;

  margin-left: 15px;

  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;

  margin-left: 15px;

  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;

  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;

  max-width: 100%;

  margin: 10px auto;

  width: auto !important;

  -o-object-fit: contain;

  object-fit: contain;

  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;

  width: 100%;
}

.s-content table {
  border-collapse: collapse;

  width: 100%;

  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;

  border: solid 1px rgba(0, 0, 0, 0.431372549);

  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;

  margin-left: 0;

  margin-right: 0;

  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;

  margin-top: 0.67em;

  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;

  margin-top: 0.3em;

  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;

  margin-top: 0.5em;

  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;

  margin-top: 0.6em;

  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;

  margin-top: 0.8em;

  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;

  margin-top: 0.8em;

  margin-bottom: 0.8em;
}
.c-img {
    position: relative;
  
    display: block;
  }
  
  .c-img img {
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    -o-object-fit: cover;
  
    object-fit: cover;
  }
  
  .scale-img {
    transition: all 0.5s;
  
    overflow: hidden;
  }
  
  .scale-img img {
    scale: 1.1;
  
    transition: all 0.5s;
  }
  
  .img__ {
    position: relative;
  
    overflow: hidden;
  }
  
  .img__:hover::after {
    -webkit-animation: shine 0.75s;
  
    animation: shine 0.75s;
  }
  
  .img__::after {
    position: absolute;
  
    top: 0;
  
    left: -75%;
  
    z-index: 2;
  
    display: block;
  
    content: "";
  
    width: 50%;
  
    height: 100%;
  
    background: linear-gradient(
      to right,
  
      rgba(255, 255, 255, 0) 0%,
  
      rgba(255, 255, 255, 0.3) 100%
    );
  
    transform: skewX(-25deg);
  }
  
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  .hv_img {
    display: block;
  
    position: relative;
  
    overflow: hidden;
  }
  
  .hv_img::before {
    position: absolute;
  
    top: 50%;
  
    left: 50%;
  
    z-index: 2;
  
    display: block;
  
    content: "";
  
    width: 0;
  
    height: 0;
  
    background: rgba(255, 255, 255, 0.2);
  
    border-radius: 100%;
  
    -webkit-transform: translate(-50%, -50%);
  
    transform: translate(-50%, -50%);
  
    opacity: 0;
  }
  
  .hv_img:hover::before {
    -webkit-animation: circle 0.75s;
  
    animation: circle 0.75s;
  }
  
  @keyframes circle {
    0% {
      opacity: 1;
    }
  
    40% {
      opacity: 1;
    }
  
    100% {
      width: 200%;
  
      height: 200%;
  
      opacity: 0;
    }
  }
  
  .video {
    position: relative;
  
    padding-bottom: 56.25%; /* 16:9 */
  
    height: 0;
  }
  
  .video iframe {
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  }
  
  .img__contain img {
    width: 100%;
  
    height: auto;
  
    object-fit: contain;
  
    -o-object-fit: contain;
  }
  
  .img__h-full img {
    height: 100%;
  }
  
  .img__w-full img {
    width: 100%;
  }
  
  .img__center img {
    display: block;
  
    margin: 0 auto;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
  }
  
  .text-nowrap {
    white-space: nowrap;
  }
  .time_news::before{
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.875rem;
    color: #18523A;
    margin-right: 8px;
}
.mb-2{
    margin-bottom: 0.5rem !important;
}
.p-\[1\.15rem\] {
    padding: 1.15rem /* 18.4px */;
}
.pt-\[50\%\] {
    padding-top: 50%;
}
.after\:z-\[1\]::after {
    content: var(--tw-content);
    z-index: 1;
}
.z-10 {
    z-index: 10;
}
.item_service_home{
    background: linear-gradient(360deg, rgba(37, 129, 91, 0.95) 0%, rgba(36, 41, 38, 0.95) 100%);

}
@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50% !important;
  }
}
.text-\[1rem\] {
  font-size: 1rem /* 16px */;
}
.ux-menu-link__link{
  border-bottom-width: none!important;
}
.pt-\[35\%\] {
  padding-top: 35%;
}
.h-\[3\.5rem\] {
  height: 3.5rem /* 56px */;
}
.w-\[3\.5rem\] {
  width: 3.5rem /* 56px */;
}
.p-1 {
  padding: 0.25rem /* 4px */;
}
.text-nowrap {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .lg\:w-1\/4 {
      width: 25%;
  }
}
@media (min-width: 768px) {
  .md\:w-1\/2 {
      width: 50%;
  }
}
.mb-8{
  margin-bottom: 2rem;
}
.z-50 {
  z-index: 50;
}
.w-\[2\.313rem\] {
  width: 2.313rem /* 37.008px */;
}
.h-\[2\.313rem\] {
  height: 2.313rem /* 37.008px */;
}