{"id":241,"date":"2025-10-22T16:12:18","date_gmt":"2025-10-22T16:12:18","guid":{"rendered":"https:\/\/rsu.edu.so\/?page_id=241"},"modified":"2025-10-28T18:03:17","modified_gmt":"2025-10-28T18:03:17","slug":"faculty-of-education","status":"publish","type":"page","link":"https:\/\/rsu.edu.so\/index.php\/faculty-of-education\/","title":{"rendered":"Faculty of Education"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"241\" class=\"elementor elementor-241\">\n\t\t\t\t<div class=\"elementor-element elementor-element-670b232 e-flex e-con-boxed e-con e-parent\" data-id=\"670b232\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b45037 elementor-widget elementor-widget-html\" data-id=\"2b45037\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Department of Public Health<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        :root {\r\n            --primary-blue: #409ad4;\r\n            --accent-yellow: #fbd10b;\r\n            --dark-text: #333333;\r\n            --light-gray: #f5f5f5;\r\n            --border-gray: #e0e0e0;\r\n            --white: #ffffff;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--dark-text);\r\n            background-color: var(--light-gray);\r\n        }\r\n\r\n        \/* Header Section *\/\r\n        .header {\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, #2d6fa3 100%);\r\n            color: var(--white);\r\n            padding: 60px 20px;\r\n            text-align: center;\r\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .header h1 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .header p {\r\n            font-size: 1.1rem;\r\n            text-align: justify;\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Main Container *\/\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 40px auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Tabs Section *\/\r\n        .tabs-section {\r\n            display: grid;\r\n            grid-template-columns: 250px 1fr;\r\n            gap: 30px;\r\n            margin-bottom: 60px;\r\n            background: var(--white);\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .tabs-sidebar {\r\n            background-color: var(--light-gray);\r\n            padding: 20px;\r\n            border-right: 3px solid var(--primary-blue);\r\n        }\r\n\r\n        .tab-button {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            width: 100%;\r\n            padding: 15px;\r\n            margin-bottom: 10px;\r\n            background: var(--white);\r\n            border: 2px solid var(--border-gray);\r\n            border-radius: 6px;\r\n            cursor: pointer;\r\n            font-size: 0.95rem;\r\n            font-weight: 600;\r\n            color: var(--dark-text);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .tab-button:hover {\r\n            background-color: var(--accent-yellow);\r\n            border-color: var(--accent-yellow);\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .tab-button.active {\r\n            background-color: var(--primary-blue);\r\n            color: var(--white);\r\n            border-color: var(--primary-blue);\r\n        }\r\n\r\n        .tab-icon {\r\n            font-size: 1.3rem;\r\n            color: #000;\r\n            width: 24px;\r\n            text-align: center;\r\n        }\r\n\r\n        .tab-button.active .tab-icon {\r\n            color: var(--white);\r\n        }\r\n\r\n        .tabs-content {\r\n            padding: 40px;\r\n            min-height: 400px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .tab-pane {\r\n            display: none;\r\n            width: 100%;\r\n            animation: fadeIn 0.3s ease;\r\n        }\r\n\r\n        .tab-pane.active {\r\n            display: block;\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(10px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .tab-pane h3 {\r\n            color: var(--primary-blue);\r\n            margin-bottom: 20px;\r\n            font-size: 1.8rem;\r\n        }\r\n\r\n        .tab-pane p {\r\n            text-align: justify;\r\n            margin-bottom: 15px;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .requirements-list, .structure-list, .scholarship-list {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n\r\n        .requirements-list li, .structure-list li, .scholarship-list li {\r\n            padding: 12px 0;\r\n            padding-left: 30px;\r\n            position: relative;\r\n            text-align: justify;\r\n            border-bottom: 1px solid var(--border-gray);\r\n        }\r\n\r\n        .requirements-list li:before, .structure-list li:before, .scholarship-list li:before {\r\n            content: \"\u25b8\";\r\n            position: absolute;\r\n            left: 0;\r\n            color: var(--accent-yellow);\r\n            font-size: 1.5rem;\r\n        }\r\n\r\n        \/* Table Styles *\/\r\n        .fees-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .fees-table thead {\r\n            background-color: var(--primary-blue);\r\n            color: var(--white);\r\n        }\r\n\r\n        .fees-table th {\r\n            padding: 15px;\r\n            text-align: left;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .fees-table td {\r\n            padding: 12px 15px;\r\n            border-bottom: 1px solid var(--border-gray);\r\n        }\r\n\r\n        .fees-table tbody tr:hover {\r\n            background-color: var(--light-gray);\r\n        }\r\n\r\n        .fees-table tbody tr:nth-child(even) {\r\n            background-color: #fafafa;\r\n        }\r\n\r\n        \/* Faculty Section *\/\r\n        .faculty-section {\r\n            background: var(--white);\r\n            border-radius: 8px;\r\n            padding: 40px;\r\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .faculty-section h2 {\r\n            color: var(--primary-blue);\r\n            font-size: 2rem;\r\n            margin-bottom: 30px;\r\n            text-align: center;\r\n        }\r\n\r\n        .faculty-container {\r\n            display: grid;\r\n            grid-template-columns: 1fr;\r\n            gap: 40px;\r\n            align-items: center;\r\n        }\r\n\r\n        .faculty-content h3 {\r\n            color: var(--primary-blue);\r\n            font-size: 1.5rem;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .faculty-content p {\r\n            text-align: justify;\r\n            line-height: 1.8;\r\n            margin-bottom: 15px;\r\n            color: var(--dark-text);\r\n        }\r\n\r\n        .dean-card {\r\n            background: linear-gradient(135deg, var(--light-gray) 0%, #f0f0f0 100%);\r\n            border-radius: 8px;\r\n            padding: 30px;\r\n            text-align: center;\r\n            border-top: 4px solid var(--accent-yellow);\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .dean-image {\r\n            width: 200px;\r\n            height: 200px;\r\n            border-radius: 50%;\r\n            margin: 0 auto 20px;\r\n            background-color: var(--primary-blue);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--white);\r\n            font-size: 3rem;\r\n            border: 4px solid var(--accent-yellow);\r\n            overflow: hidden;\r\n        }\r\n\r\n        .dean-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .dean-name {\r\n            color: var(--primary-blue);\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .dean-title {\r\n            color: var(--accent-yellow);\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .dean-description {\r\n            color: var(--dark-text);\r\n            font-size: 0.95rem;\r\n            text-align: center;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .header h1 {\r\n                font-size: 1.8rem;\r\n            }\r\n\r\n            .header p {\r\n                font-size: 0.95rem;\r\n            }\r\n\r\n            .tabs-section {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .tabs-sidebar {\r\n                border-right: none;\r\n                border-bottom: 3px solid var(--primary-blue);\r\n                display: flex;\r\n                gap: 10px;\r\n                overflow-x: auto;\r\n                padding: 10px;\r\n            }\r\n\r\n            .tab-button {\r\n                margin-bottom: 0;\r\n                flex-shrink: 0;\r\n                min-width: 120px;\r\n            }\r\n\r\n            .tabs-content {\r\n                padding: 20px;\r\n                min-height: 300px;\r\n            }\r\n\r\n            .faculty-container {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n\r\n            .faculty-section {\r\n                padding: 20px;\r\n            }\r\n\r\n            .faculty-section h2 {\r\n                font-size: 1.5rem;\r\n            }\r\n\r\n            .dean-card {\r\n                padding: 20px;\r\n            }\r\n\r\n            .dean-image {\r\n                width: 150px;\r\n                height: 150px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .header {\r\n                padding: 40px 15px;\r\n            }\r\n\r\n            .header h1 {\r\n                font-size: 1.4rem;\r\n            }\r\n\r\n            .header p {\r\n                font-size: 0.85rem;\r\n            }\r\n\r\n            .container {\r\n                padding: 0 15px;\r\n            }\r\n\r\n            .tabs-content {\r\n                padding: 15px;\r\n            }\r\n\r\n            .tab-button {\r\n                padding: 12px;\r\n                font-size: 0.85rem;\r\n            }\r\n\r\n            .tab-icon {\r\n                font-size: 1.1rem;\r\n            }\r\n\r\n            .faculty-section h2 {\r\n                font-size: 1.3rem;\r\n            }\r\n\r\n            .faculty-content h3 {\r\n                font-size: 1.2rem;\r\n            }\r\n\r\n            .dean-name {\r\n                font-size: 1.1rem;\r\n            }\r\n\r\n            .fees-table {\r\n                font-size: 0.85rem;\r\n            }\r\n\r\n            .fees-table th, .fees-table td {\r\n                padding: 8px;\r\n            }\r\n        }\r\n\r\n        \/* Accessibility *\/\r\n        .tab-button:focus {\r\n            outline: 2px solid var(--primary-blue);\r\n            outline-offset: 2px;\r\n        }\r\n\r\n        .sr-only {\r\n            position: absolute;\r\n            width: 1px;\r\n            height: 1px;\r\n            padding: 0;\r\n            margin: -1px;\r\n            overflow: hidden;\r\n            clip: rect(0, 0, 0, 0);\r\n            white-space: nowrap;\r\n            border-width: 0;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n  \r\n\r\n    <!-- Main Container -->\r\n    <div class=\"container\">\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Faculty Section -->\r\n        <section class=\"faculty-section\">\r\n            <h2>Faculty of Education\r\n\r\n<\/h2>\r\n            <div class=\"faculty-container\">\r\n                <!-- Faculty Content -->\r\n                <div class=\"faculty-content\">\r\n                    <h3>Background<\/h3>\r\n                    <p>The Faculty of Education was established in 2008 to produce qualified teachers who specialize in subjects needed at both primary and secondary school levels. The Faculty of Education at Red Sea University is committed to advancing dynamic education as a professional practice in the field of teaching, through excellence in instruction, research, and community service. The faculty also promotes Islamic faith and values, preserves Somali culture, and inspires adaptation to the modern era.<br>\r\nThis is a professional teacher training faculty dedicated to preparing teachers who will go on to teach and share knowledge across diverse fields, including languages, arts, sciences, mathematics, and more. The Faculty is an ideal fit for those who are passionate about serving their community, who thrive on people interaction and collaboration, and who desire to help other people figure out solutions to their problems by teaching them a better are a great match for this faculty.<br>\r\nOur Bachelor of Education which is four years prepares students for careers in the field of education. Whether as a teacher, school principal, or school administrator, students earning a Bachelor of Education can move forward in a rewarding career. This degree program prepares teachers will have numerous opportunities to examine the role and function of education in our society and will develop the tools needed to teach a variety of subjects in primary and secondary schools.<br>\r\nCurrently, our degree program includes six areas of specialization. A student has the option to choose one as his major and another as his minor.<br><b>\r\n1.\tPhysics and Math<br>\r\n2.\tBiology and Chemistry<br>\r\n3.\tGeography and History <br>\r\n4.\tEnglish and Geography<br>\r\n5.\tEnglish and History<br>\r\n6.\tAgriculture and Biology<\/b>\r\n<\/p>\r\n                <\/div>\r\n\r\n                \r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Tab functionality\r\n        const tabButtons = document.querySelectorAll('.tab-button');\r\n        const tabPanes = document.querySelectorAll('.tab-pane');\r\n\r\n        tabButtons.forEach(button => {\r\n            button.addEventListener('click', () => {\r\n                const tabName = button.getAttribute('data-tab');\r\n\r\n                \/\/ Remove active class from all buttons and panes\r\n                tabButtons.forEach(btn => btn.classList.remove('active'));\r\n                tabPanes.forEach(pane => pane.classList.remove('active'));\r\n\r\n                \/\/ Add active class to clicked button and corresponding pane\r\n                button.classList.add('active');\r\n                document.getElementById(tabName).classList.add('active');\r\n            });\r\n\r\n            \/\/ Keyboard navigation\r\n            button.addEventListener('keydown', (e) => {\r\n                if (e.key === 'ArrowRight' || e.key === 'ArrowDown') {\r\n                    const nextButton = button.nextElementSibling;\r\n                    if (nextButton && nextButton.classList.contains('tab-button')) {\r\n                        nextButton.click();\r\n                        nextButton.focus();\r\n                    }\r\n                } else if (e.key === 'ArrowLeft' || e.key === 'ArrowUp') {\r\n                    const prevButton = button.previousElementSibling;\r\n                    if (prevButton && prevButton.classList.contains('tab-button')) {\r\n                        prevButton.click();\r\n                        prevButton.focus();\r\n                    }\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec1729a e-con-full e-flex e-con e-parent\" data-id=\"ec1729a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8bc5bf0 elementor-widget elementor-widget-html\" data-id=\"8bc5bf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Education - RSU<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            background-color: #f8f9fa;\r\n        }\r\n\r\n        .programs-section {\r\n            max-width: 1400px;\r\n            margin: 60px auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .section-header {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 2.5rem;\r\n            color: #2596be;\r\n            margin-bottom: 15px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: #666;\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .faculty-header {\r\n            padding: 25px;\r\n            background: white;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            margin-bottom: 30px;\r\n            border-radius: 12px;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\r\n            border-top: 4px solid #2596be;\r\n        }\r\n\r\n        .faculty-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: linear-gradient(135deg, #2596be 0%, #1a7a9e 100%);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 1.2rem;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .faculty-name {\r\n            font-size: 1.8rem;\r\n            color: #2596be;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .departments-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\r\n            gap: 25px;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .department-card {\r\n            background: #f8f9fa;\r\n            border-radius: 10px;\r\n            padding: 25px;\r\n            transition: all 0.3s;\r\n            border-left: 4px solid #fbd10b;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .department-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            right: 0;\r\n            width: 80px;\r\n            height: 80px;\r\n            background: rgba(37, 150, 190, 0.05);\r\n            border-radius: 50%;\r\n            transform: translate(30px, -30px);\r\n        }\r\n\r\n        .department-card:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 20px rgba(37, 150, 190, 0.1);\r\n            border-left-color: #2596be;\r\n        }\r\n\r\n        .department-name {\r\n            font-size: 1.3rem;\r\n            color: #2596be;\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .department-name::before {\r\n            content: '\ud83d\udcda';\r\n            margin-right: 10px;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .department-description {\r\n            font-size: 0.95rem;\r\n            color: #666;\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .department-features {\r\n            margin-bottom: 20px;\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 8px;\r\n        }\r\n\r\n        .feature-tag {\r\n            background: rgba(37, 150, 190, 0.1);\r\n            color: #2596be;\r\n            padding: 5px 12px;\r\n            border-radius: 20px;\r\n            font-size: 0.8rem;\r\n            font-weight: 500;\r\n        }\r\n\r\n        .read-more-btn {\r\n            background: linear-gradient(135deg, #2596be 0%, #1a7a9e 100%);\r\n            color: white;\r\n            border: none;\r\n            padding: 10px 20px;\r\n            border-radius: 6px;\r\n            font-size: 0.9rem;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n        }\r\n\r\n        .read-more-btn:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 5px 15px rgba(37, 150, 190, 0.3);\r\n        }\r\n\r\n        .stats-container {\r\n            display: flex;\r\n            justify-content: space-around;\r\n            margin-top: 50px;\r\n            flex-wrap: wrap;\r\n            gap: 20px;\r\n        }\r\n\r\n        .stat-item {\r\n            text-align: center;\r\n            padding: 25px;\r\n            background: white;\r\n            border-radius: 12px;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\r\n            flex: 1;\r\n            min-width: 200px;\r\n            transition: transform 0.3s;\r\n        }\r\n\r\n        .stat-item:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 2.5rem;\r\n            color: #2596be;\r\n            font-weight: 700;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 1rem;\r\n            color: #666;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .section-title {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .section-subtitle {\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .departments-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .stats-container {\r\n                flex-direction: column;\r\n            }\r\n\r\n            .faculty-header {\r\n                flex-direction: column;\r\n                text-align: center;\r\n                gap: 15px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .section-title {\r\n                font-size: 1.8rem;\r\n            }\r\n\r\n            .programs-section {\r\n                margin: 40px auto;\r\n            }\r\n\r\n            .department-card {\r\n                padding: 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"programs-section\">\r\n    \r\n\r\n        <!-- Faculty Header -->\r\n        <div class=\"faculty-header\">\r\n           \r\n            <h2 class=\"faculty-name\">Departments<\/h2>\r\n        <\/div>\r\n\r\n        <!-- Departments Grid -->\r\n        <div class=\"departments-grid\">\r\n            <!-- Mathematics and Physics -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Mathematics and Physics<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">STEM Education<\/span>\r\n                    <span class=\"feature-tag\">Mathematics<\/span>\r\n                    <span class=\"feature-tag\">Physics<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Teaching specialization in mathematics and physical sciences for secondary education. Develop skills to inspire future scientists.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/mathematics-and-physics\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Biology and Chemistry -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Biology and Chemistry<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Life Sciences<\/span>\r\n                    <span class=\"feature-tag\">Chemistry<\/span>\r\n                    <span class=\"feature-tag\">Laboratory Teaching<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Education in biological sciences and chemistry with laboratory teaching methodologies. Prepare for science teaching careers.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/biology-and-chemistry\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Geography and History -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Geography and History<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Social Sciences<\/span>\r\n                    <span class=\"feature-tag\">Geography<\/span>\r\n                    <span class=\"feature-tag\">History<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Integrated approach to geography and historical studies for comprehensive social science education. Understand human societies and environments.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/geography-and-history\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- English and Geography -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">English and Geography<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Language & Earth Sciences<\/span>\r\n                    <span class=\"feature-tag\">English<\/span>\r\n                    <span class=\"feature-tag\">Geography<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Combined English language arts with geographical studies and environmental education. Develop interdisciplinary teaching skills.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/english-and-geography\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- English and History -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">English and History<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Language & Humanities<\/span>\r\n                    <span class=\"feature-tag\">English<\/span>\r\n                    <span class=\"feature-tag\">History<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">English language proficiency combined with historical analysis and cultural studies. Explore language and historical contexts.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/english-and-history\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n\r\n            <!-- Agriculture and Biology -->\r\n            <div class=\"department-card\">\r\n                <h3 class=\"department-name\">Agriculture and Biology<\/h3>\r\n                <div class=\"department-features\">\r\n                    <span class=\"feature-tag\">4 Years<\/span>\r\n                    <span class=\"feature-tag\">Agricultural Sciences<\/span>\r\n                    <span class=\"feature-tag\">Biology<\/span>\r\n                    <span class=\"feature-tag\">Sustainable Farming<\/span>\r\n                <\/div>\r\n                <p class=\"department-description\">Agricultural education with biological foundations for sustainable farming practices. Focus on food security and sustainable agriculture.<\/p>\r\n                <a href=\"https:\/\/rsu.edu.so\/index.php\/agriculture-and-biology\/\" class=\"read-more-btn\">Read More<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        \r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Department of Public Health Faculty of Education Background The Faculty of Education was established in 2008 to produce qualified teachers who specialize in subjects needed at both primary and secondary school levels. The Faculty of Education at Red Sea University is committed to advancing dynamic education as a professional practice in the field of teaching, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-241","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages\/241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/comments?post=241"}],"version-history":[{"count":25,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages\/241\/revisions"}],"predecessor-version":[{"id":496,"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/pages\/241\/revisions\/496"}],"wp:attachment":[{"href":"https:\/\/rsu.edu.so\/index.php\/wp-json\/wp\/v2\/media?parent=241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}