.text-2e {
  font-size: 1.2em;
}
.textBe {
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 6px;
  color: #454845;
}
.text-solution-seo3 {
  font-weight: 400;
  font-size: 1.8em;
  color: #0f77c9;
}

.banner-text {
  font-size: 1em;
  color: #293043;
}

.text-3e {
  font-weight: 300;
  color: #666;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.form-t {
  font-size: 2em;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-top: 30px;
}

.text-4e {
  font-weight: 300;
  font-size: 0.8em;
  color: #666;
  padding-left: 30px;
}
.ser-t1 {
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #454845;
  letter-spacing: 5px;
}

.padd-38 {
  margin-top: 38px;
}

.mtop50 {
  margin-top: 50px;
}

.mtop80 {
  margin-top: 80px;
}

.mtop150 {
  margin-top: 150px;
}

.mtop100 {
  margin-top: 100px;
}

.mtop120 {
  margin-top: 120px;
}

.bott50 {
  margin-bottom: 50px;
}

.gallery-tem-column#gallerycaption {
  position: relative;
}

.gallery-tem-column#gallerycaption .text {
  position: absolute;
  width: 87%;
  padding: 10px;
  border-radius: 10px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.8s ease;
  text-align: center;
}

.gallery-tem-column#gallerycaption .text h3 {
  margin: 0;
  color: white;
  font-size: 1.06em;
  font-weight: 300;
  line-height: 20px;
  padding-top: 10px;
}

.gallery-tem-column#gallerycaption:hover .text {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(23, 229, 232, 0) 0%,
    rgba(86, 224, 240, 0.64) 19%,
    rgba(0, 123, 255, 1) 100%
  );
  /* background: linear-gradient(180deg, rgb(23 229 232 / 22%) 0%, #03A9F4 57%, rgba(0, 212, 255, 1) 100%); */
}

.gallery-tem-column img {
  border-radius: 10px;
  margin-top: 20px;
}

.gallery-tem-column#gallerycaption:hover img {
  opacity: 0.9;
}

.pulse-setting img {
  margin-top: -22px;
}

.pulse-setting {
  margin-right: -63px;
  width: 80px;
  height: 80px;
  margin-top: 500px;
  float: right;
  /* margin-left: -20px; */

  background: #ffffffb0;
  border-radius: 50%;
  color: #03a9f442;
  /* font-size: 3em; */
  text-align: center;
  line-height: 100px;
  font-family: sans-serif;
  text-transform: uppercase;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 #cae4ec9e, 0 0 0 0 #cae4ec9e;
  }

  40% {
    box-shadow: 0 0 0 30px #cae4ecbf, 0 0 0 0 #cae4ecbf;
  }

  80% {
    box-shadow: 0 0 0 30px #cae4ecd1, 0 0 0 10px #cae4ecd1;
  }

  100% {
    box-shadow: 0 0 0 0 #cae4ece0, 0 0 0 10px #cae4ece0;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeIn-imageContainer {
  position: relative;
}

.fadeIn-image {
  position: absolute;
  width: 100%;
  /* border-radius:100vw; */
  display: none;
  /* Hide all images initially */
}

.imageDiv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.Fixed-Menu {
  padding: 13px;
  position: absolute;
  /* font-size: medium; */
  font-size: 15px;
  color: #fff;
  writing-mode: tb-rl;
  right: -40px;
  cursor: pointer;
  letter-spacing: 1.75px;
}

.Fixed-Menu a:hover {
  color: #06c755;
}

.Fixed-Menu-nav {
  /* background-color:#99bb99; */
  /* width: 200px; */
  border-right: 30px solid #444;
  position: fixed;
  /* left:-170px; */
  right: 2px;
  transition: all 0.8s;
  height: 158px;
  /* top:200px; */
  bottom: 110px;
  border-radius: 10px;
}

.Fixed-Menu-line {
  z-index: 999;
  /* background-color: #06c755; */
  border-radius: 10px;
  /* width: 37px;
      height: 38px; */
  /* border-right: 30px solid #06c755; */
  position: fixed;
  /* left: -170px; */
  right: 1px;
  transition: all 0.8s;
  color: #fff;
  bottom: 75px;
  text-align: center;
}

.Fixed-Menu-line i:hover {
  opacity: 0.9;
}

.btn-2025 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  /* box-shadow: 0 0 20px #eee; */
  border-radius: 10px;
  /* font-size: 1.2em; */
  font-size: 1.4em;
  font-family: "kanit";
}

.btn-2025:hover {
  /* background-position: right center; */
  box-shadow: 0 0 15px #3f51b5;
  color: white;
}

.essb {
  padding: 1em;
}

.essb-list {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  /* margin: 2em -0.25em; */
  list-style: none;
}

.essb-item {
  /* display: flex; */
  flex-direction: row;
  /* padding: 1em 0.25em; */
  padding: 10px;
}

.essb-link {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  padding: 8px 18px 8px 14px;
  border: 0;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  background: #222;
  border-radius: 4px;
}

.essb-item a:hover {
  color: white;
  box-shadow: inset 0 0 10px #fff;
}

.essb-txt {
  font-size: 1em;
  font-weight: 300;
  margin-top: -2px;
}

.essb-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 9px;
  line-height: 0;
  font-size: 1.5em;
  text-align: center;
  /* background: rgba(255,255,255,0.2); */
  border-radius: 100%;
}

.essb-icon:before {
  display: inline-block;
}

.essb-icon.essb-icon-facebook {
  font-size: 1.3em;
}

.essb-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  /* background: rgba(255,255,255,.2); */
  border-radius: 100%;
  transition: transform 0.3s;
  transform: scale(1);
}

