:root {
  --red: #df0000;
  --dark-red: #850001;
  --gray: #333;
  --white: white;
  --black: #000;
}

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

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

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

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

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

.all-menu {
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
}

.paragraph-button {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-button:where(.w-variant-e50abf51-7d98-72f4-8ffc-dc2a78446ab8) {
  color: var(--red);
}

.link-block-about {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-about:hover {
  background-color: #d10002;
  transform: scale(1.05);
}

.link-logo-footer {
  background-color: #fff;
  border-radius: 24px;
  padding: 2px 2px 4px;
  display: block;
}

.link-logo-footer.w--current {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px 2px 4px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.review-highlight-profile-2 {
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: auto;
}

.heading-sub-read {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-button-about {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.standard-quality {
  background-color: #df0000;
  background-image: linear-gradient(315deg, var(--dark-red), var(--red));
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-all-image-about-h {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-oem {
  z-index: 10;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-head-page-sm {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-faq {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.review-highlight-text-2 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-oem {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 22px;
}

.heading-page {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.heading-page.red {
  color: var(--red);
  margin-top: 15px;
  margin-bottom: 10px;
}

.heading-page.red.spacing {
  margin-top: 0;
  margin-bottom: 15px;
}

.heading-page.red.en {
  font-family: Poppins, sans-serif;
}

.close-modal-restructuring-money-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-stripe-2-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-stripe-2-2.faq-oem {
  background-color: #df0000;
}

.container-sq {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-cv-vdo-tt {
  border-radius: 24px;
  position: relative;
}

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

.heading-ppn-foods {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.heading-ppn-foods.en {
  margin-bottom: 15px;
  font-family: Prompt, sans-serif;
}

.paragraph-button-cta {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-image-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block-wedgets {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-wedgets:hover {
  transform: scale(1.1);
}

.slide-nav {
  z-index: 100;
  font-size: 10px;
}

.star-3 {
  object-fit: cover;
  width: 15px;
  height: auto;
}

.about-us-home {
  background-image: linear-gradient(#fff0 30%, #231f20), linear-gradient(225deg, #231f20a6, #231f20 70%), url('../images/bg-ab-ppn1.avif'), linear-gradient(#231f20, #231f20);
  background-position: 0 0, 0 0, 100% 0, 0 0;
  background-size: auto, auto, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.overflow {
  overflow: hidden;
}

.div-block-button-about {
  margin-top: 20px;
}

.div-block-form {
  background-image: linear-gradient(315deg, #850001, #df0000);
  border-radius: 10px;
  padding: 60px 35px;
  box-shadow: 0 2px 5px #0003;
}

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

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.c-faq-a-text {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.right-arrow {
  z-index: 100;
}

.embed {
  display: none;
}

.div-block-faq {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-social-media {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 45px;
  height: auto;
  margin-top: 55px;
  margin-left: 250px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: relative;
}

.image-cv-tt {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-block-button-oem {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-navbar-footer {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-navbar-footer.en {
  font-family: Poppins, sans-serif;
}

.content {
  z-index: 5;
  color: #4d4d4d;
  background-color: #00000059;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-social-media {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-oem-contact {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-ppn-foods {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.our-tik-tok {
  background-image: linear-gradient(315deg, #850001cc, #df0000cc), url('../images/bg-fire.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mask-3 {
  width: 100%;
  height: auto;
  padding: 25px 40px 25px 20px;
}

.c-faq-q {
  align-items: center;
  font-size: 1.2px;
  line-height: 1.6px;
  display: flex;
}

.faq-divider {
  height: 0;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-banner {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.icon-social-media-6 {
  filter: drop-shadow(0 2px 5px #0000001a) blur(2px);
  width: 25px;
  height: auto;
  transform-style: preserve-3d;
  margin-top: 60px;
  margin-right: 295px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.link-block-97 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #df0000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.image-product-about-1 {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 200px;
  height: auto;
  margin-bottom: -60px;
  margin-left: -65px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-all-cta {
  display: block;
}

.div-block-oem-chili-paste {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.pop-up-call-to-action {
  z-index: 999;
  display: none;
}

.link-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-nav-menu:hover {
  transform: scale(1.1);
}

.div-block-privacy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-tt {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 35px;
  height: auto;
}

.image-cta {
  filter: drop-shadow(0 2px 5px #0003);
  width: 100%;
  height: auto;
  margin-top: -100px;
}

.div-block-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.footer {
  background-image: linear-gradient(315deg, #850001, #df0000);
  padding-top: 60px;
  padding-bottom: 20px;
}

.paragraph-65 {
  color: #fff;
  border-top: 1px dashed #df000033;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.modal-pop-up-cat {
  z-index: 8888;
  color: #333;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.faq-q-text-4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.faq-q-text-4.faq-oem {
  color: #333;
  font-weight: 500;
}

.container-our-tik-tok {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-banner {
  max-width: 100%;
  position: relative;
}

.image-promotion {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.paragraph-navber-menu {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-navber-menu.en {
  font-family: Poppins, sans-serif;
}

.container-order-channel {
  max-width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-button-oem {
  color: #df0000;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-button-oem.white {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.container-faq {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-icon-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #df0000;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.left-arrow-3 {
  left: -15px;
}

.image-sm-footer {
  width: 35px;
  height: auto;
}

.paragraph-page {
  color: var(--gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-page.black {
  color: #fff;
  text-align: center;
}

.paragraph-page.black.spaceing {
  padding-left: 200px;
  padding-right: 200px;
}

.code-copyright {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.icon-navber-footer {
  filter: brightness(0%) invert();
  width: 22px;
  height: auto;
}

.dropdown-list-2.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  top: -350px;
}

.sub-paragraph-page {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 0;
  padding: 7px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 2px 5px #0000001a;
}

.sub-paragraph-page.white {
  color: #df0000;
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.code-form {
  color: #fff;
}

.icon-call {
  width: 25px;
  height: auto;
}

.rc-red {
  color: #fff;
  background-color: #df0000;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 0 2px 5px #0003;
}

.image-about {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 260px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-about-us-h {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-button:hover {
  transform: scale(1.05);
}

.link-block-button.red {
  background-color: #df0000;
  margin-top: 20px;
}

.section {
  width: 20vw;
  height: 100%;
}

.section._4 {
  background-image: url('../images/menu-5-resize_8_11zon.webp');
  background-position: 28%;
  background-size: cover;
  position: relative;
}

.section._1 {
  background-image: url('../images/nam-prik-ong-resize_9_11zon.webp');
  background-position: 28%;
  background-size: cover;
  position: relative;
}

.section._3 {
  background-image: url('../images/menu-4-resize_7_11zon.webp');
  background-position: 28%;
  background-size: cover;
  position: relative;
}

.section.blue {
  background-image: url('../images/squid-with-salted-egg-resize_10_11zon.webp');
  background-position: 30%;
  background-size: cover;
  position: relative;
}

.section._2 {
  background-image: url('../images/menu-3-resize_6_11zon.webp');
  background-position: 30%;
  background-size: cover;
  position: relative;
}

.container-about-us-h {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.modal-body-restructuring-money-3 {
  border-radius: 24px;
  width: 450px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #0003;
}

.paragraph-read-more {
  color: #fff;
  background-color: #df0000;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-oem-chili {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ctu {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #df0000, #990001);
  border-radius: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 3px 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.link-block-button-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #df0000;
  background-image: linear-gradient(347deg, #850001, #df0000 58%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-button-link:where(.w-variant-e50abf51-7d98-72f4-8ffc-dc2a78446ab8) {
  background-color: var(--white);
  background-image: none;
}

.link-block-button-link:hover {
  transform: scale(1.1);
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-item-6 {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1a;
  border-left: 3px solid #df0000;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.widgets-contact {
  z-index: 999;
  border-radius: 24px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.our-product {
  padding-top: 100px;
  padding-bottom: 60px;
}

.link-sm-footer {
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  box-shadow: 0 3px 5px #0003;
}

.link-sm-footer:hover {
  transform: scale(1.1);
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.heading-form {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.line-review {
  background-color: #e9e9e9;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-channel {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-block-contact-oem {
  margin-top: 20px;
  display: block;
}

.div-block-button-jws {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-block-privacy-policy {
  text-decoration: none;
  transition: all .3s;
}

.link-block-privacy-policy:hover {
  transform: scale(1.05);
}

.icon-button-tt {
  border-radius: 100px;
  width: 65px;
  height: auto;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.icon-button-tt:hover {
  transform: scale(1.1);
}

.image-logo {
  width: 140px;
  height: auto;
}

.heading-cta-ct {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.faq {
  background-image: linear-gradient(270deg, #000000bf, #fff0), url('../images/bg-food.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-cta {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 45px;
  display: flex;
}

.our-social-media {
  background-image: none;
  background-position: 0 0;
  padding-top: 100px;
  padding-bottom: 120px;
}

.icon-button {
  filter: invert();
  width: 25px;
  height: auto;
}

.icon-button:where(.w-variant-e50abf51-7d98-72f4-8ffc-dc2a78446ab8) {
  filter: none;
}

.copyright {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.review-highlight-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.review-highlight-link-2:hover {
  transform: scale(1.11);
}

.c-faq-q-text {
  border-bottom-width: 1px;
  border-bottom-color: #b5985980;
  flex: 1;
  padding: 20px 10px 20px 20px;
  font-size: 16px;
  line-height: 22px;
}

.container-cta {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-head-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-head-page.menu {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-about {
  color: var(--red);
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 46px;
  font-weight: 500;
  line-height: 52px;
}

.navbar-brand {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.banner-pc {
  margin-top: 83px;
}

.div-block-sm-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.review-highlight-header-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-block-tt {
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-tt:hover {
  transform: scale3d(1none, 1none, 1none);
}

.name-star-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-details-oem {
  background-image: linear-gradient(135deg, #df0000 20%, #850001);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 80px 30px;
  box-shadow: 0 2px 5px #0003;
}

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

.paragraph-cta-ct {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.heading-oem {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-top-width: 1px;
  border-top-color: #b5985966;
  overflow: hidden;
}

.review {
  background-image: linear-gradient(315deg, #850001, #df0000);
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-stripe-1-2 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.faq-stripe-1-2.faq-oem {
  background-color: #df0000;
}

.div-block-sq-logo {
  display: block;
}

.container-product {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-5 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.div-block-cta-img {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.dropdown-toggle-2 {
  background-color: #fff;
  border: 3px solid #df0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-2:hover {
  transform: scale(1.05);
}

.dropdown-toggle-2.w--open {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-footer {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-social-media-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0865ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.link-social-media-group.shopee {
  background-color: #ee4d2d;
}

.link-social-media-group.tiktok {
  background-image: linear-gradient(220deg, #00f2ea, #ff0050b3 40%, #c3003deb 60%, #000);
}

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

.link-social-media-group.lazada {
  background-image: linear-gradient(220deg, #4273ec, #fd1d77 40% 60%, #4273ec);
}

.link-social-media-group.youtube {
  background-color: red;
}

.p-aragraph-privacy-footer {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-all-sq-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-paragraph-oem {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.oem {
  background-image: linear-gradient(#0006, #0006), url('../images/banner-oem-home.avif');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
}

.heading-faq {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.link-button-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e00;
  background-image: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-button-cta:hover {
  transform: scale(1.05);
}

.icon-see-aboout {
  filter: invert();
  width: 13px;
  height: auto;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.div-block-logo-tt {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-promotion {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.oem-chili-paste {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 600px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.review-highlight-date {
  color: #17171780;
}

.container-oem-chili-paste {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.review-name-flex-2.head {
  justify-content: flex-start;
  align-items: center;
}

.icon-cta {
  filter: invert();
  width: 25px;
  height: auto;
}

.body {
  font-family: Prompt, sans-serif;
}

.heading-33178 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-head-about {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.line-page {
  background-color: #fff;
  width: 10%;
  height: 2px;
}

.div-block-img-ppn {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-page {
  background-color: #0000;
  background-image: linear-gradient(315deg, #0009, #1a1a1aa6), url('../images/bg-bn-ab-p.avif');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  margin-top: 80px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.banner-page.oem {
  background-image: linear-gradient(315deg, #0009, #1a1a1ad9), url('../images/bn-oem-banner.webp');
  background-position: 0 0, 50%;
  padding-top: 185px;
  padding-bottom: 185px;
}

.banner-page.ctu {
  background-image: linear-gradient(315deg, #0009, #1a1a1aa6), url('../images/bn-cn-u.avif');
  background-position: 0 0, 50% 85%;
}

.div-block-bn-page {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-about-us {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-sq {
  background-image: linear-gradient(135deg, #df0000, #850001);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-sq:hover {
  transform: scale(1.05);
}

.paragraph-bn-page {
  color: #fff;
  text-align: center;
  margin-top: -45px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.paragraph-bn-page.sp-oem {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.paragraph-img-ppn {
  color: #fff;
  background-color: #df0000;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
}

.container-vng {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-vng {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.section-standard-quality {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-oem-ab {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-order-vng {
  color: #df0000;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button-order-vng:hover {
  transform: scale(1.05);
}

.sub-paragraph-bn-page {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.ingredient {
  color: #fff;
  background-color: #df0000;
  background-image: linear-gradient(135deg, #850001, #df0000 45%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-sq {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.line-about-us {
  background-color: #df0000;
  width: 100%;
  height: 2px;
}

.heading-sq {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-sq.th {
  font-family: Prompt, sans-serif;
}

.heading-about-us {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.our-award {
  background-image: linear-gradient(#0000 75%, #fff), linear-gradient(#fff, #ffffff40 25%), linear-gradient(270deg, #ffffffbf, #fff 50%, #fffffff2), url('../images/bg-aw.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-paragraph-about {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.sub-paragraph-about.black {
  color: #333;
}

.sub-paragraph-about.white {
  color: #fff;
}

.sub-paragraph-about.white.spacing {
  padding-left: 260px;
  padding-right: 260px;
}

.sub-paragraph-about.padding {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-vng {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.heading-oem-ab {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.paragraph-ct-about {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-18345 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.sub-paragraph-page-about {
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.sub-paragraph-page-about.b {
  color: #333;
}

.sub-paragraph-page-about.red {
  color: #df0000;
}

.sub-paragraph-page-about.b {
  color: #333;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.paragraph-about-us {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.heading-page-about {
  color: #df0000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.heading-page-about.black {
  color: #333;
}

.heading-page-about.whith {
  color: #fff;
}

.heading-page-about.red {
  color: #df0000;
}

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

.link-block-ct-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-ct-about:hover {
  transform: scale(1.05);
}

.paragraph-oem-ab {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.image-logo-vng {
  width: 180px;
  height: auto;
}

.container-ingredient {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-vng {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-17864 {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-block-text-img {
  background-image: linear-gradient(#fff0 45%, #000);
  justify-content: center;
  align-items: flex-end;
  padding: 20px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-bt-see-more {
  color: #333;
  background-image: linear-gradient(#0009, #0009);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.container-bn-page {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-vng {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-vng {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-vng.text {
  background-image: linear-gradient(315deg, #850001, #df0000);
  padding: 20px;
}

.image-sq {
  width: 160px;
  height: auto;
}

.heading-bn-page {
  color: #3330;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.about-us {
  opacity: 1;
  background-image: url('../images/bg-ab-us.avif'), linear-gradient(90deg, #00000040, #000 17%), url('../images/bg-ab-ppn.avif'), linear-gradient(#000, #000);
  background-position: 100% 0, 0 0, 0%, 0 0;
  background-size: cover, auto, cover, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-oem-ab {
  background-image: linear-gradient(315deg, #850001, #df0000);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 2px 5px #0003;
}

.heading-name-ppn {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-en {
  font-family: Poppins, sans-serif;
}

.sub-heading-bn-page {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.container-img-ppn {
  max-width: 100%;
}

.heading-img-ppn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.star-group-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .75;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

.image-about-3 {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 195px;
  height: auto;
  margin-bottom: 69px;
  box-shadow: 0 2px 5px #0003;
}

.grid-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.sub-heading-about-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.image-about-4 {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 195px;
  height: auto;
  margin-top: 69px;
  box-shadow: 0 2px 5px #0003;
}

.grid-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.slider-4 {
  width: 100%;
  height: auto;
}

.icon-social-media-12 {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 30px;
  height: auto;
  margin-top: -5px;
  margin-left: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-18348 {
  z-index: 0;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-17865 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.div-block-18349 {
  margin-top: 40px;
}

.image-product-about-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 250px;
  height: auto;
  margin-bottom: -67px;
  margin-left: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-name-logo-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-name-logo-2.th {
  font-family: Prompt, sans-serif;
}

.icon-7 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  display: flex;
}

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

.div-block-footer-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-arrow-4 {
  z-index: 100;
}

.image-17866 {
  filter: invert();
  width: 25px;
  height: auto;
}

.grid-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-33182 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  border-right: 1px solid #0000000d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.image-17867 {
  width: 150px;
  height: auto;
}

.icon-social-media-13 {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 40px;
  height: auto;
  margin-left: 475px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-no-shadow {
  z-index: 9999;
  box-shadow: none;
  background-color: #df000000;
  background-image: linear-gradient(135deg, #850001, #df0000 28%);
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-18350 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-18351 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-74 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.review-highlight-name-4 {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.icon-social-media-14 {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 45px;
  height: auto;
  margin-top: -10px;
  margin-right: 185px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.icon-social-media-15 {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 30px;
  height: auto;
  margin-right: 380px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-3 {
  filter: drop-shadow(0 2px 5px #00000026);
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link-3:hover {
  box-sizing: content-box;
  color: #df0000;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.en {
  font-family: Poppins, sans-serif;
}

.image-17868 {
  z-index: -10;
  opacity: .4;
  width: 310px;
  height: auto;
  margin-top: -100px;
  margin-left: -75px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.star-group-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .75;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-5 {
  width: 32.89%;
  height: auto;
  margin-right: 19px;
}

.text-span-13 {
  font-family: Poppins, sans-serif;
}

.review-highlight-name-5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.heading-33183 {
  color: #df0000;
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-33184 {
  margin-top: 10px;
  font-weight: 500;
}

.slide-nav-4 {
  margin-bottom: -30px;
}

.div-block-image-about-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.right-arrow-4 {
  right: -15px;
}

.icon-8 {
  font-size: 25px;
}

.icon-9 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.paragraph-75 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

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

.paragraph-about-2 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.cta-banner-2 {
  background-image: linear-gradient(351deg, #850001 19%, #df0000);
  margin-top: 40px;
}

.cta-banner-2:where(.w-variant-c1b7f2ce-3967-cde9-15b3-f2aa89b6341c) {
  margin-top: 0;
}

.image-17869 {
  width: 45px;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-footer-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-social-media-16 {
  filter: drop-shadow(0 2px 5px #0000001a) blur(2px);
  width: 30px;
  height: auto;
  margin-left: 160px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.div-block-18352 {
  background-color: #f8f8f8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: none;
}

.paragraph-76 {
  margin-bottom: 0;
}

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

.grid-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.oem-ab-ppn-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/bg-oem-ab-u.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-18353 {
  background-image: linear-gradient(#fff0 55%, #000);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.container-award-2 {
  max-width: 100%;
}

.grid-66 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-our-award-2 {
  background-color: #df0000;
  background-image: linear-gradient(225deg, #df0000 35%, #850001);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 425px;
  padding: 30px 15px;
  display: flex;
}

.paragraph-77 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.image-award-2 {
  z-index: 9;
  filter: drop-shadow(0 3px 5px #0000004d);
  width: 160px;
  height: auto;
}

.heading-33187 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-award-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-award-2.en {
  font-family: Poppins, sans-serif;
}

.paragraph-award-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.sub-paragraph-about-us-2 {
  color: #df0000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.line-award-2 {
  background-color: #ffffff73;
  border-radius: 100px;
  width: 100px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.paragraph-menu {
  text-align: center;
  margin-bottom: 0;
  margin-left: 280px;
  margin-right: 280px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-menu.w {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.image-yt {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.menus-with-us {
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-order {
  color: #df0000;
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #df0000;
  border-radius: 24px;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.button-order:hover {
  transform: scale(1.05);
}

.div-block-join-with-us {
  background-color: #df0000;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.grid-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: -460px;
}

.section-new-ideas {
  background-image: linear-gradient(315deg, #850001, #df0000);
  padding-top: 100px;
}

.div-block-menu-name {
  background-image: linear-gradient(#fff0 65%, #000000bf);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-recom-menu {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-bn-menu {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-recom-menu {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.grid-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-text-recom-menu {
  padding: 30px;
}

.heading-how-to-tips {
  color: #fff;
  margin-top: -40px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.image-jws {
  object-fit: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  height: 520px;
}

.sub-paragraph-page-menu {
  color: #df0000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.sub-paragraph-page-menu.w {
  color: #fff;
}

.container-how-to-tips {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-img-jws {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.image-menu {
  filter: drop-shadow(0 5px 7px #0006);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 60vh;
}

.button-cook-menu {
  text-align: center;
  background-color: #df0000;
  border: 1px solid #df0000;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.button-cook-menu:hover {
  transform: scale(1.05);
}

.button-social-media {
  margin-top: 500px;
  padding-bottom: 140px;
}

.div-block-new-ideas {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-new-ideas._1 {
  margin-top: 40px;
}

.div-block-new-ideas._3 {
  margin-top: 20px;
}

.div-block-new-ideas._2 {
  margin-top: 100px;
}

.div-block-menus-with-us {
  border-radius: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-text-menu {
  padding-left: 20px;
  padding-right: 20px;
}

.container-sm {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.how-to-tips {
  padding-bottom: 100px;
}

.grid-34-pc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-menus-with-us {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-91 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-how-to-tips {
  background-color: #df0000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw;
  display: flex;
}

.paragraph-order {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.link-block-yt {
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-yt:hover {
  transform: scale3d(1none, 1none, 1none);
}

.image-how-to-tips {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.grid-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-how-to-tips {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-join-with-us {
  color: #df0000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.heading-recom-menu {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.recom-menu {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-cook-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.paragraph-number-how-to-tips {
  opacity: .7;
  color: #3330;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 96px;
}

.heading-page-menu {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.heading-page-menu.w {
  color: #fff;
}

.div-block-head-page-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-head-page-menu.sq-oem {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.link-block-order {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.link-block-order:hover {
  transform: scale(1.05);
}

.div-block-img-how-to-tips {
  border-radius: 24px;
  display: block;
}

.join-with-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-bn-menu-ft.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-menu {
  background-image: linear-gradient(315deg, #850001, #df0000 70%);
  margin-top: 80px;
  overflow: hidden;
}

.icon-button-yt {
  border-radius: 100px;
  width: 55px;
  height: auto;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.icon-button-yt:hover {
  transform: scale(1.1);
}

.div-block-recom-menu {
  border-radius: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.container-new-ideas, .container-join-with-us {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-join-with-us {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.image-new-ideas {
  object-fit: cover;
  object-position: 0% 50%;
  width: 410px;
  height: 620px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.image-new-ideas:hover {
  transform: scale(1.1);
}

.heading-menu-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.container-bn-menu {
  max-width: 100%;
  position: relative;
}

.image-recom-menu {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
}

.line-how-to-tips {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
}

.heading-menu {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

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

.div-block-text-about-oem {
  display: block;
}

.en-red {
  color: #df0000;
  text-transform: uppercase;
}

.paragraph-full-service-oem {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.sub-paragraph-p-oem {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.sub-paragraph-p-oem.r {
  color: #df0000;
}

.sub-paragraph-about-oem {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.sub-paragraph-about-oem.bold {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.our-full-service-oem {
  background-image: linear-gradient(315deg, #850001, #df0000);
  padding-top: 100px;
}

.paragraph-faq-oem {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.container-portfolio {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.space {
  padding-top: 190px;
  padding-bottom: 100px;
}

.image-logo-sq {
  filter: drop-shadow(0 2px 5px #0003);
  width: 160px;
  height: auto;
}

.icon-ct-oem {
  filter: brightness(0%) invert();
  width: 20px;
  height: auto;
}

.div-about-oem-img {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-how-it-works {
  filter: invert();
  width: 85px;
  height: auto;
  transition: opacity .2s;
}

.standard-quality-oem {
  background-color: #1b1b1b;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg-fire.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-faq-oem {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.div-block-ct-oem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-44 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.all-faq-oem {
  padding-top: 100px;
  padding-bottom: 120px;
}

.grid-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sub-paragraph-faq-oem {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-17878 {
  border-radius: 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.heading-page-p-oem {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.heading-page-p-oem.b {
  color: #333;
}

.heading-page-p-oem.r {
  color: #df0000;
}

.grid-39 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: -190px;
}

.icon-10 {
  font-size: 30px;
}

.container-about-oem {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-about-oem {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-how-it-works {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.heading-full-service-oem {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.icon-11 {
  font-size: 30px;
}

.our-portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-sq-oem {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-92 {
  color: #fff;
  border-top: 1px dashed #df000033;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-92.faq-oem {
  color: #333;
  font-weight: 400;
}

.heading-about-oem {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.link-block-ct-oem {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-ct-oem:hover {
  transform: scale(1.1);
}

.about-oem {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg-fire.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-faq-oem {
  background-image: linear-gradient(315deg, #850001, #df0000);
  border-radius: 24px;
  padding: 30px;
  display: block;
}

.div-block-text-full-service-oem {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.container-sq-oem {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-no-click {
  z-index: 10;
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.div-block-product-oem {
  border-radius: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-ct-oem {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-ct-oem.en {
  font-family: Poppins, sans-serif;
}

.paragraph-p-oem {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-p-oem.b {
  color: #333;
}

.paragraph-p-oem.s {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.heading-how-it-works {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.container-faq-oem {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-icon-oem {
  background-color: #850001;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.slider-5 {
  border-radius: 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.mask-4 {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.container-how-it-works {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-name-product {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.image-product-oem {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.container-full-service-oem {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.left-arrow-5 {
  z-index: 19;
}

.paragraph-about-oem {
  color: #df0000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.right-arrow-5 {
  z-index: 19;
}

.image-full-service-oem {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-full-service-oem {
  background-color: #fff;
  border-radius: 24px;
  transition: all .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-full-service-oem:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #00000040;
}

.heading-sq-oem {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-sq-oem.th {
  font-family: Prompt, sans-serif;
}

.div-block-how-it-works {
  background-color: #000000b3;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 4px 4px #df0000;
}

.div-block-how-it-works:hover {
  background-color: #df0000;
}

.div-block-text-oem {
  background-image: linear-gradient(#fff0 67%, #000c);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.how-it-works {
  background-image: linear-gradient(#000c, #000c), url('../images/bg-oem-how.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide-nav-5 {
  z-index: 11;
}

.grid-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-head-oem {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

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

.grid-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-filter-b {
  background-image: linear-gradient(#0006, #00000040);
  position: absolute;
  inset: 0%;
}

.dropinblog {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-dropinblog {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-contact-us {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.div-block-contact-us {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.container-contact-us {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.sub-paragraph-contact-us {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.div-block-text-contact-us {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-bt-contact-us {
  background-color: #df0000;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
}

.line-contact-us {
  background-color: #dbdbdb99;
  background-image: linear-gradient(225deg, #000c, #fff 50%, #000c);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-ct-us {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ct-us.en {
  font-family: Poppins, sans-serif;
}

.heading-ct-us {
  color: #df0000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading-ct-us.en {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.contact-us {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg-fire.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-form-contact-us {
  background-image: linear-gradient(315deg, #850001, #df0000);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.grid-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .95fr;
}

.icon-bt-contact-us {
  filter: invert();
  width: 30px;
  height: auto;
}

.div-block-maps {
  margin-bottom: -6px;
}

.link-contact-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-contact-us:hover {
  transform: scale(1.1);
}

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

.div-block-scroll-to-top {
  z-index: 99;
  border: 2px solid var(--white);
  background-color: var(--red);
  background-image: linear-gradient(315deg, var(--dark-red), var(--red) 70%);
  border-radius: 100px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.icon-arrow-up {
  filter: invert();
  width: 25px;
  height: auto;
}

.link-scroll-to-top {
  position: fixed;
  inset: auto auto 0% 0%;
}

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

.div-block-break {
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.grid-18-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-69-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-34-mb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.div-block-head-cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-bt {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-oem-chili-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-oem-read-2 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3vw 1.8vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-call-2 {
  width: 25px;
  height: auto;
}

.icon-call-2.filter {
  filter: invert();
  width: 20px;
}

.image-10 {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.heading-oem-read-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-oem-head-2 {
  background-image: linear-gradient(#fff0 40%, #000000e6);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-detail-p-2 {
  z-index: 10;
  filter: drop-shadow(0 2px 5px #0000004d);
  width: 50px;
  height: auto;
  margin-bottom: 46px;
  margin-left: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-detail-p-2.s1 {
  width: 50px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-left: 0;
}

.image-detail-p-2.s6 {
  width: 60px;
}

.image-detail-p-2.s3 {
  width: 60px;
  margin-bottom: 15px;
  margin-left: 31px;
}

.image-detail-p-2.s4 {
  width: 230px;
  margin-bottom: 13px;
  margin-left: -65px;
}

.image-detail-p-5 {
  width: 150px;
  height: auto;
  margin-top: 84px;
  margin-right: -41px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-products-recommend {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.image-detail-p-4 {
  width: 150px;
  height: auto;
  margin-top: 50px;
  margin-left: -20px;
  position: absolute;
  inset: 0%;
}

.button-products {
  color: #df0000;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button-products:hover {
  transform: scale(1.05);
}

.grid-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-detail-p-3 {
  z-index: 10;
  filter: drop-shadow(0 2px 5px #0000004d);
  width: 35px;
  height: auto;
  margin-bottom: 96px;
  margin-left: -12px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-detail-p-3.s3 {
  margin-bottom: 70px;
  margin-left: 9px;
}

.image-detail-p-3.s5 {
  width: 40px;
}

.image-detail-p-3.s1 {
  margin-bottom: 75px;
  margin-left: 15px;
}

.group-circle {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-all-product {
  background-color: #fff;
  background-image: linear-gradient(45deg, #850001, #df0000);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 50px;
  display: flex;
  box-shadow: 0 15px 20px -15px #df000066;
}

.paragraph-product {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.image-products-recommend {
  z-index: 10;
  filter: brightness(105%) drop-shadow(0 2px 5px #0000001a);
  width: 280px;
  height: auto;
  position: relative;
}

.group-product {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
}

.image-detail-p {
  z-index: 10;
  filter: drop-shadow(0 2px 5px #0006);
  width: 100px;
  height: auto;
  margin-bottom: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-detail-p.s3 {
  filter: brightness(95%) drop-shadow(0 2px 5px #0006);
  width: 125px;
  margin-bottom: 0;
  margin-right: 5px;
}

.image-detail-p.s5 {
  width: 125px;
  margin-bottom: 5px;
  margin-right: -5px;
}

.image-detail-p.s1 {
  width: 120px;
  margin-bottom: 0;
}

.image-detail-p.s4 {
  width: 140px;
  margin-bottom: -25px;
  margin-right: 10px;
}

.image-detail-p.s6 {
  filter: drop-shadow(0 2px 5px #0006);
  width: 120px;
  margin-bottom: 30px;
  margin-right: -20px;
}

.sub-paragraph-product {
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 13px;
  font-size: 22px;
  line-height: 28px;
}

.group-circle-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-1-copy {
  z-index: 2;
  background-color: #df0000;
  border-radius: 1000px;
  width: 220px;
  height: 220px;
  display: none;
  position: absolute;
}

.div-block-img-about {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-about-us-1 {
  filter: drop-shadow(0 2px 5px #00000040);
  width: 400px;
  height: auto;
}

.image-about-us-2 {
  filter: drop-shadow(0 2px 5px #0003);
  width: 350px;
  height: auto;
  margin-top: 35px;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 5000px;
  padding: 20px;
  display: flex;
  position: relative;
}

.banner-mb {
  display: none;
}

.image-banner-mb {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.h1-about {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-contact {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-2 {
  margin-top: 40px;
}

.heading-33188 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.home-logo-wrapper-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate {
  grid-column-gap: 20px;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.client-logo-2 {
  opacity: 1;
  object-fit: contain;
  border-radius: 24px;
  width: 130px;
  height: auto;
  transition: opacity .4s;
  box-shadow: 0 2px 5px #0003;
}

.client-logo-2:hover {
  opacity: 1;
}

.home-logo-left-gradient-2 {
  background-image: linear-gradient(90deg, var(--white), #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient-2.right {
  background-image: linear-gradient(270deg, var(--white), #fff0);
  inset: 0% 0% 0% auto;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.dbd {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-dbd {
  width: 100px;
  height: auto;
}

.link-block-98 {
  z-index: 100;
  position: relative;
}

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

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

@media screen and (max-width: 991px) {
  .all-menu {
    padding-bottom: 60px;
  }

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

  .link-logo-footer, .link-logo-footer.w--current {
    border-radius: 14px;
  }

  .standard-quality {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-all-image-about-h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-faq {
    text-align: center;
  }

  .review-highlight-text-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-oem {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .close-modal-restructuring-money-2 {
    width: 50px;
    height: 50px;
  }

  .div-block-oem {
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .div-block-image-about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block-wedgets {
    margin-bottom: 5px;
  }

  .about-us-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-button-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-faq {
    justify-content: center;
    align-items: center;
  }

  .icon-social-media {
    width: 40px;
    margin-left: 120px;
  }

  .navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-cv-tt {
    border-radius: 10px;
  }

  .div-block-button-oem {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-oem-contact {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-ppn-foods {
    text-align: center;
  }

  .our-tik-tok {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mask-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .icon-social-media-6 {
    width: 20px;
    margin-right: 200px;
  }

  .image-product-about-1 {
    width: 150px;
    margin-bottom: -25px;
    margin-left: -10px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #3f3f3f00;
  }

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

  .logo-sq-logo {
    width: 125px;
  }

  .icon-tt {
    width: 30px;
  }

  .image-cta {
    width: 400px;
    margin-top: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .image-promotion {
    border-radius: 14px;
  }

  .card-icon-contact {
    width: 55px;
    height: 55px;
  }

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

  .paragraph-page.black.spaceing {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-2.w--open {
    margin-top: 15px;
    top: -315px;
  }

  .sub-paragraph-page {
    font-size: 16px;
    line-height: 22px;
  }

  .icon-call {
    width: 20px;
  }

  .image-about {
    width: 180px;
  }

  .section {
    height: 50vh;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    height: auto;
    top: 50%;
  }

  .our-product {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .heading-form {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .order-channel {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-button-tt {
    width: 50px;
  }

  .image-logo {
    width: 110px;
  }

  .heading-cta-ct {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-cta {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .our-social-media {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-button {
    width: 23px;
  }

  .copyright {
    flex-flow: column;
  }

  .review-highlight-link-2 {
    height: auto;
  }

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

  .link-block-tt {
    border-radius: 10px;
  }

  .div-block-details-oem {
    padding: 40px 20px;
  }

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

  .heading-oem {
    font-size: 24px;
    line-height: 30px;
  }

  .review {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-5 {
    color: #fff;
  }

  .dropdown-toggle-2 {
    width: 70px;
    height: 70px;
  }

  .paragraph-form {
    text-align: center;
  }

  .div-block-all-sq-logo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .oem {
    padding-top: 60px;
  }

  .heading-faq {
    font-size: 30px;
    line-height: 36px;
  }

  .link-block-promotion {
    border-radius: 14px;
  }

  .oem-chili-paste {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-wrapper {
    height: auto;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--red);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .icon-cta {
    width: 20px;
  }

  .div-block-img-ppn.none {
    display: none;
  }

  .banner-page, .banner-page.oem {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-sq {
    border-radius: 14px;
    padding: 20px 10px;
  }

  .paragraph-bn-page {
    margin-top: -20px;
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-bn-page.sp-oem {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-img-ppn {
    padding: 8px 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-vng {
    border-radius: 14px;
  }

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

  .button-order-vng {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-paragraph-bn-page {
    text-align: center;
    padding-left: 140px;
    padding-right: 140px;
    font-size: 16px;
    line-height: 22px;
  }

  .sub-paragraph-bn-page.sp {
    padding-left: 180px;
    padding-right: 180px;
  }

  .ingredient {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-about-us {
    font-size: 26px;
    line-height: 32px;
  }

  .our-award {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sub-paragraph-about {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-paragraph-about.black {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sub-paragraph-about.white.spacing {
    padding-left: 80px;
    padding-right: 60px;
  }

  .sub-paragraph-about.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-vng {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-oem-ab, .heading-page-about {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-oem-ab {
    font-size: 16px;
    line-height: 22px;
  }

  .image-logo-vng {
    width: 120px;
  }

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

  .image-17864 {
    object-fit: cover;
    height: auto;
  }

  .div-block-text-img {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-bt-see-more {
    padding: 10px;
    display: flex;
  }

  .heading-vng {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-vng {
    border-radius: 14px;
  }

  .div-block-vng.text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-sq {
    width: 120px;
  }

  .heading-bn-page {
    font-size: 50px;
    line-height: 60px;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-oem-ab {
    padding: 40px 20px;
  }

  .heading-name-ppn {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-heading-bn-page {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-51 {
    grid-row-gap: 20px;
    grid-template-columns: .75fr 1fr;
  }

  .image-about-3 {
    width: 145px;
  }

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

  .sub-heading-about-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-about-4 {
    width: 145px;
  }

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

  .icon-social-media-12 {
    width: 25px;
    margin-left: 200px;
  }

  .image-product-about-2 {
    width: 200px;
    margin-bottom: -40px;
    margin-left: 125px;
  }

  .paragraph-name-logo-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-footer-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-54 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-33182 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-17867 {
    width: 130px;
  }

  .icon-social-media-13 {
    width: 35px;
    margin-left: 265px;
  }

  .icon-social-media-14 {
    width: 40px;
    margin-right: 100px;
  }

  .grid-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .icon-social-media-15 {
    width: 25px;
    margin-right: 245px;
  }

  .nav-link-3 {
    filter: none;
    border-radius: 24px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-3:hover {
    box-shadow: none;
    filter: none;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-17868 {
    margin-top: -75px;
    margin-left: -25px;
  }

  .slide-5 {
    width: 48%;
  }

  .div-block-image-about-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-9 {
    color: #fff;
  }

  .paragraph-75 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .cta-banner-2 {
    margin-top: 0;
  }

  .icon-social-media-16 {
    width: 25px;
    margin-left: 50px;
  }

  .grid-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-60, .grid-61 {
    grid-template-columns: 1fr 1fr;
  }

  .oem-ab-ppn-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-63 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-64 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .div-block-our-award-2 {
    justify-content: flex-start;
    align-items: center;
    width: 240px;
    height: 365px;
    padding: 20px 10px;
  }

  .image-award-2 {
    width: 120px;
  }

  .heading-33187 {
    font-size: 22px;
    line-height: 28px;
  }

  .sub-paragraph-about-us-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-menu {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-menu.w {
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-yt {
    border-radius: 10px;
  }

  .menus-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: -370px;
  }

  .section-new-ideas {
    padding-top: 60px;
  }

  .div-block-menu-name {
    background-image: linear-gradient(#fff0 75%, #000000bf);
    border-radius: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-bn-menu {
    margin-top: 10px;
    padding-left: 160px;
    padding-right: 160px;
    font-size: 16px;
  }

  .grid-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-text-recom-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-how-to-tips {
    font-size: 20px;
    line-height: 22px;
  }

  .image-jws {
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .sub-paragraph-page-menu {
    font-size: 16px;
    line-height: 22px;
  }

  .image-menu {
    height: 40vw;
  }

  .button-social-media {
    margin-top: 400px;
    padding-bottom: 75px;
  }

  .div-block-menus-with-us {
    border-radius: 14px;
    width: 32%;
  }

  .how-to-tips {
    padding-bottom: 60px;
  }

  .grid-34-pc {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-how-to-tips {
    padding: 2.5vw;
  }

  .paragraph-how-to-tips {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-recom-menu {
    font-size: 18px;
    line-height: 24px;
  }

  .recom-menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-cook-menu {
    grid-template-columns: 1fr;
  }

  .paragraph-number-how-to-tips {
    font-size: 60px;
    line-height: 66px;
  }

  .heading-page-menu {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-head-page-menu {
    margin-bottom: 20px;
  }

  .div-block-head-page-menu.sq-oem {
    justify-content: center;
    align-items: center;
  }

  .join-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-menu {
    margin-top: 82px;
  }

  .icon-button-yt {
    width: 47px;
  }

  .heading-join-with-us {
    font-size: 30px;
    line-height: 40px;
  }

  .image-new-ideas {
    width: 200px;
    height: 400px;
  }

  .heading-menu-name {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-menu {
    font-size: 26px;
    line-height: 32px;
  }

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

  .sub-paragraph-about-oem {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-paragraph-about-oem.bold {
    font-size: 18px;
    line-height: 24px;
  }

  .our-full-service-oem {
    padding-top: 60px;
  }

  .paragraph-faq-oem {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .space {
    padding-bottom: 60px;
  }

  .image-logo-sq {
    width: 120px;
  }

  .icon-how-it-works {
    width: 60px;
  }

  .standard-quality-oem {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-faq-oem {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .grid-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .all-faq-oem {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-41 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-page-p-oem {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-about-oem {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-full-service-oem {
    font-size: 16px;
    line-height: 22px;
  }

  .our-portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-about-oem {
    font-size: 24px;
    line-height: 30px;
  }

  .about-oem {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-faq-oem {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-text-full-service-oem {
    padding: 10px;
  }

  .div-block-product-oem {
    border-radius: 14px;
  }

  .paragraph-p-oem {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-p-oem.s {
    text-align: center;
    margin-left: 120px;
    margin-right: 120px;
  }

  .heading-how-it-works {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-name-product {
    font-size: 18px;
    line-height: 24px;
  }

  .image-product-oem {
    border-radius: 14px;
  }

  .grid-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .image-full-service-oem {
    object-fit: cover;
    height: 200px;
  }

  .heading-sq-oem {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-how-it-works {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-text-oem {
    border-radius: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .how-it-works, .dropinblog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-contact-us {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-45 {
    grid-column-gap: 0px;
  }

  .sub-paragraph-contact-us {
    font-size: 16px;
    line-height: 22px;
  }

  .line-contact-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-ct-us {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-form-contact-us {
    border-radius: 20px;
  }

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

  .icon-bt-contact-us {
    width: 25px;
  }

  .link-scroll-to-top {
    z-index: 99;
  }

  .icon-12 {
    color: var(--white);
    font-size: 36px;
  }

  .grid-18-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-69-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .grid-34-mb {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-oem-chili-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .grid-67 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .image-detail-p-2 {
    width: 25px;
    margin-bottom: 20px;
  }

  .image-detail-p-2.s1 {
    width: 30px;
    margin-left: 15px;
  }

  .image-detail-p-2.s6 {
    width: 50px;
  }

  .image-detail-p-2.s3 {
    width: 40px;
    margin-left: 10px;
  }

  .image-detail-p-2.s4 {
    width: 170px;
    margin-bottom: 0;
  }

  .heading-products-recommend {
    font-size: 20px;
    line-height: 26px;
  }

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

  .image-detail-p-3 {
    width: 20px;
    margin-bottom: 60px;
  }

  .image-detail-p-3.s3 {
    width: 20px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .image-detail-p-3.s5 {
    width: 20px;
  }

  .image-detail-p-3.s1 {
    width: 25px;
    margin-left: 10px;
  }

  .div-block-all-product {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-product {
    text-align: center;
  }

  .image-products-recommend {
    width: 250px;
  }

  .image-detail-p {
    width: 50px;
  }

  .image-detail-p.s3 {
    width: 70px;
    margin-right: 0;
  }

  .image-detail-p.s5 {
    width: 90px;
  }

  .image-detail-p.s1 {
    width: 80px;
  }

  .image-detail-p.s4 {
    width: 90px;
    margin-right: 0;
  }

  .image-detail-p.s6 {
    width: 70px;
    margin-right: -15px;
  }

  .sub-paragraph-product {
    font-size: 18px;
    line-height: 24px;
  }

  .image-about-us-1 {
    width: 280px;
  }

  .image-about-us-2 {
    width: 180px;
    margin-top: 80px;
  }

  .slide-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 4300px;
    padding: 10px;
  }

  .client-logo-2 {
    width: 100px;
  }

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

@media screen and (max-width: 767px) {
  .paragraph-button {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-head-page-sm {
    margin-bottom: 20px;
  }

  .paragraph-oem {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-page.red {
    margin-top: 10px;
  }

  .close-modal-restructuring-money-2 {
    width: 40px;
    height: 40px;
  }

  .heading-ppn-foods {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-button-cta {
    flex-flow: wrap;
  }

  .icon-social-media {
    width: 30px;
    margin-top: 40px;
    margin-left: 80px;
  }

  .image-cv-tt {
    height: 400px;
  }

  .icon-social-media-6 {
    width: 15px;
    margin-top: 40px;
    margin-right: 80px;
  }

  .pop-up-call-to-action {
    display: none;
  }

  .logo-sq-logo {
    width: 100px;
  }

  .image-cta {
    width: 400px;
  }

  .image-logo-wedgets {
    width: 45px;
  }

  .image-promotion {
    border-radius: 14px;
  }

  .dropdown-list-2.w--open {
    margin-top: 10px;
  }

  .sub-paragraph-page {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-about-us-h {
    justify-content: center;
    align-items: center;
  }

  .section {
    height: 35vh;
  }

  .modal-body-restructuring-money-3 {
    width: 400px;
    top: 50%;
  }

  .our-product {
    padding-bottom: 40px;
  }

  .heading-form {
    font-size: 26px;
    line-height: 32px;
  }

  .order-channel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-footer-3 {
    display: none;
  }

  .image-logo {
    width: 100px;
  }

  .heading-cta-ct {
    text-align: center;
  }

  .div-block-cta {
    justify-content: center;
    align-items: center;
  }

  .copyright {
    margin-top: 25px;
  }

  .c-faq-q-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-about {
    font-size: 38px;
    line-height: 44px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .banner-pc {
    display: none;
  }

  .review-highlight-header-2 {
    flex-flow: column;
  }

  .heading-oem {
    font-size: 22px;
    line-height: 28px;
  }

  .oem {
    padding-top: 60px;
  }

  .heading-faq {
    font-size: 30px;
    line-height: 36px;
  }

  .link-block-promotion {
    border-radius: 14px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .banner-page {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-page.oem {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-bn-page {
    margin-top: -30px;
  }

  .paragraph-bn-page.sp-oem {
    line-height: 36px;
  }

  .sub-paragraph-bn-page {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sub-paragraph-bn-page.sp {
    padding-left: 100px;
    padding-right: 100px;
  }

  .line-about-us {
    border: 1px solid var(--white);
  }

  .heading-about-us {
    text-align: center;
    font-size: 26px;
  }

  .sub-paragraph-about.black, .sub-paragraph-about.white.spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-oem-ab {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-page-about {
    font-size: 26px;
    line-height: 32px;
  }

  .image-17864 {
    height: 375px;
  }

  .about-us {
    background-image: linear-gradient(90deg, #00000040, #000 17%), url('../images/bg-ab-ppn.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0%, 0 0;
    background-size: auto, cover, auto;
  }

  .div-block-oem-ab {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub-heading-bn-page {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-about-us {
    justify-content: center;
    align-items: center;
  }

  .grid-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-52, .grid-53 {
    grid-template-columns: 1fr;
  }

  .icon-social-media-12 {
    width: 20px;
    margin-left: 135px;
  }

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

  .image-product-about-2 {
    width: 180px;
    margin-bottom: -30px;
  }

  .icon-7 {
    font-size: 20px;
  }

  .image-17866 {
    width: 20px;
  }

  .heading-33182 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-17867 {
    width: 110px;
  }

  .icon-social-media-13 {
    width: 30px;
    margin-left: 177px;
  }

  .review-highlight-name-4 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .icon-social-media-14 {
    width: 35px;
    margin-right: 120px;
  }

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

  .icon-social-media-15 {
    width: 20px;
    margin-right: 20px;
  }

  .nav-link-3 {
    display: inline-block;
  }

  .image-17868 {
    width: 250px;
    margin-top: -15px;
    margin-left: -20px;
  }

  .slide-5 {
    width: 100%;
  }

  .review-highlight-name-5 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .icon-8 {
    font-size: 20px;
  }

  .paragraph-about-2 {
    text-align: center;
  }

  .div-block-footer-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-footer-7.none {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .icon-social-media-16 {
    width: 20px;
    margin-left: 30px;
  }

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

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

  .grid-64 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .div-block-our-award-2 {
    width: 210px;
    height: 300px;
  }

  .image-award-2 {
    width: 80px;
  }

  .heading-award-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-award-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .sub-paragraph-about-us-2 {
    color: var(--white);
  }

  .paragraph-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-menu.w {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-join-with-us {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .paragraph-bn-menu {
    padding-left: 120px;
    padding-right: 120px;
  }

  .grid-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-how-to-tips {
    margin-top: -25px;
  }

  .image-jws {
    height: 490px;
  }

  .div-block-img-jws {
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }

  .image-menu {
    height: 45vw;
  }

  .div-block-menus-with-us {
    width: 100%;
  }

  .grid-34-pc {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .paragraph-91 {
    text-align: center;
  }

  .div-block-how-to-tips {
    padding: 20px;
  }

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

  .paragraph-join-with-us {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-recom-menu {
    font-size: 20px;
    line-height: 26px;
  }

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

  .div-block-cook-menu {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-number-how-to-tips {
    font-size: 50px;
    line-height: 56px;
  }

  .banner-menu {
    margin-top: 73px;
  }

  .icon-button-yt {
    width: 55px;
  }

  .heading-join-with-us {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .image-new-ideas {
    height: 300px;
  }

  .image-recom-menu {
    object-fit: cover;
    height: 270px;
  }

  .heading-menu {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-paragraph-about-oem, .sub-paragraph-about-oem.bold {
    text-align: center;
  }

  .sub-paragraph-about-oem.spacing {
    margin-bottom: 0;
  }

  .paragraph-faq-oem {
    padding-left: 0;
    padding-right: 0;
  }

  .image-logo-sq {
    width: 100px;
  }

  .icon-ct-oem {
    width: 15px;
  }

  .icon-how-it-works {
    width: 50px;
  }

  .grid-41, .grid-39 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-about-oem {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-full-service-oem {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-about-oem {
    text-align: center;
  }

  .div-block-text-full-service-oem {
    padding: 15px;
  }

  .paragraph-p-oem.s {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-how-it-works {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-icon-oem {
    width: 30px;
    height: 30px;
  }

  .grid-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-full-service-oem {
    height: 250px;
  }

  .div-block-how-it-works {
    width: 48%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-contact-us.s {
    text-align: center;
  }

  .div-block-contact-us {
    padding: 0;
  }

  .sub-paragraph-contact-us {
    text-align: center;
  }

  .icon-arrow-up {
    width: 20px;
  }

  .icon-12 {
    font-size: 25px;
  }

  .grid-18-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-34-mb {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-head-cta {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-oem-chili-2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-oem-read-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-oem-head-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-products-recommend {
    width: 200px;
  }

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

  .image-about-us-1 {
    width: 100%;
  }

  .image-about-us-2 {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .slide-wrap {
    width: 5000px;
  }

  .banner-mb {
    margin-top: 70px;
    display: block;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .client-logo-2 {
    width: 90px;
  }

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

  .dbd {
    margin-top: 20px;
  }

  .image-dbd {
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .all-menu {
    padding-bottom: 40px;
  }

  .review-highlight-profile-2 {
    width: 35px;
  }

  .standard-quality {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-oem {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-page {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .close-modal-restructuring-money-2 {
    width: 35px;
    height: 35px;
  }

  .heading-ppn-foods {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-button-cta {
    font-size: 14px;
    line-height: 20px;
  }

  .about-us-home {
    background-image: linear-gradient(#fff0 30%, #231f20), linear-gradient(225deg, #231f20a6, #231f20 70%), url('../images/bg-ab-ppn1.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 85% 0, 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-form {
    padding: 20px;
  }

  .div-block-button-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .c-faq-icon, .c-faq-a-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-social-media {
    width: 20px;
    margin-top: 35px;
    margin-left: 50px;
  }

  .image-cv-tt {
    height: auto;
  }

  .div-block-button-oem {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-oem-contact {
    font-size: 16px;
    line-height: 22px;
  }

  .our-tik-tok {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-social-media-6 {
    margin-right: 50px;
  }

  .link-block-97 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px;
  }

  .image-product-about-1 {
    width: 100px;
    margin-bottom: -15px;
    margin-left: 0;
  }

  .pop-up-call-to-action {
    display: none;
  }

  .logo-sq-logo {
    width: 110px;
  }

  .image-cta {
    width: 300px;
  }

  .div-block-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .image-logo-wedgets {
    width: 40px;
  }

  .paragraph-65, .faq-q-text-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .container-order-channel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-icon-contact {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-list-2.w--open {
    margin-top: -70px;
    top: -280px;
  }

  .sub-paragraph-page.white {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-about {
    width: 150px;
  }

  .section {
    height: 25vh;
  }

  .modal-body-restructuring-money-3 {
    width: 90%;
  }

  .widgets-contact {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .our-product {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .order-channel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-button-jws {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-cta-ct {
    font-size: 20px;
    line-height: 26px;
  }

  .faq, .our-social-media {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-faq-q-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-about {
    font-size: 34px;
    line-height: 40px;
  }

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

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

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

  .dropdown-toggle-2.w--open {
    margin-top: -50px;
  }

  .link-social-media-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-all-sq-logo {
    flex-flow: wrap;
  }

  .oem {
    padding-top: 40px;
  }

  .oem-chili-paste {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .icon-cta {
    width: 15px;
  }

  .heading-33178 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .banner-page, .banner-page.oem {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-bn-page, .paragraph-bn-page.sp-oem {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-bn-page.sp {
    margin-top: -20px;
  }

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

  .sub-paragraph-bn-page {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .sub-paragraph-bn-page.sp {
    padding-left: 0;
    padding-right: 0;
  }

  .ingredient {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-sq {
    font-size: 14px;
  }

  .heading-sq {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-about-us {
    font-size: 24px;
    line-height: 30px;
  }

  .our-award {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-paragraph-about.black {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-vng, .sub-paragraph-page-about {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-about-us {
    text-align: center;
  }

  .heading-page-about {
    font-size: 22px;
    line-height: 28px;
  }

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

  .image-17864 {
    height: auto;
  }

  .heading-vng {
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

  .div-block-vng.text {
    padding: 40px 20px;
  }

  .image-sq {
    width: 100px;
  }

  .heading-bn-page.sp {
    font-size: 34px;
    line-height: 40px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-oem-ab {
    padding-left: 20px;
  }

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

  .image-about-3 {
    width: 125px;
  }

  .sub-heading-about-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .image-about-4 {
    width: 125px;
  }

  .icon-social-media-12 {
    margin-left: 85px;
  }

  .image-17865 {
    width: 40px;
    height: 40px;
  }

  .image-product-about-2 {
    width: 135px;
    margin-left: 85px;
  }

  .paragraph-name-logo-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-17866 {
    width: 20px;
  }

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

  .heading-33182 {
    font-size: 12px;
    line-height: 18px;
  }

  .icon-social-media-13 {
    margin-left: 89px;
    display: none;
  }

  .div-block-18350 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-social-media-14 {
    width: 25px;
    margin-top: 0;
    margin-right: 70px;
  }

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

  .icon-social-media-15 {
    width: 15px;
    margin-right: 10px;
  }

  .star-group-5 {
    justify-content: center;
    align-items: center;
  }

  .slide-5 {
    width: 100%;
    margin-right: 22px;
  }

  .heading-33184 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .paragraph-75 {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

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

  .div-block-footer-7.none {
    display: none;
  }

  .icon-social-media-16 {
    width: 15px;
    margin-left: 10px;
  }

  .div-block-18352 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .grid-61 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .oem-ab-ppn-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-our-award-2 {
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 310px;
  }

  .sub-paragraph-about-us-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-menu.w {
    padding-left: 0;
    padding-right: 0;
  }

  .image-yt {
    object-fit: cover;
    height: 190px;
  }

  .menus-with-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-join-with-us {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }

  .grid-33 {
    margin-bottom: -145px;
  }

  .section-new-ideas {
    padding-top: 40px;
  }

  .paragraph-bn-menu {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: none;
  }

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

  .image-jws {
    height: 250px;
  }

  .image-menu {
    height: 60vw;
  }

  .button-social-media {
    margin-top: 140px;
    padding-bottom: 50px;
  }

  .div-block-new-ideas._1 {
    margin-top: 20px;
  }

  .div-block-new-ideas._3 {
    margin-top: 5px;
  }

  .div-block-new-ideas._2 {
    margin-top: 29px;
  }

  .how-to-tips {
    padding-bottom: 40px;
  }

  .paragraph-91 {
    text-align: center;
  }

  .recom-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-number-how-to-tips {
    font-size: 46px;
    line-height: 52px;
  }

  .heading-page-menu {
    font-size: 22px;
    line-height: 28px;
  }

  .join-with-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-button-yt {
    width: 45px;
  }

  .heading-join-with-us {
    font-size: 24px;
    line-height: 30px;
  }

  .image-new-ideas {
    height: 170px;
  }

  .heading-menu-name {
    font-size: 16px;
  }

  .image-recom-menu {
    height: 230px;
  }

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

  .sub-paragraph-about-oem.bold {
    font-size: 16px;
    line-height: 22px;
  }

  .our-full-service-oem {
    padding-top: 40px;
  }

  .space {
    padding-bottom: 40px;
  }

  .icon-how-it-works {
    width: 45px;
  }

  .standard-quality-oem {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-ct-oem {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .all-faq-oem {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-17878 {
    border-radius: 20px;
  }

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

  .our-portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-about-oem {
    font-size: 22px;
    line-height: 28px;
  }

  .about-oem {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-faq-oem {
    display: flex;
  }

  .div-block-text-full-service-oem {
    padding: 20px;
  }

  .div-block-no-click {
    border-radius: 14px;
  }

  .paragraph-p-oem.s {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-5, .mask-4 {
    border-radius: 20px;
  }

  .paragraph-about-oem {
    font-size: 18px;
    line-height: 24px;
  }

  .image-full-service-oem {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 340px;
  }

  .div-block-full-service-oem {
    border-radius: 14px;
  }

  .div-block-how-it-works {
    width: 100%;
  }

  .how-it-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-42 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropinblog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-contact-us.s {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-form-contact-us {
    border-radius: 26px;
    padding: 25px 20px;
  }

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

  .grid-69-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-34-mb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .image-detail-p-2 {
    width: 30px;
    margin-left: 30px;
  }

  .image-detail-p-2.s6 {
    width: 45px;
  }

  .image-detail-p-2.s4 {
    margin-left: -45px;
  }

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

  .image-detail-p-3 {
    margin-left: 0;
  }

  .image-detail-p-3.s5 {
    width: 25px;
    margin-left: 15px;
  }

  .div-block-all-product {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .image-products-recommend {
    width: 180px;
  }

  .image-detail-p {
    margin-right: 10px;
  }

  .image-detail-p.s5 {
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .image-detail-p.s1 {
    margin-right: 10px;
  }

  .slide-wrap {
    width: 3900px;
  }

  .heading-33188 {
    font-size: 15px;
    line-height: 25px;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .client-logo-2 {
    object-position: 0% 50%;
  }

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

#w-node-bd40f22d-ab21-16e7-94a2-c48d063ea1f9-78bd2a7a, #w-node-_6a85e068-16e8-8da6-c537-6b3a48a1a039-78bd2a7a, #w-node-d83bbbe1-fe4e-dff1-3d88-637cab549d13-78bd2a7a, #w-node-bd40f22d-ab21-16e7-94a2-c48d063ea3bc-78bd2a7a, #w-node-bd40f22d-ab21-16e7-94a2-c48d063ea3bd-78bd2a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd40f22d-ab21-16e7-94a2-c48d063ea49f-78bd2a7a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01afb-b5e01af8, #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01b0b-b5e01af8 {
  justify-self: center;
}

#w-node-_4ccd8f29-b857-4170-67f3-35e0b2951a96-b2951a92, #w-node-_1a52aa8f-4706-385f-f310-b1d25588f1c6-4a04a748, #w-node-_1a52aa8f-4706-385f-f310-b1d25588f239-4a04a748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c81747-36ea-7631-415a-5b43752ef8e4-c8b7ad68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9c81747-36ea-7631-415a-5b43752ef90b-c8b7ad68, #w-node-d9c81747-36ea-7631-415a-5b43752ef912-c8b7ad68, #w-node-d9c81747-36ea-7631-415a-5b43752ef919-c8b7ad68, #w-node-d9c81747-36ea-7631-415a-5b43752ef920-c8b7ad68, #w-node-d9c81747-36ea-7631-415a-5b43752ef935-c8b7ad68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c81747-36ea-7631-415a-5b43752ef9d5-c8b7ad68 {
  align-self: center;
}

#w-node-ba25e974-c797-fcaf-6ccd-08147f4bc9ae-b6e3cb5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba25e974-c797-fcaf-6ccd-08147f4bc9e1-b6e3cb5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-bd40f22d-ab21-16e7-94a2-c48d063ea3bd-78bd2a7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01afb-b5e01af8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01b0b-b5e01af8 {
    justify-self: start;
  }

  #w-node-_91ced1a0-ca5d-8520-073f-aacd27703684-27703671, #w-node-d9068768-acfd-a1b3-73e6-ce4327046360-c8b7a568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd40f22d-ab21-16e7-94a2-c48d063ea203-78bd2a7a {
    order: -9999;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01afb-b5e01af8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01b0b-b5e01af8, #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01b24-b5e01af8 {
    justify-self: center;
  }

  #w-node-d9c81747-36ea-7631-415a-5b43752ef8dc-c8b7ad68 {
    order: 9999;
  }

  #w-node-d9c81747-36ea-7631-415a-5b43752ef8e4-c8b7ad68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba25e974-c797-fcaf-6ccd-08147f4bc9b6-b6e3cb5c {
    order: -9999;
  }

  #w-node-ba25e974-c797-fcaf-6ccd-08147f4bc9e1-b6e3cb5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd40f22d-ab21-16e7-94a2-c48d063ea308-78bd2a7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01afb-b5e01af8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01b0b-b5e01af8 {
    justify-self: start;
  }

  #w-node-_80bd6228-1dbb-f3b1-3110-66f8b5e01b24-b5e01af8 {
    justify-self: center;
  }

  #w-node-_1a52aa8f-4706-385f-f310-b1d25588f1c6-4a04a748, #w-node-d9068768-acfd-a1b3-73e6-ce4327046358-c8b7a568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_217c9e84-860c-4750-bcaf-e40b678a6595-c8b7a568 {
    order: -9999;
  }

  #w-node-_217c9e84-860c-4750-bcaf-e40b678a658a-c8b7a568 {
    order: 9999;
  }
}


