:root {
  --bg-light: #eff2f8;
  --main-color-dark: #007b7a;
  --main-color: #00b1af;
  --main-color-light: #007b7a;
  --sub-color: #c87d3d;
  --bg-main: #00b1af;
  --bg-sub: #c87d3d;
  --bg-light-dark: #343a40;
}

html {
  font-size: 16px;
}

body {
  font-family: "Raleway", sans-serif;
}

figure,
dl,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.error {
  color: #f00;
}

.no-border {
  border: 0 !important;
  box-shadow: none !important;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.tranform-none {
  transform: none !important;
}

.text-red {
  color: #f00;
}

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

.text-main,
.bg-main {
  color: var(--main-color);
}

.text-sub,
.bg-sub {
  color: var(--sub-color);
}

.bg-light-dark {
  background-color: var(--bg-light-dark);
}

.border-custom {
  border: 1px solid #00b0ae;
}

.form-floating.form-floating-sm > .form-control,
.form-floating.form-floating-sm > .form-control-plaintext,
.form-floating.form-floating-sm > .form-select {
  height: calc(3rem + var(--bs-border-width) * 2);
  min-height: calc(3rem + var(--bs-border-width) * 2);
  line-height: 1;
}

.form-floating.form-floating-sm > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  height: 1.25em;
}

.form-floating.form-floating-sm > .form-control-plaintext ~ label::after,
.form-floating.form-floating-sm > .form-control:focus ~ label::after,
.form-floating.form-floating-sm > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating.form-floating-sm > .form-select ~ label::after {
  height: 1.25em;
}

.form-floating.form-floating-sm > label {
  top: -3px;
  padding: 0.875rem;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.btn-search {
  background-color: var(--main-color);
  color: #fff;
}
.btn-search:hover {
  background-color: #c87d3d;
  color: #fff;
}

.accordion-button {
  cursor: pointer;
}

.btn-custom {
  background: #15a4a4;
  padding: 6px 18px;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
}
.btn-custom:hover {
  background: #c87d3d;
  color: #fff;
}

/* Image responsive */
.product-img {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.product-img img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.res-img {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.res-img img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.img-res {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.img-res img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/* Image responsive end */
.box-orient, .line-clamp-4, .line-clamp-3, .line-clamp-2, .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.link-custom {
  color: inherit;
}
.link-custom:hover {
  color: #c87d3d;
}

.pagination .page-link {
  color: #000;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: var(--bg-main);
  border-color: var(--bg-main);
  color: #fff;
}

.animated.infinite {
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

.call-now {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 266666600 !important;
}

.btn-register-link {
  background: #00b1af;
  line-height: 1.3;
  padding: 0.8em 1em;
  cursor: pointer;
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 10px;
  width: 300px;
}

.container.-framed {
  background-color: #fff;
  margin-top: 24px;
  overflow: hidden;
  padding: 48px 0;
  position: relative;
}

.mh-contact {
  background-color: transparent;
  cursor: pointer;
  height: 110px;
  visibility: visible;
  width: 110px;
}

.mh-alo-ph-circle {
  background-color: transparent;
  border: 2px solid #ff8114;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 16px;
  height: 85px;
  width: 84px;
  opacity: 0.5;
}

.mh-alo-ph-circle-fill {
  background-color: rgba(255, 129, 20, 0.5);
  border: 2px solid transparent;
  border-radius: 100%;
  height: 60px;
  left: 28px;
  opacity: 0.75 !important;
  position: absolute;
  top: 28px;
  transition: all 0.5s ease 0s;
  width: 60px;
}

.mh-img-circle {
  background: #ff8114;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  position: absolute;
  top: 38px;
  left: 39px;
  transform-origin: 50% 50% 0;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

#fixed-social-network {
  position: fixed;
  top: 40%;
  right: -125px;
  z-index: 9;
}

#fixed-social-network a img {
  height: 100%;
  margin-right: 20px;
}

#fixed-social-network > a {
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 8px;
  border-radius: 3px;
  display: flex;
  width: 165px;
  align-items: center;
  transform: translateX(0px);
  background-color: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  transition: all 0.6s ease;
}

#fixed-social-network > a > svg {
  margin-right: 20px;
}

#fixed-social-network > a:hover {
  transform: translateX(-120px);
}

#fixed-social-network > a.fb-icon {
  background: #3b5998;
  color: #fff;
}

#fixed-social-network > a.ins-icon {
  background: #c32aa3;
  color: #fff;
}

#fixed-social-network > a.yt-icon {
  background: #ff0000;
  color: #fff;
}

#fixed-social-network > a.tw-icon {
  background: #00b6f1;
  color: #fff;
}

#fixed-social-network > a.gg-icon {
  background: #df4a32;
  color: #fff;
}

#fixed-social-network > a.linkedin-icon {
  background: #0077b5;
  color: #fff;
}

#fixed-social-network > a#back-to-top {
  background: #144d84;
  color: #fff;
}

.section-background, main#landing_profile .block13 .container, main#landing_profile .block12 .container, main#landing_profile .block10 .container, main#landing_profile .block8 .container, main#landing_profile .block4 .container, main#landing_profile .block3 .container {
  background-color: #f7f7f7;
}

body {
  font-family: "Montserrat", sans-serif;
}

.underline {
  background-color: #f94b71;
  width: 40px;
  height: 1px;
}

