{"id":1,"date":"2023-03-06T07:45:45","date_gmt":"2023-03-06T07:45:45","guid":{"rendered":"https:\/\/giaosuhung.vn\/"},"modified":"2025-12-19T05:30:51","modified_gmt":"2025-12-19T05:30:51","slug":"home","status":"publish","type":"page","link":"https:\/\/giaosuhung.vn\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1\" class=\"elementor elementor-1\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c387541 e-con-full e-flex e-con e-parent\" data-id=\"c387541\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f692b89 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"f692b89\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- CRITICAL: Viewport meta for mobile responsive -->\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">\r\n\r\n<style>\r\n    \/* =========================================\r\n   MODERN MEDICAL DESIGN SYSTEM (v2.0)\r\n   ========================================= *\/\r\n\r\n    \/* Import Fonts *\/\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Quicksand:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap');\r\n\r\n    \/* Scoped Root Variables *\/\r\n    #doc-landing {\r\n        --primary: #0077b6;\r\n        --primary-dark: #023e8a;\r\n        --primary-light: #90e0ef;\r\n        --accent: #00b4d8;\r\n        --text-dark: #0f172a;\r\n        --text-gray: #475569;\r\n        --bg-light: #f8fafc;\r\n        --bg-white: #ffffff;\r\n        --gradient-main: linear-gradient(135deg, #0077b6 0%, #00b4d8 100%);\r\n        --shadow-card: 0 20px 40px rgba(0, 119, 182, 0.08);\r\n        --shadow-hover: 0 30px 60px rgba(0, 119, 182, 0.15);\r\n        font-family: 'Quicksand', sans-serif;\r\n        color: var(--text-dark);\r\n        line-height: 1.6;\r\n        font-size: 16px;\r\n        \/* Slightly larger for modern look *\/\r\n        background: var(--bg-white);\r\n        width: 100%;\r\n        overflow-x: hidden;\r\n        \/* Prevent horizontal scroll *\/\r\n    }\r\n\r\n    #doc-landing * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* Global Typography *\/\r\n    #doc-landing h1,\r\n    #doc-landing h2,\r\n    #doc-landing h3,\r\n    #doc-landing h4 {\r\n        font-family: 'Montserrat', sans-serif;\r\n        font-weight: 700;\r\n        line-height: 1.25;\r\n        color: var(--text-dark);\r\n        margin: 0 0 1rem 0;\r\n    }\r\n\r\n    #doc-landing .text-gradient {\r\n        background: var(--gradient-main);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n    }\r\n\r\n    \/* Utilities *\/\r\n    #doc-landing .doc-container {\r\n        max-width: 1200px;\r\n        \/* Wider container *\/\r\n        margin: 0 auto;\r\n        padding: 0 24px;\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    #doc-landing .doc-section {\r\n        padding: 80px 0;\r\n        position: relative;\r\n    }\r\n\r\n    \/* Animations (CSS Keyframes - Safe Mode) *\/\r\n    #doc-landing .reveal {\r\n        opacity: 0;\r\n        animation: docFadeInUp 1s cubic-bezier(0.5, 0, 0, 1) forwards;\r\n    }\r\n\r\n    @keyframes docFadeInUp {\r\n        0% {\r\n            opacity: 0;\r\n            transform: translateY(30px);\r\n        }\r\n\r\n        100% {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n    }\r\n\r\n    \/* Staggered delays for children if needed *\/\r\n    #doc-landing .hero-content.reveal {\r\n        animation-name: docFadeInRight;\r\n    }\r\n\r\n    #doc-landing .hero-img-box.reveal {\r\n        animation-name: docFadeInLeft;\r\n    }\r\n\r\n    @keyframes docFadeInRight {\r\n        0% {\r\n            opacity: 0;\r\n            transform: translateX(-30px);\r\n        }\r\n\r\n        100% {\r\n            opacity: 1;\r\n            transform: translateX(0);\r\n        }\r\n    }\r\n\r\n    @keyframes docFadeInLeft {\r\n        0% {\r\n            opacity: 0;\r\n            transform: translateX(30px);\r\n        }\r\n\r\n        100% {\r\n            opacity: 1;\r\n            transform: translateX(0);\r\n        }\r\n    }\r\n\r\n    \/* =========================================\r\n   COMPONENTS\r\n   ========================================= *\/\r\n\r\n    \/* Buttons *\/\r\n    #doc-landing .doc-btn {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        padding: 14px 28px;\r\n        border-radius: 50px;\r\n        font-weight: 600;\r\n        font-size: 1rem;\r\n        text-decoration: none;\r\n        transition: all 0.3s ease;\r\n        cursor: pointer;\r\n        border: none;\r\n        position: relative;\r\n        overflow: hidden;\r\n        letter-spacing: 0.5px;\r\n    }\r\n\r\n    #doc-landing .doc-btn-primary {\r\n        background: var(--gradient-main);\r\n        color: white;\r\n        box-shadow: 0 10px 25px rgba(0, 119, 182, 0.3);\r\n    }\r\n\r\n    #doc-landing .doc-btn-primary:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 15px 35px rgba(0, 119, 182, 0.4);\r\n    }\r\n\r\n    #doc-landing .doc-btn-secondary {\r\n        background: white;\r\n        color: var(--primary);\r\n        border: 2px solid rgba(0, 119, 182, 0.1);\r\n    }\r\n\r\n    #doc-landing .doc-btn-secondary:hover {\r\n        border-color: var(--primary);\r\n        background: #f0f9ff;\r\n        color: var(--primary-dark);\r\n    }\r\n\r\n    \/* Section Tags *\/\r\n    #doc-landing .doc-tag {\r\n        display: inline-block;\r\n        padding: 8px 16px;\r\n        background: #e0f2fe;\r\n        color: var(--primary-dark);\r\n        border-radius: 30px;\r\n        font-size: 0.85rem;\r\n        font-weight: 700;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    \/* Background Blobs *\/\r\n    #doc-landing .bg-blob {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        filter: blur(80px);\r\n        z-index: 1;\r\n        opacity: 0.4;\r\n    }\r\n\r\n    #doc-landing .blob-1 {\r\n        top: -10%;\r\n        right: -5%;\r\n        width: 500px;\r\n        height: 500px;\r\n        background: #caf0f8;\r\n    }\r\n\r\n    #doc-landing .blob-2 {\r\n        bottom: 10%;\r\n        left: -10%;\r\n        width: 400px;\r\n        height: 400px;\r\n    background: #e0f2fe;\r\n    }\r\n\r\n    \/* HOTLINE BLINKING EFFECT (Desktop) *\/\r\n    @keyframes pulse-red {\r\n        0% {\r\n            box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);\r\n            transform: scale(1);\r\n        }\r\n        50% {\r\n            box-shadow: 0 0 0 15px rgba(239, 68, 68, 0);\r\n            transform: scale(1.05);\r\n            background: #dc2626; \/* Darker red flash *\/\r\n        }\r\n        100% {\r\n            box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);\r\n            transform: scale(1);\r\n        }\r\n    }\r\n\r\n    .btn-hotline {\r\n        background: #ef4444 !important; \/* Red *\/\r\n        border-color: #ef4444 !important;\r\n        font-weight: 800 !important;\r\n        animation: pulse-red 1.2s infinite ease-in-out; \/* Faster, continuous *\/\r\n        position: relative;\r\n        overflow: visible !important;\r\n    }\r\n    \r\n    .btn-hotline::before {\r\n        content: '\u0110\u1eb6T H\u1eb8N KH\u00c1M';\r\n        position: absolute;\r\n        top: -15px;\r\n        right: -5px;\r\n        background: #fbbf24; \/* Amber yellow *\/\r\n        color: #b91c1c; \/* Deep red text *\/\r\n        font-size: 0.65rem;\r\n        padding: 4px 8px;\r\n        border-radius: 20px;\r\n        font-weight: 900;\r\n        transform: rotate(10deg);\r\n        box-shadow: 0 4px 6px rgba(0,0,0,0.2);\r\n        border: 2px solid white;\r\n        z-index: 10;\r\n        white-space: nowrap;\r\n        animation: wobble-tag 2s infinite ease-in-out;\r\n    }\r\n\r\n    @keyframes wobble-tag {\r\n        0%, 100% { transform: rotate(10deg); }\r\n        50% { transform: rotate(15deg) scale(1.1); }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        \/* Enable animation on mobile per user request, but maybe adjust size *\/\r\n        .btn-hotline::before {\r\n            right: -2px; \/* Pull closer *\/\r\n            top: -18px;\r\n            font-size: 0.55rem; \/* Slightly smaller text *\/\r\n        }\r\n    }\r\n\r\n    \/* =========================================\r\n   HERO SECTION\r\n   ========================================= *\/\r\n    #doc-landing .doc-hero {\r\n        padding: 120px 0 100px;\r\n        background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);\r\n        overflow: hidden;\r\n    }\r\n\r\n    #doc-landing .hero-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 60px;\r\n        align-items: center;\r\n        max-width: 1100px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    #doc-landing .hero-content {\r\n        z-index: 2;\r\n        position: relative;\r\n    }\r\n\r\n    #doc-landing .hero-title {\r\n        font-size: clamp(2rem, 4vw, 3rem);\r\n        \/* Reduced max size slightly *\/\r\n        \/* Responsive scaling *\/\r\n        \/* Big & Bold *\/\r\n        margin-bottom: 1.5rem;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    #doc-landing .hero-subtitle {\r\n        font-size: 1.25rem;\r\n        color: var(--text-gray);\r\n        margin-bottom: 2.5rem;\r\n        max-width: 90%;\r\n    }\r\n\r\n    #doc-landing .hero-stats-row {\r\n        display: flex;\r\n        gap: 40px;\r\n        margin-top: 50px;\r\n        padding-top: 30px;\r\n        border-top: 1px solid rgba(0, 0, 0, 0.05);\r\n    }\r\n\r\n    #doc-landing .hero-stat .val {\r\n        display: block;\r\n        font-size: 2.5rem;\r\n        font-weight: 800;\r\n        color: var(--primary);\r\n        font-family: 'Montserrat', sans-serif;\r\n        line-height: 1;\r\n        margin-bottom: 5px;\r\n    }\r\n\r\n    \/* About Section Grid Definition *\/\r\n    #doc-landing .doc-about-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 60px;\r\n        align-items: start;\r\n        \/* Align at top instead of center *\/\r\n        max-width: 1100px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    \/* Hero Image with Glass Effect *\/\r\n    #doc-landing .hero-img-box {\r\n        position: relative;\r\n        text-align: center;\r\n    }\r\n\r\n    #doc-landing .hero-img-circle {\r\n        position: absolute;\r\n        top: 50%;\r\n        left: 50%;\r\n        transform: translate(-50%, -50%);\r\n        width: 90%;\r\n        aspect-ratio: 1\/1;\r\n        background: linear-gradient(45deg, #e3f2fd, #ffffff);\r\n        border-radius: 50%;\r\n        z-index: 1;\r\n        border: 1px solid white;\r\n        box-shadow: 0 0 60px rgba(0, 119, 182, 0.1);\r\n    }\r\n\r\n    #doc-landing .hero-img-main {\r\n        position: relative;\r\n        z-index: 2;\r\n        width: 85%;\r\n        filter: drop-shadow(0 20px 40px rgba(0, 119, 182, 0.2));\r\n        animation: floatHero 6s ease-in-out infinite;\r\n    }\r\n\r\n    @keyframes floatHero {\r\n\r\n        0%,\r\n        100% {\r\n            transform: translateY(0);\r\n        }\r\n\r\n        50% {\r\n            transform: translateY(-20px);\r\n        }\r\n    }\r\n\r\n    \/* =========================================\r\n   ABOUT SECTION\r\n   ========================================= *\/\r\n    #doc-landing .doc-about-card {\r\n        background: white;\r\n        border-radius: 30px;\r\n        overflow: hidden;\r\n        box-shadow: var(--shadow-card);\r\n        border: 4px solid white;\r\n        position: relative;\r\n        max-width: 400px;\r\n        margin: 0 auto;\r\n        width: 100%;\r\n    }\r\n\r\n    #doc-landing .doc-about-card img {\r\n        width: 100%;\r\n        height: auto;\r\n        object-fit: contain;\r\n        \/* Show full image *\/\r\n        display: block;\r\n    }\r\n\r\n    #doc-landing .achieve-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        gap: 20px;\r\n        margin-top: 50px;\r\n        max-width: 1100px;\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n    }\r\n\r\n    @media (max-width: 992px) {\r\n        #doc-landing .achieve-grid {\r\n            grid-template-columns: repeat(2, 1fr);\r\n        }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        #doc-landing .achieve-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n    }\r\n\r\n    #doc-landing .achieve-item {\r\n        background: #f8fafc;\r\n        padding: 20px;\r\n        border-radius: 16px;\r\n        transition: 0.3s;\r\n        border: 1px solid transparent;\r\n    }\r\n\r\n    #doc-landing .achieve-item:hover {\r\n        background: white;\r\n        border-color: var(--primary-light);\r\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\r\n        transform: translateY(-5px);\r\n    }\r\n\r\n    #doc-landing .achieve-icon {\r\n        font-size: 1.8rem;\r\n        margin-bottom: 10px;\r\n        display: block;\r\n    }\r\n\r\n    \/* =========================================\r\n   SPECIALTIES (Modern Cards)\r\n   ========================================= *\/\r\n    #doc-landing .spec-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        gap: 25px;\r\n        max-width: 1100px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    #doc-landing .spec-card {\r\n        background: white;\r\n        padding: 40px 30px;\r\n        border-radius: 24px;\r\n        text-align: center;\r\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);\r\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n        border: 1px solid #f1f5f9;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    #doc-landing .spec-card::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 5px;\r\n        background: var(--gradient-main);\r\n        transform: scaleX(0);\r\n        transition: 0.4s;\r\n    }\r\n\r\n    #doc-landing .spec-card:hover {\r\n        transform: translateY(-10px);\r\n        box-shadow: var(--shadow-hover);\r\n    }\r\n\r\n    #doc-landing .spec-card:hover::before {\r\n        transform: scaleX(1);\r\n    }\r\n\r\n    #doc-landing .spec-icon {\r\n        width: 80px;\r\n        height: 80px;\r\n        margin: 0 auto 20px;\r\n        background: #e0f2fe;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-size: 2.5rem;\r\n        color: var(--primary);\r\n        transition: 0.4s;\r\n    }\r\n\r\n    #doc-landing .spec-card:hover .spec-icon {\r\n        background: var(--primary);\r\n        color: white;\r\n        transform: rotateY(180deg);\r\n    }\r\n\r\n    #doc-landing .spec-card h4 {\r\n        margin: 0 0 15px 0;\r\n        font-size: 1.0rem; \/* Reduced to fit long titles *\/\r\n        font-weight: 700;\r\n        color: var(--secondary);\r\n        white-space: nowrap; \/* Force 1 line on desktop *\/\r\n    }\r\n\r\n    #doc-landing .spec-card h4 br {\r\n        display: none; \/* Hide breaks on desktop *\/\r\n    }\r\n\r\n    \/* =========================================\r\n   BOOKS SLIDER (Refined)\r\n   ========================================= *\/\r\n    \/* =========================================\r\n   BOOKS SLIDER (CSS Grid\/Scroll Snap)\r\n   ========================================= *\/\r\n    \/* =========================================\r\n   BOOKS 3D SHOWCASE (New Design)\r\n   ========================================= *\/\r\n    #doc-landing .doc-book-showcase {\r\n        position: relative;\r\n        height: 500px;\r\n        perspective: 1000px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        overflow: hidden;\r\n        margin-top: 30px;\r\n    }\r\n\r\n    #doc-landing .doc-book-item {\r\n        position: absolute;\r\n        width: 280px;\r\n        height: 400px;\r\n        background: transparent;\r\n        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);\r\n        \/* Slower for smooth flip *\/\r\n        opacity: 0;\r\n        z-index: 0;\r\n        top: 50%;\r\n        transform: translate(-50%, -50%) scale(0.8);\r\n        left: 50%;\r\n        cursor: pointer;\r\n        transform-style: preserve-3d;\r\n        \/* Enable 3D children *\/\r\n    }\r\n\r\n    \/* Active (Center) *\/\r\n    #doc-landing .doc-book-item.active {\r\n        opacity: 1;\r\n        z-index: 10;\r\n        transform: translate(-50%, -50%) scale(1.1);\r\n        filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.3));\r\n    }\r\n\r\n    \/* Flip on Hover (Active Only) *\/\r\n    #doc-landing .doc-book-item.active:hover {\r\n        transform: translate(-50%, -50%) scale(1.1) rotateY(180deg);\r\n    }\r\n\r\n    \/* Prev (Left) *\/\r\n    #doc-landing .doc-book-item.prev {\r\n        opacity: 0.6;\r\n        z-index: 5;\r\n        transform: translate(-130%, -50%) scale(0.9) rotateY(25deg);\r\n        filter: blur(2px);\r\n    }\r\n\r\n    #doc-landing .doc-book-item.prev-2 {\r\n        opacity: 0.3;\r\n        z-index: 2;\r\n        transform: translate(-220%, -50%) scale(0.8) rotateY(35deg);\r\n    }\r\n\r\n    \/* Next (Right) *\/\r\n    #doc-landing .doc-book-item.next {\r\n        opacity: 0.6;\r\n        z-index: 5;\r\n        transform: translate(30%, -50%) scale(0.9) rotateY(-25deg);\r\n        filter: blur(2px);\r\n    }\r\n\r\n    #doc-landing .doc-book-item.next-2 {\r\n        opacity: 0.3;\r\n        z-index: 2;\r\n        transform: translate(120%, -50%) scale(0.8) rotateY(-35deg);\r\n    }\r\n\r\n    #doc-landing .book-cover-img {\r\n        width: 100%;\r\n        height: 100%;\r\n        object-fit: contain;\r\n        border-radius: 8px;\r\n        backface-visibility: hidden;\r\n        \/* Hide when flipped *\/\r\n        -webkit-backface-visibility: hidden;\r\n        background: white;\r\n        \/* Ensure no transparency leak *\/\r\n    }\r\n\r\n    \/* Back Face (Description) *\/\r\n    #doc-landing .book-info-overlay {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: white;\r\n        border-radius: 8px;\r\n        backface-visibility: hidden;\r\n        -webkit-backface-visibility: hidden;\r\n        transform: rotateY(180deg);\r\n        \/* Face backwards *\/\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 30px;\r\n        text-align: center;\r\n        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);\r\n        \/* Inner depth *\/\r\n        opacity: 1;\r\n        \/* Always 'visible' physically *\/\r\n        border: 1px solid #eee;\r\n        pointer-events: none;\r\n    }\r\n\r\n    \/* Reset Active State (Handled by rotation now) *\/\r\n    #doc-landing .doc-book-item.active .book-info-overlay {\r\n        transform: rotateY(180deg);\r\n        opacity: 1;\r\n    }\r\n\r\n    #doc-landing .book-info-overlay h4 {\r\n        margin: 0 0 15px 0;\r\n        font-size: 1.2rem;\r\n        font-weight: 800;\r\n        text-transform: uppercase;\r\n        background: linear-gradient(135deg, #023e8a, #0077b6);\r\n        -webkit-background-clip: text;\r\n        background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        line-height: 1.3;\r\n    }\r\n\r\n    #doc-landing .book-info-overlay p {\r\n        display: block;\r\n        \/* Show description again *\/\r\n        font-size: 1rem;\r\n        color: #555;\r\n        line-height: 1.6;\r\n    }\r\n\r\n    \/* Controls *\/\r\n    #doc-landing .book-nav-btn {\r\n        position: absolute;\r\n        top: 50%;\r\n        transform: translateY(-50%);\r\n        background: white;\r\n        border: none;\r\n        width: 50px;\r\n        height: 50px;\r\n        border-radius: 50%;\r\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\r\n        cursor: pointer;\r\n        z-index: 20;\r\n        color: var(--primary);\r\n        font-size: 1.5rem;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    #doc-landing .book-nav-btn:hover {\r\n        background: var(--primary);\r\n        color: white;\r\n    }\r\n\r\n    #doc-landing .book-prev {\r\n        left: 20px;\r\n    }\r\n\r\n    #doc-landing .book-next {\r\n        right: 20px;\r\n    }\r\n\r\n    \/* =========================================\r\n   CONTACT SECTION (Glassmorphism)\r\n   ========================================= *\/\r\n    #doc-landing .contact-wrapper {\r\n        background: var(--gradient-main);\r\n        border-radius: 40px;\r\n        padding: 80px 60px;\r\n        color: white;\r\n        position: relative;\r\n        overflow: hidden;\r\n        box-shadow: 0 30px 60px rgba(0, 119, 182, 0.25);\r\n    }\r\n\r\n    #doc-landing .contact-wrapper::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: -50%;\r\n        left: -50%;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);\r\n    }\r\n\r\n    #doc-landing .contact-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 80px;\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    #doc-landing .contact-item {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 20px;\r\n        background: rgba(255, 255, 255, 0.1);\r\n        backdrop-filter: blur(10px);\r\n        padding: 20px;\r\n        border-radius: 16px;\r\n        margin-bottom: 20px;\r\n        border: 1px solid rgba(255, 255, 255, 0.2);\r\n        transition: 0.3s;\r\n    }\r\n\r\n    #doc-landing .contact-item:hover {\r\n        background: rgba(255, 255, 255, 0.2);\r\n        transform: translateX(10px);\r\n    }\r\n\r\n    #doc-landing .contact-item i {\r\n        font-size: 1.5rem;\r\n    }\r\n\r\n    #doc-landing .contact-map {\r\n        border-radius: 24px;\r\n        overflow: hidden;\r\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\r\n        border: 4px solid rgba(255, 255, 255, 0.2);\r\n    }\r\n\r\n    \/* =========================================\r\n   RESPONSIVE\r\n   ========================================= *\/\r\n    \/* =========================================\r\n   RESPONSIVE\r\n   ========================================= *\/\r\n    \/* Tablet\/Laptop Adjustments *\/\r\n    @media (max-width: 992px) {\r\n\r\n        #doc-landing .hero-grid,\r\n        #doc-landing .contact-grid {\r\n            \/* REMOVED .doc-about-grid from here *\/\r\n            grid-template-columns: 1fr;\r\n            text-align: center;\r\n            gap: 40px;\r\n        }\r\n\r\n        #doc-landing .hero-img-box {\r\n            order: -1;\r\n        }\r\n\r\n        #doc-landing .hero-img-main {\r\n            max-width: 350px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        #doc-landing .hero-stats-row {\r\n            justify-content: center;\r\n        }\r\n\r\n        #doc-landing .spec-grid {\r\n            grid-template-columns: 1fr 1fr;\r\n        }\r\n\r\n        #doc-landing .contact-wrapper {\r\n            padding: 40px 20px;\r\n        }\r\n\r\n        #doc-landing .hero-title {\r\n            font-size: 2rem;\r\n        }\r\n\r\n        #doc-landing .contact-item {\r\n            text-align: left;\r\n        }\r\n    }\r\n\r\n    \/* Mobile only (under 768px) *\/\r\n    @media (max-width: 768px) {\r\n        #doc-landing .doc-about-grid {\r\n            grid-template-columns: 1fr;\r\n            \/* Stack only on mobile *\/\r\n            text-align: center;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n\r\n        \/* ===== BASE MOBILE STYLES ===== *\/\r\n        #doc-landing {\r\n            overflow-x: hidden !important;\r\n        }\r\n\r\n        #doc-landing .doc-container {\r\n            padding: 0 16px !important;\r\n            box-sizing: border-box;\r\n            width: 100% !important;\r\n            max-width: 100vw !important;\r\n        }\r\n\r\n        #doc-landing .doc-section {\r\n            padding: 15px 0 !important;\r\n        }\r\n\r\n        \/* ===== TYPOGRAPHY - STANDARDIZED ===== *\/\r\n        #doc-landing h2 {\r\n            font-size: 1.1rem !important;\r\n            line-height: 1.4 !important;\r\n            margin-bottom: 10px !important;\r\n        }\r\n\r\n        #doc-landing h3 {\r\n            font-size: 1rem !important;\r\n            line-height: 1.4 !important;\r\n        }\r\n\r\n        #doc-landing p {\r\n            font-size: 0.85rem !important;\r\n            line-height: 1.5 !important;\r\n        }\r\n\r\n        \/* ===== HERO SECTION ===== *\/\r\n        #doc-landing .hero-grid {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px; \/* Slightly more breathing room than 10 *\/\r\n            text-align: center;\r\n        }\r\n\r\n        #doc-landing .doc-tag {\r\n            font-size: 0.65rem !important;\r\n            padding: 4px 8px !important;\r\n            margin-bottom: 8px !important;\r\n            display: inline-block;\r\n        }\r\n\r\n        #doc-landing .hero-content {\r\n            width: 100% !important;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        #doc-landing .hero-img-box {\r\n            display: block !important;\r\n            width: 100%;\r\n            text-align: center;\r\n        }\r\n\r\n        #doc-landing .hero-img-main {\r\n            display: block !important;\r\n            max-width: 140px !important;\r\n            width: 140px !important;\r\n            height: auto !important;\r\n            margin: 0 auto !important;\r\n            opacity: 1 !important;\r\n            visibility: visible !important;\r\n        }\r\n\r\n        #doc-landing .hero-title {\r\n            font-size: 1.2rem !important;\r\n            line-height: 1.3 !important;\r\n            margin-bottom: 8px !important;\r\n            white-space: normal !important;\r\n            width: 100%;\r\n            padding: 0 2px;\r\n        }\r\n        \r\n        #doc-landing .mobile-title-force {\r\n            font-size: 0.9rem;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        #doc-landing .hero-title .desktop-br {\r\n            display: none !important;\r\n        }\r\n\r\n        #doc-landing .hero-title br {\r\n             display: block !important; \/* Force break *\/\r\n        }\r\n\r\n        #doc-landing .text-gradient {\r\n            font-size: 1rem !important;\r\n        }\r\n\r\n        #doc-landing .hero-subtitle {\r\n            font-size: 0.85rem !important;\r\n            line-height: 1.5 !important;\r\n            text-align: center !important;\r\n            width: 95% !important; \/* Prevent edge touching *\/\r\n            margin: 0 auto !important; \/* Ensure block is centered *\/\r\n            padding: 0 !important;\r\n        }\r\n\r\n        #doc-landing .doc-btn {\r\n            width: 100%;\r\n            font-size: 0.8rem !important;\r\n            padding: 10px 16px !important;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        \/* ===== STATS ROW ===== *\/\r\n        #doc-landing .hero-stats-row {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            gap: 5px;\r\n            width: 100%;\r\n            margin-top: 10px;\r\n        }\r\n\r\n        #doc-landing .hero-stat {\r\n            flex: 1;\r\n            text-align: center;\r\n        }\r\n\r\n        #doc-landing .hero-stat .val {\r\n            font-size: 1rem !important;\r\n            display: block;\r\n        }\r\n\r\n        #doc-landing .hero-stat .label {\r\n            font-size: 0.6rem !important;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        #doc-landing .hero-stat .label br {\r\n            display: none;\r\n        }\r\n\r\n        \/* ===== ABOUT SECTION ===== *\/\r\n        #doc-landing .doc-about-grid {\r\n            grid-template-columns: 1fr !important;\r\n            gap: 20px !important;\r\n            text-align: center;\r\n        }\r\n\r\n        #doc-landing .doc-about-card {\r\n            max-width: 200px !important;\r\n            margin: 0 auto !important;\r\n        }\r\n\r\n        #doc-landing .doc-about-card img {\r\n            width: 100% !important;\r\n            height: auto !important;\r\n            display: block !important;\r\n            opacity: 1 !important;\r\n        }\r\n\r\n        #doc-landing .doc-about-text {\r\n            text-align: center;\r\n        }\r\n\r\n        #doc-landing .doc-about-text h3 br {\r\n            display: none;\r\n        }\r\n\r\n        \/* ===== ACHIEVEMENTS ===== *\/\r\n        #doc-landing .achieve-grid {\r\n            display: grid !important;\r\n            grid-template-columns: repeat(2, 1fr) !important;\r\n            gap: 6px !important;\r\n            margin-top: 15px !important;\r\n        }\r\n\r\n        #doc-landing .achieve-item {\r\n            padding: 8px !important;\r\n            text-align: center;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center; \/* Robust centering *\/\r\n            justify-content: center;\r\n        }\r\n\r\n        #doc-landing .achieve-icon {\r\n            font-size: 1.5rem !important; \/* Slightly larger *\/\r\n            margin-bottom: 5px !important;\r\n            display: inline-block; \/* Or block, but flex parent handles it *\/\r\n            width: 40px;\r\n            height: 40px;\r\n            line-height: 40px;\r\n            background: #f0f9ff; \/* Subtle circle bg *\/\r\n            border-radius: 50%;\r\n            color: var(--primary);\r\n        }\r\n\r\n        #doc-landing .achieve-item strong {\r\n            font-size: 0.75rem !important;\r\n        }\r\n\r\n        #doc-landing .achieve-item p {\r\n            font-size: 0.65rem !important;\r\n            margin: 3px 0 0 0 !important;\r\n        }\r\n\r\n        \/* ===== SPECIALTIES ===== *\/\r\n        #doc-landing .spec-grid {\r\n            grid-template-columns: repeat(2, 1fr) !important;\r\n            gap: 10px !important;\r\n        }\r\n\r\n        #doc-landing .spec-card {\r\n            padding: 15px 10px !important;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            height: 100%; \/* Uniform height *\/\r\n        }\r\n\r\n        #doc-landing .spec-icon {\r\n            width: 40px !important;\r\n            height: 40px !important;\r\n            font-size: 1.2rem !important;\r\n            margin-bottom: 8px !important;\r\n        }\r\n\r\n        #doc-landing .spec-card h4 {\r\n            font-size: 0.85rem !important;\r\n            margin-bottom: 5px !important;\r\n            min-height: 40px; \/* Space for 2 lines if needed *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            white-space: normal !important; \/* Allow wrapping *\/\r\n            overflow: visible !important;\r\n            text-overflow: unset !important;\r\n            line-height: 1.2 !important;\r\n        }\r\n\r\n        #doc-landing .spec-card h4 br {\r\n            display: none;\r\n        }\r\n\r\n        #doc-landing .spec-card p {\r\n            font-size: 0.7rem !important;\r\n            line-height: 1.4 !important;\r\n            height: 4.2em; \/* Exactly 3 lines (1.4 * 3) *\/\r\n            overflow: hidden;\r\n            display: -webkit-box;\r\n            -webkit-line-clamp: 3;\r\n            -webkit-box-orient: vertical;\r\n            margin: 0 !important;\r\n            color: #64748b;\r\n        }\r\n\r\n        \/* ===== BOOKS ===== *\/\r\n        #doc-landing .doc-book-showcase {\r\n            height: 280px !important;\r\n        }\r\n\r\n        #doc-landing .doc-book-item {\r\n            width: 140px !important;\r\n            height: 200px !important;\r\n        }\r\n\r\n        #doc-landing .book-cover-img {\r\n            opacity: 1 !important;\r\n            display: block !important;\r\n        }\r\n\r\n        \/* ===== CONTACT ===== *\/\r\n        #doc-landing .contact-wrapper {\r\n            padding: 20px 12px !important;\r\n            border-radius: 12px !important;\r\n        }\r\n\r\n        #doc-landing .contact-grid {\r\n            grid-template-columns: 1fr !important;\r\n            gap: 15px !important;\r\n        }\r\n\r\n        #doc-landing .contact-item {\r\n            background: rgba(255, 255, 255, 0.15) !important; \/* More visible bg *\/\r\n            border: 1px solid rgba(255, 255, 255, 0.3) !important;\r\n            padding: 12px 16px !important;\r\n            border-radius: 12px !important;\r\n        }\r\n\r\n        \/* ===== FORCE ALL IMAGES VISIBLE ===== *\/\r\n        #doc-landing img {\r\n            max-width: 100% !important;\r\n            height: auto !important;\r\n            opacity: 1 !important;\r\n            visibility: visible !important;\r\n            display: block !important;\r\n        }\r\n\r\n        #doc-landing .reveal,\r\n        #doc-landing .reveal * {\r\n            opacity: 1 !important;\r\n            transform: none !important;\r\n            visibility: visible !important;\r\n            transition: none !important;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div id=\"doc-landing\">\r\n    <!-- Decorative Background -->\r\n    <div class=\"bg-blob blob-1\"><\/div>\r\n    <div class=\"bg-blob blob-2\"><\/div>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"doc-section doc-hero\">\r\n        <div class=\"doc-container\">\r\n            <div class=\"hero-grid\">\r\n                <div class=\"hero-content reveal\">\r\n                    <span class=\"doc-tag\">CHUY\u00caN GIA TAI M\u0168I H\u1eccNG<\/span>\r\n                    <h1 class=\"hero-title\"><span class=\"mobile-title-force\">\u0110I\u1ec0U TR\u1eca \u0110I\u1ebeC & <br class=\"desktop-br\">GI\u1ea2M S\u1ee8C NGHE<\/span> <span class=\"text-gradient\"><br>\u0110\u1eb3ng C\u1ea5p Chuy\u00ean Gia<\/span>\r\n                    <\/h1>\r\n                    <p class=\"hero-subtitle\">PGS.TS.BS. \u0110\u1eb7ng Xu\u00e2n H\u00f9ng - Chuy\u00ean gia \u0111\u1ea7u ng\u00e0nh v\u1edbi h\u01a1n 40 n\u0103m c\u1ed1ng hi\u1ebfn.\r\n                        Ch\u00fang t\u00f4i cam k\u1ebft mang l\u1ea1i gi\u1ea3i ph\u00e1p \u0111i\u1ec1u tr\u1ecb chuy\u00ean s\u00e2u, hi\u1ec7u qu\u1ea3 v\u00e0 t\u1eadn t\u00e2m nh\u1ea5t cho s\u1ee9c kh\u1ecfe\r\n                        Tai - M\u0169i - H\u1ecdng c\u1ee7a b\u1ea1n v\u00e0 gia \u0111\u00ecnh.<\/p>\r\n\r\n                    <div style=\"display: flex; gap: 15px; flex-wrap: wrap;\">\r\n                        <a href=\"tel:0903889448\" class=\"doc-btn doc-btn-primary btn-hotline\">\ud83d\udcde 0903 889 448<\/a>\r\n                        <a href=\"#doc-books\" class=\"doc-btn doc-btn-secondary\">\ud83d\udcd6 Xem S\u00e1ch \u0110\u00e3 Xu\u1ea5t B\u1ea3n<\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"hero-stats-row\">\r\n                        <div class=\"hero-stat\">\r\n                            <span class=\"val\">40+<\/span>\r\n                            <span class=\"label\">N\u0103m Kinh<br>Nghi\u1ec7m<\/span>\r\n                        <\/div>\r\n                        <div class=\"hero-stat\">\r\n                            <span class=\"val\">1000+<\/span>\r\n                            <span class=\"label\">Ca Ph\u1eabu<br>Thu\u1eadt<\/span>\r\n                        <\/div>\r\n                        <div class=\"hero-stat\">\r\n                            <span class=\"val\">20+<\/span>\r\n                            <span class=\"label\">\u0110\u1ea7u S\u00e1ch<br>Y Khoa<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"hero-img-box reveal\" style=\"transition-delay: 0.2s;\">\r\n                    <div class=\"hero-img-circle\"><\/div>\r\n                    <!-- Updated Cutout Image -->\r\n                    <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/medical-slide-bg-1-PGS-TS-DXH-1112.png\"\r\n                        alt=\"PGS.TS.BS \u0110\u1eb7ng Xu\u00e2n H\u00f9ng\" class=\"hero-img-main\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- About Section -->\r\n    <section id=\"doc-about\" class=\"doc-section doc-about\">\r\n        <div class=\"doc-container\">\r\n            <div class=\"doc-about-grid\">\r\n                <div class=\"doc-about-img-wrapper reveal\">\r\n                    <div class=\"doc-about-card\">\r\n                        <!-- Portrait using the cutout image on a nice background -->\r\n                        <div\r\n                            style=\"background: linear-gradient(to bottom, #e3f2fd, #fff); padding-top: 20px; padding-bottom: 0;\">\r\n                            <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/medical-slide-bg-1-PGS-TS-DXH-1112.png\"\r\n                                alt=\"Doctor\">\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"doc-about-text reveal\" style=\"transition-delay: 0.2s;\">\r\n                    <h2 class=\"text-gradient\">H\u00e0nh Tr\u00ecnh Y \u0110\u1ee9c<\/h2>\r\n                    <h3 style=\"font-size: 2rem; margin-bottom: 1.5rem;\">PGS.TS.BS. <br>\u0110\u1eb7ng Xu\u00e2n H\u00f9ng<\/h3>\r\n                    <p style=\"font-size: 1.1rem; color: #555; line-height: 1.8; text-align: justify;\">\r\n                        L\u00e0 m\u1ed9t trong nh\u1eefng \"c\u00e1nh chim \u0111\u1ea7u \u0111\u00e0n\" c\u1ee7a ng\u00e0nh Tai M\u0169i H\u1ecdng Vi\u1ec7t Nam, PGS.TS.BS. \u0110\u1eb7ng Xu\u00e2n\r\n                        H\u00f9ng kh\u00f4ng ch\u1ec9 l\u00e0 m\u1ed9t th\u1ea7y thu\u1ed1c gi\u1ecfi v\u1edbi \"b\u00e0n tay v\u00e0ng\" trong ph\u1eabu thu\u1eadt, m\u00e0 c\u00f2n l\u00e0 ng\u01b0\u1eddi th\u1ea7y\r\n                        t\u1eadn t\u1ee5y \u0111\u00e3 \u0111\u00e0o t\u1ea1o n\u00ean h\u00e0ng ng\u00e0n b\u00e1c s\u0129 chuy\u00ean khoa cho \u0111\u1ea5t n\u01b0\u1edbc. V\u1edbi tri\u1ebft l\u00fd \"Y \u0111\u1ee9c l\u00e0m \u0111\u1ea7u\",\r\n                        b\u00e1c s\u0129 lu\u00f4n d\u00e0nh tr\u1ecdn t\u00e2m huy\u1ebft \u0111\u1ec3 l\u1eafng nghe v\u00e0 th\u1ea5u hi\u1ec3u t\u1eebng n\u1ed7i \u0111au c\u1ee7a ng\u01b0\u1eddi b\u1ec7nh.\r\n                    <\/p>\r\n\r\n\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Achievements moved below -->\r\n            <div class=\"achieve-grid reveal\" style=\"margin-top: 60px;\">\r\n                <div class=\"achieve-item\">\r\n                    <span class=\"achieve-icon\">\ud83c\udf93<\/span>\r\n                    <strong>Gi\u1ea3ng Vi\u00ean Cao C\u1ea5p<\/strong>\r\n                    <p style=\"font-size: 0.9rem; margin: 0; color: #666;\">\u0110H Y Khoa Ph\u1ea1m Ng\u1ecdc Th\u1ea1ch<\/p>\r\n                <\/div>\r\n                <div class=\"achieve-item\">\r\n                    <span class=\"achieve-icon\">\ud83d\udc51<\/span>\r\n                    <strong>Ch\u1ee7 T\u1ecbch H\u1ed9i<\/strong>\r\n                    <p style=\"font-size: 0.9rem; margin: 0; color: #666;\">Li\u00ean Chi H\u1ed9i Th\u00ednh H\u1ecdc TP.HCM<\/p>\r\n                <\/div>\r\n                <div class=\"achieve-item\">\r\n                    <span class=\"achieve-icon\">\ud83c\udfe5<\/span>\r\n                    <strong>Nguy\u00ean Tr\u01b0\u1edfng Khoa<\/strong>\r\n                    <p style=\"font-size: 0.9rem; margin: 0; color: #666;\">BV Tr\u01b0ng V\u01b0\u01a1ng<\/p>\r\n                <\/div>\r\n                <div class=\"achieve-item\">\r\n                    <span class=\"achieve-icon\">\u270d\ufe0f<\/span>\r\n                    <strong>T\u00e1c Gi\u1ea3 S\u00e1ch<\/strong>\r\n                    <p style=\"font-size: 0.9rem; margin: 0; color: #666;\">Nhi\u1ec1u \u1ea5n ph\u1ea9m gi\u00e1 tr\u1ecb<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Specialties -->\r\n    <section class=\"doc-section\" style=\"background: #f8fafc;\">\r\n        <div class=\"doc-container\">\r\n            <div style=\"text-align: center; margin-bottom: 60px;\" class=\"reveal\">\r\n                <span class=\"doc-tag\">D\u1ecbch V\u1ee5 Kh\u00e1m Ch\u1eefa B\u1ec7nh<\/span>\r\n                <h2 style=\"font-size: 2.5rem;\">L\u0129nh V\u1ef1c <span class=\"text-gradient\">Chuy\u00ean S\u00e2u<\/span><\/h2>\r\n            <\/div>\r\n\r\n            <div class=\"spec-grid reveal\">\r\n                <div class=\"spec-card\">\r\n                    <div class=\"spec-icon\">\ud83d\udc42<\/div>\r\n                    <h4>B\u1ec7nh L\u00fd <br>Tai<\/h4>\r\n                    <p>Chuy\u00ean tr\u1ecb vi\u00eam tai gi\u1eefa, \u00f9 tai, \u0111i\u1ebfc \u0111\u1ed9t ng\u1ed9t v\u00e0 ph\u1eabu thu\u1eadt ch\u1ec9nh h\u00ecnh tai.<\/p>\r\n                <\/div>\r\n                <div class=\"spec-card\">\r\n                    <div class=\"spec-icon\">\ud83d\udc43<\/div>\r\n                    <h4>B\u1ec7nh L\u00fd <br>M\u0169i Xoang<\/h4>\r\n                    <p>\u0110i\u1ec1u tr\u1ecb vi\u00eam xoang m\u1ea1n t\u00ednh, polyp m\u0169i, ph\u1eabu thu\u1eadt n\u1ed9i soi m\u0169i xoang.<\/p>\r\n                <\/div>\r\n                <div class=\"spec-card\">\r\n                    <div class=\"spec-icon\">\ud83d\udde3\ufe0f<\/div>\r\n                    <h4>B\u1ec7nh L\u00fd<br> H\u1ecdng<\/h4>\r\n                    <p>Kh\u00e1m v\u00e0 \u0111i\u1ec1u tr\u1ecb vi\u00eam h\u1ecdng, amidan, kh\u00e0n ti\u1ebfng, h\u1ea1t x\u01a1 d\u00e2y thanh qu\u1ea3n.<\/p>\r\n                <\/div>\r\n                <div class=\"spec-card\">\r\n                    <div class=\"spec-icon\">\ud83d\udd2c<\/div>\r\n                    <h4>B.L\u00fd \u0110i\u1ebfc <br> Gi\u1ea3m S\u1ee9c Nghe<\/h4>\r\n                    <p>H\u1ec7 th\u1ed1ng \u0111o th\u00ednh l\u1ef1c hi\u1ec7n \u0111\u1ea1i, t\u01b0 v\u1ea5n m\u00e1y tr\u1ee3 th\u00ednh ch\u00ednh x\u00e1c v\u00e0 hi\u1ec7u qu\u1ea3.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Books Slider -->\r\n    <section id=\"doc-books\" class=\"doc-section doc-books\">\r\n        <div class=\"doc-container\">\r\n            <div style=\"text-align: center; margin-bottom: 50px;\" class=\"reveal\">\r\n                <span class=\"doc-tag\">C\u00d4NG TR\u00ccNH NGHI\u00caN C\u1ee8U<\/span>\r\n                <h2 style=\"font-size: 2.5rem;\">CHUY\u00caN NGH\u00c0NH B\u1ec6NH L\u00dd<\/h2>\r\n                <p style=\"color: #64748b;\">Nh\u1eefng c\u00f4ng tr\u00ecnh nghi\u00ean c\u1ee9u t\u00e2m huy\u1ebft c\u1ee7a PGS.TS.BS. \u0110\u1eb7ng Xu\u00e2n H\u00f9ng<\/p>\r\n            <\/div>\r\n\r\n            <!-- 3D Book Showcase Wrapper -->\r\n            <div class=\"doc-book-showcase-wrapper\" style=\"position: relative;\">\r\n                <button class=\"book-nav-btn book-prev\" id=\"prevBook\">\u276e<\/button>\r\n                <div class=\"doc-book-showcase\" id=\"bookShowcase\">\r\n                    <!-- Book Items -->\r\n                    <div class=\"doc-book-item active\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/205766897_101029268910396_4817999252011469351_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>B\u1ec6NH TAI GI\u1eeeA<\/h4>\r\n                            <p>Chuy\u00ean Kh\u1ea3o<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"doc-book-item next\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/204491385_101029298910393_6834601543459526817_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>R\u1ed0I LO\u1ea0N TI\u1ec0N \u0110\u00ccNHH<\/h4>\r\n                            <p>B\u1ec7nh H\u1ecdc<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"doc-book-item next-2\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/206205310_101029315577058_480653686813349839_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>B\u1ec6NH TAI TRONG<\/h4>\r\n                            <p>Ch\u1ea9n \u0110o\u00e1n<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"doc-book-item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/207263093_101029372243719_507851496607956987_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>Th\u00ednh H\u1ecdc L\u00e2m S\u00e0ng - Tai Trong<\/h4>\r\n                            <p>B\u1ec7nh H\u1ecdc<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"doc-book-item\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/205712329_101029332243723_6206246884771422127_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>N\u1ed9i Soi Tai<\/h4>\r\n                            <p>Atlas H\u00ecnh \u1ea2nh<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"doc-book-item prev-2\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/206009685_101029405577049_7322465974205662328_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>Th\u00ednh H\u1ecdc Ch\u1ea9n \u0110o\u00e1n<\/h4>\r\n                            <p>Ph\u01b0\u01a1ng Ph\u00e1p<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"doc-book-item prev\">\r\n                        <img decoding=\"async\" src=\"https:\/\/giaosuhung.vn\/wp-content\/uploads\/2025\/12\/208220634_101029352243721_2489799725445154307_n.jpg\"\r\n                            class=\"book-cover-img\">\r\n                        <div class=\"book-info-overlay\">\r\n                            <h4>R\u1ed1i Lo\u1ea1n Ti\u1ec1n \u0110\u00ecnh<\/h4>\r\n                            <p>\u0110i\u1ec1u Tr\u1ecb<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <button class=\"book-nav-btn book-next\" id=\"nextBook\">\u276f<\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Section -->\r\n    <section class=\"doc-section\">\r\n        <div class=\"doc-container\">\r\n            <div class=\"contact-wrapper reveal\">\r\n                <div class=\"contact-grid\">\r\n                    <div>\r\n                        <h2 style=\"color: white; font-size: 2.5rem; margin-bottom: 20px;\">\u0110\u1eb7t L\u1ecbch Kh\u00e1m<\/h2>\r\n                        <p style=\"margin-bottom: 40px; opacity: 0.9;\">Ph\u00f2ng kh\u00e1m l\u00e0m vi\u1ec7c t\u1ea5t c\u1ea3 c\u00e1c ng\u00e0y trong tu\u1ea7n\r\n                            (tr\u1eeb Ch\u1ee7 Nh\u1eadt). Vui l\u00f2ng \u0111\u1eb7t l\u1ecbch tr\u01b0\u1edbc \u0111\u1ec3 \u0111\u01b0\u1ee3c ph\u1ee5c v\u1ee5 t\u1ed1t nh\u1ea5t.<\/p>\r\n\r\n                        <div class=\"contact-item\">\r\n                            <i>\ud83d\udccd<\/i>\r\n                            <div>\r\n                                <strong style=\"display: block;\">\u0110\u1ecba Ch\u1ec9 Ph\u00f2ng Kh\u00e1m<\/strong>\r\n                                <span>1105 C\u00e1ch M\u1ea1ng Th\u00e1ng T\u00e1m, Ph\u01b0\u1eddng T\u00e2n S\u01a1n Nh\u1ea5t, TP. H\u1ed3 Ch\u00ed Minh<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"contact-item\">\r\n                            <i>\ud83d\udcde<\/i>\r\n                            <div>\r\n                                <strong style=\"display: block;\">Hotline \u0110\u1eb7t L\u1ecbch<\/strong>\r\n                                <a href=\"tel:0903889448\"\r\n                                    style=\"color: white; font-weight: bold; font-size: 1.2rem;\">0903\r\n                                    889 448<\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"contact-item\">\r\n                            <i>\ud83d\udd52<\/i>\r\n                            <div>\r\n                                <strong style=\"display: block;\">Gi\u1edd L\u00e0m Vi\u1ec7c<\/strong>\r\n                                <span>Th\u1ee9 2 - Th\u1ee9 7: 8:00 - 19:00<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"contact-map\">\r\n                        <iframe\r\n                            src=\"https:\/\/maps.google.com\/maps?q=1105%20C%C3%A1ch%20M%E1%BA%A1ng%20Th%C3%A1ng%20T%C3%A1m%2C%20Ph%C6%B0%E1%BB%9Dng%20T%C3%A2n%20S%C6%A1n%20Nh%E1%BA%A5t%2C%20TP%20H%E1%BB%93%20Ch%C3%AD%20Minh&t=&z=15&ie=UTF8&iwloc=&output=embed\"\r\n                            width=\"100%\" height=\"100%\" style=\"border:0\" allowfullscreen loading=\"lazy\"><\/iframe>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ Fallback: Ensure opacity is 1 if animation fails\r\n        setTimeout(() => {\r\n            document.querySelectorAll('#doc-landing .reveal').forEach(el => {\r\n                el.style.opacity = '1';\r\n                el.style.transform = 'translateY(0)';\r\n            });\r\n        }, 500);\r\n\r\n        \/\/ 3D Book Showcases Logic\r\n        const bookItems = document.querySelectorAll('.doc-book-item');\r\n        const prevBtn = document.getElementById('prevBook');\r\n        const nextBtn = document.getElementById('nextBook');\r\n        let activeIndex = 0;\r\n\r\n        const updateBooks = () => {\r\n            if (bookItems.length === 0) return;\r\n            bookItems.forEach((item, index) => {\r\n                \/\/ Reset classes\r\n                item.className = 'doc-book-item';\r\n\r\n                \/\/ Calculate distance\r\n                let diff = index - activeIndex;\r\n                const total = bookItems.length;\r\n\r\n                \/\/ Handle Wrap-around logic\r\n                if (diff > total \/ 2) diff -= total;\r\n                if (diff < -total \/ 2) diff += total;\r\n\r\n                if (diff === 0) item.classList.add('active');\r\n                else if (diff === 1) item.classList.add('next');\r\n                else if (diff === 2) item.classList.add('next-2');\r\n                else if (diff === -1) item.classList.add('prev');\r\n                else if (diff === -2) item.classList.add('prev-2');\r\n            });\r\n        };\r\n\r\n        if (prevBtn && nextBtn) {\r\n            nextBtn.addEventListener('click', () => {\r\n                activeIndex = (activeIndex + 1) % bookItems.length;\r\n                updateBooks();\r\n            });\r\n\r\n            prevBtn.addEventListener('click', () => {\r\n                activeIndex = (activeIndex - 1 + bookItems.length) % bookItems.length;\r\n                updateBooks();\r\n            });\r\n\r\n            \/\/ Auto Rotation\r\n            setInterval(() => {\r\n                activeIndex = (activeIndex + 1) % bookItems.length;\r\n                updateBooks();\r\n            }, 3000);\r\n\r\n            \/\/ Allow click to select\r\n            bookItems.forEach((item, index) => {\r\n                item.addEventListener('click', () => {\r\n                    activeIndex = index;\r\n                    updateBooks();\r\n                });\r\n            });\r\n\r\n            updateBooks(); \/\/ Init\r\n        }\r\n    });\r\n<\/script>\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>CHUY\u00caN GIA TAI M\u0168I H\u1eccNG \u0110I\u1ec0U TR\u1eca \u0110I\u1ebeC &#038; GI\u1ea2M S\u1ee8C NGHE \u0110\u1eb3ng C\u1ea5p Chuy\u00ean Gia PGS.TS.BS. \u0110\u1eb7ng Xu\u00e2n H\u00f9ng &#8211; Chuy\u00ean gia \u0111\u1ea7u ng\u00e0nh v\u1edbi<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=\/wp\/v2\/pages\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1"}],"version-history":[{"count":114,"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=\/wp\/v2\/pages\/1\/revisions"}],"predecessor-version":[{"id":340,"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=\/wp\/v2\/pages\/1\/revisions\/340"}],"wp:attachment":[{"href":"https:\/\/giaosuhung.vn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}