html {
  overscroll-behavior-y: none;
}

@font-face {
  font-family: "FCVisionRounded";
  src: url("fonts/FCVisionRounded-Light.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito-SemiBold";
  src: url("fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* pre {
  color: #000;
} */

body {
  /* font-family: "Nunito"; */
  background-color: #ffffff;
  color: #000000;
  margin: 0 !important;

  overflow-x: hidden !important;
  padding-right: 0 !important;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* letter-spacing: 1px;  */
  overscroll-behavior-y: none;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

/* :lang(th) body {
  font-family: "FCVisionRounded";
  font-weight: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-32: 32px;
  --font-size-lg: 20px;
  --font-size-40en-50th: 40px;
} */
html,
body,
input,
button,
select,
textarea {
  font-family: "FCVisionRounded" !important;
  font-weight: normal;
  --font-size-16: 16px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-32: 32px;
  --font-size-20en-28th: 20px;
  --font-size-22en-28th: 22px;
  --font-size-18en-22th: 18px;
  --font-size-40en-50th: 40px;
  --font-size-12en-16th: 12px;
  --font-size-14en-18th: 14px;
}

html:lang(en),
html:lang(en) body,
html:lang(en) input,
html:lang(en) button,
html:lang(en) select,
html:lang(en) textarea,
html[lang^="en"],
html[lang^="en"] body {
  font-family: "Nunito" !important;
  --font-size-16: 16px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-32: 32px;
  --font-size-20en-28th: 20px;
  --font-size-22en-28th: 22px;
  --font-size-18en-22th: 18px;
  --font-size-40en-50th: 40px;
  --font-size-12en-16th: 12px;
  --font-size-14en-18th: 14px;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none !important;
}

/* main {
    min-height: 90vh;
} */

/* .font-db-helvethaica-x {
    font-family: 'DB Helvethaica X';
} */

.pointer {
  cursor: pointer !important;
}

.text-decoration,
.text-decoration-none {
  text-decoration: none;
}

.text-a,
.text-a a {
  color: #fff;
  text-decoration: none;
}

.container {
  padding: 0 160px;
}

/* header */
.site-header.nav-bar {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  height: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.site-header .container {
  display: flex;
  align-items: center;
  width: 100%;
}

.site-branding .custom-logo {
  width: 56px;
  height: auto;
  min-width: 50px;
}

.main-navigation {
  flex-grow: 1;
}

.main-navigation ul.nav-links {
  display: flex;
  justify-content: space-evenly;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul li a {
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  text-transform: uppercase;
  color: #f15a22;
}

.main-navigation .menu-item-has-children>a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu .menu-item.current-menu-item>a,
.mobile-menu .menu-item.current_page_item>a,
.mobile-menu .menu-item.current-menu-ancestor>a,
.mobile-menu .menu-item.current_page_ancestor>a,
.mobile-menu a[aria-current="page"] {
  color: #2b3c8e !important;
}

.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-parent>a,
.main-navigation .current_page_parent>a {
  color: #2b3c8e !important;
}

.main-navigation .menu-item-has-children.current-menu-item>a::after,
.main-navigation .menu-item-has-children.current_page_item>a::after,
.main-navigation .menu-item-has-children.current-menu-ancestor>a::after,
.main-navigation .menu-item-has-children.current_page_ancestor>a::after,
.main-navigation .menu-item-has-children.current-menu-parent>a::after,
.main-navigation .menu-item-has-children.current_page_parent>a::after {
  border-color: #2b3c8e !important;
  color: #2b3c8e !important;
}


.mobile-menu .menu-item-has-children.current-menu-item>a::after,
.mobile-menu .menu-item-has-children.current_page_item>a::after,
.mobile-menu .menu-item-has-children.current-menu-ancestor>a::after,
.mobile-menu .menu-item-has-children.current_page_ancestor>a::after,
.mobile-menu .menu-item-has-children.current-menu-parent>a::after,
.mobile-menu .menu-item-has-children.current_page_parent>a::after {
  color: #2b3c8e !important;
}

.main-navigation .sub-menu .current-menu-item>a,
.main-navigation .sub-menu .current_page_item>a {
  color: #2b3c8e !important;
}

/* .main-navigation .menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2b3c8e;
  margin-top: -6px;
} */

.lang-switcher {
  display: flex;
  /* align-items: center; */
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.lang-switcher a {
  color: #f9b99a;
  text-decoration: none;
}

.lang-switcher a.active {
  color: #f15a22;
}

.lang-switcher .divider {
  color: #f15a22;
  margin: 0 8px;
}

/* footer */
.site-header,
.site-footer {
  font-weight: 500;
}

.footer-address>a {
  color: white;
  text-decoration: none;
}

.site-footer {
  font-size: 14px;
  background-color: #f15a22;
  color: white !important;
  min-height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}

.footer-social {
  margin-top: -22px;
}

.social-link {
  text-decoration: none;
}

.social-icon {
  height: 48px;
  width: 48px;
  margin: 0 5px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* header submenu */

.main-navigation ul ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  white-space: wrap;
  box-shadow: none;
}

.main-navigation ul ul li {
  display: inline-block;
}

.main-navigation ul ul li a {
  color: #F15A22;
  text-decoration: none;
  display: block;
  font-size: var(--font-size-base);
  font-weight: 400;
}

.main-navigation ul ul li a:hover {
  color: #ff6b35;
}

.main-navigation ul ul li.current a,
.main-navigation ul ul li.active a,
.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul li.current-menu-ancestor a,
.main-navigation ul ul li.current-menu-parent a,
.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current_page_parent a,
.main-navigation ul ul li.current_page_ancestor a {
  color: #f15a22;
  font-size: var(--font-size-base);
  font-weight: bold;
}

@media (min-width: 1024px) {
  .main-navigation ul li>ul {
    padding: 0 80px;
    height: 60px;
    align-items: center;
    display: flex !important;
  }
}

@media (min-width: 1499px) {
  .main-navigation ul li>ul {
    padding: 0 200px;
  }
}

@media (min-width: 1599px) {
  .main-navigation ul li>ul {
    padding: 0 220px;
  }
}


.sub-menu>li a {
  color: #000;
}

.sub-menu>li.menu-item {
  margin: 0 !important;
}

/* .show-sub-menu .sub-menu {
  display: block !important;
  animation: fadeIn;
  animation-duration: 0.5s;
} */

.main-navigation-desktop .thisisjoinus:hover>a::after {
  filter: invert(80%) sepia(100%) saturate(5100%) hue-rotate(-1deg) brightness(92%) contrast(102%);
}

.main-navigation-desktop .thisisspace:hover {
  color: #ec1c24;
  transition: all 0.5s ease-in-out;
}

.main-navigation-desktop .thisisspace:hover>a::after {
  filter: invert(80%) sepia(100%) saturate(5100%) hue-rotate(-1deg) brightness(92%) contrast(102%);
}

.nav-mobile-trigger-open {
  color: white;
  font-size: 26px;
}

.main-navigation-mobile {
  width: 100%;
  background-color: #0b0204 !important;
  padding: 20px 30px 40px;
  position: fixed;
  z-index: 999;
}

.site-header {
  z-index: 1000 !important;
}

.main-navigation-mobile {
  padding: 20px 30px 40px;
}

.main-navigation-mobile .menu {
  margin: 0;
  padding: 0;
  margin-top: 65px;
}

.main-navigation-mobile .menu-item,
.main-navigation-mobile .sub-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.main-navigation-mobile .menu-item a {
  text-decoration: none;
  color: white;
  padding: 2px 0;
  display: inline-block;
}

.main-navigation-mobile .sub-menu {
  display: none;
  padding-bottom: 10px;
}

.main-navigation ul ul a {
  width: 100% !important;
}

.show-sub-menu>a {
  font-weight: 700;
}

.children-active .main-navigation-mobile .menu>.menu-item>a {
  color: #ec1c24;
}

.children-active .main-navigation-mobile .menu>.menu-item.show-sub-menu>a {
  color: white;
}

.children-active .main-navigation-mobile .menu>.menu-item.thisisspace>a::after,
.children-active .main-navigation-mobile .menu>.menu-item.thisisjoinus>a::after {
  filter: invert(80%) sepia(100%) saturate(5100%) hue-rotate(-1deg) brightness(92%) contrast(102%);
}

.children-active .main-navigation-mobile .menu>.menu-item.show-sub-menu.thisisspace>a::after,
.children-active .main-navigation-mobile .menu>.menu-item.show-sub-menu.thisisjoinus>a::after {
  filter: brightness(0) invert(1) !important;
}

.sub-menu {
  background-color: #e8e1d7 !important;
  width: 100% !important;
  top: 97px !important;
  position: fixed !important;
  left: 0px !important;
  z-index: 2002 !important;
  justify-content: space-between;
}



.main-navigation {
  position: relative;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  text-decoration: none;
}

.site-header,
.site-header *,
.main-navigation,
.main-navigation * {
  overflow: visible !important;
}

/* .main-navigation .sub-menu,
.main-navigation ul ul {
  display: none !important;
  position: absolute !important;
  left: -18px !important;
  top: calc(100% + 0px) !important;
  width: auto !important;
  min-width: 180px;
  max-height: 60vh;
  overflow: auto;
  padding: 8px 0;
  margin: 0;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2002 !important;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.menu-item-has-children.show-sub-menu .sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.main-navigation .sub-menu li {
  display: block;
  margin: 0;
} */


/* .main-navigation .sub-menu li a {
  text-align: left;
  display: block;
  padding: 10px 14px 10px 18px;
  font-size: var(--font-size-base, 16px);
  font-weight: 400;
  color: #ff6b35;
  line-height: 22px;
  max-width: 170px;
  white-space: wrap;
} */

/* .main-navigation .sub-menu li a:hover {
  background: rgba(255, 106, 53, 0.08);
  color: #ff6b35;
} */

.main-navigation .sub-menu li.current a,
.main-navigation .sub-menu li.active a,
.main-navigation .sub-menu li.current-menu-item a,
.main-navigation .sub-menu li.current-menu-ancestor a,
.main-navigation .sub-menu li.current-menu-parent a,
.main-navigation .sub-menu li.current_page_item a,
.main-navigation .sub-menu li.current_page_parent a,
.main-navigation .sub-menu li.current_page_ancestor a {
  color: #f15a22;
}

/* .main-navigation .menu-item-has-children>a {
  position: relative;
  padding-right: 40px;
}

.main-navigation .menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #f15a22;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 65%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  transition: none;
}

.menu-item-has-children.show-sub-menu>a::after {
  transform: translateY(-50%) rotate(180deg);
}

.show-sub-menu>a {
  font-weight: 500;
} */

.main-navigation ul ul a {
  width: auto !important;
}

.main-navigation-desktop .thisisjoinus:hover>a::after,
.main-navigation-desktop .thisisspace:hover>a::after {
  filter: none;
}

.main-navigation-mobile .sub-menu {
  display: none;
}

.main-navigation-mobile .menu-item.show-sub-menu>.sub-menu {
  display: block;
}

.menu-toggle {
  display: none;
}

.navbar-toggler {
  margin-left: 20px;
  border: none;
  background: none;
  padding: 4px 8px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: none;
}

/* Hamburger Animation */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 15px;
}

.hamburger .line {
  background: #f15a22;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 22px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile overlay  */
.mobile-overlay {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(0px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-overlay.show {
  opacity: 1;
  visibility: visible;
  /* background: rgba(0, 0, 0, 0.6); */
  backdrop-filter: blur(2px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 65%;
  background: #ffffff;
  z-index: 10000;
  box-sizing: border-box;
  overflow-y: auto;
  opacity: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
  border-radius: 0 0 15px 15px !important;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu.show {
  opacity: 1;
  /* box-shadow: -30px 0 80px rgba(0, 0, 0, 0.25); */
  border-radius: 0;
}

.mobile-menu-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
}

.menu-header-container {
  flex-grow: 1;
  overflow-y: auto;
}

.mobile-menu.show .mobile-menu-header {
  transform: translateY(0);
  opacity: 1;
  padding-bottom: 25px;
}

.mobile-menu .site-branding .custom-logo {
  width: 56px;
  height: auto;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu.show ul {
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu ul li {
  margin-bottom: 20px;
}

.mobile-menu.show ul li {
  transform: translateX(0);
  opacity: 1;
}

.mobile-menu ul li a {
  color: #f15a22;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.mobile-menu .sub-menu {
  display: none !important;
  padding-left: 20px;
  margin-top: 10px;
}

.mobile-menu .menu-item-has-children.open>.sub-menu {
  display: block !important;
}

.mobile-menu .menu-item-has-children>a {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-menu .menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #f15a22;
  margin-left: 10px;
  margin-top: -6px;
}

.mobile-menu .menu-item-has-children.open>a::after {
  transform: rotate(180deg);
}

/* Home */

#food-and-drink-section,
#feed-section,
#real-section,
#packaging-section {
  scroll-margin-top: 110px;
}

/* about use 2 page home and about ourstory */
.about-us>h4 {
  color: #2b3c8e;
  font-size: var(--font-size-20);
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.about-us>h1 {
  font-weight: bold;
  font-size: var(--font-size-32);
  line-height: 44px;
  max-width: 525px;
  margin-top: 10px;
  color: #f15a22;
}

.about-us>p {
  font-size: var(--font-size-20);
  margin-bottom: 0;
  line-height: 28px;
  max-width: 508px;
}

.about-img {
  width: 680px;
  height: 640px;
  border-radius: 24px;
}

.Abouts {
  /* min-height: 870px; */
  padding: 100px 0;
}

.business-section {
  min-height: 1100px;
  background-color: #f15a22;
}

.business-content {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
}

.business-card .card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  height: auto;
  width: 100%;
  aspect-ratio: 260 / 460;
  min-height: 300px;
}

@media (min-width: 992px) {
  .business-card .card {
    min-height: 460px;
  }
}

.business-card .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: transform 0.5s ease;
  z-index: 0;
}

/* .business-card .card:hover::before {
  transform: scale(1.04);
} */

.business-card .card:hover {
  box-shadow: none;
  background: transparent;
}

.business-card .card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  /* padding: 20px; */
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.business-card .card:hover .card-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.business-card .overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

}

.business-card .overlay-icon {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.business-card .overlay-text {
  font-size: var(--font-size-40en-50th);
  font-weight: 700;
  color: #fff;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}



@media (max-width: 992px) {
  .business-card .overlay-text {
    font-size: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .business-card .overlay-icon {
    width: 42px;
    height: 42px;

  }
}

.business-card .card-body,
.business-card .p-5,
.business-card .p-lg-8 {
  display: none !important;
}

.services-section {
  position: relative;
  min-height: 960px;
}

.services-content-box {
  position: absolute;
  width: 610px;
  height: 495px;
  left: 120px;
  top: 180px;
  background: #ffffff;
  opacity: 0.8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 40px;
  box-sizing: border-box;
}

.services-title {
  position: absolute;
  width: 96px;
  height: 27px;
  left: 52px;
  top: 69px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #2b3c8e;
  margin: 0;
}

.services-description {
  position: relative;
  width: 100%;
  height: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin: 0;
  padding: 20px 0;
}

.services-description>h4 {
  font-size: var(--font-size-20);
  line-height: 28px;
  font-weight: bold;
  color: #2b3c8e;
}

.services-description>h1 {
  font-size: var(--font-size-32);
  line-height: 44px;
  font-weight: bold;
  color: #f15a22;
}

.services-description>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  margin-bottom: 0;
}

.promotion-home>h1 {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

/* about css */

.page-banner-about {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 960px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-logo-banner-about {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.vistion-section {
  position: relative;
  min-height: 960px;
}

.vistion-content-box {
  position: absolute;
  width: 610px;
  height: 495px;
  right: 120px;
  top: 180px;
  background: #ffffff;
  opacity: 0.8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  /* border-radius: 12px; */
  padding: 55px;
  border-radius: 20px;
  box-sizing: border-box;
}

.vistion-title {
  position: absolute;
  width: 96px;
  height: 27px;
  left: 52px;
  top: 69px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  color: #2b3c8e;
  margin: 0;
}

.vistion-description {
  position: relative;
  width: 100%;
  height: auto;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin: 0;
  padding: 20px 0;
}

.vistion-description>h4 {
  font-size: var(--font-size-20);
  line-height: 28px;
  font-weight: bold;
  color: #2b3c8e;
  margin-bottom: 16px;
}

.vistion-description>h1 {
  font-size: var(--font-size-32);
  line-height: 44px;
  font-weight: bold;
  color: #f15a22;
}

.vistion-description>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  margin-bottom: 0;
}

.our-journey-section {
  position: relative;
  padding: 100px 0;
  background: #f8f9fa;
  display: flex;
  align-items: center;
}

.card-our-journey {
  border: none;
  border-radius: 24px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 15px rgba(43, 60, 142, 0.1);
  overflow: hidden;
  position: relative;
}

.card-our-journey:hover {
  box-shadow: 0 20px 40px rgba(43, 60, 142, 0.2);
}

.card-our-journey .card-body {
  background-color: #f15a22;
  padding: 2.6rem 2.6rem;
  position: relative;
  min-height: 380px;
}

.card-our-journey .card-title {
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 48px;
}

.card-our-journey .card-text {
  font-size: var(--font-size-20);
}

.our-journey-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
}

.vistion-content-box .text-end {
  position: absolute;
  bottom: 40px;
  right: 40px
}

.vistion-description {
  transition: opacity .35s ease-in-out
}

.is-fading-out {
  opacity: 0
}

.our-journey-wrap {
  position: relative;
  padding: 0
}

.our-journey-swiper {
  position: relative;
  overflow: hidden;
  padding: 24px 0 0;
  --oj-gap: 24px
}

.our-journey-swiper .swiper-slide {
  height: auto;
  overflow: visible
}

.journey-item {
  --yb: 110px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 12px 24px 24px
}

.year-badge {
  position: relative;
  z-index: 2;
  width: var(--yb);
  height: var(--yb);
  border-radius: 50%;
  background: #F15A22;
  border: 2px solid #F15A22;
  color: #ffffffff;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(43, 60, 142, .12)
}

.journey-text {
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  max-width: 520px;
  text-align: center;
  color: #1d1d1f
}

.journey-text h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1f
}

.journey-text p {
  margin: 0;
  color: #3c3c43
}

.swiper-slide .journey-item:before,
.swiper-slide .journey-item:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  background: #F15A22;
  top: calc(var(--yb)/2 + 6px);
  transform: translateY(-1.5px);
  pointer-events: none;
}

.swiper-slide .journey-item:before {
  left: calc(-1 * var(--oj-gap));
  right: calc(50% + 1px)
}

.swiper-slide .journey-item:after {
  left: calc(50% - 1px);
  right: calc(-1 * var(--oj-gap))
}

.swiper-slide.is-first .journey-item:before {
  display: none
}

.swiper-slide.is-last .journey-item:after {
  display: none
}

.our-journey-pagination {
  position: static;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

.our-journey-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #C9D3F5;
  opacity: 1;
  transition: transform .2s ease, background .2s ease
}

.our-journey-pagination .swiper-pagination-bullet-active {
  background: #F15A22;
  transform: scale(1.1)
}


/* sustainability css */
.page-banner-sus {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 960px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esg-section {
  padding: 100px auto;
}

.esg-content>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  margin-bottom: 8px;
  letter-spacing: 0 !important;
}

.esg-content>h1 {
  font-size: var(--font-size-40en-50th);
  font-weight: bold;
  color: #f15a22;
  line-height: 54px;
  text-transform: uppercase;
}

.esg-card .card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .esg-card .card:hover {
  transform: translateY(-5px); 
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
} */

.esg-card .card-img-top {
  border-radius: 0;
  object-fit: cover;
  width: 90px;
  height: 80px;
  flex-shrink: 0;
  margin: 40px 40px 0 40px;
}

.esg-card .card-body {
  padding: 40px;
}

.esg-card .card-title {
  font-weight: bold;
  color: #f15a22;
  margin-bottom: 15px;
  font-size: var(--font-size-32);
  line-height: 44px;
  text-transform: uppercase;
}

.esg-card .card-text {
  color: #000;
  font-size: var(--font-size-20);
  line-height: 28px;
}

.esg-content-2>p {
  font-size: var(--font-size-20);
  margin-bottom: 0px;
  line-height: 28px;
}

.biogas-section {
  min-height: 960px;
}

.img-biogas {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  min-width: 330px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .img-biogas {
    min-width: 0;
    min-height: auto;
  }

  .esg-section {
    padding: 60px auto;
  }
}


.biogas-content>h1 {
  font-size: var(--font-size-40en-50th);
  font-weight: bold;
  line-height: 54px;
}

.biogas-content>p {
  font-size: var(--font-size-32);
  font-weight: bold;
  line-height: 44px;
}

.biogas-content-2>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
}

.biogas-content-parts>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}

.biogas-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.biogas-card .card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .biogas-card .card:hover {
  transform: translateY(-5px); 
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
} */

.biogas-card .card-img-top {
  border-radius: 0;
  object-fit: cover;
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  margin: 40px 40px 0 40px;
}

.biogas-card .card-body {
  padding: 40px;
}

.biogas-card .card-title {
  font-weight: bold;
  color: #f15a22;
  margin-bottom: 0;
  font-size: var(--font-size-32);
  line-height: 44px;
  text-transform: uppercase;
}

.biogas-card .card-text {
  color: #000;
  font-size: var(--font-size-20);
  line-height: 28px;
}

.biogas-card-2 .card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .biogas-card-2 .card:hover {
  transform: translateY(-5px); 
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
} */

.biogas-card-2 .card-body {
  padding: 40px;
}

.biogas-card-2 .card-title {
  font-weight: bold;
  color: #f15a22;
  font-size: var(--font-size-20);
  margin-bottom: 0;
}

.biogas-card-2 .card-text {
  color: #000;
  line-height: 28px;
  font-size: var(--font-size-20);
}

.title-repe-biogas-2 {
  font-weight: bold;
  color: #f15a22;
  font-size: var(--font-size-32);
  line-height: 44px;
}

.solar-section {
  min-height: 960px;
}

.img-solar {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  min-width: 330px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .img-solar {
    min-width: 0;
    min-height: auto;
  }
}

.solar-content>h1 {
  font-size: var(--font-size-40en-50th);
  font-weight: bold;
  line-height: 54px;
}

.solar-content>p {
  font-size: var(--font-size-32);
  font-weight: bold;
  line-height: 44px;
}

.solar-content-2>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
}

.solar-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solar-card .card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 
.solar-card .card:hover {
  transform: translateY(-5px); 
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
} */

.solar-card .card-img-top {
  border-radius: 0;
  object-fit: cover;
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  margin: 40px 40px 0 40px;
}

.solar-card .card-body {
  padding: 40px;
}

.solar-card .card-title {
  font-weight: bold;
  color: #f15a22;
  margin-bottom: 0;
  font-size: var(--font-size-32);
  line-height: 44px;
  text-transform: uppercase;
}

.solar-card .card-text {
  color: #000;
  line-height: 31px;
  font-size: var(--font-size-20);
}

.solar-card-2 .card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* .solar-card-2 .card:hover {
   transform: translateY(-5px); 
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
} */

.solar-card-2 .card-body {
  padding: 40px;
}

.solar-card-2 .card-title {
  font-weight: bold;
  color: #f15a22;
  font-size: 20px;
  margin-bottom: 0;
}

.card-title-soloar-2 {
  font-size: var(--font-size-20);
  line-height: 28px;
}

.solar-card-2 .card-text {
  color: #000;
  line-height: 28px;
  font-size: 20px;
}

.title-repe-solar-2 {
  font-weight: bold;
  color: #f15a22;
  font-size: var(--font-size-32);
  line-height: 44px;
}

/* .last-section {
        min-height: 960px;
    } */

.img-last {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  min-width: 330px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .img-last {
    min-width: 0;
    min-height: auto;
  }
}

.last-content>h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.last-content>p {
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
}

.last-content-2>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.last-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-logo-banner-sus {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* business-section */
.future-banner-image {
  height: 960px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.banner-title {
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  font-weight: bold;
}

.banner-subtitle {
  font-size: 24px;
  line-height: 34px;
  max-width: 870px;
  margin: 0 auto;
}

.tab-bar {
  /* font-family: "Nunito"; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* width: 100%; */
  max-width: 1050px;
  margin: 0 auto;
}

.tab-bar::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8.94%;
  right: 5.63%;
  height: 2px;
  background-color: #ffffff;
  z-index: 1;
}

.tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 16px;
  transition: background-color 0.3s ease;
}

.label {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  transition: color 0.3s ease;
  font-weight: bold;
}

.tab-item:hover .dot {
  background-color: #f15a22;
}

.tab-item:hover .label {
  color: #f15a22;
}

.food-and-drink-section {
  min-height: 1100px;
}

.food-title>h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
}

.food-title>p {
  font-size: var(--font-size-20);
  line-height: 28px;
}

.food-gallery {
  margin-top: 50px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
}

/* .gallery-item:hover {
  transform: translateY(-5px); 
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
} */

.gallery-item-real img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.gallery-item:hover img {
  opacity: 1;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f15a22;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  padding: 40px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-text {
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: start;
  line-height: 54px;
  z-index: 2;
}

.feed-section {
  min-height: 670px;
}

.feed-title>h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
}

.feed-title>p {
  font-size: var(--font-size-20);
  line-height: 28px;
}

.feed-gallery {
  margin-top: 50px;
}

.feed-gallery .row {
  margin-bottom: 20px;
}

.feed-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.1s ease;
  z-index: 2;
  padding: 20px;
}

.feed-gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}



.real-title>h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
}

.real-title>p {
  font-size: var(--font-size-20);
  line-height: 28px;
}

.real-gallery {
  margin-top: 50px;
}

.real-gallery .row {
  margin-bottom: 20px;
}

.real-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2b3c8e;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  padding: 40px;
}

.real-gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}


