{"id":91736,"date":"2025-09-22T15:40:41","date_gmt":"2025-09-22T08:40:41","guid":{"rendered":"https:\/\/careerhub.huflit.edu.vn\/google-digital-talent-scholarship\/"},"modified":"2026-09-04T09:20:57","modified_gmt":"2026-09-04T02:20:57","slug":"google-digital-talent-scholarship","status":"publish","type":"page","link":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/","title":{"rendered":"Google Digital Talent Scholarship"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"91736\" class=\"elementor elementor-91736 elementor-73634\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2577d08 e-con-full e-flex e-con e-parent\" data-id=\"2577d08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41ba748 elementor-widget elementor-widget-html\" data-id=\"41ba748\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Google Digital Talent Scholarship 2026 - HUFLIT<\/title>\n    \n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\n    \n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['\"Avenir Next LT Pro\"', '\"Avenir Next\"', 'Avenir', 'sans-serif'],\n                    },\n                    fontSize: {\n                        'primary': '24px',\n                        'secondary': '18px',\n                        'body-text': '16px',\n                        'accent': '14px',\n                    },\n                    colors: {\n                        'google-blue': '#4285F4',\n                        'google-red': '#DB4437',\n                        'google-yellow': '#F4B400',\n                        'google-green': '#0F9D58',\n                        'brand-primary': '#2d2d71', \n                        'brand-cta': '#ee6823',\n                        'brand-light': '#F8F8FF',\n                        'footer-bg': '#054FD2',\n                    },\n                    keyframes: {\n                        'shine-sweep': {\n                            '0%': { transform: 'translateX(-150%) skewX(-15deg)' },\n                            '50%, 100%': { transform: 'translateX(150%) skewX(-15deg)' }\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                        'sweep': {\n                            '0%': { opacity: 0, transform: 'translateY(-10px)' },\n                            '100%': { opacity: 1, transform: 'translateY(0)' }\n                        }\n                    },\n                    animation: {\n                        'shine-sweep': 'shine-sweep 3s infinite ease-in-out',\n                        'heartbeat': 'heartbeat 2s infinite',\n                        'sweep': 'sweep .3s ease-in-out',\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* --- 1. GLOBAL SETTINGS --- *\/\n        @font-face {\n            font-family: 'Avenir Next LT Pro';\n            src: local('Avenir Next LT Pro'), local('AvenirNextLTPro-Regular'), local('Avenir Next'), sans-serif;\n        }\n        \n        html, body { overflow-x: hidden !important; margin: 0; padding: 0; }\n        body { font-family: \"Avenir Next LT Pro\", sans-serif; font-size: 16px; }\n\n        .force-full-screen {\n            width: 100vw !important;\n            position: relative !important;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            max-width: 100vw !important;\n            box-sizing: border-box !important;\n        }\n\n        #custom-header-wrapper {\n            position: fixed !important;\n            top: 0 !important; \n            left: 0 !important;\n            width: 100% !important;\n            height: 90px;\n            z-index: 999999 !important;\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            transition: all 0.3s ease;\n        }\n\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: 1024px) { \n            .desktop-only-flex { display: flex !important; align-items: center !important; }\n            .desktop-only-block { display: block !important; }\n            .mobile-only-block { display: none !important; }\n        }\n\n        .menu-link { position: relative; cursor: pointer; display: flex; align-items: center; height: 100%; text-decoration: none; }\n        .menu-link::after {\n            content: ''; position: absolute; width: 0; height: 2px;\n            bottom: 30px; left: 0; background-color: #ee6823;\n            transition: width 0.3s ease;\n        }\n        .menu-link:hover::after { width: 100%; }\n\n        .btn-shine-effect {\n            background: linear-gradient(135deg, #4285F4 0%, #2d2d71 100%);\n            box-shadow: 0 0 15px rgba(66, 133, 244, 0.5);\n            position: relative; overflow: hidden; transition: all 0.3s ease;\n        }\n        .btn-shine-effect:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 0 25px rgba(66, 133, 244, 0.7);\n        }\n\n        details > summary { list-style: none; }\n        details > summary::-webkit-details-marker { display: none; }\n        details[open] summary ~ * { animation: sweep .3s ease-in-out; }\n        details > summary i.chevron { transition: transform 0.3s; }\n        details[open] > summary i.chevron { transform: rotate(180deg); }\n\n        .carousel-image {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            object-fit: cover; opacity: 0; transition: opacity 1s ease-in-out;\n        }\n        .carousel-image.active { opacity: 1; }\n\n        #footer-huflit-custom {\n            border-top: 5px solid #ee6823;\n            position: relative; overflow: hidden;\n        }\n        .blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.1; pointer-events: none; }\n        .blob-1 { top: -50px; right: -50px; width: 300px; height: 300px; background: white; }\n        .blob-2 { bottom: -50px; left: -50px; width: 250px; height: 250px; background: #ee6823; }\n        \n        .footer-socials a:hover { background: white; color: #054FD2 !important; }\n        .footer-link:hover { color: #ee6823; padding-left: 5px; }\n        .email-link:hover { color: #ee6823 !important; }\n\n        section { scroll-margin-top: 100px; }\n    <\/style>\n<\/head>\n<body id=\"page-top\" class=\"text-body-text text-gray-700 bg-white pt-[90px]\">\n\n    <div id=\"custom-header-wrapper\">\n        <div class=\"w-full px-6 md:px-12 flex justify-between items-center h-full\">\n            \n            <a href=\"#page-top\" class=\"flex items-center gap-3 no-underline hover:opacity-80 transition-opacity\">\n                <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/LogoNTS.png\" alt=\"Logo NTS\" class=\"h-[150px] w-[200px] object-contain\">\n                <div class=\"h-6 w-px bg-gray-300 hidden lg:block\"><\/div>\n                <div class=\"hidden lg:flex items-center gap-1 font-bold\">\n                    <span class=\"text-google-blue\">G<\/span><span class=\"text-google-red\">o<\/span><span class=\"text-google-yellow\">o<\/span><span class=\"text-google-blue\">g<\/span><span class=\"text-google-green\">l<\/span><span class=\"text-google-red\">e<\/span>\n                    <span class=\"font-normal text-gray-500 ml-1 text-accent\">Digital Talent<\/span>\n                <\/div>\n            <\/a>\n\n            <nav class=\"desktop-only-flex flex-1 justify-center items-center space-x-6 xl:space-x-10 h-full relative\">\n                <a href=\"#about\" class=\"menu-link text-secondary font-medium text-brand-primary hover:text-brand-cta transition-colors\">Features<\/a>\n                \n                <div class=\"relative h-full flex items-center group\">\n                    <button id=\"desktop-courses-btn\" class=\"menu-link flex items-center gap-1 text-secondary font-medium text-brand-primary hover:text-brand-cta transition-colors focus:outline-none h-full\">\n                        Courses <i id=\"desktop-chevron\" class=\"fas fa-chevron-down text-[10px] mt-0.5 ml-1 transition-transform duration-300\"><\/i>\n                    <\/button>\n                    \n                    <div id=\"desktop-courses-dropdown\" class=\"hidden absolute top-[85px] left-1\/2 transform -translate-x-1\/2 w-64 bg-white shadow-2xl rounded-xl border border-gray-100 p-2 z-[100000]\">\n                        <div class=\"absolute -top-2 left-1\/2 transform -translate-x-1\/2 w-4 h-4 bg-white border-t border-l border-gray-100 rotate-45\"><\/div>\n                        <div class=\"relative bg-white rounded-lg overflow-hidden\">\n                            <a href=\"#short-term\" class=\"dropdown-item block px-4 py-3 hover:bg-brand-light hover:text-brand-cta transition border-b border-gray-50 text-body-text text-brand-primary font-medium\">\n                                <i class=\"fas fa-bolt mr-2 text-brand-cta\"><\/i> Specializations\n                            <\/a>\n                            <a href=\"#pro-certs\" class=\"dropdown-item block px-4 py-3 hover:bg-brand-light hover:text-brand-cta transition text-body-text text-brand-primary font-medium\">\n                                <i class=\"fas fa-medal mr-2 text-google-blue\"><\/i> Professional Certificates\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <a href=\"#process\" class=\"menu-link text-secondary font-medium text-brand-primary hover:text-brand-cta transition-colors\">Process<\/a>\n                <a href=\"#rewards\" class=\"menu-link text-secondary font-medium text-brand-primary hover:text-brand-cta transition-colors\">Rewards<\/a>\n                <a href=\"#community\" class=\"menu-link text-secondary font-medium text-brand-primary hover:text-brand-cta transition-colors\">Community<\/a>\n                <a href=\"#faq\" class=\"menu-link text-secondary font-medium text-brand-primary hover:text-brand-cta transition-colors\">FAQ<\/a>\n            <\/nav>\n\n            <div class=\"desktop-only-block flex-shrink-0 ml-4\">\n                <a href=\"#register-guide\" class=\"btn-shine-effect group relative inline-flex items-center justify-center px-6 py-2.5 text-white text-[15px] font-bold rounded-full no-underline animate-heartbeat transition-all\">\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                        APPLY NOW\n                        <i class=\"fas fa-arrow-right ml-2 transition-transform duration-300 group-hover:translate-x-1\"><\/i>\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=\"mobile-link block text-secondary font-medium text-brand-primary py-3 border-b border-gray-100 hover:text-brand-cta\">About Us<\/a>\n            \n            <div class=\"border-b border-gray-100 pb-2\">\n                <p class=\"text-brand-primary font-bold opacity-50 text-sm mb-2 uppercase tracking-wider pl-2\">Courses<\/p>\n                <a href=\"#short-term\" class=\"mobile-link block pl-4 text-secondary font-medium text-brand-primary py-3 hover:text-brand-cta relative bg-gray-50 rounded-lg mb-2\">\n                    <i class=\"fas fa-bolt text-brand-cta mr-2\"><\/i> Specializations\n                <\/a>\n                <a href=\"#pro-certs\" class=\"mobile-link block pl-4 text-secondary font-medium text-brand-primary py-3 hover:text-brand-cta relative bg-gray-50 rounded-lg\">\n                    <i class=\"fas fa-medal text-google-blue mr-2\"><\/i> Professional Certificates\n                <\/a>\n            <\/div>\n\n            <a href=\"#process\" class=\"mobile-link block text-secondary font-medium text-brand-primary py-3 border-b border-gray-100 hover:text-brand-cta\">Process<\/a>\n            <a href=\"#rewards\" class=\"mobile-link block text-secondary font-medium text-brand-primary py-3 border-b border-gray-100 hover:text-brand-cta\">Rewards<\/a>\n            <a href=\"#community\" class=\"mobile-link block text-secondary font-medium text-brand-primary py-3 border-b border-gray-100 hover:text-brand-cta\">Community<\/a>\n            <a href=\"#faq\" class=\"mobile-link block text-secondary font-medium text-brand-primary py-3 border-b border-gray-100 hover:text-brand-cta\">FAQ<\/a>\n            \n            <a href=\"#register-guide\" class=\"mobile-link 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                APPLY NOW\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <section id=\"about\" class=\"force-full-screen pt-20 pb-20 bg-gradient-to-br from-blue-50 via-white to-indigo-50\">\n        <div class=\"w-full px-6 md:px-16 flex flex-col md:flex-row items-center gap-12 max-w-[1600px] mx-auto\">\n            <div class=\"md:w-1\/2 space-y-6\">\n                <div class=\"flex flex-wrap items-center gap-3\">\n                    <div class=\"inline-flex items-center gap-2 px-3 py-1 bg-green-100 text-green-700 rounded-full text-accent font-bold uppercase tracking-wide border border-green-200\">\n                        <span class=\"w-2 h-2 rounded-full bg-green-500 animate-pulse\"><\/span>\n                        2026 Program\n                    <\/div>\n                    <div class=\"inline-flex items-center gap-2 px-3 py-1 bg-red-100 text-red-700 rounded-full text-accent font-bold uppercase tracking-wide border border-red-200 animate-bounce\">\n                        <i class=\"fas fa-fire\"><\/i>\n                        ONLY 200 SLOTS\n                    <\/div>\n                <\/div>\n                <h1 class=\"text-primary md:text-[40px] font-bold leading-tight text-gray-900\">\n                    Google Digital Talent <br\/>\n                    <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-google-blue to-google-red\">Scholarship<\/span>\n                <\/h1>\n                <p class=\"text-body-text text-gray-600 leading-relaxed text-justify\">\n                    The Digital Talent Scholarship is co-implemented by Google, HUFLIT, and the National Innovation Center (NIC) for HUFLIT Students, Alumni, Graduate Students, and Workers. Participants will receive 01 <span class=\"font-bold text-gray-900\">unlimited access<\/span> scholarship for 20 digital skills training courses (valued at $420\/scholarship) and a Google Career Certificate. The program runs until December 31, 2026.\n                <\/p>\n                <div class=\"flex flex-col sm:flex-row gap-4 pt-4\">\n                    <a href=\"#register-guide\" class=\"bg-brand-cta text-white px-8 py-3 rounded-lg font-bold text-secondary text-center hover:bg-brand-primary transition shadow-lg hover:shadow-brand-cta\/30\">\n                        Register Now\n                    <\/a>\n                    <a href=\"#short-term\" class=\"bg-white text-gray-700 border border-gray-300 px-8 py-3 rounded-lg font-bold text-secondary text-center hover:bg-gray-50 transition flex items-center justify-center gap-2\">\n                        <i class=\"fas fa-book-open\"><\/i> View Courses\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"md:w-1\/2 relative w-full aspect-[4\/3] max-w-[600px] mx-auto md:mx-0\">\n                <div class=\"absolute inset-0 bg-gradient-to-tr from-blue-200 to-pink-200 rounded-full blur-3xl opacity-30 animate-pulse -z-10\"><\/div>\n                <div class=\"carousel-container shadow-2xl bg-white w-full h-full rounded-2xl overflow-hidden relative\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/HUFLIT_HopTacDoanhNghiep26-1.jpg\" alt=\"HUFLIT Google Scholarship New 1\" class=\"carousel-image active\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9371-scaled.jpg\" alt=\"HUFLIT Google Scholarship New 1\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9370-scaled.jpg\" alt=\"HUFLIT Google Scholarship New 2\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9366-scaled.jpg\" alt=\"HUFLIT Google Scholarship New 3\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/IMG_9706-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship New 4\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/IMG_9725-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship New 5\" class=\"carousel-image\">\n                    \n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9581-2-scaled.jpg\" alt=\"HUFLIT Google Scholarship 1\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9648-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship 2\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9635-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship 3\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF0105-2-scaled.jpg\" alt=\"HUFLIT Google Scholarship 4\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9521-2-scaled.jpg\" alt=\"HUFLIT Google Scholarship 5\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9721-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship 6\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9962-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship 7\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/DSCF9997-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship 8\" class=\"carousel-image\">\n                    <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/IMG_1276-1-1-scaled.jpg\" alt=\"HUFLIT Google Scholarship 9\" class=\"carousel-image\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"benefits\" class=\"force-full-screen py-16 bg-white relative z-10 -mt-8\">\n        <div class=\"w-full px-6 md:px-16 max-w-[1600px] mx-auto\">\n            <div class=\"bg-white rounded-3xl shadow-xl border border-gray-100 p-8 md:p-12\">\n                <div class=\"text-center mb-10\">\n                    <span class=\"text-google-blue font-bold uppercase text-accent tracking-wider bg-blue-50 px-3 py-1 rounded-full\">Program Benefits<\/span>\n                    <h2 class=\"text-primary font-bold mt-3 text-gray-900\">Key Highlights of the Digital Talent Scholarship<\/h2>\n                <\/div>\n                <div class=\"grid grid-cols-1 md:grid-cols-3 lg:grid-cols-5 gap-8\">\n                    <div class=\"text-center group\">\n                        <div class=\"w-14 h-14 bg-blue-100 text-google-blue rounded-2xl flex items-center justify-center mx-auto mb-4 group-hover:bg-google-blue group-hover:text-white transition duration-300 shadow-sm\"><i class=\"fas fa-certificate text-2xl\"><\/i><\/div>\n                        <h3 class=\"font-bold text-gray-900 mb-2 text-secondary\">International Certificate<\/h3>\n                        <p class=\"text-body-text text-gray-500 leading-relaxed\">Receive a globally recognized Google Career Certificate.<\/p>\n                    <\/div>\n                    <div class=\"text-center group\">\n                        <div class=\"w-14 h-14 bg-red-100 text-google-red rounded-2xl flex items-center justify-center mx-auto mb-4 group-hover:bg-google-red group-hover:text-white transition duration-300 shadow-sm\"><i class=\"fas fa-gift text-2xl\"><\/i><\/div>\n                        <h3 class=\"font-bold text-gray-900 mb-2 text-secondary\">100% Free<\/h3>\n                        <p class=\"text-body-text text-gray-500 leading-relaxed\">Full sponsorship for learning accounts and certification exam fees.<\/p>\n                    <\/div>\n                    <div class=\"text-center group\">\n                        <div class=\"w-14 h-14 bg-yellow-100 text-google-yellow rounded-2xl flex items-center justify-center mx-auto mb-4 group-hover:bg-google-yellow group-hover:text-white transition duration-300 shadow-sm\"><i class=\"fas fa-laptop-code text-2xl\"><\/i><\/div>\n                        <h3 class=\"font-bold text-gray-900 mb-2 text-secondary\">Online Learning<\/h3>\n                        <p class=\"text-body-text text-gray-500 leading-relaxed\">18 courses on the Coursera platform.<\/p>\n                    <\/div>\n                    <div class=\"text-center group\">\n                        <div class=\"w-14 h-14 bg-green-100 text-google-green rounded-2xl flex items-center justify-center mx-auto mb-4 group-hover:bg-google-green group-hover:text-white transition duration-300 shadow-sm\"><i class=\"fas fa-clock text-2xl\"><\/i><\/div>\n                        <h3 class=\"font-bold text-gray-900 mb-2 text-secondary\">Flexible Schedule<\/h3>\n                        <p class=\"text-body-text text-gray-500 leading-relaxed\">Self-paced learning path, no restrictions.<\/p>\n                    <\/div>\n                    <div class=\"text-center group\">\n                        <div class=\"w-14 h-14 bg-purple-100 text-purple-600 rounded-2xl flex items-center justify-center mx-auto mb-4 group-hover:bg-purple-600 group-hover:text-white transition duration-300 shadow-sm\"><i class=\"fas fa-users text-2xl\"><\/i><\/div>\n                        <h3 class=\"font-bold text-gray-900 mb-2 text-secondary\">Exclusive for HUFLIT<\/h3>\n                        <p class=\"text-body-text text-gray-500 leading-relaxed\">Exclusive privileges for HUFLIT Students, Alumni, and Staff.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"short-term\" class=\"force-full-screen py-16 bg-white\">\n        <div class=\"w-full px-6 md:px-16 max-w-[1600px] mx-auto\">\n            <div class=\"flex items-center gap-3 mb-8 border-b pb-4\">\n                <div class=\"w-12 h-12 rounded-xl bg-orange-100 text-orange-600 flex items-center justify-center text-primary shadow-sm\"><i class=\"fas fa-bolt\"><\/i><\/div>\n                <div>\n                    <h2 class=\"text-primary font-bold text-gray-900\">Specialization Courses<\/h2>\n                    <p class=\"text-body-text text-gray-500\">Improve specific skills in a short time (6 - 22 learning hours)<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5\">\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\">\n                            <div class=\"flex items-center gap-3\"><i class=\"fas fa-robot text-purple-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Google AI Essentials<\/span><\/div>\n                            <i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i>\n                        <\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-purple-600 bg-purple-50 w-fit px-2 py-1 rounded-full border border-purple-100\"><i class=\"far fa-clock\"><\/i> ~10 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Help you master generative AI tools.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Introduction to Generative AI.<\/li><li>Maximizing Productivity.<\/li><\/ul><\/div>\n                <\/details>\n                \n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-comment-dots text-indigo-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Prompting Essentials<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-indigo-600 bg-indigo-50 w-fit px-2 py-1 rounded-full border border-indigo-100\"><i class=\"far fa-clock\"><\/i> ~6 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Professional prompt writing skills.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>5 steps to write a prompt.<\/li><li>Advanced prompting techniques.<\/li><\/ul><\/div>\n                <\/details>\n\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-users-cog text-pink-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">People Management<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-pink-600 bg-pink-50 w-fit px-2 py-1 rounded-full border border-pink-100\"><i class=\"far fa-clock\"><\/i> ~8 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Team leadership skills.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Building psychological safety.<\/li><li>Coaching skills.<\/li><\/ul><\/div>\n                <\/details>\n\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-sync-alt text-orange-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Agile Essentials<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-orange-600 bg-orange-50 w-fit px-2 py-1 rounded-full border border-orange-100\"><i class=\"far fa-clock\"><\/i> ~6 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Agile mindset and Scrum.<\/p><\/div>\n                    <\/summary>\n                      <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Agile principles.<\/li><li>Roles in Scrum.<\/li><\/ul><\/div>\n                <\/details>\n\n                 <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-handshake text-teal-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Stakeholder Management<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-teal-600 bg-teal-50 w-fit px-2 py-1 rounded-full border border-teal-100\"><i class=\"far fa-clock\"><\/i> ~8 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Managing stakeholder expectations.<\/p><\/div>\n                    <\/summary>\n                      <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Stakeholder mapping.<\/li><li>RACI matrix.<\/li><\/ul><\/div>\n                <\/details>\n\n                 <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-users text-blue-500 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Digital Customer Engagement<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-blue-600 bg-blue-50 w-fit px-2 py-1 rounded-full border border-blue-100\"><i class=\"far fa-clock\"><\/i> ~10 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Digital customer journey.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Customer personas.<\/li><li>Customer journey.<\/li><\/ul><\/div>\n                <\/details>\n\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-briefcase text-yellow-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Job Search with AI<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-yellow-600 bg-yellow-50 w-fit px-2 py-1 rounded-full border border-yellow-100\"><i class=\"far fa-clock\"><\/i> ~6 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Using AI for job searching.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Writing CVs with AI.<\/li><li>Mock interviews.<\/li><\/ul><\/div>\n                <\/details>\n\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-user-shield text-gray-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Network Security<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-gray-600 bg-gray-100 w-fit px-2 py-1 rounded-full border border-gray-200\"><i class=\"far fa-clock\"><\/i> ~10 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Basic network security.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>TCP\/IP model.<\/li><li>Packet Sniffing.<\/li><\/ul><\/div>\n                <\/details>\n\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fab fa-python text-blue-700 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Data Analysis with Python<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-blue-700 bg-blue-50 w-fit px-2 py-1 rounded-full border border-blue-100\"><i class=\"far fa-clock\"><\/i> ~22 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Data analysis with Python.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Pandas, Numpy.<\/li><li>Data visualization.<\/li><\/ul><\/div>\n                <\/details>\n\n                 <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-lightbulb text-yellow-500 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Data-Driven Decision Making<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-yellow-500 bg-yellow-50 w-fit px-2 py-1 rounded-full border border-yellow-100\"><i class=\"far fa-clock\"><\/i> ~22 hours to complete<\/div><p class=\"text-body-text text-gray-600\">Data-driven decision making.<\/p><\/div>\n                    <\/summary>\n                      <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Asking the right questions.<\/li><li>Data Storytelling.<\/li><\/ul><\/div>\n                <\/details>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"pro-certs\" class=\"force-full-screen py-16 bg-gray-50\">\n        <div class=\"w-full px-6 md:px-12 max-w-[1600px] mx-auto\">\n            <div class=\"flex items-center gap-3 mb-8 border-b pb-4 border-gray-200\">\n                <div class=\"w-12 h-12 rounded-xl bg-blue-100 text-blue-600 flex items-center justify-center text-primary shadow-sm\"><i class=\"fas fa-medal\"><\/i><\/div>\n                <div><h2 class=\"text-primary font-bold text-gray-900\">Professional Certificates<\/h2><p class=\"text-body-text text-gray-500\">In-depth professional training (3-6 months)<\/p><\/div>\n            <\/div>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5\">\n                 <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-chart-bar text-blue-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Google Data Analytics<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">Data Analyst.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Analysis process.<\/li><li>Tools: Spreadsheets, SQL, R.<\/li><\/ul><\/div>\n                <\/details>\n                 <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-shield-alt text-gray-700 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Google Cybersecurity<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                         <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">Cybersecurity Analyst.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Linux, SQL, Python.<\/li><li>SIEM tools.<\/li><\/ul><\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-tasks text-yellow-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Google Project Management<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">Professional Project Manager.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Agile & Waterfall.<\/li><li>Risk management.<\/li><\/ul><\/div>\n                <\/details>\n                 <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-bullhorn text-blue-500 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Digital Marketing & E-commerce<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">Digital Marketing.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>SEO, SEM, Social Media.<\/li><li>E-commerce platforms.<\/li><\/ul><\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-headset text-green-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Google IT Support<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">IT Support Specialist.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Computer assembly.<\/li><li>Operating systems, networks.<\/li><\/ul><\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-pen-nib text-purple-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Google UX Design<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">UX Designer.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Figma, Adobe XD.<\/li><li>Wireframes & Prototypes.<\/li><\/ul><\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fas fa-chart-line text-indigo-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">Advanced Data Analytics<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">Advanced Data Scientist.<\/p><\/div>\n                    <\/summary>\n                    <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Advanced Python.<\/li><li>Machine Learning.<\/li><\/ul><\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl shadow-sm border border-gray-200 overflow-hidden hover:shadow-md transition\">\n                    <summary class=\"block p-5 cursor-pointer select-none bg-white hover:bg-gray-50 transition\">\n                        <div class=\"flex items-center justify-between mb-3\"><div class=\"flex items-center gap-3\"><i class=\"fab fa-python text-teal-600 text-secondary w-8\"><\/i><span class=\"font-bold text-gray-800 text-secondary\">IT Automation with Python<\/span><\/div><i class=\"fas fa-chevron-down text-gray-400 chevron text-accent\"><\/i><\/div>\n                        <div class=\"ml-0 md:ml-11\"><div class=\"flex items-center gap-2 mb-2 text-accent font-semibold text-green-600 bg-green-50 w-fit px-2 py-1 rounded-full border border-green-100\"><i class=\"far fa-calendar-alt\"><\/i> ~6 months<\/div><p class=\"text-body-text text-gray-600\">IT Automation Specialist.<\/p><\/div>\n                    <\/summary>\n                      <div class=\"p-5 border-t border-gray-100 bg-gray-50 ml-0 md:ml-11 rounded-b-xl\"><h4 class=\"font-bold text-gray-700 mb-2 text-secondary\">Course Details:<\/h4><ul class=\"list-disc list-inside space-y-1 text-body-text text-gray-600\"><li>Python Scripting.<\/li><li>Git\/GitHub.<\/li><\/ul><\/div>\n                <\/details>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"force-full-screen py-16 bg-white border-t border-gray-100\">\n        <div class=\"w-full px-6 md:px-16 max-w-[1600px] mx-auto\">\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-12\">\n                <div>\n                    <h3 id=\"process\" class=\"text-primary font-bold text-gray-900 mb-6 flex items-center\">\n                        <span class=\"bg-google-blue text-white w-8 h-8 rounded-full inline-flex items-center justify-center text-accent mr-3\">1<\/span>\n                        Participation Process\n                    <\/h3>\n                    <div class=\"space-y-6 relative border-l-2 border-blue-100 ml-3 pl-8\">\n                        <div class=\"relative\">\n                            <span class=\"absolute -left-[41px] top-0 bg-blue-100 text-google-blue w-6 h-6 rounded-full flex items-center justify-center text-accent font-bold ring-4 ring-white\">1<\/span>\n                            <h4 class=\"font-bold text-gray-800 text-secondary\">Register<\/h4>\n                            <p class=\"text-body-text text-gray-500 mt-1\">Fill out the registration form matching your participant group (Student, Alumni, etc.).<\/p>\n                        <\/div>\n                        <div class=\"relative\">\n                            <span class=\"absolute -left-[41px] top-0 bg-blue-100 text-google-blue w-6 h-6 rounded-full flex items-center justify-center text-accent font-bold ring-4 ring-white\">2<\/span>\n                            <h4 class=\"font-bold text-gray-800 text-secondary\">Receive Invitation Email<\/h4>\n                            <p class=\"text-body-text text-gray-500 mt-1\">Within 3-5 working days, the Coursera system will send an invitation email to join the program.<\/p>\n                        <\/div>\n                        <div class=\"relative\">\n                            <span class=\"absolute -left-[41px] top-0 bg-blue-100 text-google-blue w-6 h-6 rounded-full flex items-center justify-center text-accent font-bold ring-4 ring-white\">3<\/span>\n                            <h4 class=\"font-bold text-gray-800 text-secondary\">Activate Account<\/h4>\n                            <p class=\"text-body-text text-gray-500 mt-1\">Click the \"Join Program\" button in the email and log in\/create a Coursera account.<\/p>\n                        <\/div>\n                        <div class=\"relative\">\n                            <span class=\"absolute -left-[41px] top-0 bg-green-100 text-google-green w-6 h-6 rounded-full flex items-center justify-center text-accent font-bold ring-4 ring-white\"><i class=\"fas fa-check\"><\/i><\/span>\n                            <h4 class=\"font-bold text-gray-800 text-secondary\">Start Learning<\/h4>\n                            <p class=\"text-body-text text-gray-500 mt-1\">Choose your favorite course and start right away. You have access to all 18 courses.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-red-50 p-8 rounded-2xl border border-red-100\">\n                    <h3 class=\"text-primary font-bold text-red-700 mb-6 flex items-center\">\n                        <span class=\"bg-red-600 text-white w-8 h-8 rounded-full inline-flex items-center justify-center text-accent mr-3\"><i class=\"fas fa-exclamation\"><\/i><\/span>\n                        2026 Scholarship Maintenance Policy\n                    <\/h3>\n                    <p class=\"text-red-800 mb-6 text-body-text\">To maintain the 2026 scholarship, participants must fulfill the following conditions:<\/p>\n                    <ul class=\"space-y-4\">\n                        <li class=\"flex items-start bg-white p-4 rounded-xl shadow-sm\">\n                            <div class=\"text-red-500 text-xl mr-4 mt-1\"><i class=\"fas fa-clock\"><\/i><\/div>\n                            <div>\n                                <h5 class=\"font-bold text-gray-800 text-secondary\">Within 14 days<\/h5>\n                                <p class=\"text-body-text text-gray-500\">Activate your Coursera account from the date you receive the scholarship activation email.<\/p>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start bg-white p-4 rounded-xl shadow-sm\">\n                            <div class=\"text-yellow-500 text-xl mr-4 mt-1\"><i class=\"fas fa-book-reader\"><\/i><\/div>\n                            <div class=\"w-full\">\n                                <h5 class=\"font-bold text-gray-800 text-secondary\">Within 30 days<\/h5>\n                                <p class=\"text-body-text text-gray-500 mb-3\">Complete 01 Course from the scholarship activation date.<\/p>\n                                <div class=\"bg-gray-50 p-3 rounded-lg border border-gray-100 text-body-text text-gray-600\">\n                                    <p class=\"font-semibold mb-1 text-gray-700\">Example:<\/p>\n                                    <ul class=\"list-disc pl-5 space-y-1\">\n                                        <li>The Data Analytics certificate has 8 small courses; you need to take at least 1 of those 8 courses. Each small course includes multiple modules.<\/li>\n                                        <li>AI and Prompting certificates are counted as 01 small course.<\/li>\n                                    <\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start bg-white p-4 rounded-xl shadow-sm\">\n                            <div class=\"text-green-500 text-xl mr-4 mt-1\"><i class=\"fas fa-check-circle\"><\/i><\/div>\n                            <div>\n                                <h5 class=\"font-bold text-gray-800 text-secondary\">Within 60 days<\/h5>\n                                <p class=\"text-body-text text-gray-500\">Maintain learning progress from the date of completing the first small course.<\/p>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                    <div class=\"mt-6 text-body-text text-red-600 italic font-medium\">\n                        * Failure to meet the above conditions will result in the revocation of the scholarship, and participants will not be eligible for scholarships in subsequent years.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"rewards\" class=\"force-full-screen py-20 bg-gray-50\">\n        <div class=\"w-full px-6 md:px-16 max-w-[1600px] mx-auto\">\n            <div class=\"text-center mb-16\">\n                <span class=\"text-google-blue font-bold uppercase text-accent tracking-widest bg-blue-100 px-4 py-1 rounded-full mb-4 inline-block\">Honor & Reward<\/span>\n                <h2 class=\"text-primary md:text-[32px] font-bold text-gray-900 mt-2\">Study Hard - Get Great Gifts<\/h2>\n                <p class=\"text-gray-500 mt-4 max-w-2xl mx-auto\">Participate actively in learning for a chance to receive special gifts from the program.<\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-10\">\n                <div class=\"bg-white rounded-3xl shadow-xl overflow-hidden flex flex-col md:flex-row border border-gray-100 hover:shadow-2xl transition-shadow duration-300\">\n                    <div class=\"md:w-2\/5 bg-gradient-to-br from-google-blue to-blue-700 flex items-center justify-center p-8\">\n                        <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2026\/06\/Ly-giu-nhiet-Blue-2.png\" alt=\"Tumbler\" class=\"w-full max-w-[150px] drop-shadow-2xl transform hover:scale-110 transition-transform duration-500\">\n                    <\/div>\n                    <div class=\"md:w-3\/5 p-8 flex flex-col justify-between\">\n                        <div>\n                            <h3 class=\"text-secondary font-bold text-gray-900 mb-4 uppercase tracking-tight\">\u2728 TOP 5 OUTSTANDING LEARNERS OF THE MONTH<\/h3>\n                            <div class=\"space-y-4 text-body-text\">\n                                <p class=\"text-gray-600\"><strong class=\"text-gray-800\">\ud83d\udccc Criteria:<\/strong> Honoring the Top 5 students with the highest number of completed courses generated entirely within the new month (excluding accumulated completed courses from previous months).<\/p>\n                                <p class=\"text-gray-600\"><strong class=\"text-gray-800\">\ud83c\udf81 Reward:<\/strong> 01 premium tumbler.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"mt-6 pt-4 border-t border-gray-100 flex items-center text-google-blue font-bold text-accent italic\">\n                            <i class=\"far fa-clock mr-2\"><\/i> Monthly award results will be announced periodically at 10:00 AM on the first day of the month.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-white rounded-3xl shadow-xl overflow-hidden flex flex-col md:flex-row border border-gray-100 hover:shadow-2xl transition-shadow duration-300\">\n                    <div class=\"md:w-2\/5 bg-gradient-to-br from-google-yellow to-yellow-600 flex items-center justify-center p-8\">\n                        <img decoding=\"async\" src=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2026\/06\/10.png\" alt=\"Phone stand\" class=\"w-full max-w-[150px] drop-shadow-2xl transform hover:scale-110 transition-transform duration-500\">\n                    <\/div>\n                    <div class=\"md:w-3\/5 p-8 flex flex-col justify-between\">\n                        <div>\n                            <h3 class=\"text-secondary font-bold text-gray-900 mb-4 uppercase tracking-tight\">\ud83c\udfc6 WEEKLY AWARD: TOP 10 ACTIVE LEARNERS<\/h3>\n                            <div class=\"space-y-4 text-body-text\">\n                                <p class=\"text-gray-600\"><strong class=\"text-gray-800\">\ud83d\udccc Criteria:<\/strong> Honoring the Top 10 students leading the weekly leaderboard based on Total Learning Hours and Unique Courses recorded directly from the Coursera system.<\/p>\n                                <p class=\"text-gray-600\"><strong class=\"text-gray-800\">\ud83c\udf81 Reward:<\/strong> 01 phone stand.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"mt-6 pt-4 border-t border-gray-100 flex items-center text-yellow-700 font-bold text-accent italic\">\n                            <i class=\"far fa-clock mr-2\"><\/i> Weekly award results will be announced periodically at 10:00 AM every Monday.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-12 bg-red-50 border border-red-100 rounded-2xl p-8 max-w-4xl mx-auto shadow-sm\">\n                <div class=\"flex items-start gap-4\">\n                    <div class=\"bg-red-600 text-white w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0 mt-1\">\n                        <i class=\"fas fa-bell\"><\/i>\n                    <\/div>\n                    <div class=\"text-body-text leading-relaxed\">\n                        <h4 class=\"font-bold text-red-700 text-secondary mb-3 uppercase tracking-wider\">\u26a0\ufe0f IMPORTANT NOTE FOR RECEIVING GIFTS:<\/h4>\n                        <p class=\"text-red-800 mb-3 italic\">Dear learners, please regularly follow announcements on the Fanpage and check your personal email inbox frequently. The organizing committee will send detailed instructions on how to receive gifts via email to award winners.<\/p>\n                        <p class=\"text-red-900 font-bold\">All results will be announced in the group [HUFLIT] - Google Digital Talent Program Community.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"register-guide\" class=\"force-full-screen py-20 bg-white\">\n        <div class=\"w-full px-6 md:px-16 max-w-[1600px] mx-auto\">\n            <div class=\"text-center mb-12\">\n                <span class=\"text-google-blue font-bold uppercase text-accent tracking-wider\">Join Now<\/span>\n                <h2 class=\"text-primary font-bold mt-2 text-gray-900\">Target Audience & Registration Guide<\/h2>\n                <div class=\"inline-block mt-4 px-6 py-2 bg-red-50 text-red-600 rounded-lg font-semibold border border-red-100 text-accent\"><i class=\"fas fa-clock mr-2\"><\/i> Limited quantity with only 200 slots remaining<\/div>\n                <p class=\"text-gray-500 mt-4 text-body-text\">Please choose the target group that suits you to get the registration link.<\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <div class=\"bg-blue-50 rounded-2xl p-6 border border-blue-100 hover:shadow-lg transition flex flex-col h-full\">\n                    <div class=\"w-12 h-12 bg-white rounded-full flex items-center justify-center text-google-blue text-xl shadow-sm mb-4\"><i class=\"fas fa-user-graduate\"><\/i><\/div>\n                    <h3 class=\"text-secondary font-bold text-gray-900 mb-2\">Student<\/h3>\n                    <p class=\"text-body-text text-gray-600 mb-4 flex-grow\">For full-time undergraduate students at HUFLIT.<\/p>\n                    <ul class=\"text-accent text-gray-500 space-y-2 mb-6\">\n                        <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-0.5 mr-2\"><\/i> Use school email (@st.huflit.edu.vn)<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/forms.cloud.microsoft\/r\/4d1L5UhH4a\" target=\"_blank\" class=\"block w-full py-2.5 bg-google-blue text-white font-bold text-center rounded-lg hover:bg-blue-700 transition text-accent\">Register Now<\/a>\n                <\/div>\n                \n                <div class=\"bg-yellow-50 rounded-2xl p-6 border border-yellow-100 hover:shadow-lg transition flex flex-col h-full\">\n                    <div class=\"w-12 h-12 bg-white rounded-full flex items-center justify-center text-google-yellow text-xl shadow-sm mb-4\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n                    <h3 class=\"text-secondary font-bold text-gray-900 mb-2\">Alumni<\/h3>\n                    <p class=\"text-body-text text-gray-600 mb-4 flex-grow\">For graduated students who want to improve their digital skills.<\/p>\n                    <ul class=\"text-accent text-gray-500 space-y-2 mb-6\">\n                        <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-0.5 mr-2\"><\/i> Use personal email<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeghnWuagZfwLYsd5HAa4yJK4MBsrT7AZWV7-P7IzWQ_whK1g\/viewform\" target=\"_blank\" class=\"block w-full py-2.5 bg-google-yellow text-white font-bold text-center rounded-lg hover:bg-yellow-600 transition text-accent\">Register Now<\/a>\n                <\/div>\n\n                <div class=\"bg-red-50 rounded-2xl p-6 border border-red-100 hover:shadow-lg transition flex flex-col h-full\">\n                    <div class=\"w-12 h-12 bg-white rounded-full flex items-center justify-center text-google-red text-xl shadow-sm mb-4\"><i class=\"fas fa-chalkboard-teacher\"><\/i><\/div>\n                    <h3 class=\"text-secondary font-bold text-gray-900 mb-2\">Employer<\/h3>\n                    <p class=\"text-body-text text-gray-600 mb-4 flex-grow\">For Faculty - Lecturers - Staff currently working at HUFLIT.<\/p>\n                    <ul class=\"text-accent text-gray-500 space-y-2 mb-6\">\n                        <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-0.5 mr-2\"><\/i> Use institutional email (@huflit.edu.vn)<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/forms.cloud.microsoft\/r\/jjKs96CR5Q\" target=\"_blank\" class=\"block w-full py-2.5 bg-google-red text-white font-bold text-center rounded-lg hover:bg-red-600 transition text-accent\">Register Now<\/a>\n                <\/div>\n\n                 <div class=\"bg-purple-50 rounded-2xl p-6 border border-purple-100 hover:shadow-lg transition flex flex-col h-full\">\n                    <div class=\"w-12 h-12 bg-white rounded-full flex items-center justify-center text-purple-600 text-xl shadow-sm mb-4\"><i class=\"fas fa-laptop-house\"><\/i><\/div>\n                    <h3 class=\"text-secondary font-bold text-gray-900 mb-2\">HUFLIT Learners<\/h3>\n                    <p class=\"text-body-text text-gray-600 mb-4 flex-grow\">For distance learning students, graduate students, and TESOL learners.<\/p>\n                    <ul class=\"text-accent text-gray-500 space-y-2 mb-6\">\n                        <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-0.5 mr-2\"><\/i> Use personal email<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/forms.gle\/12VdmbYcPbx7f3JH6\" target=\"_blank\" class=\"block w-full py-2.5 bg-purple-600 text-white font-bold text-center rounded-lg hover:bg-purple-700 transition text-accent\">Register Now<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"faq\" class=\"force-full-screen py-16 bg-gray-50 border-t border-gray-100\">\n        <div class=\"container mx-auto px-4 max-w-4xl\">\n            <div class=\"text-center mb-12\">\n                <h2 class=\"text-3xl font-bold text-gray-900\">Frequently Asked Questions<\/h2>\n                <p class=\"text-gray-500 mt-2\">Answers to common questions about the program.<\/p>\n            <\/div>\n            <div class=\"space-y-4\">\n                <details class=\"group bg-white rounded-xl overflow-hidden transition hover:bg-gray-100 shadow-sm\">\n                    <summary class=\"flex items-center justify-between p-5 cursor-pointer font-bold text-gray-800 select-none\">\n                        Is there a fee for the program?\n                        <i class=\"fas fa-chevron-down text-gray-400 transition-transform duration-300 group-open:rotate-180\"><\/i>\n                    <\/summary>\n                    <div class=\"px-5 pb-5 pt-0 text-gray-600 text-body-text\">\n                        <strong>Completely FREE.<\/strong> The program provides 100% sponsorship for learning costs and Google Career Certificate exam fees for all scholarship recipients.\n                    <\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl overflow-hidden transition hover:bg-gray-100 shadow-sm\">\n                    <summary class=\"flex items-center justify-between p-5 cursor-pointer font-bold text-gray-800 select-none\">\n                        Does the program have an expiration date?\n                        <i class=\"fas fa-chevron-down text-gray-400 transition-transform duration-300 group-open:rotate-180\"><\/i>\n                    <\/summary>\n                    <div class=\"px-5 pb-5 pt-0 text-gray-600 text-body-text\">\n                        Scholarships in the Digital Talent program are awarded by Google annually. The deadline for the 2026 scholarship will last until <strong>December 31, 2026<\/strong>.\n                    <\/div>\n                <\/details>\n                <details class=\"group bg-white rounded-xl overflow-hidden transition hover:bg-gray-100 shadow-sm\">\n                    <summary class=\"flex items-center justify-between p-5 cursor-pointer font-bold text-gray-800 select-none\">\n                        What is the language used in the program?\n                        <i class=\"fas fa-chevron-down text-gray-400 transition-transform duration-300 group-open:rotate-180\"><\/i>\n                    <\/summary>\n                    <div class=\"px-5 pb-5 pt-0 text-gray-600 text-body-text\">\n                        Lectures are taught in English. However, Google and Coursera have provided <strong>Vietnamese subtitles<\/strong> for most courses to make it easier for learners to absorb.\n                    <\/div>\n                <\/details>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"community\" class=\"force-full-screen py-16 bg-indigo-50\">\n        <div class=\"container mx-auto px-4 text-center\">\n            <h2 class=\"text-primary font-bold mb-6 text-gray-900\">Digital Talent Community<\/h2>\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 max-w-5xl mx-auto\">\n                <div class=\"bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition flex flex-col items-center text-center group cursor-pointer\" onclick=\"window.open('https:\/\/www.facebook.com\/groups\/636990082544694\/?rdid=LX5wtlAQjRGUpGub&share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2Fg%2F1aaiuj2uYU%2F#', '_blank')\">\n                    <div class=\"bg-google-blue text-white w-14 h-14 rounded-full flex items-center justify-center text-2xl flex-shrink-0 mb-4 group-hover:scale-110 transition-transform\"><i class=\"fas fa-university\"><\/i><\/div>\n                    <h4 class=\"font-bold text-gray-800 text-secondary mb-1\">Community at HUFLIT<\/h4>\n                    <span class=\"text-google-blue font-semibold text-accent hover:underline mt-auto\">Join Now &rarr;<\/span>\n                <\/div>\n                 <div class=\"bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition flex flex-col items-center text-center group cursor-pointer\" onclick=\"window.open('https:\/\/www.facebook.com\/groups\/congdongnhantaiso\/?ref=share&mibextid=wwXIfr&rdid=tRJvco2aFg94j73K&share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2Fg%2F17JS4gqu9i%2F%3Fmibextid%3DwwXIfr#', '_blank')\">\n                    <div class=\"bg-indigo-600 text-white w-14 h-14 rounded-full flex items-center justify-center text-2xl flex-shrink-0 mb-4 group-hover:scale-110 transition-transform\"><i class=\"fas fa-globe-asia\"><\/i><\/div>\n                    <h4 class=\"font-bold text-gray-800 text-secondary mb-1\">National Community<\/h4>\n                    <span class=\"text-indigo-600 font-semibold text-accent hover:underline mt-auto\">Join Now &rarr;<\/span>\n                <\/div>\n                 <div class=\"bg-gray-50 p-6 rounded-xl border border-gray-200 flex flex-col items-center text-center opacity-75\">\n                    <div class=\"bg-gray-400 text-white w-14 h-14 rounded-full flex items-center justify-center text-2xl flex-shrink-0 mb-4\"><i class=\"fas fa-chalkboard-teacher\"><\/i><\/div>\n                    <h4 class=\"font-bold text-gray-600 text-secondary mb-1\">Mentor Group<\/h4>\n                    <span class=\"text-gray-400 font-semibold text-accent cursor-not-allowed bg-gray-200 px-3 py-1 rounded-full text-xs\">Coming Soon<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer id=\"footer-huflit-custom\" class=\"force-full-screen bg-[#054FD2] text-white pt-10 pb-6 mt-auto font-[13px] leading-[1.5]\">\n        <div class=\"footer-bg-overlay absolute top-0 left-0 w-full h-full pointer-events-none overflow-hidden z-0\">\n            <div class=\"blob blob-1\"><\/div>\n            <div class=\"blob blob-2\"><\/div>\n        <\/div>\n\n        <div class=\"footer-container w-full px-6 md:px-12 relative z-10 max-w-[1600px] mx-auto\">\n            <div class=\"footer-header flex flex-wrap justify-between items-center border-b border-white\/10 pb-5 mb-8\">\n                <div class=\"footer-branding\">\n                    <h2 class=\"font-bold text-[20px] text-brand-cta m-0 tracking-[0.5px]\">HUFLIT CAREER HUB<\/h2>\n                    <p class=\"m-[5px_0_0] text-[13px] opacity-90\">Center for Business Relation and Student Support<\/p>\n                <\/div>\n                \n                <div class=\"footer-socials flex gap-[15px] mt-[10px]\">\n                    <a href=\"https:\/\/www.facebook.com\/huflitcareerhub\" target=\"_blank\" class=\"flex items-center bg-white\/10 px-[20px] py-[6px] rounded-[50px] font-bold text-[13px] border border-white\/10 text-white no-underline transition-all\">\n                        <svg viewBox=\"0 0 24 24\" class=\"w-4 h-4 mr-2 fill-current\"><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                <\/div>\n            <\/div>\n\n            <div class=\"footer-grid flex flex-wrap gap-[30px] border-b border-white\/10 pb-8\">\n                <div class=\"footer-col flex-1 min-w-[200px]\">\n                    <h4 class=\"text-brand-cta uppercase text-[13px] tracking-[1px] mb-[15px] font-bold\">Candidate<\/h4>\n                    <ul class=\"list-none p-0 m-0\">\n                        <li class=\"mb-2\"><a href=\"https:\/\/careerhub.huflit.edu.vn\/viec-lam-moi-nhat\/\" class=\"footer-link text-white\/90 no-underline transition-all\">Latest Jobs<\/a><\/li>\n                        <li class=\"mb-2\"><a href=\"https:\/\/careerhub.huflit.edu.vn\/cv-check-by-ai\/\" class=\"footer-link text-white\/90 no-underline transition-all\">AI CV Review<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"footer-col contact-box-wrapper flex-[1.5] min-w-[300px]\">\n                    <div class=\"contact-box bg-black\/20 border border-white\/5 rounded-xl p-5\">\n                        <div class=\"contact-item\">\n                            <p class=\"contact-label text-brand-cta uppercase text-[11px] font-bold mb-[5px]\">Office<\/p>\n                            <p><strong>S\u01b0 V\u1ea1n H\u1ea1nh Campus:<\/strong> 828 Su Van Hanh, Ward Hoa Hung, HCMC<\/p>\n                        <\/div>\n                        <div class=\"divider h-px bg-white\/10 my-[15px]\"><\/div>\n                        <div class=\"contact-item\">\n                            <p class=\"contact-label text-brand-cta uppercase text-[11px] font-bold mb-[5px]\">Hotline<\/p>\n                            <p class=\"hotline-text text-[16px] font-bold\">028 3863 2052 <span class=\"text-[12px] font-normal opacity-70\">(Ext: 111)<\/span><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"footer-copyright text-center pt-5 opacity-50 text-[11px]\">\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    <\/footer>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const desktopCoursesBtn = document.getElementById('desktop-courses-btn');\n            const desktopCoursesDropdown = document.getElementById('desktop-courses-dropdown');\n            const desktopChevron = document.getElementById('desktop-chevron');\n            const mobileBtn = document.getElementById('custom-mobile-btn');\n            const mobileMenu = document.getElementById('custom-mobile-menu');\n            const carouselImages = document.querySelectorAll('.carousel-image');\n            \n            \/\/ Desktop Dropdown\n            if(desktopCoursesBtn && desktopCoursesDropdown) {\n                desktopCoursesBtn.addEventListener('click', (e) => {\n                    e.stopPropagation();\n                    desktopCoursesDropdown.classList.toggle('hidden');\n                    const isOpen = !desktopCoursesDropdown.classList.contains('hidden');\n                    if (desktopChevron) desktopChevron.style.transform = isOpen ? 'rotate(180deg)' : 'rotate(0deg)';\n                });\n            }\n\n            \/\/ Mobile Menu\n            if(mobileBtn && mobileMenu) {\n                mobileBtn.addEventListener('click', (e) => {\n                    e.stopPropagation();\n                    mobileMenu.classList.toggle('hidden');\n                    mobileMenu.classList.toggle('flex');\n                });\n            }\n\n            \/\/ Click Outside to Close\n            document.addEventListener('click', (event) => {\n                if (desktopCoursesDropdown && !desktopCoursesDropdown.contains(event.target)) {\n                    desktopCoursesDropdown.classList.add('hidden');\n                    if (desktopChevron) desktopChevron.style.transform = 'rotate(0deg)';\n                }\n                if (mobileMenu && !mobileMenu.contains(event.target) && !mobileBtn.contains(event.target)) {\n                    mobileMenu.classList.add('hidden');\n                    mobileMenu.classList.remove('flex');\n                }\n            });\n\n            \/\/ Smooth Scroll\n            document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    const targetId = this.getAttribute('href');\n                    if (targetId === '#') return;\n                    e.preventDefault();\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({ top: offsetPosition, behavior: \"smooth\" });\n                    }\n                });\n            });\n\n            \/\/ Carousel\n            if(carouselImages.length > 0) {\n                let currentImageIndex = 0;\n                setInterval(() => {\n                    carouselImages[currentImageIndex].classList.remove('active');\n                    currentImageIndex = (currentImageIndex + 1) % carouselImages.length;\n                    carouselImages[currentImageIndex].classList.add('active');\n                }, 3000);\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\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>The 2025 Digital Talent Scholarship is co-implemented by Google, HUFLIT, and the National Innovation Center (NIC) for HUFLIT Students, Alumni, Graduate Students, and Workers. Participants will receive 01 scholarship for unlimited access to 12 digital skills training courses (valued at $420\/scholarship) and a Google Career Certificate.<\/p>\n","protected":false},"author":1,"featured_media":91759,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"slim_seo":{"description":"The Digital Talent Scholarship is deployed by Google, HUFLIT, and the National Innovation Center (NIC) for HUFLIT Faculty, Students, and Alumni","facebook_image":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/NhanTaiSoGoogle2026.png","title":"Google Digital Talent Scholarship - Careerhub.huflit.edu.vn"},"footnotes":""},"class_list":["post-91736","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>Google Digital Talent Scholarship - Careerhub.huflit.edu.vn<\/title>\n<meta name=\"description\" content=\"Register to participate in Google Digital Talent Scholarship 2026 to equip yourself with digital skills for your career journey today\" \/>\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\/google-digital-talent-scholarship\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Digital Talent Scholarship - Careerhub.huflit.edu.vn\" \/>\n<meta property=\"og:description\" content=\"Register to participate in Google Digital Talent Scholarship 2026 to equip yourself with digital skills for your career journey today\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/\" \/>\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:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/NhanTaiSoGoogle2026.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=\"5 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\\\/google-digital-talent-scholarship\\\/\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/\",\"name\":\"Google Digital Talent Scholarship - Careerhub.huflit.edu.vn\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/publicmedia\\\/2025\\\/12\\\/NhanTaiSoGoogle2026.png\",\"datePublished\":\"2025-09-22T08:40:41+00:00\",\"dateModified\":\"2026-09-04T02:20:57+00:00\",\"description\":\"Register to participate in Google Digital Talent Scholarship 2026 to equip yourself with digital skills for your career journey today\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/#primaryimage\",\"url\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/publicmedia\\\/2025\\\/12\\\/NhanTaiSoGoogle2026.png\",\"contentUrl\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/wp-content\\\/publicmedia\\\/2025\\\/12\\\/NhanTaiSoGoogle2026.png\",\"width\":800,\"height\":500,\"caption\":\"hoc-bong-nhan-tai-so-google-huflit-2026\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/google-digital-talent-scholarship\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/careerhub.huflit.edu.vn\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Digital Talent Scholarship\"}]},{\"@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":"Google Digital Talent Scholarship - Careerhub.huflit.edu.vn","description":"Register to participate in Google Digital Talent Scholarship 2026 to equip yourself with digital skills for your career journey today","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\/google-digital-talent-scholarship\/","og_locale":"en_US","og_type":"article","og_title":"Google Digital Talent Scholarship - Careerhub.huflit.edu.vn","og_description":"Register to participate in Google Digital Talent Scholarship 2026 to equip yourself with digital skills for your career journey today","og_url":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/","og_site_name":"Careerhub.huflit.edu.vn","article_publisher":"https:\/\/www.facebook.com\/huflitjobhub","article_modified_time":"2026-09-04T02:20:57+00:00","og_image":[{"width":800,"height":500,"url":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/NhanTaiSoGoogle2026.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/","url":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/","name":"Google Digital Talent Scholarship - Careerhub.huflit.edu.vn","isPartOf":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/#primaryimage"},"image":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/#primaryimage"},"thumbnailUrl":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/NhanTaiSoGoogle2026.png","datePublished":"2025-09-22T08:40:41+00:00","dateModified":"2026-09-04T02:20:57+00:00","description":"Register to participate in Google Digital Talent Scholarship 2026 to equip yourself with digital skills for your career journey today","breadcrumb":{"@id":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/#primaryimage","url":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/NhanTaiSoGoogle2026.png","contentUrl":"https:\/\/careerhub.huflit.edu.vn\/wp-content\/publicmedia\/2025\/12\/NhanTaiSoGoogle2026.png","width":800,"height":500,"caption":"hoc-bong-nhan-tai-so-google-huflit-2026"},{"@type":"BreadcrumbList","@id":"https:\/\/careerhub.huflit.edu.vn\/en\/google-digital-talent-scholarship\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/careerhub.huflit.edu.vn\/en\/"},{"@type":"ListItem","position":2,"name":"Google Digital Talent Scholarship"}]},{"@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\/91736","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=91736"}],"version-history":[{"count":1,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/pages\/91736\/revisions"}],"predecessor-version":[{"id":91760,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/pages\/91736\/revisions\/91760"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/media\/91759"}],"wp:attachment":[{"href":"https:\/\/careerhub.huflit.edu.vn\/en\/wp-json\/wp\/v2\/media?parent=91736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}