@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albula Pro';
    src: url('../fonts/AlbulaPro-SemiBold.eot');
    src: url('../fonts/AlbulaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlbulaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/AlbulaPro-SemiBold.woff') format('woff'),
        url('../fonts/AlbulaPro-SemiBold.ttf') format('truetype'),
        url('../fonts/AlbulaPro-SemiBold.svg#AlbulaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #4B5563;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 17px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    background-color: #fff;
}

.inter {
    font-family: 'Inter', Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #414042;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #089B2E;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 24px;
}

h2,
.h2 {
    font-size: 30px;
    margin-bottom: 24px;
}

h3,
.h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

h4,
.h4 {
    font-size: 20px;
    margin-bottom: 17px;
}

h5,
.h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

h6,
.h6 {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-style: normal;
    font-family: 'Albula Pro';
    font-weight: 600;
}

p {
    margin: 0 0 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.container {
    max-width: 1208px !important;
    padding: 0 12px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #089B2E;
    border-radius: 4px;
}

iframe {
    width: 100%;
}

/* ============================================
   HEADER STYLES
   ============================================ */

.header {
    position: relative;
}

/* Top Header Fixed */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 18px 0;
    border-bottom: 1px solid #fff;
    backdrop-filter: blur(2px);
    background: #FFFFFFA6;
}

.admin-bar .top-header {
    top: 32px;
}

.top-header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 59px;
}

.logo-section {
    flex-shrink: 0;
}

.logo-link {
    display: inline-block;
}

.green-logo {
    display: none;
}

body.single-recruitment .green-logo,
body.home .green-logo {
    display: inline-block;
}

body.single-recruitment .white-logo,
body.home .white-logo {
    display: none;
}

.logo-img {
    height: 26px;
    width: auto;
    object-fit: contain;
}

.header-menu-lang {
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 0;
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.header-wpml-lang {
    flex-shrink: 0;
}

.header-wpml-lang .wpml-ls {
    margin: 0;
    padding: 0;
}

.header-wpml-lang .wpml-ls-link {
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
}

.header-wpml-lang .wpml-ls-link:hover,
.header-wpml-lang .wpml-ls-current-language .wpml-ls-link {
    color: #089B2E;
}

.wpml-ls-legacy-list-horizontal a{
    border-radius: 0;
    line-height: 0;
    opacity: 0.5;
}

.header-wpml-lang .wpml-ls-current-language .wpml-ls-link {
    font-weight: 700;
    opacity: 1;
    pointer-events: none;
}

/* WPML header: chỉ <ul> ngoài — tránh flex áp vào submenu dọc */
.header-wpml-lang .wpml-ls-legacy-dropdown-click > ul,
.header-wpml-lang .wpml-ls-legacy-dropdown > ul,
.header-wpml-lang .wpml-ls-legacy-list-horizontal > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.header-wpml-lang .wpml-ls-legacy-dropdown-click,
.header-wpml-lang .wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
}

/* Nút current language + icon mũi tên dropdown */
.header-wpml-lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.header-wpml-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 34px 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    line-height: 1.25;
}

.header-wpml-lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after,
.header-wpml-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #374151;
    border-bottom: 0;
    transition: transform 0.2s ease, border-top-color 0.2s ease;
    pointer-events: none;
}

.header-wpml-lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover::after,
.header-wpml-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover::after,
.header-wpml-lang .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a.wpml-ls-item-toggle::after {
    border-top-color: #089B2E;
}

/* Dropdown click: WPML đặt visibility inline khi mở */
.header-wpml-lang .wpml-ls-item-legacy-dropdown-click:has(.wpml-ls-sub-menu[style*='visibility: visible']) a.wpml-ls-item-toggle::after,
.header-wpml-lang .wpml-ls-item-legacy-dropdown-click:has(.wpml-ls-sub-menu[style*='visibility:visible']) a.wpml-ls-item-toggle::after {
    transform: rotate(180deg);
    margin-top: -4px;
}

/* Dropdown hover (legacy-dropdown) */
.header-wpml-lang .wpml-ls-item-legacy-dropdown:hover > a.wpml-ls-item-toggle::after {
    transform: rotate(180deg);
    margin-top: -4px;
    border-top-color: #089B2E;
}

.rtl .header-wpml-lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.rtl .header-wpml-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 8px 12px 8px 34px;
}

.rtl .header-wpml-lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after,
.rtl .header-wpml-lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    right: auto;
    left: 12px;
}

.header-wpml-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-wpml-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: #fff;
    min-width: 100%;
    width: max-content;
    max-width: min(320px, 90vw);
    padding: 6px 0;
    margin: 4px 0 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    list-style: none;
}

.header-wpml-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-wpml-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 0;
    white-space: nowrap;
}

.header-wpml-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.header-wpml-lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    background: #f3f4f6;
    color: #089B2E;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    align-items: center;
}

.nav-menu li {
    margin: 0;
    position: relative;
}

.nav-menu a {
    color: #374151;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu li.current-menu-item a {
    font-weight: 700;
}

.nav-menu li.current-menu-item a,
.nav-menu a:hover {
    color: #089B2E;
}

