{"id":13374,"date":"2025-10-11T08:09:26","date_gmt":"2025-10-11T06:09:26","guid":{"rendered":"https:\/\/kbf.unsa.ba\/administration\/"},"modified":"2026-01-01T20:00:01","modified_gmt":"2026-01-01T19:00:01","slug":"administration","status":"publish","type":"page","link":"https:\/\/kbf.unsa.ba\/en\/administration\/","title":{"rendered":"Administration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13374\" class=\"elementor elementor-13374 elementor-857\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-402dde81 section-xxl e-flex e-con-boxed e-con e-parent\" data-id=\"402dde81\" data-element_type=\"container\" data-e-type=\"container\" id=\"moj-video\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/uprava.mp4&quot;,&quot;shape_divider_bottom&quot;:&quot;opacity-tilt&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10cdd79 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"10cdd79\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-bounce-in\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-108da12 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"108da12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:10}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">FACULTY GOVERNANCE AND ADMINISTRATION<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d774fca elementor-widget elementor-widget-html\" data-id=\"7d774fca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>function postaviGlatkiLoop() {\r\n    const video = document.querySelector('#moj-video .elementor-background-video-hosted');\r\n    \r\n    if (video) {\r\n        \/\/ --- OVDJE PODESITE POSTAVKE ---\r\n        const ZELJENA_BRZINA = 0.75; \/\/ Upi\u0161ite \u017eeljenu brzinu (npr. 0.75)\r\n        const TRAJANJE_FADEA_U_MS = 1500; \/\/ Upi\u0161ite trajanje fade-a u milisekundama (1500 = 1.5s)\r\n        \/\/ ---------------------------------\r\n\r\n        video.playbackRate = ZELJENA_BRZINA;\r\n        video.loop = false;\r\n\r\n        video.addEventListener('ended', function() {\r\n            video.style.opacity = '0';\r\n            setTimeout(function() {\r\n                video.currentTime = 0;\r\n                video.play();\r\n                video.style.opacity = '1';\r\n            }, TRAJANJE_FADEA_U_MS); \r\n        });\r\n\r\n        clearInterval(pronadjiVideoInterval);\r\n    }\r\n}\r\n\r\nconst pronadjiVideoInterval = setInterval(postaviGlatkiLoop, 100);\r\nsetTimeout(() => clearInterval(pronadjiVideoInterval), 5000);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ab6c4ab elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ab6c4ab\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ae1cad2\" data-id=\"ae1cad2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e51619c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e51619c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e7ac755\" data-id=\"e7ac755\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-64fe44c elementor-widget elementor-widget-xpro-team\" data-id=\"64fe44c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;5&quot;}\" data-widget_type=\"xpro-team.default\">\n\t\t\t\t\t\n<div class=\"xpro-team-wrapper xpro-team-layout-5\">\n\t\n\t\t<div class=\"xpro-team-image\">\n\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"560\" height=\"750\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/nadbiskup.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/nadbiskup.png 560w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/nadbiskup-224x300.png 224w\" sizes=\"(max-width: 560px) 100vw, 560px\" title=\"\">\t\t\t\t<\/div>\n<div class=\"xpro-team-content\">\n\t\t\t\t<h2\tclass=\"xpro-team-title\">Mons. Dr. Tomo VUK\u0160I\u0106 <\/h2>\n\t\t\t<h4 class=\"xpro-team-designation\">Archbishop of Vrhbosna<\/h4>\n\t\t\t<p class=\"xpro-team-description\">Grand Chancellor of the Faculty<\/p>\n\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f86cbcf\" data-id=\"f86cbcf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-32a2d75 elementor-widget elementor-widget-xpro-team\" data-id=\"32a2d75\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;5&quot;}\" data-widget_type=\"xpro-team.default\">\n\t\t\t\t\t\n<div class=\"xpro-team-wrapper xpro-team-layout-5\">\n\t\n\t\t<div class=\"xpro-team-image\">\n\t\t<img decoding=\"async\" width=\"560\" height=\"750\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Mario-1.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Mario-1.png 560w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Mario-1-224x300.png 224w\" sizes=\"(max-width: 560px) 100vw, 560px\" title=\"\">\t\t\t\t\t\t<ul class=\"xpro-team-social-list xpro-team-social-list-dis\">\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-08b5c98\">\n\t\t\t\t<a  target=\"_blank\" href=\"mailto:dekan@kbf.ba\" class=\"xpro-team-social-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"xi xi-email\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-47f768f\">\n\t\t\t\t<a  target=\"_blank\" href=\"tel:+38733\/533-516\" class=\"xpro-team-social-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"xi xi-phone\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-d581991\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/orcid.org\/0000-0002-4748-7405\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-orcid\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-f044293\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/scholar.google.com\/citations?user=Ols-H5QAAAAJ&#038;hl=en%20\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-graduation-cap\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\t<\/div>\n<div class=\"xpro-team-content\">\n\t\t\t\t<a href=\"https:\/\/kbf.unsa.ba\/team\/mario-bernadic\/\" class=\"xpro-team-title\">Assoc. Prof. Dr. Mario BERNADI\u0106 <\/a>\n\t\t\t<p class=\"xpro-team-description\">Dean of the Faculty<\/p>\n\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d537be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d537be\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ec3527\" data-id=\"2ec3527\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d39f7e6 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d39f7e6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-37f4aa4\" data-id=\"37f4aa4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bc1083 elementor-widget elementor-widget-xpro-team\" data-id=\"3bc1083\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;5&quot;}\" data-widget_type=\"xpro-team.default\">\n\t\t\t\t\t\n<div class=\"xpro-team-wrapper xpro-team-layout-5\">\n\t\n\t\t<div class=\"xpro-team-image\">\n\t\t<img decoding=\"async\" width=\"560\" height=\"750\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Oliver.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Oliver.png 560w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Oliver-224x300.png 224w\" sizes=\"(max-width: 560px) 100vw, 560px\" title=\"\">\t\t\t\t\t\t<ul class=\"xpro-team-social-list xpro-team-social-list-dis\">\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-08b5c98\">\n\t\t\t\t<a  target=\"_blank\" href=\"mailto:prodekanzanastavu@kbf.unsa.ba\" class=\"xpro-team-social-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"xi xi-email\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-d581991\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/orcid.org\/0000-0002-2155-2248\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-orcid\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-f044293\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/scholar.google.com\/citations?hl=en&#038;user=FUJou-IAAAAJ%20\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-graduation-cap\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\t<\/div>\n<div class=\"xpro-team-content\">\n\t\t\t\t<a href=\"https:\/\/kbf.unsa.ba\/team\/oliver-jurisic\/\" class=\"xpro-team-title\">Assoc. Prof. Dr. Oliver JURI\u0160I\u0106 <\/a>\n\t\t\t<p class=\"xpro-team-description\">Vice-Dean for Academic Affairs and\nInternational Cooperation<\/p>\n\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a6d064c\" data-id=\"a6d064c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f440155 elementor-widget elementor-widget-xpro-team\" data-id=\"f440155\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;5&quot;}\" data-widget_type=\"xpro-team.default\">\n\t\t\t\t\t\n<div class=\"xpro-team-wrapper xpro-team-layout-5\">\n\t\n\t\t<div class=\"xpro-team-image\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"560\" height=\"750\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Darko.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Darko.png 560w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Darko-224x300.png 224w\" sizes=\"(max-width: 560px) 100vw, 560px\" title=\"\">\t\t\t\t\t\t<ul class=\"xpro-team-social-list xpro-team-social-list-dis\">\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-08b5c98\">\n\t\t\t\t<a  target=\"_blank\" href=\"mailto:prodekanzarazvoj@kbf.unsa.ba\" class=\"xpro-team-social-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"xi xi-email\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-d581991\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/orcid.org\/0000-0002-4900-8308\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-orcid\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-f044293\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/scholar.google.com\/citations?user=2zt_VncAAAAJ&#038;hl=en%20\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-graduation-cap\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\t<\/div>\n<div class=\"xpro-team-content\">\n\t\t\t\t<a href=\"https:\/\/kbf.unsa.ba\/team\/darko-tomasevic\/\" class=\"xpro-team-title\">Prof. Dr. Darko TOMA\u0160EVI\u0106<\/a>\n\t\t\t<p class=\"xpro-team-description\">Vice-Dean for Development and Finance<\/p>\n\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8ce6c76\" data-id=\"8ce6c76\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69be065 elementor-widget elementor-widget-xpro-team\" data-id=\"69be065\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;5&quot;}\" data-widget_type=\"xpro-team.default\">\n\t\t\t\t\t\n<div class=\"xpro-team-wrapper xpro-team-layout-5\">\n\t\n\t\t<div class=\"xpro-team-image\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"484\" height=\"648\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Ilija.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Ilija.png 484w, https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/12\/Ilija-224x300.png 224w\" sizes=\"(max-width: 484px) 100vw, 484px\" title=\"\">\t\t\t\t\t\t<ul class=\"xpro-team-social-list xpro-team-social-list-dis\">\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-08b5c98\">\n\t\t\t\t<a  target=\"_blank\" href=\"mailto:prodekanzaznanost@kbf.unsa.ba\" class=\"xpro-team-social-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"xi xi-email\"><\/i>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-d581991\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/orcid.org\/0000-0001-7314-2817\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-orcid\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<li class=\"elementor-repeater-item-f044293\">\n\t\t\t\t<a target=\"_blank\" href=\"https:\/\/scholar.google.com\/citations?user=jPBBMPgAAAAJ&#038;hl=de\" class=\"xpro-team-social-icon\" rel=\"noopener\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-graduation-cap\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\t<\/div>\n<div class=\"xpro-team-content\">\n\t\t\t\t<a href=\"https:\/\/kbf.unsa.ba\/team\/ilija-markovic\/\" class=\"xpro-team-title\">Assoc. Prof. Dr. Ilija MARKOVI\u0106 <\/a>\n\t\t\t<p class=\"xpro-team-description\">Vice-Dean for Research<\/p>\n\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-f270707 section-l card-ioscool e-flex e-con-boxed e-con e-parent\" data-id=\"f270707\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be66ee0 elementor-blockquote--align-center elementor-widget__width-initial elementor-blockquote--skin-quotation elementor-invisible elementor-widget elementor-widget-blockquote\" data-id=\"be66ee0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:5}\" data-widget_type=\"blockquote.default\">\n\t\t\t\t\t\t\t<blockquote class=\"elementor-blockquote\">\n\t\t\t<p class=\"elementor-blockquote__content\">\n\t\t\t\tClosely linked to the evangelizing mission of the Church\u2014which,\nmoreover, stems from its very identity, entirely devoted to promoting the authentic and integral growth of the human family\nuntil its ultimate fullness in God\u2014\nis a comprehensive and multifaceted system of ecclesiastical studies that has flourished for centuries from the wisdom of God's people, under the guidance of the Holy Spirit, and through dialogue and discernment of the signs of the times and various cultural expressions.\t\t\t<\/p>\n\t\t\t\t\t\t\t<div class=\"e-q-footer\">\n\t\t\t\t\t\t\t\t\t\t\t<cite class=\"elementor-blockquote__author\">FRANJO, Apostolska konstitucija Veritatis gaudium,\u00a0br. 1<\/cite>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/blockquote>\n\t\t\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-6e2b8cac section-s e-flex e-con-boxed e-con e-parent\" data-id=\"6e2b8cac\" data-element_type=\"container\" data-e-type=\"container\" id=\"scroll-video\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a3375f7 elementor-widget elementor-widget-video\" data-id=\"2a3375f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kbf.unsa.ba\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/plakat-video.gif&quot;,&quot;id&quot;:13450,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;}}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/KBF-logo-sekcija.mp4\" autoplay=\"\" muted=\"muted\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/kbf.unsa.ba\/wp-content\/uploads\/2025\/11\/plakat-video.gif);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\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>FACULTY GOVERNANCE AND ADMINISTRATION Mons. Dr. Tomo VUK\u0160I\u0106 Archbishop of Vrhbosna Grand Chancellor of the Faculty Assoc. Prof. Dr. Mario &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-13374","page","type-page","status-publish","hentry","latest_post"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"tajnistvo_bcxr0t1k","author_link":"https:\/\/kbf.unsa.ba\/en\/author\/tajnistvo_bcxr0t1k\/"},"rttpg_comment":0,"rttpg_category":" <a href=\"https:\/\/kbf.unsa.ba\/en\/?taxonomy=translation_priority&#038;term=optional-en\" rel=\"tag\">Optional<\/a>","rttpg_excerpt":"FACULTY GOVERNANCE AND ADMINISTRATION Mons. Dr. Tomo VUK\u0160I\u0106 Archbishop of Vrhbosna Grand Chancellor of the Faculty Assoc. Prof. Dr. Mario &hellip;","_links":{"self":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/comments?post=13374"}],"version-history":[{"count":2,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13374\/revisions"}],"predecessor-version":[{"id":14803,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13374\/revisions\/14803"}],"wp:attachment":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/media?parent=13374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}