<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.html {
  overflow: auto;
}
.icw .navbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2rem;
}
.icw .navbar li {
  margin-right: 3rem;
}


@media screen and (max-width: 1024px){
  .main {
      padding-top: 0px;
  }
}

.d-none {
  display: none !important;
}

.eDoation-top-bg {
  background-color: #0b594c;
}
.eDonation-bg-bottom {
  background-image: url("../img/eDonation-bg-bottom.jpg");
  background-size: cover;
}
.container {
  position: relative;
  z-index: 10;
}
.eDonation-circle-bg {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  min-width: 2145px;
  width: 100%;
}
/* nav */
.navbar {
  margin: 0;
  min-height: auto;
  background-color: #fff;
  border: 0;
  padding: 5px 0;
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eDonation-nav-bar {
  background-color: #ffffff;
}
/* .eDonation-subsection .row {
  padding: 0;
  width: 100%;
} */



.section-promotion-eDonation h2,
.section-promotion-eDonation h3,
.section-promotion-eDonation p,
::placeholder {
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
}

.section-promotion-eDonation h2.eDonation-heading {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}
.section-promotion-eDonation h3.eDonation-heading {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: white;
}
.section-promotion-eDonation p.eDonation-detail {
  font-size: 22px;
  margin-bottom: 15px;
  color: white;

}
.section-promotion-eDonation .eDonation-img-01 {
  max-width: 300px;
  margin: 0 auto;
}
.section-promotion-eDonation .eDonation-img-02 {
  max-width: 230px;
  margin: 0 auto;
}
.section-promotion-eDonation .eDoation-img-container {
  padding: 37px 0;
}
.section-promotion-eDonation .eDonation-sc-inner {
  /* padding-top: 95px; */
  padding-bottom: 0;
  position: relative;
}

.section-promotion-eDonation-bg {
  position: relative;
  overflow: hidden;
}
/* .section-promotion-eDonation-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/eDonation-bg.jpg);
  background-size: cover;
  min-width: 1440px;
} */

@media (min-width: 768px) {
  .eDonation-subsection {
    padding-top: 66px;
    padding-bottom: 40px;
  }
}

.eDoation-content-flex {
  display: flex;
  justify-content: center;
}
.eDoation-align-items-center {
  align-items: center;
}

.section-promotion-eDonation .how-to-donate {
  /* background-color: #55d19a; */
  border-radius: 20px;
  text-align: center;
  padding: 30px 10px;
}
.section-promotion-eDonation .how-to-donate .sc-accordion{
  width: 80%;
  margin: auto;
}
@media (max-width: 576px) {
  .section-promotion-eDonation .how-to-donate .sc-accordion{
    width: 100%;
  }
}

.section-promotion-eDonation .how-to-donate .accordion{
  background-color: #55d19a;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: none;
  color: white;
  padding: 0 24px;
  border-radius: 2rem;
}
.section-promotion-eDonation .how-to-donate .accordion-title,
.section-promotion-eDonation .how-to-donate .accordion-title:after, .section-promotion-eDonation .how-to-donate .accordion-title:hover,.section-promotion-eDonation .how-to-donate .accordion-title.active{
  color: white;
  font-size: 24px;
}

.section-promotion-eDonation .thumb-donate {
  margin-bottom: 25px;
}
.section-promotion-eDonation .thumb-donate img {
  max-height: 200px;
}
.section-promotion-eDonation .how-to-donate h3 {
  min-height: 65px;
}

@media (min-width: 768px) {
  .section-promotion-eDonation h2.eDonation-heading {
    margin-bottom: 30px;
  }
}

/* section filter */
.eDonation-img-03 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: -78px;
}
.eDonation-img-03 img {
  width: 240px;
}
.eDonation-filter-form {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.eDonation-filter-howTodo {
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .eDonation-filter-howTodo {
    text-align: center;
  }
}

.eDonation-filter-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 35px 20px;
  background: rgb(43, 83, 81);
  background: -moz-linear-gradient(
    164deg,
    rgba(43, 83, 81, 1) 18%,
    rgba(100, 219, 161, 1) 100%
  );
  background: -webkit-linear-gradient(
    164deg,
    rgba(43, 83, 81, 1) 18%,
    rgba(100, 219, 161, 1) 100%
  );
  background: linear-gradient(
    164deg,
    rgba(43, 83, 81, 1) 18%,
    rgba(100, 219, 161, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b5351",endColorstr="#64dba1",GradientType=1);
}
.eDonation-filter-result {
  background-color: #ffffff;
  padding: 30px 20px;
  padding-bottom: 60px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  position: relative;
  max-height: 790px;
}
@media (min-width: 768px) {
  .eDonation-filter-result {
    background-color: #ffffff;
    padding: 30px 60px;
    padding-bottom: 60px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    position: relative;
    max-height: 790px;
  }
}

.eDonation-filter-box input[type="text"].eDonation-input {
  padding: 0 22px;
  color: #1dbe8e;
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
}
.eDonation-filter-box input[type="text"].eDonation-input,
.eDonation-input {
  height: 52px;
  width: 100%;
  border-radius: 50px;
  /* margin: 0 10px; */
  border: 0;
}
.eDonation-filter-box .select2-selection {
  width: 100%;
  height: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 0;
  padding: 15px;
  /* max-width: 29vw; */
}
/* .icon-eDonation {
    width: 19px;
} */
.select2-results {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.select2-container *:focus {
  outline: none;
}
.select2-selection__rendered {
  display: flex !important;
  align-items: center;
}
.select2-selection__rendered span {
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
}
.select2-results__option img,
.select2-selection__rendered img {
  width: 20px;
  margin-right: 10px;
}
.select2-results__option:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  margin-right: 10px;
}
.select2-results__option--selectable.select2-results__option--selected.select2-results__option::before {
  background-image: url(../img/icon-check.png);
  background-size: cover;
  border-color: #135353;
}
.select2-results__option {
  display: flex;
  align-items: center;
  color: #757575;
  padding: 10px 22px;
}
.select2-container--open .select2-dropdown {
  border: 0;
  /* border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; */
}
.select2-dropdown.select2-dropdown--below {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 16px 24px;
}
.select2-dropdown.select2-dropdown--above {
  box-shadow: rgba(149, 157, 165, 0.2) 0px -17px 24px;
}

.select2-container--open .select2-dropdown--below {
  overflow: hidden;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.select2-container--open .select2-dropdown--above {
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.select2-dropdown--below .select2-results__option:last-child {
  padding-bottom: 20px;
}
.select2-dropdown--above .select2-results__option:first-child {
  padding-top: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
}
/* .select2-results__options {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
} */
.select2-container--default .select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff;
  color: #757575;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.select2-container {
  height: 100%;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  position: static;
  display: contents;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b::before {
  content: "\e90f";
  -ms-transform: rotate(20deg);
  transform: rotate(45deg);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before,
.select2-container--default
  .select2-selection--single
  .select2-selection__clear:before,
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #1dbe8e !important;
  /* font-weight: 600; */
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\e90d";
}
.select2-container--default .select2-results &gt; .select2-results__options {
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
  max-height: max-content;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before,
.select2-container--default
  .select2-selection--single
  .select2-selection__clear:before {
  font-family: "icongarage";
  font-weight: normal;
  /* color: #00A850; */
  display: inline-block;
  vertical-align: top;
}
/* .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
} */

/* result data */
.eDonation-result {
  text-align: start;
  max-height: 600px;
  overflow-y: scroll;
  box-sizing: content-box;
  /* padding-top: 30px; */
  /* padding: 30px; */
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.eDonation-result::after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 13px;
  left: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 41%,
    rgba(255, 255, 255, 0.5665616588432247) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 41%,
    rgba(255, 255, 255, 0.5665616588432247) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 41%,
    rgba(255, 255, 255, 0.5665616588432247) 100%
  );
}
.promotion-section .eDonation-result::after{
  height: 0;

}

.eDonation-result::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}

.eDonation-result::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border-radius: 10px;
}

a.eDonation-total-data {
  padding-bottom: 10px;
  display: block;
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
  width: 100%;
  padding-left: 0px;
  padding-right: 15px;
  border-right: solid 1px #f0f0f0;
  color: #333333;
}

/* card */
.slick-how-to-donat {
  margin-top: 40px;
}
.card-donat-thubmnail {
  margin-bottom: 25px;
}
.card-donat-thubmnail img {
  max-width: 210px;
  margin: 0 auto;
}
.card-donat-thubmnail:focus,
.card-donat-phone:focus {
  outline: none;
}
p.card-donat-head {
  color: #7ff7a5;
  font-size: 16px;
  margin-bottom: 10px;
}
p.card-donat-desc {
  color: #ffffff;
  font-size: 16px;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccaca5e;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button {
  background: #00a94f;
}
button.slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 30%;
  left: -60px;
  z-index: 1000;
}
.slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

/* popup */
.mfp-close-btn-in .mfp-close {
  position: fixed;
  color: #ffffff;
}
.mfp-content {
  background: unset;
}
body.noscroll {
  overflow-y: hidden !important;
}
/* faq */
.accordion-title {
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
}
.eDonation-faq-header h2 {
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
  font-size: 35px;
  margin-bottom: 62px;
  font-weight: bold;
  color: #00a94f;
}
@media screen and (min-width: 768px) {
  a.eDonation-total-data {
    padding-bottom: 25px;
    display: block;
    font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
    width: 50%;
    padding-left: 60px;
    padding-right: 30px;
    border-right: solid 1px #f0f0f0;
  }
  .how-to-donate .br-right-desktop {
    border-right: 1px solid #71d9ab;
  }
  .hidden-md {
    display: none;
  }
  .eDonation-section-item-donat {
    padding-bottom: 15px;
  }
  .p-md-0 {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .eDonation-faq-header h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-lg-4.col-md-6,
  .col-lg-7.col-md-6 {
    width: 50%;
  }
}
#section1.eDonation-subsection {
  padding-bottom: 0px;
}
/* main */
@media screen and (max-width: 767px) {
  .eDonation-img-03 {
    display: none;
  }
  .eDonation-filter-form {
    margin-top: 10px;
  }
  .eDonation-circle-bg {
    top: 280px;
  }
  .container {
    padding: 0 5%;
  }
  .text-mb-center {
    text-align: center;
  }
  .section-promotion-eDonation .eDonation-img-02 {
    padding: 37px 0;
  }
  .section-promotion-eDonation .eDonation-sc-inner {
    /* padding-top: 50px; */
    padding-bottom: 0px;
  }

  .eDonation-subsection {
    padding-bottom: 50px;
  }
  #section6.eDonation-subsection {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #section1.eDonation-subsection {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .eDonation-faq-header h2 {
    font-size: 26px;
    color: #00a94f;
  }
  .eDonation-nav-bar {
    display: none;
  }
  .w-md-100 {
    padding: 0;
  }
  .main {
    padding-top: 0;
  }
  .section-promotion-eDonation h2.eDonation-heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .section-promotion-eDonation h3.eDonation-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-promotion-eDonation p.eDonation-detail {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .eDoation-content-flex {
    display: block;
  }
  .eDonation-filter-box input[type="text"].eDonation-input,
  .eDonation-input {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .eDonation-filter-box input[type="text"].eDonation-input:last-child,
  .eDonation-input:last-child {
    margin-bottom: 0;
  }
  /* .eDonation-filter-box .row{
    display: flex;
    row-gap: 20px;
    flex-direction: column;
  }
  .eDonation-filter-box .row .select2-selection{
    max-width: 100%;

  } */
  .eDonation-filter-result {
    max-height: 575px;
  }
  .eDonation-result::after {
    bottom: 0;
    max-height: 5%;
  }
  .eDonation-result {
    max-height: 471px;
  }
}
.eDonation-filter-box .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 567px) {
  .eDonation-filter-box .row {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
  }
  .eDonation-filter-box .row .select2-selection {
    max-width: 100%;
  }
}

.promotion-container {
  padding: none;
  border-radius: 10px;
  margin: 0;
}
.promotion-container img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.promotion-container .promotion-contents {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
.promotion-section{
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 2rem;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}
.promotion-container .promotion-contents div {
  width: 100%;
}

@media (min-width: 768px) {
  .promotion-container .promotion-contents {
    border-radius: 10px;
  }
  .promotion-container .promotion-contents div {
  width: 75%;
}
}



.promotion-container .promotion-contents h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.promotion-container .promotion-contents p {
  color: #666;
}

.icw .btn.btn-promotion {
  background-color: #1dbe8e;
  border-radius: 23px;
  width: 100%;
}
/* .icw .btn.btn-promotion:hover , */
.icw .btn.btn-promotion.active
 {
  background-color: #fff;
  border: solid 1px #1dbe8e;
}
.icw .btn.btn-promotion p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}
/* .icw .btn.btn-promotion:hover p, */
.icw .btn.btn-promotion.active p {
  color: #1dbe8e;
}

.icw .btn.btn-promotion button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.icw .btn.btn-promotion .icon {
  width: 25px;
  height: 25px;
}
.slick-promotion button.slick-arrow {
  top: 50%;
}

.promotion-img{
  position: relative;
}
.promotion-img-text{
  position: absolute;
  left: 10%;
  top: 10%;
  font-size: 28px;
  font-weight: bold;
}

@media (min-width: 991px) {
  .icw .btn.btn-promotion {
    width: 160px;
  }
  .promotion-container {
    position: relative;
    
    /* height: 360px; */
    background-color: #fff;
  }
  .promotion-container .promotion-img img {
    position: relative;
    /* left: 3rem;
    top: 50%;
    transform: translateY(-50%); */
    /* margin: 2rem 0; */
    max-width: 100%;
    z-index: 100;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgb(0 0 0 / 20%) 4px 4px 8px 2px;
  }

  .promotion-container .promotion-contents {
    width:100%;
    padding: 30px 80px;
    text-align: left;
    margin-right: 3rem;
    height: 100%;
    border-radius: 30px;
  }
  .promotion-container .promotion-contents div {
    width: 100%;
  }
}

#section5 {
  background: #40cf8f;
  padding: 100px 0;
}
#section5 .eDonation-heading {
  margin-bottom: 30px;
  font-size: 35px;
}
#section5 .eDonation-subheading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
#section3 {
  padding-top: 0;
  padding-bottom: 0;
}

