:root {
  --midnight-blue: #19345f;
  --red-logo: #ed1c24;
  --red: #ed1c24;
  --red6: rgba(235, 31, 39, .88);
  --royal-blue: #3664ad;
  --dim-grey: #5f5f5f;
  --dark-slate-blue: #31538a;
  --light-grey: #ccc;
  --white-smoke-2: #f7f7f7;
  --white-smoke: #f7f7f7;
  --misty-rose: rgba(255, 220, 221, .88);
  --grey: #929292;
  --white: white;
  --5555: #19345f;
  --new-red: #ff2b33;
  --royal-blue-2: #0356d9;
  --white-2: white;
}

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

.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;
  }
}

.container {
  max-width: 1200px;
  display: block;
}

.section {
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-left: 190px;
  position: static;
}

.nav-link {
  background-color: var(--midnight-blue);
  color: #fff;
  padding-left: 30px;
  padding-right: 40px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(235, 31, 39, .88);
  border-radius: 20px;
}

.nav-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-right: 30px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.nav-link.w--current:hover {
  border-bottom: 4px none var(--red-logo);
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 13px;
}

.nav-link-2 {
  color: #fff;
  font-family: Prompt, sans-serif;
}

.nav-link-2:hover {
  color: var(--red);
}

.nav-link-3 {
  color: #fff;
  font-family: Prompt, sans-serif;
}

.nav-link-3:hover {
  color: var(--red);
}

