:root {
  --black: #000;
  --white: #fff;
  --dark-grey: #828280;
  --light-red: #f92245;
  --yellow: #fdb900;
  --transparent: #0000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 40px;
}

.main-body {
  font-family: Kanit, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  z-index: 10;
  background-color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.standard-container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.standard-container.blog {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 200px;
  height: auto;
}

.navbar-menu-cover {
  justify-content: space-between;
  align-items: center;
}

.navbar-logo-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
}

.navbar-logo-divide {
  background-color: #3f3f3f;
  width: 2px;
  height: 50px;
}

.navbar-call-flex {
  color: var(--white);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.navbar-phone {
  color: #828280;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.navbar-menu {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  transition: all .2s;
}

.navbar-link:hover {
  background-color: #333;
}

.navbar-link.w--current {
  color: var(--white);
  background-color: #333;
}

.navbar-link.dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link.call {
  background-color: var(--dark-grey);
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
}

.navbar-link.call:hover {
  background-color: var(--light-red);
}

.dropdown-cover {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown-icon {
  width: 7px;
  height: auto;
}

.navbar-product-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  padding: 8px 10px 8px 15px;
  transition: all .2s;
  display: flex;
}

.navbar-product-toggle:hover {
  background-color: #ddd;
}

.navbar-product-arrow {
  filter: invert();
  width: 7px;
  height: auto;
  transform: rotate(-90deg);
}

.navbar-product-list.w--open {
  background-color: #f1f1f1;
  min-width: auto;
}

.navbar-product-list.inside, .product-list-insde.w--open {
  top: 0;
  left: 170px;
}

.navbar-product-link {
  padding: 8px 15px;
  transition: all .2s;
}

.navbar-product-link:hover {
  background-color: #ddd;
}

.page-header {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/home-banner-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 60px;
}

.page-header.about {
  background-image: url('../images/banner-about.jpg');
}

.page-header.portfolio {
  background-image: url('../images/banner-portfolio.jpg');
}

.page-header.black {
  background-image: none;
}

.page-header.contact {
  background-image: url('../images/banner-contactus.jpg');
}

.page-header.portfolio-standalone {
  background-image: url('../images/banner-port-standalone.jpg');
  background-size: cover;
}

.page-header.blog {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}

.page-header-flex.other-pages, .page-header-flex.blog {
  min-height: 200px;
}

.page-header-heading.bigger {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.page-header-heading.smaller {
  font-size: 25px;
  line-height: 32px;
}

.page-header-heading.english, .page-header-heading.blog {
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 4rem;
}

.page-header-text-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-section.home-product {
  background-color: #d5d7d7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.home-mission {
  color: #44464a;
  background-color: #d5d7d7;
  background-image: url('../images/bg-home1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.page-section.divide {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.category {
  padding-top: 100px;
  padding-bottom: 80px;
}

.page-section.category.light-grey {
  background-color: #f2f2f2;
}

.page-section.home-review {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 80px;
}

.page-section.home-form {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.page-section.after-header {
  padding-top: 80px;
}

.page-section.about-header, .page-section._80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.before-footer {
  padding-bottom: 80px;
}

.page-section.blog {
  margin-top: -70px;
  padding-top: 0;
}

.page-section.blog-contain {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-product-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.home-product-link {
  background-color: var(--white);
  width: 23%;
  padding: 3px;
}

.home-product-image {
  width: 100%;
  height: auto;
}

.home-about-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.home-mission-image {
  width: 50%;
}

.home-about-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
}

.section-heading.big {
  z-index: 2;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.5rem;
  position: relative;
}

.section-heading.section-bg {
  z-index: 1;
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #0000001a;
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 6rem;
  position: absolute;
  top: -59px;
  left: -58px;
}

.section-heading.section-bg.long {
  font-size: 4rem;
  line-height: 5rem;
  top: -45px;
}

.section-heading.about {
  font-size: 30px;
  line-height: 37px;
}

.section-heading.about.sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.section-heading.why-us {
  z-index: 2;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.5rem;
  position: relative;
}

.section-heading.contact {
  z-index: 2;
  text-transform: uppercase;
  max-width: 800px;
  font-size: 3rem;
  line-height: 3.5rem;
  position: relative;
}

.section-heading.section-bg-page {
  z-index: 1;
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #0000001a;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 6rem;
  position: absolute;
  top: -75px;
  left: -58px;
}

.section-heading.section-bg-page.long {
  font-size: 4rem;
  line-height: 5rem;
  top: -45px;
}

.section-heading.section-bg-page.yellow-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fdb900;
  line-height: 3rem;
  position: static;
}

.section-heading-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  position: relative;
}

.section-texts {
  font-size: 18px;
  line-height: 25px;
}

.certificate-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.certificate-image {
  width: 45%;
  height: auto;
}

.section-small-heading {
  font-weight: 600;
}

.section-text-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.section-text-list.close {
  display: none;
}

.section-text-list._1 {
  color: #fff;
}

.section-button {
  background-color: var(--dark-grey);
  width: 150px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.section-button:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.section-button.black {
  background-color: var(--black);
  margin-top: 20px;
}

.section-button.black:hover {
  background-color: var(--light-red);
  color: var(--white);
}

.home-divide-flex {
  justify-content: space-between;
  align-items: flex-start;
}

.home-divide-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.home-divide-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.heading-yellow-line {
  background-color: var(--yellow);
  width: 80px;
  height: 5px;
}

.heading-yellow-line.grey {
  background-color: var(--dark-grey);
}

.mission-heading-flex {
  color: var(--dark-grey);
}

.short-video-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.short-video-lightbox {
  z-index: auto;
  border-radius: 15px;
  width: 23%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.short-video-lightbox:hover {
  transform: scale(1.05);
}

.short-video-cover {
  width: 100%;
  height: auto;
}

.short-video-name {
  color: var(--white);
  background-image: linear-gradient(#000 25%, #0000);
  padding: 20px;
  font-size: 20px;
  line-height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.short-video-icon {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.page-section-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.page-section-flex.about-us {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: flex-start;
}

.page-section-flex.not-stretch {
  justify-content: center;
  align-items: center;
}

.page-section-flex.contact {
  justify-content: center;
  align-items: flex-start;
}

.inline-break-span {
  display: inline-block;
}

.video-big-lightbox {
  justify-content: center;
  align-items: center;
  width: 97%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.video-big-lightbox:hover {
  transform: scale(1.03);
}

.video-big-cover {
  border-radius: 25px;
  width: 100%;
  height: auto;
}

.customer-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.customer-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--dark-grey);
  width: 50%;
  min-height: 200px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.customer-card.card-2 {
  background-color: var(--white);
  color: var(--black);
}

.customer-icon {
  width: 85px;
  height: auto;
}

.customer-text-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.customer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.quote-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.big-video-icon {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.blog-card {
  align-items: stretch;
  width: 33%;
  box-shadow: 0 4px 15px 4px #0000001a;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.blog-card-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2.5px solid #818180;
  padding: 20px;
}

.blog-card-heading {
  font-size: 23px;
  font-weight: 600;
}

.blog-date-flex {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #8d8d8d;
  flex-flow: wrap;
}

.all-cap {
  text-transform: uppercase;
}

.read-more-button {
  border-bottom: 2px solid var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.read-more-button:hover {
  border-bottom-color: var(--dark-grey);
}

.read-more-text {
  color: #848484;
  text-transform: uppercase;
  font-weight: 600;
}

.home-form-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.home-form-text-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-subtitle {
  font-size: 20px;
  line-height: 27px;
}

.section-subtitle.experience {
  max-width: 550px;
}

.home-form-cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  margin-top: -40px;
  padding: 20px;
  display: flex;
  position: relative;
}

.home-form-code {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.carousel-horizontal {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.customer-logo {
  width: 150px;
  height: auto;
}

.carousel-fade-left {
  background-image: linear-gradient(90deg, #fff 10%, var(--transparent));
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-fade-right {
  background-image: linear-gradient(270deg, #fff 10%, var(--transparent));
  width: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 29%;
}

.footer-card.blog {
  width: 35%;
}

.footer-card.contact {
  width: 25%;
}

.footer-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.mission-texts {
  font-size: 18px;
  line-height: 25px;
}

.footer-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.contact-icon {
  width: 40px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--yellow);
}

.footer-inside-set {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.post-title {
  font-weight: 500;
}

.footer-post-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  color: var(--dark-grey);
  border-bottom: 2px dotted #82828080;
  flex-flow: column;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-post-link:hover {
  color: var(--white);
}

.post-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.copyright-text {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 40px;
}

.widget {
  z-index: auto;
  filter: drop-shadow(0 5px 5px #000000b3);
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
}

.widget-toggle {
  background-color: #0d2736;
  border-radius: 100px;
  padding: 5px;
}

.widget-icon {
  width: 50px;
  height: auto;
}

.widget-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  flex-flow: column;
  min-width: 120px;
  display: flex;
  bottom: 70px;
  right: 0;
}

.widget-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--white);
  background-color: #0d2736;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.widget-link-icon {
  width: 30px;
}

.about-banner {
  width: 45%;
  filter: drop-shadow(-30px 30px 0px var(--yellow));
  position: relative;
  left: 30px;
}

.about-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 45%;
}

.experience-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-grey);
  width: 50%;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.experience-heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.experience-image {
  width: 50%;
  height: auto;
}

.product-type-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.product-type-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 25%;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.product-type-image-cover {
  border: 1px solid #d4d4d4;
  overflow: hidden;
}

.product-type-image {
  width: 100%;
  height: auto;
}

.product-more-text {
  background-color: var(--black);
  color: var(--white);
  padding: 5px 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.product-more-text:hover {
  background-color: var(--dark-grey);
}

.dark-heading-span {
  color: var(--black);
  display: inline-flex;
}

.strong-point-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.strong-point-icon {
  width: 50px;
  height: auto;
}

.strong-point-text-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.section-small-text {
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.portfolio-card-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.portfolio-card-flex.hidden {
  display: none;
}

.portfolio-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  filter: drop-shadow(0 7px 10px #0003);
  color: #333;
  flex-flow: column;
  width: 30%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.portfolio-card:hover {
  transform: translate(0, -10px);
}

.portfolio-card-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

.portfolio-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.blog-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.blog-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  flex-flow: column;
  width: 33.33%;
  padding: 15px 20px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 9px 20px -2px #0003;
}

.blog-link-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.blog-link-heading-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  position: relative;
}

.blog-link-info {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.blog-link-heading {
  font-size: 25px;
  line-height: 32px;
}

.blog-link-date {
  color: var(--white);
  text-align: center;
  background-color: #313131;
  padding: 10px 20px;
  position: absolute;
  top: -80px;
  right: 0;
}

.blog-date-number {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.blog-date-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.blog-all-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.blog-list-link {
  color: #333;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
}

.contact-text {
  max-width: 750px;
  font-size: 20px;
  line-height: 27px;
}

.contact-text.hidden {
  display: none;
}

.contact-web-link {
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
}

.contact-web-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.contact-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  width: 100%;
}

.contact-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.contact-card-icon {
  object-fit: contain;
  width: 70px;
  height: 70px;
}

.contact-card-group {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-card-group.link {
  color: #333;
  text-decoration: none;
}

.contact-card-name {
  font-size: 20px;
  line-height: 27px;
}

.footer-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  transition: all .2s;
  display: flex;
}

.footer-dropdown-toggle:hover {
  color: var(--yellow);
}

.dropdown-arrow-icon {
  margin: 0;
  position: relative;
}

.dropdown-list.w--open {
  z-index: 1;
  background-color: #0d2736;
  top: 42px;
}

.dropdown-link {
  color: var(--white);
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--yellow);
}

.contact-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-grey);
  width: 170px;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  transition: all .2s;
  display: flex;
}

.contact-dropdown-toggle:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.contact-social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-social-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.contact-social-link.top {
  justify-content: center;
  align-items: flex-start;
}

.contact-social-icon {
  width: 30px;
  height: auto;
}

.line-qr-code {
  width: 100%;
  max-width: 170px;
}

.contact-two-set {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  filter: drop-shadow(0 10px 10px #0000001a);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.google-map-code {
  width: 50%;
  height: 500px;
}

.form-cover {
  background-color: var(--white);
  width: 50%;
  padding: 10px;
  position: relative;
}

.form-footer {
  background-color: var(--white);
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-form-factor {
  background-color: var(--black);
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.portfolio-lightbox {
  width: 32%;
}

.portfolio-cover {
  object-fit: cover;
  width: 100%;
  height: 230px;
}

.portfolio-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.portfolio-detail-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.portfolio-detail-heading {
  font-size: 2.5rem;
  line-height: 3rem;
}

.portfolio-detail-text {
  font-size: 18px;
  line-height: 23px;
}

.why-us-image {
  width: 50%;
  height: auto;
}

.why-us-text-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
}

.contact-social-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.blog-article-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
}

.blog-header-image {
  background-color: var(--white);
  width: 100%;
  height: auto;
}

.blog-text {
  max-width: 800px;
  font-size: 18px;
  line-height: 23px;
}

.blog-text-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.blog-text-heading.smaller {
  font-size: 25px;
  line-height: 32px;
}

.blog-text-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blog-list {
  font-size: 18px;
  line-height: 23px;
}

.blog-list-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.blog-article-image {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.experience-text {
  max-width: 450px;
  font-size: 18px;
  line-height: 23px;
}

.navbar-call-link {
  text-decoration: none;
}

.keyword-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.keyword-heading {
  font-weight: 600;
}

.keyword-list {
  padding-left: 20px;
  font-size: 23px;
  line-height: 30px;
}

.portfolio-heading {
  text-align: center;
  margin-bottom: 40px;
}

.contact-sub-head {
  font-size: 25px;
  line-height: 32px;
}

.dbd-logo {
  width: 125px;
  height: auto;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.service-and-why {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-and-why._1 {
  display: block;
}

.button-cta-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-social-media-group {
  text-decoration: none;
  transition: all .3s;
}

.link-social-media-group:hover {
  transform: scale(1.05);
}

.social-media-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e2a500;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.social-media-content.line {
  background-color: #06c655;
}

.social-media-icon {
  filter: invert();
  width: 35px;
  height: auto;
}

.paragraph-social-media {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-social-media.en {
  font-weight: 400;
}

.div-block-18007 {
  background-color: #a58b72;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.modal-tel {
  z-index: 9999;
  background-color: #0009;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-64 {
  color: #fff;
  text-decoration: none;
}

.grid-4570 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.div-block-18008 {
  background-color: #192026;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.body-tel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-modal-tel {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 3px;
  position: absolute;
  inset: 3% 2% auto auto;
}

.image-17849 {
  border-radius: 50px;
  font-size: 14px;
}

.heading-33140 {
  text-align: center;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.image-17850 {
  filter: invert();
  min-height: auto;
}

.heading-33139 {
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-18009 {
  background-color: var(--dark-grey);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-17851 {
  filter: invert();
  min-height: auto;
}

.heading-33141 {
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-2-about {
  font-size: 20px;
  line-height: 26px;
}

.heading-2-about._1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.div-block-18010 {
  background-color: #000;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 2px 5px #0003;
}

.section {
  padding-bottom: 80px;
}

@media screen and (min-width: 1440px) {
  .social-media-icon {
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .navbar-menu {
    background-color: var(--dark-grey);
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-link.dropdown {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-link.call {
    background-color: var(--light-red);
    padding: 12px 15px 15px;
  }

  .dropdown-cover.contact {
    width: auto;
  }

  .navbar-product-toggle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-product-arrow {
    transform: none;
  }

  .navbar-product-list.w--open {
    z-index: 2;
    width: 100%;
  }

  .page-header-flex {
    min-height: 300px;
  }

  .page-header-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .page-header-heading.bigger {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .page-header-heading.smaller {
    font-size: 23px;
    line-height: 30px;
  }

  .page-header-heading.english {
    line-height: 3.5rem;
  }

  .page-header-heading.blog {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .page-section.home-mission {
    background-position: 50%;
  }

  .page-section._80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-product-link {
    width: 30%;
  }

  .section-heading.section-bg, .section-heading.section-bg-page {
    font-size: 9vw;
    line-height: 9vw;
    top: -40px;
    left: 0;
  }

  .section-heading.section-bg-page.yellow-text {
    font-size: 4.5vw;
  }

  .section-heading-flex {
    padding-left: 40px;
  }

  .short-video-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .short-video-lightbox {
    max-width: 230px;
  }

  .short-video-name {
    background-image: linear-gradient(0deg, #000 25%, #0000);
    font-size: 18px;
    line-height: 23px;
    top: auto;
    bottom: 0;
  }

  .short-video-icon {
    width: 40px;
    inset: 10px auto auto 10px;
  }

  .page-section-flex.about-us {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .page-section-flex.not-stretch {
    flex-flow: column;
  }

  .customer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .customer-card {
    min-height: 250px;
  }

  .blog-card {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-card-image.blog-1 {
    object-position: 70% 50%;
  }

  .blog-card-image.blog-2 {
    object-position: 60% 50%;
  }

  .blog-card-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .home-form-cover {
    width: 40%;
  }

  .carousel-horizontal-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .customer-logo {
    width: 100px;
  }

  .footer-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-card {
    width: 45%;
  }

  .footer-card.blog {
    width: 92%;
  }

  .footer-card.contact {
    width: 45%;
  }

  .copyright-text {
    text-align: left;
  }

  .about-banner {
    width: 90%;
    max-width: 600px;
    left: 15px;
  }

  .about-details {
    width: 100%;
    max-width: 550px;
  }

  .experience-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .blog-flex {
    flex-flow: wrap;
  }

  .blog-link {
    width: 100%;
    max-width: 550px;
  }

  .blog-all-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-two-set {
    flex-flow: wrap;
  }

  .google-map-code {
    width: 100%;
    max-width: 650px;
    height: 400px;
  }

  .form-cover {
    width: 100%;
    max-width: 650px;
  }

  .navbar-menu-button {
    color: var(--white);
  }

  .navbar-menu-button.w--open {
    background-color: var(--dark-grey);
    color: var(--white);
  }

  .why-us-image, .why-us-text-flex {
    width: 100%;
    max-width: 600px;
  }

  .social-media-icon {
    width: 25px;
  }

  .paragraph-social-media {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-cover.contact {
    justify-content: center;
    align-items: center;
  }

  .page-header-flex.other-pages {
    min-height: 100px;
  }

  .page-header-heading.bigger {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .page-header-heading.blog {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .page-section.home-mission {
    background-position: 0 0;
  }

  .page-section.category, .page-section.home-review {
    padding-top: 80px;
  }

  .home-about-flex {
    flex-flow: column;
  }

  .home-mission-image, .home-about-text {
    width: 100%;
    max-width: 500px;
  }

  .section-heading.big {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .section-heading.section-bg {
    white-space: nowrap;
    font-size: 4rem;
    line-height: 4rem;
    top: auto;
    bottom: 35px;
    left: auto;
  }

  .section-heading.why-us, .section-heading.contact {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .section-heading.section-bg-page {
    white-space: nowrap;
    font-size: 4rem;
    line-height: 4rem;
    top: auto;
    bottom: 35px;
    left: auto;
  }

  .section-heading-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .section-text-list._1 {
    text-align: left;
  }

  .home-divide-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .home-divide-card {
    width: 100%;
    max-width: 300px;
  }

  .short-video-lightbox {
    width: 45%;
    max-width: none;
  }

  .short-video-name {
    font-size: 3vw;
    line-height: 4vw;
  }

  .short-video-icon {
    width: 7vw;
    top: 15px;
    left: 15px;
  }

  .page-section-flex.contact {
    justify-content: center;
    align-items: center;
  }

  .page-section-flex.experience {
    flex-flow: column;
  }

  .video-big-cover {
    border-radius: 15px;
  }

  .customer-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .customer-card {
    width: 100%;
    max-width: 500px;
    min-height: 200px;
  }

  .big-video-icon {
    width: 10vw;
  }

  .blog-card {
    width: 100%;
    max-width: 550px;
  }

  .blog-card-image {
    height: auto;
  }

  .home-form-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-form-text-group, .home-form-cover {
    width: 100%;
    max-width: 600px;
  }

  .footer-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    max-width: 450px;
  }

  .footer-card.blog, .footer-card.contact {
    width: 100%;
  }

  .copyright-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .experience-card, .experience-image {
    width: 100%;
  }

  .product-type-flex {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .product-type-link {
    width: 45%;
    max-width: 300px;
  }

  .portfolio-card {
    width: 45%;
  }

  .portfolio-card-image {
    height: 230px;
  }

  .portfolio-card-image.watermark {
    object-position: 50% 100%;
  }

  .contact-text {
    text-align: center;
    max-width: 500px;
  }

  .contact-card {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact-card-group {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-logo-link {
    padding-left: 0;
  }

  .why-us-text-flex {
    width: 100%;
    max-width: 500px;
  }

  .contact-address {
    text-align: center;
    max-width: 300px;
  }

  .contact-social-flex {
    max-width: 300px;
  }

  .footer-address {
    max-width: 250px;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    width: 100%;
    max-width: 150px;
  }

  .navbar-logo-flex {
    grid-row-gap: 10px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-logo-divide {
    display: none;
  }

  .navbar-call-flex {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 18px;
  }

  .navbar-phone {
    font-size: 16px;
    line-height: 20px;
  }

  .page-header-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: 200px;
  }

  .page-header-heading {
    font-size: 16px;
    line-height: 23px;
  }

  .page-header-heading.bigger {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .page-header-heading.smaller {
    font-size: 16px;
    line-height: 23px;
  }

  .page-header-heading.english {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .page-header-heading.blog {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .page-header-text-flex {
    max-width: 350px;
  }

  .page-section.home-mission {
    background-position: 25% 0;
  }

  .page-section.category {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-section.home-review {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-product-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-product-link {
    width: 47%;
  }

  .home-about-text {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    padding: 15px 15px 20px;
  }

  .section-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section-heading.big {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .section-heading.section-bg {
    display: none;
  }

  .section-heading.why-us {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .section-heading.contact {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .section-heading.section-bg-page {
    display: none;
  }

  .section-small-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .short-video-name {
    padding: 3vw;
  }

  .customer-card {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .carousel-horizontal-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .customer-logo {
    width: 80px;
  }

  .carousel-fade-left, .carousel-fade-right {
    width: 50px;
  }

  .mission-texts {
    font-size: 16px;
    line-height: 23px;
  }

  .copyright-text {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .widget-icon {
    width: 30px;
  }

  .widget-list.w--open {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-width: 100px;
    bottom: 50px;
  }

  .widget-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .widget-link-icon {
    width: 25px;
  }

  .experience-heading {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .product-type-link {
    width: 100%;
  }

  .strong-point-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .strong-point-icon {
    width: 40px;
  }

  .portfolio-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .portfolio-card-image {
    border-radius: 10px;
    height: 200px;
  }

  .blog-link-image {
    height: 200px;
  }

  .blog-link-image.blog-1 {
    object-position: 70% 50%;
  }

  .blog-link-image.blog-2 {
    object-position: 60% 50%;
  }

  .google-map-code {
    height: 300px;
  }

  .why-us-text-flex {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    padding: 15px 15px 20px;
  }

  .blog-text-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-18007 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18008 {
    padding: 20px 30px;
  }

  .heading-33140 {
    font-size: 24px;
    line-height: 34px;
  }

  .image-17850 {
    min-width: 35px;
    min-height: auto;
  }

  .heading-33139 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-18009 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17851 {
    min-width: 35px;
    min-height: auto;
  }

  .heading-33141 {
    font-size: 18px;
    line-height: 28px;
  }
}

#w-node-_2165c5a4-4866-7beb-1ef6-f0a0ebdf1a64-deacc8e5, #w-node-_2165c5a4-4866-7beb-1ef6-f0a0ebdf1a68-deacc8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