.essb-facebook .essb-link {
  background: linear-gradient(#ffffff00, #ffffff00) padding-box,
    linear-gradient(to right, darkblue, #03a9f4) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
}

.essb-line .essb-link {
  background: linear-gradient(#ffffff00, #ffffff00) padding-box,
    linear-gradient(to right, #4caf50, #8bc34a) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
}

.essb-ig .essb-link {
  background: linear-gradient(#ffffff00, #ffffff00) padding-box,
    linear-gradient(to right, #e91e63, #9c27b0) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
}

.essb-email .essb-link {
  background: linear-gradient(#ffffff00, #ffffff00) padding-box,
    linear-gradient(to right, #00bcd4, #05a8f2) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
}

.essb-phone .essb-link {
  background: linear-gradient(#ffffff00, #ffffff00) padding-box,
    linear-gradient(to right, #ff9800, #ff5722) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
}

.essb-link:hover .essb-icon:after {
  transform: scale(12);
  color: #fff;
}

.form {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
  font-family: "kanit";
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#gallery-cus .container {
  width: 1400px;
}

#servive-solution {
  min-height: 600px;
}
.box-solution {
  /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
  min-height: 500px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 20px;
}
.box-solution-cart {
  /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
  min-height: 543px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 20px;
}

.box-solution:hover {
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(3 169 244 / 49%);
  /* box-shadow: 0 4px 8px 0 rgb(0 188 212 / 59%), 0 6px 20px 0 rgb(0 188 212 / 59%); */
}

.box-solution1 {
  /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
  height: 500px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 20px;
  padding: 10px;
}

.box-solution1:hover {
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(3 169 244 / 49%);
  /* box-shadow: 0 4px 8px 0 rgb(0 188 212 / 59%), 0 6px 20px 0 rgb(0 188 212 / 59%); */
}

.box-solution2 {
  /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
  min-height: 500px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 20px;
}

.box-solution2:hover {
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(3 169 244 / 49%);
  /* box-shadow: 0 4px 8px 0 rgb(0 188 212 / 59%), 0 6px 20px 0 rgb(0 188 212 / 59%); */
}

.box-solution-ad {
  /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
  min-height: 500px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 20px;
  padding: 10px;
}

.box-solution-ad:hover {
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(3 169 244 / 49%);
  /* box-shadow: 0 4px 8px 0 rgb(0 188 212 / 59%), 0 6px 20px 0 rgb(0 188 212 / 59%); */
}

.text-solution-mar {
  font-size: 1.6em;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10px 20px 0px 20px;
}
.text-solution-head {
  font-size: 2em;
  /* color: #333; */
  letter-spacing: 1px;
  font-weight: 300;
  padding: 10px 20px 0px 20px;
}
.text-solution {
  font-size: 1.2em;
  /* color: #333; */
  letter-spacing: 1px;
  font-weight: 300;
  padding: 10px 20px 0px 20px;
}

.text-solution-seo {
  font-size: 1.1em;
  letter-spacing: 1.2px;
  font-weight: 300;
  padding: 20px 10px 0px 5px;
  /* padding: 20px 15px 0px 20px; */
  /* text-align: center; */
}

.img-solution-seo {
  text-align: center;
  padding: 10px;
}

.img-solution-seo2 {
  padding: 10px;
  float: right;
  text-align: right;
  width: 60%;
}

.img-solution-seo3 {
  padding: 10px;
  float: right;
  text-align: right;
  width: 50%;
  margin-top: 56px;
}

.bannerN-title {
  font-size: 2.7em;
  color: #333;
  /* line-height: 2px; */
  /* font-weight: 500; */
  letter-spacing: 2px;
}

.bannerN-text {
  font-size: 1.2em;
  color: #999;
  letter-spacing: 1.2px;
  /* line-height: 2px; */
  font-weight: 300;
  margin-top: 40px;
}

.reviews-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 150px;
  border: none;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  outline: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: filter 0.25s;
}

.reviews-slider .slick-arrow::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.reviews-slider .slick-arrow:hover {
  filter: brightness(130%);
  opacity: 0.8;
}

.reviews-slider .slick-arrow.slick-disabled {
  filter: brightness(150%) grayscale(100%);
  cursor: default;
}

.reviews-slider .slick-prev {
  left: 1rem;
}

.reviews-slider .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23444' d='M150 191c-1.7 0-3.3-.5-4.6-1.7l-56.7-56.8c-2.5-2.5-2.5-6.5 0-9l56.7-56.8c2.5-2.5 6.6-2.5 9 0 2.6 2.5 2.6 6.6 0 9l-52 52.3 52 52.2c2.6 2.5 2.6 6.6 0 9-1.2 1.3-2.8 2-4.4 2zm106-63C256 57.4 198.6 0 128 0S0 57.4 0 128s57.4 128 128 128 128-57.4 128-128zm-12.8 0c0 63.5-51.7 115.2-115.2 115.2S12.8 191.5 12.8 128 64.5 12.8 128 12.8 243.2 64.5 243.2 128z'/%3E%3C/svg%3E");
}

.reviews-slider .slick-next {
  right: 1rem;
}

.reviews-slider .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23444' d='M106 191c-1.6 0-3.2-.5-4.5-1.7-2.5-2.5-2.5-6.6 0-9l52.2-52.3-52.2-52.2c-2.5-2.5-2.5-6.6 0-9 2.5-2.6 6.6-2.6 9 0l56.8 56.7c2.5 2.5 2.5 6.5 0 9l-56.7 56.8c-1.3 1.2-3 1.8-4.6 1.8zm150-63C256 57.4 198.6 0 128 0S0 57.4 0 128s57.4 128 128 128 128-57.4 128-128zm-12.8 0c0 63.5-51.7 115.2-115.2 115.2S12.8 191.5 12.8 128 64.5 12.8 128 12.8 243.2 64.5 243.2 128z'/%3E%3C/svg%3E");
}

.reviews-slider__item {
  padding-top: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.reviews-slider__photo-wrapper {
  /* transform: scale(0.6); */
  display: block;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 20px solid transparent;
  border-radius: 50%;
  transition: transform 0.5s, filter 0.5s, border-color 0.5s;
  /* filter: grayscale(90%); */
}

.slick-current .reviews-slider__photo-wrapper {
  transform: scale(1);
  border-color: #03a9f4;
  filter: grayscale(0);
  will-change: transform, filter, border-color;
}

.reviews-slider__photo {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  /* border: 4px solid #ffffff; */
  border-radius: 50%;
}

.reviews-slider__text {
  position: relative;
  transform: scale(0.5);
  margin-top: 5px;
  margin-left: -15vw;
  margin-right: -15vw;
  padding: 20px;
  opacity: 0;
  border-radius: 8px;
  visibility: hidden;
  background-color: #03a9f4;
  transition: opacity 0.2s, transform 0.5s, visibility 0s 0.25s;
}

.reviews-slider__text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 5px 0 0;
  box-shadow: -2px -3px 0 #ffffff, -3px -2px 0 #ffffff;
  background-color: inherit;
}

.slick-current .reviews-slider__text {
  transform: scale(1);
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s, transform 0.5s;
  will-change: transform, opacity, visibility;
}

.reviews-slider__message {
  margin-bottom: 15px;
  text-align: center;
}

.reviews-slider__message p:last-child {
  margin-bottom: 0;
}

.reviews-slider__author-name {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.reviews-slider__author-name::before {
  content: "";
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-top: 1px solid;
}

@media (max-width: 767px) {
  .reviews-slider__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.box-easy {
  background-image: linear-gradient(to right, #03a9f4, #00bcd4);
  height: 400px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.box-easy:hover {
  border-radius: 30px;
  /* box-shadow: 0 4px 8px 0 rgb(0 188 212 / 59%), 0 6px 20px 0 rgb(0 188 212 / 59%); */
  box-shadow: 0 3px 10px rgb(3 169 244 / 49%);
}

.box-easy2 {
  background: linear-gradient(180deg, #c6e2ff 0%, #bfe8fb 100%);
  height: 400px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.box-easy2:hover {
  border-radius: 30px;
  /* box-shadow: 0 4px 8px 0 rgb(0 188 212 / 59%), 0 6px 20px 0 rgb(0 188 212 / 59%); */
  box-shadow: 0 3px 10px rgb(3 169 244 / 49%);
}

.box-head2 {
  font-size: 2em;
  font-weight: 400;
  color: #3f51b5;
  padding: 20px;
  letter-spacing: 2px;
}

.box-head-icon {
  font-size: 1.3em;
  font-weight: 500;
  padding: 10px;
  /* letter-spacing: 2px; */
  background: -webkit-linear-gradient(#00bcd4, #2196f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-easy .img {
  text-align: right;
  z-index: 999;
  margin-top: 40px;
}

.box-head {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  padding: 20px;
  letter-spacing: 2px;
}

.box-text {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  /* padding: 20px; */
}

.banner .banner-stitle {
  font-size: 2.7em;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  letter-spacing: 2.2px;
  color: #3b3b3b;
  line-height: 60px;
}

.sticky {
  position: sticky;
  top: 0px;
  background-color: #000a3f;
  padding: 50px;
  font-size: 20px;
  z-index: 999;
}

.partner-img {
  text-align: center;
  padding: 30px;
}

.partner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#2196f3, #03a9f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Kanit", sans-serif;
  border-bottom: 2px solid #2196f347;
  text-align: center;
}

.banner .banner-title-w {
  color: #00bcd4;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Kanit", sans-serif;
}

.line-play-button {
  content: url("https://www.wewyn.com/asset/images/home-page/images/line-new.png");
  position: absolute;
  z-index: 10;
  top: 180%;
  left: 5%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
}

.line-play-button:hover {
  border: 0px solid #4caf50;
  border-radius: 50%;
  box-shadow: -5px 0 13px #8bc34a, 6px 0 15px #4caf50;
}

/* .line-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
  } */

.line-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.line-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.line-play-button2 {
  position: absolute;
  z-index: 10;
  top: 180%;
  left: 20%;
  /* top: 50%;
    left: 50%; */
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  /* background: #fa183d; */
  border-radius: 50%;
  content: url("https://www.wewyn.com/asset/images/home-page/images/phone-new.png");
  /* padding: 18px 20px 18px 28px; */
}

.line-play-button2:hover {
  border: 0px solid #00bcd4bf;
  border-radius: 50%;

  box-shadow: -5px 0 13px #00bcd4bf, 6px 0 15px #00bcd4bf;
}

/* .line-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
  } */

.line-play-button2 img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.line-play-button2 span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 22px solid transparent;
}

/* up */
.hover11 h4 {
  font-size: 1em;
  text-align: left;
  background-color: #fff;
  min-height: 60px;
  padding: 10px;
  margin: 0 0 0px;
}

.hover11 {
  display: inline-block;
  margin: 0 auto;
}

/* .hover11 img {
      float: right;

    } */

@media (max-width: 912px) {
  .hover11 h4 {
    font-size: 1.3em;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .site-content {
    min-height: 800px !important;
  }

  .box-easy .img {
    display: none;
  }
  .box-solution-cart {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    min-height: 500px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }
  .essb-txt {
    font-size: 2em !important;
    font-weight: 300;
    margin-top: -2px;
  }
  .form-t {
    font-size: 2.5em !important;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-top: -11px !important;
  }
  .mtop20 {
    margin-top: 20px;
  }
  .box-head {
    font-size: 1.6em !important;
    font-weight: 400;
    color: #fff;
    padding: 7px;
    letter-spacing: 2px;
  }
  .text-solution-mar {
    font-size: 1.7em;
    color: #333;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 20px 0px 20px;
  }

  .box-easy .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: -30px;
    display: none;
  }

  .essb-link {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    padding: 8px 18px 8px 14px;
    border: 0;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    background: #222;
    border-radius: 4px;
  }

  .self-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .line-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 49%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    /* width: 50px;
    height: 50px; */
    /* background: #06c755; */
    border-radius: 50%;
    /* transition: all 200ms; */
  }

  .line-play-button2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 49%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    /* width: 50px;
    height: 50px; */
    /* background: #00bcd4; */
    border-radius: 50%;
    /* transition: all 200ms; */
  }

  .img50 {
    text-align: center;
    width: 50%;
  }

  .text-solution-seo {
    font-size: 1.5em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .text-solution {
    width: 90% !important;
    font-size: 1.2em;
    /* color: #333; */
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 20px 0px 20px;
  }

  .box-head-icon {
    font-size: 1.3em !important;
    font-weight: 500;
    padding: 10px;
    /* letter-spacing: 2px; */
    background: -webkit-linear-gradient(#00bcd4, #2196f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .box-text {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    padding: 12px;
  }

  .img-1-3 {
    top: 328px !important;
    width: 30%;
  }

  .mtop120 {
    margin-top: 50px;
  }

  .mtop150 {
    margin-top: 50px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .text-solution .btn-2025 {
    display: none;
  }

  .img-1-3 {
    top: 268px !important;
    width: 30%;
  }

  .img-1-4 {
    left: 88% !important;
    top: 130px !important;
    width: 10%;
  }

  .img-0-3 {
    left: 85% !important;
    /* top: -50px; */
    width: 16% !important;
  }

  .text-solution-seo {
    font-size: 2em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .text-3e {
    font-size: 1.5em !important;
  }

  .box-head-icon {
    font-size: 2em !important;
    font-weight: 500;
    padding: 10px;
    /* letter-spacing: 2px; */
    background: -webkit-linear-gradient(#00bcd4, #2196f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .box-head {
    font-size: 2em !important;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    min-height: 650px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .box-text {
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    padding: 33px !important;
  }

  .col-xs-12 {
    margin-bottom: 20px;
  }

  .img-solution-seo {
    text-align: center;
    padding: 10px;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  .bannerN-title {
    font-size: 2.7em;
    color: #333;
    /* line-height: 2px; */
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-top: 50px;
  }

  .bannerN-text {
    font-size: 1.5em;
    color: #999;
    letter-spacing: 1.2px;
    /* line-height: 2px; */
    font-weight: 300;
    margin-top: 40px;
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 9% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }
}

@media (min-width: 451px) and (max-width: 499px) {
  .box-solution1 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    height: 611px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
    padding: 10px;
  }
  .text-solution .btn-2025 {
    display: none;
  }

  .img-solution-seo3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 70% !important;
    /* float: unset; */
  }

  .text-solution {
    width: 100% !important;
    font-size: 1.2em;
    /* color: #333; */
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 20px 0px 20px;
  }

  .img-solution-seo {
    text-align: center;
    padding: 10px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box-solution2 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    height: 500px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    height: 530px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-head-icon {
    font-size: 1.7em !important;
    font-weight: 500;
    padding: 10px;
    /* letter-spacing: 2px; */
    background: -webkit-linear-gradient(#00bcd4, #2196f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-3e {
    font-size: 1.2em !important;
  }

  .text-5e {
    font-size: 0.6em !important;
  }

  .mtop100 {
    margin-top: 50px;
  }

  .bannerN-title {
    font-size: 3em;
    color: #333;
    /* line-height: 2px; */
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-top: 50px;
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 60px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  .box-easy2 {
    margin-top: 65px;
    background: linear-gradient(180deg, #c6e2ff 0%, #bfe8fb 100%);
    height: 400px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    height: 465px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .box-text {
    font-size: 1.2em;
    font-weight: 300;
    color: #fff;
    padding: 16px;
  }

  /* .Fixed-Menu {
        padding-top: 13px;
        position: absolute;
        color: #fff;
        writing-mode: tb-rl;
        right: -27px;
        cursor: pointer;
        letter-spacing: 3px;
      } */

  .img-1-4 {
    left: 90% !important;
    top: 100px !important;
    width: 10%;
  }

  .img-0-3 {
    left: 77% !important;
    width: 24%;
  }

  .img-1-3 {
    top: 213px !important;
    width: 30%;
  }

  .banner .banner-de {
    color: #3b3b3b;
    font-size: 0.7em !important;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }

  .btn-2 img {
    display: none;
  }

  .line-play-button {
    width: 40%;
    position: absolute;
    z-index: 10;
    margin-top: -1px;
    top: 180%;
    left: 13% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    margin-top: -1px;
    width: 40%;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 55% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }
}

@media (min-width: 769px) and (max-width: 819px) {
  .box-easy .img {
    display: none;
  }

  .img-1-3 {
    top: 319px !important;
  }

  .img-0-3 {
    left: 82% !important;
    top: -50px;
    /* width: 31%; */
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 43% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 25% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .btn-2 {
    background-image: linear-gradient(
      to right,
      #40e6fb 0%,
      #2196f3 51%,
      #84fab0 100%
    );
    float: inherit;
    width: 400px;
  }

  .tem-row-left {
    margin-left: 20px;
  }

  .box-text {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    padding: 10px;
  }

  .box-head {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .text-solution-seo {
    font-size: 1.1em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }
}

@media (min-width: 820px) and (max-width: 911px) {
  .btn-2 {
    background-image: linear-gradient(
      to right,
      #40e6fb 0%,
      #2196f3 51%,
      #84fab0 100%
    );
    float: inherit !important;
    width: 450px;
  }

  .box-easy .img {
    display: none;
  }

  .box-easy .img {
    text-align: center;
    float: unset;
    z-index: 999;
    margin-top: 1px;
    width: 50%;
  }

  .text-solution-seo3 {
    font-weight: 400;
    font-size: 1em !important;
    color: #0f77c9;
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 42% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 60% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  /* .btn-3 {
        display: none;
        background-image: linear-gradient(to right, #40e6fb 0%, #2196F3 51%, #84fab0 100%);
      } */

  .text-solution-seo {
    font-size: 1.1em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .box-text {
    font-size: 1.3em !important;
    font-weight: 300;
    color: #fff;
    padding: 12px !important;
  }

  .box-head {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .tem-row-left {
    margin-left: 40px;
  }

  .img-1-3 {
    left: -124px;
    top: 347px !important;
  }

  .img-0-3 {
    left: 83% !important;
    top: -50px;
    /* width: 31%; */
  }
}

@media (min-width: 540px) and (max-width: 580px) {
  .box-text {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    padding: 24px;
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  .bannerN-title {
    font-size: 2.7em;
    color: #333;
    /* line-height: 2px; */
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-top: 100px;
  }

  .box-solution {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    height: 500px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 30px;
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    min-height: 550px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 30px;
  }

  .img-solution-seo {
    text-align: center;
    padding: 10px;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #servive-solution {
    height: 588px !important;
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 11% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 46% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .img-1-3 {
    top: 260px !important;
    width: 30%;
  }

  .img-1-4 {
    left: 95%;
    top: 100px !important;
  }
}

@media (min-width: 912px) and (max-width: 1023px) {
  .site-content {
    min-height: 900px;
  }

  .btn-2 {
    background-image: linear-gradient(
      to right,
      #40e6fb 0%,
      #2196f3 51%,
      #84fab0 100%
    );
    float: inherit;
    width: 400px !important;
  }

  .text-solution-seo3 {
    font-weight: 400;
    font-size: 1em !important;
    color: #0f77c9;
  }

  .box-easy .img {
    display: none;
  }

  .mtop50 {
    margin-top: 50px;
    display: none;
  }

  .text-solution-seo {
    font-size: 1.1em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .box-text {
    font-size: 1.5em !important;
    font-weight: 300;
    color: #fff;
    padding: 0px !important;
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  .box-head {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .img-1-3 {
    left: -124px;
    top: 310px !important;
  }

  .img-1-4 {
    left: 100%;
    top: 171px !important;
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 45% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 27% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .tem-row-left {
    margin-left: 60px;
  }
}

/* @media (min-width: 820px) and (max-width: 1023px) {
      .tem-row-left {
        margin-left: 40px;
      }
    } */

@media (min-width: 430px) and (max-width: 450px) {
  .box-solution1 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    height: 611px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
    padding: 10px;
  }
  .pulse-setting {
    display: none;
  }
  /* .Fixed-Menu{
        padding-top: 25px;
      } */
  .btn-2025 {
    flex: 1 1 auto;
    margin: 10px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    /* font-size: 1.2em; */
    font-size: 1.2em !important;
    font-family: "kanit";
  }

  .img-0-3 {
    left: 83% !important;
    /* top: -50px; */
    width: 20%;
  }
  .img-1-2 {
    left: 0px;
    top: 0;
    width: 30% !important;
  }
  .img-1-3 {
    top: 190px !important;
    width: 30%;
  }
  .img-1-4 {
    left: 91% !important;
    top: 9px !important;
  }

  .text-solution .btn-2025 {
    display: none;
  }

  .btn-2 img {
    display: none;
  }

  .text-2e {
    font-size: 1.5em !important;
  }

  .text-4e {
    font-size: 1.5em !important;
  }

  .text-3e {
    font-size: 2em !important;
  }

  .text-solution-seo3 {
    font-weight: 400;
    font-size: 2em !important;
  }

  .box-solution-ad {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 690px !important; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution1 {
    /* height: 611px !important; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution-ad p {
    font-size: 2em !important;
  }

  .text-solution-seo {
    font-size: 2.5em !important;
    letter-spacing: 1.2px;
  }

  .mtop120 p {
    font-weight: 300;
    font-size: 1.5em !important;
  }

  .banner .banner-title-w {
    color: #282828;
    font-size: 1.8em !important;
    font-weight: 400;
    line-height: 38px !important;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }

  .banner .banner-de {
    color: #3b3b3b;
    font-size: 0.7em !important;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }

  .bannerN-text {
    font-size: 2em;
    color: #999;
    letter-spacing: 1.2px;
    /* line-height: 2px; */
    font-weight: 300;
    margin-top: 40px;
  }

  .box-solution {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    max-height: 870px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .img-solution-seo3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 100% !important;
    /* float: unset; */
  }

  .box-solution-ad {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 590px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-easy .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    margin-top: -17px;
  }

  .img-solution-seo2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 100% !important;
    float: unset;
  }

  .box-easy2 {
    background: linear-gradient(180deg, #c6e2ff 0%, #bfe8fb 100%);
    height: 400px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-top: 15px;
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    height: 765px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .line-play-button {
    margin-top: -5px;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 10%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    margin-top: -5px;
    top: 180%;
    left: 27%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .box-text {
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
    padding: 13px;
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  .bannerN-title {
    font-size: 2.7em;
    color: #333;
    /* line-height: 2px; */
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-top: 50px;
  }

  .img-solution-seo {
    text-align: center;
    padding: 10px;
    width: 90%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 60% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
         height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 15% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }
}

@media (max-width: 430px) {
  .text-5e {
    font-size: 0.7em !important;
  }

  .btn-2025 img {
    display: none;
  }

  .form h4 {
    font-size: 1.7em !important;
    font-weight: 300;
    color: #666;
    padding: 10px;
  }

  /* .mtop20 p{
    font-size: 1.5em !important;
    font-weight: 300;
        color: #666;
      padding: 10px;
} */
  .box-head-icon {
    font-size: 1.6em !important;
    font-weight: 500;
    padding: 10px;
    /* letter-spacing: 2px; */
    background: -webkit-linear-gradient(#00bcd4, #2196f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .box-head {
    font-size: 2em !important;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .mtop100 {
    font-weight: 300;
    font-size: 1.5em;
  }

  .box-solution2 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 710px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .text-solution-mar {
    font-size: 2.5em !important;
    color: #333;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 20px 0px 20px;
  }

  .mtop100 {
    margin-top: 40px !important;
  }

  .mtop120 {
    margin-top: 11px !important;
  }

  .img-1-3 {
    top: 176px !important;
    width: 30%;
  }

  .img-1-4 {
    left: 90% !important;
    width: 10%;
    top: 100px !important;
  }

  .img-0-3 {
    left: 66% !important;
    /* top: -50px; */
    /* width: 31%; */
  }

  .text-solution .btn-2025 {
    display: none;
  }

  .hover11 h4 {
    font-size: 1em;
  }

  .hover11 h4 img {
    width: 30%;
  }
}

@media (max-width: 390px) {
  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    height: 673px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }
  .site-content {
    min-height: 700px !important;
  }
  .btn-2025 img {
    display: none;
  }

  /* .box-easy {
    background-image: linear-gradient(to right, #03A9F4, #00BCD4);
    height: 471px!important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
} */
  .padd-38 {
    margin-top: 18px !important;
  }

  .hover11 h4 {
    font-size: 1em;
  }

  .btn-2025 {
    flex: 1 1 auto;
    margin: -1px;
    /* padding: 2px!important; */
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    /* font-size: 1.2em; */
    font-size: 1.4em;
    font-family: "kanit";
  }
}

@media (min-width: 321px) and (max-width: 360px) {
  .padd-38 {
    margin-top: 18px !important;
  }

  .hover11 h4 {
    font-size: 1em;
  }

  .btn-2025 {
    flex: 1 1 auto;
    margin: -1px;
    padding: 2px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    /* font-size: 1.2em; */
    font-size: 1.1em !important;
    font-family: "kanit";
  }
}

/*  @media (max-width: 768px) {
   .hover11 img {
        text-align: center;
        float: unset !important;
      }
      .block-700{
        width: 769px;
        text-align: center;
      }
      .hover11 h4 {
        padding-left: 15px;
        /* text-align: center;
      }

    }
       */
.slider-content a:focus,
a:hover {
  /* color: unset;
        text-decoration: unset; */
  outline: unset;
  outline-offset: unset;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-carousel {
  width: 100%;
  margin: 0 auto;
}

.slider-content {
  /* width: 800px; */
  /* height: 82vh; */
  background-color: #fff;
  color: #666;
  margin: 0;
  transition: background-color 0.2s ease-out;
}

.slider-content .card {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 15px 29px 17px;
  /* text-align: center; */
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: #0099d4;
  border: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 1000;
  transform: translateY(-50%);
}

.slick-arrow.btn-next {
  right: 0;
}

.slick-slide {
  position: relative;
  transition: all 0.3s ease-out;
}

.slick-slide:not(.slick-center) {
  transform: scale(0.8);
  /* filter: blur(3px); */
}

.slick-slide.slick-active {
  /* box-shadow: 0 2em 4em rgba(0, 0, 0, 0.5); */
  box-shadow: 0 1em 1em rgb(0 0 0 / 22%);
  border-radius: 20px;
}

.slick-slide.slick-center {
  z-index: 1000;
  border-radius: 20px;
}

.slick-slide.slick-center .slider-content {
  background-color: #fff;
}

.slick-dots {
  margin: 0;
  padding: 2rem 2rem 0;
  display: flex !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  display: block;
  color: #fff;
  font-size: 0;
}

.slick-dots li:not(:first-of-type) {
  padding-left: 1.25rem;
}

.slick-dots li button {
  color: currentColor;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  font-size: 0;
  background-color: currentColor;
  border: 1px solid currentColor;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li:not(.slick-active) button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: "Kanit", sans-serif;
}

.banner-wrap .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.gallery-block {
  display: inline-block;
  /* margin-right: 16px; */
  font-size: 0;
  border-radius: 5px;
  padding: 5px;
}

.gallery-slide {
  box-shadow: 0 0 5px 0px rgba(#000, 0.25);
  border-radius: 5px;
  width: 33%;
  text-align: center;
}

/* img {
        display: block;
      } */
.gallerycaption {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 1em 0.25em;
  text-align: center;
}

.gallery-list {
  vertical-align: top;
  display: inline-block;
  width: 500px;
}

.gallery-link {
  display: block;
  float: left;
  max-width: 450px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 0px rgba(#000, 0.25);
  text-align: center;
  cursor: pointer;
  @include transition(transform 0.25s);
}

/* &:hover {
          @include transform(scale(1.025));
        } */

/* img {
          max-width: 100%;
        } */

.gallerycaption {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 1em 0.25em;
  text-align: center;
}

.gallerycaption H4 {
  text-transform: uppercase;
}

.more-web {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  /* line-height: 1.42857143; */
  /* text-align: center; */
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #ff5722e6;
  border-radius: 19px;
  position: absolute;
  /* top: 52%; */
  padding: 10px;
  /* left: 6%; */
  transform: translate(-50%, -50%);
}

.click-web {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  /* line-height: 1.42857143; */
  /* text-align: center; */
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #2196f3;
  border-radius: 19px;
  position: absolute;
  /* top: 52%; */
  padding: 10px;
  /* left: 20%; */
  transform: translate(-50%, -50%);
}

.wrapper-box {
  /* position: relative;
    max-width: 1350px; */
  /* display: flex;
      flex-direction: column; */
  justify-content: center;
  align-items: center;
}

/* .wrapper-box a{
  padding: 5px;
  } */
.center-box {
  margin: auto;
  padding: 10px;
}

.shape-top {
  margin: auto;
  /* padding: 10px; */
}

.arrows i {
  height: 50px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(to bottom, #2196f3, #b9addb);
  box-shadow: 0 8px 20px rgb(0 0 0 / 18%),
    inset 0px 4px 4px rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

.arrows i:active {
  transform: scale(1.03);
}

.arrows {
  display: flex;
  gap: 20px;
  margin: auto;
  width: 9%;
  margin-top: 35px;
}

.wrapper-box .carousel {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  scroll-behavior: smooth;
  margin-top: 20px;
  /* height: 550px; */
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel a:hover {
  opacity: 0.8;
}

.carousel.dragging img {
  pointer-events: none;
}

.carousel img {
  /* height:500px; */
  /* width: calc(100% / 4); */
  object-fit: cover;
  margin-left: 14px;
  border: 3px solid #b5b5b52b;
  border-radius: 20px;
}

.carousel img:first-child {
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  .carousel img {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 550px) {
  .slider-content .card {
    font-size: 0.8em;
  }

  .slider-content {
    padding: 5px;
  }

  .slider-content .card {
    display: unset;
    /* flex-direction: column; */
  }

  .carousel img {
    width: 100%;
  }
}

.text-center2 {
  text-align: center;
  margin-top: -250px;
}

.line img {
  opacity: 1;
}

.line img:hover {
  opacity: 0.5;
}

.icon-main {
  padding: 3px;
  margin-top: 10px;
}

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  /* display: none; */
}

.banner .shape-fill {
  fill: #f0f6ff;
}

/* .form {
        border-radius: 20px;
        box-sizing: border-box;
        padding: 20px;
        font-family: "kanit";
        background-color: #fff;
      } */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  color: #7e7e7e;
  border: 1px solid #e6e6e6;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  padding: 9px 20px;
  box-sizing: border-box;
  outline: none;
}

.banner .banner-wrap {
  padding: 50px 0 0;
}

.cta .bg-overlay {
  /* background-image: url(images/); */
  background-position: 104px 240px;
  background-repeat: no-repeat;
}

.opacity-1 {
  opacity: 1;
}

.bg-about {
  background-image: url(https://www.wewyn.com/asset/images/home-page/images/wewyn-เว็บไซต์-สำเร็จรูป-shape-process-1.webp);
  background-position-x: 100%;
  background-position-y: 115px;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.bg-cta {
  background-image: url(https://www.wewyn.com/asset/images/home-page/images/wewyn-เว็บไซต์-สำเร็จรูป-bg-maps2-1.webp);
  background-position-x: 50%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-color: rgb(240, 246, 255);
}

/* .bg-cta2 {
  background-image: url('images/เว็บไซต์สำเร็จรูป-bg2.gif');
  background-position: center;
      background-position-x: 50%;
      background-position-y: 100%;
      background-repeat: no-repeat;
      background-color: transparent;

  } */
.bg-faq-bot {
  background-image: url(https://www.wewyn.com/asset/images/home-page/images/wewyn-เว็บไซต์-สำเร็จรูป-bg-maps2-1.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 64% auto;
  background-color: #f0f6ff;
}

.icon-box-grid .icon-box .icon-main {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
  text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
  -moz-text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
}

.icon-box-grid .icon-box .content-box h4 {
  margin-bottom: 14px;
  font-size: 22px;
  color: #61616c;
}

.icon-box-grid .icon-box {
  /* padding: 47px; */
  color: #fff;
  /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}

.icon-box-grid2 .icon-box {
  padding: 10px;
  color: #fff;
  /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}

.octf-btn {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 1.2em;
  padding: 16px 28px 16px 28px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  background: #fe4c1c;
  cursor: pointer;
  border: 3px solid #f1eeeab0;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-family: "Kanit", sans-serif;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  /* box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3); */
  /* -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3); */
  -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn-primary {
  /* background: #fe4c1c; */
  background: #3f51b5;
}

.octf-btn-primary:hover {
  color: #ffffff;
  opacity: 0.7;
  /* background-color: #df3600; */
}

.octf-btn-icon {
  text-align: left;
}

.octf-btn-primary:hover {
  color: #fff;
}

.banner .banner-de {
  color: #3b3b3b;
  font-size: 0.5em;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Kanit", sans-serif;
}

.m-b0 {
  margin-bottom: 0;
}

.image-block {
  position: relative;
}

.image-block .main {
  visibility: hidden;
}

.imgframes {
  position: absolute;
  left: 0;
  top: 0;
}

.img-0-2 {
  left: 0px;
  top: 0;
}

.img-0-3 {
  left: 95%;
  /* top: -50px; */
}

.img-1-2 {
  left: -60px;
  top: 0;
}

.img-1-3 {
  left: -124px;
  top: 405px;
}

.img-1-4 {
  left: 100%;
  top: 218px;
}

.img-1-5 {
  left: 72%;
  top: 220px;
}

.img-1-5 {
  left: 39%;
  top: 51px;
}

.icon-box-grid .icon-box .icon-main i,
.icon-box-grid .icon-box .icon-main span:before {
  font-size: 60px;
  line-height: 1;
}

.icon-box-grid {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  /* background-color: #0039e4; */
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  /* background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1); */
  /* background-image: linear-gradient(145deg, #0039e4, #04dbf1); */
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.icon-box-grid2 {
  font-size: 2em;
  /* line-height: 3; */
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #2196f3;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #2196f3, #04dbf1);
  background-image: linear-gradient(145deg, #03a9f4, #3f51b5);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /* padding: 20px; */
}

@media (min-width: 412px) and (max-width: 429px) {
  .img-1-2 {
    left: 0px;
    top: 0;
    width: 30%;
  }
  .site-content {
    min-height: 760px !important;
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 12% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 55% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .text-5e {
    font-size: 0.8em !important;
  }

  .btn-2025 img {
    display: none;
  }

  .mtop50 {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 425px) {
  .textBe {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 6px;
    color: #454845;
  }
  /* .Fixed-Menu{
      padding-top: 25px;
} */
  .ser-t1 {
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    color: #454845;
    letter-spacing: 1px;
  }
  .essb-txt {
    font-size: 1.3em !important;
    font-weight: 300;
    margin-top: -2px;
  }
  .form-t {
    font-size: 2em;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-top: -55px !important;
  }
  .mtop80 {
    margin-top: 10px !important;
  }
  #site-content {
    min-height: 687px !important;
  }

  .pulse-setting {
    display: none;
  }

  .reviews-slider__message p {
    font-size: 1.3em !important;
  }

  .text-4e {
    font-size: 0.9em !important;
  }

  .text-3e {
    font-size: 1.2em !important;
  }
  .text-2e {
    font-size: 1.2em !important;
    color: #fff;
  }
  .text-solution-mar {
    font-size: 1.9em !important;
    color: #333;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 20px 0px 20px;
  }

  .padd-38 {
    margin-top: 17px !important;
  }

  .box-solution-ad {
    /* height: 550px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .mtop120 {
    margin-top: 10px !important;
  }

  .box-solution2 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 490px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .img-solution-seo3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 85% !important;
    /* float: unset; */
  }

  .ds-non {
    display: none;
  }

  .text-solution-seo3 {
    font-size: 1.2em !important;
    letter-spacing: 1.2px;
    font-weight: 500;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .text-solution-seo {
    font-size: 1.2em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .img-solution-seo2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 100% !important;
  }

  .box-easy .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -30px;
  }

  .box-text {
    font-size: 1.1em;
    font-weight: 300;
    color: #fff;
    padding: 14px;
  }

  .line-play-button {
    width: 30%;
    margin-top: 2px;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 9% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
            height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    width: 30%;
    margin-top: 2px;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 45% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
                         height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .img-solution-seo {
    text-align: center !important;
    padding: 10px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-solution span {
    width: 100% !important;
    font-size: 1.2em !important;
    /* color: #333; */
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 10px 2px 0px 20px;
  }
  .text-solution {
    width: 100% !important;
    font-size: 1.2em !important;
    /* color: #333; */
    letter-spacing: 1px;
    font-weight: 300 !important;
    padding: 10px 2px 0px 20px;
  }

  .box-solution {
    /* height: 650px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution1 {
    min-height: 500px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .bannerN-title {
    font-size: 2em;
    color: #333;
    /* line-height: 2px; */
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-top: 1px;
  }

  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    height: 500px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .mtop100 {
    margin-top: 65px;
  }

  .gallery-tem-column#gallerycaption {
    position: relative;
    width: 50% !important;
  }

  .img-1-3 {
    /* left: -124px; */
    top: 123px !important;
    width: 50%;
  }

  .btn-2025 {
    /* flex: 1 1 auto; */
    margin: -1px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    font-size: 1.3em;
    font-family: "kanit";
  }

  .img-0-3 {
    left: 85% !important;
    /* top: -50px; */
    width: 20%;
  }

  .img-1-2 {
    left: 0px;
    top: 0;
    width: 30%;
  }

  .img-1-4 {
    left: 91%;
    width: 10%;
    top: 44px;
  }

  .icon-box-grid .icon-box {
    padding: 40px !important;
    color: #fff;
    height: 230px;
  }

  .arrows {
    display: flex;
    gap: 20px;
    margin: auto;
    width: 30%;
    margin-top: 35px;
  }

  .banner .banner-de {
    color: #3b3b3b;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }

  .bg-about {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 667px) {
  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 40%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    min-height: 685px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  .box-easy .img {
    display: block;
  }
  .box-solution {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* min-height: 680px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution-ad {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 550px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .text-solution .btn-2025 {
    display: none;
  }

  .text-4e {
    font-size: 1.2em !important;
  }

  /* .text-2e {
        font-size: 0.9em !important;
      } */

  .text-5e {
    font-size: 0.7em !important;
  }

  .banner .banner-title-w {
    color: #282828;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 38px !important;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }

  .banner .banner-stitle {
    font-size: 2.2em !important;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    letter-spacing: 2.2px;
    color: #3b3b3b;
    line-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .text08 {
    font-size: 0.8em !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .img-solution-seo2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 60%;
    float: unset;
  }

  .img-solution-seo3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    width: 50%;
    margin-top: 10px !important;
    float: unset;
  }

  #servive-solution {
    min-height: 550px !important;
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 10%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .gallery-tem-column#gallerycaption {
    position: relative;
    width: 33.3%;
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 27%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
        height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .mtop50 {
    margin-top: 10px;
  }

  .img-0-3 {
    left: 80%;
    /* top: -50px; */
    /* width: 31%; */
  }

  .banner-wrap .col-md-6 {
    width: 100%;
  }

  .ishare {
    width: 60%;
  }

  .Badge {
    align-items: center;
    background: #2bc417;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 225px;
    top: 17px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .Badge2 {
    z-index: 999;
    align-items: center;
    background: #33ccfe;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 225px;
    top: 65px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .btn-1 {
    background-image: linear-gradient(
      to right,
      #f6d365 0%,
      #fda085 51%,
      #f6d365 100%
    );
    float: inherit;
  }

  .btn-2 {
    background-image: linear-gradient(
      to right,
      #40e6fb 0%,
      #2196f3 51%,
      #84fab0 100%
    );
    float: right;
  }
  .pulse-setting {
    display: none;
  }

  .arrows {
    display: flex;
    gap: 20px;
    margin: auto;
    width: 15%;
    margin-top: 35px;
  }

  .icon-box-grid2 .icon-box {
    margin: auto;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff21;
    width: 50%;
  }

  .icon-main {
    padding: 9px;
    margin-top: 14px;
  }

  .gallery-slide {
    box-shadow: 0 0 5px 0px rgba(#000, 0.25);
    border-radius: 5px;
    width: 100%;
    text-align: center;
  }

  .bg-about {
    margin-top: 1px !important;
  }
}

/* @media only screen and (max-width: 425px){

   .icon-box-grid .icon-box {
      padding: 40px!important;
      color: #fff;
        height: 230px;
  }


  } */

/* @keyframes flap {
  from { background-position:  0px; }
  to { background-position: -256px; }
} */

@keyframes fadeDownToUp {
  0% {
    opacity: 0;
    /* Start completely transparent */
    transform: translateY(100px);
    /* Start 20px below its final position */
  }

  100% {
    opacity: 1;
    /* End fully opaque */
    transform: translateY(0);
    /* End at its original vertical position */
  }
}

@keyframes fadeTopToDown {
  from {
    opacity: 0;
    /* Start completely transparent */
    transform: translateY(-200px);
    /* Start slightly above its final position */
  }

  to {
    opacity: 1;
    /* End fully opaque */
    transform: translateY(0);
    /* End at its final position */
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }

  to {
    opacity: 1;
  }
}

/* .fadeInUp{animation:fadeInUp 1s ease backwards;}
      @keyframes fadeInUp{
        0%{transform:translate(0px, 100px); opacity: 0;}
        100%{transform:translate(0px, 0); opacity: 1;}
      }   */

.btn_wrap i {
  opacity: 0;
  font-size: 28px;
  color: #1f1e1e;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_wrap {
  float: left;
  margin-top: 50px;
  font-family: "kanit";
  font-size: 1.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 300px;
  height: 72px;
  background-color: #eeeeed;
  border-radius: 80px;
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn_wrap2 {
  float: right;
  margin-top: 50px;
  font-family: "kanit";
  font-size: 1.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 300px;
  height: 72px;
  background-color: #eeeeed;
  border-radius: 80px;
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn_wrap2:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn_wrap span {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 72px;
  border-radius: 80px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2px;
  color: #eeeeed;
  background-color: #1f1e1e;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  font-family: "kanit";
}

.btn_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  border-radius: 80px;
  font-family: "kanit";
}

.btn_wrap .container i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.btn_wrap .container i:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.btn_wrap .container i:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.btn_wrap .container i:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn_wrap:hover span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

.btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Badge {
  align-items: center;
  background: #2bc417;
  border: 5px solid #fff;
  border-radius: 99em;
  color: #fff;
  display: flex;
  font-size: 2.5em;
  font-weight: 400;
  height: 1.44em;
  justify-content: center;
  line-height: 1;
  min-width: 1.44em;
  position: absolute;
  font-family: "kanit";
  right: 260px;
  top: 24px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.Badge:hover {
  border: 5px solid #2bc417;
}

.Badge2 {
  align-items: center;
  background: #33ccfe;
  border: 5px solid #fff;
  border-radius: 99em;
  font-family: "kanit";
  color: #fff;
  display: flex;
  font-size: 2.5em;
  font-weight: 400;
  height: 1.44em;
  justify-content: center;
  line-height: 1;
  min-width: 1.44em;
  position: absolute;
  right: 260px;
  top: 85px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.Badge2:hover {
  border: 5px solid #33ccfe;
}

.btn-1 {
  background-image: linear-gradient(
    to right,
    #f6d365 0%,
    #fda085 51%,
    #f6d365 100%
  );
  float: left;
}

.btn-1 a:hover {
  color: #fff !important;
}

.btn-2 {
  background-image: linear-gradient(
    to right,
    #40e6fb 0%,
    #2196f3 51%,
    #84fab0 100%
  );
  float: right;
}

.btn-2 a:hover {
  color: #fff !important;
}

.btn-3 {
  background-image: linear-gradient(
    to right,
    #40e6fb 0%,
    #2196f3 51%,
    #84fab0 100%
  );
  /* float: left; */
}

@media (min-width: 1024px) and (max-width: 1439px) {
  #servive-solution {
    min-height: 567px !important;
  }
  .mtop100 {
    margin-top: 50px !important;
  }
  .text08 {
    font-size: 0.8em !important;
  }

  .mtop120 {
    margin-top: 66px;
  }

  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 5%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 21%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 32px;
    height: 44px; */
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .padd-38 {
    margin-top: 26px !important;
  }

  .btn-2025 {
    flex: 1 1 auto;
    margin: -1px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    /* font-size: 1.2em; */
    font-size: 1.4em;
    font-family: "kanit";
  }

  .mtop150 {
    margin-top: 50px;
  }

  .bott50 {
    margin-bottom: 50px;
  }

  .box-head {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .box-head-icon {
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px;
    /* letter-spacing: 2px; */
    background: -webkit-linear-gradient(#00bcd4, #2196f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pulse-setting {
    display: none;
  }

  #servive-solution .container {
    width: 100%;
  }

  .Badge {
    align-items: center;
    background: #2bc417;
    border: 5px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2.5em;
    font-weight: 400;
    height: 1.44em;
    justify-content: center;
    line-height: 1;
    min-width: 1.44em;
    position: absolute;
    right: 178px;
    top: 26px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .Badge2 {
    align-items: center;
    background: #33ccfe;
    border: 5px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2.5em;
    font-weight: 400;
    height: 1.44em;
    justify-content: center;
    line-height: 1;
    min-width: 1.44em;
    position: absolute;
    right: 178px;
    top: 85px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .bg-about {
    margin-top: 1px;
  }
}
@media only screen and (width: 800px) {
  .box-solution-cart .btn-2025 {
    display: none;
  }

  .text-solution-seo3 {
    font-weight: 500;
    font-size: 1.2em !important;
    color: #0f77c9;
  }
  .partner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2196f3, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
    border-bottom: 2px solid #2196f347;
    text-align: center;
  }
  #servive-solution {
    min-height: 500px !important;
  }
  .mtop120 {
    margin-top: 50px !important;
  }
  .mtop150 {
    margin-top: 50px !important;
  }

  .banner .banner-title-w {
    color: #282828;
    font-size: 1.2em !important;
    font-weight: 400;
    line-height: 38px !important;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }
  .banner-text {
    font-size: 0.9em !important;
    color: #293043;
  }
  .line-play-button {
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 27% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }
}

/* @media screen and (max-width: 992px) { */
@media only screen and (width: 992px) {
  .banner-wrap .col-md-6 {
    width: 100%;
  }

  .ishare {
    width: 60%;
  }

  .Badge {
    align-items: center;
    background: #2bc417;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 236px;
    top: 23px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .Badge2 {
    z-index: 999;
    align-items: center;
    background: #33ccfe;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 236px;
    top: 63px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .btn-1 {
    background-image: linear-gradient(
      to right,
      #f6d365 0%,
      #fda085 51%,
      #f6d365 100%
    );
    float: inherit;
  }

  .btn-2 {
    background-image: linear-gradient(
      to right,
      #40e6fb 0%,
      #2196f3 51%,
      #84fab0 100%
    );
    float: right;
  }
}

@media screen and (max-width: 455px) {
  .Badge {
    align-items: center;
    background: #2bc417;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 58px;
    top: 11px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .Badge2 {
    z-index: 999;
    align-items: center;
    background: #33ccfe;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 58px;
    top: 67px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
}

@media only screen and (max-width: 375px) {
  .text-solution span {
    width: 100% !important;
    font-size: 1.2em !important;
    /* color: #333; */
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 10px 2px 0px 20px;
  }
  .bott50 {
    margin-bottom: 2px !important;
  }
  .mtop80 {
    margin-top: 10px !important;
  }
  .text-solution-mar {
    font-size: 1.5em !important;
    color: #333;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 20px 0px 20px;
  }
  .text-solution-seo3 {
    font-size: 1.3em !important;
    letter-spacing: 1.2px;
    font-weight: 500;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }
  .box-easy2 {
    background: linear-gradient(180deg, #c6e2ff 0%, #bfe8fb 100%);
    height: 350px !important;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .text-4e {
    font-size: 1.2em !important;
  }

  .bannerN-text {
    font-size: 1.2em !important;
    color: #999;
    letter-spacing: 1.2px;
    /* line-height: 2px; */
    font-weight: 300;
    margin-top: 10px;
  }

  .reviews-slider__message p {
    font-size: 1.7em !important;
  }

  .box-head {
    font-size: 2em !important;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    letter-spacing: 2px;
  }

  .text-3e {
    font-size: 1.3em !important;
  }

  .text-5e {
    font-size: 0.8em !important;
  }

  p {
    font-size: 1.2em !important;
  }

  .box-text {
    font-size: 1.5em !important;
    font-weight: 300;
    color: #fff;
    padding: 14px;
  }

  .banner .banner-de {
    color: #3b3b3b;
    font-size: 0.5em !important;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }

  .line-play-button {
    width: 40%;
    margin-top: 0px;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 13% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .line-play-button2 {
    width: 40%;
    margin-top: 0px;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 52% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .mtop50 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .box-solution2 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 500px !important; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution-ad {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 500px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .mtop120 {
    margin-top: 10px;
  }

  .box-easy {
    background-image: linear-gradient(to right, #03a9f4, #00bcd4);
    height: 660px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution1 {
    /* height: 493px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 650px; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  /* #servive-solution {
  height: 450px!important; } */
  .btn-2025 img {
    display: none;
  }

  .btn-2025 {
    flex: 1 1 auto;
    margin: -1px;
    padding: 10px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px #eee; */
    border-radius: 10px;
    /* font-size: 1.2em; */
    font-size: 1.4em;
    font-family: "kanit";
  }

  .line-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 45%;
    top: 42%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    /* width: 40px;
        height: 40px; */
    /* background: #06c755; */
    border-radius: 50%;
    /* transition: all 200ms; */
  }

  .line-play-button2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 42%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    /* width: 40px;
    height: 40px; */
    /* background: #00bcd4; */
    border-radius: 50%;
    /* transition: all 200ms; */
  }

  /* .Fixed-Menu {
        padding-top: 30px;
        position: absolute;
        color: #fff;
        writing-mode: tb-rl;
        right: -23px;
        cursor: pointer;
        letter-spacing: 1.2px;
      } */

  .padd-38 {
    margin-top: 18px !important;
  }

  .Badge {
    align-items: center;
    background: #2bc417;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 20px !important;
    right: 40px !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .Badge2 {
    z-index: 999;
    align-items: center;
    background: #33ccfe;
    border: 3px solid #fff;
    border-radius: 99em;
    color: #fff;
    display: flex;
    font-size: 2em;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 40px !important;
    top: 66px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

  .banner .banner-stitle {
    font-size: 3.2em;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    letter-spacing: 2.2px;
    color: #3b3b3b;
    line-height: 45px;
  }

  .site-content {
    min-height: 630px !important;
  }

  .bg-about {
    margin-top: 1px !important;
  }
}

@media (min-width: 359px) and (max-width: 411px) {
  /* .Fixed-Menu-line {
        z-index: 999;
        background-color: #06c755;
        border-radius: 10px;
        width: 37px;
        height: 38px;
        border-right: 30px solid #06c755;
        position: fixed;
     left: -170px;
        right: 3px !important;
        transition: all 0.8s;
        color: #fff;
        bottom: 63px;
        text-align: center;
      } */
}

@media screen and (max-width: 320px) {
  .box-easy .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -21px;
  }
  .text-solution span {
    width: 100% !important;
    font-size: 1.2em !important;
    /* color: #333; */
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 10px 2px 0px 20px;
  }
  .text-solution span {
    width: 100% !important;
    font-size: 1.2em !important;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 1px;
  }
  .bannerN-title {
    font-size: 2.7em;
    color: #333;
    /* line-height: 2px; */
    /* font-weight: 500; */
    letter-spacing: 2px;
    margin-top: 1px !important;
  }
  .mtop100 {
    margin-top: 1px !important;
  }
  .box-text {
    font-size: 2em !important;
    font-weight: 300;
    color: #fff;
    padding: 14px;
  }
  .form-t {
    font-size: 2em;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-top: 20px !important;
  }
  .banner .banner-de {
    color: #3b3b3b;
    font-size: 1em !important;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }
  .banner .banner-title-w {
    color: #282828;
    font-size: 1.7em !important;
    font-weight: 400;
    line-height: 38px !important;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }
  .site-content {
    min-height: 600px !important;
  }
  .line-play-button2 {
    width: 40%;
    margin-top: -3px !important;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 47% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }
  .line-play-button {
    width: 40%;
    margin-top: -3px !important;
    position: absolute;
    z-index: 10;
    top: 180%;
    left: 7% !important;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
  }

  .box-solution1 {
    /* height: 450px !important; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .box-solution2 {
    /* background: linear-gradient(180deg, #f0f6ff 0%, #c7e9fa 100%); */
    /* height: 450px !important; */
    border-radius: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-bottom: 20px;
  }

  .reviews-slider__message p {
    font-size: 1.7em !important;
  }

  .text-3e {
    font-size: 1.5em !important;
  }

  .text-2e {
    font-size: 1.2em !important;
  }

  .text-4e {
    font-size: 1.3em !important;
    color: #333 !important;
  }

  .text-5e {
    font-size: 1em !important;
  }
  .text-solution-seo {
    font-size: 1.5em !important;
    letter-spacing: 1.2px;
    font-weight: 300;
    padding: 20px 15px 0px 20px;
    /* text-align: center; */
  }

  .bannerN-text {
    font-size: 1.5em;
    color: #999;
    letter-spacing: 1.2px;
    /* line-height: 2px; */
    font-weight: 300;
    margin-top: 1px !important;
  }

  .mtop50 {
    margin-top: 1px;
  }

  #servive-solution {
    height: 460px !important;
  }

  .bg-about {
    margin-top: 50px !important;
  }

  .site-content {
    min-height: 725px !important;
  }
}
@media only screen and (max-width: 1080px) {
  .site-content {
    min-height: 810px;
  }
  .mtop80 {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .site-content {
    min-height: 1000px;
  }
  .mtop80 {
    margin-top: 10px !important;
  }
  .box-text {
    /* font-size: 1em;
    font-weight: 300;
    color: #fff; */
    padding: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-content {
    min-height: 900px;
  }
  .mtop100 {
    margin-top: 50px !important;
  }
  .mtop80 {
    margin-top: 50px !important;
  }

  .arrows {
    display: flex;
    gap: 20px;
    margin: auto;
    width: 12%;
    margin-top: 35px;
  }

  /* .icon-box-grid .icon-box .content-box h4 {
      margin-bottom: 14px;
      font-size: 22px;
      color: #fff;
      text-shadow: 0 0 3px #2196F3, 0 0 5px #0000FF;
      padding: 10px;

  } */

  /* .h2, h2 {
        font-size: 25px;
    } */
  .icon-box-grid .icon-box {
    padding: 0px !important;
    color: #fff;
    border-right: 0;
  }

  .image-block {
    margin-top: 50px;
  }

  .img-0-2 {
    left: 0;
    top: 0;
  }

  .img-1-2 {
    left: 0px;
    top: 0;
    /* width: 30%; */
  }

  .img-0-3 {
    left: 82%;
    top: -50px;
    /* width: 31%; */
  }

  .img-1-4 {
    left: 95%;
    /* top: 100px;
          width: 30%; */
  }

  .img-1-5 {
    left: 40%;
    top: 45px;
    width: 43%;
    z-index: 999;
  }

  .img-1-3 {
    left: 7px;
    /* top: 141px;
          width: 32%; */
  }

  .banner .banner-title-w {
    color: #282828;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 38px !important;
    letter-spacing: 1px;
    font-family: "Kanit", sans-serif;
  }
}
