.theme-sme .sc-apply-online {
  background: #53C46D;
}

.theme-sme .sc-apply-online.m {
  background: #8DD9A0;
}

.theme-sme .sc-apply-online.m .btn {
  background: #00A94F;
}

.theme-sme .sc-apply-online .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sc-headline:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .sc-headline:not(:last-child) {
    margin-bottom: 30px;
  }
}

.theme-sme .link {
  color: #00B956;
  text-decoration: none;
}

.theme-sme .link:hover {
  text-decoration: none;
}

.theme-sme .link.more:after {
  content: "\e905";
  font-family: icongarage;
  font-size: 0.7em;

  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.3em;
}

.theme-sme .link.external:after {
  content: "\e90a";
  font-family: icongarage;
  font-size: 0.7em;

  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.3em;
}

.theme-sme .btn {
  height: 50px;
  font-weight: 600;
  line-height: 50px;

  display: inline-block;
  padding: 0 50px;

  color: white;
  background: #008B2C;

  border: none;
  border-radius: 25px;
}

.theme-sme .btn.border-white {
  border: solid 2px white;
  line-height: 45px;
}

.slick-dots li button:before {
  content: "";
  width: 0;
  height: 0;
}

.theme-sme ul.condition li {
  list-style: disc;
  margin-left: 1.1em;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.theme-sme .slick-slide img {
  display: inline-block;
}

.theme-sme .slick-slider .slick-prev:before, 
.theme-sme .slick-slider .slick-next:before {
  line-height: 35px;
}

@media screen and (max-width: 1024px) {
  .sc-apply-online.m {
    display: none;
  }

  .sc-apply-online.m.show {
    display: block;
  }

  #page.tablet .sc-apply-online.m,
  #page.tablet .sc-apply-online.m.show {
    display: none !important;
  }
}

.slick-slider .slick-dots {
  left: 0;
}

.accordion-title {
  border-left: solid 3px #00B956;
}

.accordion-title:after, .accordion-title:hover, .accordion-title.active {
  color: #00B956;
}

.accordion {
  font-family: Kanit, notosansthai, Arial, sans-serif;
}

.slick-slider .slick-dots li.slick-active button {
  background: #00B956;
}
