.main-color1 {
  color: #4ab47e;
}

.main-color2 {
  color: #ED1D25;
}

.color-link {
  color: #4d5ac3;
}

.text-red {
  color: #db111f !important;
}

:root {
  color-scheme: light only !important;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  color: #2f3031;
  font-size: 15px;
}

a {
  color: #4d5ac3;
}

.text-justify {
  text-align: justify;
}

.btn-circle.inside-boder {
  position: relative;
}
.btn-circle.inside-boder:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 46px;
  height: 46px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transform: scale(0.8);
}
.btn-circle.num-1 {
  background-color: #48428B;
  border-color: #48428B;
}
.btn-circle.num-1:before {
  content: "1";
  display: inline-block;
}
.btn-circle.num-2 {
  background-color: #FD3125;
  border-color: #FD3125;
}
.btn-circle.num-2:before {
  content: "2";
  display: inline-block;
}
.btn-circle.num-3 {
  background-color: #4BB46B;
  border-color: #4BB46B;
}
.btn-circle.num-3:before {
  content: "3";
  display: inline-block;
}
.btn-circle.num-4 {
  background-color: #B84499;
  border-color: #B84499;
}
.btn-circle.num-4:before {
  content: "4";
  display: inline-block;
}
.btn-circle {
  /* &.num-5{
  	background-color: #EB9359;
  	border-color: #EB9359;
  	&:before{ content:"5"; display: inline-block; }
  } */
}
.btn-circle.num-5 {
  background-color: #00adcc;
  border-color: #00adcc;
}
.btn-circle.num-5:before {
  content: "5";
  display: inline-block;
}
.btn-circle {
  /* &.num-7{
  	background-color: #009b6c;
  	border-color: #009b6c;
  	&:before{ content:"7"; display: inline-block; }
  } */
}
.btn-circle.num-6 {
  background-color: #ff45e0;
  border-color: #ff45e0;
}
.btn-circle.num-6:before {
  content: "6";
  display: inline-block;
}
.btn-circle.num-7 {
  background-color: #0075fa;
  border-color: #0075fa;
}
.btn-circle.num-7:before {
  content: "7";
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1001px) {
  .nowrap-desktop {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .text-justify-mobile {
    text-align: justify;
  }
}
@media screen and (min-width: 1001px) {
  .text-justify-desktop {
    text-align: justify;
  }
}
.p-footer {
  color: #7f7f7f;
}

.navbar {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  background: rgba(255, 255, 255, 0.9098039216);
}
.navbar .navbar-brand {
  padding-block: 12px;
}
.navbar .navbar-brand img {
  max-height: 100px;
}
@media screen and (max-width: 1000px) {
  .navbar .navbar-brand {
    padding-block: 10px;
  }
  .navbar .navbar-brand img {
    max-height: 70px;
  }
}

.navbar-clone {
  transform: translateY(-200%);
}
.navbar-clone.navbar-stick {
  transform: translateY(0%);
}
.navbar-clone .navbar-brand {
  max-height: 80px;
  padding-top: 0;
}
.navbar-clone .navbar-brand a {
  display: inline-block;
  background: #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 12px;
  box-shadow: 0 0 0.55rem rgba(22, 24, 27, 0.26);
}
.navbar-clone .navbar-brand a img {
  max-height: 90px;
}

.content-wrapper > section.image-wrapper {
  background-image: url("../img/main-bg.jpg?2") !important;
}
@media screen and (max-width: 400px) {
  .content-wrapper > section.image-wrapper .description {
    font-size: 5vw !important;
  }
}

@media screen and (max-width: 500px) {
  footer {
    font-size: 11px;
  }
}

section#head-image .item-image {
  background-color: rgba(255, 255, 255, 0.5411764706);
  padding: 0;
  padding-block: 30px;
  padding-inline: 30px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  max-width: 450px;
}
@media screen and (max-width: 1000px) {
  section#head-image .item-image {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 500px) {
  section#about h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  section#service > .container {
    max-width: 416px;
  }
}

section#service-highlight h4 {
  font-size: 0.8rem;
  margin-bottom: 0;
}

section#contact .contact-group {
  position: relative;
}
@media screen and (max-width: 480px) {
  section#contact .contact-group > div:first-child {
    position: absolute;
  }
  section#contact .contact-group h5 {
    padding-left: 32px;
  }
}/*# sourceMappingURL=custom.css.map */