.checkDonate {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin: 0 auto;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.checkDonate img {
  width: 140px;
}
.checkDonate a {
  color: #7ff7a5;
}

@media (min-width: 768px) {
  .checkDonate {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
  }
}

button.btn-search {
  background: linear-gradient(90deg, #11706e 18%, #093837 100%);
  color: #fff;
  padding: 13px 50px;
  border-radius: 50px;
}

#suggestion-list {
  position: absolute;
  top: 52px;
  width: 94.5%;
  border-radius: 26px;
  background: #fff;
  color: #757575;
  padding: 1rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

@media (min-width: 768px) {
  #suggestion-list {
    width: 95%;
  }
}
#suggestion-list div {
  padding: 10px;
  text-align: left;
  font-family: "kanit", "gotham-med", "sukhumvittadmai-med";
}
.eDonation-input input {
  width: 100%;
}

.eDonation-input .select2-container {
  width: 100% !important;
}

.eDonation-qr-code .download-qr {
  margin: auto;
  text-align: center;
  background: white;
  padding: 3rem 1rem;
  /* margin-top: -2rem; */
  /* padding-bottom: 3rem; */
}

.eDonation-qr-code .download-qr button {
  font-family: "Kanit";
  border-radius: 2rem;
}

@media screen and (max-width: 767px){
  
}
</pre></body></html>