{"id":91674,"date":"2025-12-12T11:57:28","date_gmt":"2025-12-12T04:57:28","guid":{"rendered":"https:\/\/careerhub.huflit.edu.vn\/partnership-program-2026\/"},"modified":"2026-09-04T09:20:28","modified_gmt":"2026-09-04T02:20:28","slug":"partnership-program-2026","status":"publish","type":"page","link":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/","title":{"rendered":"Partnership Program 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"91674\" class=\"elementor elementor-91674 elementor-74948\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1837138 e-con-full e-flex e-con e-parent\" data-id=\"1837138\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a81f52f elementor-widget elementor-widget-html\" data-id=\"a81f52f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"vi\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>HUFLIT Enterprise Partnership Program 2026<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        'brand-primary': '#2d2d71', \n                        'brand-cta': '#ee6823', \n                        'brand-cta-hover': '#d65515',\n                        'brand-light': '#F8F8FF',\n                        'text-dark': '#1f2937',\n                    },\n                    fontFamily: {\n                        sans: ['\"Avenir Next LT Pro\"', '\"Avenir Next\"', 'Avenir', 'sans-serif'],\n                    },\n                    animation: {\n                        'scroll-left': 'scrollLeft 40s linear infinite',\n                        'scroll-right': 'scrollRight 40s linear infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'fade-in-up': 'fadeInUp 1s ease-out forwards',\n                        'heartbeat': 'heartbeat 2s infinite',\n                        'shine-sweep': 'shine-sweep 3s infinite ease-in-out',\n                    },\n                    keyframes: {\n                        scrollLeft: {\n                            '0%': { transform: 'translateX(0)' },\n                            '100%': { transform: 'translateX(-50%)' },\n                        },\n                        scrollRight: {\n                            '0%': { transform: 'translateX(-50%)' },\n                            '100%': { transform: 'translateX(0)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        fadeInUp: {\n                            '0%': { opacity: '0', transform: 'translateY(20px)' },\n                            '100%': { opacity: '1', transform: 'translateY(0)' },\n                        },\n                        heartbeat: {\n                            '0%, 100%': { transform: 'scale(1)', boxShadow: '0 0 0 0 rgba(238, 104, 35, 0.4)' },\n                            '50%': { transform: 'scale(1.05)', boxShadow: '0 0 20px 0 rgba(238, 104, 35, 0.6)' },\n                        },\n                        'shine-sweep': {\n                            '0%': { transform: 'translateX(-150%) skewX(-15deg)' },\n                            '50%, 100%': { transform: 'translateX(150%) skewX(-15deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        @font-face {\n            font-family: 'Avenir Next LT Pro';\n            src: local('Avenir Next LT Pro'), local('AvenirNextLTPro-Regular'), local('Avenir Next');\n        }\n\n        body, p, a, li, span, div, h1, h2, h3, h4, h5, h6 {\n            font-family: \"Avenir Next LT Pro\", \"Avenir Next\", \"Avenir\", sans-serif !important;\n        }\n        \n        body { overflow-x: hidden; scroll-behavior: smooth; }\n\n        \/* --- HEADER STYLES --- *\/\n        #custom-header-wrapper {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 90px;\n            z-index: 99999;\n            background-color: rgba(255, 255, 255, 0.98);\n            backdrop-filter: blur(10px);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n            display: flex;\n            align-items: center;\n        }\n\n        \/* Style n\u00fat \u0110\u0103ng k\u00fd \u0110\u1eb7c bi\u1ec7t *\/\n        .btn-shine-effect {\n            background: linear-gradient(135deg, #FF6B00 0%, #FF3D00 100%);\n            box-shadow: 0 0 15px rgba(255, 107, 0, 0.5);\n            border: 1px solid rgba(255,255,255,0.2);\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        .btn-shine-effect:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 0 25px rgba(255, 107, 0, 0.7);\n        }\n        \n        \/* Logic hi\u1ec3n th\u1ecb Menu *\/\n        .desktop-only-flex { display: none !important; }\n        .desktop-only-block { display: none !important; }\n        .mobile-only-block { display: block !important; }\n\n        @media (min-width: 900px) {\n            .desktop-only-flex { \n                display: flex !important; \n                align-items: center !important;\n            }\n            .desktop-only-block { \n                display: block !important; \n            }\n            .mobile-only-block { \n                display: none !important; \n            }\n        }\n\n        \/* Hi\u1ec7u \u1ee9ng g\u1ea1ch ch\u00e2n menu *\/\n        .menu-link { position: relative; }\n        .menu-link::after {\n            content: ''; position: absolute; width: 0; height: 2px;\n            bottom: -4px; left: 0; background-color: #ee6823;\n            transition: width 0.3s ease;\n        }\n        .menu-link:hover::after { width: 100%; }\n        \n        .logo-wrapper { display: flex; align-items: center; height: 100%; }\n\n        \/* --- C\u00c1C STYLE KH\u00c1C --- *\/\n        .marquee-container {\n            position: relative; overflow: hidden; width: 100%;\n            mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);\n        }\n        .marquee-content { display: flex; width: max-content; }\n        \n        .logo-card {\n            width: 120px; height: 60px; margin: 0 8px;\n            background: white; border: 1px solid #f3f4f6; border-radius: 8px;\n            display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n            transition: transform 0.3s;\n        }\n        .logo-card:hover { transform: scale(1.05); }\n        .logo-card img { max-width: 85%; max-height: 70%; object-fit: contain; }\n\n        @media (min-width: 768px) {\n            .logo-card { width: 160px; height: 80px; margin: 0 12px; }\n        }\n\n        .program-card { transition: all 0.3s ease; }\n        .program-card:hover { transform: translateY(-10px); border-color: #ee6823; box-shadow: 0 15px 30px rgba(238, 104, 35, 0.15); }\n        .program-icon { transition: all 0.3s ease; }\n        .program-card:hover .program-icon { background-color: #ee6823; color: white; transform: rotateY(180deg); }\n\n        .timeline-dot-custom {\n            width: 14px; height: 14px; background-color: #ee6823;\n            border-radius: 50%; position: absolute; top: 24px; z-index: 20;\n            box-shadow: 0 0 0 4px #F8F8FF;\n        }\n\n        \/* --- STYLE CHO POLAROID MEMORIES GALLERY --- *\/\n        .memories-container {\n            width: 100%;\n            overflow-x: auto;\n            overflow-y: hidden;\n            white-space: nowrap;\n            padding: 10px 0 40px 0;\n            \/* \u1ea8n thanh cu\u1ed9n m\u1eb7c \u0111\u1ecbnh nh\u01b0ng v\u1eabn cho ph\u00e9p cu\u1ed9n *\/\n            scrollbar-width: thin; \n            scrollbar-color: #ee6823 #f1f1f1;\n            cursor: grab;\n        }\n        \n        \/* Custom thanh cu\u1ed9n \u0111\u1eb9p h\u01a1n *\/\n        .memories-container::-webkit-scrollbar { height: 8px; }\n        .memories-container::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }\n        .memories-container::-webkit-scrollbar-thumb { background: #ee6823; border-radius: 4px; }\n        .memories-container:active { cursor: grabbing; }\n\n        .memories-scroll-wrapper {\n            display: inline-flex;\n            gap: 0; \/* Ch\u00fang ta d\u00f9ng margin \u00e2m \u0111\u1ec3 t\u1ea1o hi\u1ec7u \u1ee9ng ch\u1ed3ng l\u1ea5n *\/\n            padding-left: 40px;\n            padding-right: 40px;\n            align-items: center;\n            height: 400px; \/* Chi\u1ec1u cao c\u1ed1 \u0111\u1ecbnh cho v\u00f9ng gallery *\/\n        }\n\n        .polaroid-item {\n            display: inline-block;\n            width: 260px; \/* K\u00edch th\u01b0\u1edbc \u1ea3nh Polaroid *\/\n            background-color: white;\n            padding: 12px 12px 35px 12px; \/* Padding d\u01b0\u1edbi d\u00e0y h\u01a1n \u0111\u1ec3 gi\u1ed1ng Polaroid *\/\n            box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n            position: relative;\n            margin-right: -40px; \/* T\u1ea1o hi\u1ec7u \u1ee9ng ch\u1ed3ng l\u1ea5n l\u00ean nhau *\/\n            border: 1px solid #f0f0f0;\n            flex-shrink: 0; \/* Kh\u00f4ng cho co l\u1ea1i *\/\n        }\n\n        \/* T\u1ea1o s\u1ef1 ng\u1eabu nhi\u00ean cho g\u00f3c xoay v\u00e0 v\u1ecb tr\u00ed \u0111\u1ee9ng *\/\n        .polaroid-item:nth-child(odd) { transform: rotate(-3deg) translateY(10px); z-index: 1; }\n        .polaroid-item:nth-child(even) { transform: rotate(4deg) translateY(-10px); z-index: 2; }\n        .polaroid-item:nth-child(3n) { transform: rotate(-5deg) translateY(0px); z-index: 3; }\n        .polaroid-item:nth-child(4n) { transform: rotate(2deg) translateY(5px); z-index: 4; }\n        .polaroid-item:nth-child(5n) { transform: rotate(5deg) translateY(-5px); z-index: 5; }\n\n        \/* Hi\u1ec7u \u1ee9ng khi r\u00ea chu\u1ed9t v\u00e0o *\/\n        .polaroid-item:hover {\n            transform: scale(1.15) rotate(0deg) translateY(0) !important;\n            z-index: 100 !important; \/* Lu\u00f4n n\u1ed5i l\u00ean tr\u00ean c\u00f9ng *\/\n            box-shadow: 0 20px 40px rgba(0,0,0,0.3);\n            border-color: #ee6823; \/* Vi\u1ec1n cam nh\u1eb9 khi hover *\/\n            margin-right: 20px; \/* T\u1ef1 \u0111\u1ed9ng \u0111\u1ea9y c\u00e1c \u1ea3nh kh\u00e1c ra xa m\u1ed9t ch\u00fat *\/\n            margin-left: 20px;\n        }\n\n        .polaroid-img {\n            width: 100%;\n            height: 220px; \/* Chi\u1ec1u cao c\u1ed1 \u0111\u1ecbnh c\u1ee7a \u1ea3nh b\u00ean trong *\/\n            object-fit: cover;\n            filter: sepia(15%) contrast(95%); \/* M\u00e0u phim ho\u00e0i ni\u1ec7m *\/\n            transition: filter 0.3s;\n            background-color: #eee;\n        }\n        \n        .polaroid-item:hover .polaroid-img {\n            filter: sepia(0%) contrast(100%); \/* Tr\u1edf v\u1ec1 m\u00e0u g\u1ed1c khi hover *\/\n        }\n\n        \/* Animation Scroll *\/\n        .reveal { opacity: 0; transform: translateY(50px); transition: all 0.8s ease-out; }\n        .reveal.active { opacity: 1; transform: translateY(0); }\n        .reveal-left { opacity: 0; transform: translateX(-50px); transition: all 0.8s ease-out; }\n        .reveal-left.active { opacity: 1; transform: translateX(0); }\n        .reveal-right { opacity: 0; transform: translateX(50px); transition: all 0.8s ease-out; }\n        .reveal-right.active { opacity: 1; transform: translateX(0); }\n        .delay-100 { transition-delay: 0.1s; }\n        .delay-200 { transition-delay: 0.2s; }\n        .delay-300 { transition-delay: 0.3s; }\n        \n        section { scroll-margin-top: 100px; }\n    <\/style>\n<\/head>\n<body id=\"page-top\" class=\"font-sans bg-white text-gray-900\">\n\n    <div id=\"custom-header-wrapper\">\n        <div class=\"w-full max-w-[1400px] mx-auto px-4 md:px-8 flex justify-between items-center h-full\">\n            \n            <a href=\"#page-top\" class=\"logo-wrapper flex-shrink-0 text-3xl md:text-4xl font-bold text-brand-primary tracking-tight leading-none hover:opacity-80 transition-opacity no-underline mr-4\" style=\"text-decoration: none;\">\n                HUFLIT <span class=\"text-brand-cta ml-2\" style=\"margin-top: 2px;\">PARTNERSHIP<\/span>\n            <\/a>\n    \n            <nav class=\"desktop-only-flex flex-1 justify-center items-center space-x-6 xl:space-x-12\">\n                <a href=\"#about\" class=\"menu-link text-[16px] font-medium text-brand-primary hover:text-brand-cta transition-colors no-underline\">\n                    About HUFLIT\n                <\/a>\n                <a href=\"#programs\" class=\"menu-link text-[16px] font-medium text-brand-primary hover:text-brand-cta transition-colors no-underline\">\n                    Cooperation Programs\n                <\/a>\n                <a href=\"#events\" class=\"menu-link text-[16px] font-medium text-brand-primary hover:text-brand-cta transition-colors no-underline\">\n                    Partnership Roadmap\n                <\/a>\n                <a href=\"#gallery\" class=\"menu-link text-[16px] font-medium text-brand-primary hover:text-brand-cta transition-colors no-underline\">\n                    Activity Gallery\n                <\/a>\n            <\/nav>\n            \n            <div class=\"desktop-only-block flex-shrink-0 ml-4\">\n                <a href=\"#dangky\" class=\"btn-shine-effect group relative inline-flex items-center justify-center px-8 py-3 text-white text-[15px] font-bold rounded-full no-underline animate-heartbeat\">\n                    <div class=\"absolute top-0 left-0 w-full h-full overflow-hidden rounded-full\">\n                        <div class=\"absolute top-0 left-0 w-1\/2 h-full bg-gradient-to-r from-transparent via-white\/40 to-transparent animate-shine-sweep\"><\/div>\n                    <\/div>\n                    <span class=\"relative z-10 flex items-center\">\n                        REGISTER NOW\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-4 w-4 ml-2 transition-transform duration-300 group-hover:translate-x-1\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2.5\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\" \/>\n                        <\/svg>\n                    <\/span>\n                    <span class=\"absolute top-2 right-2 flex h-2 w-2\">\n                      <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-yellow-200 opacity-75\"><\/span>\n                      <span class=\"relative inline-flex rounded-full h-2 w-2 bg-yellow-300\"><\/span>\n                    <\/span>\n                <\/a>\n            <\/div>\n\n            <button id=\"custom-mobile-btn\" class=\"mobile-only-block text-brand-primary p-2 focus:outline-none\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-8 w-8\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16m-7 6h7\" \/>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n        <div id=\"custom-mobile-menu\" class=\"hidden absolute top-[90px] left-0 w-full bg-white shadow-2xl border-t border-gray-100 p-6 flex-col space-y-4 max-h-[80vh] overflow-y-auto\">\n            <a href=\"#about\" class=\"block text-[16px] font-medium text-brand-primary py-3 border-b border-gray-100 no-underline hover:text-brand-cta\">About HUFLIT<\/a>\n            <a href=\"#programs\" class=\"block text-[16px] font-medium text-brand-primary py-3 border-b border-gray-100 no-underline hover:text-brand-cta\">Cooperation Programs<\/a>\n            <a href=\"#events\" class=\"block text-[16px] font-medium text-brand-primary py-3 border-b border-gray-100 no-underline hover:text-brand-cta\">Partnership Roadmap<\/a>\n            <a href=\"#gallery\" class=\"block text-[16px] font-medium text-brand-primary py-3 border-b border-gray-100 no-underline hover:text-brand-cta\">Activity Gallery<\/a>\n            <a href=\"#dangky\" class=\"btn-shine-effect w-full flex justify-center items-center px-6 py-4 mt-4 text-white font-bold rounded-lg no-underline\">\n                REGISTER NOW\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"huflit-lp-container\">\n\n        <section class=\"bg-white pt-32 pb-8 md:pt-40 md:pb-12 text-gray-900 overflow-hidden relative flex flex-col justify-center min-h-[60vh] md:min-h-[75vh]\">\n            <div class=\"absolute top-[-10%] right-[-5%] w-[300px] md:w-[500px] h-[300px] md:h-[500px] bg-brand-cta\/5 rounded-full blur-3xl animate-float -z-10\"><\/div>\n            <div class=\"absolute bottom-[-10%] left-[-5%] w-[300px] md:w-[400px] h-[300px] md:h-[400px] bg-brand-primary\/5 rounded-full blur-3xl animate-float -z-10\" style=\"animation-delay: 2s;\"><\/div>\n\n            <div class=\"max-w-screen-xl mx-auto px-4 md:px-6 text-center relative mb-8 md:mb-12\"> \n                <h1 class=\"text-4xl md:text-6xl font-bold mb-4 leading-tight uppercase text-brand-cta animate-fade-in-up\">\n                    ENTERPRISE PARTNERSHIP <br>\n                    <span class=\"text-brand-primary\">2026<\/span>\n                <\/h1>\n                <p class=\"text-size-secondary text-text-dark max-w-4xl mx-auto mb-6 font-normal px-2 animate-fade-in-up\" style=\"animation-delay: 0.2s; opacity: 0; animation-fill-mode: forwards;\">\n                    360+ businesses partnered with HUFLIT in 2025 to build the future workforce.\n                <\/p>\n                <div class=\"animate-fade-in-up\" style=\"animation-delay: 0.4s; opacity: 0; animation-fill-mode: forwards;\">\n                    <a href=\"#programs\" class=\"inline-flex items-center px-8 py-3 bg-brand-cta text-white text-[16px] font-medium rounded-full shadow-lg hover:bg-brand-primary transition-all duration-300 transform hover:-translate-y-1 hover:shadow-xl\">\n                        Cooperation Programs\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"w-5 h-5 ml-3\"><path d=\"M5 12h14\"><\/path><path d=\"m12 5 7 7-7 7\"><\/path><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"w-full overflow-hidden space-y-3 animate-fade-in-up\" style=\"animation-delay: 0.6s; opacity: 0; animation-fill-mode: forwards;\">\n                <div class=\"marquee-container\">\n                    <div class=\"marquee-content animate-scroll-left\">\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/1.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/2.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/3.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/4.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/5.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/6.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/7.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/8.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/9.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/10.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/11.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/12.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/1.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/2.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/3.png\"><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"marquee-container\">\n                    <div class=\"marquee-content animate-scroll-right\">\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/21.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/22.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/23.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/24.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/25.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/26.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/27.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/28.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/29.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/30.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/31.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/32.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/21.png\"><\/div>\n                        <div class=\"logo-card\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/22.png\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"about\" class=\"py-12 md:py-24 bg-brand-light\">\n            <div class=\"max-w-screen-2xl mx-auto px-4 md:px-12 text-center\">\n                \n                <div class=\"mb-8 md:mb-10 reveal\">\n                    <h2 class=\"text-[24px] font-medium text-brand-primary mb-4 md:mb-6 uppercase\">About HUFLIT<\/h2>\n                    <p class=\"text-size-text text-text-dark max-w-4xl mx-auto mb-8 md:mb-10 font-normal\">\n                        Established in 1992, HUFLIT is the first private university in the Southern region, with 08 training faculties, providing high-quality human resources for society.\n                    <\/p>\n                <\/div>\n\n                <div class=\"max-w-6xl mx-auto mb-10 md:mb-16 reveal\"> \n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/11\/Key-Visual.jpg\" alt=\"HUFLIT Visual\" class=\"w-full h-[250px] md:h-[450px] object-cover rounded-2xl shadow-xl hover:scale-[1.01] transition-transform duration-500\">\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 md:gap-14 max-w-6xl mx-auto\">\n                    <div class=\"p-6 md:p-10 rounded-2xl bg-white shadow-xl hover-card border border-brand-primary\/10 reveal delay-100\">\n                        <div class=\"text-[30px] font-medium text-brand-cta mb-2 md:mb-4\">15,000+<\/div>\n                        <p class=\"mt-1 md:mt-2 text-size-secondary text-brand-primary\">Students<\/p>\n                        <p class=\"text-size-text text-text-dark mt-2 md:mt-3\">Young, dynamic, and multilingual workforce.<\/p>\n                    <\/div>\n                    <div class=\"p-6 md:p-10 rounded-2xl bg-white shadow-xl hover-card border border-brand-primary\/10 reveal delay-200\">\n                        <div class=\"text-[30px] font-medium text-brand-cta mb-2 md:mb-4\">23<\/div>\n                        <p class=\"mt-1 md:mt-2 text-size-secondary text-brand-primary\">Undergraduate Majors<\/p>\n                        <p class=\"text-size-text text-text-dark mt-2 md:mt-3\">Diverse fields: IT, Economics, Languages, Tourism...<\/p>\n                    <\/div>\n                    <div class=\"p-6 md:p-10 rounded-2xl bg-white shadow-xl hover-card border border-brand-primary\/10 reveal delay-300\">\n                        <div class=\"text-[30px] font-medium text-brand-cta mb-2 md:mb-4\">360+<\/div>\n                        <p class=\"mt-1 md:mt-2 text-size-secondary text-brand-primary\">Partner Enterprises<\/p>\n                        <p class=\"text-size-text text-text-dark mt-2 md:mt-3\">Successfully connected in 2025.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"mt-10 md:mt-16 reveal\">\n                    <a href=\"https:\/\/huflit.edu.vn\/vi\/\" target=\"_blank\" class=\"inline-flex items-center px-8 py-3 bg-brand-cta text-white text-[16px] font-medium rounded-full shadow-lg hover:bg-brand-primary transition-all duration-300 transform hover:-translate-y-1 hover:shadow-xl\">\n                        Learn more about HUFLIT\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 ml-2\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\" \/>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <section id=\"programs\" class=\"py-16 md:py-32 bg-white\">\n            <div class=\"max-w-[1800px] mx-auto px-6 md:px-12\">\n                <div class=\"text-center mb-16 reveal\">\n                    <h2 class=\"text-[24px] font-medium text-brand-primary mb-8 uppercase\">\n                        Enterprise Partnership Program 2026\n                    <\/h2>\n                    \n                    <div>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view\" target=\"_blank\" class=\"inline-flex items-center px-8 py-3 bg-brand-cta text-white text-[16px] font-medium rounded-full shadow-lg hover:bg-brand-primary transition-all duration-300 transform hover:-translate-y-1 hover:shadow-xl\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"w-5 h-5 mr-3\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"><\/line><\/svg>\n                            View Detailed Partnership Brochure\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 md:gap-8\">\n                    \n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">1100+ EMPLOYERS<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">CareerHub Job Website<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Free job posting, CV collection, and recruitment communication via website and fanpage.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#11\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n                    \n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-100\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M11 5.882V19.24a1.76 1.76 0 01-3.417.592l-2.147-6.15M18 13a3 3 0 100-6M5.436 13.683A4.001 4.001 0 017 6h1.832c4.1 0 7.625-1.234 9.168-3v14c-1.543-1.766-5.067-3-9.168-3H7a3.988 3.988 0 01-1.564-.317z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">THROUGHOUT THE ACADEMIC YEAR<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">Livestream Series \"Hot Jobs - Secure Your Spot\"<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Sharing open positions, job requirements, and interview tips.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG6_123DIM\/onOHDpAH7uBLjC2sh-kH9A\/view?utm_content=DAG6_123DIM&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h02a320a72f\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Sponsorship Proposal &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-200\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">MARCH 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">HUFLIT Career Fair 2026<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">The largest career fair of the year, directly connecting businesses with thousands of students.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG8UcM3QYM\/DWPRt-3tW5i12DGNcpqYZA\/view?utm_content=DAG8UcM3QYM&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=he136cf7034\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Sponsorship Proposal &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-300\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">JULY - AUGUST 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">HUFLIT Internship Week 2026<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Focused intern recruitment program, accepting CVs and conducting online interviews.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#14\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">OCTOBER 2025 & JANUARY 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">HUFLIT Career Bootcamp<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Equipping students with practical skills: CV review, Profile photography, Mock interviews.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#15\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n                    \n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-100\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">SEASON 2 RECRUITMENT: MAY 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">HUFLIT Mentorship 2026<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Industry experts (Mentors) accompany students (Mentees) 1-on-1 to provide career counseling and guidance.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#19\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-200\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">ACCORDING TO ACADEMIC NEEDS<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">HUFLIT Company Tour<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Providing opportunities for students to visit the actual working environment of Enterprises.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#16\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-300\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.384-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">3 BATCHES: DECEMBER 2025, MARCH 2026, JUNE 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">Case Study Lab (New)<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Supporting Lecturers to integrate Enterprise \"materials\" (real-world case studies) into lectures.<\/p>\n                        <a href=\"https:\/\/careerhub.huflit.edu.vn\/en\/case-study-lab\/\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn More & Register &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">MAY 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">Career Ready Week (New)<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Field-specific week (career talks, interviews, CV reviews) focused by industry group.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#24\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n                    \n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-100\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">THROUGHOUT THE ACADEMIC YEAR<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">HUFLIT Career Talks<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Seminars and sharing sessions from experts on skills and career trends.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#20\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n                    \n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-200\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">LONG-TERM PARTNERSHIP<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">MOU Signing Ceremony<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Signing strategic cooperation memorandums of understanding (training, scientific research, recruitment).<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#25\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-300\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">THROUGHOUT THE ACADEMIC YEAR<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">Overseas Internships<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Program implemented in Oita Prefecture, Japan.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#17\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">EXPECTED NOVEMBER 2026<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">Corporate Conference III 2026<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Forum for meeting and dialogue between Enterprises, University, Faculties, and outstanding Students.<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#22\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                    <div class=\"group relative bg-white p-6 rounded-3xl border border-gray-100 shadow-md program-card reveal h-full flex flex-col delay-100\">\n                        <div class=\"w-12 h-12 bg-brand-light rounded-2xl flex items-center justify-center mb-5 text-brand-cta program-icon shadow-inner\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.384-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\" \/><\/svg>\n                        <\/div>\n                        <div class=\"mb-3\">\n                            <span class=\"inline-block px-3 py-1 text-[12px] font-medium tracking-wider text-brand-primary bg-blue-50 rounded-full\">THROUGHOUT THE ACADEMIC YEAR<\/span>\n                        <\/div>\n                        <h4 class=\"text-[16px] font-medium text-gray-900 mb-2 group-hover:text-brand-cta transition-colors\">Short-Term Career Skills Training<\/h4>\n                        <p class=\"text-[14px] text-gray-600 mb-5 flex-grow leading-relaxed\">Short-term skills training according to Enterprise demands (04-12 sessions).<\/p>\n                        <a href=\"https:\/\/www.canva.com\/design\/DAG2B5yv46k\/QH7JiQLOarfXcQ2lvuJpEQ\/view#18\" target=\"_blank\" class=\"inline-flex items-center text-brand-cta font-medium mt-auto text-[14px]\">Learn more &rarr;<\/a>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"events\" class=\"py-8 md:py-12 bg-brand-light overflow-hidden\">\n            <div class=\"max-w-screen-xl mx-auto px-4 md:px-8 h-full flex flex-col justify-center\">\n                \n                <div class=\"text-center mb-8 reveal\">\n                    <h2 class=\"text-[24px] font-medium text-brand-primary mb-4 md:mb-6 uppercase\">Partnership Roadmap<\/h2>\n                    <h3 class=\"text-xl text-brand-cta font-medium\">Academic Year Timeline 2025 - 2026<\/h3>\n                <\/div>\n                \n                <div class=\"relative w-full max-w-4xl mx-auto pl-4 md:pl-0\"> \n                    <div class=\"absolute left-4 md:left-1\/2 top-2 bottom-2 w-[2px] bg-brand-cta\/30 md:-translate-x-1\/2 z-0 rounded-full\"><\/div>\n\n                    <div class=\"flex flex-col md:flex-row items-center justify-between w-full relative z-10 mb-2 group reveal-left\">\n                        <div class=\"order-1 w-full md:w-5\/12 md:text-right pl-10 md:pl-0 md:pr-6 py-2\">\n                            <div class=\"bg-white p-4 rounded-lg shadow-sm border border-gray-100 hover:shadow-md hover:border-brand-cta transition-all duration-200\">\n                                <div class=\"flex items-center justify-start md:justify-end mb-2\">\n                                    <span class=\"inline-block bg-brand-cta text-white text-[12px] px-2.5 py-0.5 rounded-full font-medium shadow-sm\">Q4\/2025<\/span>\n                                <\/div>\n                                <ul class=\"text-[15px] text-gray-700 space-y-1 text-left md:text-right\">\n                                    <li>Career Bootcamp<\/li>\n                                    <li>Company Tour<\/li>\n                                    <li>Case Study Lab (Batch 1)<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        <div class=\"absolute left-4 md:left-1\/2 transform -translate-x-1\/2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-brand-cta rounded-full border-2 border-white shadow-sm z-20\"><\/div>\n                        <div class=\"order-1 w-full md:w-5\/12\"><\/div>\n                    <\/div>\n\n                    <div class=\"flex flex-col md:flex-row items-center justify-between w-full relative z-10 mb-2 group reveal-right\">\n                        <div class=\"order-1 w-full md:w-5\/12\"><\/div>\n                        <div class=\"absolute left-4 md:left-1\/2 transform -translate-x-1\/2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-brand-cta rounded-full border-2 border-white shadow-sm z-20\"><\/div>\n                        <div class=\"order-1 w-full md:w-5\/12 md:text-left pl-10 md:pl-6 py-2\">\n                            <div class=\"bg-white p-4 rounded-lg shadow-sm border border-gray-100 hover:shadow-md hover:border-brand-cta transition-all duration-200\">\n                                <div class=\"flex items-center justify-start mb-2\">\n                                    <span class=\"inline-block bg-brand-primary text-white text-[12px] px-2.5 py-0.5 rounded-full font-medium shadow-sm\">Q1\/2026<\/span>\n                                <\/div>\n                                <ul class=\"text-[15px] text-gray-700 space-y-1 text-left\">\n                                    <li>Career Bootcamp<\/li>\n                                    <li>MOU Signing Ceremony<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                     <div class=\"flex flex-col md:flex-row items-center justify-between w-full relative z-10 mb-2 group reveal-left\">\n                        <div class=\"order-1 w-full md:w-5\/12 md:text-right pl-10 md:pl-0 md:pr-6 py-2\">\n                            <div class=\"bg-white p-4 rounded-lg shadow-md border border-brand-cta\/30 hover:shadow-lg transition-all duration-200 transform hover:-translate-y-0.5\">\n                                <div class=\"flex items-center justify-start md:justify-end mb-2\">\n                                    <span class=\"inline-block bg-brand-cta text-white text-[12px] px-2.5 py-0.5 rounded-full font-medium shadow-sm\">Q2\/2026<\/span>\n                                <\/div>\n                                <ul class=\"text-[15px] text-gray-700 space-y-1 text-left md:text-right\">\n                                    <li>HUFLIT Career Fair 2026<\/li>\n                                    <li>HUFLIT Mentoring 2026<\/li>\n                                    <li>Case Study Lab (Batch 2)<\/li>\n                                    <li>Career Ready Week<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        <div class=\"absolute left-4 md:left-1\/2 transform -translate-x-1\/2 top-1\/2 -translate-y-1\/2 w-5 h-5 bg-brand-cta rounded-full border-2 border-white shadow-sm z-20\"><\/div>\n                        <div class=\"order-1 w-full md:w-5\/12\"><\/div>\n                    <\/div>\n\n                     <div class=\"flex flex-col md:flex-row items-center justify-between w-full relative z-10 mb-2 group reveal-right\">\n                        <div class=\"order-1 w-full md:w-5\/12\"><\/div>\n                        <div class=\"absolute left-4 md:left-1\/2 transform -translate-x-1\/2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-brand-cta rounded-full border-2 border-white shadow-sm z-20\"><\/div>\n                        <div class=\"order-1 w-full md:w-5\/12 md:text-left pl-10 md:pl-6 py-2\">\n                            <div class=\"bg-white p-4 rounded-lg shadow-sm border border-gray-100 hover:shadow-md hover:border-brand-cta transition-all duration-200\">\n                                <div class=\"flex items-center justify-start mb-2\">\n                                    <span class=\"inline-block bg-brand-primary text-white text-[12px] px-2.5 py-0.5 rounded-full font-medium shadow-sm\">Q3\/2026<\/span>\n                                <\/div>\n                                <ul class=\"text-[15px] text-gray-700 space-y-1 text-left\">\n                                    <li>Internship Week 2026<\/li>\n                                    <li>Case Study Lab (Batch 3)<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                     <div class=\"flex flex-col md:flex-row items-center justify-between w-full relative z-10 mb-2 group reveal-left\">\n                        <div class=\"order-1 w-full md:w-5\/12 md:text-right pl-10 md:pl-0 md:pr-6 py-2\">\n                            <div class=\"bg-white p-4 rounded-lg shadow-sm border border-gray-100 hover:shadow-md hover:border-brand-cta transition-all duration-200\">\n                                <div class=\"flex items-center justify-start md:justify-end mb-2\">\n                                    <span class=\"inline-block bg-brand-cta text-white text-[12px] px-2.5 py-0.5 rounded-full font-medium shadow-sm\">Q4\/2026<\/span>\n                                <\/div>\n                                <ul class=\"text-[15px] text-gray-700 space-y-1 text-left md:text-right\">\n                                    <li>Corporate Conference III<\/li>\n                                <\/ul>\n                            <\/div>\n                        <\/div>\n                        <div class=\"absolute left-4 md:left-1\/2 transform -translate-x-1\/2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-brand-cta rounded-full border-2 border-white shadow-sm z-20\"><\/div>\n                        <div class=\"order-1 w-full md:w-5\/12\"><\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"gallery\" class=\"py-16 md:py-20 bg-white\">\n            <div class=\"max-w-screen-xl mx-auto px-4 md:px-12\">\n                <div class=\"text-center mb-6 reveal\">\n                    <h2 class=\"text-[24px] font-medium text-brand-primary mb-4 md:mb-6 uppercase\">Activity Gallery<\/h2>\n                    <p class=\"text-size-text text-text-dark max-w-3xl mx-auto mb-8 font-normal\">\n                        Memorable moments in the journey of connecting Enterprises and Students.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"memories-container\">\n                    <div class=\"memories-scroll-wrapper\">\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/1.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/2.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/3.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/4.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/5.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/6.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/7.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/8.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/9.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/10.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/11.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/12.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/13.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/14.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/15.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/16.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/17.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/18.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/19.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/20.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/21.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/22.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/23.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/24.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/25.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-100\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/26.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-200\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/27.jpg\" class=\"polaroid-img\"><\/div>\n                        <div class=\"polaroid-item reveal delay-300\"><img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/28.jpg\" class=\"polaroid-img\"><\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"text-center mt-4 text-gray-400 text-sm animate-pulse flex justify-center items-center\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-4 w-4 mr-1\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 19l-7-7 7-7\" \/><\/svg>\n                    Drag to view more\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-4 w-4 ml-1\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\" \/><\/svg>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <script>\n        \/\/ --- 1. Smooth Scrolling ---\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const targetId = this.getAttribute('href');\n                const targetElement = document.querySelector(targetId);\n                if (targetElement){\n                    const headerOffset = 100;\n                    const elementPosition = targetElement.getBoundingClientRect().top;\n                    const offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n                    window.scrollTo({\n                        top: offsetPosition,\n                        behavior: \"smooth\"\n                    });\n                }\n                const menu = document.getElementById('custom-mobile-menu');\n                if(menu && !menu.classList.contains('hidden')) {\n                    menu.classList.add('hidden');\n                }\n            });\n        });\n\n        \/\/ --- 2. Scroll Reveal Animation ---\n        const revealElements = document.querySelectorAll('.reveal, .reveal-left, .reveal-right');\n        const revealOnScroll = () => {\n            const windowHeight = window.innerHeight;\n            const elementVisible = 50;\n            revealElements.forEach((element) => {\n                const elementTop = element.getBoundingClientRect().top;\n                if (elementTop < windowHeight - elementVisible) {\n                    element.classList.add('active');\n                }\n            });\n        };\n        window.addEventListener('scroll', revealOnScroll);\n        revealOnScroll(); \/\/ Trigger ngay khi t\u1ea3i trang\n\n        \/\/ --- 3. Mobile Menu Toggle Logic ---\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const btn = document.getElementById('custom-mobile-btn');\n            const menu = document.getElementById('custom-mobile-menu');\n            \n            if(btn && menu) {\n                btn.addEventListener('click', () => {\n                    menu.classList.toggle('hidden');\n                });\n            }\n            \n            document.addEventListener('click', function(event) {\n                const headerWrapper = document.getElementById('custom-header-wrapper');\n                if (headerWrapper && !headerWrapper.contains(event.target) && menu && !menu.classList.contains('hidden')) {\n                    menu.classList.add('hidden');\n                }\n            });\n\n            \/\/ --- 4. Drag to Scroll for Gallery (Mouse) ---\n            const slider = document.querySelector('.memories-container');\n            let isDown = false;\n            let startX;\n            let scrollLeft;\n\n            if(slider) {\n                slider.addEventListener('mousedown', (e) => {\n                    isDown = true;\n                    slider.classList.add('active');\n                    startX = e.pageX - slider.offsetLeft;\n                    scrollLeft = slider.scrollLeft;\n                    slider.style.cursor = 'grabbing';\n                });\n                slider.addEventListener('mouseleave', () => {\n                    isDown = false;\n                    slider.classList.remove('active');\n                    slider.style.cursor = 'grab';\n                });\n                slider.addEventListener('mouseup', () => {\n                    isDown = false;\n                    slider.classList.remove('active');\n                    slider.style.cursor = 'grab';\n                });\n                slider.addEventListener('mousemove', (e) => {\n                    if(!isDown) return;\n                    e.preventDefault();\n                    const x = e.pageX - slider.offsetLeft;\n                    const walk = (x - startX) * 2; \/\/ T\u1ed1c \u0111\u1ed9 cu\u1ed9n\n                    slider.scrollLeft = scrollLeft - walk;\n                });\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-233a3f2 e-flex e-con-boxed e-con e-parent\" data-id=\"233a3f2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64f228c elementor-widget elementor-widget-menu-anchor\" data-id=\"64f228c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"dangky\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6892df2 elementor-widget elementor-widget-shortcode\" data-id=\"6892df2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"huflit-wrapper\">\n    <div class=\"huflit-header\">\n        <h2>PARTNERSHIP REGISTRATION<\/h2>\n        <p>Please fill in the information below.<\/p>\n    <\/div>\n\n    \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f92895-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"92895\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/91674#wpcf7-f92895-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"92895\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f92895-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<style>\n \/* CSS CHO BUTTON V\u1ec0 TRANG CH\u1ee6 *\/\n .huflit-home-btn {\n display: inline-flex !important; align-items: center !important; justify-content: center !important;\n height: 34px !important; padding: 0 20px !important; margin-top: 30px !important;\n background-color: #2d2d71 !important; color: #ffffff !important; border-radius: 50px !important;\n border: 1px solid #2d2d71 !important; text-decoration: none !important;\n font-weight: 600 !important; font-size: 14px !important; line-height: 1 !important;\n box-shadow: 0 2px 5px rgba(45, 45, 113, 0.15) !important; transition: all 0.3s ease !important; cursor: pointer !important;\n }\n .huflit-home-btn:hover { background-color: #ffffff !important; color: #2d2d71 !important; transform: translateY(-1px); }\n\n \/* CSS CHO DROPDOWN *\/\n select.form-control {\n appearance: none; -webkit-appearance: none; -moz-appearance: none;\n background-color: #fff; border: 1px solid #e0e0e0; border-radius: 8px !important;\n padding: 12px 15px !important; font-size: 15px; color: #333; width: 100%; cursor: pointer;\n background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232d2d71' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'\/%3E%3C\/svg%3E\");\n background-repeat: no-repeat; background-position: right 15px center; transition: all 0.3s ease;\n }\n select.form-control:focus { border-color: #2d2d71 !important; outline: none; box-shadow: 0 0 0 3px rgba(45, 45, 113, 0.1); }\n select.form-control option:first-child { color: #999; }\n\n \/* CSS \u1ea8N\/HI\u1ec6N FORM *\/\n .hidden-consent-input { display: none !important; }\n .success-screen { display: none; } \/* M\u1eb7c \u0111\u1ecbnh \u1ea9n m\u00e0n h\u00ecnh th\u00e0nh c\u00f4ng *\/\n \n \/* Khi form g\u1eedi th\u00e0nh c\u00f4ng th\u00ec class n\u00e0y \u0111\u01b0\u1ee3c add v\u00e0o wrapper (x\u1eed l\u00fd b\u1eb1ng JS b\u00ean d\u01b0\u1edbi) *\/\n .sent-ok .form-body { display: none; }\n .sent-ok .success-screen { display: block; }\n \n \/* CSS hi\u1ec3n th\u1ecb l\u1ed7i validation cho checkbox n\u1ebfu ng\u01b0\u1eddi d\u00f9ng qu\u00ean t\u00edch *\/\n span.wpcf7-list-item { margin: 0; }\n .wpcf7-not-valid-tip { font-size: 13px; color: #dc3232; display: block; margin-top: 5px; }\n<\/style>\n<div class=\"huflit-custom-form\" id=\"huflit-contact-wrapper\">\n\t<div class=\"form-body\">\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>T\u00ean Doanh nghi\u1ec7p<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"company-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nh\u1eadp t\u00ean doanh nghi\u1ec7p...\" value=\"\" type=\"text\" name=\"company-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>L\u0129nh v\u1ef1c ho\u1ea1t \u0111\u1ed9ng<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"field\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" name=\"field\"><option value=\"\">Ch\u1ecdn l\u0129nh v\u1ef1c ho\u1ea1t \u0111\u1ed9ng...<\/option><option value=\"An to\u00e0n lao \u0111\u1ed9ng\">An to\u00e0n lao \u0111\u1ed9ng<\/option><option value=\"B\u00e1n h\u00e0ng\/ T\u01b0 v\u1ea5n\">B\u00e1n h\u00e0ng\/ T\u01b0 v\u1ea5n<\/option><option value=\"B\u1ea3o hi\u1ec3m\">B\u1ea3o hi\u1ec3m<\/option><option value=\"B\u1ea5t \u0111\u1ed9ng s\u1ea3n\">B\u1ea5t \u0111\u1ed9ng s\u1ea3n<\/option><option value=\"B\u1ea3o tr\u00ec\/ S\u1eeda ch\u1eefa\">B\u1ea3o tr\u00ec\/ S\u1eeda ch\u1eefa<\/option><option value=\"Bi\u00ean phi\u00ean d\u1ecbch\">Bi\u00ean phi\u00ean d\u1ecbch<\/option><option value=\"Ch\u1ee9ng kho\u00e1n\">Ch\u1ee9ng kho\u00e1n<\/option><option value=\"D\u1ecbch v\u1ee5 kh\u00e1ch h\u00e0ng\">D\u1ecbch v\u1ee5 kh\u00e1ch h\u00e0ng<\/option><option value=\"Gi\u00e1o d\u1ee5c\/ \u0110\u00e0o t\u1ea1o\">Gi\u00e1o d\u1ee5c\/ \u0110\u00e0o t\u1ea1o<\/option><option value=\"H\u00e0ng kh\u00f4ng\">H\u00e0ng kh\u00f4ng<\/option><option value=\"Du l\u1ecbch\">Du l\u1ecbch<\/option><option value=\"H\u00e0nh ch\u00ednh\/ Th\u01b0 k\u00fd\">H\u00e0nh ch\u00ednh\/ Th\u01b0 k\u00fd<\/option><option value=\"Ho\u1ea1ch \u0111\u1ecbnh\/ D\u1ef1 \u00e1n\">Ho\u1ea1ch \u0111\u1ecbnh\/ D\u1ef1 \u00e1n<\/option><option value=\"In \u1ea5n\/ Xu\u1ea5t b\u1ea3n\">In \u1ea5n\/ Xu\u1ea5t b\u1ea3n<\/option><option value=\"Internet\/ Online Media\">Internet\/ Online Media<\/option><option value=\"C\u00f4ng ngh\u1ec7 th\u00f4ng tin\">C\u00f4ng ngh\u1ec7 th\u00f4ng tin<\/option><option value=\"K\u1ebf to\u00e1n\">K\u1ebf to\u00e1n<\/option><option value=\"Kho v\u1eadn\">Kho v\u1eadn<\/option><option value=\"Ki\u1ec3m to\u00e1n\">Ki\u1ec3m to\u00e1n<\/option><option value=\"Ki\u1ebfn tr\u00fac\/ Thi\u1ebft k\u1ebf n\u1ed9i th\u1ea5t\">Ki\u1ebfn tr\u00fac\/ Thi\u1ebft k\u1ebf n\u1ed9i th\u1ea5t<\/option><option value=\"Marketing\">Marketing<\/option><option value=\"M\u1ef9 thu\u1eadt\/ Ngh\u1ec7 thu\u1eadt\/ Thi\u1ebft k\u1ebf\">M\u1ef9 thu\u1eadt\/ Ngh\u1ec7 thu\u1eadt\/ Thi\u1ebft k\u1ebf<\/option><option value=\"Ng\u00e2n h\u00e0ng\">Ng\u00e2n h\u00e0ng<\/option><option value=\"Nh\u00e0 h\u00e0ng\/ Kh\u00e1ch s\u1ea1n\">Nh\u00e0 h\u00e0ng\/ Kh\u00e1ch s\u1ea1n<\/option><option value=\"Nh\u00e2n s\u1ef1\">Nh\u00e2n s\u1ef1<\/option><option value=\"Ph\u00e1p l\u00fd\">Ph\u00e1p l\u00fd<\/option><option value=\"Phi ch\u00ednh ph\u1ee7\/ Phi l\u1ee3i nhu\u1eadn\">Phi ch\u00ednh ph\u1ee7\/ Phi l\u1ee3i nhu\u1eadn<\/option><option value=\"QA\/ QC\">QA\/ QC<\/option><option value=\"Qu\u1ea3ng c\u00e1o\/ Khuy\u1ebfn m\u00e3i\">Qu\u1ea3ng c\u00e1o\/ Khuy\u1ebfn m\u00e3i<\/option><option value=\"S\u1ea3n xu\u1ea5t\">S\u1ea3n xu\u1ea5t<\/option><option value=\"T\u00e0i ch\u00ednh c\u00f4ng ngh\u1ec7\">T\u00e0i ch\u00ednh c\u00f4ng ngh\u1ec7<\/option><option value=\"Th\u1eddi trang\">Th\u1eddi trang<\/option><option value=\"Th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed\">Th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed<\/option><option value=\"Truy\u1ec1n h\u00ecnh\/ Truy\u1ec1n th\u00f4ng\/ B\u00e1o ch\u00ed\">Truy\u1ec1n h\u00ecnh\/ Truy\u1ec1n th\u00f4ng\/ B\u00e1o ch\u00ed<\/option><option value=\"Xu\u1ea5t nh\u1eadp kh\u1ea9u\">Xu\u1ea5t nh\u1eadp kh\u1ea9u<\/option><option value=\"Qu\u1ea3n tr\u1ecb kinh doanh\">Qu\u1ea3n tr\u1ecb kinh doanh<\/option><option value=\"Ngo\u1ea1i ng\u1eef\">Ngo\u1ea1i ng\u1eef<\/option><option value=\"Ph\u00e2n t\u00edch d\u1eef li\u1ec7u\">Ph\u00e2n t\u00edch d\u1eef li\u1ec7u<\/option><\/select><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"grid-2-cols\">\n\t\t\t<div class=\"form-group\">\n\t\t\t\t<p><label>H\u1ecd v\u00e0 t\u00ean ng\u01b0\u1eddi li\u00ean h\u1ec7<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"contact-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"contact-name\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"form-group\">\n\t\t\t\t<p><label>S\u1ed1 \u0111i\u1ec7n tho\u1ea1i di \u0111\u1ed9ng<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel form-control\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>Ch\u1ee9c v\u1ee5 ng\u01b0\u1eddi li\u00ean h\u1ec7<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"job-title\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"job-title\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>Email li\u00ean h\u1ec7<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label class=\"title-label\">Nhu c\u1ea7u h\u1ee3p t\u00e1c<\/label>\n\t\t\t<\/p>\n\t\t\t<div class=\"checkbox-grid\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"interests\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"Website Vi\u1ec7c l\u00e0m CareerHub\" \/><span class=\"wpcf7-list-item-label\">Website Vi\u1ec7c l\u00e0m CareerHub<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"Chu\u1ed7i Livestream &#039;Tuy\u1ec3n d\u1ee5ng Hot - Ch\u1ed1t 01 Slot&#039;\" \/><span class=\"wpcf7-list-item-label\">Chu\u1ed7i Livestream &#039;Tuy\u1ec3n d\u1ee5ng Hot - Ch\u1ed1t 01 Slot&#039;<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"HUFLIT Career Fair 2026\" \/><span class=\"wpcf7-list-item-label\">HUFLIT Career Fair 2026<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"HUFLIT Internship Week 2026\" \/><span class=\"wpcf7-list-item-label\">HUFLIT Internship Week 2026<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"HUFLIT Career Bootcamp\" \/><span class=\"wpcf7-list-item-label\">HUFLIT Career Bootcamp<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"HUFLIT Mentoring 2026\" \/><span class=\"wpcf7-list-item-label\">HUFLIT Mentoring 2026<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"HUFLIT Company Tour\" \/><span class=\"wpcf7-list-item-label\">HUFLIT Company Tour<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"Case Study Lab (M\u1edbi)\" \/><span class=\"wpcf7-list-item-label\">Case Study Lab (M\u1edbi)<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"Career Ready Week (M\u1edbi)\" \/><span class=\"wpcf7-list-item-label\">Career Ready Week (M\u1edbi)<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"HUFLIT Career Talks\" \/><span class=\"wpcf7-list-item-label\">HUFLIT Career Talks<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"K\u00fd k\u1ebft H\u1ee3p t\u00e1c MOU\" \/><span class=\"wpcf7-list-item-label\">K\u00fd k\u1ebft H\u1ee3p t\u00e1c MOU<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"Th\u1ef1c T\u1eadp Sinh \u1ede N\u01b0\u1edbc Ngo\u00e0i\" \/><span class=\"wpcf7-list-item-label\">Th\u1ef1c T\u1eadp Sinh \u1ede N\u01b0\u1edbc Ngo\u00e0i<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"H\u1ed9i Ngh\u1ecb Doanh Nghi\u1ec7p L\u1ea7n III 2026\" \/><span class=\"wpcf7-list-item-label\">H\u1ed9i Ngh\u1ecb Doanh Nghi\u1ec7p L\u1ea7n III 2026<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"interests[]\" value=\"\u0110\u00e0o T\u1ea1o Ng\u1eafn H\u1ea1n K\u1ef9 N\u0103ng Ngh\u1ec1 Nghi\u1ec7p\" \/><span class=\"wpcf7-list-item-label\">\u0110\u00e0o T\u1ea1o Ng\u1eafn H\u1ea1n K\u1ef9 N\u0103ng Ngh\u1ec1 Nghi\u1ec7p<\/span><\/label><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"form-group consent-section\" style=\"background: #f5f8ff; padding: 15px; border-radius: 8px; border: 1px dashed #2d2d71; border-left: 5px solid #ee6823; margin-top: 20px;\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"agree-contact\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"agree-contact\" value=\"1\" class=\"consent-checkbox\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\"><span style=\"font-weight: 600; color: #2d2d71; font-size: 15px;\">\n                T\u00f4i \u0111\u1ed3ng \u00fd cho ph\u00e9p Trung t\u00e2m H\u1ed7 tr\u1ee3 Sinh vi\u00ean & Quan h\u1ec7 Doanh nghi\u1ec7p s\u1eed d\u1ee5ng s\u1ed1 \u0111i\u1ec7n th\u1ecdai v\u00e0 email tr\u00ean \u0111\u1ec3 li\u00ean h\u1ec7.\n            <\/span><\/span><\/label><\/span><\/span><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"consent-status\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text hidden-consent-input\" aria-invalid=\"false\" value=\"Kh\u00f4ng \u0111\u1ed3ng \u00fd th\u00f4ng tin \u0111\u00e3 chia s\u1ebb\" type=\"text\" name=\"consent-status\" \/><\/span>\n\t\t<\/p>\n\t\t<div class=\"submit-wrap\">\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner huflit-btn\" type=\"submit\" value=\"G\u1eecI \u0110\u0102NG K\u00dd H\u1ee2P T\u00c1C\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"success-screen\" style=\"text-align: center; font-family: inherit;\">\n\t\t<div class=\"success-icon\" style=\"margin-bottom: 20px;\">\n\t\t\t<p><svg width=\"80\" height=\"80\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"#2d2d71\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <path d=\"M7.75 12L10.58 14.83L16.25 9.17004\" stroke=\"#ee6823\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<h3 style=\"color: #2d2d71; font-size: 24px; font-weight: 700; margin-bottom: 15px; text-transform: uppercase;\">\u0110\u0102NG K\u00dd TH\u00c0NH C\u00d4NG!\n\t\t<\/h3>\n\t\t<p style=\"color: #333; font-size: 16px; line-height: 1.6; margin-bottom: 0;\"><br \/>\nC\u1ea3m \u01a1n Qu\u00fd Doanh nghi\u1ec7p \u0111\u00e3 quan t\u00e2m.\n\t\t<\/p>\n\t\t<p>Ch\u00fang t\u00f4i s\u1ebd li\u00ean h\u1ec7 l\u1ea1i trong th\u1eddi gian s\u1edbm nh\u1ea5t.\n\t\t<\/p>\n\t\t<p><a href=\"\/\" class=\"huflit-home-btn\">TR\u1ede L\u1ea0I TRANG CH\u1ee6<\/a>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<p><script>\ndocument.addEventListener('DOMContentLoaded', function() {\n \/\/ 1. X\u1eed l\u00fd logic check box \u0111\u1ed3ng \u00fd\n var consentCheckbox = document.querySelector('.consent-checkbox input[type= \"checkbox\"]');\n var statusField = document.querySelector('input[name= \"consent-status\"]');\n\n if(statusField) statusField.value = \"Kh\u00f4ng \u0111\u1ed3ng \u00fd th\u00f4ng tin \u0111\u00e3 chia s\u1ebb\";\n\n if(consentCheckbox && statusField) {\n consentCheckbox.addEventListener('change', function() {\n if(this.checked) {\n statusField.value = \"\u0110\u1ed3ng \u00fd li\u00ean h\u1ec7 th\u00f4ng tin \u0111\u00e3 chia s\u1ebb\";\n } else {\n statusField.value = \"Kh\u00f4ng \u0111\u1ed3ng \u00fd th\u00f4ng tin \u0111\u00e3 chia s\u1ebb\";\n }\n });\n }\n\n \/\/ 2. X\u1eed l\u00fd s\u1ef1 ki\u1ec7n khi g\u1eedi mail th\u00e0nh c\u00f4ng (C\u1ee7a CF7)\n \/\/ Code n\u00e0y s\u1ebd \u1ea9n Form \u0111i v\u00e0 hi\u1ec7n Success Screen\n document.addEventListener( 'wpcf7mailsent', function( event ) {\n var wrapper = document.getElementById('huflit-contact-wrapper');\n if (wrapper) {\n wrapper.classList.add('sent-ok');\n \/\/ Cu\u1ed9n m\u00e0n h\u00ecnh t\u1edbi th\u00f4ng b\u00e1o th\u00e0nh c\u00f4ng\n wrapper.scrollIntoView({behavior: \"smooth\", block: \"center\"});\n }\n }, false );\n});\n<\/script>\n<\/p><input type=\"text\" class=\"wpcf7_hp_field\" name=\"wpcf7_hp_field\" value=\"\" tabindex=\"-1\" autocomplete=\"off\" \/><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"134\"\/><script>\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20a9c62 e-flex e-con-boxed e-con e-parent\" data-id=\"20a9c62\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0770d1 elementor-widget elementor-widget-html\" data-id=\"c0770d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<footer style=\"background-color: #054FD2;\" class=\"footer-huflit text-white pt-10 pb-6 mt-auto border-t-[5px] border-[#ee6823] relative overflow-hidden\">\n    \n    <div class=\"absolute top-0 left-0 w-full h-full overflow-hidden pointer-events-none\">\n        <div class=\"absolute top-0 right-0 w-96 h-96 bg-white opacity-[0.03] rounded-full blur-3xl -mr-20 -mt-20\"><\/div>\n        <div class=\"absolute bottom-0 left-0 w-64 h-64 bg-[#ee6823] opacity-[0.05] rounded-full blur-3xl -ml-10 -mb-10\"><\/div>\n    <\/div>\n\n    <div class=\"max-w-[1300px] mx-auto px-6 md:px-12 relative z-10\">\n        \n        <div class=\"flex flex-col md:flex-row justify-between items-center py-5 border-b border-white\/10\">\n            <div class=\"mb-4 md:mb-0 \">\n    <h2 style=\"font-weight: 700 !important;\" class=\"use-font-bold text-xl font-black uppercase tracking-wide text-[#ee6823] leading-none\">\n        HUFLIT CAREER HUB\n    <\/h2>\n    <p class=\"use-font-medium text-[13px] text-white\/90 mt-1\">\n        Center for Business Relation and Student Support\n    <\/p>\n<\/div>\n            \n            <div class=\"flex gap-3\">\n                <a href=\"https:\/\/www.facebook.com\/huflitcareerhub\" target=\"_blank\" class=\"use-font-bold flex items-center px-5 py-1.5 rounded-full bg-white\/10 hover:bg-white hover:text-[#054FD2] border border-white\/10 transition-all duration-300 text-[13px] group\">\n                    <svg class=\"w-4 h-4 mr-2\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/><\/svg>\n                    Fanpage\n                <\/a>\n                <a href=\"https:\/\/zalo.me\/huflitcareerhub\" target=\"_blank\" class=\"use-font-bold flex items-center px-5 py-1.5 rounded-full bg-white\/10 hover:bg-white hover:text-[#054FD2] border border-white\/10 transition-all duration-300 text-[13px] group\">\n                    <svg class=\"w-4 h-4 mr-2\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\" \/><\/svg>\n                    Zalo OA\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 py-8 border-b border-white\/10 gap-8\">\n            \n            <div class=\"px-0 md:px-4 md:border-r border-white\/10\">\n                <h4 style=\"font-weight: 500 !important;\" class=\"use-font-bold text-[#ee6823] uppercase text-[13px] tracking-widest mb-3\">\n                    Candidate\n                <\/h4>\n                <ul class=\"space-y-1.5 text-[13px] text-white\/90 use-font-medium\">\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/viec-lam-moi-nhat\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">Latest Jobs<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/cv-check-by-ai\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">AI Check CV<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/my-resume\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">My Resume \/ CV<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/employers-2\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">All Employers<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/nguoi-tim-viec\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">User Guide<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"px-0 md:px-4 md:border-r border-white\/10 mt-6 md:mt-0\">\n                <h4 style=\"font-weight: 500 !important;\" class=\"use-font-bold text-[#ee6823] uppercase text-[13px] tracking-widest mb-3\">\n                    Employer\n                <\/h4>\n                <ul class=\"space-y-1.5 text-[13px] text-white\/90 use-font-medium\">\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/submit-job\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">Submit Job<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/hop-tac-doanh-nghiep\/intern\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">Internship<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/nha-tuyen-dung\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">User Guide<\/a><\/li>\n                <\/ul>\n                \n                <h4 class=\"use-font-bold text-[#ee6823] uppercase text-[13px] tracking-widest mb-3 mt-6\" style=\"font-weight: 500 !important;\">\n                    About Us\n                <\/h4>\n                <ul class=\"space-y-1.5 text-[13px] text-white\/90 use-font-medium\">\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/hop-tac-doanh-nghiep\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">Enterprise Partnership<\/a><\/li>\n                    <li><a href=\"https:\/\/huflit.edu.vn\/vi\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">About HUFLIT<\/a><\/li>\n                    <li><a href=\"https:\/\/careerhub.huflit.edu.vn\/dieu-khoan-su-dung\/\" class=\"hover:text-[#ee6823] hover:pl-1 transition-all duration-200 block\">Terms of Service<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"lg:col-span-2 pl-0 md:pl-8 mt-6 lg:mt-0\">\n                <div class=\"bg-black\/20 rounded-xl p-5 border border-white\/5 h-full\">\n\n                    <div class=\"space-y-3 text-[13px] text-white use-font-medium\">\n                        \n                        <div>\n                            <p class=\"text-[#ee6823] use-font-bold text-[11px] uppercase mb-1\" style=\"font-weight: 500 !important;\">Office Locations<\/p>\n                            <p class=\"mb-1 leading-snug\"><strong class=\"use-font-bold\">Su Van Hanh Campus:<\/strong> 828 Su Van Hanh, Ward 13, District 10, HCMC<\/p>\n                            <p class=\"leading-snug\"><strong class=\"use-font-bold\">Hoc Mon Campus:<\/strong> 806 Le Quang Dao, Hoc Mon Commune, HCMC<\/p>\n                        <\/div>\n\n                        <div class=\"w-full h-[1px] bg-white\/10 my-2\"><\/div>\n\n                        <div>\n                            <p style=\"font-weight: 500 !important;\" class=\" text-[#ee6823] use-font-bold text-[11px] uppercase mb-0.5\">Hotline<\/p>\n                            <p class=\"text-[15px] use-font-bold\">028 3863 2052 <span class=\"text-[12px] font-normal text-white\/70\">(Ext: 111)<\/span><\/p>\n                        <\/div>\n\n                        <div>\n                            <p style=\"font-weight: 500 !important;\" class=\"text-[#ee6823] use-font-bold text-[11px] uppercase mb-1\">Email<\/p>\n                            \n                            <div class=\"mb-1.5\">\n                                <span class=\"use-font-bold text-white\/90 text-[12px]\">User Support:<\/span><br>\n                                <a href=\"mailto:support.careerhub@huflit.edu.vn\" class=\"hover:text-[#ee6823] transition underline decoration-white\/30 underline-offset-2\">support.careerhub@huflit.edu.vn<\/a>\n                            <\/div>\n                            \n                            <div>\n                                <span class=\"use-font-bold text-white\/90 text-[12px]\">Enterprise Partnership:<\/span><br>\n                                <div class=\"flex flex-col gap-0.5 mt-0.5\">\n                                    <a href=\"mailto:CareerHub@huflit.edu.vn\" class=\"hover:text-[#ee6823] transition underline decoration-white\/30 underline-offset-2\">CareerHub@huflit.edu.vn<\/a>\n                                    <a href=\"mailto:qhdn@huflit.edu.vn\" class=\"hover:text-[#ee6823] transition underline decoration-white\/30 underline-offset-2\">qhdn@huflit.edu.vn<\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <div class=\"pt-4 text-center text-[11px] text-white\/50 use-font-medium\">\n            <p>&copy; Copyright belongs to the Center for Business Relation and Student Support (BRASS Center), Ho Chi Minh City University of Foreign Languages - Information Technology<\/p>\n        <\/div>\n    <\/div>\n\n    <style>\n        \/* 1. Thi\u1ebft l\u1eadp font m\u1eb7c \u0111\u1ecbnh l\u00e0 Regular *\/\n        .footer-huflit {\n            font-family: 'AvenirNextLTPro-Regular', 'Avenir Next', sans-serif !important;\n        }\n\n        \/* 2. Class \u00e9p d\u00f9ng font BOLD (Ti\u00eau \u0111\u1ec1) *\/\n        .footer-huflit .use-font-bold,\n        .footer-huflit h2, \n        .footer-huflit h3, \n        .footer-huflit h4,\n        .footer-huflit strong {\n            font-family: 'AvenirNextLTPro-Bold', 'Avenir Next', sans-serif !important;\n            font-weight: normal !important; \/* Reset weight \u0111\u1ec3 tr\u00ecnh duy\u1ec7t d\u00f9ng \u0111\u00fang file font *\/\n        }\n\n        \/* 3. Class \u00e9p d\u00f9ng font MEDIUM (N\u1ed9i dung, Link) *\/\n        .footer-huflit .use-font-medium,\n        .footer-huflit a,\n        .footer-huflit li,\n        .footer-huflit p {\n            font-family: 'AvenirNextLTPro-Medium', 'Avenir Next', sans-serif !important;\n            font-weight: normal !important;\n        }\n    <\/style>\n<\/footer>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3b9856a e-grid e-con-boxed e-con e-parent\" data-id=\"3b9856a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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>Ho Chi Minh City University of Foreign Languages &#8211; Information Technology warmly invites Enterprises to register their cooperation needs for 2026<\/p>\n","protected":false},"author":1,"featured_media":91675,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"slim_seo":{"title":"Enterprise Partnership Program 2026","description":"Ho Chi Minh City University of Foreign Languages - Information Technology warmly invites Enterprises to register their cooperation needs to connect the university, enterprises, and students in 2026"},"footnotes":""},"class_list":["post-91674","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Partnership Program 2026 - Careerhub.huflit.edu.vn<\/title>\n<meta name=\"description\" content=\"Partnership Program 2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Partnership Program 2026 - Careerhub.huflit.edu.vn\" \/>\n<meta property=\"og:description\" content=\"Partnership Program 2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Careerhub.huflit.edu.vn\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/huflitjobhub\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-04T02:20:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/HUFLIT_HopTacDoanhNghiep_Offical.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/\",\"name\":\"Partnership Program 2026 - Careerhub.huflit.edu.vn\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/publicmedia\\\/2025\\\/12\\\/HUFLIT_HopTacDoanhNghiep_Offical.png\",\"datePublished\":\"2025-12-12T04:57:28+00:00\",\"dateModified\":\"2026-09-04T02:20:28+00:00\",\"description\":\"Partnership Program 2026\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/publicmedia\\\/2025\\\/12\\\/HUFLIT_HopTacDoanhNghiep_Offical.png\",\"contentUrl\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/publicmedia\\\/2025\\\/12\\\/HUFLIT_HopTacDoanhNghiep_Offical.png\",\"width\":800,\"height\":500,\"caption\":\"HUFLIT HopTacDoanhNghiep Offical\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/partnership-program-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Partnership Program 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/\",\"name\":\"Careerhub.huflit.edu.vn\",\"description\":\"Website tuy\u1ec3n d\u1ee5ng d\u00e0nh cho sinh vi\u00ean HUFLIT\",\"publisher\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#organization\",\"name\":\"HUFLIT Job Hub\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/JF-avtar@4x-100-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/JF-avtar@4x-100-scaled.jpg\",\"width\":2560,\"height\":2560,\"caption\":\"HUFLIT Job Hub\"},\"image\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/huflitjobhub\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Partnership Program 2026 - Careerhub.huflit.edu.vn","description":"Partnership Program 2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/","og_locale":"en_US","og_type":"article","og_title":"Partnership Program 2026 - Careerhub.huflit.edu.vn","og_description":"Partnership Program 2026","og_url":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/","og_site_name":"Careerhub.huflit.edu.vn","article_publisher":"https:\/\/www.facebook.com\/huflitjobhub","article_modified_time":"2026-09-04T02:20:28+00:00","og_image":[{"width":800,"height":500,"url":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/HUFLIT_HopTacDoanhNghiep_Offical.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/","url":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/","name":"Partnership Program 2026 - Careerhub.huflit.edu.vn","isPartOf":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/#primaryimage"},"image":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/HUFLIT_HopTacDoanhNghiep_Offical.png","datePublished":"2025-12-12T04:57:28+00:00","dateModified":"2026-09-04T02:20:28+00:00","description":"Partnership Program 2026","breadcrumb":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/#primaryimage","url":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/HUFLIT_HopTacDoanhNghiep_Offical.png","contentUrl":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/HUFLIT_HopTacDoanhNghiep_Offical.png","width":800,"height":500,"caption":"HUFLIT HopTacDoanhNghiep Offical"},{"@type":"BreadcrumbList","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/partnership-program-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/careerhub.huflit.edu.vn\/en\/"},{"@type":"ListItem","position":2,"name":"Partnership Program 2026"}]},{"@type":"WebSite","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#website","url":"https:\/\/careerhub.huflit.edu.vn\/en\/","name":"Careerhub.huflit.edu.vn","description":"Website tuy\u1ec3n d\u1ee5ng d\u00e0nh cho sinh vi\u00ean HUFLIT","publisher":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerhub.huflit.edu.vn\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#organization","name":"HUFLIT Job Hub","url":"https:\/\/careerhub.huflit.edu.vn\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#\/schema\/logo\/image\/","url":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/uploads\/2022\/05\/JF-avtar@4x-100-scaled.jpg","contentUrl":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/uploads\/2022\/05\/JF-avtar@4x-100-scaled.jpg","width":2560,"height":2560,"caption":"HUFLIT Job Hub"},"image":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/huflitjobhub"]}]}},"_links":{"self":[{"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/pages\/91674","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/comments?post=91674"}],"version-history":[{"count":1,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/pages\/91674\/revisions"}],"predecessor-version":[{"id":91676,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/pages\/91674\/revisions\/91676"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/media\/91675"}],"wp:attachment":[{"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/media?parent=91674"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}