.packaging-title>h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
}

.packaging-title>p {
  font-size: var(--font-size-20);
  line-height: 28px;
}

.packaging-gallery {
  margin-top: 50px;
}

.packaging-gallery .row {
  margin-bottom: 20px;
}

.packaging-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6b4fa0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  padding: 40px;
}

.packaging-gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.img-packaging {
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}

.gallery-overlay.packing {
  background-color: #fa8c01 !important;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}

/* servie template */
.page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 620px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-banner-container {
  text-align: center;
  margin-bottom: 20px;
}

.logo-banner {
  max-width: 300px;
  height: auto;
}

.banner-content {
  text-align: center;
}

.text-title-banner {
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 110px;
}

.text-content-banner {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 15px;
}

.qc-section {
  padding: 100px 0;
  text-align: center;
}

.map-section {
  padding: 100px 0;

}

.products-section,
.chicken-section,
.btn-see-our,
.content-section {
  padding: 100px 0;
}

.qc-title h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333333;
}

.qc-title p {
  font-size: var(--font-size-20);
  line-height: 28px;
  color: #333333;
  margin-bottom: 30px;
  max-width: 996px;
  margin: 0 auto;
}

.qc-gallery {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.qc-gallery img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  /* border-radius: 8px; */
  /* transition: transform 0.3s ease; */
  cursor: pointer;
}