.nav-link-4 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-4:hover {
  border-bottom: 4px solid var(--red-logo);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-link-5, .nav-link-6, .nav-link-7 {
  color: #fff;
}

.heading {
  color: #fff;
  font-size: 15px;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-family: Prompt, sans-serif;
}

.dropdown-toggle {
  color: #fff;
  padding-right: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.dropdown-toggle:hover {
  border-bottom: 4px none var(--red-logo);
  color: var(--red-logo);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px 20px 0 0;
}

.dropdown-toggle-2 {
  color: #fff;
  border-radius: 20px;
  padding-right: 40px;
}

.dropdown-toggle-2:hover {
  border-bottom: 4px none var(--red-logo);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-3 {
  color: #fff;
  border-radius: 20px;
}

.dropdown-toggle-3:hover {
  background-color: var(--red6);
  color: #fff;
}

.dropdown-toggle-4 {
  color: #fff;
  border-radius: 20px;
}

.dropdown-toggle-4:hover {
  background-color: var(--red6);
  color: #fff;
}

.container-2 {
  max-width: 100%;
  background-color: var(--midnight-blue);
}

.image {
  max-width: 102%;
  margin-left: 0;
}

.div-block {
  max-width: 102%;
}

.heading-2 {
  color: #fff;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
}

.header {
  width: 100%;
  background-image: url('../images/55.png'), url('../images/Untitled-4.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.header-content {
  z-index: 5;
  max-width: 1000px;
  perspective: 2000px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 240px;
  padding-bottom: 0;
  padding-left: 100px;
  display: block;
  position: static;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 4px 4px 5px #494949;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 78px;
  position: static;
}

.paragraph-2 {
  color: #fff;
  text-shadow: 1px 1px 4px #494949;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  z-index: 15;
  color: var(--midnight-blue);
  background-color: #fffdfd;
  border-radius: 20px;
  margin-top: 17px;
  padding: 15px 30px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: background-color .2s;
  position: static;
}

.button:hover {
  background-color: var(--midnight-blue);
  opacity: 1;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-weight: 400;
}

.text-span {
  color: var(--red);
}

.text-span-2 {
  color: var(--midnight-blue);
}

.bold-text {
  color: #fff;
}

.text-span-3 {
  color: rgba(0, 0, 0, 0);
}

.container-3 {
  text-align: center;
  margin-top: -60px;
  margin-left: 60px;
  margin-right: 0;
  padding-top: 0;
}

.nav-menu {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 7px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.container-4 {
  z-index: 0;
  max-width: 100%;
  position: static;
}

.div-block-2 {
  z-index: 5;
  height: 790px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/banner-final-bni.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  display: block;
  position: static;
}

.image-2 {
  background-image: url('../images/55.png');
  background-position: 0 0;
  background-size: auto;
}

.icon {
  border-radius: 20px;
}

.container-5 {
  max-width: 1200px;
}

.text-span-4, .bold-text-2 {
  color: var(--red);
}

.text-span-5 {
  color: var(--royal-blue);
}

.text-span-6 {
  color: #000;
}

.text-span-7 {
  color: var(--red);
}

.bold-text-3 {
  color: var(--royal-blue);
}

.heading-3 {
  font-family: Oswald, sans-serif;
}

.section-2 {
  background-image: url('../images/bg-industry.png');
  background-position: 50%;
  background-size: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  display: none;
}

.heading-4 {
  color: var(--red6);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
}

.heading-5 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}

.container-6 {
  max-width: 1200px;
}

.container-7 {
  max-width: 1200px;
  padding-bottom: 10px;
}

.heading-6 {
  color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 33px;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 40px;
}

.section-3 {
  margin-bottom: 60px;
}

.section-4 {
  margin-top: 100px;
  display: block;
}

.column {
  text-align: center;
  margin-top: 20px;
  padding: 0 40px;
}

.section-5 {
  z-index: -1;
  height: 790px;
  margin-top: 0;
  display: none;
  position: static;
}

.container-8 {
  max-width: 1200px;
  margin-top: 60px;
}

.div-block-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  border-bottom: 3px solid var(--light-grey);
  text-align: center;
  border-radius: 18px;
}

.section-6 {
  background-color: var(--white-smoke-2);
  background-image: url('../images/bg-industry.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.heading-7 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-4 {
  text-align: left;
  font-family: Prompt, sans-serif;
}

.text-span-8 {
  color: var(--red6);
}

.column-2 {
  text-align: left;
}

.body {
  background-color: var(--white-smoke);
}

.image-4, .image-5, .image-6 {
  box-shadow: 4px 4px 9px 0 var(--light-grey);
}

.image-7 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.d-115-right-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #262e30;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0)translate(100%);
}

.image-8 {
  width: 12px;
  background-image: url('../images/1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 18px;
}

.div-block-11 {
  height: 50px;
}

.heading-6-cop55y {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.d-115-3d-wrapper {
  width: 300px;
  height: 400px;
  perspective: 1000px;
  display: block;
  position: relative;
}

.sadsadsad {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
}

.d-115-product-title {
  color: var(--red6);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.div-block-132 {
  display: block;
}

.heading-40 {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.button-wrap {
  height: 45px;
  min-width: 170px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-30 {
  color: #67696d;
  text-decoration: none;
}

.link-30:hover, .text-span-9 {
  color: #fb6701;
}

.heading-41 {
  color: #67696d;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.button-link {
  z-index: 5;
  color: #424242;
  flex: 0 auto;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-115-card-wrapper {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.columns-2 {
  margin-top: 60px;
}

.d-115-product-title-copy {
  color: #fb6701;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.d-115-product-paragraph {
  color: var(--dim-grey);
  text-align: center;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-8 {
  margin-top: 20px;
  display: inline-block;
}

.button-t {
  color: #000;
  letter-spacing: 1px;
  margin-left: 40px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
}

.d-115-left-side {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-115-left-side:hover {
  background-color: var(--misty-rose);
  transform: scale(1.1);
}

.heading-7-copy {
  float: left;
  color: #d6d6d6;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.heading-71 {
  color: #67696d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

.heading-71:hover {
  color: #fb6701;
}

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #fb6701;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.container-9 {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-10 {
  text-transform: uppercase;
  font-size: 40px;
}

.heading-72 {
  color: var(--red);
  text-align: center;
  padding-top: 0;
  font-family: Prompt, sans-serif;
}

.bold-text-5 {
  color: var(--red);
  text-transform: uppercase;
}

.bold-text-6 {
  text-transform: uppercase;
}

.text-span-11 {
  color: var(--red6);
}

.text-span-12 {
  color: var(--red);
}

.container-10 {
  max-width: 100%;
}

.slider, .mask, .slider-2 {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.div-block-133 {
  max-width: 120%;
}

.image-9 {
  width: 1920px;
  height: 700px;
  max-width: 100%;
}

.slide {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.section-7 {
  color: #fff;
  background-color: #fff;
}

.div-block-134 {
  height: 100px;
  background-image: linear-gradient(#000, #fff 0%);
}

.bold-text-7 {
  font-size: 24px;
  font-weight: 400;
}

.container-11 {
  max-width: 1200px;
}

.text-span-13 {
  color: var(--red);
  display: block;
}

.text-span-14 {
  color: var(--red);
}

.text-span-15, .bold-text-8, .bold-text-9 {
  color: var(--dark-slate-blue);
}

.bold-text-10, .text-span-16 {
  color: var(--red);
}

.heading-73 {
  color: #5f5f5f;
  text-align: center;
  margin-top: -20px;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.text-span-17 {
  color: var(--red);
}

.dropdown-link {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
  font-family: Prompt, sans-serif;
}

.dropdown-link:hover {
  background-color: var(--red);
  border-radius: 10px;
}

.dropdown-link-2 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
  font-family: Prompt, sans-serif;
}

.dropdown-link-2:hover {
  background-color: var(--red);
  border-radius: 10px;
}

.dropdown-link-3 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.dropdown-link-3:hover {
  background-color: var(--red);
  border-radius: 10px;
}

.dropdown-link-4 {
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  border-radius: 0;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.dropdown-link-4:hover {
  border-bottom: 3px solid var(--red6);
  background-color: var(--white-smoke-2);
  border-radius: 0;
}

.dropdown-link-5 {
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  border-radius: 0;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.dropdown-link-5:hover {
  border-bottom: 3px solid var(--red-logo);
  background-color: var(--white-smoke-2);
  border-radius: 0;
}

.dropdown-link-6 {
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  border-radius: 0;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.dropdown-link-6:hover {
  border-bottom: 3px solid var(--red-logo);
  background-color: var(--white-smoke-2);
}

.dropdown-link-7 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.dropdown-link-7:hover {
  background-color: var(--red);
}

.dropdown-link-8 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.dropdown-link-8:hover {
  background-color: var(--red);
}

.dropdown-link-9 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.dropdown-link-9:hover {
  background-color: var(--red);
}

.dropdown-list, .dropdown-list-2, .dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0);
}

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

.heading-74 {
  color: #5c5c5c;
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.column-17 {
  text-align: right;
  padding-top: 0;
}

.image-10 {
  width: 139px;
  height: 81px;
  max-height: 100%;
  max-width: 100%;
  border-radius: 11px;
  margin-bottom: -30px;
  margin-left: 5px;
}

.dropdown-link-10 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.dropdown-link-10:hover {
  background-color: var(--red);
}

.dropdown-link-11 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.dropdown-link-11:hover {
  background-color: var(--red);
}

.dropdown-link-12 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 10px;
}

.div-block-135 {
  text-align: right;
  transform-style: preserve-3d;
}

.div-block-135:hover {
  transform: translate3d(0, 0, 133px);
}

.container-12 {
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.slide-wrap_ch {
  flex-direction: row;
  align-items: center;
  margin-top: -49px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 40px;
  display: flex;
}

.logo-img {
  margin-right: 200px;
}

.logo-img._50-r-m {
  width: 200px;
  max-height: 30%;
  max-width: 30%;
  margin-right: 10px;
}

.section-8 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-11 {
  color: var(--dim-grey);
  font-weight: 400;
}

.text-span-18 {
  color: var(--dark-slate-blue);
}

.heading-57 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 48px;
  line-height: 55px;
  text-decoration: none;
}

.bold-text-12 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 40px;
}

.content-all-blog-page {
  color: var(--grey);
  margin-top: 20px;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-26 {
  height: 100px;
  margin-bottom: -20px;
}

.bold-text-13 {
  color: var(--dim-grey);
  font-weight: 500;
}

.container-36 {
  max-width: 1100px;
}

.column-38 {
  background-color: var(--white-smoke);
  text-align: center;
  margin-top: -10px;
}

.button-7 {
  float: none;
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-7:hover {
  background-color: var(--red6);
  color: var(--midnight-blue);
}

.div-block-29 {
  height: 70px;
  padding-bottom: 20px;
}

.column-51 {
  text-align: center;
  transform-style: preserve-3d;
}

.column-51:hover {
  transform: scale3d(1none, 1none, 1none);
}

.bold-text-15 {
  color: var(--dim-grey);
  font-weight: 500;
  line-height: 25px;
}

.columns-28 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.div-block-30 {
  height: 100px;
  margin-top: -30px;
}

.title-all-blog-page {
  color: var(--dim-grey);
  text-align: center;
  border: 1px #000;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.section-9 {
  background-color: var(--white-smoke);
  background-image: url('../images/bg-industry.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 100px;
  display: none;
}

.text-span-19 {
  color: var(--red);
}

.heading-75 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-right: 3px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.column-52 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 9px;
}

.columns-29 {
  padding-top: 0;
}

.text-span-20 {
  color: var(--red);
}

.container-37 {
  padding-top: 27px;
}

.slider-3 {
  width: 600px;
  height: 400px;
  margin-top: 333px;
  margin-left: 913px;
}

.section-10 {
  background-color: rgba(0, 0, 0, 0);
}

.text-span-21, .text-span-22 {
  color: var(--red);
}

.heading-76 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: -6px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.button-8 {
  background-color: var(--dark-slate-blue);
  border-radius: 14px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.button-8:hover {
  background-color: var(--red6);
}

.columns-30 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-77 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 50px;
}

.container-38 {
  max-width: 1300px;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-11 {
  max-width: 100%;
}

.text-span-23 {
  color: var(--red);
}

.heading-78 {
  width: 200px;
  color: #fff;
  text-align: center;
  border: 1px #000;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.heading-79 {
  color: #fff;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.column-54 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-80 {
  color: var(--white);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.div-block-140 {
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
  display: inline-block;
}

.heading-81 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-39 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.column-55 {
  text-align: center;
  justify-content: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-141 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.image-12 {
  padding-top: 0;
  padding-bottom: 64px;
}

.image-13 {
  text-align: center;
  display: none;
}

.div-block-142 {
  background-color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-14 {
  border-radius: 0;
  display: inline-block;
}

.column-56 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.html-embed {
  padding-top: 20px;
  display: inline-block;
}

.columns-31 {
  background-color: var(--midnight-blue);
  color: var(--5555);
}

.section-11 {
  width: 100%;
  height: auto;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.bold-text-16 {
  color: var(--dark-slate-blue);
}

.dropdown-2:hover {
  color: var(--red);
}

.div-block-143 {
  z-index: 5;
  color: var(--grey);
  position: static;
  overflow: hidden;
}

.image-15 {
  margin-left: 20px;
}

.image-16 {
  display: none;
}

.text-span-24 {
  color: var(--dark-slate-blue);
}

.text-span-25, .text-span-26 {
  color: var(--red);
}

.text-span-27 {
  color: var(--dark-slate-blue);
}

.text-span-28 {
  color: var(--red);
}

.bold-text-17 {
  margin-left: -249px;
  padding-left: 0;
  font-size: 14px;
  line-height: 30px;
}

.heading-82 {
  border: 1px none var(--grey);
  color: var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-83 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.bold-text-18 {
  text-transform: none;
}

.text-span-29 {
  color: var(--red);
}

.columns-32 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-12 {
  max-width: 1200px;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.container-40 {
  max-width: 1200px;
  text-align: center;
}

.tabs {
  flex-direction: column;
  display: flex;
}

.tab-link-tab-1 {
  display: block;
}

.tab-link-tab-1.w--current {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.tabs-2 {
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.tabs-menu-2 {
  width: 250px;
  flex-direction: column;
  margin-top: 30px;
  margin-left: 0;
  display: block;
}

.tabs-menu-2:hover {
  color: var(--red);
}

.tab-link-tab-1-2 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.tab-link-tab-1-2:hover {
  background-color: var(--red);
}

.tab-link-tab-1-2.w--current {
  background-color: var(--red);
  color: var(--red);
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2 {
  background-color: var(--royal-blue);
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
}

.tab-link-tab-2:hover, .tab-link-tab-2.w--current {
  background-color: var(--red);
}

.tab-link-tab-3 {
  background-color: var(--royal-blue);
  border-radius: 10px;
  margin-bottom: 10px;
}

.tab-link-tab-3:hover {
  background-color: var(--red);
}

.tab-link-tab-3.w--current {
  background-color: var(--red);
  text-align: center;
}

.tab-link-tab-4 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
}

.tab-link-tab-4:hover {
  background-color: var(--red);
}

.tab-link-tab-4.w--current {
  background-color: var(--red);
  color: var(--red);
}

.tab-link-tab-5 {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
}

.tab-link-tab-5.w--current {
  background-color: var(--red);
  border-radius: 10px;
}

.tab-link-tab-5.w--current:hover {
  background-color: var(--red);
}

.section-13 {
  text-align: center;
  margin-top: 0;
  display: block;
}

.tab-link-tab-6 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 10px;
  font-family: Prompt, sans-serif;
}

.tab-link-tab-6:hover {
  background-color: var(--red);
}

.tab-link-tab-6.w--current {
  background-color: var(--red);
  color: var(--red);
}

.text-block-5 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.text-block-8 {
  color: #fff;
  font-size: 20px;
}

.text-block-9 {
  color: #fff;
  font-size: 19px;
}

.text-block-10 {
  color: #fff;
  font-size: 20px;
}

.tab-pane-tab-1 {
  margin-left: 0;
}

.tabs-content {
  flex: 1;
  margin-left: 10px;
}

.div-block-144 {
  background-color: #ff8989;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
  margin-left: 40px;
}

.heading-84 {
  color: var(--royal-blue);
  font-family: Prompt, sans-serif;
}

.heading-85 {
  color: var(--dim-grey);
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.text-span-30 {
  color: var(--red);
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
  border-radius: 20px;
}

.div-block-145 {
  background-color: rgba(0, 0, 0, 0);
}

.text-span-31, .text-span-32 {
  color: var(--red);
}

.heading-86 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.text-span-33 {
  color: var(--red);
}

.column-57 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-34, .text-span-35 {
  color: var(--red);
}

.image-23 {
  margin-top: 7px;
}

.text-span-36 {
  color: var(--white);
  border: 1px #000;
  border-bottom: 3px solid #000;
}

.bold-text-19 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.bold-text-19:hover {
  color: var(--red);
}

.bold-text-20 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.bold-text-20:hover {
  color: var(--red);
}

.bold-text-21 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.bold-text-21:hover {
  color: var(--dark-slate-blue);
}

.bold-text-22 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.bold-text-22:hover {
  color: var(--dark-slate-blue);
}

.bold-text-23 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.bold-text-23:hover {
  color: var(--red);
}

.icon-4 {
  color: var(--midnight-blue);
  margin-top: 23px;
  margin-bottom: 23px;
}

.icon-4:hover {
  color: var(--dark-slate-blue);
}

.section-14 {
  display: block;
}

.image-24 {
  max-width: 80%;
  margin-left: 0;
}

.div-block-146 {
  height: 434px;
}

.slide-2, .mask-2 {
  height: 100%;
}

.section-15 {
  height: 6%;
}

.image-25 {
  width: auto;
  height: auto;
}

.div-block-147 {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-3 {
  height: auto;
  background-color: var(--white-smoke);
}

.image-26 {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.slide-3 {
  height: auto;
}

.slider-4 {
  width: 60%;
  height: auto;
  background-color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.heading-87 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.paragraph-3 {
  color: #5f5f5f;
  text-align: center;
  margin-bottom: 60px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.slide-nav {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  border-radius: 20px;
}

.slide-4 {
  width: auto;
  height: auto;
}

.div-block-148 {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-88 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.italic-text {
  font-style: normal;
}

.text-span-37 {
  color: var(--red6);
}

.paragraph-4 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-27 {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.text-span-38 {
  color: var(--red6);
}

.html-embed-2 {
  display: block;
}

.text-span-39, .text-span-40, .text-span-41 {
  color: var(--red6);
}

.section-16 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.text-span-42 {
  color: var(--red6);
}

.heading-89 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5 {
  width: auto;
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
}

.paragraph-5:hover {
  border-bottom: 3px none var(--red-logo);
  color: var(--red);
}

.div-block-149 {
  width: 50%;
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
  display: inline-block;
}

.link-31 {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-31:hover {
  border-bottom: 2px none var(--midnight-blue);
}

.link-32 {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-32:hover {
  border-bottom: 2px none var(--midnight-blue);
}

.slide-5, .mask-4, .slider-5 {
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  color: #fdfdfd;
  background-color: #fff;
  border-radius: 0;
  display: none;
}

.right-arrow, .left-arrow {
  background-color: rgba(0, 0, 0, 0);
}

.slide-6 {
  width: 100%;
  height: auto;
}

.image-28 {
  max-width: 100%;
}

.div-block-150 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.column-58 {
  display: block;
}

.image-29, .slide-7 {
  width: 100%;
  height: auto;
}

.mask-5, .slider-6 {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.image-30, .slide-8 {
  width: 100%;
  height: auto;
}

.container-41 {
  max-width: 1000px;
}

.container-42 {
  max-width: 1200px;
  border-radius: 0;
}

.slide-9, .image-31 {
  width: 100%;
  height: auto;
}

.section-17 {
  display: none;
}

.section-18 {
  margin-top: 100px;
  padding-top: 60px;
}

.image-32, .slide-10, .mask-6, .slider-7 {
  width: 100%;
  height: auto;
}

.left-arrow-2, .right-arrow-2 {
  background-color: rgba(241, 241, 241, .8);
}

.image-33, .image-34 {
  width: 100%;
  height: auto;
}

.div-block-151 {
  margin-top: 60px;
}

.heading-90 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 45px;
}

.bold-text-24 {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.heading-91 {
  color: var(--dark-slate-blue);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
}

.text-span-43 {
  color: var(--red6);
}

.link-block {
  display: block;
}

.link-block.w--current {
  display: inline-block;
}

.div-block-152 {
  width: 220px;
  height: 3px;
  background-color: var(--white);
  margin-top: -10px;
  margin-bottom: 10px;
}

.image-35, .div-block-153 {
  width: 100%;
  height: auto;
}

.slide-11 {
  width: 100%;
  height: auto;
  background-image: url('../images/1-W.jpg');
  background-position: 0 0;
  background-size: auto;
}

.mask-7 {
  width: 100%;
  height: auto;
}

.slider-8 {
  width: 100%;
  height: 600px;
}

.slide-12 {
  background-image: url('../images/Agricultural-Machinery-Parts.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-9 {
  height: 700px;
}

.slide-13 {
  background-image: url('../images/Automotive-Parts.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Motorcycle-Parts.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Special-Bolts--Nuts.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Electrical-Part.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: contain;
}

.heading-92 {
  color: var(--new-red);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 48%, #e9e9e9 70%);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 220px;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

.text-span-44 {
  color: #ff2b33;
  font-size: 50px;
}

.paragraph-6 {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Prompt, sans-serif;
  font-size: 23px;
  line-height: 36px;
}

.div-block-154 {
  margin-top: 420px;
  padding-left: 50px;
  display: block;
}

.text-span-45, .text-span-46, .text-span-47, .text-span-48 {
  color: var(--red-logo);
}

.text-span-49 {
  color: var(--red-logo);
  text-shadow: 3px 3px #e5b1b3;
}

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

.left-arrow-3 {
  background-color: rgba(0, 0, 0, 0);
}

.text-span-50 {
  color: #0356d9;
  text-shadow: 3px 3px #75aaff;
}

.text-span-51, .text-span-52 {
  color: var(--white);
}

.text-span-53 {
  color: #ff2b33;
  text-shadow: 3px 3px #e5b1b3;
}

.heading-93 {
  color: var(--white);
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.container-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.button-9 {
  background-color: var(--royal-blue);
  border-radius: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.section-19 {
  height: 400px;
  background-image: url('../images/NOT3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-155 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.tabs-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-1-2 {
  text-align: center;
}

.tabs-menu-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
  display: flex;
}

.text-span-54 {
  color: var(--royal-blue);
}

.text-span-55, .text-span-56, .text-span-57 {
  color: var(--red-logo);
  text-shadow: 3px 3px #e5b1b3;
}

.text-span-58 {
  color: #0356d9;
}

.text-span-59 {
  color: #0356d9;
  text-shadow: 3px 3px #75aaff;
}

.icon-5 {
  color: var(--red);
}

.icon-6 {
  color: var(--red-logo);
}

.nav-link-8 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-8:hover {
  border-style: none;
  border-width: 1px 1px 4px;
  border-color: black black var(--red-logo);
  color: var(--red);
}

.text-span-60 {
  color: var(--royal-blue-2);
  text-shadow: none;
  font-family: Prompt, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.dropdown-toggle-5 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Prompt, sans-serif;
}

.dropdown-4 {
  height: 30px;
}

.dropdown-link-13 {
  background-color: var(--white-smoke-2);
  color: var(--5555);
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 10px;
}

.dropdown-link-13:hover {
  border-bottom: 4px solid var(--red-logo);
  background-color: var(--midnight-blue);
  color: #fff;
}

.dropdown-link-14 {
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  line-height: 10px;
}

.dropdown-link-14:hover {
  border-bottom: 4px solid var(--red-logo);
  background-color: var(--midnight-blue);
  color: var(--white-smoke-2);
}

.dropdown-link-15 {
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  line-height: 10px;
}

.dropdown-link-15:hover {
  border-bottom: 4px solid var(--red-logo);
  background-color: var(--midnight-blue);
  color: var(--white-smoke-2);
}

.dropdown-link-16 {
  border-bottom: 4px none var(--red-logo);
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  line-height: 10px;
}

.dropdown-link-16:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke-2);
  border-bottom-style: solid;
}

.dropdown-link-17 {
  border-bottom: 4px none var(--red-logo);
  background-color: var(--white-smoke-2);
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  line-height: 10px;
}

.dropdown-link-17:hover {
  background-color: var(--midnight-blue);
  color: var(--white-smoke-2);
  border-bottom-style: solid;
}

.link-block-2 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-block-2:hover {
  color: var(--red);
}

.container-44 {
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.container-45 {
  max-width: 1400px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-156 {
  background-color: var(--white);
  padding: 20px 10px;
  display: block;
}

.nav-link-9 {
  color: var(--midnight-blue);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-9:hover {
  color: var(--red);
}

.nav-link-9.w--current {
  color: var(--red);
  transition: all .3s;
}

.nav-link-9.w--current:hover {
  color: var(--red);
}

.nav-link-10 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-10:hover {
  color: var(--red);
}

.nav-link-10.w--current {
  color: var(--red-logo);
  text-transform: uppercase;
}

.nav-link-10.w--current:hover {
  color: var(--new-red);
}

.dropdown-toggle-6 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.dropdown-toggle-6:hover {
  color: var(--red);
}

.nav-link-11 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.nav-link-11:hover {
  color: var(--red);
}

.nav-link-11.w--current {
  color: var(--red-logo);
}

.nav-link-12 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.nav-link-12:hover, .nav-link-12.w--current {
  color: var(--red);
}

.nav-link-13 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-13:hover {
  color: var(--red);
}

.nav-link-13.w--current {
  color: var(--red-logo);
}

.brand {
  display: none;
}

.navbar-2 {
  color: var(--white-smoke-2);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.dropdown-link-18 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.dropdown-link-18.w--current {
  color: var(--red-logo);
}

.dropdown-link-19 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.dropdown-link-19.w--current {
  color: var(--red-logo);
}

.dropdown-link-20 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.dropdown-link-20.w--current {
  color: var(--red-logo);
}

.dropdown-link-21 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.dropdown-link-21.w--current {
  color: var(--red-logo);
}

.dropdown-link-22 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.dropdown-link-22.w--current {
  color: var(--red-logo);
}

.dropdown-list-4 {
  background-color: var(--white);
}

.section-20 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-157 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.link-block-3 {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-3:hover {
  color: var(--red);
}

.heading-94 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.heading-94:hover {
  color: var(--red);
}

.link-block-4, .link-block-5, .link-block-6 {
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-158 {
  padding-top: 20px;
}

.dropdown-5 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.dropdown-5:hover {
  color: var(--red);
}

.dropdown-toggle-7 {
  color: var(--white);
  margin-bottom: 15px;
  padding: 0 40px 0 0;
  font-family: Prompt, sans-serif;
}

.dropdown-toggle-7:hover {
  color: var(--red);
}

.dropdown-link-23 {
  color: var(--midnight-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  transition: all .3s;
}

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

.dropdown-link-23.w--current {
  color: var(--red-logo);
}

.dropdown-link-24 {
  color: var(--midnight-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  transition: all .3s;
}

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

.dropdown-link-24.w--current {
  color: var(--red-logo);
}

.dropdown-link-25 {
  color: var(--midnight-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  transition: all .3s;
}

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

.dropdown-link-25.w--current {
  color: var(--red-logo);
}

.dropdown-link-26 {
  color: var(--midnight-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

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

.dropdown-link-26.w--current {
  color: var(--red-logo);
}

.dropdown-link-27 {
  color: var(--midnight-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  transition: all .3s;
}

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

.dropdown-link-27.w--current {
  color: var(--red-logo);
}

.dropdown-list-5 {
  color: var(--white);
}

.dropdown-list-5.w--open {
  background-color: var(--white);
}

.div-block-159 {
  height: 80px;
  margin-left: 20px;
  line-height: 20px;
  display: block;
}

.text-span-61 {
  color: var(--new-red);
}

.image-36 {
  max-width: 80%;
}

.link-block-7 {
  padding-left: 20px;
}

.link-block-7.w--current {
  flex-direction: row;
  padding-left: 10px;
  display: block;
}

.bold-text-25 {
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.section-21 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-industry.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-46 {
  max-width: 1100px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-95 {
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 40px;
}

.text-span-62 {
  color: var(--dark-slate-blue);
}

.heading-96 {
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.container-47 {
  max-width: 1200px;
}

.image-37, .image-38, .image-39 {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.heading-97 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-98, .heading-99 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-7 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.button-10 {
  width: 140px;
  height: 40px;
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  transition: all .3s;
  display: flex;
}

.button-10:hover {
  background-color: #243e68;
  transform: scale(1.05);
}

.div-block-160 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.columns-33 {
  background-image: url('../images/bg-industry.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-161, .div-block-162, .div-block-163 {
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px rgba(146, 146, 146, .7);
}

.column-59 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-48 {
  max-width: 1200px;
}

.section-22 {
  background-color: #19345f;
}

.div-block-164 {
  padding-top: 20px;
}

.div-block-157-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.text-block-11, .text-block-12 {
  font-size: 14px;
}

.container-49 {
  max-width: 1200px;
}

.div-block-165, .image-40 {
  width: 100%;
  height: auto;
}

.container-50 {
  max-width: 1200px;
}

.heading-100 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.container-51 {
  max-width: 1200px;
}

.heading-101 {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-166 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.paragraph-8 {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.container-52 {
  max-width: 1200px;
}

.container-53 {
  max-width: 1200px;
  margin-bottom: 20px;
}

.heading-102 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-103 {
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-167, .div-block-168 {
  text-align: center;
  display: block;
}

.section-23 {
  background-image: url('../images/bg-industry.png');
  background-position: 100%;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.container-54 {
  max-width: 1200px;
}

.section-24 {
  background-color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 20px;
  display: block;
}

.slide-18, .mask-8, .slider-10 {
  width: 100%;
  height: auto;
}

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

.container-55 {
  max-width: 1200px;
  flex-direction: row;
  display: flex;
}

.section-5-copy {
  z-index: -1;
  height: 790px;
  z-index: -1;
  height: 790px;
  margin-top: 0;
  display: flex;
  position: static;
}

.header-content-copy {
  z-index: 5;
  max-width: 1000px;
  perspective: 2000px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 300px;
  padding-bottom: 0;
  padding-left: 100px;
  position: static;
}

.section-25 {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.heading-104 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-105 {
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.container-56 {
  max-width: 1200px;
}

.div-block-170 {
  overflow: hidden;
}

.section-26 {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
}

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

.image-43 {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.image-44, .image-45, .image-46 {
  width: 100%;
  height: 100%;
}

.image-47, .image-48, .image-49, .image-50 {
  width: 100%;
  height: auto;
}

.container-57 {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 0;
}

.section-27 {
  height: 600px;
  background-color: var(--midnight-blue);
  background-image: url('../images/banner-about-us.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 80px;
  display: block;
}

.image-51 {
  width: 270px;
  height: auto;
}

.div-block-171 {
  display: inline-block;
}

.div-block-172 {
  width: auto;
  height: auto;
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.heading-106 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.image-52 {
  width: 700px;
  height: auto;
}

.heading-107 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-9 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-173 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-174 {
  width: 100px;
  height: 5px;
  background-color: var(--red-logo);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-175 {
  width: 100%;
  height: auto;
  object-fit: fill;
  flex: 0 auto;
}

.div-block-176, .div-block-177 {
  width: 100%;
  height: auto;
}

.product-card-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
}

.product-card-2:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.image-442 {
  width: 387px;
  height: auto;
}

.section-24-copy {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.container-58 {
  max-width: 100%;
}

.section-28 {
  height: 600px;
}

.section-29 {
  height: 300px;
  background-image: url('../images/bg-banner-poster.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-59 {
  max-width: 1200px;
}

.container-60, .container-60-copy {
  max-width: 100%;
}

.section-30 {
  z-index: 5;
  margin-top: -100px;
  display: block;
  position: relative;
}

.div-block-172-copy {
  width: auto;
  height: auto;
  text-align: center;
  justify-content: space-between;
  display: block;
}

.container-61 {
  max-width: 100%;
}

.div-block-180, .div-block-180-copy {
  background-color: var(--midnight-blue);
}

.section-31 {
  background-color: var(--midnight-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.about-us {
  margin-bottom: 60px;
}

.heading-108 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.heading-109 {
  color: var(--white-smoke-2);
  padding-left: 10px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-181 {
  width: 8px;
  height: 70px;
  background-color: var(--red-logo);
  border-radius: 0;
}

.div-block-182 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-183 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-10 {
  color: var(--white-smoke-2);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-184 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.section-27-copy {
  height: 800px;
  background-color: var(--midnight-blue);
  background-image: url('../images/123.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns-36 {
  align-items: center;
  display: flex;
}

.image-443 {
  width: 600px;
  height: auto;
}

.cer1 {
  transform: translate(0);
}

.cer1:hover {
  transform: none;
}

.paragraph-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.section-32 {
  font-family: Poppins, sans-serif;
}

.container-62 {
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-110 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
}

.bold-text-27 {
  color: #858585;
  font-size: 20px;
  font-weight: 600;
}

.heading-110-copy1 {
  color: #9e9e9e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-33 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-63 {
  max-width: 1200px;
}

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

.div-block-185 {
  width: auto;
  height: auto;
  text-align: left;
}

.heading-111 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.section-34 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-186 {
  height: 500px;
}

.heading-112 {
  color: var(--red-logo);
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-35 {
  margin-bottom: 40px;
}

.fontawesome-container {
  z-index: 3;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  right: 41px;
  transform: rotate(45deg);
}

.hover-content {
  width: 100%;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/b1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 35px 50px 50px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-content.p1 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), rgba(255, 255, 255, 0)), url('../images/2022-09-09_18-07-46.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
}

.flex-content {
  z-index: 15;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h4 {
  color: #fff;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Prompt, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.background-circle {
  z-index: 0;
  width: 70px;
  height: 70px;
  background-color: #008b38;
  border-radius: 10000px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.paragraph-72 {
  color: #fff;
  text-align: left;
  align-items: flex-start;
  font-family: Prompt, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.paragraph-72._3-1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.fontawesome {
  font-size: 20px;
}

.fontawesome.white {
  color: #fff;
}

.background-circle-small {
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10000px;
  position: absolute;
  top: 45px;
  right: 45px;
}

.product-card-2-copy1 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.product-card-2-copy1:hover {
  padding-bottom: 0;
}

.icon-8 {
  margin-top: 23px;
}

.container-64, .container-65 {
  max-width: 1200px;
}

.html-embed-3 {
  margin-bottom: 0;
}

.section-36 {
  background-color: var(--white-smoke-2);
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-187, .div-block-188 {
  overflow: hidden;
}

.container-66 {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 0;
}

.section-37 {
  height: 600px;
  background-image: url('../images/Layout-Bni-Mac.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.image-445 {
  width: 700px;
  display: inline-block;
}

.container-67 {
  max-width: 1200px;
  margin-bottom: 40px;
}

.heading-113 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.section-38 {
  background-color: var(--white-smoke-2);
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-39 {
  background-color: var(--white-smoke-2);
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle-8 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle-8:hover {
  color: var(--red-logo);
}

.dropdown-list-6 {
  color: var(--white-smoke-2);
}

.dropdown-list-6.w--open {
  background-color: #fff;
}

.dropdown-link-28 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.dropdown-link-28:hover, .dropdown-link-28.w--current {
  color: var(--red-logo);
}

.dropdown-link-29 {
  color: var(--midnight-blue);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.dropdown-link-29:hover {
  color: var(--red-logo);
}

.dropdown-link-29.w--current {
  color: var(--red);
}

.heading-114 {
  color: #9e9e9e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.slide-nav-3 {
  font-size: 12px;
}

.container-68 {
  max-width: 100%;
}

.heading-115 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-189 {
  width: 250px;
  height: 5px;
  background-color: var(--red-logo);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-190 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-73 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.body-2 {
  background-color: #f7f7f7;
}

.container-69 {
  max-width: 1300px;
}

.bold-text-28 {
  color: var(--midnight-blue);
  font-weight: 600;
}

.section-40 {
  margin-bottom: 20px;
}

.container-70 {
  max-width: 100%;
  position: static;
}

.product {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-116 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.div-block-191 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-192 {
  width: 250px;
  height: 6px;
  background-color: var(--red-logo);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph-74 {
  color: #fff;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-193 {
  z-index: -10;
  height: 400px;
  background-image: url('../images/automotive-banner-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.section-41 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-71, .container-72 {
  max-width: 100%;
}

.container-73 {
  max-width: 1200px;
}

.container-74 {
  max-width: 100%;
}

.columns-38 {
  height: 825.531px;
}

.image-446 {
  height: 600px;
}

.html-embed-4 {
  margin-bottom: 0;
}

.section-42 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-75 {
  max-width: 1200px;
}

.section-43 {
  background-image: url('../images/bg-industry.png');
  background-position: 0%;
  background-size: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-76 {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-44 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.dropdown-toggle-9 {
  width: 400px;
  height: 100px;
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle-9:hover {
  color: var(--red-logo);
}

.container-77 {
  max-width: 1200px;
}

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

.columns-39 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-117 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 45px;
  font-weight: 500;
  display: inline-block;
}

.div-block-194 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.div-block-195 {
  height: 400px;
  text-align: center;
  background-image: url('../images/contact-us-bni.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-196 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-197 {
  width: 180px;
  height: 3px;
  background-color: var(--red-logo);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-weare {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.div-block-198 {
  padding-left: 0;
}

.container-78, .container-79 {
  max-width: 100%;
}

.container-80 {
  max-width: 1200px;
}

.tractor-parts-s1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-tractor-parts-1 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tractor-parts-s2, .tractor-parts-s3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tractor-parts-s4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-81 {
  max-width: 100%;
  text-align: left;
}

.div-tractor-parts-1-copy, .div-tractor-parts-1-copy-copy {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heavy-equipment-parts {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heavy1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-34-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heavy2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.container-82 {
  max-width: 100%;
}

.nuts1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.special-bolts-nuts1 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.special-bolts-nuts2 {
  height: 400px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-83 {
  max-width: 100%;
}

.construction-parts {
  width: 100%;
  height: auto;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.construction-parts1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-84 {
  max-width: 100%;
}

.motorcycle-parts1 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.motorcycle-parts-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-34-copy {
  margin-top: 20px;
  margin-bottom: 40px;
}

.motorcycle-parts3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-construction {
  width: 300px;
  height: 5px;
  background-color: var(--red-logo);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-199 {
  height: 400px;
  background-image: url('../images/Construction-Parts.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-200 {
  display: inline-block;
}

.div-block-201 {
  background-image: url('../images/nut-part.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-special {
  width: 300px;
  height: 5px;
  background-color: var(--red-logo);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-202 {
  display: inline-block;
}

.div-block-203 {
  height: 400px;
  background-image: url('../images/automotive-banner-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-204 {
  display: inline-block;
}

.div-block-205 {
  height: 400px;
  background-image: url('../images/บริษัทผลิตชิ้นส่วนรถยนต์001.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-206 {
  display: inline-block;
}

.heading-agricultural {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-207 {
  height: 400px;
  background-image: url('../images/MT-Part.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-208 {
  display: inline-block;
}

.div-block-209 {
  height: 400px;
  background-image: url('../images/automotive-banner.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-210 {
  display: inline-block;
}

.product-card-2-copy1-copy {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.product-card-2-copy1-copy:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.card-facilitics {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.card-facilitics:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.heading-our-fac {
  color: #9e9e9e;
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-our-facili {
  width: 100%;
  height: 199.359px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.heading-our-facili {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.section-mac {
  background-color: var(--white-smoke-2);
  background-image: url('../images/automotive-banner-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-facilitics-2 {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.card-facilitics-2:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.card-facilitics-3 {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.card-facilitics-3:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.card-facilitics-5 {
  width: 100%;
  height: 400px;
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
}

.card-facilitics-5:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.card-facilitics-6 {
  width: 100%;
  height: 400px;
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
}

.card-facilitics-6:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.card-facilitics-7 {
  width: 100%;
  height: 400px;
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
}

.card-facilitics-7:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.card-facilitics-8 {
  width: 100%;
  height: 400px;
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
}

.card-facilitics-8:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.container-85 {
  max-width: 1200px;
}

.div-block-150-mobiile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.html-embed-mobile {
  padding-top: 20px;
  display: inline-block;
}

.div-block-212 {
  margin-top: 10px;
}

.paragraph-75, .paragraph-76 {
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.paragraph-77 {
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-78 {
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.div-block-166-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.container-86 {
  max-width: 1200px;
}

.div-block-189-copy {
  width: 400px;
  height: 5px;
  background-color: var(--red-logo);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-87 {
  max-width: 1200px;
}

.section-46 {
  background-color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-100-copy {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.slide-19 {
  background-image: url('../images/banner-motercycle-partArtboard-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-88 {
  max-width: 100%;
}

.slider-11, .mask-9 {
  width: 100%;
  height: 700px;
}

.slide-20 {
  width: 100%;
  height: 700px;
  background-image: url('../images/banner-11Artboard-1.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-21 {
  width: 100%;
  height: 700px;
  background-image: url('../images/banner-11Artboard-1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-154-copy {
  margin-top: 460px;
  padding-left: 60px;
  display: block;
}

.container-90 {
  max-width: 100%;
}

.slide-22, .mask-10, .slider-12 {
  width: 100%;
  height: auto;
}

.section-47 {
  display: block;
}

.section-48 {
  display: none;
}

.container-91 {
  max-width: 1500px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-92 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.container-93 {
  max-width: 100%;
}

.section-41-banner-mp {
  z-index: -10;
  margin-top: 90px;
  margin-bottom: 0;
  position: static;
}

.container-94 {
  max-width: 1200px;
}

.div-block-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1-แถว-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.r1 {
  transition: all .2s;
}

.r1:hover {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}

.lightbox-link {
  display: block;
}

.section-49 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-216 {
  background-image: url('../images/2-แถว-1.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-217 {
  background-image: url('../images/3-แถว-1.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-5-2-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1-แถว-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.div-block-216-2-2 {
  background-image: url('../images/2-แถว-2.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-217-3-2 {
  background-image: url('../images/3-แถว-2.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-5-1-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1-แถว-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.div-block-216-2-3 {
  background-image: url('../images/2-แถว-3.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-217-3-3 {
  background-image: url('../images/3-แถว-3.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-5-1-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1-แถว-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.div-block-216-2-4 {
  background-image: url('../images/2-แถว-4.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-217-3-4 {
  background-image: url('../images/3-แถว-4.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.section-49-copy {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-49-copy1 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-49-copy2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.div-block-5-1-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1-แถว-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.div-block-216-2-5 {
  background-image: url('../images/2-แถว-5.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.div-block-217-3-5 {
  background-image: url('../images/3-แถว-5.jpg');
  background-position: 0 0;
  background-size: auto;
  display: none;
}

.heading-118 {
  background-color: var(--midnight-blue);
  direction: ltr;
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.container-95 {
  max-width: 100%;
}

.heading-119 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-120 {
  color: var(--red6);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-218 {
  text-align: center;
  padding-top: 120px;
  padding-left: 1200px;
  position: absolute;
}

.heading-120-sub {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
}

.section-49-3 {
  background-image: url('../images/automotive-banner-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-49-qc-equipments1, .section-49-qc-equipments2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.section-49-qc-equipments11 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.section-49-2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.container-96 {
  max-width: 1200px;
}

.section-49-tooling-shop {
  margin-top: 60px;
  margin-bottom: 20px;
}

.section-50 {
  margin-bottom: 60px;
}

.container-97 {
  max-width: 1200px;
}

.heading-121 {
  color: #1a3460;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.heading-122 {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-219 {
  margin-bottom: 20px;
}

.container-98 {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-51 {
  width: 100%;
  height: auto;
  background-image: url('../images/บริษัทผลิตชิ้นส่วนรถยนต์-สมุทรปราการ-6_1.webp');
  background-position: 65% 0;
  background-size: cover;
  display: block;
}

.div-block-220 {
  text-align: right;
  margin-top: 10px;
}

.columns-40 {
  align-items: flex-end;
  display: flex;
}

.columns-41 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.columns-42 {
  align-items: flex-end;
  display: flex;
}

.section-52 {
  height: 800px;
  background-image: url('../images/banner-bni-Final_1.webp');
  background-position: 40%;
  background-size: cover;
  display: none;
}

.heading-123 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-124 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.heading-125 {
  color: var(--white);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-221 {
  padding-top: 250px;
  padding-left: 220px;
}

.heading-126 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
}

.heading-127 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
}

.heading-128 {
  color: var(--5555);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.text-span-63 {
  color: var(--new-red);
}

.div-block-222 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 140px;
  display: flex;
}

.div-block-223 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-129 {
  color: var(--5555);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.special-bolts-nuts22 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.product-card-2-tractor-b-n-mb {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: block;
}

.product-card-2-tractor-b-n-mb:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.product-card-2-flange-mb {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.product-card-2-flange-mb:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.product-card-2-special-mb {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.product-card-2-special-mb:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.product-card-2-conduit-mb {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.product-card-2-conduit-mb:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.nav-menu-2 {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.paragraph-73-mb {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.paragraph-731, .paragraph-73-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-73-at-mb {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.paragraph-73-at-pc {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 340px;
  padding-right: 340px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-73-mt-mb {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.paragraph-73-mt-pc {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-agricultural-mb {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  display: none;
}

.heading-agricultural-pc {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-sbn-mb {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.paragraph-sbn-pc {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-73-el-mb {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.paragraph-73-el-pc {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-74-tls-mb {
  color: #fff;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.paragraph-74-tls-pc {
  color: #fff;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.image-448 {
  max-width: 100%;
  margin-top: -20px;
}

.div-block-226 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-62 {
  padding-left: 14px;
  padding-right: 14px;
}

.column-63 {
  padding-left: 10px;
  padding-right: 10px;
}

.column-64 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-65 {
  padding-left: 10px;
  padding-right: 10px;
}

.column-66 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-67 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-227 {
  margin-bottom: 40px;
}

.container-99 {
  max-width: 1200px;
}

.section-53 {
  background-color: var(--midnight-blue);
}

.columns-menu-2 {
  color: var(--5555);
  background-color: rgba(0, 0, 0, 0);
}

.banner-mobile {
  display: none;
}

.image-nut-mobile {
  margin-top: -20px;
  display: none;
}

.sub-about-mobile {
  color: var(--5555);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.heading-1231 {
  color: var(--white);
  margin-bottom: 30px;
  margin-left: -30px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 20px;
}

.heading-1171 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 45px;
  font-weight: 500;
  display: inline-block;
}

.contact-weare-copy11 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.div-block-229 {
  text-align: center;
}

.container-101 {
  max-width: 1200px;
  text-align: center;
}

.section-54 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-1232 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading-1233, .heading-sub-eng {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-sub-thai {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-55 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-102 {
  max-width: 1200px;
}

.columns-43 {
  margin-bottom: 20px;
}

.section-56 {
  margin-bottom: 60px;
}

.heading-1234 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container-103 {
  max-width: 1200px;
}

.section-21-blog-news {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-industry.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-104 {
  max-width: 1200px;
  text-align: center;
}

.section-57 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-105 {
  max-width: 1200px;
  text-align: center;
}

.container-106 {
  max-width: 1200px;
}

.section-58 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-107 {
  max-width: 1200px;
}

.columns-44 {
  margin-bottom: 20px;
}

.section-59 {
  margin-bottom: 40px;
}

.heading-1235 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-1236, .heading-1237, .heading-1238 {
  text-decoration: none;
}

.heading-1239, .heading-1240 {
  color: var(--white);
}

.heading-1241, .link-34 {
  color: var(--white);
  text-decoration: none;
}

.heading-1242 {
  text-decoration: none;
}

.link-35 {
  color: var(--white);
  text-decoration: none;
}

.heading-1243 {
  color: #000;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading-1244 {
  font-size: 18px;
}

.heading-1245 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.link-36 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.link-37, .link-38 {
  color: #fff;
  text-decoration: none;
}

.link-39 {
  color: #9e9e9e;
  font-style: normal;
  text-decoration: none;
}

.link-40, .link-41, .link-42 {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-43, .link-44 {
  color: #fff;
  text-decoration: none;
}

.bold-text-30 {
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.section-60-dbd {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-108 {
  max-width: 100%;
  text-align: right;
  padding-right: 60px;
}

.div-block-62 {
  text-align: right;
}

.heading-1246 {
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-45 {
  color: var(--grey);
  text-decoration: none;
}

.link-45.w--current {
  color: var(--grey);
}

.link-46 {
  color: var(--grey);
  text-decoration: none;
}

.link-47 {
  color: var(--grey);
  font-weight: 400;
  text-decoration: none;
}

.link-48, .link-49, .link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .link-56, .link-57, .link-58, .link-59 {
  color: var(--grey);
  text-decoration: none;
}

.section-61 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-link-14 {
  color: var(--midnight-blue);
  margin-left: 0;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-14:hover, .nav-link-14.w--current {
  color: var(--red-logo);
}

.nav-link-15 {
  color: var(--midnight-blue);
  margin-left: 0;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-15:hover {
  color: var(--red);
}

.nav-link-15.w--current {
  color: var(--red-logo);
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.container-109 {
  max-width: 1200px;
}

.section-62 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.images {
  text-align: center;
}

.heading-1247 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-1248 {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text {
  padding-left: 0;
  padding-right: 0;
}

.button-read-more {
  text-align: center;
}

.container-110 {
  max-width: 1200px;
}

.heading-1249 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-732 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.button-12 {
  width: 150px;
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  transition: all .3s;
}

.button-12:hover {
  transform: scale(1.1);
}

.section-63 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-242 {
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 50px;
  box-shadow: 0 0 7px 1px rgba(150, 150, 150, .54);
}

.image-449 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.container-111 {
  max-width: 1200px;
}

.heading-1250 {
  color: var(--dim-grey);
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.section-64 {
  margin-bottom: 60px;
}

.list {
  color: var(--dim-grey);
  padding-left: 20px;
}

.list-item {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.div-block-243 {
  text-align: center;
}

.heading-1251 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bold-text-31 {
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.section-65 {
  margin-top: 150px;
  margin-bottom: 40px;
}

.heading-1252 {
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.heading-1253 {
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list-item-2 {
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.list-2 {
  padding-left: 20px;
}

.heading-1254 {
  text-align: center;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 600;
}

.link-60, .link-61 {
  color: #000;
  text-decoration: none;
}

.bold-text-32 {
  color: #070707;
  text-decoration: none;
}

.link-62 {
  text-decoration: none;
}

.link-63, .link-64 {
  color: #000;
  text-decoration: none;
}

.link-65 {
  color: #272727;
  text-decoration: none;
}

.link-66 {
  color: #000;
  text-decoration: none;
}

.list-item-3 {
  text-decoration: none;
}

.list-item-4 {
  color: #401e1e;
}

.list-item-5 {
  color: #401f1f;
}

.list-item-6, .list-item-7 {
  color: #000;
}

.list-item-8, .list-item-9 {
  text-decoration: none;
}

.link-67 {
  color: #000;
  text-decoration: none;
}

.link-67.w--current {
  color: #000;
}

.link-68, .link-69, .link-70, .link-71, .link-72, .link-73, .bold-text-33 {
  color: #000;
  text-decoration: none;
}

.link-74 {
  text-decoration: none;
}

.link-75, .link-76, .link-77 {
  color: #000;
  text-decoration: none;
}

.bold-text-34 {
  color: #222;
  text-decoration: none;
}

.link-78 {
  text-decoration: none;
}

.link-79 {
  color: #020202;
  text-decoration: none;
}

.link-80 {
  text-decoration: none;
}

.bold-text-35 {
  color: #000;
}

.link-81, .link-82, .link-83 {
  color: #000;
  text-decoration: none;
}

.link-84 {
  color: #272222;
  text-decoration: none;
}

.link-85, .link-86, .link-87 {
  color: #000;
  text-decoration: none;
}

.link-88 {
  color: #070707;
  text-decoration: none;
}

.link-89, .link-90, .link-91, .link-92, .link-93, .link-94 {
  color: #000;
  text-decoration: none;
}

.link-95 {
  color: #050505;
  text-decoration: none;
}

.link-96 {
  color: #000;
  text-decoration: none;
}

.container-112 {
  max-width: 1200px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-113 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.hero-without-image {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Untitled-design-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  padding: 200px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-primary-2 {
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .3s;
}

.button-primary-2:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
  transform: scale(1.05);
}

.button-primary-2:active {
  background-color: #43464d;
}

.div-block-244 {
  max-width: 750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-1255 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
}

.image-451 {
  width: 150px;
  height: 150px;
}

.div-block-245 {
  background-color: #fefefe;
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-1256 {
  text-align: center;
  font-family: Prompt, sans-serif;
}

.text-block-245 {
  color: #fff;
  font-size: 15px;
}

.text-block-245:hover {
  color: #fff;
}

.language-list {
  background-color: #d99f9f;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.language-list.w--open {
  min-width: 155px;
  opacity: 1;
  background-color: rgba(25, 52, 95, .9);
  border-radius: 20px;
  padding: 8px 16px;
  top: -395%;
  box-shadow: 14px 14px 45px 19px rgba(79, 94, 120, .1);
}

.text-block-244 {
  color: #fff;
  margin-right: 5px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.language-link {
  width: 100%;
  min-height: 55px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #fff;
}

.flag-1 {
  width: 40px;
  height: 40px;
  background-image: url('../images/line-white-p-500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.flag-2 {
  width: 40px;
  height: 40px;
  background-image: url('../images/mailw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.language-section {
  z-index: 600;
  min-height: 13vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 50px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.language-dropdown {
  z-index: 500;
}

.langauge-line-break {
  width: 0%;
  height: 1px;
  background-color: #ef5011;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-203 {
  width: 45px;
  height: 45px;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Logo-bni.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
  font-size: 35px;
}

.flag-3 {
  width: 40px;
  height: 40px;
  background-image: url('../images/messengerw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.langauge-line-base {
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, .22);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.language-toggle {
  background-color: var(--5555);
  color: #20355a;
  border: 1px solid rgba(155, 158, 184, .22);
  border-radius: 20px;
  padding-right: 60px;
  transition: all .2s;
  top: -10px;
  right: auto;
  box-shadow: 3px 3px 6px -3px rgba(0, 0, 0, .56);
}

.language-toggle.w--open {
  background-color: var(--5555);
  padding-right: 60px;
  right: auto;
}

.button-13 {
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  margin-top: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-13:hover {
  background-color: var(--midnight-blue);
  transform: scale(1.05);
}

.container-114 {
  max-width: 1500px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid {
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.link-block-9 {
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-9:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 3px rgba(146, 146, 146, .7);
}

.heading-1257 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-14 {
  background-color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.button-14:hover {
  background-color: var(--midnight-blue);
  transform: scale(1.05);
}

.heading-1258 {
  color: var(--red-logo);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.bold-text-36 {
  font-size: 40px;
}

.heading-1259 {
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.div-block-246 {
  margin-bottom: 40px;
  display: block;
}

.column-68, .column-69 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-247 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-452, .image-453, .image-454, .image-455, .image-456 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-457 {
  width: 100px;
}

.page-facebook {
  text-align: left;
  text-decoration: none;
  transition: all .3s;
}

.page-facebook:hover {
  transform: scale(1.05);
}

.container-115 {
  max-width: 1500px;
  background-color: var(--white-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.partner {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-458 {
  width: 200px;
  max-width: 100%;
  transition: all .3s;
}

.image-458:hover {
  transform: scale(1.05);
}

.link-block-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-1260 {
  color: var(--red);
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

.bold-text-37 {
  font-size: 40px;
}

.heading-1261 {
  text-align: center;
  margin-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-248 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-247-pd {
  text-align: center;
  margin-top: 0;
}

.container-116 {
  max-width: 1000px;
}

.container-117 {
  max-width: 1000px;
  text-align: center;
}

.div-block-249 {
  overflow: hidden;
}

.section-66, .section-67, .section-68 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-250, .div-block-251, .div-block-252 {
  overflow: hidden;
}

.section-21-blog-news-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-industry.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-14-sale {
  background-color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.button-14-sale:hover {
  background-color: var(--midnight-blue);
  transform: scale(1.05);
}

.div-block-253, .div-block-254, .div-block-255 {
  overflow: hidden;
}

.div-block-256 {
  display: block;
  overflow: hidden;
}

.div-block-257 {
  overflow: hidden;
}

.heading-1262 {
  color: var(--white-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-941 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.heading-941:hover {
  color: var(--white-2);
}

.list-item-10 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-1263 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.list-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

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

.div-block-259 {
  text-align: center;
}

.button-15 {
  width: 80px;
  background-color: var(--royal-blue);
  border-radius: 10px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.modal-1 {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-body {
  width: 1200px;
  background-color: var(--white-2);
  padding: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-1264 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.list-4 {
  padding-left: 20px;
}

.list-item-11 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.div-block-260 {
  padding: 10px;
}

.div-body {
  width: 1279px;
}

.model-body {
  width: 600px;
  background-color: var(--white-2);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%);
}

.heading-1265 {
  margin-top: 10px;
}

.close-modal {
  width: 50px;
  height: 50px;
  padding: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-118 {
  max-width: 1000px;
}

.product-card-2-copy1-copy {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: block;
  box-shadow: 0 0 10px #ddd;
}

.product-card-2-copy1-copy:hover {
  color: #111;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.heading-1266 {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.heading-1267 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-261 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.div-block-263, .columns-45 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-264 {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-265 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-460, .image-461, .image-462, .image-463, .image-464, .image-465, .image-466, .image-467, .image-468, .image-469, .image-470, .image-471, .image-472, .image-473, .image-474, .image-475, .image-476, .image-477 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-478 {
  border-top-left-radius: 10px;
}

.image-479, .image-480, .image-481 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.heading-1268 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-266, .div-block-267, .div-block-268, .div-block-269, .div-block-270, .div-block-271 {
  text-align: center;
}

.div-block-272 {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.div-block-273 {
  display: flex;
}

.list-item-12 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-item-13 {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.list-5 {
  padding-left: 20px;
}

.paragraph-733 {
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.link-97, .link-98, .link-99, .link-100 {
  color: #000;
  text-decoration: none;
}

.text-span-64 {
  text-decoration: underline;
}

.paragraph-734 {
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.link-101 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.link-101:hover {
  color: var(--red6);
}

.link-102 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.link-102:hover {
  color: var(--red);
}

.link-103 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.link-103:hover {
  color: var(--red);
}

.link-104 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.link-104:hover {
  color: var(--red);
}

.container-119 {
  max-width: 1100px;
}

.image-482 {
  height: auto;
  max-width: 280px;
}

.button-16 {
  background-color: #10a200;
  border-radius: 8px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Prompt, sans-serif;
}

.div-block-274 {
  background-color: #10a200;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-1269 {
  flex: 0 auto;
  margin: 15px 5px 15px 10px;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.image-483 {
  margin-right: 10px;
  padding-right: 0;
}

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

.nav-link-16 {
  color: #19345f;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 500;
}

.nav-link-16:hover {
  color: #ed1c24;
}

.nav-link-16.w--current {
  color: #ed1c24;
  margin-left: 0;
  margin-right: 0;
}

.text-block-246, .text-block-247 {
  font-size: 14px;
}

.div-block-275 {
  overflow: hidden;
}

.dropdown-6, .dropdown-7 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-276, .div-block-277, .div-block-278, .div-block-279, .div-block-280, .div-block-281, .div-block-282, .div-block-283, .div-block-284 {
  overflow: hidden;
}

.flag-4 {
  width: 40px;
  height: 40px;
  background-image: url('../images/callw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

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

.div-block-285 {
  text-align: center;
  display: none;
}

.paragraph-73-al-mb {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.section-69 {
  margin: 20px 10px;
}

.container-120 {
  max-width: 1200px;
}

.heading-1270 {
  color: var(--5555);
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.section-70 {
  margin: 20px 10px -39px;
}

.container-121 {
  max-width: 1200px;
}

.heading-1271 {
  color: var(--5555);
  text-align: center;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 700;
}

.section-71 {
  margin: 20px 10px -39px;
}

.container-122 {
  max-width: 1200px;
}

.heading-1272 {
  color: var(--5555);
  text-align: center;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 700;
}

.section-72 {
  margin: 20px 10px -39px;
}

.container-123 {
  max-width: 1200px;
}

.heading-1273 {
  color: var(--5555);
  text-align: center;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-weight: 700;
}

.section-73 {
  margin: 20px 10px -39px;
}

.container-124 {
  max-width: 1200px;
}

.heading-1274 {
  color: var(--5555);
  text-align: center;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
}

.heading-1243-copy {
  color: #fc0000;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.image-484 {
  text-align: center;
  margin-top: -1170px;
  padding-top: 0;
}

.container-125 {
  text-align: center;
  margin-top: 0;
}

.link-105, .link-106 {
  color: var(--white);
  text-decoration: none;
}

.link-107, .link-108 {
  color: var(--5555);
  text-decoration: none;
}

.link-109, .link-110, .link-111 {
  color: var(--white);
  text-decoration: none;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-17 {
  width: 150px;
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  font-family: Prompt, sans-serif;
  transition: all .2s;
}

.button-17:hover {
  background-color: var(--midnight-blue);
  transform: scale(.95);
}

.container-126 {
  max-width: 100%;
}

.image-485, .slide-23, .mask-11, .slider-13, .image-488 {
  width: 100%;
  height: auto;
}

.banner-mobile-bni {
  display: none;
}

.section-74, .section-75, .section-76, .section-77, .section-78, .section-79, .section-80, .section-81, .section-82 {
  margin-top: 90px;
}

.image-490, .container-128 {
  text-align: center;
}

.heading-1252-copy {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-112, .link-113, .link-114 {
  color: #333;
  text-decoration: none;
}

.container-129 {
  max-width: 800px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-491 {
  width: auto;
}

.div-block-286 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, .2);
}

.div-block-286:hover {
  transform: scale(1.05);
}

.section-83 {
  margin-top: 0;
  padding-bottom: 60px;
}

.div-block-287 {
  margin-top: 20px;
}

.image-thai {
  width: 200px;
  max-width: 100%;
  transition: all .3s;
}

.image-thai:hover {
  transform: scale(1.05);
}

.image-fti {
  max-width: 100%;
  transition: all .3s;
}

.image-fti:hover {
  transform: scale(1.05);
}

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

.image-noard {
  width: 200px;
  max-width: 100%;
  transition: all .3s;
}

.image-noard:hover {
  transform: scale(1.05);
}

.div-block-288 {
  margin-top: 20px;
}

.div-block-289 {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
}

.image-thai-copy {
  width: 250px;
  max-width: 100%;
  transition: all .3s;
}

.image-thai-copy:hover {
  transform: scale(1.05);
}

.image-thai-copy {
  width: 250px;
  max-width: 100%;
  transition: all .3s;
}

.image-thai-copy:hover {
  transform: scale(1.05);
}

.image-thai-thai {
  width: 250px;
  max-width: 100%;
  transition: all .3s;
}

.image-thai-thai:hover {
  transform: scale(1.05);
}

.div-block-2151 {
  background-color: #19345f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.div-block-2150 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-492 {
  width: 73px;
  opacity: .5;
  filter: brightness(200%);
  margin-bottom: 0;
}

.div-block-2152 {
  height: 75px;
}

.div-block-2153 {
  height: 80px;
}

.container-130 {
  max-width: 100%;
}

.image-493 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 70% 50%;
}

.container-131 {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-7 {
  grid-template-rows: auto;
  justify-content: stretch;
}

.container-132 {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-85 {
  margin-top: 140px;
}

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

.link-116, .link-117 {
  color: #272727;
  text-decoration: none;
}

.container-133 {
  max-width: 1200px;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2154 {
  border-radius: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.div-block-2155 {
  padding: 20px;
}

.grid-11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.overflow {
  overflow: hidden;
}

.slide-25, .mask-13, .slider-15 {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .container-45 {
    justify-content: center;
  }

  .div-block-157 {
    padding-left: 30px;
  }

  .heading-94 {
    transition: all .3s;
  }

  .bold-text-25 {
    color: var(--red);
  }

  .container-46 {
    max-width: 1100px;
    margin-bottom: 40px;
  }

  .image-39 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .heavy2, .special-bolts-nuts22 {
    margin-bottom: 20px;
  }

  .nav-menu-2 {
    margin-left: 50px;
  }

  .section-21-blog-news {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-60-dbd {
    margin-top: 40px;
  }

  .container-108 {
    max-width: 100%;
  }

  .section-61 {
    margin-bottom: 40px;
  }

  .nav-link-15 {
    color: var(--midnight-blue);
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-15:hover, .nav-link-15.w--current {
    color: var(--red-logo);
  }

  .container-109 {
    max-width: 1200px;
  }

  .section-62 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .images {
    text-align: center;
  }

  .heading-1247 {
    text-align: center;
    font-family: Prompt, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .heading-1248 {
    text-align: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .button-read-more {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-11 {
    width: 150px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-family: Prompt, sans-serif;
    display: flex;
  }

  .heading-1249 {
    margin-bottom: 10px;
  }

  .container-111 {
    max-width: 1200px;
  }

  .heading-1252 {
    margin-top: 10px;
  }

  .list-item-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-without-image {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Untitled-design-1.jpg');
    background-position: 0%;
    background-size: cover;
    border-bottom-style: none;
  }

  .margin-bottom-24px {
    line-height: 24px;
  }

  .div-block-245 {
    background-color: #fdfefd;
    border-radius: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .language-list.w--open {
    top: -401%;
  }

  .flag-1 {
    background-image: url('../images/line-white-p-500.png');
  }

  .button-13:hover {
    transform: none;
  }

  .container-114 {
    max-width: 1500px;
    margin-top: 40px;
  }

  .grid {
    grid-template-rows: auto;
  }

  .link-block-9 {
    border-radius: 10px;
  }

  .link-block-9:hover {
    box-shadow: 1px 1px 3px rgba(146, 146, 146, .6);
  }

  .button-14 {
    background-color: var(--dark-slate-blue);
    border-radius: 10px;
    margin-top: 0;
    font-family: Prompt, sans-serif;
    font-size: 16px;
    transition: all .3s;
  }

  .button-14:hover {
    background-color: var(--midnight-blue);
    transform: scale(1.05);
  }

  .heading-1258 {
    color: var(--red);
  }

  .div-block-246 {
    margin-bottom: 40px;
  }

  .div-block-247 {
    margin-top: 20px;
  }

  .image-452, .image-453, .image-454, .image-455, .image-456 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .page-facebook {
    text-align: left;
    text-decoration: none;
  }

  .image-458 {
    max-width: 70%;
  }

  .div-block-247-pd {
    margin-top: 0;
  }

  .div-block-250, .div-block-251, .div-block-252 {
    overflow: hidden;
  }

  .section-21-blog-news-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-14-sale {
    background-color: var(--dark-slate-blue);
    border-radius: 10px;
    margin-top: 20px;
    font-family: Prompt, sans-serif;
    font-size: 16px;
    transition: all .3s;
  }

  .button-14-sale:hover {
    background-color: var(--midnight-blue);
    transform: scale(1.05);
  }

  .heading-1262 {
    color: var(--white-2);
    margin-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .heading-941 {
    transition: all .3s;
  }

  .button-16 {
    margin-left: 50px;
  }

  .div-block-274 {
    color: #548150;
    background-color: #10a200;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-1269 {
    color: #fff;
    margin: 15px 10px 15px 15px;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .image-483 {
    margin-left: 0;
    margin-right: 10px;
  }

  .link-block-11 {
    text-decoration: none;
  }

  .nav-link-16 {
    color: #19345f;
    font-family: Prompt, sans-serif;
    font-weight: 500;
  }

  .nav-link-16:hover {
    color: #ed1c24;
  }

  .div-block-276, .div-block-277, .div-block-278 {
    overflow: hidden;
  }

  .heading-1252-copy {
    margin-top: 10px;
  }

  .image-thai {
    width: 200px;
    max-width: 100%;
  }

  .image-fti, .image-noard {
    max-width: 70%;
  }

  .div-block-289 {
    margin-top: 10px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .grid-6 {
    align-items: center;
    justify-items: center;
  }

  .image-thai-copy {
    width: 300px;
    max-width: 100%;
    width: 250px;
    max-width: 100%;
  }

  .image-thai-thai {
    width: 250px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container-98 {
    max-width: 1300px;
  }

  .div-block-2150 {
    opacity: 1;
  }

  .image-492 {
    width: 73px;
    filter: brightness(200%);
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1920px) {
  .container-98 {
    max-width: 1600px;
  }

  .heading-129 {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .navbar {
    margin-left: 220px;
  }

  .nav-link {
    padding-left: 20px;
  }

  .nav-link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-toggle {
    display: block;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-content {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 80px;
  }

  .h1 {
    font-size: 40px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .container-3 {
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-menu {
    background-color: rgba(25, 52, 95, .88);
    margin-top: 20px;
    margin-left: 301px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5, .section-5 {
    margin-top: 0;
  }

  .image-7 {
    padding-top: 126px;
  }

  .div-block-19 {
    display: inline-block;
  }

  .heading-6-cop55y {
    text-align: center;
    margin-top: 10px;
  }

  .sadsadsad, .heading-41, .columns-2 {
    text-align: center;
  }

  .column-7 {
    margin-top: 40px;
  }

  .d-115-product-paragraph {
    flex: none;
  }

  .heading-71 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-133 {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

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

  .icon-2 {
    color: #fff;
  }

  .columns-3 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .image-10 {
    margin-left: 62px;
  }

  .container-12 {
    margin-top: 60px;
  }

  .content-all-blog-page {
    text-align: center;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .container-36 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-38, .button-7 {
    text-align: center;
  }

  .column-51 {
    text-align: center;
    margin-top: 60px;
  }

  .div-block-30, .title-all-blog-page {
    text-align: center;
  }

  .column-52 {
    padding-top: 58px;
  }

  .slider-3 {
    margin-top: 517px;
    margin-left: 82px;
  }

  .columns-30 {
    flex-direction: row;
  }

  .heading-78 {
    text-align: center;
    margin-left: 3px;
    margin-right: 0;
    font-size: 13px;
    line-height: 30px;
  }

  .heading-79 {
    text-align: center;
    margin-left: 6px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .column-54 {
    padding-left: 4px;
    padding-right: 20px;
  }

  .heading-80 {
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
    font-family: Prompt, sans-serif;
    font-size: 12px;
  }

  .div-block-140 {
    text-align: center;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 15px;
  }

  .heading-81 {
    font-size: 10px;
  }

  .container-39 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .column-55, .html-embed {
    padding-left: 0;
  }

  .columns-31 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-button {
    background-color: var(--midnight-blue);
    margin-top: 33px;
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .dropdown, .dropdown-2 {
    display: block;
  }

  .dropdown-2:hover {
    color: var(--red);
  }

  .dropdown-3 {
    display: block;
  }

  .icon-3 {
    padding-left: 0;
    padding-right: 130px;
  }

  .image-16 {
    display: none;
  }

  .heading-82 {
    padding-left: 0;
    font-size: 14px;
  }

  .heading-83 {
    font-size: 12px;
  }

  .container-40 {
    padding-left: 0;
  }

  .tabs-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-86 {
    padding-right: 0;
  }

  .column-57 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-150 {
    display: none;
  }

  .div-block-152 {
    width: 190px;
    height: 2px;
  }

  .slide-17 {
    background-size: cover;
  }

  .heading-92 {
    font-size: 40px;
  }

  .paragraph-6 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-154 {
    padding-left: 40px;
  }

  .container-44 {
    justify-content: space-between;
    display: block;
  }

  .container-45 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-156 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-157 {
    padding-left: 0;
  }

  .heading-94 {
    font-size: 12px;
  }

  .div-block-158 {
    padding-right: 0;
  }

  .div-block-159 {
    margin-left: 0;
  }

  .image-36 {
    max-width: 80%;
    display: inline-block;
  }

  .link-block-7 {
    flex: 1;
  }

  .link-block-7.w--current {
    flex: 1;
    display: block;
  }

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

  .icon-7 {
    color: var(--midnight-blue);
    font-size: 40px;
  }

  .bold-text-25 {
    display: block;
  }

  .container-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-33 {
    flex-direction: row;
    display: block;
  }

  .column-59 {
    display: block;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 22px;
  }

  .container-54 {
    flex-direction: row;
    display: block;
  }

  .section-24 {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    display: none;
  }

  .columns-34 {
    flex-direction: row;
    display: flex;
  }

  .container-55 {
    display: block;
  }

  .column-61 {
    flex-direction: row;
    display: block;
  }

  .section-5-copy {
    margin-top: 0;
  }

  .header-content-copy {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 80px;
  }

  .section-27 {
    height: 500px;
  }

  .div-block-172 {
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .section-24-copy {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    display: none;
  }

  .div-block-178 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-179 {
    padding-left: 10px;
  }

  .div-block-172-copy {
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .section-33, .section-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hover-content {
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hover-content.p1 {
    height: 655px;
  }

  .columns-37 {
    display: flex;
  }

  .heading-115 {
    font-size: 46px;
  }

  .paragraph-73 {
    font-size: 16px;
    line-height: 25px;
  }

  .product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-193 {
    background-position: 50%;
    background-size: cover;
  }

  .container-77 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-39 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .heading-117 {
    font-size: 38px;
  }

  .contact-weare {
    font-size: 24px;
  }

  .tractor-parts-s1, .tractor-parts-s2, .tractor-parts-s3, .tractor-parts-s4, .heavy1, .section-34-copy, .heavy2, .nuts1, .special-bolts-nuts1, .construction-parts1, .motorcycle-parts-2, .section-34-copy, .motorcycle-parts3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-agricultural {
    font-size: 40px;
  }

  .div-block-211 {
    margin-left: 20px;
  }

  .div-block-150-mobiile {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .html-embed-mobile {
    padding-left: 0;
  }

  .div-block-154-copy {
    padding-left: 40px;
  }

  .container-92 {
    max-width: 728px;
  }

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

  .div-block-213, .div-block-214 {
    padding-left: 10px;
  }

  .div-block-215 {
    padding-right: 10px;
  }

  .section-41-banner-mp {
    margin-top: 80px;
  }

  .container-94 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-217-3-2 {
    width: 100%;
  }

  .container-96 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-219 {
    padding-left: 10px;
  }

  .section-51 {
    background-position: 60%;
  }

  .div-block-221 {
    padding-left: 100px;
  }

  .heading-126 {
    font-size: 30px;
  }

  .heading-127 {
    font-size: 20px;
  }

  .heading-128 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-222 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .heading-129 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .special-bolts-nuts22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    flex-direction: row;
  }

  .paragraph-73-mb, .paragraph-731, .paragraph-73-copy, .paragraph-73-at-mb {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-73-at-pc {
    padding-left: 140px;
    padding-right: 140px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-73-mt-mb, .paragraph-73-mt-pc {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-agricultural-mb {
    font-size: 40px;
  }

  .heading-agricultural-pc {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
  }

  .paragraph-sbn-mb, .paragraph-sbn-pc, .paragraph-73-el-mb, .paragraph-73-el-pc {
    font-size: 16px;
    line-height: 25px;
  }

  .image-448 {
    max-width: 70%;
  }

  .columns-menu-2 {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .sub-about-mobile {
    font-size: 13px;
  }

  .heading-1243 {
    font-size: 20px;
  }

  .section-60-dbd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-113 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .language-section {
    min-height: 13vh;
  }

  .language-toggle {
    top: -6px;
  }

  .container-114 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1257 {
    line-height: 24px;
  }

  .div-block-248 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-941 {
    font-size: 12px;
  }

  .div-block-261 {
    padding-left: 10px;
  }

  .link-block-11 {
    display: none;
  }

  .paragraph-73-al-mb {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-1272 {
    margin-bottom: 20px;
  }

  .heading-1243-copy {
    font-size: 20px;
  }

  .section-77, .section-78, .section-79, .section-80, .section-81, .section-82 {
    margin-top: 80px;
  }

  .container-129 {
    max-width: 600px;
  }

  .image-491 {
    width: auto;
  }

  .div-block-287 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-289 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-133 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    margin-top: 19px;
  }

  .section {
    padding-bottom: 0;
  }

  .nav-link {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 20px;
  }

  .nav-link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-4, .dropdown-toggle {
    text-align: left;
  }

  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 58px;
    line-height: 54px;
  }

  .container-3 {
    margin-top: -60px;
    margin-left: 3px;
    margin-right: 0;
  }

  .nav-menu {
    margin-left: 145px;
  }

  .heading-4 {
    margin-top: 31px;
    margin-bottom: 40px;
  }

  .heading-5 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-top: 57px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-6 {
    margin-bottom: 10px;
  }

  .heading-6-cop55y {
    margin-top: 10px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .image-10 {
    margin-left: 25px;
    display: none;
  }

  .content-all-blog-page {
    font-size: 16px;
  }

  .column-51 {
    margin-top: 40px;
  }

  .heading-75 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-30 {
    flex-direction: column;
  }

  .div-block-136, .div-block-137 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-138, .div-block-139 {
    text-align: center;
  }

  .image-11 {
    margin-right: 15px;
  }

  .column-53 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-78 {
    text-align: center;
    margin-left: 184px;
  }

  .heading-80 {
    text-align: left;
  }

  .div-block-140 {
    padding-left: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .column-55, .html-embed {
    text-align: center;
  }

  .dropdown-2 {
    text-align: left;
  }

  .icon-3 {
    padding-left: 0;
    padding-right: 87px;
  }

  .image-16 {
    border-radius: 8px;
    margin-bottom: -65px;
    margin-left: 25px;
    padding-bottom: 0;
    display: block;
  }

  .tabs-2 {
    margin-left: 28px;
  }

  .tabs-menu-2 {
    padding-left: 0;
  }

  .tab-pane-tab-6 {
    padding-top: 60px;
  }

  .heading-86 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-91 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slider-9 {
    height: 500px;
  }

  .heading-92 {
    padding-right: 100px;
    font-size: 35px;
  }

  .paragraph-6 {
    margin-top: 10px;
  }

  .div-block-154 {
    margin-top: 270px;
  }

  .div-block-157 {
    padding-left: 0;
  }

  .menu-button-2 {
    padding: 11px;
  }

  .paragraph-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-160 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-161, .div-block-162 {
    background-color: rgba(233, 233, 233, .6);
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .div-block-163 {
    background-color: rgba(233, 233, 233, .6);
    border-radius: 10px;
  }

  .div-block-166 {
    margin-top: 20px;
  }

  .paragraph-8 {
    margin-bottom: 20px;
  }

  .heading-102, .heading-103 {
    text-align: left;
  }

  .div-block-167 {
    text-align: center;
    display: block;
  }

  .div-block-168 {
    display: block;
  }

  .section-24 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-34 {
    flex-direction: column;
  }

  .image-42 {
    margin-bottom: 20px;
  }

  .div-block-169 {
    padding-left: 10px;
  }

  .section-5-copy {
    margin-top: 57px;
  }

  .section-26 {
    padding-top: 0;
  }

  .columns-35 {
    flex-direction: column;
    display: flex;
  }

  .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50 {
    width: 100%;
    height: auto;
  }

  .section-24-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hover-content {
    width: 100%;
    height: 50vh;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .product-card-2-copy1 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .columns-37 {
    display: block;
  }

  .heading-115 {
    font-size: 38px;
  }

  .heading-116 {
    font-size: 46px;
    line-height: 50px;
  }

  .product-card-2-copy1-copy, .card-facilitics, .card-facilitics-2, .card-facilitics-3, .card-facilitics-5, .card-facilitics-6, .card-facilitics-7, .card-facilitics-8 {
    height: 500px;
  }

  .html-embed-mobile {
    text-align: center;
  }

  .div-block-166-copy {
    margin-top: 20px;
  }

  .div-block-154-copy {
    margin-top: 270px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .section-41-banner-mp {
    margin-top: 70px;
  }

  .section-51 {
    background-position: 100%;
  }

  .product-card-2-tractor-b-n-mb, .product-card-2-flange-mb, .product-card-2-special-mb {
    height: auto;
  }

  .product-card-2-conduit-mb {
    height: 500px;
  }

  .paragraph-73-at-pc {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-1246 {
    font-size: 12px;
  }

  .section-61 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .container-111, .heading-1252, .image-450 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .language-list.w--open {
    top: -391%;
  }

  .language-toggle {
    top: -3px;
  }

  .div-block-248 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card-2-copy1-copy {
    height: 500px;
  }

  .column-72 {
    display: block;
  }

  .columns-46, .columns-47 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .columns-48, .columns-49 {
    display: flex;
  }

  .columns-50, .columns-51 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .columns-52, .columns-53, .columns-54, .columns-55, .columns-56, .columns-57, .columns-58, .columns-59, .columns-60, .columns-61, .columns-62, .columns-63, .columns-64, .columns-65, .columns-66, .columns-67 {
    display: flex;
  }

  .image-482 {
    max-width: 280px;
  }

  .heading-1270 {
    margin-bottom: 20px;
  }

  .heading-1272 {
    font-size: 38px;
  }

  .heading-1273, .heading-1274 {
    font-size: 35px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .banner-mobile-bni {
    display: none;
  }

  .section-74 {
    margin-top: 70px;
  }

  .section-76 {
    margin-top: 60px;
  }

  .section-78, .section-79, .section-80, .section-81, .section-82 {
    margin-top: 70px;
  }

  .heading-1252-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-491 {
    width: auto;
  }

  .div-block-289 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2151 {
    flex-direction: column;
  }

  .div-block-2150 {
    margin-right: 10px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    margin-top: 0;
  }

  .section {
    padding-top: 0;
  }

  .nav-link {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.w--current {
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
  }

  .nav-link-4 {
    text-align: center;
  }

  .dropdown-toggle {
    text-align: center;
    display: block;
    overflow: visible;
  }

  .dropdown-toggle-2 {
    text-align: center;
    display: block;
  }

  .dropdown-toggle-3 {
    display: block;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-content {
    margin-bottom: 0;
    padding: 100px 0 0;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .container-3 {
    margin-top: -102px;
    margin-left: 0;
  }

  .nav-menu {
    text-align: left;
    object-fit: fill;
    flex-direction: row;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .section-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-4 {
    margin-bottom: 20px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-6 {
    line-height: 40px;
  }

  .column {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 {
    margin-top: 0;
  }

  .div-block-3 {
    padding-top: 20px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .section-6 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-7 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

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

  .image-7 {
    max-width: 80%;
    padding-top: 0;
  }

  .image-8 {
    width: 20px;
    height: 20px;
    background-image: url('../images/aa.svg');
    background-size: cover;
  }

  .div-block-11 {
    width: 100%;
    max-width: 100%;
  }

  .heading-6-cop55y {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 35px;
  }

  .sadsadsad {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 35px;
  }

  .d-115-product-title {
    width: 100%;
    max-width: 100%;
  }

  .heading-40 {
    text-align: left;
  }

  .columns-2 {
    margin-top: 20px;
  }

  .d-115-product-paragraph {
    width: 100%;
    max-width: 100%;
    flex: 0 auto;
    text-decoration: none;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .heading-7-copy {
    text-align: left;
    margin-top: 0;
  }

  .column-16 {
    margin-top: 40px;
  }

  .container-9 {
    padding-top: 0;
  }

  .icon-2 {
    display: flex;
  }

  .column-17 {
    padding-top: 20px;
  }

  .image-10 {
    display: none;
  }

  .container-12 {
    margin-top: 80px;
    padding-bottom: 40px;
  }

  .slide-wrap_ch {
    width: 5000px;
    margin-top: -15px;
    overflow: hidden;
  }

  .logo-img._50-r-m {
    width: 200px;
    height: auto;
    max-width: 100%;
  }

  .section-8 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-57 {
    margin-top: 10px;
  }

  .bold-text-12 {
    font-size: 32px;
  }

  .content-all-blog-page {
    margin-left: 0;
    margin-right: 0;
    line-height: 20px;
  }

  .container-36 {
    text-align: center;
    padding-top: 40px;
  }

  .button-7 {
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .column-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .title-all-blog-page {
    font-size: 19px;
  }

  .heading-75 {
    margin-top: 20px;
  }

  .container-37 {
    padding-top: 0;
  }

  .heading-77 {
    font-size: 40px;
  }

  .heading-78, .heading-79 {
    margin-left: 0;
  }

  .column-54 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-80 {
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: 13px;
  }

  .div-block-140 {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-81 {
    font-size: 10px;
  }

  .container-39 {
    max-width: none;
  }

  .column-55 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-14 {
    max-width: 80%;
  }

  .column-56 {
    padding-left: 10px;
  }

  .section-11 {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .menu-button {
    margin-top: 0;
    padding-top: 60px;
    display: flex;
  }

  .icon-3 {
    padding-right: 0;
  }

  .image-16 {
    border-radius: 9px;
    margin-left: 23px;
  }

  .tabs-2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-2 {
    margin-left: 35px;
  }

  .tabs-content {
    flex-direction: row;
    margin-top: 34px;
    display: block;
  }

  .tab-pane-tab-6 {
    margin-left: 0;
  }

  .heading-86 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .image-24 {
    margin-left: 0;
  }

  .div-block-149 {
    margin-top: 20px;
  }

  .div-block-150 {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .div-block-151 {
    margin-top: 20px;
  }

  .heading-90 {
    margin-top: 10px;
    font-size: 40px;
  }

  .heading-91 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .slider-9 {
    height: 400px;
  }

  .heading-92 {
    background-image: linear-gradient(270deg, transparent 11%, var(--white));
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 9px;
  }

  .paragraph-6 {
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .div-block-154 {
    margin-top: 230px;
    padding-left: 20px;
  }

  .icon-5 {
    margin-left: 10px;
    font-size: 25px;
  }

  .icon-6 {
    margin-right: 10px;
    font-size: 25px;
  }

  .container-44 {
    max-width: 100%;
    display: block;
  }

  .container-45 {
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .div-block-156 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    display: none;
  }

  .navbar-2 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-157 {
    text-align: center;
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .heading-94 {
    font-size: 13px;
  }

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

  .div-block-159 {
    height: auto;
  }

  .image-36 {
    max-width: 90%;
  }

  .link-block-7 {
    flex: 1;
    padding-left: 10px;
  }

  .link-block-7.w--current {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .menu-button-2 {
    font-size: 40px;
  }

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

  .icon-7 {
    color: var(--midnight-blue);
    font-size: 30px;
  }

  .bold-text-25 {
    font-size: 30px;
  }

  .section-21 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-95 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-96 {
    margin-top: 0;
    font-size: 20px;
  }

  .paragraph-7 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .div-block-160 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns-33 {
    display: block;
  }

  .div-block-161 {
    border-radius: 20px;
  }

  .column-59 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-26 {
    display: block;
  }

  .div-block-157-copy {
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .text-block-12 {
    font-size: 13px;
  }

  .container-53 {
    padding-left: 0;
  }

  .heading-102, .heading-103 {
    text-align: left;
  }

  .section-24 {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .columns-34 {
    flex-direction: column;
    align-items: stretch;
  }

  .image-41 {
    margin-top: 10px;
  }

  .image-42 {
    margin-bottom: 10px;
  }

  .section-5-copy {
    margin-top: 0;
  }

  .header-content-copy {
    margin-bottom: 0;
    padding: 100px 0 0;
  }

  .container-57 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-27 {
    height: 650px;
    margin-top: 60px;
  }

  .div-block-171 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-172 {
    display: block;
  }

  .image-52 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-card-2 {
    transition: transform .3s, box-shadow .3s;
  }

  .section-24-copy {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-172-copy {
    display: block;
  }

  .heading-108 {
    font-size: 40px;
  }

  .heading-109 {
    margin-top: 20px;
    font-size: 20px;
  }

  .columns-36 {
    display: block;
  }

  .heading-110 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-110-copy1 {
    font-size: 14px;
    line-height: 30px;
  }

  .heading-111 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .product-card-2-copy1 {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 10px;
    transition: transform .3s, box-shadow .3s;
  }

  .columns-37 {
    display: block;
  }

  .heading-115 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-189 {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-73 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .heading-116 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-192 {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-74 {
    font-size: 16px;
  }

  .div-block-193 {
    background-position: 50%;
  }

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

  .columns-39 {
    display: block;
  }

  .heading-117 {
    font-size: 30px;
  }

  .div-block-195 {
    height: 300px;
  }

  .div-block-197 {
    width: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-weare {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-special {
    width: 250px;
  }

  .div-block-203 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-agricultural {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-207 {
    background-position: 0 0;
  }

  .div-block-209 {
    background-position: 50%;
  }

  .product-card-2-copy1-copy, .card-facilitics, .card-facilitics-2, .card-facilitics-3, .card-facilitics-5, .card-facilitics-6, .card-facilitics-7, .card-facilitics-8 {
    height: 400px;
    transition: transform .3s, box-shadow .3s;
  }

  .div-block-150-mobiile {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .div-block-189-copy {
    width: 250px;
  }

  .div-block-154-copy {
    margin-top: 230px;
    padding-left: 20px;
  }

  .container-92 {
    max-width: none;
  }

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

  .div-block-215 {
    padding-right: 0;
  }

  .section-41-banner-mp {
    margin-top: 60px;
  }

  .div-block-5 {
    margin-bottom: 10px;
  }

  .r1 {
    width: 100%;
  }

  .div-block-216 {
    width: 300px;
  }

  .div-block-5-2-1, .div-block-5-1-3, .div-block-5-1-4, .div-block-5-1-5 {
    margin-bottom: 10px;
  }

  .section-49-qc-equipments11 {
    margin-bottom: 0;
  }

  .section-49-2 {
    margin-top: 0;
  }

  .section-49-tooling-shop {
    margin-bottom: 0;
  }

  .section-51 {
    background-position: 100%;
  }

  .columns-40, .columns-41, .columns-42 {
    display: block;
  }

  .section-52 {
    display: none;
  }

  .heading-126 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-127 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-128 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .div-block-222 {
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .heading-129 {
    display: block;
  }

  .product-card-2-tractor-b-n-mb, .product-card-2-flange-mb, .product-card-2-special-mb, .product-card-2-conduit-mb {
    height: auto;
    margin-bottom: 0;
    transition: transform .3s, box-shadow .3s;
  }

  .nav-menu-2 {
    background-color: var(--white);
    margin-left: 0;
  }

  .paragraph-73-mb, .paragraph-731 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: none;
  }

  .paragraph-73-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .paragraph-73-at-mb {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .paragraph-73-at-pc {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .paragraph-73-mt-mb {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .paragraph-73-mt-pc {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .heading-agricultural-mb {
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .heading-agricultural-pc {
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .paragraph-sbn-mb, .paragraph-sbn-pc {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .paragraph-73-el-mb {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .paragraph-73-el-pc {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .paragraph-74-tls-mb {
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .paragraph-74-tls-pc {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    display: block;
  }

  .link-block-8 {
    text-align: center;
  }

  .div-block-224 {
    margin-bottom: 40px;
  }

  .div-block-225 {
    margin-bottom: 20px;
  }

  .image-448 {
    max-width: 80%;
    display: block;
  }

  .container-100 {
    height: auto;
  }

  .heading-130 {
    color: var(--white-smoke);
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .heading-131 {
    color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-132 {
    color: var(--white);
    margin-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-228 {
    padding-top: 60px;
    padding-left: 40px;
    position: absolute;
  }

  .banner-mobile {
    display: none;
  }

  .image-nut-mobile {
    display: block;
  }

  .sub-about-mobile {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    display: block;
  }

  .heading-1171 {
    font-size: 30px;
  }

  .contact-weare-copy11 {
    font-size: 16px;
  }

  .heading-1232 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-sub-eng, .heading-sub-thai {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .section-55 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bold-text-29 {
    font-size: 22px;
  }

  .div-block-230, .div-block-231 {
    margin-bottom: 20px;
  }

  .div-block-232 {
    margin-bottom: 0;
  }

  .div-block-233, .div-block-234 {
    margin-bottom: 20px;
  }

  .div-block-235 {
    margin-bottom: 10px;
  }

  .section-21-blog-news {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-236, .div-block-237, .div-block-238, .div-block-239, .div-block-240, .div-block-241 {
    margin-bottom: 20px;
  }

  .link-34, .link-35 {
    font-size: 13px;
  }

  .heading-1243 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-1245 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .section-60-dbd {
    margin-top: 60px;
  }

  .container-108 {
    padding-right: 20px;
  }

  .div-block-242 {
    margin-bottom: 20px;
  }

  .container-111 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item {
    font-size: 14px;
  }

  .bold-text-31 {
    font-size: 22px;
  }

  .heading-1252 {
    font-size: 14px;
  }

  .container-113 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .heading-1255 {
    font-size: 25px;
  }

  .language-list.w--open {
    top: -540%;
  }

  .text-block-244 {
    font-size: 14px;
  }

  .language-link {
    min-height: 50px;
  }

  .flag-1, .flag-2 {
    width: 30px;
    height: 30px;
  }

  .language-section {
    min-height: 6vh;
    padding-top: 0;
  }

  .icon-203 {
    width: 35px;
    height: 35px;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .flag-3 {
    width: 30px;
    height: 30px;
  }

  .language-toggle {
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -10px;
  }

  .language-toggle.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-114 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: flex;
  }

  .link-block-9 {
    text-align: center;
  }

  .bold-text-36 {
    font-size: 30px;
  }

  .heading-1259 {
    font-size: 20px;
  }

  .column-68, .column-69 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-452, .image-453, .image-454, .image-455, .image-456 {
    max-width: 80%;
  }

  .grid-2 {
    display: none;
  }

  .partner {
    padding-top: 60px;
  }

  .image-458 {
    width: 150px;
    max-width: 80%;
  }

  .link-block-10 {
    justify-content: center;
  }

  .bold-text-37 {
    font-size: 30px;
  }

  .heading-1261 {
    font-size: 20px;
  }

  .section-21-blog-news-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-70, .column-71 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-941 {
    font-size: 13px;
  }

  .modal-body {
    width: auto;
    height: auto;
    display: block;
  }

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

  .product-card-2-copy1-copy {
    height: 400px;
    margin-bottom: 40px;
    transition: transform .3s, box-shadow .3s;
  }

  .div-block-261 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-262 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-264 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: block;
  }

  .div-block-265 {
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-13 {
    font-size: 12px;
  }

  .list-5 {
    padding-left: 20px;
  }

  .paragraph-733 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .columns-48 {
    display: flex;
  }

  .image-482 {
    width: 230px;
    max-width: 100%;
  }

  .flag-4 {
    width: 30px;
    height: 30px;
  }

  .columns-68 {
    display: block;
  }

  .paragraph-73-al-mb {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
  }

  .section-69 {
    margin-bottom: -20px;
  }

  .heading-1270 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-1271, .heading-1272 {
    text-align: center;
    font-size: 23px;
    line-height: 33px;
  }

  .heading-1273 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
  }

  .heading-1274 {
    text-align: center;
    font-size: 23px;
    line-height: 33px;
  }

  .heading-1243-copy {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-126 {
    display: none;
  }

  .image-485 {
    height: 250px;
    object-fit: cover;
    object-position: 0% 50%;
  }

  .icon-204 {
    margin-left: 10px;
    font-size: 30px;
  }

  .icon-205 {
    margin-right: 10px;
    font-size: 30px;
  }

  .image-488 {
    height: 250px;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .banner-mobile-bni {
    display: block;
  }

  .container-127 {
    max-width: 100%;
  }

  .image-489, .slide-24, .mask-12, .slider-14 {
    width: 100%;
    height: auto;
  }

  .icon-206 {
    margin-right: 10px;
    font-size: 30px;
  }

  .icon-207 {
    margin-left: 10px;
    font-size: 30px;
  }

  .section-74, .section-75, .section-77, .section-78, .section-79, .section-80, .section-81, .section-82 {
    margin-top: 60px;
  }

  .heading-1252-copy {
    font-size: 14px;
  }

  .grid-5 {
    grid-column-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-491 {
    width: auto;
  }

  .image-thai, .image-fti {
    max-width: 80%;
  }

  .column-73 {
    justify-content: center;
  }

  .image-noard {
    width: 200px;
    max-width: 80%;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-thai-copy {
    max-width: 80%;
    max-width: 80%;
  }

  .image-thai-thai {
    max-width: 80%;
  }

  .div-block-2151 {
    flex-direction: column;
  }

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

#w-node-_6def3aea-453c-5a82-5fa9-363c732c91d6-3abf2e48, #w-node-c5618d10-3582-f80b-f4fd-ba8dc3d9c7a0-3abf2e48, #w-node-_281989e1-2b36-5290-88e9-924ea1b7f6eb-3abf2e48, #w-node-f42e33b8-1992-273a-fab3-40b0eb9e0ee4-3abf2e48, #w-node-f42e33b8-1992-273a-fab3-40b0eb9e0ee5-3abf2e48, #w-node-_539274d0-cc1f-6fd7-2892-ff7f5fb789be-3abf2e48, #w-node-_539274d0-cc1f-6fd7-2892-ff7f5fb789bf-3abf2e48, #w-node-f47b9005-3cbb-88e7-704b-6de1671a32c9-3abf2e48, #w-node-f47b9005-3cbb-88e7-704b-6de1671a32ca-3abf2e48, #w-node-c432f15e-4a82-249d-5011-330d297b9688-3abf2e48, #w-node-c432f15e-4a82-249d-5011-330d297b9689-3abf2e48, #w-node-_9b60a95c-a868-55af-6e23-9df4765f0002-3abf2e48, #w-node-e72dd80b-ffdf-8252-17c0-112981d4a85c-3abf2e48, #w-node-_42a81360-9fe9-d6ad-1028-3438cbd0ebe5-3abf2e48, #w-node-ddee2c9d-2f43-1ac7-54cb-ef1961f538a5-fe13933b, #w-node-_32aafff5-be67-a6ab-8256-8268de2d1758-fe13933b, #w-node-_79d4d811-7266-d004-35e6-7a4712ec98f6-fe13933b, #w-node-_06c0cc1f-60f5-d148-1628-e64ad2336e59-00c5a457, #w-node-_4260d352-7323-044b-4139-e71e21af5072-00c5a457, #w-node-_8ec10b51-eae9-7671-2be2-ebeafa2889e3-00c5a457, #w-node-_8ec10b51-eae9-7671-2be2-ebeafa2889e4-00c5a457, #w-node-_9675b6f9-c8ee-b644-824c-023f2e0283bd-00c5a457, #w-node-_9675b6f9-c8ee-b644-824c-023f2e0283be-00c5a457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55ae63d0-abe2-def5-6e9a-8c3ac49c2bf3-00c5a457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_55ae63d0-abe2-def5-6e9a-8c3ac49c2bf4-00c5a457, #w-node-a8e39fd6-4c17-a008-dea7-c4af2663d022-00c5a457, #w-node-a8e39fd6-4c17-a008-dea7-c4af2663d023-00c5a457, #w-node-d0c47d25-1604-5fe7-fb61-a4a07e66a42a-00c5a457, #w-node-d0c47d25-1604-5fe7-fb61-a4a07e66a42b-00c5a457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101f1267-def7-5ba9-a0d4-220cd9f07928-00c5a457 {
  align-self: stretch;
  justify-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-f42e33b8-1992-273a-fab3-40b0eb9e0ee4-3abf2e48, #w-node-_539274d0-cc1f-6fd7-2892-ff7f5fb789be-3abf2e48, #w-node-f47b9005-3cbb-88e7-704b-6de1671a32c9-3abf2e48, #w-node-c432f15e-4a82-249d-5011-330d297b9688-3abf2e48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Black.ttf') format('truetype'), url('../fonts/Prompt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-BlackItalic.ttf') format('truetype'), url('../fonts/Prompt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Bold.ttf') format('truetype'), url('../fonts/Prompt-ExtraBold.ttf') format('truetype'), url('../fonts/Prompt-Bold.ttf') format('truetype'), url('../fonts/Prompt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-BoldItalic.ttf') format('truetype'), url('../fonts/Prompt-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Prompt-BoldItalic.ttf') format('truetype'), url('../fonts/Prompt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ExtraLight.ttf') format('truetype'), url('../fonts/Prompt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Light.ttf') format('truetype'), url('../fonts/Prompt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-MediumItalic.ttf') format('truetype'), url('../fonts/Prompt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Medium.ttf') format('truetype'), url('../fonts/Prompt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Italic.ttf') format('truetype'), url('../fonts/Prompt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Prompt-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-LightItalic.ttf') format('truetype'), url('../fonts/Prompt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Regular.ttf') format('truetype'), url('../fonts/Prompt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-SemiBold.ttf') format('truetype'), url('../fonts/Prompt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Prompt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Thin.ttf') format('truetype'), url('../fonts/Prompt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ThinItalic.ttf') format('truetype'), url('../fonts/Prompt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}