.underline-ul {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.underline-ul li {
  display: inline-block;
}

.content-ul li {
  list-style: none;
}

main#landing_profile .color-main {
  color: #05807f;
}
main#landing_profile .text-main {
  color: #000;
}
main#landing_profile .read-more {
  color: #05a2a1;
  font-weight: 600;
}
main#landing_profile .sec_title {
  font-family: "Pattaya", sans-serif;
  color: #05a2a1;
  font-size: 1.5rem;
}
main#landing_profile .sec_text {
  font-size: 1rem;
  color: #666;
}
main#landing_profile .content_title {
  font-size: 1rem;
}
main#landing_profile .content_text {
  font-size: 0.875rem;
}
@media (min-width: 767px) {
  main#landing_profile .sec_title {
    font-size: 2rem;
  }
  main#landing_profile .content_title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  main#landing_profile .sec_title {
    font-size: 2.5rem;
  }
  main#landing_profile .content_title {
    font-size: 1.5rem;
  }
  main#landing_profile .content_text {
    font-size: 1rem;
  }
}
main#landing_profile .contact-form {
  background-color: rgb(254, 225, 207);
}
main#landing_profile .contact-form .wrap-container {
  background-position: left;
}
main#landing_profile .contact-form .wrap-form {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
}
main#landing_profile .contact-form .p1 {
  font-size: 1.375rem;
  color: #234581;
}
main#landing_profile .contact-form ul li {
  margin-bottom: 0.5rem;
}
main#landing_profile .contact-form .btn-contact-submit {
  background-color: #f2430d;
  color: #fff;
}
main#landing_profile .custom-block {
  background-color: #05a2a1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  border-radius: 1.875rem;
  text-shadow: rgb(176, 141, 81) 1px 2px 3px;
}
@media (min-width: 767px) {
  main#landing_profile .custom-block {
    padding: 0.75rem 2.25rem;
  }
}
main#landing_profile .block1 {
  color: #fff;
}
main#landing_profile .block1 .swiper .swiper-slide figure {
  padding-top: 55%;
}
main#landing_profile .block1 .swiper-pagination-bullet-active {
  background: #05a2a1;
}
main#landing_profile .block1 .absolute2 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 85%;
}
main#landing_profile .block1 h2 {
  font-size: 0.875rem;
  text-align: center;
  font-family: "Pattaya", sans-serif;
}
main#landing_profile .block1 p {
  font-size: 0.875rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  main#landing_profile .block1 h2 {
    font-size: 2rem;
    text-align: center;
  }
  main#landing_profile .block1 p {
    font-size: 1rem;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  main#landing_profile .block1 .absolute2 {
    top: 50%;
    width: 60%;
  }
  main#landing_profile .block1 h2 {
    font-size: 3rem;
    text-align: center;
  }
  main#landing_profile .block1 p {
    font-size: 1.25rem;
    text-align: center;
  }
}
main#landing_profile .block2 h3 {
  font-family: "Pattaya", sans-serif;
}
main#landing_profile .block2 ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
main#landing_profile .block4 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
main#landing_profile .block4 .swiper-slide {
  background-size: cover;
  background-position: center;
}
main#landing_profile .block4 .mySwiper2 {
  height: 80%;
  width: 100%;
}
main#landing_profile .block4 .mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
main#landing_profile .block4 .mySwiper h3 {
  color: #111;
  text-align: center;
}
main#landing_profile .block4 .mySwiper p {
  color: #706c6c;
}
main#landing_profile .block4 .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
main#landing_profile .block4 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
main#landing_profile .block4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#landing_profile .block4 .number_block {
  height: 47px;
}
main#landing_profile .block4 .number_block .number {
  color: #ececec;
  font-size: 3.125rem;
  line-height: 1;
}
@media (min-width: 1400px) {
  main#landing_profile .block4 .number_block {
    height: 57px;
  }
  main#landing_profile .block4 .number_block .number {
    font-size: 3.125rem;
  }
}
main#landing_profile .block4 h3 {
  color: #111;
  text-transform: capitalize;
}
main#landing_profile .block4 p {
  color: #484848;
}
main#landing_profile .block5 .block-content {
  background-color: #fff;
  padding: 1.25rem;
  bottom: -50%;
  border-radius: 10px;
}
main#landing_profile .block5 .accordion {
  border: none;
}
main#landing_profile .block5 .accordion .accordion-item {
  border: none;
}
main#landing_profile .block5 .accordion .accordion-item .accordion-body {
  padding: 0;
}
main#landing_profile .block6 {
  background-color: rgb(245, 245, 245);
}
main#landing_profile .block7 h4 {
  text-transform: uppercase;
  font-size: 1rem;
}
main#landing_profile .block7 .project__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
main#landing_profile .block7 .project h4 {
  font-weight: bold;
  overflow: hidden;
}
main#landing_profile .block8 .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main#landing_profile .block8 .swiper-slide {
  background-size: cover;
  background-position: center;
}
main#landing_profile .block8 .mySwiper2 {
  height: 80%;
  width: 100%;
}
main#landing_profile .block8 .mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
main#landing_profile .block8 .mySwiper h3 {
  color: #111;
  text-align: center;
}
main#landing_profile .block8 .mySwiper p {
  color: #706c6c;
}
main#landing_profile .block8 .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
main#landing_profile .block8 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
main#landing_profile .block8 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#landing_profile .block8 .datetime {
  border-bottom: 1px solid #03999e;
  padding-top: 6px;
  padding-bottom: 7px;
}
main#landing_profile .block12 .container-bg {
  background: url("/upload/images/landing_page/landing8_13.png");
}
main#landing_profile .block12 .accordion-button:not(.collapsed) {
  background-color: transparent;
}
main#landing_profile .block12 .accordion-body {
  background-color: #05a2a1;
  color: #fff;
}
footer .container {
  background: url("/upload/images/landing_page/landing8_13.png");
}
footer .color-main {
  color: #05807f;
}

/*# sourceMappingURL=style.css.map*/