ul.sub-menu {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    backdrop-filter: blur(2px);
    background: #FFFFFFA6;
    width: 177px;
    list-style: none;
    padding: 5px;
    margin: 0;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

ul.sub-menu .lang-item a {
    font-size: 16px;
    display: block;
    padding: 5px 10px;
}

ul.sub-menu .lang-item.current-lang a {
    color: #089B2E;
}

/* Banner Slider */
.banner-slider {
    position: relative;
    overflow: hidden;
}

.bannerSwiper-owl {
    width: 100%;
    height: 100%;
}

.bannerSwiper-owl .slide-item {
    position: relative;
    height: 100%;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 624px;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container {
    position: absolute;
    z-index: 2;
    height: 100%;
    bottom: 0;
    width: 100%;
}

.slide-inner {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 112px;
    max-width: 1440px;
    margin: auto;
    position: relative;
}

.slide-text {
    flex: 1;
    max-width: 680px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.slide-title {
    margin-bottom: 24px;
}

.title-line1 {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #F9FAFB;
    line-height: 60px;
}

.title-line2 {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #F9FAFB;
}

.slide-description {
    font-size: 18px;
    line-height: 28px;
    color: #F9FAFB;
    margin-bottom: 24px;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}

.slide-buttons a {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 24px;
    font-size: 17px;
    height: 48px;
    position: relative;
    z-index: 1;
}

.slide-buttons a.btn-primary {
    background-color: #070330;
    margin-right: 10px;
    border-color: #070330;
}

.slide-buttons a.btn-orange {
    background-color: #FF6B35;
    margin-right: 10px;
}

.slide-buttons a.btn-orange:hover {
    transform: translateY(-5px);
}

.slide-buttons a.btn-green {
    background: #fff;
    border: 1px solid #089B2E;
    color: #089B2E;
}

.slide-buttons a:hover {
    transform: translateY(-5px);
}

.btn-arrow {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    mask-image: url(../icons/btn_arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fff;
}

.slide-buttons a.btn-green .btn-arrow {
    background-color: #45a049;
}

.slide-image {
    position: absolute;
    right: 112px;
}

.title-img {
    margin-bottom: 24px;
}

.slide-title .title-img img.slide-main-img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Swiper Navigation Buttons */

.bannerSwiper-owl .owl-next,
.bannerSwiper-owl .owl-prev {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    mask-repeat: no-repeat;
    background: url(../icons/arrow_left.svg) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.bannerSwiper-owl .owl-nav button span {
    display: none;
}

.bannerSwiper-owl .owl-next {
    transform: translateY(-50%) rotate(180deg);
    right: 20px;
}

.bannerSwiper-owl .owl-next:after,
.bannerSwiper-owl .owl-prev:after {
    display: none;
}

.bannerSwiper-owl .owl-prev {
    left: 20px;
}

.bannerSwiper-owl .owl-next:hover,
.bannerSwiper-owl .owl-prev:hover {
    background-color: #45a049;
}

.page-banner {
    padding: 85px 0 48px;
    position: relative;
    z-index: 2;
    min-height: 300px;
    display: flex;
}

.page-template-recruitment .page-banner {
    padding-bottom: 130px;
}

.page-banner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: radial-gradient(53.28% 100% at 53.28% 0%, rgba(12, 108, 64, 0.5) 0%, rgba(12, 108, 64, 0.58895) 73.38%, #0C6C40 100%);
}

body.blog .page-banner:after {
    background: #15803DA6;
}

.page-template-about_us .page-banner {
    padding: 120px 0 48px;
}

.page-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-content {
    position: relative;
    z-index: 1;
    color: #1F2937;
    text-align: center;
    font-family: var(--font-inter, Inter);
    font-size: var(--text-base, 17px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-6, 24px);
    max-width: 894px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 12px;
    width: 100%;
}

.page-banner-title {
    color: #F9FAFB;
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-6xl, 60px);
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding-top: 27px;
}

.page-banner-description {
    color: #F3F4F6;
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.site-footer {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-image: url(../images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.site-footer .container {
    max-width: 100% !important;
}

/* Footer Top Section */
.footer-top {
    width: 100%;
    padding: 0 48px;
}

.footer-bottom-container {
    width: 100%;
    padding: 0 48px;
    text-align: center;
}

.footer-content {
    display: flex;
    padding-bottom: 24px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px solid var(--border-gray-00, #FFF);
}

.footer-column {
    position: relative;
}

/* Footer Contact Column */
.footer-contact {
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
}

.footer-logo-img {
    height: 72px;
    width: auto;
    object-fit: contain;
}

.footer-slogan {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

.company-name {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--font-inter, Inter);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.contact-icon {
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.contact-text {
    color: #ffffff;
}

.contact-text strong {
    display: block;
    font-size: 17px;
}

.contact-text span {
    font-size: 17px;
}

.contact-text a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 17px;
}

.contact-text a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Footer Navigation Columns */
.footer-nav,
.footer-policy-social {
    display: flex;
    width: 281px;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.nav-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    font-family: var(--font-inter, Inter);
}

.nav-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-group ul a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: inline-block;
}

.nav-group ul a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Social Media Icons */
.social-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-bottom: 20px;
}

.nav-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.social-icons {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.footer-bottom {
    width: 100%;
}

.footer-watermark {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 50%);
    font-family: 'Albula Pro';
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: 32px;
    opacity: 0.75;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.25) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    margin: 24px 0;
}

.footer-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
}

.copyright-text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.business-info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.certification-text {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

/* ============================================
   INTRODUCTION SECTION
   ============================================ */

.introduction-section {
    padding: 64px 0;
}

.section-title {
    font-size: 36px;
    color: #374151;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
    font-family: 'Albula Pro';
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.solutions-section .section-title {
    color: #0C5B22;
}

.introduction-content {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.introduction-box {
    text-align: center;
}

.introduction-text {
    margin: 0;
}

.introduction-link-wrapper {
    text-align: center;
}

.introduction-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #22C55E;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.link-arrow {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/arrow-right-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.book-icon {
    width: 32px;
    height: 32px;
    mask-image: url(../icons/book.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.television-icon {
    width: 32px;
    height: 32px;
    mask-image: url(../icons/television.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.box-icon {
    width: 32px;
    height: 32px;
    mask-image: url(../icons/box.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.application-icon {
    width: 32px;
    height: 32px;
    mask-image: url(../icons/application.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.building-icon {
    width: 30px;
    height: 30px;
    mask-image: url(../icons/building.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.heart-icon {
    width: 30px;
    height: 30px;
    mask-image: url(../icons/heart.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.statistical-icon {
    width: 30px;
    height: 30px;
    mask-image: url(../icons/statistical.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
    display: inline-block;
}

.map-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/map-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.briefcase-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/briefcase.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.dollar-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/dollar.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.calendar-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/calendar.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.send-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/send.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.breadcrumb-icon {
    width: 10px;
    height: 15px;
    mask-image: url(../icons/breadcrumb-icon.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #4B5563;
    display: inline-block;
}

.cash-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/cash.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.tag-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/tag-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.user-location-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/user-location-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.search-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/search.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #9CA3AF;
    display: inline-block;
}

.time-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/time.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #E5E7EB;
    display: inline-block;
}

.chevron-left-solid {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/chevron-left-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #000000;
    display: inline-block;
}

.chevron-right-solid {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/chevron-right-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #000000;
    display: inline-block;
}

.map-bold-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/map-bold.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.phone-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/phone-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.mail-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/mail-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.time-bold-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/time-bold.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.tiktok-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/tiktok-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.instagram-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/instagram.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.facebook-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/facebook.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #22C55E;
    display: inline-block;
}

.phone-call-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/phone-call-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #ffffff;
    display: inline-block;
}

.check-circle-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/check-circle-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #089B2E;
    display: inline-block;
}

.truck-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/truck-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #089B2E;
    display: inline-block;
}

.package-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/package-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #089B2E;
    display: inline-block;
}

.headphone-line-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/headphones-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #089B2E;
    display: inline-block;
}

.region-icon {
    width: 40px;
    height: 40px;
    background: url(../icons/region.svg) no-repeat center center;
    display: inline-block;
}

/* ============================================
   END ICONS LIST
   ============================================ */

.introduction-link:hover {
    transform: translateY(-5px);
}

.introduction-link:hover .link-arrow {
    background-color: #FF6B35;
}


/* ============================================
   INDUSTRY PROBLEMS SECTION
   ============================================ */

.industry-problems-section {
    padding: 0 0 64px;
}

.industry-problems-section .section-title {
    margin: 72px 0 48px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.problem-box {
    padding: 12px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.problem-box-green {
    border: 1px solid var(--border-primary-300, #86EFAC);
    background: var(--bg-primary-100, #DCFCE7);
}

.problem-box-orange-light {
    border: 1px solid #7F98FF;
    background: #D2DFFF;
}

.problem-box-green-dark {
    background: var(--bg-primary-600, #16A34A);
}

.problem-box-orange {
    background: #070330;
}

.problem-statistic {
    color: #16A34A;
    font-family: 'Albula Pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 17px;
}

.problem-title {
    color: var(--text-primary-600, #16A34A);
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    letter-spacing: 1px;
}

.problem-box-orange-light .problem-statistic,
.problem-box-orange-light .problem-title {
    color: #130AA5;
}

.problem-box-green-dark .problem-statistic,
.problem-box-green-dark .problem-title,
.problem-box-green-dark .problem-description,
.problem-box-orange .problem-statistic,
.problem-box-orange .problem-title,
.problem-box-orange .problem-description {
    color: var(--text-secondary-500, #fff);
}

.problem-description {
    margin-bottom: 0;
    font-weight: 500;
    text-align: justify;
}

.problem-source {
    font-size: 12px;
    color: #777;
    font-style: italic;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ============================================
   SUSTAINABLE AGRICULTURAL SOLUTIONS SECTION
   ============================================ */

.solutions-section {
    padding: 64px 0;
    background: #D2F3DD;
}

.solutions-description {
    color: #1F2937;
    text-align: center;
    font-weight: 500;
}

.solutions-description-box {
    text-align: center;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 64px;
}

.solution-box {
    border-radius: 12px;
    padding: 0 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-image {
    width: 140px;
    height: 140px;
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}

.solution-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-title {
    color: var(--text-gray-900, #111827);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    margin-bottom: 8px;
}

.solution-text {
    margin-bottom: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-primary-900, #14532D);
    font-weight: 500;
}

.solution-link {
    color: #15803D !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-primary-500, #22C55E);
    background: var(--bg-primary-50, #F0FDF4);
}

.solution-link:hover {
    transform: translateY(-5px);
}

.solution-arrow {
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    mask-image: url(../icons/arrow-right-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #15803D;
}

/* ============================================
   AREAS OF OPERATION SECTION
   ============================================ */


.areas-section .section-title {
    margin: 64px 0 64px;
}

.areas-grid-fullwidth {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 50px;
    width: 100%;
}

.area-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}

.area-image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 128, 61, 0.00) 50%, rgba(21, 128, 61, 0.75) 75%);
}

.area-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.area-box:hover .area-image {
    transform: scale(1.05);
}

.area-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 31px 28px;
    z-index: 1;
}

.area-title {
    font-family: var(--font-inter, Inter);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.area-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    align-items: start;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}

.area-box:hover .area-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.area-box:hover .area-image-wrapper:after{
    background: linear-gradient(180deg, rgba(21, 128, 61, 0) 0%, rgba(21, 128, 61, 0.75) 50%);
}

.area-link {
    background: #F97316;
    display: inline-flex;
    gap: 8px;
    padding: 12px;
    color: #fff !important;
    font-size: 17px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.area-link:hover {
    transform: translateY(-5px);
}

/* ============================================
   AGRICULTURAL MODEL SECTION
   ============================================ */

.agricultural-model-section {
    padding: 48px 0;
}

.model-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.model-text-column {
    width: 33.33%;
}

.model-title {
    margin-bottom: 12px;
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-9, 36px);
}

h3.model-subtitle {
    color: var(--text-primary-600, #16A34A);
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-10, 40px);
    margin-bottom: 12px;
}

.model-description p {
    margin-bottom: 0px;
}

.model-video-column {
    position: relative;
    width: 66.67%;
    padding: 24px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============================================
   FARMERS SECTION
   ============================================ */

.farmers-section {
    position: relative;
}

.farmers-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8, 66, 39, 0.50) 0%, rgba(8, 66, 39, 0.50) 100%);
}

.farmers-section-title {
    text-transform: uppercase;
    margin: 0;
    color: var(--text-gray-50, #F9FAFB);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-weight: 600;
    line-height: var(--leading-10, 40px);
    position: relative;
    z-index: 1;
    padding: 48px 0;
}

.farmers-carousel-wrapper {
    position: relative;
    padding: 0 60px;
}

.farmers-carousel-wrapper-fullwidth {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.farmers-carousel-wrapper-fullwidth .owl-carousel {
    padding-bottom: 96px;
}

.farmers-carousel-wrapper-fullwidth .owl-item {
    opacity: 1;
    transition: all 0.3s ease;
}

.farmers-carousel-wrapper-fullwidth .owl-item.active {
    opacity: 1;
}

.farmers-carousel-wrapper-fullwidth .owl-item.center .farmer-description {
    display: block;
}

.farmers-carousel-wrapper-fullwidth .owl-item:not(.center) {
    padding-top: 48px;
}

.farmers-carousel-wrapper-fullwidth .owl-item .item {
    border-radius: 32px;
    background: rgba(58, 184, 100, 0.15);
    padding: 24px;
    box-shadow: 0 0 2px 0 #ddd;
    margin: 2px 0;
}

.farmer-video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 166%;
    overflow: hidden;
    border-radius: 24px;
}

.farmer-video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.farmer-video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.farmer-video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 2;
}

.farmer-video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.farmer-video-watch-button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 2;
}

.farmer-video-watch-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.farmer-profile {
    padding: 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.farmer-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    min-width: 64px;
}

.farmer-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.farmer-name-wrapper {
    flex: 1;
}

.farmer-name {
    margin-bottom: 0;
    color: var(--text-gray-50, #F9FAFB);
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-weight: 600;
    line-height: var(--leading-8, 32px);
}

.rating {
    display: flex;
    align-items: center;
}

.rating .star {
    width: 32px;
    height: 32px;
    mask-image: url(../icons/star.svg);
    mask-size: 22px;
    mask-repeat: no-repeat;
    background-color: #FBBF24;
    mask-position: center;
}

.farmer-description {
    margin: 0;
    color: var(--text-gray-50, #F9FAFB);
    text-align: justify;
    display: none;
    margin-top: 5px;
    margin-left: -72px;
}

.owl-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #BBF7D0 !important;
    border-radius: 50%;
}

.owl-dot.active {
    width: 17px;
    height: 17px;
    background: #fff !important;
}

.farmers-carousel .owl-nav {
    display: flex;
    gap: 112px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.slider_number_1 .owl-nav {
    gap: 24px;
}

.slider_number_2 .owl-nav {
    gap: 48px;
}

.slider_number_3 .owl-nav {
    gap: 72px;
}

.slider_number_4 .owl-nav {
    gap: 96px;
}

.slider_number_5 .owl-nav {
    gap: 112px;
}

.slider_number_6 .owl-nav {
    gap: 136px;
}

.slider_number_7 .owl-nav {
    gap: 160px;
}

.slider_number_8 .owl-nav {
    gap: 184px;
}

.slider_number_9 .owl-nav {
    gap: 208px;
}

.slider_number_10 .owl-nav {
    gap: 232px;
}

.farmers-carousel .owl-nav button {
    width: 24px;
    height: 24px;
    border-radius: var(--rounded-full, 9999px);
    border: 1px solid var(--border-gray-300, #D1D5DB) !important;
    background: rgba(255, 255, 255, 0.50) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.farmers-carousel .owl-nav button span {
    width: 17px;
    height: 17px;
    mask-image: url(../icons/nav_slider_left.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fff;
    display: block;
}

.farmers-carousel .owl-nav button.owl-next span {
    transform: rotate(180deg);
}

/* ============================================
   STATISTICS SECTION
   ============================================ */

.statistics-section {
    padding: 40px 12px 10px;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.statistic-box {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: var(--rounded-xl, 12px);
    border: 1px solid var(--border-primary-300, #86EFAC);
    background: var(--bg-primary-50, #F0FDF4);
}

.statistic-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
}

.statistic-icon {
    width: 100px;
    margin: auto;
}

.statistic-icon .color-box {
    padding-top: 100%;
    position: relative;
}

.statistic-icon .color-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.statistic-label-top,
.statistic-label-bottom {
    color: var(--text-gray-700, #374151);
    font-weight: 500;
    font-size: 18px;
}

.statistic-number {
    color: var(--text-primary-500, #22C55E);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-15, 60px);
}

/* ============================================
   LATEST NEWS SECTION
   ============================================ */

.latest-news-section {
    padding: 64px 0;
}

.latest-news-section .section-title {
    margin-bottom: 64px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-card {
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: var(--rounded-2xl, 17px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
}

.news-header {
    background-color: #2E7D32;
    padding: 20px;
    color: #ffffff;
}

.news-header-title {
    font-family: 'Lexend', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-date {
    font-size: 12px;
    opacity: 0.9;
    margin: 0;
}

.news-image {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    aspect-ratio: 3 / 2;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-content {
    padding: 24px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.news-title {
    margin-bottom: 0;
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 64px;
}

.news-excerpt {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-gray-700, #374151);
    text-align: justify;
    text-overflow: ellipsis;
    height: 72px;
}

.news-footer {
    display: flex;
    padding-top: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.news-time {
    color: var(--text-gray-500, #6B7280);
    font-family: var(--font-inter, Inter);
    font-size: var(--text-sm, 14px);
    font-style: normal;
    font-weight: 500;
}

.news-read-more {
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: flex;
    padding: var(--p-8-px, 8px) 0;
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-full, 9999px);
    background: var(--bg-primary-500, #22C55E);
}

.news-read-more:hover {
    background-color: #45a049;
    transform: scale(1.1);
}

.news-arrow-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/arrow-right-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fff;
}

.news-view-all-wrapper {
    text-align: center;
    margin-top: 24px;
}

.news-view-all-btn {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    height: var(--h-48, 48px);
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-primary-500, #22C55E);
    background: var(--bg-primary-50, #F0FDF4);
    color: var(--text-primary-700, #15803D) !important;
    font-weight: 600;
}

.news-view-all-btn:hover {
    transform: translateY(-5px);
}

/* ============================================
   PARTNERS SECTION
   ============================================ */

.partners-section {
    padding: 64px 0;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center;
}

.partners-section .section-title {
    margin-bottom: 64px;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 120px;
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.partner-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.partner-logo:hover .partner-img {
    filter: grayscale(0%);
    opacity: 1;
}

.core-values-top {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 117px;
}

.core-values-box-content {
    display: flex;
    align-items: flex-end;
}

.core-values-img-center {
    text-align: center;
}

.core-values-title {
    color: var(--text-primary-600, #16A34A);
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-10, 40px);
    margin: 0;
}

.core-values-box-text {
    display: flex;
    width: 340px;
    padding: 34px 24px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--border-primary-200, #BBF7D0);
    background: linear-gradient(180deg, rgba(220, 252, 231, 0.35) 0%, rgba(187, 247, 208, 0.35) 100%);
    text-align: justify;
    border-radius: 64px 0;
}

.core-values-box-text+.core-values-box-text {
    border: 1px solid #AFC2FF;
    left: auto;
    right: -95px;
    background: linear-gradient(180deg, rgba(210, 223, 255, 0.35) 0%, rgba(175, 194, 255, 0.35) 100%);
}

.core-values-box-content .core-values-box-text:last-child {
    margin-bottom: 100px;
    padding: 48px 24px;
}

.core-values-bottom-title {
    font-size: 36px;
    color: #089B2E;
    text-align: center;
    margin-bottom: 22px;
    text-transform: uppercase;
    padding: 64px 360px;
    position: relative;
}

.core-values-bottom-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 353px;
    height: 157px;
    background: url(../images/title-left-bg.png) no-repeat center center;
    background-size: cover;
}

.core-values-bottom-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 353px;
    height: 157px;
    background: url(../images/title-right-bg.png) no-repeat center center;
    background-size: cover;
}

.core-values-box-text+.core-values-box-text .core-values-title {
    color: #070330;
}

.core-values-bottom {
    margin: 0 0 64px;
}

.core-values-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -32px;
}

.core-values-list-item {
    width: 50%;
    padding: 0 32px;
    margin: 12px 0;
}

.core-values-list-item:nth-child(3n) {
    width: 100%;
}

.core-values-list-item-content {
    max-width: 560px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.core-values-list-item-icon {
    width: 160px;
    margin: auto;
    height: 160px;
}

.core-values-list-item-icon img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.core-values-list-item-title {
    color: var(--text-primary-600, #16A34A);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-9, 36px);
    margin: 0;
}

.core-values-list-item-description {
    font-weight: 500;
}

.strategy-direction {
    margin: 51px 0 41px;
}

.strategy-direction>.container {
    max-width: 1420px !important;
}

.strategy-direction-box {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.strategy-direction-image {
    flex: 1;
}

.strategy-direction-content {
    flex: 1;
    display: flex;
    justify-content: end;
}

.strategy-direction-content-inner {
    display: flex;
    max-width: 518px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.strategy-direction-title {
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-3xl, 30px);
    margin: 0;
    font-weight: 600;
}

.strategy-direction-subtitle {
    color: var(--text-primary-600, #16A34A);
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-10, 40px);
    margin: 0;
}

.strategy-direction-description {
    font-weight: 500;
}

.strategy-direction-list-wrapper {
    max-width: 1318px;
    padding: 81px 12px 81px;
    margin: auto;
}

.strategy-direction-list {
    border-radius: 24px;
    border: 1px solid #86EFAC;
    display: flex;
    padding: 0 24px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 69px;
    background: linear-gradient(0deg, #E4FFEA, #E4FFEA), radial-gradient(22.17% 104.59% at 77.38% 116.99%, #B9EFCD 0%, rgba(185, 239, 205, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        , radial-gradient(26.19% 113.92% at 58.82% 0%, #BBE0F7 0%, rgba(187, 224, 247, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
}

.strategy-direction-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 31px;
    margin-top: -57px;
}

.strategy-direction-list-item-icon {
    width: 180px;
    height: 180px;
}

.strategy-direction-list-item-icon img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.strategy-direction-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.strategy-direction-list-item-title {
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    margin: 0;
}

.strategy-direction-list-item-description {
    font-weight: 500;
}

.specialized-units-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--p-40-px, 40px);
    align-self: stretch;
    margin-bottom: 60px;
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-weight: 600;
    line-height: var(--leading-10, 40px);
}

.specialized-units-title span {
    position: relative;
    width: 99px;
    height: 2px;
    background: #22C55E;
    border-radius: 2px;
}

.specialized-units-title span:after {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background: #22C55E;
    border-radius: 50%;
    position: absolute;
    top: -4px;
}

.specialized-units-title span.line_1:after {
    right: 0;
}

.specialized-units-title span.line_2:after {
    left: 0;
}

.specialized-units-list {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.specialized-units-list-item {
    display: flex;
    gap: 64px;
}

.specialized-units-list-item-thumb {
    min-width: 380px;
    max-width: 380px;
}

.specialized-units-list-item:nth-child(2n + 1) .specialized-units-list-item-thumb {
    order: 2;
}

.specialized-units-list-item-content {
    flex: 1;
}

.specialized-units-list-item-title {
    color: var(--text-primary-500, #22C55E);
    font-family: 'Albula Pro';
    font-size: var(--text-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-9, 36px);
    margin: 0;
}

.specialized-units-list-item-subtitle {
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-2xl, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    margin-bottom: 12px;
}

.specialized-units-list-item-description {
    color: var(--text-gray-600, #4B5563);
    text-align: justify;
    font-family: var(--font-inter, Inter);
    font-size: var(--text-lg, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-7, 28px);
    margin-bottom: 12px;
}

.specialized-units-list-item-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.specialized-units-list-item-list-item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rice-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    mask-image: url(../icons/rice.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #F97316;
}

.specialized-units-list-item-list-item-text {
    color: var(--text-secondary-500, #F97316);
    text-align: justify;
    font-family: var(--font-inter, Inter);
    font-size: var(--text-lg, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.specialized-units-list-item-link-icon {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/arrow-right-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fff;
    display: block;
}

.specialized-units-list-item-link {
    display: inline-flex;
    height: var(--h-48, 48px);
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    color: var(--text-gray-50, #F9FAFB) !important;
    text-align: center;
    font-size: var(--text-base, 17px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-6, 24px);
    transition: all 0.3s ease;
}

.specialized-units-list-item-link:hover {
    transform: translateY(-5px);
}

.cooperation-introduction {
    margin: 64px 0;
}

.cooperation-introduction-content {
    display: flex;
    padding: var(--p-64-px, 64px) var(--p-80-px, 80px);
    flex-direction: column;
    align-items: center;
    gap: var(--p-40-px, 40px);
    border-radius: var(--rounded-4xl, 32px);
    background: linear-gradient(0deg, rgba(0, 135, 56, 0.35) 0%, rgba(0, 135, 56, 0.35) 100%), url(../images/form_bg.png) lightgray 50% / cover no-repeat;
    text-align: center;
    color: #D1D5DB;
}

.cooperation-introduction-title {
    color: var(--text-gray-50, #F9FAFB);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-5xl, 48px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-15, 60px);
    margin: 0;
}

.cooperation-introduction-description {
    max-width: 670px;
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.cooperation-introduction-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.cooperation-introduction-list-item {
    max-width: 99px;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.cooperation-introduction-list-item-icon {
    display: flex;
    width: var(--h-64-px, 64px);
    height: var(--h-64, 64px);
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-2xl, 17px);
    border: 1px solid var(--border-primary-500, #22C55E);
    background: var(--bg-primary-50, #F0FDF4);
}

.cooperation-introduction-list-item-title {
    font-size: var(--text-lg, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-7, 28px);
    font-family: 'Inter', Arial, sans-serif;
    margin: 0;
}

.cooperation-introduction-list-item:nth-child(2n) .cooperation-introduction-list-item-content {
    opacity: 0;
    visibility: hidden;
}

.cooperation-introduction-list-item:nth-child(2n) .cooperation-introduction-list-item-icon {
    background: transparent;
    border: 0;
    padding: 0
}

.cooperation-introduction-list-item-icon .line {
    display: block;
    max-width: 60px;
    height: 1px;
    background: var(--border, #E5E5E5);
    width: 100%;
}

.cooperation-introduction-action-button {
    display: flex;
    height: var(--h-64, 64px);
    padding: var(--p-8-px, 8px) var(--p-24-px, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    color: var(--text-gray-50, #F9FAFB) !important;
    text-align: center;
    font-size: var(--text-xl, 20px);
    font-weight: 600;
    line-height: var(--leading-6, 24px);
    transition: all 0.3s ease;
}

.cooperation-introduction-action-button:hover {
    transform: translateY(-5px);
}

.cooperation-introduction-action-button .link-arrow {
    background: #fff;
}

.recruitment-introduction-list {
    display: flex;
    padding: var(--p-40-px, 40px) var(--p-32-px, 32px);
    align-items: center;
    gap: var(--p-24-px, 24px);
    border-radius: var(--rounded-full, 9999px);
    background: var(--bg-container-00, #FFF);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 11;
    margin-top: -82px;
}

.recruitment-introduction-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    flex: 1 0 0;
}

.recruitment-introduction-icon {
    display: flex;
    padding: var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    min-width: 54px;
    height: 54px;
}

.recruitment-introduction-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--p-4-px, 4px);
    flex: 1 0 0;
}

.recruitment-introduction-title {
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    margin: 0;
}

.recruitment-introduction-description {
    color: var(--text-gray-600, #4B5563);
    font-weight: 500;
    margin: 0;
}

.recruitment-list-wraper {
    margin-top: 48px;
}

.recruitment-list-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    margin-bottom: 40px;
}

.recruitment-list-title {
    color: var(--text-primary-500, #22C55E);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-weight: 600;
    line-height: var(--leading-10, 40px);
    margin: 0;
}

.recruitment-list-description {
    color: var(--text-gray-600, #4B5563);
    text-align: center;
    font-size: var(--text-lg, 18px);
    font-weight: 700;
    line-height: var(--leading-7, 28px);
    font-family: var(--font-inter, Inter);
}

.recruitment-list-tab {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.recruitment-list-tab-item {
    display: flex;
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-primary-200, #BBF7D0);
    background: var(--bg-primary-50, #F0FDF4);
    color: var(--text-primary-700, #15803D);
    font-size: var(--text-base, 17px);
    font-weight: 600;
    line-height: var(--leading-6, 24px);
    flex-direction: column;
}

.recruitment-list-tab-item span {
    white-space: nowrap;
}

.recruitment-list-tab-item.active {
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    color: var(--text-gray-50, #F9FAFB);
}

.recruitment-list {
    display: flex;
    gap: 24px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.recruitment-list-item {
    flex: 0 0 calc(50% - 12px);
}

.recruitment-list-item-content {
    display: flex;
    padding: var(--p-24-px, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--p-24-px, 24px);
    border-radius: var(--rounded-2xl, 17px);
    border: 1px solid var(--border-gray-300, #D1D5DB);
    background: var(--bg-gray-00, #FFF);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.10);
}

.recruitment-list-item-content-header-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: var(--p-12-px, 12px);
    align-self: stretch;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    color: #4B5563;
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-sm, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-5, 20px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid #4B5563;
    background: #ddd;
}

.badge.success {
    border: 1px solid var(--border-primary-200, #BBF7D0);
    background: var(--bg-primary-50, #F0FDF4);
    color: var(--text-primary-700, #15803D);
}

.badge.primary {
    border: 1px solid var(--border-info-200, #BFDBFE);
    background: var(--bg-info-50, #EFF6FF);
    color: var(--text-info-700, #1D4ED8);
}

.badge.secondary {
    border: 1px solid var(--border-secondary-200, #FED7AA);
    background: var(--bg-secondary-50, #FFF7ED);
    color: var(--text-secondary-700, #C2410C);
}

.badge.warning {
    border: 1px solid var(--border-warning-200, #FCD535);
    background: var(--bg-warning-50, #FEF9C2);
    color: var(--text-warning-700, #D97706);
}

.badge.danger {
    border: 1px solid var(--border-danger-200, #F59E0B);
    background: var(--bg-danger-50, #FEE2E2);
    color: var(--text-danger-700, #991B1B);
}

.badge.info {
    border: 1px solid var(--border-info-200, #bfeffe);
    background: var(--bg-info-50, #EFF6FF);
    color: var(--text-info-700, #19a2d8);
}

.recruitment-list-item-content-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--p-16-px, 17px);
    align-self: stretch;
}

.recruitment-list-item-content-body-title {
    color: var(--text-primary-600, #16A34A);
    font-family: 'Albula Pro';
    font-size: var(--text-2xl, 24px);
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    margin: 0;
}

.recruitment-list-item-content-body-description {
    text-align: justify;
    font-weight: 500;
}

.recruitment-list-item-options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.recruitment-list-item-option {
    display: flex;
    align-items: center;
    gap: var(--p-8-px, 8px);
}

.recruitment-list-item-option span {
    min-width: 24px;
}

.recruitment-list-item-content-footer {
    display: flex;
    align-items: center;
    gap: var(--p-16-px, 17px);
    align-self: stretch;
    width: 100%;
}

.recruitment-list-item-content-footer a {
    display: flex;
    height: var(--h-48, 48px);
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    flex: 1 0 0;
    color: var(--text-primary-600, #16A34A);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-recruitment-detail {
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-primary-600, #16A34A);
    background: var(--bg-gray-00, #FFF);
}

.recruitment-list-item-content-footer a.btn-recruitment-apply {
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    color: #F9FAFB;
}

.btn-recruitment-apply .link-arrow {
    background: #F9FAFB;
}

.recruitment-list-item-content-footer a:hover {
    transform: translateY(-5px);
}

.form-apply {
    margin: 64px 0;
}

.form-apply-content {
    display: flex;
    padding: var(--p-64-px, 64px) var(--p-80-px, 80px);
    flex-direction: column;
    align-items: center;
    gap: var(--p-40-px, 40px);
    align-self: stretch;
    border-radius: var(--rounded-4xl, 32px);
    color: #F9FAFB;
    background: linear-gradient(0deg, rgba(0, 135, 56, 0.35) 0%, rgba(0, 135, 56, 0.35) 100%), url(../images/form_bg.png) lightgray 50% / cover no-repeat;
}

.form-apply-content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--p-8-px, 8px);
    align-self: stretch;
    margin-bottom: 40px;
}

.form-apply-content-header-title {
    color: var(--text-gray-50, #F9FAFB);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-5xl, 48px);
    font-weight: 600;
    line-height: var(--leading-15, 60px);
    margin: 0;
}

.form-apply-content-header-description {
    color: var(--text-gray-300, #D1D5DB);
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
    text-align: center;
}

.form-apply-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--p-40-px, 40px);
    align-self: stretch;
}

.form-apply-content-body {
    width: 100%;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.form-apply-content-body-item {
    width: 100%;
}

.form-apply-content-body-item>p {
    display: flex;
    gap: 8px;
    align-self: stretch;
    flex-direction: column;
}

.form-apply-content-body-item>p br {
    display: none;
}

.form-apply-content-body-item-label {
    color: var(--text-gray-50, #F9FAFB);
    font-family: 'Albula Pro';
    font-size: var(--text-sm, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-5, 20px);
}

.form-apply-content-body-item-input,
.form-apply-content-body-item select {
    padding: var(--p-12-px, 12px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-container-00, #FFF);
    color: #4B5563;
    font-family: var(--font-inter, Inter);
    font-size: var(--text-base, 17px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-6, 24px);
    height: 48px;
    width: 100%;
}

.custom-input-file input {
    display: none;
}

.custom-input-file {
    display: flex;
    flex-direction: column;
}

.custom-input-file .wpcf7-form-control-wrap {
    order: 1;
}

.wpcf7-not-valid-tip {
    color: #ff3838;
}

.custom-input-file-content {
    display: flex;
    padding: var(--p-12-px, 12px);
    align-items: center;
    gap: var(--p-12-px, 12px);
    align-self: stretch;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-container-00, #FFF);
}

.custom-input-file-label {
    display: flex;
    height: var(--h-48, 48px);
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-100, #DCFCE7);
    color: var(--text-primary-700, #15803D);
    text-align: center;
    font-weight: 600;
}

.custom-input-file-text {
    color: var(--text-gray-400, #9CA3AF);
    font-family: var(--font-inter, Inter);
    font-size: var(--text-base, 17px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-6, 24px);
}

.form-apply-content-footer p {
    margin: 0;
    position: relative;
}

.btn-form-apply {
    display: flex;
    height: var(--h-64, 64px);
    padding: 8px 78px 8px 46px;
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    color: var(--text-gray-50, #F9FAFB);
    text-align: center;
    font-size: var(--text-xl, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-6, 24px);
    border: 0;
    transition: all 0.3s ease;
}

.form-apply-content-footer>p:after {
    content: "";
    position: absolute;
    right: 46px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    mask-image: url(../icons/send.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #F9FAFB;
}

.form-apply-content-footer p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.btn-form-apply>p:hover {
    transform: translateY(-5px);
}

.btn-form-apply span {
    background: #F9FAFB;
}

.breadcrumb {
    margin-top: 65px;
    padding: var(--p-24-px, 24px) 0;
    background: var(--bg-gray-100, #F3F4F6);
    margin-bottom: 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.breadcrumb-separator {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-item {
    color: var(--text-gray-600, #4B5563);
    font-size: var(--text-base, 17px);
    font-weight: 500;
    line-height: var(--leading-6, 24px);
}

.breadcrumb-item.active {
    color: var(--text-gray-900, #111827);
}

.recruitment-detail-content-header {
    margin: 32px 0 64px;
    text-align: center;
}

.recruitment-detail-content-header-title {
    color: var(--text-primary-600, #16A34A);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-4xl, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-10, 40px);
}

.recruitment-detail-category {
    display: inline-flex;
    align-items: center;
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-100, #DCFCE7);
    color: var(--text-primary-700, #15803D);
    text-align: center;
    font-family: 'Albula Pro';
    font-size: var(--text-sm, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-5, 20px);
    margin-bottom: 12px;
}

.recruitment-detail-options-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 24px;
}

.recruitment-detail-options-item {
    display: flex;
    align-items: flex-start;
    gap: var(--p-16-px, 17px);
}

.recruitment-detail-options-item-icon {
    display: flex;
    padding: var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-600, #16A34A);
    min-width: 48px;
    height: 48px;
}

.recruitment-detail-options-item-icon span {
    background-color: #fff;
}

.recruitment-detail-options-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--p-4-px, 4px);
    color: var(--text-gray-600, #4B5563);
    font-weight: 500;
}

.recruitment-detail-options-item-text strong {
    color: var(--text-gray-700, #374151);
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-weight: 600;
    line-height: var(--leading-8, 32px);
}

.recruitment-detail-address {
    margin: 64px 0;
}

.recruitment-detail-address-list {
    display: flex;
    align-items: flex-start;
    gap: var(--p-24-px, 24px);
    align-self: stretch;
}

.recruitment-detail-address-item {
    display: flex;
    padding: var(--p-24-px, 24px) var(--p-32-px, 32px);
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: var(--rounded-2xl, 17px);
    border: 1px solid var(--border-gray-300, #D1D5DB);
    background: var(--bg-gray-100, #F3F4F6);
    flex-direction: column;
    gap: var(--p-8-px, 8px);
}

.recruitment-detail-address-item span {
    color: var(--text-gray-600, #4B5563);
    font-weight: 500;
}

.recruitment-detail-address-item strong {
    color: var(--text-gray-700, #374151);
    font-size: var(--text-lg, 18px);
    font-weight: 700;
    line-height: var(--leading-7, 28px);
    font-family: var(--font-inter, Inter);
}

.recruitment-detail-description-content {
    max-width: 800px;
    margin: auto;
    text-align: justify;
}

.recruitment-detail-description-content .box {
    padding: var(--p-24-px, 24px) var(--p-32-px, 32px);
    border-radius: var(--rounded-2xl, 17px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-gray-100, #F3F4F6);
    margin: 17px 0;
}

.search_form_wrap {
    max-width: 506px;
    height: 48px;
    position: relative;
    margin: auto;
}

.search_form_wrap input {
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-container-00, #FFF);
    padding: 12px 48px 12px 12px;
    height: 48px;
    font-weight: 500;
}

.btn_search {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.archive-post-container {
    max-width: 1440px;
    padding: 32px 24px;
    margin: auto;
}

.archive-post-future-title {
    color: #000;
    font-family: 'Albula Pro';
    font-size: var(--text-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-9, 36px);
}

.archive-post-future-content {
    display: flex;
    gap: 24px;
}

.archive-post-future-left {
    flex: 1;
}

.archive-post-future-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.archive-post-future-left-content {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    height: 100%;
    min-height: 642px;
}

.archive-post-future-left-content-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.archive-post-future-left-content:hover .archive-post-future-left-content-image img {
    transform: scale(1.05);
}

.archive-post-future-left-content .archive-post-future-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 24px;
    color: #fff;
}

.archive-post-future-left-content a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(17, 175, 103, 0.00) 42.79%, rgba(17, 175, 103, 0.40) 74.52%, rgba(17, 175, 103, 0.50) 100%);
}

.archive-post-future-left-content .archive-post-future-cont h3 {
    font-family: var(--font-inter, Inter);
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.archive-post-future-content-excerpt {
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.archive-post-future-content-time {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.archive-post-future-right-content {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-gray-100, #F3F4F6);
    padding: 8px;
}

.archive-post-future-right-content-image {
    height: 184px;
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    width: 45.4%;
}

.archive-post-future-right-content-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.archive-post-future-right-content-image:hover img {
    transform: scale(1.05);
}

.archive-post-future-right-content .archive-post-future-cont {
    display: flex;
    padding: 8px;
    flex-direction: column;
    gap: 18px;
    flex: 1 0 0;
    justify-content: space-between;
    align-self: stretch;
}

.archive-post-future-right-content .archive-post-future-cont h3 {
    margin: 0;
    font-family: var(--font-inter, Inter);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.archive-post-future-right-content .archive-post-future-cont h3 a {
    color: var(--text-gray-700, #374151) !important;
}

.archive-post-future-content-footer {
    display: flex;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;
}

.archive-post-future-content-footer .archive-post-future-content-time {
    color: #000;
}

.archive-post-future-content-footer .archive-post-future-content-time .time-icon {
    background-color: #000;
}

.archive-post-future-right-content-read-more {
    display: flex;
    height: var(--h-32, 32px);
    padding: var(--p-8-px, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    color: var(--text-gray-50, #F9FAFB) !important;
    text-align: center;
    font-size: var(--text-base, 17px);
    font-weight: 600;
    line-height: var(--leading-6, 24px);
    transition: all 0.3s ease;
}

.archive-post-future-right-content-read-more:hover {
    transform: translateY(-5px);
}

.archive-post-future-right-content-read-more .link-arrow {
    background-color: #fff;
}

.archive-post-wrapper {
    display: flex;
    padding: 32px 0;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-top: var(--border-4, 4px) solid #D9D9D9;
    border-bottom: var(--border-4, 4px) solid #D9D9D9;
    margin-top: 32px;
}

.archive-post-sidebar {
    min-width: 256px;
}

.archive-post-sidebar-list-title {
    color: #000;
    font-family: 'Albula Pro';
    font-size: var(--text-xl, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-8, 32px);
    margin-bottom: 48px;
}

.archive-post-sidebar-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.archive-post-sidebar-list-items a {
    color: var(--text-gray-700, #374151);
    font-family: var(--font-inter, Inter);
    font-size: var(--text-base, 17px);
    font-weight: 500;
    line-height: var(--leading-6, 24px);
    padding: 8px;
    display: block;
}

.archive-post-sidebar-list-items .current-cat a {
    border-bottom: var(--border-2, 2px) solid var(--border-primary-500, #22C55E);
    color: var(--text-primary-500, #22C55E);
    font-weight: 700;
    font-family: var(--font-inter, Inter);
}

.archive-post-list-wrapper {
    flex: 1 0 0;
    border-left: 4px solid #F3F4F6;
    padding-left: 24px;
}

.archive-post-list-title {
    color: #000;
    font-family: 'Albula Pro';
    font-size: var(--text-3xl, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--leading-9, 36px);
    margin-bottom: 50px;
}

.archive-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.archive-post-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.archive-post-list-item-image {
    position: relative;
    aspect-ratio: 321 / 184;
    border-radius: 24px;
    overflow: hidden;
}

.archive-post-list-item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.archive-post-list-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.archive-post-list-item-content h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-inter, Inter);
    margin: 0;
    /* 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    line-height: 28px;
}

.archive-post-list-item-content-time {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #000;
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.archive-post-list-item-content-time .time-icon {
    background: #000;
}

.paginate_links {
    display: flex;
    padding: 24px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.paginate_links .page-numbers {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: var(--rounded-xl, 12px);
    border-bottom: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-gray-100, #F3F4F6);
    color: var(--text-gray-700, #374151);
    text-align: center;
    font-family: var(--font-inter, Inter);
    font-weight: 500;
}

.paginate_links .page-numbers.current {
    border: var(--border-2, 2px) solid var(--border-primary-500, #22C55E);
    background: var(--bg-primary-500, #22C55E);
    font-weight: 700;
    color: #F0FDF4;
    font-family: var(--font-inter, Inter);
}

.paginate_links .page-numbers.prev,
.paginate_links .page-numbers.next {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.archive-post-category-list {
    margin: 56px 0 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.archive-post-category-list-item-title {
    color: #000;
    font-size: var(--text-3xl, 30px);
    font-weight: 400;
    line-height: var(--leading-9, 36px);
    margin-bottom: 18px;
}

.archive-post-category-posts-item {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 4px solid #F3F4F6;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.archive-post-category-posts-item-image {
    flex: 1 0 0;
    aspect-ratio: 21 / 15;
}

.archive-post-category-posts-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-post-category-posts-item-content {
    flex: 1 0 0;
}

.archive-post-category-posts-item-title {
    color: #000;
    font-family: var(--font-inter, Inter);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.archive-post-category-posts-item:first-child {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    flex-direction: column;
    gap: 18px;
}

.archive-post-category-posts-item:first-child .archive-post-category-posts-item-image {
    width: 100%;
}

.archive-post-category-posts-item-excerpt {
    color: #000;
    font-family: var(--font-inter, Inter);
    font-size: var(--text-lg, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--leading-7, 28px);
    margin-top: 8px;
}

.single-post-container {
    padding: 56px 0 24px;
}

.single_post_title {
    color: #000;
    font-size: var(--text-5xl, 48px);
    font-weight: 400;
    line-height: var(--leading-15, 60px);
    margin-bottom: 18px;
}

.single_post_info {
    display: flex;
    padding: 0 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-bottom: 18px;
    border-bottom: 4px solid #F3F4F6;
    margin-bottom: 24px;
}

.single_post_author {
    display: flex;
    align-items: center;
    gap: 22px;
}

.single_post_author_text {
    color: #000;
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.single_post_author_icon {
    display: flex;
    min-width: var(--h-48-px, 48px);
    width: var(--h-48-px, 48px);
    height: var(--h-48-px, 48px);
    padding: 8px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--rounded-full, 9999px);
    background: var(--bg-gray-200, #E5E7EB);
    color: #000;
    text-align: center;
    font-weight: 500;
}

.single_post_time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.single_post_time .time-icon {
    background-color: #000;
}

.entry_content {
    color: #000;
}

.main_single {
    padding-right: 18px;
    border-right: 4px solid #F3F4F6;
}

.related-posts-container {
    margin-top: 80px;
}

.related-title {
    color: #000;
    font-size: var(--text-3xl, 30px);
    font-weight: 400;
    line-height: var(--leading-9, 36px);
    margin-bottom: 24px;
}

.related-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-posts-item-inner {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-gray-100, #F3F4F6);
}

.blog-posts-item-image {
    width: 128px;
    min-width: 128px;
    aspect-ratio: 128 / 84;
    border-radius: 8px;
    overflow: hidden;
}

.blog-posts-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-posts-item-content {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    justify-content: space-between;
    gap: 8px;
}


.blog-posts-item-title {
    color: var(--text-gray-700, #374151);
    font-family: var(--font-inter, Inter);
    font-size: var(--text-lg, 18px);
    font-weight: 700;
    line-height: var(--leading-7, 28px);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}

.blog-posts-item-time {
    color: var(--text-gray-600, #4B5563);
    font-size: var(--text-sm, 14px);
    font-weight: 400;
    line-height: var(--leading-5, 20px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-posts-item-time .time-icon {
    background-color: #9CA3AF;
    width: 22px;
    height: 22px;
}

.widget_head h3 {
    color: #000;
    font-size: var(--text-2xl, 24px);
    font-weight: 400;
    line-height: var(--leading-8, 32px);
    margin-bottom: 24px;
}

.widget-blogs-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.widget-read-most {
    border-top: var(--border-4, 4px) solid #F3F4F6;
    margin-top: 56px;
    padding-top: 18px;
}

.contact-us {
    margin: 64px 0;
}

.contact-us-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
}

.contact-us-content {
    flex: 1 0 0;
}

.contact-us-form {
    flex: 1 0 0;
}

.contact-us-box-title h2 {
    color: var(--text-primary-600, #16A34A);
    font-size: var(--text-4xl, 36px);
    font-weight: 400;
    line-height: var(--leading-10, 40px);
    margin-bottom: 17px;
}

.contact-us-box-description {
    color: var(--text-gray-700, #374151);
    text-align: justify;
    font-weight: 500;
    margin-bottom: 48px;
}

.contact-us-infor {
    display: flex;
    flex-direction: column;
    gap: var(--p-32-px, 32px);
    align-self: stretch;
}

.contact-us-item {
    display: flex;
    align-items: flex-start;
    gap: var(--p-16-px, 17px);
    align-self: stretch;
}

.contact-us-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-primary-200, #BBF7D0);
    background: var(--bg-primary-50, #F0FDF4);
    min-width: 48px;
    height: 48px;
}

.contact-us-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.contact-us-text strong {
    color: var(--text-primary-600, #16A34A);
    font-family: var(--font-inter, Inter);
    font-size: var(--text-sm, 14px);
    font-weight: 700;
    line-height: var(--leading-5, 20px);
}

.contact-us-text span {
    color: var(--text-gray-700, #374151);
    text-align: justify;
    font-size: var(--text-base, 17px);
    font-weight: 500;
    line-height: var(--leading-6, 24px);
}

.contact-us-social-wrap {
    margin-top: 48px;
}

.contact-us-social-wrap>h3 {
    color: var(--text-gray-700, #374151);
    font-family: var(--font-inter, Inter);
    font-size: var(--text-lg, 18px);
    font-weight: 700;
    line-height: var(--leading-7, 28px);
}

.contact-us-social {
    display: flex;
    align-items: center;
    gap: var(--p-24-px, 24px);
    align-self: stretch;
}

.contact-us-social .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--rounded-full, 9999px);
    border: 1px solid var(--border-gray-100, #F3F4F6);
    background: var(--bg-primary-500, #22C55E);
    box-shadow: 0 27px 7px 0 rgba(0, 0, 0, 0.00), 0 17px 7px 0 rgba(0, 0, 0, 0.01), 0 10px 6px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.09), 0 1px 2px 0 rgba(0, 0, 0, 0.10);
    min-width: 48px;
    height: 48px;
    transition: all 0.3s ease;
}

.contact-us-social .social-link:hover {
    transform: translateY(-5px);
}

.contact-us-social .social-link img {
    width: 24px;
}

.contact-us-social .social-link i {
    background: #fff;
}

.contact-us-form-content {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px var(--rounded-3xl, 24px) 24px 24px;
    border: var(--border-1, 1px) solid #86EFAC;
    background: radial-gradient(66.46% 66.54% at 87.18% 87.87%, #FFDDC5 0%, rgba(255, 221, 197, 0.00) 100%), radial-gradient(79.55% 113.16% at 9.74% 5.99%, #B9EFCD 0%, rgba(185, 239, 205, 0.00) 100%), #EAFFE4;
}

.contact-us-form-title {
    margin-bottom: 24px;
}

.contact-us-form-content p {
    margin: 0;
    display: block;
    width: 100%;
}

.contact-us-form-content p br {
    display: none;
}

.wpcf7-response-output {
    margin: 20px 0 0 !important;
}

.contact-us-form-title h2 {
    color: var(--text-gray-700, #374151);
    font-size: var(--text-2xl, 24px);
    font-weight: 400;
    line-height: var(--leading-8, 32px);
    margin: 0;
}

.contact-us-form-content .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--p-8-px, 8px);
    margin-bottom: 17px;
}

.contact-us-form-content .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 3px;
}

.contact-us-form-content .form-group label {
    color: var(--text-gray-500, #6B7280);
    font-family: 'Albula Pro';
    font-size: var(--text-sm, 14px);
    font-weight: 600;
    line-height: var(--leading-5, 20px);
    margin-bottom: 8px;
}

.contact-us-form-content .form-group input {
    display: flex;
    padding: var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-12-px, 12px);
    align-self: stretch;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-container-00, #FFF);
    width: 100%;
}

.contact-us-form-content .form-group textarea {
    height: 89px;
    padding: var(--p-12-px, 12px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-container-00, #FFF);
    width: 100%;
}

.btn-contact-submit .wpcf7-submit {
    display: none;
}

.btn-contact-submit {
    display: flex;
    height: var(--h-64, 64px);
    padding: var(--p-8-px, 8px) var(--p-12-px, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--p-8-px, 8px);
    align-self: stretch;
    border-radius: var(--rounded-lg, 8px);
    background: var(--bg-primary-500, #22C55E);
    width: 100%;
    border: 0;
    color: var(--text-gray-50, #F9FAFB);
    text-align: center;
    font-size: var(--text-xl, 20px);
    font-weight: 600;
    line-height: var(--leading-6, 24px);
    margin-top: 24px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.btn-contact-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
}

.btn-contact-submit:hover {
    transform: translateY(-5px);
}

.btn-contact-submit .send-icon {
    background: #fff;
}

.page-banner-hidden {
    height: 64px;
}

.product-list-wraper {
    margin-bottom: 24px;
}

.product-list-tab-wrapper {
    margin: 48px 0;
}

.product-list-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.product-list-tab-item {
    white-space: nowrap;
    display: inline-flex;
    padding: 12px;
    border: 1px solid var(--border-gray-300, #D1D5DB);
    border-radius: 8px;
    color: #6B7280;
    font-weight: 500;
    transition: all 0.3s ease;
}

.product-list-tab-item.active {
    background: #089B2E;
    color: #fff;
    font-weight: 700;
    border-color: #089B2E;
}

.product-list-tab-item:hover {
    transform: translateY(-5px);
}

.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.product-list-item-content {
    padding: 12px;
    background: #E5E7EB;
    border-radius: 48px 0;
    height: 100%;
}

.product-list-item-image {
    border-radius: 40px 0;
    overflow: hidden;
    aspect-ratio: 247 / 267;
}

.product-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list-item-content-body {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-list-title {
    font-size: 20px;
    margin: 0;
    color: #000000;
    font-weight: 600;
}

.btn-product-detail {
    width: 100%;
    padding: 8px 12px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #089B2E;
    border-radius: 40px 0;
    color: #F9FAFB !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-product-detail:hover {
    transform: translateY(-5px);
}

.product-price-wrapper {
    display: flex;
    align-items: center;
    gap: 17px;
}

.product-price {
    font-size: 20px;
    color: #089B2E;
    font-weight: 600;
    font-family: 'Albula Pro';
}

.product-price-old {
    font-size: 14px;
    color: #D1D5DB;
    text-decoration: line-through;
    font-family: 'Albula Pro';
}

/* Product Detail Section */
.product-detail-section {
    padding: 40px 0 60px;
}

.product-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 63px;
    align-items: flex-start;
    margin-bottom: 96px;
}

.product-detail-gallery {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.product-gallery-main {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.product-gallery-main.owl-carousel {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.product-gallery-main .owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
    position: relative;
    max-width: 100%;
}

.product-gallery-main .owl-stage {
    display: flex;
    align-items: stretch;
}

.product-gallery-main .owl-item {
    height: auto;
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.product-gallery-main .owl-item .item {
    width: 100%;
    min-width: 0;
    flex: 1;
    display: flex;
}

.product-gallery-item {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 514/493;
    overflow: hidden;
    border-radius: 17px;
    background: #F3F4F6;
    box-sizing: border-box;
    padding: 24px;
}

.product-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-gallery-thumbs {
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}

.product-gallery-thumbs.owl-carousel {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.product-gallery-thumbs .owl-stage-outer {
    overflow: hidden !important;
    width: 100% !important;
    position: relative;
    max-width: 100%;
}

.product-gallery-thumbs .owl-stage {
    display: flex;
}

.product-gallery-thumbs .owl-item {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    min-width: 0;
}

.product-gallery-thumbs .owl-item .item {
    width: 100%;
    min-width: 0;
}

.product-gallery-thumbs .owl-item.active,
.product-gallery-thumbs .item.active {
    opacity: 1;
}

.product-gallery-thumb-item {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 101 / 97;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: #F3F4F6;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 8px;
}

.product-gallery-thumbs .owl-item.synced .item .product-gallery-thumb-item {
    opacity: 1;
    border: 2px solid #04B531;
}

.product-gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-detail-info {
    flex: 1;
}

.product-detail-info .product-price-wrapper {
    margin-bottom: 24px;
}

.product-detail-info .product-price {
    font-size: 36px;
}

.product-detail-info .product-price-old {
    font-size: 20px;
}

.product-discount {
    display: inline-flex;
    padding: 7px 12px;
    background: #DC2626;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
}

.product-description {
    color: #374151;
    font-size: 17px;
    line-height: 1.6;
}

.product-description p {
    margin-bottom: 12px;
}

.product-description p:last-child {
    margin-bottom: 0;
}

.btn-product-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #089B2E;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-product-contact:hover {
    transform: translateY(-5px);
}

.btn-product-contact .icon-phone {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    mask-image: url(../icons/phone-line.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
}

.product-contact-note {
    color: #9CA3AF;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.product-policy {
    margin-top: 24px;
}

.product-policy-title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 17px;
    border-left: 4px solid #089B2E;
    padding-left: 12px;
}

.product-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-policy-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-weight: 500;
}

.product-policy-list li .icon {
    min-width: 24px;
}

.product-category {
    margin-bottom: 8px;
    padding: 8px 12px;
    background: #D8FFE2;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    line-height: 17px;
    color: #089B2E;
    text-transform: uppercase;
}

.product-detail-info .product-title {
    font-size: 36px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 17px;
    font-family: 'Albula Pro';
}

.product-description {
    color: #4B5563;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D1D5DB;
}

.product-detail-options-item>.title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
    padding-left: 17px;
    color: #111827;
    font-family: 'Albula Pro';
    font-weight: 600;
    border-left: 4px solid #089B2E;
}

.product-detail-options-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(4, 1fr);
}

.product-detail-options-item-list li {
    display: flex;
    gap: 8px;
    padding: 17px;
    border: 1px solid var(--border-primary-200, #B3FFC5);
    background: #EEFFF1;
    border-radius: 17px;
    align-items: center;
}

.product-detail-options-item-list li .icon {
    min-width: 40px;
}

.product-detail-options-item-list li .content {
    flex: 1;
}

.product-detail-options {
    margin: 0 -12px;
}

.product-detail-options:after {
    content: "";
    display: table;
    clear: both;
}

.product-detail-options-item {
    padding: 0 12px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.product-detail-list_info-item-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-detail-list_info-item-list li {
    border: 1px solid var(--border-gray-200, #E5E7EB);
    background: var(--bg-gray-100, #F3F4F6);
    padding: 24px 32px;
    border-radius: 17px;
}

.product-detail-list_info-item-list li .info_title {
    color: #089B2E;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-detail-related {
    margin-top: 48px;
}

.product-detail-related-title {
    font-size: 24px;
    margin-bottom: 24px;
    color: #111827;
    text-align: center;
    font-family: 'Albula Pro';
    font-weight: 600;
}

.product-detail-related-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

table {
    border-collapse: separate !important;
    margin: 1rem 0;
}

table tr:nth-child(2n + 1) {
    background: var(--bg-gray-100, #F3F4F6);
}

table tr:first-child {
    background: var(--bg-primary-50, #EEFFF1);
}

table tr td {
    padding: 12px 24px;
}

table tr:first-child td {
    color: #111827;
    font-weight: 700;
}

table tr td:first-child {
    border-left: 1px solid #79FC99;
}

table tr td:last-child {
    border-right: 1px solid #79FC99;
}

table tr:first-child td {
    border-top: 1px solid #79FC99;
}

table tr:last-child td {
    border-bottom: 1px solid #79FC99;
}

table tr:first-child td:first-child {
    border-radius: 12px 0 0 0;
}

table tr:first-child td:last-child {
    border-radius: 0 12px 0 0;
}

table tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

/* KAGRI Ecosystem Section */
.kagri-ecosystem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.kagri-ecosystem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #1A6D3380;
}

.kagri-ecosystem .container {
    position: relative;
    z-index: 2;
}

.ecosystem-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 48px;
    top: 57px;
    z-index: 11;
    margin: 0;
}

.ecosystem-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

.ecosystem-item {
    transition: all 0.3s ease;
    height: 524px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 48px;
    gap: 12px;
}

.ecosystem-item:hover {
    background: #062A1080;
}

.ecosystem-item-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecosystem-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecosystem-item-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.ecosystem-item-description {
    font-size: 17px;
    line-height: 1.6;
    color: #F9FAFB;
    display: none;
}

.ecosystem-item:hover .ecosystem-item-description {
    display: block;
}

/* Factory System Section */
.factory-system {
    padding: 80px 0;
    background: #fff;
}

.factory-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.factory-title {
    font-size: 36px;
    color: #089B2E;
    margin-bottom: 24px;
}

.factory-description {
    color: #4B5563;
    margin-bottom: 40px;
}

.factory-certificates {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.factory-certificate-item {
    text-align: center;
    flex: 1;
}

.certificate-image {
    width: 112px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.certificate-title {
    font-weight: 600;
    font-size: 18px;
    color: #089B2E;
    margin-bottom: 8px;
}

.certificate-description {
    font-size: 14px;
    color: #6B7280;
    font-family: 'Albula Pro';
}

.factory-image {
    width: 100%;
    border-radius: 40px 0;
    overflow: hidden;
}

.factory-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Achievements Section */
.achievements {
    padding: 64px 0;
    background: #D2F3DD;
}

.achievements-top {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    flex-direction: column;
}

.achievements-title {
    font-size: 36px;
    color: #089B2E;
    margin-bottom: 0;
    flex: 1;
}

.achievements-description {
    color: #4B5563;
    margin-bottom: 0;
    font-weight: 500;
    flex: 1;
}

.achievements-main-image {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 40px 0;
    overflow: hidden;
}

.achievements-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.achievements-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.achievement-card {
    background: #fff;
    padding: 24px 32px;
    border-radius: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border: 1px solid var(--border-primary-300, #79FC99);
    box-shadow: 1px 6px 13px 0px #0000001A, 5px 23px 23px 0px #00000017, 12px 52px 32px 0px #0000000D, 21px 92px 38px 0px #00000003, 32px 143px 41px 0px #00000000;
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
}

.achievement-icon {
    margin: auto;
    margin-bottom: 16px;
    aspect-ratio: 379 / 253;
}

.achievement-icon img {
    max-height: 100%;
}

.achievement-title {
    font-family: 'Albula Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #089B2E;
    margin-bottom: 16px;
    line-height: 32px;
}

.achievement-description {
    color: #6B7280;
    font-weight: 500;
}

/* Media Partners Section */
.media-partners {
    padding: 0 0 60px 0;
    background: #D2F3DD;
}

.partners-title {
    font-size: 36px;
    color: #089B2E;
    margin-bottom: 40px;
}

.partners-list {
    display: flex;
    gap: 24px;
}

.partner-list-logo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s ease;
    flex: 1;
    padding: 24px 32px;
    border: 1px solid var(--border-primary-300, #79FC99);
    box-shadow: 1px 6px 13px 0px #0000001A, 5px 23px 23px 0px #00000017, 12px 52px 32px 0px #0000000D, 21px 92px 38px 0px #00000003, 32px 143px 41px 0px #00000000;
    background: #fff;
    border-radius: 16px;
}

.partner-list-logo-img {
    height: 100px;
}

.partner-list-logo-title {
    font-size: 20px;
    color: #089B2E;
    line-height: 32px;
    margin: 0;
    height: 96px;
    font-family: 'Inter', Arial, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
}

.partner-list-logo-des {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
}

.partner-list-logo-link {
    color: var(--text-primary-600, #04B531);
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 11px;
    border: 1px solid var(--border-primary-600, #04B531);
    background: #fff;
    border-radius: 8px;
    line-height: 24px;
}

.partner-list-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
}

.partner-list-logo img {
    max-height: 100%;
    object-fit: contain;
}

/* Distribution Network Section */
.distribution-network {
    padding: 64px 0;
}

.network-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.network-title {
    font-size: 36px;
    color: #089B2E;
    margin-bottom: 24px;
}

.network-description {
    color: #4B5563;
    margin-bottom: 40px;
    font-weight: 500;
}

.network-statistics {
    margin-bottom: 24px;
    max-width: 280px;
}

.network-shop-number {
    font-family: 'Albula Pro', sans-serif;
    font-size: 60px;
    font-weight: 600;
    background: linear-gradient(90deg, #F97316 0%, #93440D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.network-shop-description {
    color: #4B5563;
    font-family: 'Albula Pro', sans-serif;
    font-weight: 600;
}

.network-regions {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.region-group-title {
    font-size: 20px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Albula Pro';
}

.region-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.region-area-item {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 17px;
    color: #089B2E;
    border: 1px solid var(--border-primary-200, #B3FFC5);
    background: var(--bg-primary-50, #EEFFF1);
    font-weight: 600;
    transition: all 0.2s ease;
}

.region-area-item:hover {
    transform: translateY(-5px);
}

.network-map {
    width: 100%;
    text-align: center;
}

.network-map img {
    width: 100%;
    height: auto;
    display: block;
}

/* Press Coverage Section */
.press-coverage {
    padding: 64px 0;
    background: #fff;
}

.press-title {
    font-family: 'Albula Pro', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #089B2E;
    margin-bottom: 80px;
    text-align: center;
}

.press-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.article-thumbnail {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.article-thumbnail img {
    object-fit: cover;
    aspect-ratio: 379 / 253;
    width: 100%;
}

.article-content {
    padding-top: 24px;
}

.article-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Inter', Arial, sans-serif;
}

.article-title a {
    color: #000000;
}

.article-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #000000;
}

.article-date .time-icon {
    background: #000;
}

.social-icon img {
    max-height: 100%;
}