/* .qc-gallery img:hover {
  transform: scale(1.05);
} */

.qc-gallery-2 .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee3539;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  padding: 40px;
}

.qc-gallery-2 .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item.small img {
  height: 450px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.gallery-item:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.gallery-overlay-text {
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: start;
  line-height: 54px;
}

.map-image img {
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: 200px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .map-image img {
    min-height: auto;
  }

  .qc-section {
    padding: 60px 0;
  }

  .map-section {
    padding: 60px 0;

  }

  .products-section,
  .chicken-section,
  .btn-see-our,
  .content-section {
    padding: 60px 0;
  }

}


.map-title>p {
  text-align: center;
  font-size: var(--font-size-20);
  line-height: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.map-title>h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-title {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.product-gallery-2 {
  margin-top: 40px;
}

.product-gallery-2 .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f15a22;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  padding: 40px;
}

.product-gallery-2 .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.product-gallery-2 .gallery-item.small img {
  height: 450px;
}

.product-gallery-2 .gallery-item {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.product-gallery-2 .gallery-item:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-gallery-2 .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.product-gallery-2 .gallery-overlay-text {
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: start;
  line-height: 54px;
}

.chicken-title>h1 {
  font-size: var(--font-size-40en-50th);
  line-height: 54px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.chicken-title>p {
  font-size: var(--font-size-20);
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto;
}

.chicken-title strong {
  font-weight: 500;
}

.chicken-gallery .chicken-item {
  margin-bottom: 30px;
}

.chicken-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.chicken-text {
  font-size: var(--font-size-16);
  line-height: 24px;
  color: #333333;
  padding: 0 20px;
  text-align: center;
}

.map-section {
  min-height: 1050px;
}

/* Promotion Template */
.page-banner-promotion {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 620px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title-promotion {
  font-size: 80px;
  line-height: 110px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.promotion-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.promotion-card:hover {
  border-radius: 48px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

.card-image-wrapper {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
}

.card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.card-content {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 180px;
}

.card-title {
  font-size: var(--font-size-20);
  line-height: 28px;
  color: #000000;
  margin: 0 0 16px 0;
  flex-grow: 1;
}

.card-date {
  font-size: var(--font-size-16);
  line-height: 24px;
  color: #2b3c8e;
  margin-top: auto;
  text-transform: uppercase;
}

.card-badge {
  position: absolute;
  bottom: 18px;
  left: 22px;
  padding: 6px 18px;
  border-radius: 40px;
  font-size: 16px;
  color: #f15a22;
  line-height: 24px;
  text-transform: uppercase;
  z-index: 2;
}

.badge-update {
  background-color: #ffffffff;
}

.badge-promotion {
  background-color: #ffffffff;
}

.custom-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 30px;
}

.page-count {
  font-size: var(--font-size-18);
  color: #000;
  text-transform: uppercase;
}

.custom-pagination a {
  font-size: var(--font-size-18);
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-pagination a i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 16px;
  justify-content: center;
}

.pagination-prev,
.pagination-next {
  min-width: 110px;
}

.pagination-next {
  text-align: right;
}

.custom-pagination span.disabled {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  cursor: not-allowed;
}

.custom-pagination span.disabled i {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 16px;
  justify-content: center;
}

/* 
css ของ info */

.info-repeater-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info-repeater-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

.info-repeater-image img {
  width: 100%;
  max-width: 25px;
  margin-right: 20px;
}

.info-additional {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  color: #f15a22;
}

.info-additional a {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  color: #f15a22;
}

.info-repeater-text a {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-decoration: none !important;
}

/* css packing */

.page-banner-packing {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 620px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-pack-content {
  font-size: 20px;
  line-height: 28px;
}

.packing-title h1 {
  font-size: 80px;
  line-height: 110px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

/* continaer responsive */
@media only screen and (max-width: 1500px) {
  .container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0px;
  }

  .main-navigation ul.nav-links {
    gap: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}

/* header */

@media (max-width: 1440px) {
  /* .main-navigation ul li.show-sub-menu > ul {
    padding: 0 60px;
  } */

  .main-navigation ul ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1200px) {

  /* .main-navigation ul li.show-sub-menu > ul {
    padding: 0 35px;
  } */
  .main-navigation ul ul li a {
    font-size: 12px;
    line-height: 16px;

  }
}

@media (max-width: 1100px) {
  .footer-social {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .sub-menu {
    background-color: #ffffff !important;
    width: 100% !important;
    top: 0px !important;
    position: relative !important;
    left: 0px !important;
    z-index: 1 !important;
  }

  .mobile-menu .sub-menu li a {
    color: #f15a22 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
  }

  .mobile-menu .sub-menu {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 991px) {
  li.thisisspace>a {
    white-space: nowrap;
  }

  li.thisisjoinus>a {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .social-icon {
    height: 40px;
    width: 40px;
    margin: 0 3px;
  }
}

@media (max-width: 480px) {
  .social-icon {
    height: 35px;
    width: 35px;
    margin: 0 2px;
  }
}

/* Mobile overlay  */

@media (max-width: 1023px) {
  .navbar-toggler {
    display: block !important;
  }

  .navbar-collapse {
    display: none !important;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  .main-navigation {
    justify-content: end !important;
  }
}

@media (min-width: 1024px) {
  .navbar-toggler {
    display: none !important;
  }

  .navbar-collapse {
    display: block !important;
  }

  .lang-switcher {
    display: flex !important;
  }
}

/* Home */

@media (max-width: 1440px) {
  .about-img {
    width: 590px;
    height: 590px;
    border-radius: 24px;
  }

  /* .custom-button {
    padding: 8px 60px !important;
  } */
}

@media (max-width: 1023px) {
  .about-img {
    width: 100%;
    max-height: 480px;
    border-radius: 24px;
  }
}

@media (max-width: 1023px) {
  .business-card .card-text {
    font-size: 18px;
  }

  .business-content {
    font-size: 26px;
    line-height: 34px;

  }

  .business-section {
    min-height: 760px;
  }
}

@media (max-width: 1023px) {
  .services-section {
    min-height: 760px;
  }

  .services-content-box {
    width: 85%;
    height: auto;
    max-width: 600px;
    max-height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 45%);
    padding: 30px;
  }

  .services-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .services-description {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 28px;
    max-height: 350px;
  }
}

@media (max-width: 768px) {
  .about-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .Abouts {
    padding: 60px 0;
  }

  .about-us>p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    max-width: 600px;
  }

  .about-us>h1 {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }

  .about-us>h4 {
    font-size: 12px;
  }
}

@media (max-width: 767.77px) {
  .business-card .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .business-content {
    font-size: 18px;
    line-height: 26px;

  }

  .business-content br {
    display: none;
  }
}

@media (max-width: 767.5px) {
  .services-section {
    min-height: 760px;
  }

  .services-content-box {
    width: 80%;
    height: 380px;
    max-width: 400px;
    max-height: 400px;
    left: 50%;
    top: 50%;
    padding: 25px 30px 40px 25px;
    transform: translate(-50%, 55%);
  }

  .services-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .services-description {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    line-height: 24px;
    max-height: 300px;
  }

  .services-description>h4 {
    font-size: 14px;
    line-height: 20px;

  }

  .services-description>h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .services-description br {
    display: none;
  }

  .services-description>p {
    font-size: 14px;
  }

  .promotion-home>h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

/* about css */

/* about responsive */

@media (max-width:1200px) {
  .journey-item {
    --yb: 88px
  }

  .year-badge {
    font-size: 26px
  }
}

@media (max-width: 1023px) {
  .vistion-section {
    min-height: 760px;
  }

  .vistion-content-box {
    width: 85%;
    height: auto;
    max-width: 600px;
    min-height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 30%);
    padding: 40px;
    overflow: hidden;
  }

  .vistion-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .vistion-description {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 28px;
    max-height: 350px;
  }
}

@media (max-width: 1023px) {
  .card-our-journey .card-body {
    padding: 2rem 1.5rem;
    min-height: 300px;
  }
}


@media (max-width:768px) {
  .journey-item {
    --yb: 84px
  }

  .year-badge {
    font-size: 24px
  }

  .journey-text {
    max-width: 420px
  }
}

@media (max-width: 767.5px) {
  .page-banner-about {
    min-height: 680px;
    width: 100%;
  }

  .vistion-description>h1 {
    font-size: 20px;
    line-height: 28px;

  }

  .vistion-description>h4 {
    font-size: 14px;
    line-height: 20px;

  }

  .vistion-description>p {
    font-size: 14px;
    line-height: 20px;
  }

  .vistion-content-box {
    width: 88%;
    height: auto;
    max-width: 400px;
    min-height: unset;
    left: 50%;
    top: 50%;
    padding: 30px;
    overflow: hidden;
    transform: translate(-50%, 50%);
  }

  .vistion-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .vistion-description {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    line-height: 24px;
    max-height: unset;
  }

  .vistion-description h3 br {
    display: none;
  }

  .tabs-header {
    display: none;
  }
}

@media (max-width: 767.5px) {
  .img-logo-banner-about {
    width: 100%;
    max-width: 300px;
  }

  .our-journey-section {
    padding: 60px 0;
  }

  .card-our-journey .card-body {
    padding: 1.8rem 1.2rem;
    min-height: 230px;
  }

  .card-our-journey .card-title {
    font-size: 32px;
    line-height: 44px;
  }

  .card-our-journey .card-text {
    font-size: 14px;
    line-height: 20px;
  }
}

/* sustainability css */

/* sus responsive */

@media (max-width: 768px) {
  .page-banner-sus {
    min-height: 680px;
    width: 100%;
    background-position: 6% center;
  }

  .img-logo-banner-sus {
    width: 100%;
    max-width: 300px;
  }

  .esg-content>p {
    font-size: 14px;
    line-height: 20px;
  }

  .esg-content>h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .esg-card .card-title {
    font-size: 20px;
    line-height: 28px;
    color: #000;
  }

  .esg-card .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .esg-content-2>p {
    font-size: 14px;
    line-height: 20px;
  }

  .esg-card .card-img-top {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0);
  }

  .biogas-content>h1 {
    font-size: 24px;
  }

  .biogas-content>p {
    font-size: 20px;
    line-height: 28px;
  }

  .biogas-content-2>p {
    font-size: 14px;
    line-height: 20px;
  }

  .biogas-card .card-title {
    font-size: 20px;
    color: #000;
  }

  .biogas-card .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .biogas-card .card-img-top {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0);
  }

  .title-repe-biogas-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .biogas-card-2 .card-title {
    font-size: 14px;
    line-height: 20px;

  }

  .biogas-card-2 .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .solar-content>h1 {
    font-size: 24px;
    line-height: 34px;

  }

  .solar-content>p {
    font-size: 20px;
    line-height: 28px;
  }

  .solar-content-2>p {
    font-size: 14px;
    line-height: 20px;
  }

  .title-repe-solar-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .solar-card-2 .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .solar-card .card-title {
    font-size: var(--font-size-20);
    line-height: 28px;
    color: #000;
  }

  .solar-card .card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .solar-card .card-img-top {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0);
  }

  .card-title-soloar-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .card-title-soloar-2 strong {
    font-weight: normal;
  }

  .last-content-2>p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* business-section */

@media (max-width: 1200px) {
  .gallery-overlay-text {
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: start;
    line-height: 41px;
  }
}

@media (max-width: 1023px) {
  .tab-bar {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
  }

  .tab-bar::before {
    top: 10px;
    bottom: auto;
    left: 10px;
    right: auto;
    width: 2px;
    height: calc(100% - 20px);
  }

  .tab-item {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
  }

  .tab-item:last-child {
    margin-bottom: 0;
  }

  .dot {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .label {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}

@media (max-width: 1023px) {
  .feed-gallery .gallery-item img {
    height: 460px;
  }

  .feed-gallery .row {
    flex-direction: column;
  }

  .feed-title>h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .feed-title>p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 767.35px) {
  .future-banner-image {
    height: 680px;
  }

  .banner-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .food-gallery .row {
    flex-direction: column;
  }

  .banner-title {
    font-size: 32px;
    line-height: 44px;
  }

  .food-title>p {
    font-size: 14px;
    line-height: 20px;
  }

  .food-title>h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.35px) {
  .feed-gallery .gallery-item img {
    height: 360px;
  }

  .feed-gallery .row {
    flex-direction: column;
  }

  .feed-title>h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .feed-title>p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.35px) {
  .real-title>h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .real-title>p {
    font-size: 14px;
    line-height: 20px;
  }

  .real-gallery .row {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .packaging-section {
    min-height: 600px;
  }

  .img-packaging {
    height: 260px;
    object-fit: cover;
  }

  .packaging-title>h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .packaging-title>p {
    font-size: 14px;
    line-height: 20px;
  }

  .packaging-gallery .row {
    flex-direction: column;
  }

  .packaging-section {
    padding: 10px 0;
  }
}

@media (max-width: 568px) {
  .real-gallery {
    margin-top: 10px;
  }

  .feed-gallery {
    margin-top: 10px;
  }

  .food-gallery {
    margin-top: 10px;
  }

  .gallery-item.large img,
  .gallery-item.small img {
    height: 260px;
  }
}

/* servie template */

@media (max-width: 1600px) {
  .product-gallery-2 .gallery-item.small img {
    height: 385px;
  }

  .product-gallery-2 .gallery-overlay {
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  .map-section {
    min-height: 960px;
  }
}

@media (max-width: 1200px) {
  .product-gallery-2 .gallery-overlay-text {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (max-width: 1100px) {
  .gallery-overlay-text {
    font-size: 32px;
    line-height: 44px;
  }

  .gallery-overlay {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .map-section {
    min-height: 660px;
  }

  .map-title>p {
    font-size: 14px;
    line-height: 20px;
  }

  .map-title br {
    display: none;
  }

  .map-title>h1 {
    font-size: 24px;
    line-height: 34px;
    max-width: 250px;
    margin: 0 auto;
  }

  .product-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
  }
}

@media (max-width: 768px) {
  .gallery-item.small img {
    height: 385px;
  }

  .qc-title h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .qc-title p {
    font-size: 14px;
    line-height: 20px;
  }

  .qc-title br {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-gallery-2 .gallery-item.small img {
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  .text-title-banner {
    font-size: 32px;
    line-height: 40px;
  }

  .text-content-banner {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }

  .logo-banner {
    max-width: 185px;
  }

  .chicken-text {
    font-size: 14px;
    line-height: 20px;
  }

  .product-gallery-2 .gallery-overlay-text {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .gallery-overlay-text {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .chicken-title>h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .chicken-title>p {
    font-size: 14px;
    line-height: 20px;
    max-width: 320px;
  }

  .product-gallery-2 .gallery-item.small img {
    height: 390px !important;
  }
}

@media (max-width: 568px) {
  .product-gallery-2 .gallery-item.small img {
    height: 190px !important;
  }

  .product-gallery-2 .gallery-overlay-text {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .gallery-overlay-text {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .qc-gallery-2 .gallery-overlay,
  .product-gallery-2 .gallery-overlay {
    padding: 20px !important;
  }
}

@media (max-width: 568px) {
  .map-section {
    min-height: 560px;
  }
}

@media (max-width: 568px) {
  .qc-gallery-2 .gallery-item.small img {
    height: 330px !important;
  }

  .qc-gallery img {
    width: 65px;
    height: 65px;
  }
}

/* Promotion Template */
@media (max-width: 768px) {
  .banner-title-promotion {
    font-size: 40px;
    line-height: 44px;
    max-width: 250px;
    margin: 0 auto;
  }

  .card-date {
    font-size: 14px;
  }

  .card-title {
    font-size: 14px;
  }
}

/* css packing */

@media (max-width: 767.97px) {
  .packing-title h1 {
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin: 0;
    font-weight: bold;
  }

  .text-pack-content {
    font-size: 14px;
    line-height: 20px;
  }

  .info-additional {
    font-size: 20px;
    line-height: 28px;
  }

  .info-additional a {
    font-size: 20px;
    line-height: 28px;
  }

  .info-repeater-text a {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Responsive override: Set template image heights to 390px for screens below 768px */
@media (max-width: 767.98px) {

  .img-biogas,
  .img-tab-ratio,
  .swiper-switch-gallery img {
    height: 200px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
  }
}