{"id":38231,"date":"2025-09-23T23:01:15","date_gmt":"2025-09-23T16:01:15","guid":{"rendered":"https:\/\/nonglamfarm.com\/nlf-introduction\/"},"modified":"2025-11-02T21:49:39","modified_gmt":"2025-11-02T14:49:39","slug":"nlf-introduction","status":"publish","type":"page","link":"https:\/\/nonglamfarm.com\/en\/nlf-introduction\/","title":{"rendered":"NLF Introduction"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"38231\" class=\"elementor elementor-38231 elementor-37266\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-dac02f6 e-flex e-con-boxed e-con e-parent\" data-id=\"dac02f6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82ca070 elementor-widget elementor-widget-html\" data-id=\"82ca070\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"nlf-final-page\">\r\n<style>\r\n    \/* --- Import Font --- *\/\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Be+Vietnam+Pro:wght@400;500;700;800&display=swap');\r\n\r\n    \/* --- Bi\u1ebfn m\u00e0u & style ch\u00ednh --- *\/\r\n    :root {\r\n        --green-dark: #1a535c;\r\n        --green-primary: #4ecdc4;\r\n        --bg-light: #f8fbfb;\r\n        --text-dark: #2c3e50;\r\n        --text-light: #526760;\r\n        --white: #ffffff;\r\n        --border-color: #e5ece6;\r\n        --radius: 16px;\r\n        --shadow: 0 8px 16px rgba(0,0,0,0.07);\r\n        --transition: all 0.35s ease;\r\n    }\r\n\r\n    \/* --- Thi\u1ebft l\u1eadp chung --- *\/\r\n    .nlf-final-page * { box-sizing: border-box; }\r\n    .nlf-final-page {\r\n        font-family: 'Be Vietnam Pro', sans-serif;\r\n        color: var(--text-light);\r\n        line-height: 1.7;\r\n        background-color: var(--white);\r\n    }\r\n    .nlf-container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n        padding: 80px 24px;\r\n    }\r\n    .nlf-section { width: 100%; }\r\n\r\n    \/* --- Typography --- *\/\r\n    .nlf-final-page h1, .nlf-final-page h2, .nlf-final-page h3, .nlf-final-page h4 {\r\n        color: var(--green-dark);\r\n        font-weight: 800;\r\n        line-height: 1.3;\r\n        margin: 0 0 16px;\r\n    }\r\n    .nlf-final-page h2 { font-size: clamp(2rem, 4vw, 2.75rem); text-align: center; }\r\n    .nlf-final-page h3 { font-size: 1.5rem; }\r\n    .nlf-final-page h4 { font-size: 1.2rem; font-weight: 700; }\r\n    .nlf-final-page p { margin-bottom: 1.25rem; }\r\n    .section-intro { max-width: 800px; margin: 0 auto 48px auto; text-align: center; font-size: 1.1rem; }\r\n\r\n    \/* --- Helpers & N\u1ec1n --- *\/\r\n    .fade-in-up {\r\n        opacity: 0;\r\n        transform: translateY(40px);\r\n        transition: opacity 0.7s ease-out, transform 0.7s ease-out;\r\n    }\r\n    .fade-in-up.is-visible { opacity: 1; transform: translateY(0); }\r\n    .section-light { background-color: var(--bg-light); }\r\n    .section-dark { background-color: var(--green-dark); }\r\n    .section-dark h2, .section-dark h3, .section-dark h4, .section-dark p { color: var(--white); }\r\n    .nlf-final-page strong { color: var(--green-dark); font-weight: 700; }\r\n    .section-dark strong { color: var(--green-primary); }\r\n\r\n    \/* --- 1. HEADER --- *\/\r\n    .page-header { text-align: center; padding: 60px 24px; }\r\n    .page-header h1 { font-size: clamp(2.5rem, 5vw, 4rem); margin: 0; }\r\n    .page-header .subtitle { font-size: 1.2rem; color: var(--green-primary); font-weight: 700; }\r\n    \r\n    \/* --- 2. S\u1ee8 M\u1ec6NH (Thi\u1ebft k\u1ebf m\u1edbi) --- *\/\r\n    #nlf-mission-redesigned .mission-statement {\r\n        text-align: center;\r\n        max-width: 900px;\r\n        margin: 0 auto 60px auto;\r\n        padding-top: 20px;\r\n        position: relative;\r\n    }\r\n    #nlf-mission-redesigned .mission-statement::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 80px;\r\n        height: 4px;\r\n        background-color: var(--green-primary);\r\n        border-radius: 2px;\r\n    }\r\n    #nlf-mission-redesigned .mission-statement h2 {\r\n        font-size: clamp(1.8rem, 4vw, 2.5rem);\r\n        font-weight: 700;\r\n        line-height: 1.4;\r\n        margin: 0;\r\n    }\r\n    #nlf-mission-redesigned .mission-pillars {\r\n        display: grid;\r\n        grid-template-columns: repeat(3, 1fr);\r\n        gap: 32px;\r\n    }\r\n    #nlf-mission-redesigned .pillar-card {\r\n        text-align: justify;\r\n        padding: 32px;\r\n        background-color: var(--white);\r\n        border: 1px solid var(--border-color);\r\n        border-radius: var(--radius);\r\n        transition: var(--transition);\r\n    }\r\n    #nlf-mission-redesigned .pillar-card:hover {\r\n        transform: translateY(-10px);\r\n        box-shadow: var(--shadow);\r\n        border-color: var(--green-primary);\r\n    }\r\n    #nlf-mission-redesigned .pillar-card .icon {\r\n        font-size: 3rem;\r\n        line-height: 1;\r\n        margin-bottom: 20px;\r\n        color: var(--green-primary);\r\n        text-align: center;\r\n    }\r\n    #nlf-mission-redesigned .pillar-card h4 { font-size: 1.2rem; margin-bottom: 12px; }\r\n\r\n    \/* --- 3. L\u1ecaCH S\u1eec H\u00ccNH TH\u00c0NH --- *\/\r\n    .timeline { position: relative; max-width: 800px; margin: 48px auto 0; }\r\n    .timeline::after { content: ''; position: absolute; width: 4px; background-color: var(--green-primary); top: 0; bottom: 0; left: 50%; margin-left: -2px; }\r\n    .timeline-item { padding: 10px 40px; position: relative; width: 50%; }\r\n    .timeline-item.left { left: 0; }\r\n    .timeline-item.right { left: 50%; }\r\n    .timeline-item::after { content: ''; position: absolute; width: 20px; height: 20px; right: -10px; background-color: var(--white); border: 4px solid var(--green-primary); top: 15px; border-radius: 50%; z-index: 1; }\r\n    .timeline-item.right::after { left: -10px; }\r\n    .timeline-content { padding: 20px 30px; background-color: var(--white); border: 1px solid var(--border-color); border-radius: var(--radius); }\r\n    .timeline-content .year { font-weight: 800; color: var(--green-primary); }\r\n\r\n    \/* --- 4. GI\u00c1 TR\u1eca C\u1ed0T L\u00d5I --- *\/\r\n    .values-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }\r\n    .value-item { display: grid; grid-template-columns: 80px 1fr; gap: 32px; align-items: start; }\r\n    .value-icon { font-size: 3rem; text-align: center; color: var(--green-primary); }\r\n    .value-details ul { list-style: none; padding-left: 0; }\r\n    .value-details li { position: relative; padding-left: 25px; margin-bottom: 10px; }\r\n    .value-details li::before { content: '\u2713'; position: absolute; left: 0; color: var(--green-primary); font-weight: 700; }\r\n    \/* NEW: tagline cho Gi\u00e1 tr\u1ecb C\u1ed1t l\u00f5i *\/\r\n    .values-tagline {\r\n        margin-top: 16px;\r\n        padding: 16px 20px;\r\n        background: #f0fbf9;\r\n        border-left: 4px solid var(--green-primary);\r\n        border-radius: 12px;\r\n        font-weight: 600;\r\n        color: var(--green-dark);\r\n        text-align: center;\r\n    }\r\n\r\n    \/* --- 5. N\u0102NG L\u1ef0C S\u1ea2N XU\u1ea4T --- *\/\r\n    \/* NEW: Slider n\u1ec1n nh\u00e0 x\u01b0\u1edfng\/farm *\/\r\n    .factory-slider {\r\n        position: relative;\r\n        height: min(52vh, 520px);\r\n        border-radius: var(--radius);\r\n        overflow: hidden;\r\n        margin-bottom: 32px;\r\n        isolation: isolate;\r\n    }\r\n    .factory-slide {\r\n        position: absolute;\r\n        inset: 0;\r\n        background-size: cover;\r\n        background-position: center;\r\n        animation: fadeSwap 18s infinite;\r\n        opacity: 0;\r\n        transform: scale(1.03);\r\n    }\r\n    .factory-slide:nth-child(1) { animation-delay: 0s; }\r\n    .factory-slide:nth-child(2) { animation-delay: 6s; }\r\n    .factory-slide:nth-child(3) { animation-delay: 12s; }\r\n    @keyframes fadeSwap {\r\n        0% { opacity: 0; }\r\n        6% { opacity: 1; }\r\n        28% { opacity: 1; }\r\n        33% { opacity: 0; }\r\n        100% { opacity: 0; }\r\n    }\r\n    .factory-overlay {\r\n        position: absolute;\r\n        inset: 0;\r\n        background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.45));\r\n        z-index: 1;\r\n    }\r\n    .factory-caption {\r\n        position: absolute;\r\n        left: 24px; right: 24px; bottom: 24px;\r\n        z-index: 2;\r\n        color: #fff;\r\n        text-shadow: 0 2px 12px rgba(0,0,0,.35);\r\n        font-weight: 700;\r\n        font-size: clamp(1rem, 2vw, 1.1rem);\r\n        display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;\r\n    }\r\n    .capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }\r\n    .capability-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.2); padding: 32px; border-radius: var(--radius); }\r\n    .capability-card p { text-align: justify;}\r\n    .capability-card .icon { font-size: 2.5rem; margin-bottom: 16px; color: var(--green-primary); }\r\n\r\n    \/* --- 6. KI\u1ebeN T\u1ea0O T\u01af\u01a0NG LAI (CSR) --- *\/\r\n    .csr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }\r\n    .csr-card p { text-align: justify;}\r\n    .csr-card { padding: 24px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }\r\n\r\n    \/* --- 7. \u0110\u1ed8I NG\u0168 & \u0110\u1ed0I T\u00c1C --- *\/\r\n    .team-partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }\r\n    .partner-logos { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 24px; }\r\n    .partner-logo { font-style: italic; color: #aaa; border: 1px solid #eee; padding: 15px 25px; border-radius: 8px; background: var(--white); }\r\n    \/* NEW: Experts grid 4 \u1ea3nh *\/\r\n    .experts-grid {\r\n        margin-top: 24px;\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        gap: 16px;\r\n    }\r\n    .expert-card {\r\n        background: #fff;\r\n        border: 1px solid var(--border-color);\r\n        border-radius: 14px;\r\n        overflow: hidden;\r\n        box-shadow: var(--shadow);\r\n        transition: var(--transition);\r\n        text-align: center;\r\n    }\r\n    .expert-card:hover { transform: translateY(-6px); }\r\n    .expert-photo {\r\n        aspect-ratio: 4\/3;\r\n        width: 100%;\r\n        object-fit: cover;\r\n        display: block;\r\n    }\r\n    .expert-meta {\r\n        padding: 14px;\r\n    }\r\n    .expert-meta h5 {\r\n        margin: 0 0 6px;\r\n        font-size: 1rem;\r\n        color: var(--green-dark);\r\n        font-weight: 800;\r\n    }\r\n    .expert-meta p {\r\n        margin: 0;\r\n        font-size: .95rem;\r\n        color: var(--text-light);\r\n    }\r\n\r\n    .team-info p {\r\n        text-align: justify;\r\n    }\r\n\r\n    .partner-info p {\r\n        text-align: justify;\r\n    }\r\n    \/* --- 8. CALL TO ACTION --- *\/\r\n    .cta-section { text-align: center; }\r\n    .btn-cta { margin-top: 24px; padding: 14px 32px; background: var(--green-primary); color: var(--white); border-radius: 50px; text-decoration: none; font-weight: 700; transition: var(--transition); display: inline-block; border: 2px solid var(--green-primary); }\r\n    .btn-cta:hover { background: var(--white); color: var(--green-dark); transform: scale(1.05); }\r\n\r\n    \/* --- Responsive --- *\/\r\n    @media (max-width: 992px) {\r\n        #nlf-mission-redesigned .mission-pillars, .capability-grid, .csr-grid, .team-partner-grid { grid-template-columns: 1fr; }\r\n        .experts-grid { grid-template-columns: repeat(2, 1fr); }\r\n        .factory-caption { font-size: 1rem; }\r\n    }\r\n    \/* NEW: CTA n\u1ed5i b\u1eadt cu\u1ed1i team-partner-grid *\/\r\n        .team-cta-highlight {\r\n            margin-top: 40px;\r\n            padding: 24px 32px;\r\n            background: linear-gradient(90deg, var(--green-primary), #0e5a00);\r\n            border-radius: var(--radius);\r\n            color: #fff;\r\n            font-weight: 700;\r\n            font-size: clamp(1rem, 2vw, 1.25rem);\r\n            text-align: center;\r\n            box-shadow: 0 6px 16px rgba(0,0,0,0.15);\r\n        }\r\n        .team-cta-highlight strong {\r\n            color: #fff;\r\n            text-decoration: underline dotted rgba(255,255,255,.6);\r\n        }\r\n\r\n        \/* NEW: Experts full row d\u01b0\u1edbi partner *\/\r\n        .experts-full-row {\r\n            margin-top: 40px;\r\n        }\r\n        .experts-full-row h3 {\r\n            text-align: center;\r\n            margin: 0 0 16px;\r\n            color: var(--green-dark);\r\n            font-weight: 800;\r\n        }\r\n        @media (max-width: 576px) {\r\n            .experts-grid { grid-template-columns: 1fr; } \/* 1 c\u1ed9t tr\u00ean m\u00e1y r\u1ea5t nh\u1ecf *\/\r\n        }\r\n\r\n\r\n    @media (max-width: 768px) {\r\n        .value-item { grid-template-columns: 1fr; text-align: center; }\r\n        .value-icon { margin-bottom: 16px; }\r\n        .value-details ul { text-align: left; }\r\n        .timeline::after { left: 10px; }\r\n        .timeline-item { width: 100%; padding-left: 50px; padding-right: 10px; }\r\n        .timeline-item.left, .timeline-item.right { left: 0; }\r\n        .timeline-item::after, .timeline-item.right::after { left: 1px; }\r\n        .nlf-container { padding: 60px 16px; }\r\n        .factory-caption { gap: 8px; }\r\n    }\r\n<\/style>\r\n\r\n<header class=\"nlf-section section-light\">\r\n    <div class=\"page-header fade-in-up is-visible\">\r\n        <p class=\"subtitle\">About Nong Lam Farm<\/p>\r\n        <h1>Creating a Sustainable Agriculture based on Knowledge & Technology<\/h1>\r\n    <\/div>\r\n<\/header>\r\n\r\n<section id=\"nlf-mission-redesigned\" class=\"nlf-section\">\r\n    <div class=\"nlf-container fade-in-up\">\r\n        <div class=\"mission-statement\">\r\n            <h2>Creating a green, clean, and sustainable agriculture, elevating the value of Vietnamese agricultural products based on knowledge and technology.<\/h2>\r\n        <\/div>\r\n        <div class=\"mission-pillars\">\r\n            <div class=\"pillar-card\">\r\n                <div class=\"icon\">\ud83c\udf93<\/div>\r\n                <h4>Scientific Knowledge Foundation<\/h4>\r\n                <p>We inherit and promote the research strengths from the Nong Lam University to build standard cultivation procedures, ensuring that every product is based on a solid scientific foundation.<\/p>\r\n            <\/div>\r\n            <div class=\"pillar-card\">\r\n                <div class=\"icon\">\ud83d\udef0\ufe0f<\/div>\r\n                <h4>Application of Superior Technology<\/h4>\r\n                <p>We pioneer the application of high technology such as IoT, Big Data, and automation<\/strong> in production to provide a source of safe agricultural products with consistent quality and complete transparency of origin.<\/p>\r\n            <\/div>\r\n            <div class=\"pillar-card\">\r\n                <div class=\"icon\">\ud83c\udf0d<\/div>\r\n                <h4>Sustainable Ecosystem<\/h4>\r\n                <p>We are building a circular value chain, connecting and providing harmonious benefits to farmers, partners, and consumers, while simultaneously committing to environmental protection and community development.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"nlf-section section-light\">\r\n  <div class=\"nlf-container fade-in-up\">\r\n    <h2>History of Formation & Development<\/h2>\r\n\r\n    <!-- Timeline theo c\u1ea5u tr\u00fac .nlf-timeline (kh\u1edbp CSS b\u1ea1n cung c\u1ea5p) -->\r\n    <ul class=\"nlf-timeline\">\r\n      <!-- 2018 -->\r\n      <li>\r\n        <div class=\"nlf-year\">2018<\/div>\r\n        <div class=\"nlf-card\">\r\n          <h4>Establishment & Orientation<\/h4>\r\n          <p>Nong Lam Farm originated from the Incubation Center of the University of Agriculture and Forestry, Ho Chi Minh City, with the orientation to become a pioneering enterprise in high-tech agriculture.<\/p>\r\n        <\/div>\r\n        <div class=\"nlf-thumb\">\r\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/timeline\/2018.jpg\" alt=\"2018 \u2013 Th\u00e0nh l\u1eadp &amp; \u0110\u1ecbnh h\u01b0\u1edbng\">\r\n        <\/div>\r\n      <\/li>\r\n\r\n      <!-- 2020 -->\r\n      <li>\r\n        <div class=\"nlf-year\">2020<\/div>\r\n        <div class=\"nlf-card\">\r\n          <h4>Building the First Cultivation Area<\/h4>\r\n          <p>Deployment of the first high-tech farm spanning 20 hectares, applying a greenhouse system and smart irrigation according to Israeli standards.<\/p>\r\n        <\/div>\r\n        <div class=\"nlf-thumb\">\r\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/timeline\/2020.jpg\" alt=\"2020 \u2013 V\u00f9ng tr\u1ed3ng c\u00f4ng ngh\u1ec7 cao 20ha\">\r\n        <\/div>\r\n      <\/li>\r\n\r\n      <!-- 2022 -->\r\n      <li>\r\n        <div class=\"nlf-year\">2022<\/div>\r\n        <div class=\"nlf-card\">\r\n          <h4>Achieving VietG.A.P. & GlobalG.A.P. certifications.<\/h4>\r\n          <p>The melon and pumpkin products officially achieved prestigious food safety certifications, paving the way for access to major supermarket chains.<\/p>\r\n        <\/div>\r\n        <div class=\"nlf-thumb\">\r\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/timeline\/2022.jpg\" alt=\"2022 \u2013 Ch\u1ee9ng nh\u1eadn VietG.A.P. &amp; GlobalG.A.P.\">\r\n        <\/div>\r\n      <\/li>\r\n\r\n      <!-- 2024 -->\r\n      <li>\r\n        <div class=\"nlf-year\">2024<\/div>\r\n        <div class=\"nlf-card\">\r\n          <h4>Expansion of Market & Launch of F&B Products<\/h4>\r\n          <p>Successful export of the first consignment to the Japanese market. Concurrently, the launch of the deeply processed F&B product line derived from clean agricultural products.<\/p>\r\n        <\/div>\r\n        <div class=\"nlf-thumb\">\r\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/timeline\/2024.jpg\" alt=\"2024 \u2013 M\u1edf r\u1ed9ng th\u1ecb tr\u01b0\u1eddng &amp; s\u1ea3n ph\u1ea9m F&amp;B\">\r\n        <\/div>\r\n      <\/li>\r\n    <\/ul>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n<section class=\"nlf-section\">\r\n    <div class=\"nlf-container fade-in-up\">\r\n        <h2>Core Values<\/h2>\r\n        <div class=\"values-grid\">\r\n            <div class=\"value-item\">\r\n                <div class=\"value-icon\">\ud83d\udca1<\/div>\r\n                <div class=\"value-details\">\r\n                    <h4>Quality & Innovation<\/h4>\r\n                    <p>We constantly innovate to create superior quality, ensuring safety and transparency in every product.<\/p>\r\n                    <ul>\r\n                        <li><strong>Technology Application:<\/strong> Implementation of IoT, Big Data, and drones in farm management.<\/li>\r\n                        <li><strong>Strict Control:<\/strong> Procedures according to ISO 22000 and HACCP standards from seed to harvest.<\/li>\r\n                        <li><strong>Traceability:<\/strong> QR Code System allowing traceability of the entire product journal (or product history).<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"value-item\">\r\n                <div class=\"value-icon\">\u267b\ufe0f<\/div>\r\n                <div class=\"value-details\">\r\n                    <h4>Sustainability & Responsibility<\/h4>\r\n                    <p>Economic development must go hand-in-hand with social responsibility and protecting the planet for future generations.<\/p>\r\n                    <ul>\r\n                        <li><strong>Circular Agriculture:<\/strong> Reusing agricultural by-products, minimizing waste released into the environment.<\/li>\r\n                        <li><strong>Green Cultivation:<\/strong> Reducing the amount of irrigation water by 70%, prioritizing organic fertilizers and biological pesticides.<\/li>\r\n                        <li><strong>Clean Energy:<\/strong> Using solar power systems at farms and factories.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"value-item\">\r\n                <div class=\"value-icon\">\ud83e\udd1d<\/div>\r\n                <div class=\"value-details\">\r\n                    <h4>Trustworthiness & Sustainable Cooperation<\/h4>\r\n                    <p>We view our partners as companions on the journey toward long-term prosperity and development.<\/p>\r\n                    <ul>\r\n                        <li><strong>Information Transparency:<\/strong> Providing full certifications and product testing results.<\/li>\r\n                        <li><strong>Commitment to Stability:<\/strong> Ensuring a stable, high-quality supply all year round.<\/li>\r\n                        <li><strong>Partner Support:<\/strong> Providing solutions for product display, marketing, and training.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <!-- NEW: Tagline k\u1ebft th\u00fac Gi\u00e1 tr\u1ecb C\u1ed1t l\u00f5i -->\r\n        <p class=\"values-tagline\">\"All values of Nong Lam Farm are built upon the foundation of transparency \u2013 cooperation \u2013 sustainable development.\"<\/p>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"nlf-section section-dark\">\r\n    <div class=\"nlf-container fade-in-up\">\r\n        <h2>Outstanding Production Capacity<\/h2>\r\n        <p class=\"section-intro\">A solid foundation in facilities, processes, and international certifications is our commitment to product quality.<\/p>\r\n\r\n        <!-- NEW: Slider \u1ea3nh n\u1ec1n nh\u00e0 x\u01b0\u1edfng \u2013 farm th\u1ef1c t\u1ebf -->\r\n        <div class=\"factory-slider\">\r\n            <div class=\"factory-slide\" style=\"background-image:url('\/wp-content\/uploads\/2025\/10\/nha-mang.jpg');\"><\/div>\r\n            <div class=\"factory-slide\" style=\"background-image:url('\/wp-content\/uploads\/2025\/10\/nha-mang-2.jpg');\"><\/div>\r\n            <div class=\"factory-slide\" style=\"background-image:url('\/wp-content\/uploads\/2025\/10\/nha-mang-3.jpg');\"><\/div>\r\n        <!--    <div class=\"factory-overlay\"><\/div> -->\r\n        <!--    <div class=\"factory-caption\">\r\n                <span>High-Tech Greenhouse<\/span>\r\n                <span>Standard-Compliant Cultivation Area<\/span>\r\n                <span>Preliminary Processing \u2013 Packaging Factory<\/span>\r\n            <\/div> -->\r\n        <\/div>\r\n\r\n        <div class=\"capability-grid\">\r\n            <div class=\"capability-card\">\r\n                <div class=\"icon\">\ud83c\udfed<\/div>\r\n                <h4>Farm - Factory<\/h4>\r\n                <p>High-Tech Farm System on <strong>100 hectares<\/strong> and a modern preliminary processing and packaging factory with a capacity of **50 tons\/day**, ensuring a stable supply and consistent quality.<\/p>\r\n            <\/div>\r\n            <div class=\"capability-card\">\r\n                <div class=\"icon\">\ud83c\udf10<\/div>\r\n                <h4>Procedures - International Standards<\/h4>\r\n                <p>The entire production chain strictly complies with the following standards <strong>GlobalG.A.P., ISO 22000:2018, and HACCP<\/strong>, that are controlled and periodically assessed by independent organizations.<\/p>\r\n            <\/div>\r\n            <div class=\"capability-card\">\r\n                <div class=\"icon\">\ud83c\udfc6<\/div>\r\n                <h4>Certifications - Awards<\/h4>\r\n                <p>Proud to have received prestigious certifications and valuable awards such as <strong>\"Top 10 High-Tech Agriculture Enterprises of Vietnam 2023\"<\/strong>, affirming our position and credibility in the market.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"nlf-section\">\r\n    <div class=\"nlf-container fade-in-up\">\r\n        <h2>Creating a Sustainable Future (CSR)<\/h2>\r\n        <p class=\"section-intro\">We believe that the development of the enterprise must be associated with the prosperity of the community and the health of the planet. All our activities are directed towards 3 core values.<\/p>\r\n        <div class=\"csr-grid\">\r\n            <div class=\"csr-card\">\r\n                <h4>Economic Value & Quality<\/h4>\r\n                <p>Bringing competitive advantage to partners through a stable, safe supply source and value-added F&B products, meeting the most stringent export standards.<\/p>\r\n            <\/div>\r\n            <div class=\"csr-card\">\r\n                <h4>Environmental Value<\/h4>\r\n                <p>Pioneering in **circular agriculture**, reducing the carbon footprint and protecting biodiversity, contributing to building a green and sustainable agricultural ecosystem.<\/p>\r\n            <\/div>\r\n            <div class=\"csr-card\">\r\n                <h4>Social Value<\/h4>\r\n                <p>Creating sustainable livelihoods for hundreds of affiliated farming households through training programs, technology transfer, and product off-take policies at reasonable prices.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"nlf-section section-light\">\r\n    <div class=\"nlf-container fade-in-up\">\r\n        <div class=\"team-partner-grid\">\r\n            <div class=\"team-info\">\r\n                <h2>Team & Partners<\/h2>\r\n                <h4>Expert Team<\/h4>\r\n                <p>Nong Lam Farm gathers a team of engineers, scientists, and experts who are well-trained by the University of Agriculture and Forestry and leading research institutes. We combine youth, creativity, and experience to create breakthrough agricultural solutions.<\/p>\r\n            <\/div>\r\n            <div class=\"partner-info\">\r\n                <h4>Typical Partners<\/h4>\r\n                <p>The trust of major partners is the clearest testament to Nong Lam Farm's quality and credibility. We are proud to be a supplier for supermarket systems, restaurant-hotel chains, and reputable importers.<\/p>\r\n                <div class=\"partner-logos\">\r\n                    <div class=\"partner-logo\">Central Retail<\/div>\r\n                    <div class=\"partner-logo\">AEON Vietnam<\/div>\r\n                    <div class=\"partner-logo\">Lotte Mart<\/div>\r\n                    <div class=\"partner-logo\">HORECA Group<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <!-- NEW: Grid 4 \u1ea3nh chuy\u00ean gia\/k\u1ef9 s\u01b0 -->\r\n        <div class=\"experts-grid\">\r\n            <figure class=\"expert-card\">\r\n                <img decoding=\"async\" class=\"expert-photo\" src=\"\/wp-content\/uploads\/2025\/10\/1.png\" alt=\"Chuy\u00ean gia canh t\u00e1c nh\u00e0 k\u00ednh\">\r\n                <figcaption class=\"expert-meta\">\r\n                    <h5>Nguyen Minh Quan<\/h5>\r\n                    <p>Agricultural Engineer \u2013 Greenhouse Cultivation<\/p>\r\n                <\/figcaption>\r\n            <\/figure>\r\n            <figure class=\"expert-card\">\r\n                <img decoding=\"async\" class=\"expert-photo\" src=\"\/wp-content\/uploads\/2025\/10\/2.png\" alt=\"Chuy\u00ean gia an to\u00e0n th\u1ef1c ph\u1ea9m\">\r\n                <figcaption class=\"expert-meta\">\r\n                    <h5>Tran Thu Ha<\/h5>\r\n                    <p>Food Safety Expert \u2013 HACCP<\/p>\r\n                <\/figcaption>\r\n            <\/figure>\r\n            <figure class=\"expert-card\">\r\n                <img decoding=\"async\" class=\"expert-photo\" src=\"\/wp-content\/uploads\/2025\/10\/3.png\" alt=\"Chuy\u00ean gia IoT n\u00f4ng nghi\u1ec7p\">\r\n                <figcaption class=\"expert-meta\">\r\n                    <h5>Le Hoang Phuc<\/h5>\r\n                    <p>IoT Engineer \u2013 Irrigation & Sensors<\/p>\r\n                <\/figcaption>\r\n            <\/figure>\r\n            <figure class=\"expert-card\">\r\n                <img decoding=\"async\" class=\"expert-photo\" src=\"\/wp-content\/uploads\/2025\/10\/4.png\" alt=\"Chuy\u00ean gia gi\u1ed1ng v\u00e0 ki\u1ec3m \u0111\u1ecbnh\">\r\n                <figcaption class=\"expert-meta\">\r\n                    <h5>Pham Dieu Anh<\/h5>\r\n                    <p>Varieties & Quality Control Expert<\/p>\r\n                <\/figcaption>\r\n            <\/figure>\r\n        <\/div>\r\n    <\/div>\r\n    <!-- NEW: CTA cu\u1ed1i team-partner-grid -->\r\n<div class=\"team-cta-highlight fade-in-up\">\r\n    <p>Let's join us in building <strong>a clean \u2013 safe \u2013 clearly traceable agricultural supply chain<\/strong> for consumers.<\/p>\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n\r\n<section class=\"nlf-section\">\r\n    <div class=\"nlf-container fade-in-up cta-section\">\r\n        <h2>Tr\u1edf th\u00e0nh \u0110\u1ed1i t\u00e1c c\u1ee7a N\u00f4ng L\u00e2m Farm<\/h2>\r\n        <p>Let's join hands with us to create a modern, transparent, and sustainable Vietnamese agriculture. We are always ready to listen, cooperate, and grow with our esteemed partners.<\/p>\r\n        <a href=\"https:\/\/nonglamfarm.com\/en\/contact\/\" class=\"btn-cta\">Contact for Cooperation Immediately<\/a>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n    (function() {\r\n        if (typeof IntersectionObserver === 'undefined') return;\r\n        const animatedElements = document.querySelectorAll('.fade-in-up');\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.classList.add('is-visible');\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.1 });\r\n        animatedElements.forEach(element => observer.observe(element));\r\n    })();\r\n<\/script>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>About Nong Lam Farm Creating a Sustainable Agriculture based on Knowledge &#038; Technology Creating a green, clean, and sustainable agriculture,<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-38231","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/pages\/38231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/comments?post=38231"}],"version-history":[{"count":0,"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/pages\/38231\/revisions"}],"wp:attachment":[{"href":"https:\/\/nonglamfarm.com\/en\/wp-json\/wp\/v2\/media?parent=38231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}