{"id":13713,"date":"2025-10-11T08:09:26","date_gmt":"2025-10-11T06:09:26","guid":{"rendered":"https:\/\/kbf.unsa.ba\/international-scientific-symposium\/"},"modified":"2026-01-01T20:03:00","modified_gmt":"2026-01-01T19:03:00","slug":"international-scientific-symposium","status":"publish","type":"page","link":"https:\/\/kbf.unsa.ba\/en\/international-scientific-symposium\/","title":{"rendered":"International Scientific Symposium"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13713\" class=\"elementor elementor-13713 elementor-879\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63ddfe8a section-xxl e-flex e-con-boxed e-con e-parent\" data-id=\"63ddfe8a\" 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\\\/Firefly-Napravi-video-s-prijelazom-izmedu-strare-i-nove-zgrade-Katolickog-bogoslovnog-fakulteta-u-Sa.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-671bea82 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"671bea82\" 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-plane-arrival\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"><\/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-e1c8ed2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e1c8ed2\" 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\">INTERNATIONAL SCIENTIFIC SYMPOSIUM<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42b4f9e0 elementor-widget elementor-widget-html\" data-id=\"42b4f9e0\" 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<div class=\"elementor-element elementor-element-624977e section-m section-ioscool e-flex e-con-boxed e-con e-parent\" data-id=\"624977e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1cad591 elementor-drop-cap-yes elementor-drop-cap-view-default elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"1cad591\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;drop_cap&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p id=\"yui_3_17_2_1_1760346246957_610\" class=\"preFade fadeIn\">The Catholic Faculty of Theology at the University of Sarajevo has a long tradition of organizing scientific symposia. Since the elevation of the Vrhbosna Catholic Theology to the rank of a Faculty in 2009, the KBF has organized a regular annual international symposium every November, dedicated to a current topic in the Church and society. The symposium has an international character, inviting professors and experts from other theological and various faculties from neighboring and other European countries, in addition to lecturers from Bosnia and Herzegovina. Besides the regular symposium, the Faculty occasionally organizes scientific symposia throughout the academic year.    <\/p><p class=\"preFade fadeIn\"> <\/p>\t\t\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-b226205 e-flex e-con-boxed e-con e-parent\" data-id=\"b226205\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6bfa42 card-ioscool elementor-widget elementor-widget-n-accordion\" data-id=\"d6bfa42\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;multiple&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2250\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2250\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Academic years 2009 - 2010. to 2014 - 2015. <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2250\" class=\"elementor-element elementor-element-ab27b44 e-con-full e-flex e-con e-child\" data-id=\"ab27b44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bd34a2 card-ioscool elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9bd34a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.ktabkbih.net\/hr\/vij%20%20%20%20%20%20esti\/odrzan-kolokvij-prezbiter-u-crkvi-i-drustvu\/22159\" target=\"_blank\" rel=\"noopener\">Presbyter in the Church and Society<\/a><\/p><p>November 21, 2009<\/p><p> <\/p><p><a href=\"https:\/\/www.ktabkbih.net\/hr\/najave\/dan-katolikog-bogoslovnog-fakulteta-u-sarajevu-i-120-obljetnica-bogoslovije\/25791\" target=\"_blank\" rel=\"noopener\">Scientific Conference on the 120th Anniversary of the Seminary <\/a><\/p><p>October 16, 2010 <\/p><p> <\/p><p><a href=\"https:\/\/stari.kbf.unsa.ba\/\">New Evangelization in the Bosnian-Herzegovinian Social Environment<\/a><\/p><p>November 18, 2011 <\/p><p> <\/p><p><a href=\"https:\/\/ika.hkm.hr\/novosti\/vjera-u-bibliji-2\/\" target=\"_blank\" rel=\"noopener\">International Scientific Symposium &#8220;Faith in the Bible&#8221;<\/a><\/p><p>14. &#8211; December 15, 2012 <\/p><p> <\/p><p><a href=\"https:\/\/www.ktabkbih.net\/hr\/vijesti\/zavrsen-meunarodni-znanstveni-simpozij-o-krunoslavu-draganoviu\/39937\" target=\"_blank\" rel=\"noopener\">International Scientific Symposia on Krunoslav Draganovi\u0107 (1903\u20131983)<\/a><\/p><p>November 8 \u2013 10, 2013  <\/p><p> <\/p><p><a href=\"https:\/\/ika.hkm.hr\/najave\/kolokvij-vjerske-zajednice-u-bosni-i-hercegovini-i-prvi-svjetski-rat\/\" target=\"_blank\" rel=\"noopener\">Religious Communities in Bosnia and Herzegovina and the First World War<\/a><\/p><p>November 21, 2014 <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2251\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2251\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Academic years 2015 - 2016. to 2019 - 2020. <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2251\" class=\"elementor-element elementor-element-d96018c e-con-full e-flex e-con e-child\" data-id=\"d96018c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-685b4da elementor-drop-cap-yes card-ioscool elementor-drop-cap-view-default elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"685b4da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;drop_cap&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/ika.hkm.hr\/najave\/medunarodni-simpozij-odnos-primata-i-sinodalnosti-u-strukturi-crkve\/\" target=\"_blank\" rel=\"noopener\">The Relationship Between Primacy and Synodality in the Structure of the Church<\/a><\/p><p>November 13, 2015 <\/p><p> <\/p><p><a href=\"https:\/\/www.youtube.com\/watch?v=1qP0IBZcwi4\" target=\"_blank\" rel=\"noopener\">Mercy and Solidarity<\/a><\/p><p>November 11, 2016 <\/p><p> <\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-simpozij-na-kbf-u-na-temu-vjera-i-razum-u-kontekstu\/\">Faith and Science in Context. On the 20th Anniversary of the Encyclical <em>Fides et Ratio<\/em> <\/a><\/p><p>November 17, 2017 <\/p><p> <\/p><p><a href=\"https:\/\/www.ktabkbih.net\/hr\/izdvajamo\/u-sarajevu-odrzan-prvi-dio-meunarodnog-simpozija-o-josipu-stadleru\/81581\" target=\"_blank\" rel=\"noopener\">Josip Stadler (1843-1918) in the Context of Beatification. Spiritual Profile and Social Action by Virtue of His Ministry <\/a><\/p><p>October 23, 2018 <\/p><p> <\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-simpozij-fenomen-migracija-u-suvremenom-trenutku\/\">The Phenomenon of Migration in the Contemporary Moment<\/a><\/p><p>November 8, 2019 <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2252\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2252\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Academic years 2020 - 2021. to 2024 - 2025. <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2252\" class=\"elementor-element elementor-element-ed85cc3 e-con-full e-flex e-con e-child\" data-id=\"ed85cc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-455d905 card-ioscool elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"455d905\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-simpozij-u-povodu-1600-obljetnice-smrti-sv-jeronima-ignorantia-scripturae-ignorantia-christi-est\/\">International Symposium on the Occasion of the 1600th Anniversary of the Death of St. Jerome: &#8220;Ignorantia Scripturae, ignorantia Christi est&#8221;  <\/a><\/p><p>5. &#8211; November 6, 2020 <br> <\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-znanstveni-simpozij\/\">Religious, Social, and Cultural Aspects of Pope Francis&#8217; Encyclical <em>Fratelli tutti<\/em><\/a><\/p><p>11. &#8211; November 12, 2021 <br><br><\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-znanstveni-simpozij-na-kbf-u\/\">Theology of Priesthood \u2013 The Identity of the Priest in the Spirit of the Church&#8217;s Synodality<\/a><\/p><p>10. &#8211; November 11, 2022 <br><br><\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-simpozij-o-obitelji\/\">How to Strengthen the Psychological-Spiritual Resilience of the Family?<\/a><\/p><p>9. &#8211; June 10, 2023 <br><br><\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzab-medunarodni-znanstveni-simpozij-hommage-papi-benediktu-xvi\/\"><em>Hommage <\/em>to Pope Benedict XIV<\/a><\/p><p>9. &#8211; November 10, 2023 <br><br><\/p><p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-znanstveni-simpozij-odgovornost-za-stvoreni-svijet\/\">Responsibility for the Created World<\/a><\/p><p>6. &#8211; November 7, 2024 <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2253\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2253\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Academic years 2025 - 2026. to 2029 - 2030. <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2253\" class=\"elementor-element elementor-element-f776040 e-flex e-con-boxed e-con e-child\" data-id=\"f776040\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3291bd0 elementor-drop-cap-yes card-ioscool elementor-drop-cap-view-default elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3291bd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;drop_cap&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/kbf.unsa.ba\/odrzan-medunarodni-znanstveni-simpozij-nicejski-koncil-i-njegovo-naslijede\/\">The Council of Nicaea and its Legacy: Challenges and Perspectives in Contemporary Theological Discourse<\/a><\/p><p>5. &#8211; November 6, 2025 <\/p><p>Radio Television of Bosnia and Herzegovina (BHRT), as part of the show <strong><em>In Medias Res <\/em><\/strong>, produced a <a href=\"https:\/\/www.youtube.com\/watch?v=dpZViJe07h4\" target=\"_blank\" rel=\"noopener\">video report<\/a> about our symposium.<\/p>\t\t\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\t<\/details>\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<div class=\"elementor-element elementor-element-7116f4c1 section-s e-flex e-con-boxed e-con e-parent\" data-id=\"7116f4c1\" 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-f4c0481 elementor-widget elementor-widget-video\" data-id=\"f4c0481\" 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;}\" 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<\/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>INTERNATIONAL SCIENTIFIC SYMPOSIUM The Catholic Faculty of Theology at the University of Sarajevo has a long tradition of organizing scientific &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-13713","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":"INTERNATIONAL SCIENTIFIC SYMPOSIUM The Catholic Faculty of Theology at the University of Sarajevo has a long tradition of organizing scientific &hellip;","_links":{"self":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13713","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=13713"}],"version-history":[{"count":4,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13713\/revisions"}],"predecessor-version":[{"id":14821,"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/pages\/13713\/revisions\/14821"}],"wp:attachment":[{"href":"https:\/\/kbf.unsa.ba\/en\/wp-json\/wp\/v2\/media?parent=13713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}