{"id":149525,"date":"2024-07-05T23:23:13","date_gmt":"2024-07-05T23:23:13","guid":{"rendered":"https:\/\/v2.um.edu.sa\/?page_id=149525"},"modified":"2025-12-07T07:58:11","modified_gmt":"2025-12-07T07:58:11","slug":"anesthesia-technology","status":"publish","type":"page","link":"https:\/\/www.um.edu.sa\/en\/applied-sciences\/anesthesia-technology-2\/","title":{"rendered":"Department of Anesthesia Technology"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Anesthesia Technology Program &#8211; Knowledge University<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        .uqu-cs-dept-wrapper * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --uqu-cs-primary: #009CBF;\n            --uqu-cs-secondary: #54585A;\n            --uqu-cs-accent: #CF9E60;\n            --uqu-cs-bg: #f5f7fa;\n            --uqu-cs-white: #ffffff;\n            --uqu-cs-text-main: #333333;\n            --uqu-cs-text-muted: #666666;\n        }\n\n        .uqu-cs-dept-wrapper {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--uqu-cs-bg);\n            color: var(--uqu-cs-text-main);\n            line-height: 1.8;\n            min-height: 100vh;\n        }\n\n        .uqu-cs-dept-nav {\n            background-color: var(--uqu-cs-white);\n            border-bottom: 1px solid #e0e0e0;\n            padding: 10px 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n            flex-wrap: wrap;\n        }\n\n        .uqu-cs-dept-nav a {\n            color: var(--uqu-cs-secondary);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            padding: 4px 6px;\n            border-radius: 4px;\n            transition: background-color 0.2s, color 0.2s;\n        }\n\n        .uqu-cs-dept-nav a:hover {\n            color: var(--uqu-cs-primary);\n            background-color: rgba(0, 156, 191, 0.08);\n        }\n\n        .uqu-cs-dept-home-btn {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 36px;\n            height: 36px;\n            padding: 6px !important;\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-accent));\n            border-radius: 8px;\n            transition: all 0.3s;\n        }\n\n        .uqu-cs-dept-home-btn:hover {\n            transform: scale(1.1);\n            box-shadow: 0 4px 12px rgba(0, 156, 191, 0.3);\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-accent)) !important;\n        }\n\n        .uqu-cs-dept-home-btn svg {\n            width: 20px;\n            height: 20px;\n            stroke: white;\n        }\n\n        .uqu-cs-dept-dropdown {\n            position: relative;\n            display: inline-block;\n        }\n\n        .uqu-cs-dept-dropdown-btn {\n            color: var(--uqu-cs-secondary);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            padding: 4px 6px;\n            border-radius: 4px;\n            transition: background-color 0.2s, color 0.2s;\n            cursor: pointer;\n        }\n\n        .uqu-cs-dept-dropdown-content {\n            display: none;\n            position: absolute;\n            background-color: var(--uqu-cs-white);\n            min-width: 200px;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.15);\n            z-index: 100;\n            border-radius: 8px;\n            overflow: hidden;\n            top: 100%;\n            left: 0;\n        }\n\n        .uqu-cs-dept-dropdown-content a {\n            color: var(--uqu-cs-text-main);\n            padding: 12px 16px;\n            text-decoration: none;\n            display: block;\n            font-size: 0.85rem;\n            border-bottom: 1px solid #eee;\n        }\n\n        .uqu-cs-dept-dropdown-content a:last-child {\n            border-bottom: none;\n        }\n\n        .uqu-cs-dept-dropdown-content a:hover {\n            background-color: rgba(0, 156, 191, 0.1);\n            color: var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-dropdown:hover .uqu-cs-dept-dropdown-content {\n            display: block;\n        }\n\n        .uqu-cs-dept-dropdown:hover .uqu-cs-dept-dropdown-btn {\n            color: var(--uqu-cs-primary);\n            background-color: rgba(0, 156, 191, 0.08);\n        }\n\n        .uqu-cs-dept-lang-btn {\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-secondary)) !important;\n            color: white !important;\n            border: none !important;\n            padding: 8px 16px !important;\n            border-radius: 20px !important;\n            cursor: pointer !important;\n            font-size: 0.85rem !important;\n            font-weight: 600 !important;\n            transition: all 0.3s !important;\n            display: flex !important;\n            align-items: center !important;\n            gap: 6px !important;\n            text-decoration: none !important;\n        }\n\n        .uqu-cs-dept-lang-btn:hover {\n            transform: translateY(-2px) !important;\n            box-shadow: 0 4px 12px rgba(0, 156, 191, 0.3) !important;\n        }\n\n        .uqu-cs-dept-lang-btn svg {\n            width: 16px !important;\n            height: 16px !important;\n        }\n\n        .uqu-cs-dept-banner {\n            background: linear-gradient(135deg, var(--uqu-cs-primary) 0%, var(--uqu-cs-secondary) 100%);\n            color: var(--uqu-cs-white);\n            padding: 80px 40px;\n            text-align: center;\n        }\n\n        .uqu-cs-dept-banner h1 {\n            font-size: 2.8rem;\n            font-weight: 800;\n            margin-bottom: 15px;\n        }\n\n        .uqu-cs-dept-banner p {\n            font-size: 1.2rem;\n            opacity: 0.95;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .uqu-cs-dept-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 50px 30px;\n        }\n\n        .uqu-cs-dept-section-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--uqu-cs-secondary);\n            text-align: center;\n            margin: 50px 0 30px;\n            position: relative;\n        }\n\n        .uqu-cs-dept-section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--uqu-cs-primary), var(--uqu-cs-accent));\n            margin: 15px auto 0;\n            border-radius: 2px;\n        }\n\n        .uqu-cs-dept-content-box {\n            background: var(--uqu-cs-white);\n            padding: 35px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            margin-bottom: 30px;\n        }\n\n        .uqu-cs-dept-content-box h2 {\n            color: var(--uqu-cs-primary);\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid rgba(0, 156, 191, 0.2);\n        }\n\n        .uqu-cs-dept-content-box h3 {\n            color: var(--uqu-cs-secondary);\n            font-size: 1.2rem;\n            margin: 25px 0 15px;\n        }\n\n        .uqu-cs-dept-content-box p {\n            color: var(--uqu-cs-text-muted);\n            margin-bottom: 15px;\n            text-align: justify;\n        }\n\n        .uqu-cs-dept-content-box ul {\n            padding-left: 25px;\n        }\n\n        .uqu-cs-dept-content-box ul li {\n            color: var(--uqu-cs-text-muted);\n            margin-bottom: 12px;\n            position: relative;\n        }\n\n        .uqu-cs-dept-content-box ul li::marker {\n            color: var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 25px;\n            margin-bottom: 40px;\n        }\n\n        .uqu-cs-dept-stat-card {\n            background: var(--uqu-cs-white);\n            padding: 30px 20px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid var(--uqu-cs-primary);\n            transition: transform 0.3s;\n        }\n\n        .uqu-cs-dept-stat-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .uqu-cs-dept-stat-number {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: var(--uqu-cs-primary);\n            margin-bottom: 8px;\n        }\n\n        .uqu-cs-dept-stat-label {\n            color: var(--uqu-cs-text-muted);\n            font-size: 1rem;\n            font-weight: 500;\n        }\n\n        .uqu-cs-dept-table-container {\n            overflow-x: auto;\n            margin: 20px 0;\n        }\n\n        .uqu-cs-dept-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: var(--uqu-cs-white);\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n        }\n\n        .uqu-cs-dept-table th {\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-secondary));\n            color: var(--uqu-cs-white);\n            padding: 15px;\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .uqu-cs-dept-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid #eee;\n            text-align: center;\n        }\n\n        .uqu-cs-dept-table tr:hover {\n            background-color: rgba(0, 156, 191, 0.05);\n        }\n\n        .uqu-cs-dept-careers-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .uqu-cs-dept-career-card {\n            background: var(--uqu-cs-white);\n            padding: 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            border-right: 4px solid var(--uqu-cs-accent);\n            transition: all 0.3s;\n        }\n\n        .uqu-cs-dept-career-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n        }\n\n        .uqu-cs-dept-career-card h4 {\n            color: var(--uqu-cs-secondary);\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        .uqu-cs-dept-partners-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .uqu-cs-dept-partner-card {\n            background: linear-gradient(135deg, rgba(0, 156, 191, 0.05), rgba(207, 158, 96, 0.05));\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            border: 1px solid rgba(0, 156, 191, 0.2);\n        }\n\n        .uqu-cs-dept-partner-card h4 {\n            color: var(--uqu-cs-secondary);\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        .uqu-cs-dept-phase-box {\n            background: linear-gradient(135deg, rgba(0, 156, 191, 0.08), rgba(207, 158, 96, 0.08));\n            padding: 20px 25px;\n            border-radius: 10px;\n            margin: 15px 0;\n            border-right: 4px solid var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-phase-box h4 {\n            color: var(--uqu-cs-primary);\n            font-size: 1.1rem;\n            margin-bottom: 10px;\n        }\n\n        .uqu-cs-dept-phase-box p {\n            margin-bottom: 0;\n        }\n\n        .uqu-cs-dept-tabs-container {\n            margin-top: 30px;\n        }\n\n        .uqu-cs-dept-tabs {\n            display: flex;\n            gap: 8px;\n            border-bottom: 2px solid #e0e0e0;\n            margin-bottom: 0;\n            flex-wrap: wrap;\n        }\n\n        .uqu-cs-dept-tab {\n            padding: 14px 20px !important;\n            background: transparent !important;\n            border: none !important;\n            color: var(--uqu-cs-text-muted) !important;\n            font-size: 0.9rem !important;\n            font-weight: 600 !important;\n            cursor: pointer !important;\n            transition: all 0.3s !important;\n            border-bottom: 3px solid transparent !important;\n            position: relative !important;\n            font-family: inherit !important;\n        }\n\n        .uqu-cs-dept-tab:hover {\n            color: var(--uqu-cs-primary) !important;\n            background: rgba(0, 156, 191, 0.05) !important;\n        }\n\n        .uqu-cs-dept-tab.active {\n            color: var(--uqu-cs-primary) !important;\n            border-bottom-color: var(--uqu-cs-primary) !important;\n        }\n\n        .uqu-cs-dept-tab-content {\n            display: none !important;\n            padding: 25px 20px !important;\n            background: var(--uqu-cs-white) !important;\n            border-radius: 0 0 12px 12px !important;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;\n            animation: fadeIn 0.4s !important;\n        }\n\n        .uqu-cs-dept-tab-content.active {\n            display: block !important;\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-10px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .uqu-cs-dept-guides-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .uqu-cs-dept-guide-card {\n            background: var(--uqu-cs-white);\n            padding: 30px 25px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            text-decoration: none;\n            transition: all 0.3s;\n            border-top: 4px solid var(--uqu-cs-primary);\n            display: block;\n        }\n\n        .uqu-cs-dept-guide-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 8px 25px rgba(0, 156, 191, 0.2);\n        }\n\n        .uqu-cs-dept-guide-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-accent));\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n        }\n\n        .uqu-cs-dept-guide-icon svg {\n            width: 32px;\n            height: 32px;\n            stroke: white;\n        }\n\n        .uqu-cs-dept-guide-card h4 {\n            color: var(--uqu-cs-secondary);\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .uqu-cs-dept-guide-card p {\n            color: var(--uqu-cs-text-muted);\n            font-size: 0.9rem;\n            margin: 0;\n        }\n\n        \/* Chairman Section *\/\n        .uqu-cs-dept-chairman-box {\n            border-left: 5px solid var(--uqu-cs-primary);\n            background: linear-gradient(135deg, var(--uqu-cs-white) 0%, rgba(0, 156, 191, 0.03) 100%);\n        }\n\n        .uqu-cs-dept-chairman-content {\n            display: flex;\n            gap: 30px;\n            align-items: flex-start;\n        }\n\n        .uqu-cs-dept-chairman-photo {\n            width: 150px;\n            height: 150px;\n            min-width: 150px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-accent));\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 8px 25px rgba(0, 156, 191, 0.3);\n        }\n\n        .uqu-cs-dept-chairman-photo svg {\n            width: 70px;\n            height: 70px;\n            stroke: white;\n        }\n\n        .uqu-cs-dept-chairman-text p {\n            text-align: justify;\n            line-height: 1.9;\n        }\n\n        .uqu-cs-dept-chairman-signature {\n            margin-top: 25px;\n            padding-top: 20px;\n            border-top: 2px solid rgba(0, 156, 191, 0.2);\n            text-align: right;\n        }\n\n        .uqu-cs-dept-chairman-signature strong {\n            display: block;\n            color: var(--uqu-cs-primary);\n            font-size: 1rem;\n            margin-bottom: 5px;\n        }\n\n        .uqu-cs-dept-chairman-signature span {\n            color: var(--uqu-cs-secondary);\n            font-size: 1.1rem;\n            font-weight: 700;\n        }\n\n        \/* Faculty Section *\/\n        .uqu-cs-dept-faculty-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n\n        .uqu-cs-dept-faculty-card {\n            background: var(--uqu-cs-white);\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s;\n            text-align: center;\n        }\n\n        .uqu-cs-dept-faculty-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n        }\n\n        .uqu-cs-dept-faculty-photo {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            object-fit: cover;\n            margin: 25px auto 15px;\n            border: 4px solid var(--uqu-cs-primary);\n        }\n\n        .uqu-cs-dept-faculty-placeholder {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, var(--uqu-cs-primary), var(--uqu-cs-accent));\n            margin: 25px auto 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .uqu-cs-dept-faculty-placeholder svg {\n            width: 50px;\n            height: 50px;\n            stroke: white;\n        }\n\n        .uqu-cs-dept-faculty-info {\n            padding: 0 20px 25px;\n        }\n\n        .uqu-cs-dept-faculty-info h4 {\n            color: var(--uqu-cs-secondary);\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .uqu-cs-dept-faculty-info .degree {\n            color: var(--uqu-cs-primary);\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n\n        .uqu-cs-dept-faculty-info .title {\n            color: var(--uqu-cs-text-muted);\n            font-size: 0.85rem;\n        }\n\n        @media (max-width: 768px) {\n            .uqu-cs-dept-banner h1 {\n                font-size: 2rem !important;\n            }\n            .uqu-cs-dept-banner p {\n                font-size: 1rem !important;\n            }\n            .uqu-cs-dept-tab {\n                padding: 10px 12px !important;\n                font-size: 0.8rem !important;\n            }\n            .uqu-cs-dept-nav {\n                gap: 10px;\n                padding: 10px 15px;\n            }\n            .uqu-cs-dept-nav a {\n                font-size: 0.8rem;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <div class=\"uqu-cs-dept-wrapper\">\n\n        <nav class=\"uqu-cs-dept-nav\">\n            <a href=\"https:\/\/www.um.edu.sa\/en\/applied-sciences\/\" target=\"_blank\" class=\"uqu-cs-dept-home-btn\" title=\"Back to College\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n                    <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n                <\/svg>\n            <\/a>\n            <a href=\"#chairman\">Chairman&#8217;s Message<\/a>\n            <a href=\"#about\">About<\/a>\n            <a href=\"#objectives\">Objectives<\/a>\n            <a href=\"#duration\">Duration<\/a>\n            <a href=\"#plan\">Study Plan<\/a>\n            <a href=\"#courses\">Courses<\/a>\n            <a href=\"#graduates\">Graduates<\/a>\n            <a href=\"#careers\">Careers<\/a>\n            <a href=\"#partnerships\">Partnerships<\/a>\n            <a href=\"#faculty\">Faculty<\/a>\n            <div class=\"uqu-cs-dept-dropdown\">\n                <a href=\"#guides\" class=\"uqu-cs-dept-dropdown-btn\">Guides \u25bc<\/a>\n                <div class=\"uqu-cs-dept-dropdown-content\">\n                    <a href=\"http:\/\/www.um.edu.sa\/en\/pdf\/anesthesia\/Student-handbook-AT.pdf\/\" target=\"_blank\">Student Handbook<\/a>\n                    <a href=\"http:\/\/www.um.edu.sa\/en\/pdf\/anesthesia\/Anesthesia-plan.pdf\/\" target=\"_blank\">Study Plan<\/a>\n                    <a href=\"http:\/\/www.um.edu.sa\/en\/pdf\/anesthesia\/Student-Advising-Manual.pdf\/\" target=\"_blank\">Advising Manual<\/a>\n                <\/div>\n            <\/div>\n            <a href=\"\/en\/anesthesia_technology.html\/\" class=\"uqu-cs-dept-lang-btn\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                    <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n                    <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path>\n                <\/svg>\n                <span>Arabic<\/span>\n            <\/a>\n        <\/nav>\n\n        <div class=\"uqu-cs-dept-banner\">\n            <h1>Anesthesia Technology Program<\/h1>\n            <p>Preparing distinguished specialists in anesthesia technology according to the highest international standards<\/p>\n        <\/div>\n\n        <div class=\"uqu-cs-dept-container\">\n\n            <!-- Chairman's Message -->\n            <div class=\"uqu-cs-dept-content-box uqu-cs-dept-chairman-box\" id=\"chairman\">\n                <h2>Chairman&#8217;s Message<\/h2>\n                <div class=\"uqu-cs-dept-chairman-content\">\n                    <div class=\"uqu-cs-dept-chairman-photo\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-chairman-text\">\n                        <p>\n                            On behalf of my colleagues in the Department of Anesthesia Technology, I am pleased to welcome you to the website of the Anesthesia Department at Almaarefa University.\n                        <\/p>\n                        <p>\n                            The Department of Anesthesia Technology is one of the vital departments in the College of Medical Sciences and plays a fundamental role in preparing and qualifying skilled personnel who possess the scientific knowledge and practical skills necessary to support medical teams and provide safe and advanced care to patients in operating rooms and various critical care units.\n                        <\/p>\n                        <p>\n                            In the department, we strive to instill values of excellence, commitment, and quality in our students, encouraging them towards scientific creativity, continuous research, and practicing the profession of anesthesia technology according to the highest ethical and professional standards. We also ensure that we keep pace with the latest developments in the science of anesthesia and its techniques through updated educational curricula and practical clinical training in advanced medical environments.\n                        <\/p>\n                        <p>\n                            We take pride in graduating a generation of qualified technicians who are capable of providing safe and humane anesthetic care and contributing to the healthcare system in the Kingdom, in line with Saudi Vision 2030 to build an integrated health system based on efficiency.\n                        <\/p>\n                        <div class=\"uqu-cs-dept-chairman-signature\">\n                            <strong>Head of the Anesthesia Department<\/strong>\n                            <span>Dr. Zaky Ftouh Rashed<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Overview -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"about\">\n                <h2>Program Overview<\/h2>\n                <p>\n                    The Anesthesia Technology program is committed to graduating specialists who deliver high-quality anesthesia care, in accordance with the standards of the Saudi Society of Anesthesiology, the Anesthesia Technology Society, and the American Society of Anesthesia Technologists and Technicians, as well as the highest standards of medical practice in anesthesia.\n                <\/p>\n                <p>\n                    Anesthesia technology is one of the precise specializations; reliance on it in operating rooms is very significant. The anesthesia technology specialist assists in preparing anesthesia equipment before operations, prepares, examines, and operates monitoring equipment during operations, ensures the availability of medications, requirements, and equipment needed during operations, prepares patient positioning according to the required surgical procedures, assists doctors in all steps of general, regional, and local anesthesia, covers diagnostic and therapeutic radiology units, intensive care units, emergency rooms, one-day surgery units in outpatient clinics, and in emergency resuscitation cases, in addition to intravenous catheterization.\n                <\/p>\n\n                <h3>Program Mission<\/h3>\n                <p>\n                    Qualifying high-level cadres to contribute to the knowledge society, fostering creativity and excellence in research, education, and community service fields in anesthesia technology.\n                <\/p>\n            <\/div>\n\n            <!-- Program Objectives -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"objectives\">\n                <h2>Program Objectives<\/h2>\n                <ul>\n                    <li>Preparing graduates to work as anesthesia technology specialists in various medical environments, developing the necessary skills and knowledge to directly assist anesthesiologists in operating rooms and various critical care environments.<\/li>\n                    <li>Empowering graduates and developing their creative and intellectual abilities to make independent decisions and effectively solve problems as skilled practitioners in anesthesia technology.<\/li>\n                    <li>Providing graduates with diverse cognitive and communication skills to enhance their professional success through multidisciplinary teamwork, critical thinking, ethical responsibility, and assuming influential roles. Additionally, encouraging participation in research for evidence-based anesthesia practice.<\/li>\n                    <li>Facilitating self-professional development for graduates and instilling a commitment to lifelong learning, enabling them to pursue graduate studies and excel in academic and research career paths.<\/li>\n                    <li>Emphasizing the importance of community service, encouraging graduates to effectively contribute to their communities through their professional expertise, enhancing social responsibility and ethical behavior.<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Program Statistics -->\n            <h2 class=\"uqu-cs-dept-section-title\">Program Information<\/h2>\n            <div class=\"uqu-cs-dept-stats\">\n                <div class=\"uqu-cs-dept-stat-card\">\n                    <div class=\"uqu-cs-dept-stat-number\">5<\/div>\n                    <div class=\"uqu-cs-dept-stat-label\">Academic Years<\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-stat-card\">\n                    <div class=\"uqu-cs-dept-stat-number\">143<\/div>\n                    <div class=\"uqu-cs-dept-stat-label\">Credit Hours<\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-stat-card\">\n                    <div class=\"uqu-cs-dept-stat-number\">49<\/div>\n                    <div class=\"uqu-cs-dept-stat-label\">Courses<\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-stat-card\">\n                    <div class=\"uqu-cs-dept-stat-number\">48<\/div>\n                    <div class=\"uqu-cs-dept-stat-label\">Internship Weeks<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Study Duration -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"duration\">\n                <h2>Program Study Duration<\/h2>\n                <p>The study in the Bachelor&#8217;s program in Anesthesia Technology at Knowledge University extends over five years, divided into three main stages:<\/p>\n                \n                <div class=\"uqu-cs-dept-phase-box\">\n                    <h4>First Stage \u2013 Preparatory Year (Two Semesters)<\/h4>\n                    <p>The student studies general courses including basics of sciences, English language, and university learning skills, preparing them for the specialization stage.<\/p>\n                <\/div>\n                \n                <div class=\"uqu-cs-dept-phase-box\">\n                    <h4>Second Stage \u2013 Academic Specialization (Three Years \/ Six Semesters)<\/h4>\n                    <p>The student receives theoretical and practical education in basic medical and natural sciences, in addition to theoretical and clinical anesthesia technology specialization courses.<\/p>\n                <\/div>\n                \n                <div class=\"uqu-cs-dept-phase-box\">\n                    <h4>Third Stage \u2013 Internship Year (48 Weeks)<\/h4>\n                    <p>The student spends it in applied clinical training in accredited hospitals, representing the practical application of what was learned during the academic study years.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Graduation Requirements Summary -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"plan\">Graduation Requirements Summary<\/h2>\n            <div class=\"uqu-cs-dept-table-container\">\n                <table class=\"uqu-cs-dept-table\">\n                    <thead>\n                        <tr>\n                            <th>Courses<\/th>\n                            <th>Credit Hours<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>General University Requirements<\/td>\n                            <td>29<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>College of Applied Sciences Requirements for Health Specializations<\/td>\n                            <td>19<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>General College of Applied Sciences Requirements (Elective)<\/td>\n                            <td>2<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Related Health and Natural Sciences Courses<\/td>\n                            <td>27<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Anesthesia Technology Specialization Courses<\/td>\n                            <td>66<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Internship Training<\/td>\n                            <td>2<\/td>\n                        <\/tr>\n                        <tr style=\"background: linear-gradient(135deg, rgba(0, 156, 191, 0.1), rgba(207, 158, 96, 0.1)); font-weight: bold;\">\n                            <td>Total<\/td>\n                            <td>143<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n\n            <!-- Detailed Courses - Tabs -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"courses\">Detailed Course List<\/h2>\n            <div class=\"uqu-cs-dept-tabs-container\">\n                <div class=\"uqu-cs-dept-tabs\">\n                    <button class=\"uqu-cs-dept-tab active\" onclick=\"openTab(event, 'univ-req')\">University (29 hrs)<\/button>\n                    <button class=\"uqu-cs-dept-tab\" onclick=\"openTab(event, 'college-req')\">College (19 hrs)<\/button>\n                    <button class=\"uqu-cs-dept-tab\" onclick=\"openTab(event, 'health-req')\">Health Sciences (27 hrs)<\/button>\n                    <button class=\"uqu-cs-dept-tab\" onclick=\"openTab(event, 'major-req')\">Specialization (66 hrs)<\/button>\n                    <button class=\"uqu-cs-dept-tab\" onclick=\"openTab(event, 'internship-req')\">Internship (2 hrs)<\/button>\n                <\/div>\n\n                <!-- University Requirements -->\n                <div id=\"univ-req\" class=\"uqu-cs-dept-tab-content active\">\n                    <div class=\"uqu-cs-dept-table-container\">\n                        <table class=\"uqu-cs-dept-table\">\n                            <thead>\n                                <tr>\n                                    <th>No.<\/th>\n                                    <th>Course Code<\/th>\n                                    <th>Course Name<\/th>\n                                    <th>Credits<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr><td>1<\/td><td>COMP 100<\/td><td>Computer Basics<\/td><td>3<\/td><\/tr>\n                                <tr><td>2<\/td><td>ISLM 101<\/td><td>Islamic Culture<\/td><td>2<\/td><\/tr>\n                                <tr><td>3<\/td><td>ARAB 101<\/td><td>Arabic Language 1<\/td><td>2<\/td><\/tr>\n                                <tr><td>4<\/td><td>PHYS 101<\/td><td>General Physics<\/td><td>3<\/td><\/tr>\n                                <tr><td>5<\/td><td>ENGL 101<\/td><td>English Language 1<\/td><td>5<\/td><\/tr>\n                                <tr><td>6<\/td><td>ARAB 103<\/td><td>Arabic Language 2<\/td><td>2<\/td><\/tr>\n                                <tr><td>7<\/td><td>ENGL 102<\/td><td>English Language 2<\/td><td>5<\/td><\/tr>\n                                <tr><td>8<\/td><td>COMM 201<\/td><td>Communication Skills<\/td><td>2<\/td><\/tr>\n                                <tr><td>9<\/td><td>ISLM 103<\/td><td>Economic System in Islam<\/td><td>2<\/td><\/tr>\n                                <tr><td>10<\/td><td>PSYC 201<\/td><td>Introduction to Psychology<\/td><td>3<\/td><\/tr>\n                                <tr style=\"background: rgba(0, 156, 191, 0.1); font-weight: bold;\">\n                                    <td colspan=\"3\">Total (10 Courses)<\/td>\n                                    <td>29<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n\n                <!-- College Requirements -->\n                <div id=\"college-req\" class=\"uqu-cs-dept-tab-content\">\n                    <div class=\"uqu-cs-dept-table-container\">\n                        <table class=\"uqu-cs-dept-table\">\n                            <thead>\n                                <tr>\n                                    <th>No.<\/th>\n                                    <th>Course Code<\/th>\n                                    <th>Course Name<\/th>\n                                    <th>Credits<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr><td>1<\/td><td>PHYS 201<\/td><td>Physiology<\/td><td>3<\/td><\/tr>\n                                <tr><td>2<\/td><td>BIOC 200<\/td><td>Biochemistry<\/td><td>3<\/td><\/tr>\n                                <tr><td>3<\/td><td>MICR 201<\/td><td>Microbiology<\/td><td>3<\/td><\/tr>\n                                <tr><td>4<\/td><td>PATH 201<\/td><td>Pathology and Physiology<\/td><td>3<\/td><\/tr>\n                                <tr><td>5<\/td><td>HLTH 300<\/td><td>Community Health<\/td><td>2<\/td><\/tr>\n                                <tr><td>6<\/td><td>ETHC 411<\/td><td>Ethics and Laws of Medical Practices<\/td><td>2<\/td><\/tr>\n                                <tr><td>7<\/td><td>RESH 460<\/td><td>Research Methods for Health Sciences<\/td><td>3<\/td><\/tr>\n                                <tr style=\"background: rgba(0, 156, 191, 0.1); font-weight: bold;\">\n                                    <td colspan=\"3\">Total (7 Courses)<\/td>\n                                    <td>19<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n\n                <!-- Health and Natural Sciences -->\n                <div id=\"health-req\" class=\"uqu-cs-dept-tab-content\">\n                    <div class=\"uqu-cs-dept-table-container\">\n                        <table class=\"uqu-cs-dept-table\">\n                            <thead>\n                                <tr>\n                                    <th>No.<\/th>\n                                    <th>Course Code<\/th>\n                                    <th>Course Name<\/th>\n                                    <th>Credits<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr><td>1<\/td><td>STAT 101<\/td><td>Biostatistics<\/td><td>3<\/td><\/tr>\n                                <tr><td>2<\/td><td>BIOL 101<\/td><td>General Biology<\/td><td>4<\/td><\/tr>\n                                <tr><td>3<\/td><td>CHEM 101<\/td><td>General Chemistry<\/td><td>4<\/td><\/tr>\n                                <tr><td>4<\/td><td>ENGL 103<\/td><td>English for Health Sciences<\/td><td>3<\/td><\/tr>\n                                <tr><td>5<\/td><td>ISLM 301<\/td><td>Contemporary Medical Jurisprudence Issues<\/td><td>2<\/td><\/tr>\n                                <tr><td>6<\/td><td>COMP 201<\/td><td>Computer for Health Sciences<\/td><td>2<\/td><\/tr>\n                                <tr><td>7<\/td><td>ANAT 201<\/td><td>Anatomy<\/td><td>3<\/td><\/tr>\n                                <tr><td>8<\/td><td>NURS 230<\/td><td>Patient Assessment<\/td><td>3<\/td><\/tr>\n                                <tr><td>9<\/td><td>PHAR 201<\/td><td>Pharmacology<\/td><td>3<\/td><\/tr>\n                                <tr style=\"background: rgba(0, 156, 191, 0.1); font-weight: bold;\">\n                                    <td colspan=\"3\">Total (9 Courses)<\/td>\n                                    <td>27<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n\n                <!-- Specialization Courses -->\n                <div id=\"major-req\" class=\"uqu-cs-dept-tab-content\">\n                    <div class=\"uqu-cs-dept-table-container\">\n                        <table class=\"uqu-cs-dept-table\">\n                            <thead>\n                                <tr>\n                                    <th>No.<\/th>\n                                    <th>Course Code<\/th>\n                                    <th>Course Name<\/th>\n                                    <th>Credits<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr><td>1<\/td><td>ANES 210<\/td><td>Introduction to Anesthesia<\/td><td>4<\/td><\/tr>\n                                <tr><td>2<\/td><td>ANES 220<\/td><td>Pre-Surgical Assessment and Basic Examination<\/td><td>4<\/td><\/tr>\n                                <tr><td>3<\/td><td>ANES 310<\/td><td>Pharmacology for Anesthesia<\/td><td>4<\/td><\/tr>\n                                <tr><td>4<\/td><td>ANES 316<\/td><td>Examination Methods and Techniques<\/td><td>3<\/td><\/tr>\n                                <tr><td>5<\/td><td>ANES 317<\/td><td>Local Anesthesia<\/td><td>4<\/td><\/tr>\n                                <tr><td>6<\/td><td>ANES 315<\/td><td>Anesthesia Technology Tools and Materials 1<\/td><td>3<\/td><\/tr>\n                                <tr><td>7<\/td><td>ANES 320<\/td><td>Clinical Training 1<\/td><td>2<\/td><\/tr>\n                                <tr><td>8<\/td><td>ANES 325<\/td><td>Anesthesia Technology Tools and Materials 2<\/td><td>3<\/td><\/tr>\n                                <tr><td>9<\/td><td>ANES 326<\/td><td>Advanced Anesthesia Pharmacology<\/td><td>4<\/td><\/tr>\n                                <tr><td>10<\/td><td>ANES 328<\/td><td>Intensive care<\/td><td>2<\/td><\/tr>\n                                <tr><td>11<\/td><td>ANES 410<\/td><td>Basics of Pathology<\/td><td>3<\/td><\/tr>\n                                <tr><td>12<\/td><td>ANES 415<\/td><td>Medical Problems and Their Treatment<\/td><td>3<\/td><\/tr>\n                                <tr><td>13<\/td><td>ANES 416<\/td><td>Mechanical Ventilation<\/td><td>3<\/td><\/tr>\n                                <tr><td>14<\/td><td>ANES 419<\/td><td>Clinical Training 2<\/td><td>3<\/td><\/tr>\n                                <tr><td>15<\/td><td>ANES 418<\/td><td>Preparation for general surgery<\/td><td>3<\/td><\/tr>\n                                <tr><td>16<\/td><td>ANES 420<\/td><td>Clinical Training 3<\/td><td>3<\/td><\/tr>\n                                <tr><td>17<\/td><td>ANES 421<\/td><td>Anesthesia for One-Day Surgery<\/td><td>1<\/td><\/tr>\n                                <tr><td>18<\/td><td>ANES 422<\/td><td>Anesthesia for Emergency Operations<\/td><td>3<\/td><\/tr>\n                                <tr><td>19<\/td><td>ANES 423<\/td><td>Post-Operative Pain Management<\/td><td>3<\/td><\/tr>\n                                <tr><td>20<\/td><td>ANES 425<\/td><td>Advanced Anesthesia Techniques<\/td><td>4<\/td><\/tr>\n                                <tr><td>21<\/td><td>ANES 426<\/td><td>Advanced Patient Monitoring<\/td><td>4<\/td><\/tr>\n                                <tr style=\"background: rgba(0, 156, 191, 0.1); font-weight: bold;\">\n                                    <td colspan=\"3\">Total (21 Courses)<\/td>\n                                    <td>66<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n\n                <!-- Internship Training -->\n                <div id=\"internship-req\" class=\"uqu-cs-dept-tab-content\">\n                    <div class=\"uqu-cs-dept-table-container\">\n                        <table class=\"uqu-cs-dept-table\">\n                            <thead>\n                                <tr>\n                                    <th>No.<\/th>\n                                    <th>Course Code<\/th>\n                                    <th>Course Name<\/th>\n                                    <th>Credits<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody>\n                                <tr><td>1<\/td><td>ANES 501<\/td><td>Internship Training 1<\/td><td>1<\/td><\/tr>\n                                <tr><td>2<\/td><td>ANES 502<\/td><td>Internship Training 2<\/td><td>1<\/td><\/tr>\n                                <tr style=\"background: rgba(0, 156, 191, 0.1); font-weight: bold;\">\n                                    <td colspan=\"3\">Total (2 Courses)<\/td>\n                                    <td>2<\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Graduates and Career Fields -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"careers\">Graduates &#038; Career Fields<\/h2>\n            \n            <!-- Graduate Attributes -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"graduates\">\n                <h2>Attributes of Anesthesia Technology Program Graduates<\/h2>\n                <ul>\n                    <li>Graduates are proficient in using digital tools and technologies to enhance learning, research, and professional performance, while maintaining ethical standards and responsible digital citizenship.<\/li>\n                    <li>Graduates demonstrate a solid foundation of scientific knowledge, analytical thinking, and evidence-based decision-making across their field of specialization.<\/li>\n                    <li>Graduates possess creativity and innovation in developing ideas, solutions, and projects, with an entrepreneurial mindset that enables them to identify and seize opportunities.<\/li>\n                    <li>Graduates demonstrate respect, integrity, and ethical responsibility in diverse social, cultural, and professional contexts, adhering to local and global ethical standards.<\/li>\n                    <li>Graduates communicate effectively in both Arabic and English, conveying ideas clearly across disciplines, and collaborate productively within teams and professional environments.<\/li>\n                    <li>Graduates demonstrate leadership potential through responsibility, initiative, decision-making, and the ability to inspire and guide others toward achieving shared goals.<\/li>\n                    <li>Graduates adapt effectively to change, demonstrate resilience in facing challenges, and maintain awareness of personal, social, and professional wellbeing.<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Career Fields -->\n            <p style=\"text-align: center; color: var(--uqu-cs-text-muted); margin: 30px 0;\">Graduates of the Bachelor&#8217;s program in Anesthesia Technology enjoy wide opportunities for work in various health, educational, and research sectors<\/p>\n            <div class=\"uqu-cs-dept-careers-grid\">\n                <div class=\"uqu-cs-dept-career-card\">\n                    <h4>Public and Private Hospitals<\/h4>\n                <\/div>\n                <div class=\"uqu-cs-dept-career-card\">\n                    <h4>Teaching and Scientific Research in Universities and Research Centers<\/h4>\n                <\/div>\n                <div class=\"uqu-cs-dept-career-card\">\n                    <h4>Medical Companies<\/h4>\n                <\/div>\n                <div class=\"uqu-cs-dept-career-card\">\n                    <h4>Cardiopulmonary Resuscitation Training Centers<\/h4>\n                <\/div>\n            <\/div>\n\n            <!-- Training Partnerships -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"partnerships\" style=\"margin-top: 40px;\">\n                <h2>Training and Educational Partnerships<\/h2>\n                <p>The program enjoys training partnerships with various specialized hospitals:<\/p>\n                <div class=\"uqu-cs-dept-partners-grid\">\n                    <div class=\"uqu-cs-dept-partner-card\">\n                        <h4>King Faisal Specialist Hospital and Research Center<\/h4>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-partner-card\">\n                        <h4>King Saud Medical City<\/h4>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-partner-card\">\n                        <h4>King Fahd Medical City<\/h4>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-partner-card\">\n                        <h4>King Khalid University Hospital<\/h4>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-partner-card\">\n                        <h4>Specialized Medical Center Hospitals<\/h4>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-partner-card\">\n                        <h4>Al Habib Medical Group<\/h4>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Faculty Members -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"faculty\">Faculty Members<\/h2>\n            <div class=\"uqu-cs-dept-faculty-grid\">\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Dr. Zaki Fatouh Rashid<\/h4>\n                        <p class=\"degree\">PhD<\/p>\n                        <p class=\"title\">Assistant Professor<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Dr. Hala Salah<\/h4>\n                        <p class=\"degree\">PhD<\/p>\n                        <p class=\"title\">Assistant Professor<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Dr. Khaled Suker<\/h4>\n                        <p class=\"degree\">PhD<\/p>\n                        <p class=\"title\">Assistant Professor<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Mr. Abdulmuin Al-Otaibi<\/h4>\n                        <p class=\"degree\">Master&#8217;s<\/p>\n                        <p class=\"title\">Lecturer<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Dr. Mohamed Khairat<\/h4>\n                        <p class=\"degree\">Master&#8217;s<\/p>\n                        <p class=\"title\">Lecturer<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Dr. Hussam Hussein<\/h4>\n                        <p class=\"degree\">Master&#8217;s<\/p>\n                        <p class=\"title\">Lecturer<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Ms. Reem Al-Saif<\/h4>\n                        <p class=\"degree\">Bachelor&#8217;s<\/p>\n                        <p class=\"title\">Teaching Assistant<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Mr. Salem Alnmlan<\/h4>\n                        <p class=\"degree\">Bachelor&#8217;s<\/p>\n                        <p class=\"title\">Teaching Assistant<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"uqu-cs-dept-faculty-card\">\n                    <div class=\"uqu-cs-dept-faculty-placeholder\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"uqu-cs-dept-faculty-info\">\n                        <h4>Ms. Rimas Alqahtani<\/h4>\n                        <p class=\"degree\">Bachelor&#8217;s<\/p>\n                        <p class=\"title\">Teaching Assistant<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Guides and Documents -->\n            <h2 class=\"uqu-cs-dept-section-title\" id=\"guides\">Guides &#038; Documents<\/h2>\n            <div class=\"uqu-cs-dept-guides-grid\">\n                <a href=\"http:\/\/www.um.edu.sa\/en\/pdf\/anesthesia\/Student-handbook-AT.pdf\/\" target=\"_blank\" class=\"uqu-cs-dept-guide-card\">\n                    <div class=\"uqu-cs-dept-guide-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path>\n                            <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h4>Student Handbook<\/h4>\n                    <p>Student Guide<\/p>\n                <\/a>\n                <a href=\"http:\/\/www.um.edu.sa\/en\/pdf\/anesthesia\/Anesthesia-plan.pdf\/\" target=\"_blank\" class=\"uqu-cs-dept-guide-card\">\n                    <div class=\"uqu-cs-dept-guide-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\n                            <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line>\n                            <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line>\n                            <polyline points=\"10 9 9 9 8 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h4>Study Plan<\/h4>\n                    <p>Study Plan<\/p>\n                <\/a>\n                <a href=\"http:\/\/www.um.edu.sa\/en\/pdf\/anesthesia\/Student-Advising-Manual.pdf\/\" target=\"_blank\" class=\"uqu-cs-dept-guide-card\">\n                    <div class=\"uqu-cs-dept-guide-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path>\n                            <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h4>Academic Advising Manual<\/h4>\n                    <p>\u062f\u0644\u064a\u0644 \u0627\u0644\u0625\u0631\u0634\u0627\u062f \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a<\/p>\n                <\/a>\n            <\/div>\n\n            <!-- Degree Awarded -->\n            <div class=\"uqu-cs-dept-content-box\" id=\"degree\" style=\"margin-top: 50px; text-align: center;\">\n                <h2>Degree Awarded<\/h2>\n                <p style=\"font-size: 1.3rem; color: var(--uqu-cs-primary); font-weight: 700;\">\n                    Bachelor of Science in Anesthesia Technology\n                <\/p>\n                <p>\n                    \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0627\u0644\u0639\u0644\u0648\u0645 \u0641\u064a \u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u062a\u062e\u062f\u064a\u0631\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n    <script>\n        function openTab(evt, tabName) {\n            var tabContents = document.getElementsByClassName(\"uqu-cs-dept-tab-content\");\n            for (var i = 0; i < tabContents.length; i++) {\n                tabContents[i].classList.remove(\"active\");\n            }\n\n            var tabs = document.getElementsByClassName(\"uqu-cs-dept-tab\");\n            for (var i = 0; i < tabs.length; i++) {\n                tabs[i].classList.remove(\"active\");\n            }\n\n            document.getElementById(tabName).classList.add(\"active\");\n            evt.currentTarget.classList.add(\"active\");\n        }\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Anesthesia Technology Program &#8211; Knowledge University Chairman&#8217;s Message About Objectives Duration Study Plan Courses Graduates Careers Partnerships Faculty Guides \u25bc Student Handbook Study Plan Advising Manual \u0627\u0644\u0639\u0631\u0628\u064a\u0629 Anesthesia Technology Program Preparing distinguished specialists in anesthesia technology according to the highest &hellip; <\/p>","protected":false},"author":33,"featured_media":0,"parent":143813,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-149525","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/149525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/comments?post=149525"}],"version-history":[{"count":0,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/149525\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/pages\/143813"}],"wp:attachment":[{"href":"https:\/\/www.um.edu.sa\/en\/wp-json\/wp\/v2\/media?parent=149525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}