{"id":9428,"date":"2026-06-22T02:05:02","date_gmt":"2026-06-22T00:05:02","guid":{"rendered":"https:\/\/wku.edu.sd\/ar\/?page_id=9428"},"modified":"2026-06-22T04:49:27","modified_gmt":"2026-06-22T02:49:27","slug":"%d9%83%d9%84%d9%8a%d8%a9-%d8%a7%d9%84%d8%a5%d8%b9%d9%84%d8%a7%d9%85","status":"publish","type":"page","link":"https:\/\/wku.edu.sd\/ar\/?page_id=9428","title":{"rendered":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645"},"content":{"rendered":"<p><!-- ============================================\n     \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - Faculty of Media\n     Updated: WhatsApp + Email Integration\n     ============================================ -->\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=Cairo:wght@300;400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ===== CSS VARIABLES ===== *\/\n.faculty-page {\n    --primary-dark: #007a3a;\n    --primary-main: #009746;\n    --primary-light: #00b856;\n    --accent-red: #e31e25;\n    --accent-red-light: #f04a50;\n    --accent-gold: #d4af37;\n    --accent-gold-light: #e8c547;\n    --text-dark: #1a202c;\n    --text-body: #4a5568;\n    --text-muted: #718096;\n    --bg-white: #ffffff;\n    --bg-light: #f0f9f4;\n    --border-light: #e2e8f0;\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n    --shadow-md: 0 4px 6px rgba(0,0,0,0.07);\n    --shadow-lg: 0 10px 25px rgba(0,0,0,0.1);\n    --shadow-xl: 0 20px 40px rgba(0,0,0,0.15);\n    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    font-family: 'Cairo', sans-serif;\n    direction: rtl;\n    line-height: 1.8;\n    color: var(--text-body);\n    overflow-x: hidden;\n}\n.faculty-page * { margin: 0; padding: 0; box-sizing: border-box; }\n.faculty-page img { max-width: 100%; height: auto; display: block; }\n.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }\n.section-padding { padding: 5rem 0; }\n@keyframes fadeInUp {\n    from { opacity: 0; transform: translateY(40px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n@keyframes pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.05); }\n}\n.animate-on-scroll {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n}\n.animate-on-scroll.visible {\n    opacity: 1;\n    transform: translateY(0);\n}\n\/* ===== HERO BANNER ===== *\/\n.hero-banner {\n    position: relative;\n    height: 550px;\n    background: url('\/wp-content\/uploads\/faculty-media-images\/banner-media.jpg') center\/cover no-repeat;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n}\n.hero-banner::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: linear-gradient(135deg, rgba(0,122,58,0.9) 0%, rgba(0,151,70,0.85) 50%, rgba(0,184,86,0.8) 100%);\n}\n.hero-banner::after {\n    content: '';\n    position: absolute;\n    bottom: -1px; left: 0; right: 0;\n    height: 100px;\n    background: linear-gradient(to top, var(--bg-white), transparent);\n}\n.hero-content {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    color: var(--bg-white);\n    padding: 0 1rem;\n    animation: fadeInUp 1s ease-out;\n}\n.hero-logo {\n    width: 160px;\n    height: 160px;\n    margin: 0 auto 1.5rem;\n    background: rgba(255,255,255,0.2);\n    backdrop-filter: blur(10px);\n    border-radius: 50%;\n    padding: 20px;\n    border: 3px solid rgba(255,255,255,0.4);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n    transition: var(--transition);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n.hero-logo:hover {\n    transform: scale(1.1) rotate(5deg);\n    background: rgba(255,255,255,0.3);\n}\n.hero-logo img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));\n}\n.hero-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.2);\n    backdrop-filter: blur(10px);\n    padding: 0.5rem 1.5rem;\n    border-radius: 50px;\n    font-size: 0.9rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    border: 1px solid rgba(255,255,255,0.3);\n}\n.hero-title {\n    font-size: 3.5rem;\n    font-weight: 900;\n    margin-bottom: 1rem;\n    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n    line-height: 1.3;\n}\n.hero-subtitle {\n    font-size: 1.25rem;\n    font-weight: 500;\n    opacity: 0.9;\n    max-width: 700px;\n    margin: 0 auto;\n    line-height: 1.8;\n}\n\/* ===== DEAN SECTION ===== *\/\n.dean-section {\n    background: var(--bg-white);\n    position: relative;\n}\n.dean-wrapper {\n    display: grid;\n    grid-template-columns: 350px 1fr;\n    gap: 3rem;\n    align-items: start;\n}\n.dean-image-box {\n    position: relative;\n    text-align: center;\n}\n.dean-image {\n    width: 300px;\n    height: 300px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 5px solid var(--bg-white);\n    box-shadow: var(--shadow-xl);\n    position: relative;\n    z-index: 2;\n    transition: var(--transition);\n}\n.dean-image:hover {\n    transform: scale(1.03);\n}\n.dean-image-ring {\n    position: absolute;\n    top: -15px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 330px;\n    height: 330px;\n    border: 3px solid var(--accent-red);\n    border-radius: 50%;\n    opacity: 0.6;\n    animation: pulse 3s infinite;\n}\n.dean-name-plate {\n    margin-top: 1.5rem;\n    padding: 1rem 2rem;\n    background: linear-gradient(135deg, var(--primary-dark), var(--primary-main));\n    color: white;\n    border-radius: 12px;\n    display: inline-block;\n    box-shadow: var(--shadow-md);\n}\n.dean-name-plate h3 {\n    font-size: 1.4rem;\n    font-weight: 800;\n    margin-bottom: 0.25rem;\n}\n.dean-name-plate p {\n    font-size: 0.95rem;\n    font-weight: 500;\n    opacity: 0.9;\n}\n.dean-message {\n    background: var(--bg-light);\n    padding: 2.5rem;\n    border-radius: 20px;\n    border-right: 5px solid var(--accent-red);\n    position: relative;\n}\n.dean-message::before {\n    content: '\"';\n    position: absolute;\n    top: 0.5rem;\n    right: 1.5rem;\n    font-size: 6rem;\n    color: var(--accent-red);\n    opacity: 0.2;\n    font-family: Georgia, serif;\n    line-height: 1;\n}\n.dean-message h2 {\n    color: var(--primary-dark);\n    font-size: 1.75rem;\n    margin-bottom: 1.5rem;\n    font-weight: 800;\n}\n.dean-message p {\n    font-size: 1.05rem;\n    font-weight: 500;\n    line-height: 2;\n    text-align: justify;\n}\n\/* ===== INFO TABS ===== *\/\n.info-section {\n    background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-light) 100%);\n}\n.section-header {\n    text-align: center;\n    margin-bottom: 3rem;\n}\n.section-header h2 {\n    font-size: 2.5rem;\n    color: var(--primary-dark);\n    font-weight: 900;\n    position: relative;\n    display: inline-block;\n    margin-bottom: 1rem;\n    line-height: 1.3;\n}\n.section-header h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    right: 50%;\n    transform: translateX(50%);\n    width: 60px;\n    height: 4px;\n    background: var(--accent-red);\n    border-radius: 2px;\n}\n.section-header p {\n    color: var(--text-muted);\n    font-size: 1.1rem;\n    font-weight: 500;\n    max-width: 600px;\n    margin: 1.5rem auto 0;\n    line-height: 1.8;\n}\n.about-image-wrapper {\n    margin: 2rem 0;\n    border-radius: 20px;\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n}\n.about-image-wrapper img {\n    width: 100%;\n    height: 300px;\n    object-fit: cover;\n    transition: var(--transition);\n}\n.about-image-wrapper:hover img {\n    transform: scale(1.05);\n}\n.tabs-container { max-width: 1000px; margin: 0 auto; }\n.tabs-nav {\n    display: flex;\n    justify-content: center;\n    gap: 0.5rem;\n    margin-bottom: 2rem;\n    flex-wrap: wrap;\n}\n.tab-btn {\n    padding: 1rem 2rem;\n    background: var(--bg-white);\n    border: 2px solid var(--border-light);\n    border-radius: 50px;\n    cursor: pointer;\n    font-family: 'Cairo', sans-serif;\n    font-weight: 700;\n    font-size: 1rem;\n    color: var(--text-muted);\n    transition: var(--transition);\n    outline: none;\n    position: relative;\n    overflow: hidden;\n}\n.tab-btn::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    background: linear-gradient(135deg, var(--primary-main), var(--primary-light));\n    opacity: 0;\n    transition: var(--transition);\n    z-index: -1;\n}\n.tab-btn:hover, .tab-btn.active {\n    color: var(--bg-white);\n    border-color: var(--primary-main);\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n.tab-btn:hover::before, .tab-btn.active::before {\n    opacity: 1;\n}\n.tab-content {\n    display: none;\n    animation: fadeInUp 0.5s ease-out;\n}\n.tab-content.active { display: block; }\n.tab-card {\n    background: var(--bg-white);\n    border-radius: 20px;\n    padding: 2.5rem;\n    box-shadow: var(--shadow-lg);\n    border: 1px solid var(--border-light);\n}\n.tab-card h3 {\n    color: var(--primary-dark);\n    font-size: 1.5rem;\n    font-weight: 800;\n    margin-bottom: 1.5rem;\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n}\n.tab-card p {\n    font-size: 1.05rem;\n    font-weight: 500;\n    line-height: 2;\n    margin-bottom: 1rem;\n    text-align: justify;\n}\n.vision-mission-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2rem;\n    margin-top: 2rem;\n}\n.vm-card {\n    padding: 2rem;\n    border-radius: 16px;\n    position: relative;\n    overflow: hidden;\n}\n.vm-card.vision {\n    background: linear-gradient(135deg, var(--primary-dark), var(--primary-main));\n    color: white;\n}\n.vm-card.mission {\n    background: linear-gradient(135deg, var(--accent-red), var(--accent-red-light));\n    color: white;\n}\n.vm-card h4 {\n    font-size: 1.25rem;\n    font-weight: 800;\n    margin-bottom: 1rem;\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n}\n.vm-card p {\n    font-size: 1rem;\n    font-weight: 500;\n    line-height: 1.9;\n    opacity: 0.95;\n}\n\/* ===== DEPARTMENTS ===== *\/\n.depts-section { background: var(--bg-white); }\n.depts-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 1.5rem;\n    margin-top: 2rem;\n}\n.dept-card {\n    background: var(--bg-white);\n    border: 2px solid var(--border-light);\n    border-radius: 16px;\n    padding: 2rem;\n    transition: var(--transition);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n.dept-card::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    width: 100%; height: 4px;\n    background: linear-gradient(90deg, var(--accent-red), var(--primary-light));\n    transform: scaleX(0);\n    transform-origin: right;\n    transition: transform 0.3s ease;\n}\n.dept-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow-xl);\n    border-color: var(--primary-light);\n}\n.dept-card:hover::before {\n    transform: scaleX(1);\n}\n.dept-head-img {\n    width: 100px;\n    height: 100px;\n    border-radius: 50%;\n    margin: 0 auto 1rem;\n    object-fit: cover;\n    border: 3px solid var(--primary-light);\n    box-shadow: var(--shadow-md);\n}\n.dept-card h4 {\n    font-size: 1.2rem;\n    color: var(--primary-dark);\n    font-weight: 800;\n    margin-bottom: 0.5rem;\n}\n.dept-card .head-name {\n    font-size: 0.95rem;\n    color: var(--accent-red);\n    font-weight: 700;\n    margin-bottom: 1rem;\n}\n.dept-card p {\n    color: var(--text-muted);\n    font-size: 0.9rem;\n    font-weight: 500;\n    line-height: 1.7;\n}\n\/* ===== PROGRAMS ===== *\/\n.programs-section { background: var(--bg-light); }\n.programs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 1.5rem;\n    margin-top: 2rem;\n}\n.program-card {\n    background: var(--bg-white);\n    border: 2px solid var(--border-light);\n    border-radius: 16px;\n    padding: 2rem;\n    transition: var(--transition);\n    position: relative;\n    overflow: hidden;\n}\n.program-card::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    width: 100%; height: 4px;\n    background: linear-gradient(90deg, var(--accent-red), var(--primary-light));\n    transform: scaleX(0);\n    transform-origin: right;\n    transition: transform 0.3s ease;\n}\n.program-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow-xl);\n    border-color: var(--primary-light);\n}\n.program-card:hover::before {\n    transform: scaleX(1);\n}\n.program-icon {\n    width: 60px;\n    height: 60px;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.25rem;\n    overflow: hidden;\n}\n.program-icon img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n}\n.program-card h4 {\n    font-size: 1.25rem;\n    color: var(--primary-dark);\n    margin-bottom: 0.75rem;\n    font-weight: 800;\n}\n.program-card p {\n    color: var(--text-muted);\n    font-size: 0.95rem;\n    font-weight: 500;\n    line-height: 1.8;\n}\n.program-meta {\n    display: flex;\n    gap: 1rem;\n    margin-top: 1.25rem;\n    padding-top: 1.25rem;\n    border-top: 1px solid var(--border-light);\n}\n.program-meta span {\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: var(--text-muted);\n}\n\/* ===== STATS ===== *\/\n.stats-section {\n    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-main) 100%);\n    color: white;\n    padding: 4rem 0;\n    position: relative;\n    overflow: hidden;\n}\n.stats-section::before {\n    content: '';\n    position: absolute;\n    top: -50%; right: -20%;\n    width: 600px; height: 600px;\n    background: rgba(255,255,255,0.03);\n    border-radius: 50%;\n}\n.stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 2rem;\n    position: relative;\n    z-index: 2;\n}\n.stat-card {\n    text-align: center;\n    padding: 2rem;\n    background: rgba(255,255,255,0.1);\n    border-radius: 16px;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255,255,255,0.2);\n    transition: var(--transition);\n}\n.stat-card:hover {\n    transform: translateY(-5px);\n    background: rgba(255,255,255,0.15);\n}\n.stat-number {\n    font-size: 3rem;\n    font-weight: 900;\n    color: var(--accent-gold);\n    margin-bottom: 0.5rem;\n}\n.stat-label {\n    font-size: 1.1rem;\n    font-weight: 600;\n    opacity: 0.9;\n}\n\/* ===== HISTORY ===== *\/\n.history-section { background: var(--bg-white); }\n.history-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n    background: var(--bg-white);\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n}\n.history-table th {\n    background: linear-gradient(135deg, var(--primary-dark), var(--primary-main));\n    color: white;\n    padding: 1.25rem;\n    font-weight: 800;\n    text-align: right;\n}\n.history-table td {\n    padding: 1.25rem;\n    border-bottom: 1px solid var(--border-light);\n    font-weight: 500;\n}\n.history-table tr:hover {\n    background: var(--bg-light);\n}\n.history-table tr:last-child td {\n    border-bottom: none;\n}\n\/* ===== VALUES ===== *\/\n.values-section {\n    position: relative;\n    padding: 5rem 0;\n    background: url('\/wp-content\/uploads\/faculty-media-images\/values-bg.jpg') center\/cover no-repeat;\n}\n.values-section::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: rgba(0, 122, 58, 0.85);\n}\n.values-content {\n    position: relative;\n    z-index: 2;\n}\n.values-section .section-header h2,\n.values-section .section-header p {\n    color: white;\n}\n.values-section .section-header h2::after {\n    background: var(--accent-gold);\n}\n\/* ===== CONTACT ===== *\/\n.contact-section {\n    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-main) 100%);\n    color: white;\n    position: relative;\n    overflow: hidden;\n}\n.contact-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n}\n.contact-info h2 {\n    font-size: 2.5rem;\n    margin-bottom: 1.5rem;\n    font-weight: 900;\n}\n.contact-info > p {\n    font-size: 1.1rem;\n    font-weight: 500;\n    opacity: 0.9;\n    margin-bottom: 2rem;\n    line-height: 1.9;\n}\n.contact-details {\n    display: flex;\n    flex-direction: column;\n    gap: 1.25rem;\n    margin-bottom: 2rem;\n}\n.contact-item {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    padding: 1rem;\n    background: rgba(255,255,255,0.1);\n    border-radius: 12px;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255,255,255,0.2);\n    transition: var(--transition);\n}\n.contact-item:hover {\n    background: rgba(255,255,255,0.15);\n    transform: translateX(-5px);\n}\n.contact-item svg {\n    width: 24px;\n    height: 24px;\n    color: var(--accent-gold);\n    flex-shrink: 0;\n}\n\/* CTA Buttons *\/\n.cta-group {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n}\n.cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    padding: 1rem 2rem;\n    border-radius: 50px;\n    font-family: 'Cairo', sans-serif;\n    font-weight: 700;\n    font-size: 1rem;\n    text-decoration: none;\n    transition: var(--transition);\n    cursor: pointer;\n    border: none;\n    outline: none;\n}\n.cta-btn-primary {\n    background: var(--accent-red);\n    color: white;\n    box-shadow: 0 4px 15px rgba(227, 30, 37, 0.4);\n}\n.cta-btn-primary:hover {\n    background: var(--accent-red-light);\n    transform: translateY(-3px);\n    box-shadow: 0 8px 25px rgba(227, 30, 37, 0.5);\n}\n.cta-btn-secondary {\n    background: transparent;\n    color: white;\n    border: 2px solid rgba(255,255,255,0.5);\n}\n.cta-btn-secondary:hover {\n    background: rgba(255,255,255,0.1);\n    border-color: white;\n    transform: translateY(-3px);\n}\n.cta-btn-gold {\n    background: var(--accent-gold);\n    color: var(--text-dark);\n    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);\n}\n.cta-btn-gold:hover {\n    background: var(--accent-gold-light);\n    transform: translateY(-3px);\n    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);\n}\n\/* Contact Form *\/\n.contact-form-wrapper {\n    background: var(--bg-white);\n    border-radius: 20px;\n    padding: 2.5rem;\n    box-shadow: var(--shadow-xl);\n    color: var(--text-body);\n}\n.contact-form-wrapper h3 {\n    color: var(--primary-dark);\n    font-size: 1.5rem;\n    font-weight: 800;\n    margin-bottom: 1.5rem;\n    text-align: center;\n}\n.form-group {\n    margin-bottom: 1.25rem;\n}\n.form-group label {\n    display: block;\n    margin-bottom: 0.5rem;\n    font-weight: 700;\n    color: var(--text-dark);\n    font-size: 0.95rem;\n}\n.form-group input,\n.form-group textarea,\n.form-group select {\n    width: 100%;\n    padding: 0.875rem 1rem;\n    border: 2px solid var(--border-light);\n    border-radius: 10px;\n    font-size: 1rem;\n    font-family: 'Cairo', sans-serif;\n    font-weight: 500;\n    transition: var(--transition);\n    outline: none;\n    background: var(--bg-light);\n}\n.form-group input:focus,\n.form-group textarea:focus,\n.form-group select:focus {\n    border-color: var(--primary-light);\n    box-shadow: 0 0 0 3px rgba(0, 184, 86, 0.1);\n    background: var(--bg-white);\n}\n.form-group textarea {\n    min-height: 120px;\n    resize: vertical;\n}\n.submit-btn {\n    width: 100%;\n    padding: 1rem;\n    background: linear-gradient(135deg, var(--primary-main), var(--primary-dark));\n    color: white;\n    border: none;\n    border-radius: 10px;\n    font-size: 1.1rem;\n    font-family: 'Cairo', sans-serif;\n    font-weight: 800;\n    cursor: pointer;\n    transition: var(--transition);\n}\n.submit-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\/* Footer *\/\n.faculty-footer {\n    background: var(--text-dark);\n    color: var(--text-muted);\n    padding: 2rem 0;\n    text-align: center;\n    font-size: 0.9rem;\n    font-weight: 500;\n}\n\/* Responsive *\/\n@media (max-width: 992px) {\n    .dean-wrapper, .contact-grid {\n        grid-template-columns: 1fr;\n        gap: 3rem;\n    }\n    .dean-image-box { margin-bottom: 2rem; }\n    .vision-mission-grid { grid-template-columns: 1fr; }\n    .stats-grid { grid-template-columns: repeat(2, 1fr); }\n}\n@media (max-width: 768px) {\n    .hero-title { font-size: 2.25rem; }\n    .hero-banner { height: 450px; }\n    .hero-logo { width: 110px; height: 110px; padding: 15px; }\n    .section-padding { padding: 3rem 0; }\n    .section-header h2 { font-size: 1.75rem; }\n    .stats-grid { grid-template-columns: 1fr; }\n    .cta-group { flex-direction: column; }\n    .cta-btn { justify-content: center; }\n}\n<\/style>\n<p><!-- ============================================\n     HTML CONTENT - FACULTY OF MEDIA\n     ============================================ --><br \/>\n    <!-- HERO BANNER --><\/p>\n<section>\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/logo-media.png\" alt=\"\u0634\u0639\u0627\u0631 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\"><br \/>\n            \u2726 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u2726<\/p>\n<h1>\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645<\/h1>\n<p>\u0625\u0639\u062f\u0627\u062f \u0643\u0648\u0627\u062f\u0631 \u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0645\u062d\u062a\u0631\u0641\u0629 \u0641\u064a \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0648\u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646 \u0648\u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629<\/p>\n<\/section>\n<p>    <!-- DEAN SECTION --><\/p>\n<section>\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/dean-media.jpg\" alt=\"\u0639\u0645\u064a\u062f \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\"><\/p>\n<h3>\u062f. \u0633\u0644\u064a\u0645\u0627\u0646 \u062d\u0645\u0627\u062f \u062c\u0627\u0628\u0631 \u0627\u0644\u0623\u0645\u064a\u0646<\/h3>\n<p>\u0639\u0645\u064a\u062f \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645<\/p>\n<h2>\u0643\u0644\u0645\u0629 \u0627\u0644\u0639\u0645\u064a\u062f<\/h2>\n<p>\n                        \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0643\u0644\u064a\u0627\u062a \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646 \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0648\u062a\u0623\u0647\u064a\u0644 \u0643\u0648\u0627\u062f\u0631 \u0645\u062d\u062a\u0631\u0641\u0629 \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0635\u062d\u0627\u0641\u0629\u060c \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629\u060c \u0648\u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646\u060c \u0648\u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0627\u0644\u062a\u0646\u0645\u0648\u064a. \u062a\u0631\u0643\u0632 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0641\u064a\u0647\u0627 \u0639\u0644\u0649 \u062a\u0632\u0648\u064a\u062f \u0627\u0644\u0637\u0644\u0627\u0628 \u0628\u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0646\u0638\u0631\u064a\u0629 \u0648\u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u0644\u0639\u0645\u0644 \u0641\u064a \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629\u060c \u0648\u0627\u0644\u0648\u0643\u0627\u0644\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629\u060c \u0648\u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629.\n                    <\/p>\n<p style=\"margin-top: 1rem;\">\n                        \u062a\u0623\u0633\u0633\u062a \u0627\u0644\u0643\u0644\u064a\u0629 \u0641\u064a \u064a\u0648\u0646\u064a\u0648 2014\u0645\u060c \u0648\u0645\u0646\u0630 \u0630\u0644\u0643 \u0627\u0644\u062d\u064a\u0646 \u0648\u0647\u064a \u062a\u0633\u0639\u0649 \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0631\u064a\u0627\u062f\u0629 \u0648\u0627\u0644\u062a\u0645\u064a\u0632 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u062d\u0644\u064a \u0648\u0627\u0644\u0625\u0642\u0644\u064a\u0645\u064a \u0648\u0627\u0644\u062f\u0648\u0644\u064a \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644\u060c \u0625\u0644\u0649 \u062c\u0627\u0646\u0628 \u062a\u0631\u0633\u064a\u062e \u062b\u0642\u0627\u0641\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639 \u0627\u0644\u0645\u062d\u0644\u064a \u0648\u062a\u0639\u0632\u064a\u0632 \u062d\u0648\u0627\u0631 \u0627\u0644\u062b\u0642\u0627\u0641\u0627\u062a.\n                    <\/p>\n<\/section>\n<p>    <!-- INFO TABS --><\/p>\n<section>\n<h2>\u0639\u0646 \u0627\u0644\u0643\u0644\u064a\u0629<\/h2>\n<p>\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0646\u0634\u0623\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0648\u0631\u0624\u064a\u062a\u0647\u0627 \u0648\u0631\u0633\u0627\u0644\u062a\u0647\u0627 \u0648\u0623\u0647\u062f\u0627\u0641\u0647\u0627 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629<\/p>\n<p>                <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/about-building.jpg\" alt=\"\u0645\u0628\u0646\u0649 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\"><br \/>\n                    <button onclick=\"switchTab(event, 'about')\">\u0627\u0644\u0646\u0634\u0623\u0629 \u0648\u0627\u0644\u062a\u0627\u0631\u064a\u062e<\/button><br \/>\n                    <button onclick=\"switchTab(event, 'vision')\">\u0627\u0644\u0631\u0624\u064a\u0629 \u0648\u0627\u0644\u0631\u0633\u0627\u0644\u0629<\/button><br \/>\n                    <button onclick=\"switchTab(event, 'goals')\">\u0627\u0644\u0623\u0647\u062f\u0627\u0641<\/button><br \/>\n                    <button onclick=\"switchTab(event, 'values')\">\u0627\u0644\u0642\u064a\u0645<\/button><\/p>\n<h3>\ud83d\udcc5 \u0646\u0634\u0623\u0629 \u0627\u0644\u0643\u0644\u064a\u0629<\/h3>\n<p>\u062a\u0623\u0633\u0633\u062a \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0641\u064a <strong>\u064a\u0648\u0646\u064a\u0648 2014\u0645<\/strong> \u0643\u0625\u062d\u062f\u0649 \u0643\u0644\u064a\u0627\u062a \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646\u060c \u0648\u0630\u0644\u0643 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0644\u0644\u062d\u0627\u062c\u0629 \u0627\u0644\u0645\u0644\u062d\u0629 \u0625\u0644\u0649 \u0643\u0648\u0627\u062f\u0631 \u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0645\u0624\u0647\u0644\u0629 \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0648\u0627\u0644\u0625\u0639\u0644\u0627\u0645.<\/p>\n<p>\u0645\u0631\u062a \u0627\u0644\u0643\u0644\u064a\u0629 \u0628\u0639\u062f\u0629 \u0645\u0631\u0627\u062d\u0644 \u062a\u0637\u0648\u064a\u0631\u064a\u0629\u060c \u062d\u064a\u062b \u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0628\u0645\u0627 \u064a\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629\u060c \u0648\u0625\u062f\u062e\u0627\u0644 \u0628\u0631\u0627\u0645\u062c \u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0641\u064a \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0648\u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u0628\u0648\u062f\u0643\u0627\u0633\u062a \u0648\u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0627\u0644\u0631\u0642\u0645\u064a.<\/p>\n<h4>\ud83d\udc41\ufe0f \u0627\u0644\u0631\u0624\u064a\u0629<\/h4>\n<p>\u062a\u0623\u0633\u064a\u0633 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0631\u064a\u0627\u062f\u0629 \u0648\u0627\u0644\u062a\u0645\u064a\u0632 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u062d\u0644\u064a \u0648\u0627\u0644\u0625\u0642\u0644\u064a\u0645\u064a \u0648\u0627\u0644\u062f\u0648\u0644\u064a \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644.<\/p>\n<h4>\u26a1 \u0627\u0644\u0631\u0633\u0627\u0644\u0629<\/h4>\n<p>\u0625\u0639\u062f\u0627\u062f \u0643\u0641\u0627\u0621\u0627\u062a \u0645\u062a\u0645\u064a\u0632\u0629 \u0628\u0627\u0644\u0639\u0637\u0627\u0621 \u0648\u0627\u0644\u0625\u0628\u062f\u0627\u0639 \u0641\u064a \u0645\u064a\u0627\u062f\u064a\u0646 \u0627\u0644\u062a\u062e\u0635\u0635\u060c \u0648\u0625\u062b\u0631\u0627\u0621 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u0627\u0644\u0645\u0628\u062a\u0643\u0631 \u0627\u0644\u0645\u062f\u0639\u0645 \u0628\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0639\u0644\u064a\u0627.<\/p>\n<h3>\ud83c\udfaf \u0627\u0644\u0631\u0624\u064a\u0629 \u0648\u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a\u0629<\/h3>\n<p><strong>\u0627\u0644\u0631\u0624\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629:<\/strong> \u0623\u0646 \u062a\u0643\u0648\u0646 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0645\u0631\u062c\u0639\u0627\u064b \u0639\u0644\u0645\u064a\u0627\u064b \u0631\u0627\u0626\u062f\u0627\u064b \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0648\u0637\u0646\u064a \u0648\u0627\u0644\u0625\u0642\u0644\u064a\u0645\u064a \u0648\u0627\u0644\u062f\u0648\u0644\u064a.<\/p>\n<p style=\"margin-top: 1rem;\"><strong>\u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0641\u064a\u0630\u064a\u0629:<\/strong> \u0646\u0644\u062a\u0632\u0645 \u0628\u0625\u0639\u062f\u0627\u062f \u0625\u0639\u0644\u0627\u0645\u064a\u064a\u0646 \u0645\u062a\u0645\u064a\u0632\u064a\u0646 \u064a\u062c\u0645\u0639\u0648\u0646 \u0628\u064a\u0646 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u0639\u0645\u064a\u0642\u0629 \u0648\u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u064a\u0629 \u0648\u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0627\u0644\u0633\u0627\u0645\u064a\u0629.<\/p>\n<h3>\ud83c\udfaf \u0627\u0644\u0623\u0647\u062f\u0627\u0641 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629<\/h3>\n<ul style=\"list-style: none; padding: 0;\">\n<li style=\"padding: 0.75rem 0; border-bottom: 1px solid var(--border-light); display: flex; align-items: center; gap: 0.75rem;\">\n                                1<br \/>\n                                \u062a\u0632\u0648\u064a\u062f \u0627\u0644\u0637\u0644\u0627\u0628 \u0628\u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0641\u064a \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0628\u0645\u062e\u062a\u0644\u0641 \u062a\u062e\u0635\u0635\u0627\u062a\u0647\u0627\n                            <\/li>\n<li style=\"padding: 0.75rem 0; border-bottom: 1px solid var(--border-light); display: flex; align-items: center; gap: 0.75rem;\">\n                                2<br \/>\n                                \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u0647\u062c \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0628\u0645\u0627 \u064a\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0629\n                            <\/li>\n<li style=\"padding: 0.75rem 0; border-bottom: 1px solid var(--border-light); display: flex; align-items: center; gap: 0.75rem;\">\n                                3<br \/>\n                                \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0639\u0644\u0645\u064a \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644\n                            <\/li>\n<li style=\"padding: 0.75rem 0; display: flex; align-items: center; gap: 0.75rem;\">\n                                4<br \/>\n                                \u0628\u0646\u0627\u0621 \u0627\u0644\u0634\u0631\u0627\u0643\u0627\u062a \u0645\u0639 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0648\u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629\n                            <\/li>\n<\/ul>\n<h3>\ud83d\udc8e \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629<\/h3>\n<p>                                \ud83c\udfaf<\/p>\n<h4 style=\"color: var(--primary-dark); margin-bottom: 0.5rem; font-weight: 800;\">\u0627\u0644\u062a\u0645\u064a\u0632<\/h4>\n<p style=\"font-size: 0.9rem; font-weight: 500;\">\u0627\u0644\u0633\u0639\u064a \u0644\u0623\u0639\u0644\u0649 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/p>\n<p>                                \ud83d\udca1<\/p>\n<h4 style=\"color: var(--primary-dark); margin-bottom: 0.5rem; font-weight: 800;\">\u0627\u0644\u0625\u0628\u062f\u0627\u0639<\/h4>\n<p style=\"font-size: 0.9rem; font-weight: 500;\">\u062a\u0634\u062c\u064a\u0639 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0641\u064a \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a<\/p>\n<p>                                \ud83e\udd1d<\/p>\n<h4 style=\"color: var(--primary-dark); margin-bottom: 0.5rem; font-weight: 800;\">\u0627\u0644\u0646\u0632\u0627\u0647\u0629<\/h4>\n<p style=\"font-size: 0.9rem; font-weight: 500;\">\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0623\u062e\u0644\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/p>\n<p>                                \ud83c\udf0d<\/p>\n<h4 style=\"color: var(--primary-dark); margin-bottom: 0.5rem; font-weight: 800;\">\u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0629<\/h4>\n<p style=\"font-size: 0.9rem; font-weight: 500;\">\u062e\u062f\u0645\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639 \u0648\u0646\u0634\u0631 \u0627\u0644\u0648\u0639\u064a<\/p>\n<\/section>\n<p>    <!-- STATS SECTION --><\/p>\n<section>\n                    375<br \/>\n                    \u0637\u0627\u0644\u0628 \u0648\u0637\u0627\u0644\u0628\u0629<br \/>\n                    279<br \/>\n                    \u062e\u0631\u064a\u062c<br \/>\n                    4<br \/>\n                    \u0623\u0642\u0633\u0627\u0645 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<br \/>\n                    2014<br \/>\n                    \u0633\u0646\u0629 \u0627\u0644\u062a\u0623\u0633\u064a\u0633<br \/>\n    <\/section>\n<p>    <!-- DEPARTMENTS SECTION --><\/p>\n<section>\n<h2>\u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/h2>\n<p>\u0623\u0631\u0628\u0639\u0629 \u0623\u0642\u0633\u0627\u0645 \u0645\u062a\u062e\u0635\u0635\u0629 \u062a\u063a\u0637\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629<\/p>\n<p>                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/head-pr.jpg\" alt=\"\u062f. \u0633\u0627\u0631\u0629 \u0639\u0628\u062f\u0627\u0644\u0644\u0647\"><\/p>\n<h4>\u0642\u0633\u0645 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0627\u0644\u0625\u0639\u0644\u0627\u0646<\/h4>\n<p>\u062f. \u0633\u0627\u0631\u0629 \u0639\u0628\u062f\u0627\u0644\u0644\u0647 \u0622\u062f\u0645 \u0623\u062d\u0645\u062f<\/p>\n<p>\u064a\u0647\u062a\u0645 \u0628\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u060c \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0632\u0645\u0627\u062a\u060c \u0627\u0644\u062d\u0645\u0644\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642\u064a\u0629<\/p>\n<p>                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/head-broadcast.jpg\" alt=\"\u0623. \u0639\u0628\u062f\u0627\u0644\u0644\u0647 \u062c\u0631\u0627\u0645\u064a\"><\/p>\n<h4>\u0642\u0633\u0645 \u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646<\/h4>\n<p>\u0623. \u0639\u0628\u062f\u0627\u0644\u0644\u0647 \u0623\u062d\u0645\u062f \u0645\u062d\u0645\u062f \u062c\u0631\u0627\u0645\u064a<\/p>\n<p>\u064a\u0631\u0643\u0632 \u0639\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0628\u0631\u0627\u0645\u062c\u060c \u0627\u0644\u0625\u062e\u0631\u0627\u062c\u060c \u0627\u0644\u062a\u0635\u0648\u064a\u0631\u060c \u0648\u0627\u0644\u0645\u0648\u0646\u062a\u0627\u062c\u060c \u0648\u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u0628\u0648\u062f\u0643\u0627\u0633\u062a<\/p>\n<p>                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/head-journalism.jpg\" alt=\"\u0623. \u0627\u0644\u0646\u0630\u064a\u0631 \u062d\u0627\u0645\u062f\"><\/p>\n<h4>\u0642\u0633\u0645 \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0648\u0627\u0644\u0646\u0634\u0631 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/h4>\n<p>\u0623. \u0627\u0644\u0646\u0630\u064a\u0631 \u062d\u0627\u0645\u062f \u0625\u0628\u0631\u0627\u0647\u064a\u0645<\/p>\n<p>\u064a\u064f\u0639\u0646\u0649 \u0628\u062a\u062f\u0631\u064a\u0633 \u0641\u0646\u0648\u0646 \u0627\u0644\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0635\u062d\u0641\u064a\u060c \u0627\u0644\u062a\u062d\u0642\u064a\u0642\u0627\u062a\u060c \u0625\u062f\u0627\u0631\u0629 \u063a\u0631\u0641 \u0627\u0644\u0623\u062e\u0628\u0627\u0631\u060c \u0648\u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629<\/p>\n<p>                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/head-devmedia.jpg\" alt=\"\u062f. \u0631\u064a\u0645 \u0643\u0627\u0641\u064a\"><\/p>\n<h4>\u0642\u0633\u0645 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0627\u0644\u062a\u0646\u0645\u0648\u064a<\/h4>\n<p>\u062f. \u0631\u064a\u0645 \u062d\u0633\u0646 \u0627\u0644\u0646\u0648\u0631 \u0643\u0627\u0641\u064a<\/p>\n<p>\u064a\u0631\u0643\u0632 \u0639\u0644\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0643\u0623\u062f\u0627\u0629 \u0644\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u064a\u0629 \u0648\u0646\u0634\u0631 \u0627\u0644\u0648\u0639\u064a \u0627\u0644\u062a\u0646\u0645\u0648\u064a<\/p>\n<\/section>\n<p>    <!-- PROGRAMS SECTION --><\/p>\n<section>\n<h2>\u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/h2>\n<p>\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0641\u064a \u062a\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629<\/p>\n<p>                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/icon-pr.png\" alt=\"\u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629\"><\/p>\n<h4>\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0627\u0644\u0625\u0639\u0644\u0627\u0646<\/h4>\n<p>\u0628\u0631\u0646\u0627\u0645\u062c \u0623\u0631\u0628\u0639 \u0633\u0646\u0648\u0627\u062a \u064a\u0624\u0647\u0644 \u0627\u0644\u0637\u0627\u0644\u0628 \u0644\u0644\u0639\u0645\u0644 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u064a\u060c \u0627\u0644\u062d\u0645\u0644\u0627\u062a \u0627\u0644\u0625\u0639\u0644\u0627\u0646\u064a\u0629\u060c \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0631\u0642\u0645\u064a.<\/p>\n<p>                        \u23f1\ufe0f 4 \u0633\u0646\u0648\u0627\u062a<br \/>\n                        \ud83d\udc65 \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0639\u0627\u0645<br \/>\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/icon-broadcast.png\" alt=\"\u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646\"><\/p>\n<h4>\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646<\/h4>\n<p>\u0628\u0631\u0646\u0627\u0645\u062c \u0645\u062a\u062e\u0635\u0635 \u0641\u064a \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0625\u0630\u0627\u0639\u064a\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646\u064a\u0629\u060c \u0627\u0644\u0625\u062e\u0631\u0627\u062c\u060c \u0627\u0644\u062a\u0635\u0648\u064a\u0631\u060c \u0648\u0627\u0644\u0645\u0648\u0646\u062a\u0627\u062c \u0627\u0644\u0631\u0642\u0645\u064a.<\/p>\n<p>                        \u23f1\ufe0f 4 \u0633\u0646\u0648\u0627\u062a<br \/>\n                        \ud83d\udc65 \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0639\u0627\u0645<br \/>\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/icon-journalism.png\" alt=\"\u0627\u0644\u0635\u062d\u0627\u0641\u0629\"><\/p>\n<h4>\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0648\u0627\u0644\u0646\u0634\u0631 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/h4>\n<p>\u0628\u0631\u0646\u0627\u0645\u062c \u064a\u063a\u0637\u064a \u0641\u0646\u0648\u0646 \u0627\u0644\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0635\u062d\u0641\u064a\u060c \u0627\u0644\u062a\u062d\u0642\u064a\u0642\u0627\u062a\u060c \u0625\u062f\u0627\u0631\u0629 \u063a\u0631\u0641 \u0627\u0644\u0623\u062e\u0628\u0627\u0631\u060c \u0648\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629.<\/p>\n<p>                        \u23f1\ufe0f 4 \u0633\u0646\u0648\u0627\u062a<br \/>\n                        \ud83d\udc65 \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0639\u0627\u0645<br \/>\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/faculty-media-images\/icon-devmedia.png\" alt=\"\u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0627\u0644\u062a\u0646\u0645\u0648\u064a\"><\/p>\n<h4>\u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0627\u0644\u062a\u0646\u0645\u0648\u064a<\/h4>\n<p>\u0628\u0631\u0646\u0627\u0645\u062c \u0645\u062a\u062e\u0635\u0635 \u0641\u064a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0643\u0623\u062f\u0627\u0629 \u0644\u0644\u062a\u0646\u0645\u064a\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u064a\u0629\u060c \u0648\u0646\u0634\u0631 \u0627\u0644\u0648\u0639\u064a \u0628\u0627\u0644\u0642\u0636\u0627\u064a\u0627 \u0627\u0644\u062a\u0646\u0645\u0648\u064a\u0629.<\/p>\n<p>                        \u23f1\ufe0f 4 \u0633\u0646\u0648\u0627\u062a<br \/>\n                        \ud83d\udc65 \u0628\u0643\u0627\u0644\u0648\u0631\u064a\u0648\u0633 \u0639\u0627\u0645<br \/>\n    <\/section>\n<p>    <!-- HISTORY SECTION --><\/p>\n<section>\n<h2>\u0642\u0627\u0626\u0645\u0629 \u0634\u0631\u0641 \u0627\u0644\u0639\u0645\u062f\u0627\u0621 \u0627\u0644\u0633\u0627\u0628\u0642\u064a\u0646<\/h2>\n<p>\u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u0644\u0643\u0644\u064a\u0629 \u0645\u0646\u0630 \u0627\u0644\u062a\u0623\u0633\u064a\u0633<\/p>\n<table>\n<thead>\n<tr>\n<th>\u0627\u0644\u0631\u0642\u0645<\/th>\n<th>\u0627\u0644\u0627\u0633\u0645<\/th>\n<th>\u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>\u062f. \u062e\u0627\u0644\u062f \u0625\u0628\u0631\u0627\u0647\u064a\u0645 \u0639\u0628\u062f\u0627\u0644\u0639\u0632\u064a\u0632 \u0642\u0631\u0636<\/td>\n<td>2015 \u2013 2016\u0645<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>\u062f. \u0623\u062d\u0645\u062f \u0625\u0633\u0645\u0627\u0639\u064a\u0644 \u062d\u0633\u064a\u0646 \u0645\u062d\u0645\u062f<\/td>\n<td>2016 \u2013 2019\u0645<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>\u0623. \u062f. \u062e\u0644\u064a\u0644 \u0639\u0628\u062f\u0627\u0644\u0644\u0647 \u0639\u0644\u064a \u062d\u0633\u064a\u0646<\/td>\n<td>2019 \u2013 2021\u0645<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>\u062f. \u0623\u0628\u0648 \u0628\u0643\u0631 \u0645\u062d\u0645\u062f \u0645\u0648\u0633\u0649 \u064a\u0633<\/td>\n<td>2021 \u2013 2024\u0645<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>\u062f. \u0633\u0644\u064a\u0645\u0627\u0646 \u062d\u0645\u0627\u062f \u062c\u0627\u0628\u0631 \u0627\u0644\u0623\u0645\u064a\u0646<\/td>\n<td>2024\u0645 \u0648\u062d\u062a\u0649 \u0627\u0644\u0622\u0646<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>\u0642\u0627\u0626\u0645\u0629 \u0634\u0631\u0641 \u0646\u0648\u0627\u0628 \u0627\u0644\u0639\u0645\u062f\u0627\u0621 \u0627\u0644\u0633\u0627\u0628\u0642\u064a\u0646<\/h2>\n<table>\n<thead>\n<tr>\n<th>\u0627\u0644\u0631\u0642\u0645<\/th>\n<th>\u0627\u0644\u0627\u0633\u0645<\/th>\n<th>\u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>\u062f. \u0623\u062d\u0645\u062f \u0625\u0633\u0645\u0627\u0639\u064a\u0644 \u062d\u0633\u064a\u0646 \u0645\u062d\u0645\u062f<\/td>\n<td>2016\u0645<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>\u062f. \u0627\u0644\u062d\u0627\u062c \u0639\u0644\u064a \u0622\u062f\u0645 \u0639\u0644\u064a<\/td>\n<td>2018 \u2013 2019\u0645<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>\u062f. \u0633\u0644\u064a\u0645\u0627\u0646 \u062d\u0645\u0627\u062f \u062c\u0627\u0628\u0631 \u0627\u0644\u0623\u0645\u064a\u0646<\/td>\n<td>2022 \u2013 2023\u0645<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>\u062f. \u0623\u062d\u0645\u062f \u0633\u0644\u064a\u0645\u0627\u0646 \u0645\u062d\u0645\u0648\u062f \u062d\u0627\u0645\u062f<\/td>\n<td>2023\u0645 \u0648\u062d\u062a\u0649 \u0627\u0644\u0622\u0646<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<p>    <!-- VALUES SECTION --><\/p>\n<section>\n<h2>\u0642\u064a\u0645\u0646\u0627<\/h2>\n<p>\u0627\u0644\u0625\u0628\u062f\u0627\u0639 \u00b7 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u00b7 \u0627\u0644\u0646\u0632\u0627\u0647\u0629 \u00b7 \u0627\u0644\u062a\u0645\u064a\u0632<\/p>\n<\/section>\n<p>    <!-- CONTACT SECTION --><\/p>\n<section>\n<h2>\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/h2>\n<p>\u0646\u062d\u0646 \u0647\u0646\u0627 \u0644\u0645\u0633\u0627\u0639\u062f\u062a\u0643! \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0643\u0644\u064a\u0629 \u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0628\u0631 \u0627\u0644\u0642\u0646\u0648\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629.<\/p>\n<p>                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path><\/svg><br \/>\n                            \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646 &#8211; \u0645\u062f\u064a\u0646\u0629 \u0627\u0644\u0646\u0647\u0648\u062f<br \/>\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"><\/path><\/svg><br \/>\n                            +249 91 234 5678<br \/>\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg><br \/>\n                            media@wku.sdu.sd<br \/>\n                        <!-- \ud83d\udcde CALL BUTTON --><br \/>\n                        <a href=\"tel:\u2066+249 91 125 8865\u2069\"><br \/>\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" style=\"width:20px;height:20px\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"><\/path><\/svg><br \/>\n                            \u0627\u062a\u0635\u0644 \u0628\u0646\u0627 \u0627\u0644\u0622\u0646<br \/>\n                        <\/a><br \/>\n                        <!-- \ud83d\udcac WHATSAPP BUTTON - \u0639\u062f\u0644 \u0627\u0644\u0631\u0642\u0645 \u0647\u0646\u0627 --><br \/>\n<a href=\"https:\/\/wa.me\/249911258865?text=\u0645\u0631\u062d\u0628\u0627\u064b\u060c%20\u0623\u0648\u062f%20\u0627\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631%20\u0639\u0646%20\u0643\u0644\u064a\u0629%20\u0627\u0644\u0625\u0639\u0644\u0627\u0645\" target=\"_blank\"><br \/>\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\" style=\"width:20px;height:20px\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg><br \/>\n                            \u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631<br \/>\n                        <\/a><br \/>\n                        <!-- \ud83d\udce7 EMAIL BUTTON - \u064a\u0641\u062a\u062d \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0628\u0631\u064a\u062f --><br \/>\n                        <a href=\"mailto:media@wku.sdu.sd?subject=\u0627\u0633\u062a\u0641\u0633\u0627\u0631%20\u0639\u0646%20\u0643\u0644\u064a\u0629%20\u0627\u0644\u0625\u0639\u0644\u0627\u0645&#038;body=\u0645\u0631\u062d\u0628\u0627\u064b%20\u0641\u0631\u064a\u0642%20\u0643\u0644\u064a\u0629%20\u0627\u0644\u0625\u0639\u0644\u0627\u0645\u060c%0A%0A\"><br \/>\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" style=\"width:20px;height:20px\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg><br \/>\n                            \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<br \/>\n                        <\/a><\/p>\n<h3>\ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643<\/h3>\n<form id=\"contactForm\" onsubmit=\"handleSubmit(event)\">\n                            <label for=\"name\">\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 *<\/label><br \/>\n                            <input type=\"text\" id=\"name\" name=\"name\" required placeholder=\"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645\u0643 \u0627\u0644\u0643\u0627\u0645\u0644\"><br \/>\n                            <label for=\"email\">\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a *<\/label><br \/>\n                            <input type=\"email\" id=\"email\" name=\"email\" required placeholder=\"example@email.com\"><br \/>\n                            <label for=\"phone\">\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641<\/label><br \/>\n                            <input type=\"tel\" id=\"phone\" name=\"phone\" placeholder=\"\u0645\u062b\u0627\u0644: 0912345678\"><br \/>\n                            <label for=\"subject\">\u0627\u0644\u0645\u0648\u0636\u0648\u0639<\/label><br \/>\n                            <select id=\"subject\" name=\"subject\"><option value=\"\">\u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639&#8230;<\/option><option value=\"admission\">\u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644<\/option><option value=\"programs\">\u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629<\/option><option value=\"fees\">\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629<\/option><option value=\"other\">\u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645<\/option><\/select><br \/>\n                            <label for=\"message\">\u0627\u0644\u0631\u0633\u0627\u0644\u0629 *<\/label><br \/>\n                            <textarea id=\"message\" name=\"message\" required placeholder=\"\u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u062a\u0643 \u0647\u0646\u0627...\"><\/textarea><br \/>\n                        <button type=\"submit\"><br \/>\n                            \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629<br \/>\n                        <\/button><br \/>\n                    <\/form>\n<\/section>\n<p>    <!-- FOOTER --><\/p>\n<p>\u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 &#8211; \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2726 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u2726 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0625\u0639\u062f\u0627\u062f \u0643\u0648\u0627\u062f\u0631 \u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0645\u062d\u062a\u0631\u0641\u0629 \u0641\u064a \u0627\u0644\u0635\u062d\u0627\u0641\u0629 \u0648\u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u0648\u0627\u0644\u062a\u0644\u0641\u0632\u064a\u0648\u0646 \u0648\u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u062f. \u0633\u0644\u064a\u0645\u0627\u0646 \u062d\u0645\u0627\u062f \u062c\u0627\u0628\u0631 \u0627\u0644\u0623\u0645\u064a\u0646 \u0639\u0645\u064a\u062f \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0643\u0644\u0645\u0629 \u0627\u0644\u0639\u0645\u064a\u062f \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0643\u0644\u064a\u0627\u062a \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646 \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0648\u062a\u0623\u0647\u064a\u0644 \u0643\u0648\u0627\u062f\u0631 \u0645\u062d\u062a\u0631\u0641\u0629 \u0641\u064a \u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0635\u062d\u0627\u0641\u0629\u060c \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629\u060c [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-9428","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"qxr3D9OreNJYOgeV87K_6nbmbnmSFYmfmf58xMOodbk\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/wku.edu.sd\/ar\/?page_id=9428\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ar_AR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646 - \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/wku.edu.sd\/ar\/?page_id=9428\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2022\/01\/logo-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2022\/01\/logo-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-22T00:05:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-22T02:49:27+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/WKU.University\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@uwkordofan\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@uwkordofan\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2022\/01\/logo-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar#listItem\",\"position\":1,\"name\":\"\\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"item\":\"https:\\\/\\\/wku.edu.sd\\\/ar\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428#listItem\",\"name\":\"\\u0643\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428#listItem\",\"position\":2,\"name\":\"\\u0643\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar#listItem\",\"name\":\"\\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/#organization\",\"name\":\"\\u062c\\u0627\\u0645\\u0639\\u0629 \\u063a\\u0631\\u0628 \\u0643\\u0631\\u062f\\u0641\\u0627\\u0646\",\"description\":\"\\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0631\\u0633\\u0645\\u064a \\u0644\\u062c\\u0627\\u0645\\u0639\\u0629 \\u063a\\u0631\\u0628 \\u0643\\u0631\\u062f\\u0641\\u0627\\u0646\",\"url\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/\",\"telephone\":\"+249122372749\",\"foundingDate\":\"1997-02-17\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/logo.png\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428\\\/#organizationLogo\",\"width\":79,\"height\":76},\"image\":{\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/web.facebook.com\\\/WKU.University\\\/\",\"https:\\\/\\\/twitter.com\\\/uwkordofan\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wku-edu-sd\\\/\",\"https:\\\/\\\/ar.wikipedia.org\\\/wiki\\\/__\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428#webpage\",\"url\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428\",\"name\":\"\\u0643\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0625\\u0639\\u0644\\u0627\\u0645 - \\u062c\\u0627\\u0645\\u0639\\u0629 \\u063a\\u0631\\u0628 \\u0643\\u0631\\u062f\\u0641\\u0627\\u0646\",\"description\":\"\\u0648\\u0627\\u062a\\u0633\\u0627\\u0628 \\u0645\\u0628\\u0627\\u0634\\u0631 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\ud83d\\udce9 \\u0623\\u0631\\u0633\\u0644 \\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 * \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a * \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639 \\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639... \\u0627\\u0644\\u0642\\u0628\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u0628\\u0631\\u0627\\u0645\\u062c \\u0627\\u0644\\u0623\\u0643\\u0627\\u062f\\u064a\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062f\\u0631\\u0627\\u0633\\u064a\\u0629 \\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631 \\u0639\\u0627\\u0645 \\u0627\\u0644\\u0631\\u0633\\u0627\\u0644\\u0629 * \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0631\\u0633\\u0627\\u0644\\u0629 \\u00a9 2026 \\u0643\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0625\\u0639\\u0644\\u0627\\u0645 - \\u062c\\u0627\\u0645\\u0639\\u0629 \\u063a\\u0631\\u0628 \\u0643\\u0631\\u062f\\u0641\\u0627\\u0646. \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u062d\\u0642\\u0648\\u0642 \\u0645\\u062d\\u0641\\u0648\\u0638\\u0629.\",\"inLanguage\":\"ar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/?page_id=9428#breadcrumblist\"},\"datePublished\":\"2026-06-22T02:05:02+02:00\",\"dateModified\":\"2026-06-22T04:49:27+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/\",\"name\":\"\\u062c\\u0627\\u0645\\u0639\\u0629 \\u063a\\u0631\\u0628 \\u0643\\u0631\\u062f\\u0641\\u0627\\u0646\",\"description\":\"\\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0631\\u0633\\u0645\\u064a \\u0644\\u062c\\u0627\\u0645\\u0639\\u0629 \\u063a\\u0631\\u0628 \\u0643\\u0631\\u062f\\u0641\\u0627\\u0646\",\"inLanguage\":\"ar\",\"publisher\":{\"@id\":\"https:\\\/\\\/wku.edu.sd\\\/ar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","description":"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.","canonical_url":"https:\/\/wku.edu.sd\/ar\/?page_id=9428","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"qxr3D9OreNJYOgeV87K_6nbmbnmSFYmfmf58xMOodbk","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/wku.edu.sd\/ar#listItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/wku.edu.sd\/ar","nextItem":{"@type":"ListItem","@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428#listItem","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645"}},{"@type":"ListItem","@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428#listItem","position":2,"name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645","previousItem":{"@type":"ListItem","@id":"https:\/\/wku.edu.sd\/ar#listItem","name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"}}]},{"@type":"Organization","@id":"https:\/\/wku.edu.sd\/ar\/#organization","name":"\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","description":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","url":"https:\/\/wku.edu.sd\/ar\/","telephone":"+249122372749","foundingDate":"1997-02-17","logo":{"@type":"ImageObject","url":"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2023\/02\/logo.png","@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428\/#organizationLogo","width":79,"height":76},"image":{"@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428\/#organizationLogo"},"sameAs":["https:\/\/web.facebook.com\/WKU.University\/","https:\/\/twitter.com\/uwkordofan","https:\/\/www.linkedin.com\/company\/wku-edu-sd\/","https:\/\/ar.wikipedia.org\/wiki\/__"]},{"@type":"WebPage","@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428#webpage","url":"https:\/\/wku.edu.sd\/ar\/?page_id=9428","name":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","description":"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.","inLanguage":"ar","isPartOf":{"@id":"https:\/\/wku.edu.sd\/ar\/#website"},"breadcrumb":{"@id":"https:\/\/wku.edu.sd\/ar\/?page_id=9428#breadcrumblist"},"datePublished":"2026-06-22T02:05:02+02:00","dateModified":"2026-06-22T04:49:27+02:00"},{"@type":"WebSite","@id":"https:\/\/wku.edu.sd\/ar\/#website","url":"https:\/\/wku.edu.sd\/ar\/","name":"\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","description":"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","inLanguage":"ar","publisher":{"@id":"https:\/\/wku.edu.sd\/ar\/#organization"}}]},"og:locale":"ar_AR","og:site_name":"\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646 - \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","og:type":"article","og:title":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","og:description":"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.","og:url":"https:\/\/wku.edu.sd\/ar\/?page_id=9428","og:image":"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2022\/01\/logo-1.png","og:image:secure_url":"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2022\/01\/logo-1.png","article:published_time":"2026-06-22T00:05:02+00:00","article:modified_time":"2026-06-22T02:49:27+00:00","article:publisher":"https:\/\/web.facebook.com\/WKU.University\/","twitter:card":"summary_large_image","twitter:site":"@uwkordofan","twitter:title":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646","twitter:description":"\u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \ud83d\udce9 \u0623\u0631\u0633\u0644 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 * \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a * \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u062e\u062a\u0631 \u0627\u0644\u0645\u0648\u0636\u0648\u0639... \u0627\u0644\u0642\u0628\u0648\u0644 \u0648\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u0631\u0627\u0633\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0639\u0627\u0645 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 * \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u00a9 2026 \u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645 - \u062c\u0627\u0645\u0639\u0629 \u063a\u0631\u0628 \u0643\u0631\u062f\u0641\u0627\u0646. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.","twitter:creator":"@uwkordofan","twitter:image":"https:\/\/wku.edu.sd\/ar\/wp-content\/uploads\/2022\/01\/logo-1.png"},"aioseo_meta_data":{"post_id":"9428","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-22 00:05:18","updated":"2026-06-22 02:49:27","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/wku.edu.sd\/ar\" title=\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\">\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","link":"https:\/\/wku.edu.sd\/ar"},{"label":"\u0643\u0644\u064a\u0629 \u0627\u0644\u0625\u0639\u0644\u0627\u0645","link":"https:\/\/wku.edu.sd\/ar\/?page_id=9428"}],"_links":{"self":[{"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=\/wp\/v2\/pages\/9428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9428"}],"version-history":[{"count":21,"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=\/wp\/v2\/pages\/9428\/revisions"}],"predecessor-version":[{"id":9456,"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=\/wp\/v2\/pages\/9428\/revisions\/9456"}],"wp:attachment":[{"href":"https:\/\/wku.edu.sd\/ar\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}