



{"id":10158,"date":"2025-12-17T12:13:21","date_gmt":"2025-12-17T06:43:21","guid":{"rendered":"https:\/\/fbs.vau.ac.lk\/?page_id=10158"},"modified":"2026-04-28T12:07:01","modified_gmt":"2026-04-28T06:37:01","slug":"10158-2","status":"publish","type":"page","link":"https:\/\/fbs.vau.ac.lk\/?page_id=10158","title":{"rendered":"Faculty News"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Faculty of Business Studies &#8211; News &#038; Events<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-color: #f2f5f9;\n            --secondary-color: #0b2545;\n            --accent-color: #ffb703;\n            --text-color: #ffffff;\n            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s ease;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: #f2f5f9;\n            color: #000000;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        header {\n            padding: 40px 20px;\n            text-align: center;\n            box-shadow: var(--shadow);\n            border-radius: 10px;\n            margin-bottom: 30px;\n            animation: fadeIn 1s ease;\n            background: #ffffff;\n        }\n\n        header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            color: #0b2545;\n            font-weight: 700;\n        }\n\n        header p {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n            color: #475569;\n        }\n\n        .year-tabs {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 30px;\n        }\n\n        .year-tab {\n            padding: 12px 24px;\n            background-color: white;\n            border: 2px solid #1e3a5f;\n            border-radius: 30px;\n            cursor: pointer;\n            transition: var(--transition);\n            font-weight: 600;\n            font-size: 1.1rem;\n            color: #1e3a5f;\n        }\n\n        .year-tab:hover,\n        .year-tab.active {\n            background-color: #ffb703;\n            color: #000000;\n            transform: translateY(-3px);\n            border-color: #ffb703;\n        }\n\n        .year-content {\n            display: none;\n            animation: fadeIn 0.8s ease;\n        }\n\n        .year-content.active {\n            display: block;\n        }\n\n        .news-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n            gap: 25px;\n        }\n\n        .news-card {\n            background-color: #0b2545;\n            color: #ffffff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            opacity: 0;\n            transform: translateY(20px);\n            animation: fadeInUp 0.8s ease forwards;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .news-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);\n        }\n\n        .news-content {\n            padding: 25px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .news-title {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: #ffb703;\n            border-bottom: 2px solid #1e3a5f;\n            padding-bottom: 10px;\n        }\n\n        .news-text {\n            margin-bottom: 15px;\n            text-align: justify;\n            position: relative;\n            overflow: hidden;\n            transition: max-height 0.5s ease;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        .news-text.collapsed {\n            max-height: 90px;\n        }\n\n        .news-text.expanded {\n            max-height: none;\n        }\n\n        .see-more-btn {\n            color: #ffb703;\n            cursor: pointer;\n            font-weight: 600;\n            display: inline-block;\n            margin-top: 10px;\n            text-decoration: underline;\n            transition: var(--transition);\n            background: none;\n            border: none;\n            padding: 10px 0 0;\n            text-align: left;\n            font-size: 14px;\n            margin-top: auto;\n        }\n\n        .see-more-btn:hover {\n            color: #e6a500;\n        }\n\n        .news-image {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n            transition: var(--transition);\n            cursor: pointer;\n        }\n\n        .news-card:hover .news-image {\n            transform: scale(1.05);\n        }\n\n        .image-container {\n            overflow: hidden;\n            min-height: 180px;\n            max-height: 320px;\n            position: relative;\n        }\n\n        .image-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(11, 37, 69, 0.7);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            opacity: 0;\n            transition: var(--transition);\n            cursor: pointer;\n        }\n\n        .image-overlay span {\n            color: white;\n            font-weight: bold;\n            font-size: 1.1rem;\n        }\n\n        .image-container:hover .image-overlay {\n            opacity: 1;\n        }\n\n        \/* Gallery Modal *\/\n        .gallery-modal {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0, 0, 0, 0.9);\n            animation: fadeIn 0.3s ease;\n        }\n\n        .gallery-modal.active {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .gallery-content {\n            position: relative;\n            max-width: 90%;\n            max-height: 90%;\n        }\n\n        .gallery-image {\n            max-width: 100%;\n            max-height: 80vh;\n            display: block;\n            margin: 0 auto;\n        }\n\n        .gallery-close {\n            position: absolute;\n            top: -40px;\n            right: 0;\n            color: white;\n            font-size: 40px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: var(--transition);\n        }\n\n        .gallery-close:hover {\n            color: #ccc;\n        }\n\n        .gallery-nav {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background-color: rgba(255, 255, 255, 0.3);\n            color: white;\n            font-size: 30px;\n            padding: 10px 15px;\n            cursor: pointer;\n            border-radius: 5px;\n            transition: var(--transition);\n            user-select: none;\n        }\n\n        .gallery-nav:hover {\n            background-color: rgba(255, 255, 255, 0.5);\n        }\n\n        .gallery-prev {\n            left: 20px;\n        }\n\n        .gallery-next {\n            right: 20px;\n        }\n\n        .gallery-counter {\n            position: absolute;\n            bottom: -40px;\n            left: 50%;\n            transform: translateX(-50%);\n            color: white;\n            font-size: 1.2rem;\n        }\n\n        .filters {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 30px;\n        }\n\n        .filter-btn {\n            padding: 8px 16px;\n            background-color: white;\n            border: 2px solid #1e3a5f;\n            border-radius: 6px;\n            cursor: pointer;\n            transition: var(--transition);\n            font-weight: 600;\n            color: #1e3a5f;\n        }\n\n        .filter-btn:hover,\n        .filter-btn.active {\n            background-color: #ffb703;\n            color: #000000;\n            border-color: #ffb703;\n        }\n\n        footer {\n            text-align: center;\n            padding: 30px 0;\n            margin-top: 50px;\n            background-color: #0b2545;\n            color: #ffffff;\n            border-radius: 10px;\n        }\n\n        \/* SU Gallery Styles *\/\n        .su-gallery {\n            margin: 15px 0;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n\n        .su-gallery img {\n            border-radius: 5px;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n            transition: var(--transition);\n            cursor: pointer;\n            max-width: 100%;\n            height: auto;\n            max-height: 280px;\n            object-fit: cover;\n        }\n\n        .su-gallery img:hover {\n            transform: scale(1.03);\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n            }\n\n            to {\n                opacity: 1;\n            }\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Stagger animation for cards *\/\n        .news-card:nth-child(1) {\n            animation-delay: 0.1s;\n        }\n\n        .news-card:nth-child(2) {\n            animation-delay: 0.2s;\n        }\n\n        .news-card:nth-child(3) {\n            animation-delay: 0.3s;\n        }\n\n        .news-card:nth-child(4) {\n            animation-delay: 0.4s;\n        }\n\n        .news-card:nth-child(5) {\n            animation-delay: 0.5s;\n        }\n\n        .news-card:nth-child(6) {\n            animation-delay: 0.6s;\n        }\n\n        .news-card:nth-child(7) {\n            animation-delay: 0.7s;\n        }\n\n        .news-card:nth-child(8) {\n            animation-delay: 0.8s;\n        }\n\n        .news-card:nth-child(9) {\n            animation-delay: 0.9s;\n        }\n\n        .news-card:nth-child(10) {\n            animation-delay: 1.0s;\n        }\n\n        .no-results {\n            grid-column: 1 \/ -1;\n            text-align: center;\n            padding: 40px;\n            color: #64748b;\n            font-size: 1.2rem;\n            background: white;\n            border-radius: 10px;\n        }\n\n        @media (max-width: 768px) {\n            .news-grid {\n                grid-template-columns: 1fr;\n            }\n\n            header h1 {\n                font-size: 2rem;\n            }\n\n            .year-tab {\n                padding: 10px 16px;\n                font-size: 1rem;\n            }\n\n            .gallery-nav {\n                font-size: 20px;\n                padding: 5px 10px;\n            }\n\n            .gallery-prev {\n                left: 10px;\n            }\n\n            .gallery-next {\n                right: 10px;\n            }\n\n            .su-gallery {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .su-gallery img {\n                width: 100%;\n                max-width: 300px;\n            }\n\n            .news-image,\n            .image-container {\n                height: 180px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <div class=\"container\">\n        <header>\n            <h1>Faculty of Business Studies<\/h1>\n            <p>Stay updated with the latest news, events, and achievements from our faculty<\/p>\n        <\/header>\n\n        <div class=\"year-tabs\">\n            <div class=\"year-tab\" data-year=\"all\">All<\/div>\n            <div class=\"year-tab active\" data-year=\"2026\">2026<\/div>\n            <div class=\"year-tab\" data-year=\"2025\">2025<\/div>\n            <div class=\"year-tab\" data-year=\"2024\">2024<\/div>\n            <div class=\"year-tab\" data-year=\"2023\">2023<\/div>\n            <div class=\"year-tab\" data-year=\"2022\">2022<\/div>\n            <div class=\"year-tab\" data-year=\"2021\">2021<\/div>\n            <div class=\"year-tab\" data-year=\"2020\">2020<\/div>\n        <\/div>\n\n        <div class=\"filters\">\n            <button class=\"filter-btn active\" data-filter=\"all\">All News<\/button>\n            <button class=\"filter-btn\" data-filter=\"workshop\">Workshops<\/button>\n            <button class=\"filter-btn\" data-filter=\"seminar\">Seminars<\/button>\n            <button class=\"filter-btn\" data-filter=\"mou\">MoU Signings<\/button>\n            <button class=\"filter-btn\" data-filter=\"conference\">Conferences<\/button>\n            <button class=\"filter-btn\" data-filter=\"visit\">Field Visits<\/button>\n            <button class=\"filter-btn\" data-filter=\"event\">Other Events<\/button>\n        <\/div>\n\n        <!-- 2026 Content -->\n        <div class=\"year-content active\" id=\"year-2026\">\n            <div class=\"news-grid\">\n\n                <div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-4.png\" title=\"image 1\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-4-350x350.png\" alt=\"image 1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2.png\" title=\"image 2\"><img decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-350x350.png\" alt=\"image 2\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Webinar on Feasibility Study for Capstone Project Report Development<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies, University of Vavuniya, organized a Zoom webinar on \u201cFeasibility Study for Capstone Project Report Development\u201d on 02nd February 2026 for fourth-year students. The session was conducted by Kathiravel Ranjan and focused on providing practical guidance on feasibility assessment, project planning, and addressing real-world project challenges. The webinar enhanced students\u2019 understanding of feasibility study preparation and strengthened their readiness for undertaking Capstone Projects. The programme served as a valuable academic engagement, supporting students in developing analytical and practical competencies essential for successful project report development.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image.jpeg\" title=\"image\"><img decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-350x350.jpeg\" alt=\"image\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Community Outreach through Consultancy and Resource Contribution<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Marketing Management, Faculty of Business Studies, University of Vavuniya, is pleased to highlight the community engagement contribution of Mr.  S. A. Jude Leon, who served as a consultant and resource person for an exposure visit organized by the Humanitarian Development Organization (HDO). The programme was held at Amaya Beach Pasikudah, Batticaloa, from 23rd to 25th January 2026, and brought together HDO staff, government officials, and community representatives. The exposure visit provided a platform for knowledge sharing, collaborative learning, and discussions on community development practices. Through his contribution as a consultant and resource person, the programme supported capacity building among participants and reflected the department\u2019s continued commitment to community engagement and professional outreach.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-3-1.jpg\" title=\"image 2 (3)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-3-1-350x350.jpg\" alt=\"image 2 (3)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (3)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-3-1.jpg\" title=\"image 1 (3)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-3-1-350x350.jpg\" alt=\"image 1 (3)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1 (3)<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Participation in Career Fest 2026<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Finance and Accountancy, Faculty of Business Studies, University of Vavuniya, reports the participation of its students in Career Fest 2026, organized by the CFA Society Sri Lanka in line with the Global Career Month initiative of the CFA Institute. The event was successfully held on Friday, 27th March 2026, from 9.00 a.m. to 2.30 p.m. at Colombo City Centre. The programme provided students with valuable exposure to career opportunities in the finance and financial services sector. Students from the Department of Finance and Accountancy actively participated in the event, gaining insights into industry trends, professional pathways, and networking opportunities with industry experts. This participation reflects the department\u2019s continued commitment to enhancing student employability and industry engagement through experiential learning opportunities.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-4.png\" title=\"image 2 (4)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-4-350x350.png\" alt=\"image 2 (4)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (4)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-2-1.png\" title=\"image 1 (2)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-2-1-350x350.png\" alt=\"image 1 (2)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1 (2)<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Alumni Get-Together 2026 \u2013 Department of Project Management<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies, University of Vavuniya, successfully organized the Alumni Get-Together 2026 on 16th February 2026 at the PM Lecture Hall 01, bringing together alumni and academic staff members of the department. The event commenced with a welcome address followed by reflections on the department\u2019s progress. Keynote addresses were delivered by the Dean and senior academic staff, highlighting the importance of alumni engagement in academic and professional development. An Alumni Story Session was also conducted, where graduates shared their career experiences and provided valuable guidance to current students. The programme further included group discussions, a cake-cutting ceremony, refreshments, and a group photograph. The event created a platform for professional networking, knowledge sharing, and strengthening the relationship between the alumni and the department.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-3.png\" title=\"image 2 (3)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-3-350x350.png\" alt=\"image 2 (3)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (3)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-1-1.png\" title=\"image 1 (1)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-1-1-350x350.png\" alt=\"image 1 (1)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1 (1)<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit on Project Appraisal<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies, University of Vavuniya, organized a field visit on 11th February 2026 for the first-year undergraduate students as part of the Project Appraisal course unit. The students visited the Human Development Center (HUDEC) and the Iranamadu Tank to gain practical exposure to project identification, appraisal, and implementation processes. The visit also provided insights into the community impacts of development projects and the significance of large-scale public infrastructure initiatives. This field visit enabled students to connect theoretical knowledge with real-world applications, thereby enhancing their understanding of project appraisal practices in practical settings.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-5.jpg\" title=\"image 1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-5-350x350.jpg\" alt=\"image 1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-2.png\" title=\"image 2 (2)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-2-350x350.png\" alt=\"image 2 (2)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (2)<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit on Social Harmony and Active Citizenship<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies, University of Vavuniya, organized a field visit on 10th February 2026 for the second-year undergraduate students following the Social Harmony and Active Citizenship (ACU 2212) course unit. The students visited Kokuthoduvai North in Mullaitivu under the supervision of academic staff to gain practical exposure to community-based issues related to social harmony and active citizenship. During the visit, students observed various community challenges, with drug abuse identified as a significant issue affecting youth and social cohesion. Through discussions and interactions with local residents, students explored the social impacts of such issues and identified possible strategies for prevention and community engagement. This field visit enhanced their understanding of active citizenship and highlighted the importance of collective action in promoting social harmony within communities.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-1-2.png\" title=\"image 2 (1)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-1-2-350x350.png\" alt=\"image 2 (1)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (1)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-1.png\" title=\"image 1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-1-350x350.png\" alt=\"image 1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit on Regional Planning and Development<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies, University of Vavuniya, organized a field visit on 9th February 2026 for the second-year undergraduate students as part of the Project Quality Management and Regional Planning course units. The students visited selected areas in Vavuniya North, including Olumadu, Parasankulam, and Nedunkerny, with the support of the Divisional Secretariat Office \u2013 Vavuniya North. The visit enabled students to collect field data and observe the implementation of regional planning initiatives, socio-economic conditions, and quality management practices at the grassroots level. This field visit enhanced students\u2019 practical understanding of rural development and strengthened their ability to connect theoretical knowledge with real-world applications in regional planning and project quality management.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image3.jpg\" title=\"image3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image3-350x350.jpg\" alt=\"image3\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image3<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image1-1.jpg\" title=\"image1 (1)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image1-1-350x350.jpg\" alt=\"image1 (1)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image1 (1)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image2-3.jpg\" title=\"image2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image2-3-350x350.jpg\" alt=\"image2\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image2<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image4.jpg\" title=\"image4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image4-350x350.jpg\" alt=\"image4\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image4<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit of Entrepreneurship Undergraduates \u2013 Business Idea Generation Course Unit<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Management and Entrepreneurship, Faculty of Business Studies, University of Vavuniya, organized a field visit on 5th February 2026 for the second-year students of the Honours Degree in Entrepreneurship as part of the Business Idea Generation course. The purpose of the visit was to provide students with practical exposure to real-world women-led entrepreneurial ventures. The visit was organized and guided by Professor S. Gunapalan and Ms. S. Sabarjah, Temporary Assistant Lecturer of the Department, with the participation of Mrs. Thevaka Satheeskumar, Senior Lecturer of the Department. During the visit, students had the opportunity to observe three women-led enterprises in Vavuniya; Angel Creations, PJ Bag Manufacturing, and Neru Cake House which represent diverse sectors including handmade jewellery, eco-friendly bag manufacturing, and bakery production. This exposure enabled students to gain a comprehensive understanding of business operations, resource utilization, and entrepreneurial practices within real-world settings.The visit provided valuable insights into the significant role played by women entrepreneurs in promoting local economic development and supporting community livelihoods. Students were also able to identify key challenges faced by small-scale enterprises, such as limited access to capital, lack of advanced machinery, intense market competition, and various operational constraints. Furthermore, the observations highlighted how these challenges are effectively addressed through innovation, resilience, strategic use of social media, and continuous skill development. In addition, the visit emphasized the importance of maintaining product quality, ensuring customer satisfaction, and adapting to evolving market conditions to achieve business sustainability and growth. Overall, the field visit served as a meaningful platform for students to bridge theoretical knowledge with practical experience, while enhancing their understanding of the contributions of small-scale enterprises towards income generation, employment creation, and women empowerment.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/665830428_122287830434016132_3723965573627710969_n.jpg\" title=\"665830428_122287830434016132_3723965573627710969_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/665830428_122287830434016132_3723965573627710969_n-350x350.jpg\" alt=\"665830428_122287830434016132_3723965573627710969_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">665830428_122287830434016132_3723965573627710969_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/667450980_122287830314016132_7753463754603379971_n.jpg\" title=\"667450980_122287830314016132_7753463754603379971_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/667450980_122287830314016132_7753463754603379971_n-350x350.jpg\" alt=\"667450980_122287830314016132_7753463754603379971_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">667450980_122287830314016132_7753463754603379971_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/662853403_122287828328016132_4396885806990745909_n.jpg\" title=\"662853403_122287828328016132_4396885806990745909_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/662853403_122287828328016132_4396885806990745909_n-350x350.jpg\" alt=\"662853403_122287828328016132_4396885806990745909_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">662853403_122287828328016132_4396885806990745909_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/666149153_122287829750016132_3727224099566821636_n.jpg\" title=\"666149153_122287829750016132_3727224099566821636_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/666149153_122287829750016132_3727224099566821636_n-350x350.jpg\" alt=\"666149153_122287829750016132_3727224099566821636_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">666149153_122287829750016132_3727224099566821636_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/667540125_122287828040016132_2555904526420115359_n.jpg\" title=\"667540125_122287828040016132_2555904526420115359_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/667540125_122287828040016132_2555904526420115359_n-350x350.jpg\" alt=\"667540125_122287828040016132_2555904526420115359_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">667540125_122287828040016132_2555904526420115359_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/666047370_122287828658016132_7912659367031481318_n.jpg\" title=\"666047370_122287828658016132_7912659367031481318_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/666047370_122287828658016132_7912659367031481318_n-350x350.jpg\" alt=\"666047370_122287828658016132_7912659367031481318_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">666047370_122287828658016132_7912659367031481318_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/663189098_122287828274016132_4610911690582428365_n.jpg\" title=\"663189098_122287828274016132_4610911690582428365_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/663189098_122287828274016132_4610911690582428365_n-350x350.jpg\" alt=\"663189098_122287828274016132_4610911690582428365_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">663189098_122287828274016132_4610911690582428365_n<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/668565823_122287827824016132_3219347414198077691_n.jpg\" title=\"668565823_122287827824016132_3219347414198077691_n\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/668565823_122287827824016132_3219347414198077691_n-350x350.jpg\" alt=\"668565823_122287827824016132_3219347414198077691_n\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">668565823_122287827824016132_3219347414198077691_n<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Late Professor Ambalam Pushpanathan 1st Memorial Lecture \u2013 2026<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The 1st Memorial Lecture in honor of Late Professor Ambalam Pushpanathan was successfully held on 03rd February 2026 at the University of Vavuniya. The event was organized by the Department of Management and Entrepreneurship, Faculty of Business Studies. The keynote lecture, delivered by Prof. B. Nimalathasan, focused on \u201cEntrepreneurial Mindset and Economic Transformation in the Northern Province of Sri Lanka,\u201d offering valuable insights and inspiration to all attendees. The occasion was graced by family members of the late professor, faculty members, deans, university staff, and students. In a heartfelt tribute, Mrs. V. Pushpanathan, wife of Late Prof. A. Pushpanathan, donated LKR 2 million to the University of Vavuniya by handing over a fixed deposit to establish two Gold Medals: One for BBM (Honours) students specializing in Entrepreneurship and another one for the best overall performance among graduates of the Faculty of Business Studies. A tree plantation programme was also conducted to honor the legacy of Late Prof. Ambalam Pushpanathan and to promote environmental sustainability.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-1-1.png\" title=\"image 2 (1)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-1-1-350x350.png\" alt=\"image 2 (1)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (1)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-4.jpg\" title=\"image 1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-4-350x350.jpg\" alt=\"image 1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit on Monitoring and Evaluation<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies, University of Vavuniya, organized a field visit on 3rd February 2026 for the third-year undergraduate students as a part of  PM 3233 course unit. The students visited the National Water Supply and Drainage Board (NWSDB) SWRO Plant at Thalayady and the Iranamadu Reservoir to gain practical exposure to monitoring and evaluation practices in large-scale water management projects. The visit provided valuable insights into project implementation, operational processes, and performance assessment in real-world infrastructure settings. This field visit enabled students to bridge theoretical knowledge with practical applications, thereby enhancing their understanding of monitoring and evaluation within the context of water resource management projects.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image_2.jpg\" title=\"image_2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image_2-350x350.jpg\" alt=\"image_2\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image_2<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image_1.jpg\" title=\"image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image_1-350x350.jpg\" alt=\"image_1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Book Launch Ceremony: Publications by Dr. Subajana Jeyaseelan and Mr. Soosaipillai Douglas<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of English, Faculty of Business Studies, University of Vavuniya, organized a Book Launch Ceremony on 29th January 2026 at the University premises. The event featured the launch of multiple publications by members of the Department. Dr. Subajana Jeyaseelan launched her poetry collection Round and Round, while Mr. Soosaipillai Douglas, Instructor in English, introduced two significant works: DGAA\u2019s The Hurricane Lamp \u2013 The Poetry Collection and DGAA\u2019s Tamil Pronunciation Dictionary \u2013 The First Tamil Pronunciation Dictionary in Sri Lankan Standard Dialect. DGAA\u2019s The Hurricane Lamp presents a collection of original poetry reflecting creative and linguistic expression within the Sri Lankan English context. Meanwhile, DGAA\u2019s Tamil Pronunciation Dictionary stands as a landmark reference work that documents and standardizes the pronunciation of Tamil words based on the Sri Lankan standard dialect, marking the first dictionary of its kind produced in Sri Lanka. The ceremony was graced by Prof. Y. Yogarajah, retired academic of the University of Kelaniya, as the Chief Guest. The publications were formally reviewed by Dr. K. Shanmuganathan of the University of Jaffna, who shared insightful observations on their literary and academic significance. The event brought together academic staff and invitees, providing a platform to celebrate scholarly and creative contributions within the university community.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-4.jpg\" title=\"photo 4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-4-350x350.jpg\" alt=\"photo 4\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">photo 4<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-6.jpg\" title=\"photo 6\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-6-350x350.jpg\" alt=\"photo 6\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">photo 6<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-3.jpg\" title=\"photo 3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-3-350x350.jpg\" alt=\"photo 3\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">photo 3<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-5.jpg\" title=\"photo 5\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-5-350x350.jpg\" alt=\"photo 5\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">photo 5<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-1.jpg\" title=\"photo 1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-1-350x350.jpg\" alt=\"photo 1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">photo 1<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-2.jpg\" title=\"photo 2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/photo-2-350x350.jpg\" alt=\"photo 2\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">photo 2<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">1st International Research Conference on Digital Marketing (ReDM) \u2013 2026<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Marketing Management, Faculty of Business Studies, University of Vavuniya, in collaboration with the Asia Chartered Institute of Digital Marketing (ACIDM), University of Jaffna, and the Sri Lanka Institute of Marketing (SLIM), successfully organized the 1st International Research Conference on Digital Marketing (ReDM) \u2013 2026 on 28th January 2026 at the Soosairatnam Block (SH-4), University of Vavuniya. Held under the theme \u201cResearch-Driven Insights to Ignite Innovation and Transform the Future of Digital Marketing,\u201d the conference was organized as part of the academic and research collaboration established through the Memorandum of Understanding (MoU) between the University of Vavuniya and ACIDM. The conference aimed to promote international-level research dissemination in digital marketing and provided a platform for scholars and practitioners to present research on digital marketing strategies, consumer behaviour, social media marketing, data-driven marketing, and technology-enabled business practices. It also facilitated interdisciplinary discussions among academics, researchers, and industry professionals. The event was attended by distinguished academics and industry experts, including Senior Professor S. Anbahan Ariadurai, Senior Professor A. Atputharajah, Professor Y. Nanthagopan, Professor Dewasiri N. Jayantha, Professor Athula Gnanapala, Professor Nanda Ganesan, Senior Professor Nalin Abeysekara, Professor Dinesh Samarasinghe, Professor Shivany Shanmugathas, Mr. Denzil Perera, Dr. S. Dilogini, and Mr. S. Sharan. In addition, Heads of Departments, staff members, researchers, and students participated in the conference, with approximately 75 attendees. The conference facilitated knowledge sharing, professional networking, and exposure to contemporary developments in digital marketing, further strengthening the Faculty\u2019s commitment to research excellence and international academic engagement.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-3.png\" title=\"image 3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-3-350x350.png\" alt=\"image 3\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 3<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-0.png\" title=\"image 0\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-0-350x350.png\" alt=\"image 0\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 0<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-5.png\" title=\"image 2 (5)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-2-5-350x350.png\" alt=\"image 2 (5)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 2 (5)<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-3.png\" title=\"image 1 (3)\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/04\/image-1-3-350x350.png\" alt=\"image 1 (3)\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">image 1 (3)<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop on Positive Thinking and Resilience<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Alumni Association of the Faculty of Business Studies (AAFBS), University of Vavuniya, organized a workshop titled \u201cPositive Thinking and Resilience\u201d on 21st January 2026 at 1.00 p.m. at SH4, Faculty of Business Studies. The session was conducted by Mrs. S. Kalavathy, Senior Lecturer at ACIDM, and was specially arranged for all first-year students. The workshop focused on the concept of developing optimism without ignoring reality, equipping students with practical strategies to maintain a balanced and positive mindset. The resource person introduced effective stress management techniques and emphasized the importance of building emotional strength to face academic and personal challenges. She highlighted how resilience plays a crucial role in overcoming setbacks and adapting confidently to new environments, especially during the transition to university life. Drawing from her academic and professional experience, Mrs. Kalavathy provided real-life examples and practical guidance to help students cultivate self-awareness, confidence, and emotional stability. The session was interactive and engaging, encouraging students to reflect on their attitudes and develop constructive coping mechanisms. Overall, the workshop was highly beneficial in promoting mental well-being, personal growth, and resilience among first-year students, supporting their successful adjustment to university life and future career development. <\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                \n            <\/div>\n        <\/div> \n\n        <!-- 2025 Content -->\n        <div class=\"year-content\" id=\"year-2025\">\n            <div class=\"news-grid\">\n<div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Strategic_Planning_Workshop_5-Year_Plan_2026_-_2030_01.png\"\n                                alt=\"Strategic Planning Workshop 5-Year Plan\" width=\"400\" height=\"300\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Strategic_Planning_Workshop_5-Year_Plan_2026_-_2030_02.jpeg\"\n                                alt=\"Strategic Planning Workshop 5-Year Plan\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Strategic Planning Workshop (5-Year Plan: 2026 \u2013 2030)<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Strategic Planning Workshop for 2026\u20132030 was conducted on 26th November 2025 at the\n                                Faculty of Business Studies, University of Vavuniya. The workshop featured distinguished\n                                resource persons Prof. Nigel L. Williams, Pro Vice-Chancellor (R &amp; I), University of\n                                Portsmouth, UK, Prof. Y.Nanthagopan, Dean, Faculty of Business Studies and Prof.\n                                Poongothai Selvarajan, Department of Management and Entrepreneurship, University of\n                                Vavuniya.<\/p>\n                            <p>Prof. Poongothai Selvarajan shared insights on global best practices in management\n                                faculties based on her academic experience, while Prof. Nigel L. Williams presented on\n                                redefining management education, emphasizing experiential learning, leadership\n                                development, and the use of technology to meet global business demands. The program also\n                                included thematic group discussions and presentations focusing on strengthening research\n                                culture, enhancing teaching and learning quality, expanding community outreach and\n                                stakeholder networking, improving student extracurricular activities, promoting\n                                entrepreneurship and MSME development, advancing diversity and inclusion, and ensuring\n                                good governance.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                           \n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/English_Level_II_Training_Mines_Advisory_Group_Staff_02.jpeg\"\n                                alt=\"English Level II Training MAG Staff\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">English Level II Training Mines Advisory Group Staff<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>As part of the Memorandum of Understanding (MoU) between the ICIC, Faculty of Business\n                                Studies, and MAS Active Group (MAG), the English Level II Training Program for MAG staff\n                                (Batch VI) was conducted 25th November 2025. The program was facilitated by Ms. P.\n                                Sarmatha and Mr. A. Sebarajah, who served as the resource persons.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/MoU_Signing_Event_and_Accounting_Firm_Opening_between_Abbey_Accountants_Lan.jpeg\"\n                                alt=\"MoU Abbey Accountants\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing Event and Accounting Firm Opening between Abbey Accountants\n                            Lanka (Pvt) Limited and University of Vavuniya<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>A Memorandum of Understanding (MoU) was formally signed on 25th November 2025 between the\n                                Department of Finance and Accountancy, Faculty of Business Studies, University of\n                                Vavuniya, and Abbey Accountants Lanka (Pvt) Limited with the objective of establishing a\n                                sustainable long term collaboration and structured career mentorship program. This\n                                partnership marks an important step toward strengthening industry\u2013academia engagement\n                                and creating meaningful professional pathways for students.<\/p>\n\n<p> The agreement was signed in the presence of the Vice Chancellor, the Dean of the Faculty of Business Studies, the Head of the Department, academic staff members, and university officials, together with the Manager of Abbey Accountants Lanka (Pvt) Limited. Their presence highlighted the institutional importance of the partnership and the shared commitment to enhancing academic and professional excellence.<\/p>\n                            <p>The MoU supports joint professional development activities led by Abbey Accountants Lanka\n                                (Pvt) Limited, giving students and staff industry exposure while connecting academic\n                                learning with practical skills, mentorship, and career guidance to build employability\n                                and strengthen university&#8217;s industry collaboration.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                \n\n<div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Stakeholder_Meeting_and_Internship_Placement_Interviews_02.jpeg\"\n                                alt=\"Stakeholder Meeting\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">The Department of Marketing Management signed a MoU with Asia Chartered\n                            Institute of Digital Marketing<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Marketing Management signed a Memorandum of Understanding (MoU) with\n                                the Asia Chartered Institute of Digital Marketing (ACIDM) on 12th November 2025. The\n                                ceremony was graced by the Vice Chancellor, Dean of the Faculty of Business Studies,\n                                Head of the Department of Marketing Management, Acting Registrar, Bursar, Acting\n                                Librarian, Deans of other Faculties, Heads of other Departments, Assistant Registrar,\n                                Academic staff of the Department of Marketing Management, and students representing the\n                                University of Vavuniya.<\/p>\n                            <p>This MoU fosters mutual benefits for both institutions, the community, and other\n                                stakeholders through collaborative initiatives, hands-on experience, and shared growth.\n                                It will further strengthen the digital marketing competencies of students through\n                                practical sessions and training programs.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Discussion_with_the_Mines_Advisory_Group_MAG.jpeg\"\n                                alt=\"Discussion with MAG\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Discussion with the Mines Advisory Group (MAG)<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>A discussion with the Mines Advisory Group (MAG) was held on 16th October 2025. The\n                                meeting was graced by Senior Professor A. Atputharajah, Vice Chancellor; Professor Y.\n                                Nanthagopan, Dean, Faculty of Business Studies; Mr. S. Sivanenthira, ICIC Coordinator;\n                                MAG Country Director, Sri Lanka, and Mr. T. Senthoran, Skills Development Specialist.\n                                During the discussion, the MAG Country Director appreciated the University of Vavuniya\n                                for delivering impactful training programs that have enhanced the critical thinking and\n                                professional development of MAG staff.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/The_1st_Undergraduate_Research_Symposium_on_Marketing_URSM_2025._03.jpeg\"\n                                alt=\"URSM 2025\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Personal Finance Management of Mines Advisory Group Staff<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Personal Finance Management training was conducted for Mines Advisory Group Staff \u2013 Batch\n                                I on 27th and 28th September 2025. Dr.K.Kalainathan, Mrs.Janaki Samuel Thevaruban, Mr.\n                                C.Larojan, Mrs. J.Manthahine and Mr.N.Pratheepan were the resource persons for this\n                                workshop.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Industrial_Expo_01.jpeg\"\n                                alt=\"Industrial Expo\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Student Field Visit &#8211; The Department of Human Resource Management<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of HRM organized a field visit to Phoenix Ogilvy Advertising Services\n                                Agency on 26th August 2025 and Wathupitiwala Export Processing Zone, Wacoal Lanka (Pvt)\n                                Ltd on 27th August 2025 for the course unit &#8216;MAR 4143 &#8211; Application of HRM&#8217; for the\n                                final year HRM students. The session was conducted by the HR Manager, Mr. Sudeera Kelum.\n                            <\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            \n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Student_Field_Visit-_The_Department_of_Marketing_Management_02.png\"\n                                alt=\"Student Field Visit - Marketing Management\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Student Field Visit &#8211; The Department of Marketing Management<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Marketing Management organized a field visit on 25th August 2025, for\n                                the course unit &#8216;MAR 4152 &#8211; Customer Relations in Marketing&#8217; for the final year\n                                students, who follow the degree of Bachelor of Business Management, Honours in Marketing\n                                Management.<\/p>\n                            <p>This visit was made with 31 students and two lecturers to Thunder &amp; Neon Group, being\n                                one of the famous signage manufacturers in Sri Lanka. The Managing Director of Thunder\n                                &amp; Neon Group conducted a session on the history of this company and their marketing\n                                and customer relationship strategies.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Career_Guidance_Seminar_01.png\"\n                                alt=\"Career Guidance Seminar\" width=\"400\" height=\"300\">\n                            \n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Career Guidance Seminar<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies conducted Career Guidance Seminar on 19th August 2025\n                                (post conference events), with the objective of preparing undergraduates for future\n                                employment opportunities and career development.<\/p>\n                            <p>The above seminar brought together resource persons from professional institutions (ACCA,\n                                SLIM, CIPM, PMI, IBSL and CFA Society) who shared valuable insights on career planning\n                                professional qualifications to 200 students from G.C.E A\/L Commerce stream students\n                                representing Vavuniya South Zone. Another session also conducted for undergraduate\n                                students in University of Vavuniya. It was conducted in Tamil and English medium.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                           \n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Industrial_Expo_02.jpeg\"\n                                alt=\"Industrial Expo\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Industrial Expo<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Industrial Expo was inaugurated as part of RCBS to provide a platform for industry\n                                partners and students to showcase their innovations. The event was held on 18th and 19th\n                                August 2025 and featured the participation of approximately thirty (30) entrepreneurs\n                                from diverse industries.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Release_of_11th_Newsletter_of_the_Faculty_of_Business_Studies.png\"\n                                alt=\"Release of 11th Newsletter\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Release of 11th Newsletter of the Faculty of Business Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The bi-annual newsletter 2025, Volume 06, Issue 01 launched at the faculty cultural event\n                                on 18th August 2025. The copies of the newsletter were received by the Vice Chancellor,\n                                Dean, Professors, Heads of the departments, Professional organizations, and executive\n                                staff of the university, and the other academic staff of the faculties from the chief\n                                editor Mrs. K.P.W.D.R.Weerasinghe.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Career_Guidance_Seminar_02.png\"\n                                alt=\"Career Guidance Seminar\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">The 6th Research Conference on Business Studies &#8211; 2025<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies conducted the 6th Research Conference on Business Studies\n                                &#8211; 2025 on 18th August 2025, under the timely and thought-provoking theme &#8220;Emerging\n                                Business Trends: Paving the Way for the Future&#8221;. The event brought together academia,\n                                industry experts, and students to share insights into the latest advancements,\n                                challenges, and opportunities shaping the business world. The conference was organized\n                                in proud partnership with esteemed professional institutions, including the Chartered\n                                Institute of Personnel Management (CIPM), Association of Chartered Certified Accountants\n                                (ACCA), Institute of Certified Management Accountants (CMA), Institute of Chartered\n                                Accountants of Sri Lanka (CA Sri Lanka), Chartered Financial Analyst (CFA), Sri Lanka\n                                Institute of Marketing (SLIM), Institute of Bankers of Sri Lanka (IBSL), Responsible\n                                Project Management, UK (RPM), and the Project Management Institute (PMI), Sri Lanka\n                                Chapter.<\/p>\n                            <p>The Welcome Address was delivered by Mrs. V. Kajanthy, Conference Convener, followed by\n                                the Inaugural Address by Prof. Y. Nanthagopan, Conference Chair. Senior Professor A.\n                                Atutharajah, Vice Chancellor of the University of Vavuniya, delivered the Special\n                                Address, and the chief guest address was delivered by Senior Professor K. L. Wasantha\n                                Kumara, Vice Chairman of the University Grants Commission. A significant highlight of\n                                the inaugural session was the Launching of the Conference Proceedings, followed by\n                                Keynote Addresses by distinguished scholars and professionals. Senior Professor H. H. D. N. P. Opatha, Senior Professor and Chair of HRM at the University of Sri Jayewardenepura; Dr. Sammy Ying from the University of Newcastle, Australia; and Mr. Prasanna Sampathkumar, Regional Mentor \u2013 South Asia, Project Management Institute. This was followed by a panel discussion moderated by Prof. P. M. B. Jayathilake, Dean, Faculty of Management Studies, Rajarata University of Sri Lanka. The presidents and directors of institutional partner organizations participated as panel speakers and shared valuable insights into emerging practices in their respective professional fields and how these supports the future of business<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Stakeholder_Meeting_and_Internship_Placement_Interviews_01.png\"\n                                alt=\"Stakeholder Meeting\" width=\"400\" height=\"300\">\n                           \n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Stakeholder Meeting and Internship Placement Interviews<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The initiative aimed to strengthen collaboration with industry partners, provide a\n                                platform for strategic dialogue, and enhance student employability through structured\n                                internship opportunities.<\/p>\n                            <p>The program was delivered in two segments: 01. Stakeholder Meeting \u2013 fostering\n                                industry\u2013academia engagement and discussing evolving workforce expectations. 02.\n                                Internship Placement Interviews \u2013 facilitating direct interaction between students and\n                                potential employers. The event resulted in strengthened corporate partnerships,\n                                successful internship placements across multiple disciplines.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Students_Club_Awarding_Ceremony_and_Cultural_Event.jpeg\"\n                                alt=\"Students Club Awarding Ceremony\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Students&#8217; Club Awarding Ceremony and Cultural Event<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Students&#8217; Club Awarding Ceremony was held on 18th August 2025. The Project Management\n                                Club has been crowned Champion in the Performance of Students&#8217; Club Activities at the\n                                Faculty of Business Studies. The Marketing Club secured the 1st Runner-up position,\n                                while the Accounting and Finance Club achieved the 2nd Runner-up position for their\n                                outstanding performance. In addition, the Economics Club, Entrepreneurship Club, Human\n                                Resource Club, and Banking and Insurance Club were recognized for their Satisfactory\n                                Performance in the Performance of Students&#8217; Club Activities.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Launch_of_Departmental_Magazines.jpeg\"\n                                alt=\"Launch of Departmental Magazines\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Launch of Departmental Magazines<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The seven students from the seven-degree programs launched their magazines on 18th August\n                                2025. The Department of Accounting and Finance (Banking and Insurance Degree Program),\n                                presents &#8220;Bank Insure Today&#8221;; The Department of Management and Entrepreneurship presents\n                                &#8220;Visionpreneur&#8221;; The Department of Project Management is proud to unveil &#8220;Project\n                                Manager&#8221;; The Department of Accounting and Finance presents &#8220;FINROOT&#8221;; The Department of\n                                Human Resource Management launch of &#8220;HR Wisdom&#8221;; The Department of Economics, release\n                                its magazine, &#8220;Econoblogger&#8221;; The Department of Marketing release of its magazine,\n                                &#8220;Marketing Sparks&#8221;.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Workshop_on_Agile_Practices_and_Agility.png\"\n                                alt=\"Workshop on Agile Practices and Agility\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop on Agile Practices and Agility<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The workshop on Agile Practices and Agility, held on 17th August 2025, brought together\n                                fourth-year Project Management students, faculty members, and industry experts,\n                                including Mr. Aruna Kooragamage from PMI Colombo. The goals of this session were the\n                                introducing students to Agile principles, demonstrating practical applications.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            \n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/The_1st_Undergraduate_Research_Symposium_on_Marketing_URSM_2025._02.jpeg\"\n                                alt=\"URSM 2025\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">The 1st Undergraduate Research Symposium on Marketing (URSM) 2025<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Marketing Management organized the Undergraduate Research Symposium on\n                                Marketing &#8211; 2025 themed as &#8220;Transcending Boundaries: Marketing for a Transformative Era&#8221;\n                                on 14th August 2025.<\/p>\n                            <p>The conference includes professional partners: University of Jaffna, Rajarata University\n                                of Sri Lanka, South Eastern University of Sri Lanka, Eastern University of Sri Lanka,\n                                and industrial partners were the Sri Lanka Institute of Marketing, LOLC General\n                                Insurance, LOLC Life Assurance, Asia Chartered Institute of Digital Marketing,\n                                Ontomatrix, and Amana Takaful Insurance Life. The keynote addresses were delivered by\n                                Dr. S.C. Pramathilaka, Deputy General Manager, SLIM, Mr. M.V. Puviraj, Assistant General\n                                Manager, Amana Takaful Life PLC and Mr. D. Maldeniya, Head of Agency Development and\n                                Administration, LOLC General Insurance PLC.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/English_Level_II_Training_Mines_Advisory_Group_Staff_01.jpeg\"\n                                alt=\"English Level II Training MAG Staff\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">2nd Undergraduate Research Symposium on Accounting and Finance<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Undergraduate Research Symposium on Accounting and Finance \u2013 2025, organized by the\n                                Department of Finance and Accountancy on 25th July 2025 under the theme &#8220;Innovating\n                                sustainability through responsible accounting and finance,&#8221; provided an academic\n                                platform for undergraduates to present research, engage in critical discussion, and\n                                receive constructive feedback. The keynote address was delivered by Mr.A.\n                                Arunthavarajah, Head, Audit and Assurance, IBS University, Papua New Guinea.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/Student_Field_Visit-_The_Department_of_Marketing_Management_01.jpeg\"\n                                alt=\"Student Field Visit - Marketing Management\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">The 1st Undergraduate Research Symposium on Business Economics\n                            (URSBE-2025)<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The 1st Undergraduate Research Symposium on Business Economics (URSBE-2025) was held on\n                                23rd July 2025. The keynote address was delivered by Professor S.P. Premaratne of the\n                                University of Colombo, offered deep insights into contemporary economic challenges and\n                                opportunities for Sri Lanka. A total of 30 research papers were presented across six\n                                thematic tracks, reflecting the diverse academic interests of the participants.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2026\/02\/The_1st_Undergraduate_Research_Symposium_on_Marketing_URSM_2025._01.jpeg\"\n                                alt=\"URSM 2025\" width=\"400\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">The 1st Undergraduate Research Symposium on Human Resource Management\n                        <\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Undergraduate Research Symposium on Human Resource Management was held on 20th July\n                                2025, in collaboration with the University of Jaffna, providing a dynamic platform for\n                                undergraduate students to showcase their research and innovative ideas in the field of\n                                HRM. The keynote speakers were Dr. K.G. Priyashantha Senior Lecturer, Dep of HRM,\n                                University of Ruhuna and Prof. T. Raveendran, Dep of HRM, University of Jaffna.<\/p>\n                            <p>This collaboration between the University of Vavuniya and the University of Jaffna\n                                strengthened academic ties, promoted research culture, and encouraged\n                                cross-institutional learning. The symposium not only celebrated the scholarly\n                                achievements of undergraduates but also inspired participants to pursue further research\n                                that addresses real-world HR challenges and contributes to the development of the\n                                profession.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_5.png\" title=\"page_6_image_5\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_5-400x320.png\" alt=\"page_6_image_5\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_6_image_5<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing event between LOLC Life Assurance Ltd &#038; General Insurance PLC\n                            and the Faculty of Business Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>LOLC Life Assurance Ltd &#038; General Insurance PLC, and the Department of Marketing\n                                Management, Faculty of Business Studies signed a Memorandum of Understanding on 25th\n                                June 2025. This MoU represents a strategic partnership aimed at strengthening\n                                academic-industry collaboration, with particular emphasis on enhancing student\n                                employability, facilitating internship opportunities, and fostering joint academic and\n                                professional initiatives.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-194239.png\" title=\"Screenshot 2025-10-06 194239\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-194239-400x320.png\" alt=\"Screenshot 2025-10-06 194239\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 194239<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing event between Amana Takaful PLC and the Faculty of Business\n                            Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Amana Takaful PLC and the Department of Marketing Management, Faculty of Business Studies\n                                signed a Memorandum of Understanding on 23rd June 2025. This collaboration marks a new\n                                chapter in fostering knowledge, innovation, and industry engagement. It serves as a\n                                platform for bridging the gap between academia and the professional world, enabling\n                                students and faculty to gain real-world insights and hands-on experiences.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-193552.png\" title=\"Screenshot 2025-10-06 193552\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-193552-400x320.png\" alt=\"Screenshot 2025-10-06 193552\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 193552<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Key Consultees Workshop &#8211; PMIGAC Global Accreditation Process for PM\n                            Education Program<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Second Key Consultees Workshop on the PMI Global Accreditation was conducted by the\n                                Department of Project Management on 20th June 2025, as a continuation of the\n                                department&#8217;s strategic effort toward PMIGAC accreditation. Following the initial\n                                consultative workshop, this second workshop was designed to validate updates made to the\n                                SAR, close evidence gaps, and strengthen compliance with PMIGAC&#8217;s six accreditation\n                                standards. The workshop was enriched by the insights of Prof. Suresh Surendran, who\n                                served as the honorary visiting professor, providing expert guidance on accreditation\n                                standards and documentation strategies.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-193850.png\" title=\"Screenshot 2025-10-06 193850\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-193850-400x320.png\" alt=\"Screenshot 2025-10-06 193850\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 193850<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Undergraduate Research Symposium on Project Management (URSPM) &#8211; 2025\n                        <\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Undergraduate Research Symposium on Project Management (URSPM) &#8211; 2025 was organized\n                                by the Department of Project Management, Faculty of Business Studies, under the theme\n                                &#8220;Innovative Practices in Project Management.&#8221; This academic event provided an invaluable\n                                platform for final-year undergraduate students to present their research findings,\n                                engage in scholarly discourse, and interact with academic and industry experts.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-193943.png\" title=\"Screenshot 2025-10-06 193943\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-193943-400x320.png\" alt=\"Screenshot 2025-10-06 193943\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 193943<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Webinar &#8211; Beyond Borders! Career &#038; Global Pathways<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Career Guidance Cell of the Faculty of Business Studies organized a webinar titled\n                                &#8220;Beyond Borders! Career &#038; Global Pathways&#8221; on 19th June 2025. The session featured two\n                                esteemed resource persons: Mr. K. Kirishanth, CEO of Next Level Education Consultancy\n                                (Pvt) Ltd, and Mr. S. Vijithan, Senior Marketing and Business Development Executive,\n                                Next Level Education (Pvt) Ltd. Approximately 60 students participated in the webinar\n                                and gained valuable insights into global career opportunities and leveraging digital\n                                platforms for professional growth.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-194120.png\" title=\"Screenshot 2025-10-06 194120\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-194120-400x320.png\" alt=\"Screenshot 2025-10-06 194120\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 194120<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop &#8211; Future Proofing your career for 2030 &#038; Beyond<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Finance and Accountancy organized a workshop on 19th June 2025. It was\n                                coordinated by CMA, Sri Lanka on &#8220;Future-Proofing your career for 2030 &#038; Beyond&#8221; for the\n                                third year and final year students specializing in Accounting and Finance in the Faculty\n                                of Business Studies. The resource person for this workshop was Mr. Thilina Bandara. The\n                                session aimed to enhance the knowledge regarding future career opportunities.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:500px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_5_image_3.png\" title=\"page_5_image_3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_5_image_3-400x500.png\" alt=\"page_5_image_3\" width=\"400\" height=\"500\" \/><span class=\"su-custom-gallery-title\">page_5_image_3<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">English Language Training for MAG Operation Staff<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The English Language Training Session &#8211; Level II, Batch V for MAG (Mines Advisory Group)\n                                operation staff commenced on 26th March 2025. This initiative aimed to enhance the\n                                English communication skills of MAG personnel to support their operational effectiveness\n                                and professional development. A total of 50 MAG staff members participated in this\n                                training program. The sessions were conducted by Mrs. P. Sarmatha, Senior Lecturer G II,\n                                and Mr. A. Sebarajah, Instructor in English G II.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_5_image_2.png\" title=\"page_5_image_2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_5_image_2-400x320.png\" alt=\"page_5_image_2\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_5_image_2<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit &#8211; Department of Management and Entrepreneurship<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Department of Management and Entrepreneurship arranged a field visit to ReeCha Hotel,\n                                Kilinochchi, on 14th March 2025 for second-year students. The primary objective is to\n                                provide students with real-world exposure, enabling them to interact with entrepreneurs,\n                                understand market dynamics, and develop innovative and practical business ideas.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:500px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_5_image_1.png\" title=\"page_5_image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_5_image_1-400x500.png\" alt=\"page_5_image_1\" width=\"400\" height=\"500\" \/><span class=\"su-custom-gallery-title\">page_5_image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit &#8211; Department of Marketing Management<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Marketing Management organized a field visit for the Course Unit &#8220;MAR\n                                3213-Hospitality Management&#8221; on 07th March 2025 to Umandawa, Global Buddhist Spiritual\n                                Village, Melsiripura, Kurunegala. Totally, 31 students participated in the visit. The\n                                main objectives of the field visit are to examine the marketing strategies used by\n                                Umandawa Global Tourism Village and understand how they incorporate sustainability and\n                                cultural tourism into their hospitality offerings.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_8_image_1.png\" title=\"page_8_image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_8_image_1-400x320.png\" alt=\"page_8_image_1\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_8_image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Industrial Training Program by AIA Insurance Lanka Limited<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The industrial training program was organized by the Department of Finance and\n                                Accountancy, in collaboration with AIA, on 21st February 2025, at Hotel Northway,\n                                Vavuniya. This program aims to enhance understanding of industry operations and provide\n                                networking opportunities for the students with industry professionals.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_2.png\" title=\"page_4_image_2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_2-400x300.png\" alt=\"page_4_image_2\" width=\"400\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_4_image_2<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_3.png\" title=\"page_4_image_3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_3-400x300.png\" alt=\"page_4_image_3\" width=\"400\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_4_image_3<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_4.png\" title=\"page_4_image_4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_4-400x300.png\" alt=\"page_4_image_4\" width=\"400\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_4_image_4<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_5.png\" title=\"page_4_image_5\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_4_image_5-400x300.png\" alt=\"page_4_image_5\" width=\"400\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_4_image_5<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_1_image_5.png\" title=\"page_1_image_5\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_1_image_5-400x300.png\" alt=\"page_1_image_5\" width=\"400\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_1_image_5<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_1_image_8.png\" title=\"page_1_image_8\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_1_image_8-400x300.png\" alt=\"page_1_image_8\" width=\"400\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_1_image_8<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Plantation Day &#8211; Honoring the Legacy of Late Prof. A. Pushpanathan<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies takes immense pride in honoring the remarkable legacy of\n                                the late Professor A. Pushpanathan, whose visionary leadership, academic excellence, and\n                                unwavering dedication left an indelible mark on the university community. On 19th\n                                February 2025, the Plantation Day was organized as a heartfelt tribute to commemorate\n                                his outstanding contributions to the faculty and the broader academic sphere.<\/p>\n                            <p>Prof. (Dr.) Ambalam Pushpanathan was born on 24th March 1964 in Vathiry, Alvai, Point\n                                Pedro, Jaffna. He completed his schooling from Grade One to Advanced Level at\n                                J\/Thevanayali Hindu College. He obtained his Bachelor of Business Administration in 1989\n                                from the University of Jaffna, a Postgraduate Diploma in Management in 1996 from Project\n                                Management Institute, Sri Jayewardenepura University, and a Doctor of Philosophy in\n                                Management Science (Enterprise Management) from Xiamen University, China, in 2008. In\n                                2006, he was honored with the Best International Student Encouragement Award at Xiamen\n                                University.<\/p>\n                            <p>Prof. Pushpanathan was a distinguished academic and dedicated educator who served at the\n                                University of Vavuniya since 1994. He was promoted to the rank of Professor in\n                                Management on 22nd December 2021. Throughout his illustrious career, he made significant\n                                contributions to the fields of Entrepreneurship, Small Business Development, and\n                                Marketing Management. By planting trees and enhancing green spaces, the event served as\n                                a living memorial that reflects his values and continues to give back to the\n                                environment-just as he offered himself so generously to the University of Vavuniya.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:350px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_1.png\" title=\"page_2_image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_1-350x350.png\" alt=\"page_2_image_1\" width=\"350\" height=\"350\" \/><span class=\"su-custom-gallery-title\">page_2_image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Release of 10th Newsletter of the Faculty of Business Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The bi-annual Newsletter 2024, Volume 05, Issue II, was launched at the Faculty of\n                                Business Studies board room on 13th February 2025 in the presence of the Newsletter\n                                committee members and faculty board members. Copies of the newsletter were officially\n                                received by the Dean, Professors, Heads of Departments, and faculty board members from\n                                the Chairperson, Mrs. K.P.W.D.R. Weerasinghe.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_2.png\" title=\"page_6_image_2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_2-400x320.png\" alt=\"page_6_image_2\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_6_image_2<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_1.png\" title=\"page_6_image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_1-400x320.png\" alt=\"page_6_image_1\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_6_image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing event between AIA Insurance Lanka Limited and the Faculty of\n                            Business Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The AIA Insurance Lanka Limited and the University of Vavuniya signed a Memorandum of\n                                Understanding on 07th February 2025. The MoU aims to facilitate academic collaboration,\n                                knowledge exchange, and capacity building to execute the spirit of cooperation between\n                                the parties to develop competent insurance professionals to serve the region and the\n                                nation.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:500px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_3_image_3.png\" title=\"page_3_image_3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_3_image_3-500x300.png\" alt=\"page_3_image_3\" width=\"500\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_3_image_3<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:500px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_3_image_4.png\" title=\"page_3_image_4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_3_image_4-500x300.png\" alt=\"page_3_image_4\" width=\"500\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_3_image_4<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Second Awarding and Third Inauguration Ceremony of Certificate in\n                            Professional English<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Certificate in Professional English course program was inaugurated for the third\n                                batch on 26th January 2025. The course is coordinated by the Industry and Community\n                                Interaction Cell (ICIC) of the Faculty of Business Studies. The event was graced by\n                                Special Guest, Prof. Y. Nanthagopan, Dean of the Faculty of Business Studies; and guest\n                                Ms. D. Gapila, one of the course resource persons.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_3.png\" title=\"page_2_image_3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_3-350x300.png\" alt=\"page_2_image_3\" width=\"350\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_2_image_3<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">English Enhancement Seminar for Advanced Level Students<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>An English Awareness and Enhancement Seminar for Advanced Level students was held on 18th\n                                January 2025 at Mn\/Sithivinayagar Hindu College, Mannar. Organized by the Department of\n                                English Language Teaching with Mannar Education Zone and the Institute of English, the\n                                seminar focused on writing and speaking skills while promoting the university&#8217;s academic\n                                programs. Coordinated by Mr. A. Sebarajah, approximately 30 students attended and shared\n                                positive feedback about the interactive sessions.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:300px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_3_image_1.png\" title=\"page_3_image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_3_image_1-300x200.png\" alt=\"page_3_image_1\" width=\"300\" height=\"200\" \/><span class=\"su-custom-gallery-title\">page_3_image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">TOEFL Benchmarked Speaking and Writing Workshop<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>A three-day TOEFL-Benchmarked Speaking and Writing Workshop was hosted by the Department\n                                of English Language Teaching from 16th to 18th January 2025, facilitated by Jennifer\n                                Goodman, an English Language Fellow enlisted by the U.S. Department of State. The\n                                workshop aimed to enhance the speaking and writing skills of students and faculty\n                                members, benchmarked to TOEFL standards. It catered to participants from various\n                                faculties, including Business Studies, Technological Studies, Applied Science, and staff\n                                from the Department of English Language Teaching. Additionally, a session was held for\n                                A\/L qualified participants at Siththivinayagar School, Mannar.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:600px;height:300px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_2.png\" title=\"page_2_image_2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_2-600x300.png\" alt=\"page_2_image_2\" width=\"600\" height=\"300\" \/><span class=\"su-custom-gallery-title\">page_2_image_2<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">A Key Consultees Workshop<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>A Key Consultees Workshop was conducted on 3rd January 2025 as part of the review process\n                                for the Bachelor of Business Management (Honors) in Project Management degree program.\n                                Stakeholders included faculty members, alumni, industry representatives, and academics.\n                                The workshop, facilitated by Prof. Suresh Surendiran (former Professor, Coventry\n                                University, UK), reviewed current modules and recommended enhancements aligned with PMI\n                                standards and GAC guidance.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:250px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_4.png\" title=\"page_2_image_4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_2_image_4-350x250.png\" alt=\"page_2_image_4\" width=\"350\" height=\"250\" \/><span class=\"su-custom-gallery-title\">page_2_image_4<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Meeting with the officers of the CIMA Sri Lanka<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>A meeting was held with senior officials of the Chartered Institute of Management\n                                Accountants on 28th May 2024. The meeting was organized to discuss signing the agreement\n                                and to have the faculty program accredited for exemptions.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_2.png\" title=\"page_6_image_2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_6_image_2-400x320.png\" alt=\"page_6_image_2\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_6_image_2<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing between Northern Chamber of Industries and Faculty of\n                            Business Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Northern Chamber of Industries (NCI) and Faculty of Business Studies signed a Memorandum\n                                of Understanding to establish a collaborative partnership aimed at promoting\n                                entrepreneurship, skills development, and industry engagement in Sri Lanka&#8217;s Northern\n                                Province on 24th April 2024. This MoU signifies a mutual commitment to support academic\n                                industry linkages by facilitating student internships, field visits, workshops, and\n                                collaborative events. It includes provisions for guest lectures, career guidance\n                                sessions, and sponsorship opportunities for research and innovation initiatives.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><!-- Newsletter -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:350px;height:250px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-192332.png\" title=\"Screenshot 2025-10-06 192332\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-192332-350x250.png\" alt=\"Screenshot 2025-10-06 192332\" width=\"350\" height=\"250\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 192332<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Inauguration of the Second-Year Higher Diploma in English<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The inauguration ceremony for the Second-Year Higher Diploma in English was held on the\n                                01st of February 2025. This event marked the official commencement of the second-year\n                                program, which aims to further enhance students&#8217; proficiency in English and prepare them\n                                for advanced academic and professional endeavors. Students who successfully completed\n                                the First-Year Diploma in English, offered by the Department of English Language\n                                Teaching under the Faculty of Business Studies, were admitted to continue their studies\n                                in the Second-Year Higher Diploma in English program.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-192729.png\" title=\"Screenshot 2025-10-06 192729\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-192729-400x320.png\" alt=\"Screenshot 2025-10-06 192729\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 192729<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Inauguration Program &#8211; Academic Year 2023\/2024<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Inauguration Ceremony for the academic year 2023\/2024 was organized by the Faculty of\n                                Business Studies on the 23rd of April 2025. During the inauguration ceremony, the Dean\n                                of the Faculty of Business Studies, Prof. Y. Nanthagopan, warmly welcomed the incoming\n                                students and encouraged them to embrace their journey at the university. This was\n                                followed by the inaugural address delivered by the Senior. Prof. A. Arputharajah, the\n                                Vice Chancellor of the University of Vavuniya. The heads of Departments and faculty\n                                members also extended their greetings and best wishes to the new students.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-192919.png\" title=\"Screenshot 2025-10-06 192919\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-06-192919-400x320.png\" alt=\"Screenshot 2025-10-06 192919\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">Screenshot 2025-10-06 192919<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Orientation Program &#8211; Academic Year 2023\/2024<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The orientation program for the new academic year was started from the 24th of April to\n                                the 2nd of May 2025. The program aimed to familiarize the new students with the\n                                university&#8217;s educational environment, academic regulations, and available facilities.\n                                The program featured a variety of informative and interactive sessions designed to\n                                support students in their academic and personal development.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div><div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:400px;height:320px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_7_image_1.png\" title=\"page_7_image_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/09\/page_7_image_1-400x320.png\" alt=\"page_7_image_1\" width=\"400\" height=\"320\" \/><span class=\"su-custom-gallery-title\">page_7_image_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing between CFA Society, Sri Lanka and Faculty of Business\n                            Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>A Memorandum of Understanding was signed between the Department of Finance and\n                                Accountancy, Faculty of Business Studies, University of Vavuniya, and the CFA Society\n                                Sri Lanka on the 22nd of April 2025, at Colombo Club, Taj Samudra Hotel, with the\n                                objective of establishing a long-term collaborative relationship to promote ethics and\n                                industry best practices upheld by the CFA, and to provide career mentorship program and\n                                facilitate resource personnel for guest lectures and other knowledge sharing initiatives\n                                and to improve learning and the marketability of graduates.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2024 Content -->\n        <div class=\"year-content\" id=\"year-2024\">\n            <div class=\"news-grid\">\n                <!-- Strategic Planning Workshop -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/6-2.jpg\" title=\"6\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/6-2-200x200.jpg\" alt=\"6\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">6<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/1-1.jpg\" title=\"1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/1-1-200x200.jpg\" alt=\"1\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">1<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/5-1.jpg\" title=\"5\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/5-1-200x200.jpg\" alt=\"5\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">5<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/4-1.jpg\" title=\"4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/4-1-200x200.jpg\" alt=\"4\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">4<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/3-1.jpg\" title=\"3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/3-1-200x200.jpg\" alt=\"3\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">3<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/2-1.jpg\" title=\"2\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/01\/2-1-200x200.jpg\" alt=\"2\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">2<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Strategic Planning and Review Workshop<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Strategic Planning and Review Workshop organised by the Faculty of Business Studies\n                                was conducted on Wednesday, 18th December 2024, from 8:30 AM to 3:00 PM. The event took\n                                place at the Project Management Building of the Faculty of Business Studies.<\/p>\n                            <p>Resource Persons included Prof Y. Nanthagopan (Chairperson, Committee for Strategic\n                                Planning and Monitoring), Prof Suresh Surendran (Visiting Professor), and Mr. S.\n                                Harikaran (Coordinator).<\/p>\n                            <p>Event Highlights: Registration commenced at 8:30 AM. The Dean emphasized stakeholders&#8217;\n                                importance in strategic planning and monitoring, outlined challenges, risks, and\n                                necessary improvements. The Vice Chancellor emphasized the significance of strategy,\n                                leadership, and strategic planning in achieving institutional goals.<\/p>\n                            <p>Thematic Group Discussions focused on: (1) Enhancing the Research Culture, (2) Improving\n                                quality of teaching and learning, (3) Improving student extracurricular activities, (4)\n                                Promoting community outreach activities, and (5) Growing as an entrepreneurial faculty.\n                            <\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Field Study Visit -->\n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:260px;height:120px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ssq.jpg\" title=\"ssq\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ssq-260x120.jpg\" alt=\"ssq\" width=\"260\" height=\"120\" \/><span class=\"su-custom-gallery-title\">ssq<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Study Visit &#8211; Department of Project Management<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management organized a field study visit for fourth-year\n                                students to project-based organizations in Colombo on 25th-26th September 2024. The\n                                visit included Port City Colombo, the Central Environmental Authority, Lotus Tower, and\n                                Unidil Packaging. It supported students to identify real-world project management\n                                practices in construction, environmental management, and manufacturing.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- 9th Newsletter -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:230px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/a-1.jpg\" title=\"a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/a-1-230x200.jpg\" alt=\"a\" width=\"230\" height=\"200\" \/><span class=\"su-custom-gallery-title\">a<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Release of 9th Newsletter of the Faculty of Business Studies<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The bi-annual newsletter 2024, Volume 05, Issue 01 launched at the Faculty of Business\n                                Studies board room on 04th September 2024, with the presence of Newsletter committee\n                                members and faculty board members. The copies of the newsletter were received by the\n                                Dean, Professors, Heads of the departments, and the members of the faculty board from\n                                the Chairperson Mrs. K.P.W.D.R. Weerasinghe.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Alumni Association Seminar -->\n                <div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:210px;height:210px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/b.jpg\" title=\"b\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/b-210x210.jpg\" alt=\"b\" width=\"210\" height=\"210\" \/><span class=\"su-custom-gallery-title\">b<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Alumni Association Seminar on Education Guidance<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Alumni Association of the Faculty of Business Studies arranged seminar on 15th July 2024\n                                for both undergraduates and graduates. It guided students to explore the opportunities\n                                to study abroad.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Career Guidance Seminar -->\n                <div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:250px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/c.jpg\" title=\"c\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/c-250x200.jpg\" alt=\"c\" width=\"250\" height=\"200\" \/><span class=\"su-custom-gallery-title\">c<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Alumni Association Seminar on Career Guidance<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Alumni Association of the Faculty of Business Studies arranged this seminar on 25th July\n                                2024 by Alumni members. It focused on helping participants to navigate their career\n                                paths by enhancing awareness of opportunities, developing key skills like resume writing\n                                and interview preparation, and building confidence through real-world scenarios.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Centre for Business Research -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/a.png\" title=\"a\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/a-200x200.png\" alt=\"a\" width=\"200\" height=\"200\" \/><span class=\"su-custom-gallery-title\">a<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Establishment of Centre for Business Research<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies formed a vessel of research called Centre for Business\n                                Research on the recommendation of the Senate and the approval of the Council at its 32nd\n                                meeting held on 27th of July 2024. The aim of this initiative is to gain, disseminate,\n                                and share the research exposure among the faculty academic staff in order to improve\n                                their research capacity through availability of internal and external experts and events\n                                in research, especially in business minded research. Mr. G.R.M Gamlath has been\n                                appointed as the first coordinator of the Centre for Business Research.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Inauguration Ceremony 2022\/2023 -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:250px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/mm.jpg\" title=\"mm\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/mm-250x200.jpg\" alt=\"mm\" width=\"250\" height=\"200\" \/><span class=\"su-custom-gallery-title\">mm<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Inauguration Ceremony for the New Academic Year 2022\/2023<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The inauguration ceremony for the 2022\/2023 academic year was organized on 29th July\n                                2024. The Dean, Prof.Y.Nanthagopan addressed the students and warmly welcomed them to be\n                                a part of this historic institution. The inaugural speech was delivered by the vice\n                                chancellor, Prof. A. Atputharajah. All the heads of the departments of the Faculty of\n                                Business Studies and staff members also welcomed the newcomers and gave them words of\n                                wisdom and blessings.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Orientation Program 2022\/2023 -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:250px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/mmn.jpg\" title=\"mmn\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/mmn-250x200.jpg\" alt=\"mmn\" width=\"250\" height=\"200\" \/><span class=\"su-custom-gallery-title\">mmn<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Orientation Program for the Academic Year 2022\/2023<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The orientation program for the academic year 2022\/2023 was conducted from 31st July to\n                                28th August 2024 to acquaint the new students with the university education system,\n                                academic rules and facilities in the university. During the orientation program days,\n                                the students were engaged under various sessions such as LMS, ZOOM &#038; Cyber Security,\n                                Students Code of conduct, 946 Circular and Students Life at University, Introducing\n                                Student &#038; Welfare Division, Introducing the role of senior students counselor,\n                                Introducing the Mentoring System of the Faculty of Business Studies and the Role of the\n                                Library in University Education.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- FOBS Week -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:250px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/io.jpg\" title=\"io\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/io-250x200.jpg\" alt=\"io\" width=\"250\" height=\"200\" \/><span class=\"su-custom-gallery-title\">io<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:250px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/oi.jpg\" title=\"oi\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/oi-250x200.jpg\" alt=\"oi\" width=\"250\" height=\"200\" \/><span class=\"su-custom-gallery-title\">oi<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">FOBS Week<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Student Union, Faculty of Business Studies organized &#8220;FOBS-2024&#8221;, from the 31st\n                                August 2024 until the 11th September 2024. The objectives of this event are to promote\n                                togetherness, sportsmanship, and healthy competition among students in the faculty.\n                                Ultimately, fourth-year students secured the championship with a total of 257 points,\n                                while third-year students attained first runner-up with 250 points, and second-year\n                                students gained second runner-up with 181 points.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Visit of Ruhuna University Students -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:300px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ii.jpg\" title=\"ii\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ii-300x200.jpg\" alt=\"ii\" width=\"300\" height=\"200\" \/><span class=\"su-custom-gallery-title\">ii<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:300px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/oi-1.jpg\" title=\"oi\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/oi-1-300x200.jpg\" alt=\"oi\" width=\"300\" height=\"200\" \/><span class=\"su-custom-gallery-title\">oi<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:300px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ou.jpg\" title=\"ou\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ou-300x200.jpg\" alt=\"ou\" width=\"300\" height=\"200\" \/><span class=\"su-custom-gallery-title\">ou<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Visit of Ruhuna University Students<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Forty students and staff from University of Ruhuna visited Faculty of Business Studies on\n                                10th December 2024. The aim of this visit is to make the collaboration among the\n                                students and share a variety of resources and experiences, fostering collaboration and\n                                community. The event was highlighted the topics on Ramayana concept, tourism and\n                                destination culture.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Cultural Night -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/nb.jpg\" title=\"nb\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/nb-290x200.jpg\" alt=\"nb\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">nb<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/nu.jpg\" title=\"nu\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/nu-290x200.jpg\" alt=\"nu\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">nu<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/nv.jpg\" title=\"nv\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/nv-290x200.jpg\" alt=\"nv\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">nv<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Cultural Night and Annual Awarding Ceremony<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Cultural Night and awarding ceremony was held on 31st September 2024, at the faculty\n                                premises. The student clubs were awarded to the top three students clubs based on the\n                                performance reviewed by the independent evaluation panel. The first place was won by the\n                                accounting club, second and third place were won by the PM club and HR club. The\n                                students research excellence awards were provided to the students those who got overall\n                                best results for their final year dissertation works in 2017\/2018 batch. The night also\n                                featured amazing performances, showcasing the diverse talents of students.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Internship Placement Interviews -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ii-1.jpg\" title=\"ii\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ii-1-290x200.jpg\" alt=\"ii\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">ii<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ol.jpg\" title=\"ol\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/ol-290x200.jpg\" alt=\"ol\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">ol<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Internship Placement Interviews<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Internship Placement Interviews were conducted with thirty organizations on 01st October\n                                2024 by the Faculty of Business Studies. The organizations interviewed final year\n                                students for six months internship and job placement.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Career Guidance Seminars -->\n                <div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/vv.jpg\" title=\"vv\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/vv-290x200.jpg\" alt=\"vv\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">vv<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/vvb.jpg\" title=\"vvb\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/vvb-290x200.jpg\" alt=\"vvb\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">vvb<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Career Guidance Seminars<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies invited six professional bodies, including the Institute\n                                of Chartered Accountants of Sri Lanka (CA Sri Lanka), the Association of Chartered\n                                Certified Accountants (ACCA), the Chartered Institute of Personnel Management (CIPM),\n                                the Institute of Certified Management Accountants of Sri Lanka (CMA), Sri Lanka\n                                Institute of Marketing (SLIM), Institute of Bankers of Sri Lanka (IBSL), and Project\n                                Management Institute for a Career Guidance Seminars on 01st October 2024. The seminar\n                                targeted both undergraduates and school students, providing career advice and\n                                information on professional courses.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Industry Exhibition -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/mn-Copy.png\" title=\"mn &#8211; Copy\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/mn-Copy-290x200.png\" alt=\"mn &#8211; Copy\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">mn &#8211; Copy<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:290px;height:200px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/jh-Copy.png\" title=\"jh &#8211; Copy\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/jh-Copy-290x200.png\" alt=\"jh &#8211; Copy\" width=\"290\" height=\"200\" \/><span class=\"su-custom-gallery-title\">jh &#8211; Copy<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Industry Exhibition<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>An industry exhibition was inaugurated at the Faculty of Business Studies premises as a\n                                part of the RCBS conference on 30th September and 01st October 2024. The exhibition\n                                featured 50 local entrepreneurs showcasing their products and services, highlighting\n                                innovation and entrepreneurial growth in the region. The event provided a platform for\n                                networking, knowledge sharing, and fostering business opportunities between the\n                                university community and local entrepreneurs.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- 5th RCBS Conference -->\n                <div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/hg.png\" title=\"hg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/hg-200x150.png\" alt=\"hg\" width=\"200\" height=\"150\" \/><span class=\"su-custom-gallery-title\">hg<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:200px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/hj.png\" title=\"hj\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2025\/03\/hj-200x150.png\" alt=\"hj\" width=\"200\" height=\"150\" \/><span class=\"su-custom-gallery-title\">hj<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">5th Research Conference on Business Studies (RCBS)<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies arranged 5th RCBS on 30th September 2024, under the theme\n                                of &#8220;Unlocking Business Frontiers: Exploring Innovations and Knowledge Diffusion&#8221;,\n                                attracted participants from various business sectors, academic institutions, and\n                                industries. The opening speeches included a Chief Guest Speech by Prof. Sampath\n                                Amarathunge, Chairman of the University Grants Commission, Sri Lanka, and a Keynote\n                                Speech by Prof. Arosha S. Adikaram, Professor of HRM, University of Colombo. The\n                                conference featured multiple special guest speeches, panel discussions, and technical\n                                sessions with nearly 70 authors presenting 49 papers across multiple disciplines\n                                including finance, human resources, marketing, economics, project management,\n                                entrepreneurship, and tourism.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2023 Content -->\n        <div class=\"year-content\" id=\"year-2023\">\n            <div class=\"news-grid\">\n                <!-- Internship Placement Interviews -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F21.jpg\" title=\"F21\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F21-150x150.jpg\" alt=\"F21\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F21<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F21_1.jpg\" title=\"F21_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F21_1-150x150.jpg\" alt=\"F21_1\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F21_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Internship Placement Interviews<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The internship placement interviews were held at the Faculty of Business Studies,\n                                University of Vavuniya, on 14th December 2023. The interviews provided final year\n                                students with opportunities to secure six-month internship placements with various\n                                organizations. Representatives from leading companies and institutions conducted the\n                                interviews to assess students&#8217; skills, knowledge, and suitability for different roles.\n                                This initiative aims to bridge the gap between academic learning and practical industry\n                                experience, enhancing students&#8217; employability and professional development.<\/p>\n                            <p>The event saw participation from numerous organizations across different sectors,\n                                offering students diverse internship opportunities in fields such as finance, marketing,\n                                project management, and human resources. Students prepared thoroughly for the\n                                interviews, showcasing their academic achievements, extracurricular activities, and\n                                career aspirations.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- MSMEs Facilitation Hub -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F18.jpg\" title=\"F18\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F18-150x150.jpg\" alt=\"F18\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F18<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">The Second Advisory Board Meeting of the MSMEs Facilitation Hub<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The 2nd Advisory Board Meeting of the MSMEs Facilitation Hub of the Faculty of Business\n                                Studies was held on 14th December 2023. The meeting brought together industry experts,\n                                academic professionals, and community stakeholders to review the progress of the MSMEs\n                                Facilitation Hub and strategize future initiatives. Discussions focused on enhancing\n                                support mechanisms for micro, small, and medium enterprises in the region through\n                                capacity building, resource sharing, and market access facilitation.<\/p>\n                            <p>Key agenda items included reviewing ongoing projects, discussing collaboration\n                                opportunities with industry partners, and planning training programs for entrepreneurs.\n                                The advisory board members provided valuable insights and recommendations to strengthen\n                                the hub&#8217;s impact on local economic development and entrepreneurship promotion.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Personal Branding Workshop -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F17.jpg\" title=\"F17\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F17-150x150.jpg\" alt=\"F17\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F17<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop on &#8220;Personal Branding &#038; Interview Skills&#8221;<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Chartered Institute of Personnel Management (CIPM) conducted a comprehensive session on\n                                &#8220;Personal Branding &#038; Interview Skills&#8221; for students of the Faculty of Business Studies.\n                                The workshop focused on helping students develop their professional identity and master\n                                interview techniques essential for career success. Participants learned about creating\n                                effective personal brands, developing elevator pitches, and presenting themselves\n                                confidently in professional settings.<\/p>\n                            <p>The session included practical exercises, mock interviews, and personalized feedback from\n                                CIPM professionals. Students gained insights into current recruitment trends, employer\n                                expectations, and strategies to stand out in competitive job markets. The workshop\n                                emphasized the importance of digital presence, professional networking, and continuous\n                                skill development.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Strategic Planning Workshop -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F16.jpg\" title=\"F16\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F16-150x150.jpg\" alt=\"F16\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F16<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Strategic Planning Workshop<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Strategic Planning and Review Workshop of the Faculty of Business Studies was held on\n                                14th December 2023. The workshop brought together faculty members, administrative staff,\n                                and student representatives to evaluate current strategies and develop future plans for\n                                academic and institutional growth. Participants engaged in discussions about enhancing\n                                teaching quality, research productivity, student services, and community engagement.<\/p>\n                            <p>The workshop utilized SWOT analysis and other strategic planning tools to identify\n                                strengths, weaknesses, opportunities, and threats. Working groups were formed to address\n                                specific strategic areas, resulting in actionable recommendations for implementation in\n                                the coming academic year. The outcomes of the workshop will guide the faculty&#8217;s\n                                development initiatives and resource allocation decisions.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Vavuniya Journal of Business Management -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F15.jpg\" title=\"F15\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F15-150x150.jpg\" alt=\"F15\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F15<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Releasing Vavuniya Journal of Business Management<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Printed version of Vavuniya Journal of Business Management (VJBM) \u2013 Volume 5 Issue II was\n                                released at the 213th meeting of the faculty board. This academic publication features\n                                research articles, case studies, and theoretical papers from scholars in various\n                                business disciplines. The journal serves as a platform for disseminating cutting-edge\n                                research and promoting academic discourse in business and management studies.<\/p>\n                            <p>This edition includes contributions from both local and international researchers,\n                                covering topics such as sustainable business practices, digital transformation,\n                                financial innovation, and organizational behavior. The publication reinforces the\n                                faculty&#8217;s commitment to research excellence and knowledge creation, providing valuable\n                                resources for academics, practitioners, and students.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Business Development Fellowship -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F7-scaled.jpg\" title=\"F7\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F7-scaled.jpg\" alt=\"F7\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F7<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F7_1-scaled.jpg\" title=\"F7_1\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F7_1-scaled.jpg\" alt=\"F7_1\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F7_1<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Business Development Fellowship Programme<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies, University of Vavuniya, has signed an agreement with the\n                                Asian Foundation to develop entrepreneurs&#8217; capacities through a comprehensive Business\n                                Development Fellowship Programme. This initiative aims to equip aspiring and existing\n                                entrepreneurs with the knowledge, skills, and resources needed to start, grow, and\n                                sustain successful businesses.<\/p>\n                            <p>The programme includes training modules on business planning, financial management,\n                                marketing strategies, and innovation. Participants receive mentorship from experienced\n                                entrepreneurs and industry experts, along with access to networking opportunities and\n                                potential funding sources. The fellowship emphasizes practical learning, with\n                                participants working on real business projects and receiving personalized guidance\n                                throughout the programme duration.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Budget Analysis Webinar -->\n                <div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F19.jpg\" title=\"F19\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F19-150x150.jpg\" alt=\"F19\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F19<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Live Webinar on Sri Lanka Budget Analysis- 2024<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The webinar was conducted by Department of Business Economics, Faculty of Business\n                                Studies on 28th November 2023. The session provided an in-depth analysis of Sri Lanka&#8217;s\n                                national budget for 2024, examining its implications for various economic sectors,\n                                business environment, and overall economic growth. Experts from academia, industry, and\n                                government participated in the discussion, offering diverse perspectives on the budget&#8217;s\n                                strengths, challenges, and potential impacts.<\/p>\n                            <p>Key discussion points included fiscal policies, taxation changes, investment incentives,\n                                and social welfare measures outlined in the budget. The webinar also explored the\n                                budget&#8217;s alignment with national development goals and its potential effects on\n                                inflation, employment, and economic stability. Participants engaged in Q&#038;A sessions,\n                                gaining valuable insights for business planning and decision-making.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- BBM External Degree Program -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F6-scaled.jpg\" title=\"F6\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F6-scaled.jpg\" alt=\"F6\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F6<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop on BBM External Degree Program Curriculum Development<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The workshop on BBM external degree program curriculum development was held on 06th\n                                November 2023. Academic staff, industry representatives, and curriculum experts\n                                collaborated to review and enhance the Bachelor of Business Management external degree\n                                programme. The workshop focused on aligning the curriculum with current industry needs,\n                                emerging business trends, and international educational standards.<\/p>\n                            <p>Participants examined course structures, learning outcomes, assessment methods, and\n                                teaching methodologies. Special attention was given to incorporating digital skills,\n                                sustainability concepts, and practical applications into the curriculum. The revised\n                                programme aims to provide flexible learning opportunities for working professionals and\n                                distance learners while maintaining academic rigor and relevance to contemporary\n                                business challenges.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Field Visit for Students -->\n                <div class=\"news-card\" data-category=\"visit\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F3.jpg\" title=\"F3\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F3-150x150.jpg\" alt=\"F3\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F3<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F4.png\" title=\"F4\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F4-150x150.png\" alt=\"F4\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F4<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F5.png\" title=\"F5\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F5-150x150.png\" alt=\"F5\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F5<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Field Visit for Students<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies arranged field visits for students studying\n                                Entrepreneurship and Portfolio Management subjects. These visits provided students with\n                                firsthand experience of real-world business operations, entrepreneurial ventures, and\n                                investment management practices. Students visited various enterprises, including\n                                startups, established businesses, and financial institutions, gaining practical insights\n                                into business challenges and opportunities.<\/p>\n                            <p>During the visits, students interacted with entrepreneurs, business owners, and industry\n                                professionals, learning about business strategies, risk management, innovation\n                                processes, and portfolio diversification. The field experiences complemented classroom\n                                learning, helping students connect theoretical concepts with practical applications.\n                                Students prepared visit reports and presentations, reflecting on their learning and\n                                observations.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Annual Awards for Students Club -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <div class=\"su-custom-gallery su-custom-gallery-align-left su-custom-gallery-title-hover su-lightbox-gallery\"><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F12-scaled.jpg\" title=\"F12\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F12-scaled.jpg\" alt=\"F12\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F12<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F14.jpg\" title=\"F14\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F14-150x150.jpg\" alt=\"F14\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F14<\/span><\/a><\/div><div class=\"su-custom-gallery-slide\" style=\"width:150px;height:150px\"><a href=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F13.jpg\" title=\"F13\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2024\/03\/F13-150x150.jpg\" alt=\"F13\" width=\"150\" height=\"150\" \/><span class=\"su-custom-gallery-title\">F13<\/span><\/a><\/div><div class=\"su-clear\"><\/div><\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Annual Awards for Students Club<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The awarding ceremony was held on 07th September 2023 at the faculty premises to enhance\n                                students&#8217; extracurricular activities. The event recognized outstanding achievements of\n                                student clubs in organizing academic, cultural, and social activities throughout the\n                                year. Awards were presented in various categories, including best organized event, most\n                                innovative initiative, highest membership engagement, and community service impact.<\/p>\n                            <p>The ceremony celebrated the efforts of student leaders and club members who contributed\n                                to campus life and student development. Special recognition was given to clubs that\n                                demonstrated exceptional commitment to their respective fields, whether in accounting,\n                                marketing, human resources, project management, or entrepreneurship. The event also\n                                included cultural performances and networking opportunities, fostering camaraderie among\n                                students from different departments and academic years.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2022 Content -->\n        <div class=\"year-content\" id=\"year-2022\">\n            <div class=\"news-grid\">\n                <!-- MSMEs Facilitation Hub -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Inaugural-Event-of-Micro-Small-Medium-Enterprises-1.png\"\n                                alt=\"MSMEs Facilitation Hub\" width=\"410\" height=\"156\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Inaugural-Event-of-Micro-Small-Medium-Enterprises-2.png\"\n                                alt=\"MSMEs Facilitation Hub\" width=\"305\" height=\"163\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Inaugural-Event-of-Micro-Small-Medium-Enterprises-3.png\"\n                                alt=\"MSMEs Facilitation Hub\" width=\"288\" height=\"159\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Inaugural Event of Micro Small Medium Enterprises (MSMEs) Facilitation\n                            Hub<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Inaugural Event for Micro Small Medium Enterprises (MSMEs) of the Faculty of Business\n                                Studies was held on 20th December 2022. The event marked the official launch of the\n                                MSMEs Facilitation Hub, established to support the growth and development of micro,\n                                small, and medium enterprises in the region. The inauguration ceremony featured keynote\n                                addresses, panel discussions, and networking sessions with entrepreneurs, industry\n                                experts, and academic professionals.<\/p>\n                            <p>The hub aims to provide comprehensive support services including business advisory,\n                                capacity building, market linkages, and access to finance. It serves as a platform for\n                                knowledge exchange, innovation promotion, and collaborative initiatives between academia\n                                and the business community. The inaugural event also included success stories from local\n                                entrepreneurs and demonstrations of innovative business solutions developed through\n                                university-industry collaboration.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Youth Leadership Program -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Youth-Leadership-Program.png\"\n                                alt=\"Youth Leadership Program\" width=\"336\" height=\"226\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Youth Leadership Program Agreement between Faculty of Business Studies\n                            and UNDP<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Industry and Community Interaction Cell of the Faculty of Business Studies and the\n                                United Nations Development Programme (UNDP) signed an agreement to launch a Youth\n                                Leadership Program. This collaboration aims to develop leadership skills among young\n                                people, enhance their civic engagement, and prepare them for future leadership roles in\n                                various sectors. The program focuses on capacity building, mentorship, and practical\n                                experience in community development and social entrepreneurship.<\/p>\n                            <p>The agreement outlines collaborative activities including leadership workshops, community\n                                projects, internship opportunities, and networking events. The program targets\n                                university students and young community leaders, providing them with tools and platforms\n                                to address social challenges and contribute to sustainable development. The partnership\n                                leverages UNDP&#8217;s expertise in youth development and the faculty&#8217;s academic resources to\n                                create meaningful impact in the region.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Community Organizations MoU -->\n                <div class=\"news-card\" data-category=\"mou\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Community-Organizations.png\"\n                                alt=\"Community Organizations MoU\" width=\"283\" height=\"205\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">MoU Signing with Community Organizations<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Project Management, Faculty of Business Studies signed Memoranda of\n                                Understanding with Vanni Rehabilitation Organization, FIRM, AMCOR, and AU Lanka. These\n                                agreements establish formal partnerships for collaborative projects, community\n                                development initiatives, and student engagement activities. The MoUs focus on areas such\n                                as sustainable development, social entrepreneurship, community empowerment, and capacity\n                                building.<\/p>\n                            <p>Each partnership brings unique opportunities for students to work on real-world projects,\n                                conduct community-based research, and gain practical experience in project management\n                                and community development. The collaborations also provide platforms for knowledge\n                                exchange, resource sharing, and joint initiatives that address community needs while\n                                enhancing students&#8217; learning experiences. Regular review mechanisms are established to\n                                monitor progress and ensure mutual benefits from the partnerships.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Strategic Planning Workshop -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Strategic-planning-workshop-1.png\"\n                                alt=\"Strategic Planning Workshop\" width=\"184\" height=\"127\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Strategic-planning-workshop-2.png\"\n                                alt=\"Strategic Planning Workshop\" width=\"230\" height=\"160\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/03\/Strategic-planning-workshop-3.png\"\n                                alt=\"Strategic Planning Workshop\" width=\"230\" height=\"160\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Strategic Planning Workshop (5-Year Plan: 2023 &#8211; 2027)<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Strategic Planning and Review Workshop of the Faculty of Business Studies was held on\n                                09th November 2022. The workshop focused on developing a comprehensive 5-year strategic\n                                plan (2023-2027) to guide the faculty&#8217;s growth and development. Participants included\n                                faculty members, administrative staff, student representatives, and external\n                                stakeholders who contributed diverse perspectives to the planning process.<\/p>\n                            <p>The strategic planning exercise examined the faculty&#8217;s vision, mission, and core values,\n                                identifying strategic priorities across teaching, research, community engagement, and\n                                institutional development. Working groups developed detailed action plans with specific\n                                objectives, timelines, and performance indicators. The resulting strategic document\n                                serves as a roadmap for resource allocation, quality enhancement, and continuous\n                                improvement initiatives over the five-year period.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- VJBM Release -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F8-280x300.jpg\"\n                                alt=\"VJBM Release\" width=\"280\" height=\"300\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Release of Vavuniya Journal of Business Management Volume 05-Issue 1\n                            (2022)<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>Vavuniya Journal of Business Management (VJBM) Volume 05-Issue-I (2022), a bi-annual\n                                academic journal was published. This edition features peer-reviewed research articles,\n                                theoretical papers, and case studies covering various aspects of business and\n                                management. The journal serves as an important platform for disseminating research\n                                findings and promoting scholarly discourse among academics, researchers, and\n                                practitioners.<\/p>\n                            <p>The published papers address contemporary issues in business management, including\n                                digital transformation, sustainable business practices, organizational behavior,\n                                marketing innovation, and financial management. The journal maintains rigorous review\n                                standards and editorial processes to ensure academic quality and relevance. Publication\n                                in VJBM provides recognition for researchers and contributes to the advancement of\n                                knowledge in business and management disciplines.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2021 Content -->\n        <div class=\"year-content\" id=\"year-2021\">\n            <div class=\"news-grid\">\n                <!-- Balakrishnan Memorial Event -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F18-300x111.jpg\"\n                                alt=\"Balakrishnan Memorial Event\" width=\"300\" height=\"111\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Balakrishnan Memorial Event<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>In commemoration of late Dr. N. Balakrishnan, a memorial lecture was organized by the\n                                Department of Business Economics on 29th December 2021. The event honored Dr.\n                                Balakrishnan&#8217;s contributions to the university and his legacy in business education and\n                                community service. Family members, colleagues, students, and alumni participated in the\n                                memorial activities, sharing memories and reflections on his impact.<\/p>\n                            <p>The memorial lecture featured presentations on topics aligned with Dr. Balakrishnan&#8217;s\n                                academic interests and professional contributions. Speakers highlighted his dedication\n                                to academic excellence, student development, and institutional growth. The event also\n                                included the unveiling of a commemorative plaque and the establishment of a memorial\n                                fund to support student scholarships and academic initiatives in his honor.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Strategic Planning Workshop -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F17_1-300x165.jpg\"\n                                alt=\"Strategic Planning Workshop\" width=\"300\" height=\"165\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F17_2-300x197.jpg\"\n                                alt=\"Strategic Planning Workshop\" width=\"300\" height=\"197\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F17_3-300x199.jpg\"\n                                alt=\"Strategic Planning Workshop\" width=\"300\" height=\"199\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop on Strategic Planning<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty of Business Studies conducted its strategic planning workshop on 28th\n                                December 2021 to revise its strategic goals and strategies. The workshop brought\n                                together faculty leadership, department heads, and key stakeholders to assess progress\n                                on existing strategic objectives and develop updated plans for future development. The\n                                review considered changing educational landscapes, emerging industry trends, and\n                                evolving student needs.<\/p>\n                            <p>Working sessions focused on key strategic areas including academic program development,\n                                research enhancement, community engagement, infrastructure improvement, and\n                                internationalization. Participants used data analysis, benchmarking, and scenario\n                                planning to inform strategic decisions. The outcomes included revised strategic\n                                priorities, implementation timelines, and performance measurement frameworks to guide\n                                the faculty&#8217;s development over the coming years.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Contemporary Issues in Finance -->\n                <div class=\"news-card\" data-category=\"seminar\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F16-300x224.jpg\"\n                                alt=\"Contemporary Issues in Finance\" width=\"300\" height=\"224\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Seminar on &#8220;Contemporary Issues in Finance&#8221;<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Department of Finance and Accountancy organized a seminar on &#8220;Contemporary Issues in\n                                Finance&#8221; on 27th December 2021. The seminar addressed current challenges, trends, and\n                                developments in the financial sector, providing insights for students, academics, and\n                                practitioners. Expert speakers from academia, financial institutions, and regulatory\n                                bodies shared their perspectives on topics such as digital finance, sustainable\n                                investing, financial regulation, and economic recovery.<\/p>\n                            <p>Discussion sessions explored implications of technological advancements, changing\n                                consumer behaviors, and global economic shifts for financial management practices.\n                                Participants engaged in interactive Q&#038;A sessions, gaining practical knowledge applicable\n                                to their studies and professional careers. The seminar also provided networking\n                                opportunities and exposed participants to diverse viewpoints on financial industry\n                                evolution.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2020 Content -->\n        <div class=\"year-content\" id=\"year-2020\">\n            <div class=\"news-grid\">\n                <!-- Strategic Planning Review -->\n                <div class=\"news-card\" data-category=\"workshop\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F10_1-300x197.jpg\"\n                                alt=\"Strategic Planning Review\" width=\"300\" height=\"197\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F10_2-300x199.jpg\"\n                                alt=\"Strategic Planning Review\" width=\"300\" height=\"199\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F10_3-300x201.jpg\"\n                                alt=\"Strategic Planning Review\" width=\"300\" height=\"201\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Workshop on Strategic Planning Review<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The workshop on Strategic Planning Review of the Faculty of Business Studies was held on\n                                17th December 2020 at the faculty board room. The review workshop assessed progress on\n                                strategic initiatives implemented during the previous planning period and identified\n                                areas for adjustment or enhancement. Participants analyzed performance data, stakeholder\n                                feedback, and environmental changes affecting the faculty&#8217;s operations and strategic\n                                direction.<\/p>\n                            <p>Working sessions focused on evaluating achievement of strategic objectives, identifying\n                                implementation challenges, and recognizing successful initiatives. The review informed\n                                adjustments to strategic priorities and action plans for the remaining planning period.\n                                Outcomes included updated implementation timelines, resource reallocation decisions, and\n                                revised performance indicators to better track progress and impact of strategic\n                                initiatives.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- Tree Plantation Day -->\n                <div class=\"news-card\" data-category=\"event\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F9_1-300x210.jpg\"\n                                alt=\"Tree Plantation Day\" width=\"300\" height=\"210\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F9_2-300x212.jpg\"\n                                alt=\"Tree Plantation Day\" width=\"300\" height=\"212\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F9_3-300x212.jpg\"\n                                alt=\"Tree Plantation Day\" width=\"300\" height=\"212\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Tree Plantation Day<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The Faculty Plantation and Beautification Committee conducted plantation activities from\n                                December 5th \u2013 9th 2020. The tree plantation initiative aimed to enhance the campus\n                                environment, promote environmental sustainability, and create green spaces for students\n                                and staff. Activities included planting various tree species in designated areas around\n                                the faculty buildings and campus grounds.<\/p>\n                            <p>Students, faculty members, and administrative staff participated in the plantation\n                                activities, learning about tree species, planting techniques, and environmental\n                                conservation. The event also included educational sessions on the importance of trees\n                                for ecosystem services, climate regulation, and campus aesthetics. Each planted tree was\n                                tagged with information about the species and planting date, with arrangements for\n                                ongoing care and maintenance.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n\n                <!-- RCBS 2020 -->\n                <div class=\"news-card\" data-category=\"conference\">\n                    <div class=\"image-container\">\n                        <div class=\"su-gallery\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F8_1-2-300x214.jpg\"\n                                alt=\"RCBS 2020\" width=\"300\" height=\"214\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F8_2-2-300x207.jpg\"\n                                alt=\"RCBS 2020\" width=\"300\" height=\"207\">\n                            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/fbs.vau.ac.lk\/wp-content\/uploads\/2023\/06\/F8_3-1-300x209.jpg\"\n                                alt=\"RCBS 2020\" width=\"300\" height=\"209\">\n                        <\/div>\n                    <\/div>\n                    <div class=\"news-content\">\n                        <h3 class=\"news-title\">Research Conference on Business Studies (RCBS) \u2013 2020<\/h3>\n                        <div class=\"news-text collapsed\">\n                            <p>The 3rd Research Conference on Business Studies (RCBS) \u2014 2020 was held on 26th October\n                                2020 in both physical and virtual modes. The hybrid conference format accommodated\n                                participants&#8217; preferences and accessibility needs during the pandemic period. The\n                                conference theme focused on business resilience and adaptation in changing environments,\n                                reflecting contemporary challenges and opportunities.<\/p>\n                            <p>The event featured keynote addresses by distinguished scholars, parallel paper\n                                presentation sessions, and interactive panel discussions. Research papers covered\n                                diverse business disciplines with emphasis on pandemic responses, digital\n                                transformation, supply chain resilience, and sustainable business practices. Proceedings\n                                were published electronically, providing open access to conference papers and expanding\n                                dissemination of research findings.<\/p>\n                        <\/div>\n                        <span class=\"see-more-btn\" onclick=\"toggleText(this)\">See more<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Gallery Modal -->\n        <div class=\"gallery-modal\" id=\"galleryModal\">\n            <div class=\"gallery-content\">\n                <span class=\"gallery-close\" id=\"galleryClose\">&times;<\/span>\n                <img decoding=\"async\" class=\"gallery-image\" id=\"galleryImage\" src=\"\" alt=\"Gallery Image\">\n                <span class=\"gallery-nav gallery-prev\" id=\"galleryPrev\">&#10094;<\/span>\n                <span class=\"gallery-nav gallery-next\" id=\"galleryNext\">&#10095;<\/span>\n                <div class=\"gallery-counter\" id=\"galleryCounter\"><\/div>\n            <\/div>\n        <\/div>\n\n        <footer>\n            <p>&copy; 2025 Faculty of Business Studies. All rights reserved.<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        \/\/ Year Tab Switching\n        const yearTabs = document.querySelectorAll('.year-tab');\n        const yearContents = document.querySelectorAll('.year-content');\n\n        yearTabs.forEach(tab => {\n            tab.addEventListener('click', () => {\n                yearTabs.forEach(t => t.classList.remove('active'));\n                yearContents.forEach(c => c.classList.remove('active'));\n\n                tab.classList.add('active');\n                const year = tab.dataset.year;\n\n                if (year === 'all') {\n                    \/\/ Show all year-content sections\n                    yearContents.forEach(c => c.classList.add('active'));\n                } else {\n                    document.getElementById(`year-${year}`).classList.add('active');\n                }\n\n                \/\/ Re-apply the current filter\n                const activeFilter = document.querySelector('.filter-btn.active');\n                if (activeFilter) {\n                    applyFilter(activeFilter.dataset.filter);\n                }\n            });\n        });\n\n        \/\/ Filter Functionality\n        const filterBtns = document.querySelectorAll('.filter-btn');\n\n        function applyFilter(filter) {\n            const activeContents = document.querySelectorAll('.year-content.active');\n            activeContents.forEach(content => {\n                const newsCards = content.querySelectorAll('.news-card');\n                newsCards.forEach(card => {\n                    if (filter === 'all' || card.dataset.category === filter) {\n                        card.style.display = 'block';\n                    } else {\n                        card.style.display = 'none';\n                    }\n                });\n            });\n        }\n\n        filterBtns.forEach(btn => {\n            btn.addEventListener('click', () => {\n                filterBtns.forEach(b => b.classList.remove('active'));\n                btn.classList.add('active');\n                applyFilter(btn.dataset.filter);\n            });\n        });\n\n        \/\/ See More\/Less Functionality\n        function toggleText(btn) {\n            const newsText = btn.previousElementSibling;\n\n            if (newsText.classList.contains('collapsed')) {\n                newsText.classList.remove('collapsed');\n                newsText.classList.add('expanded');\n                btn.textContent = 'See less';\n            } else {\n                newsText.classList.remove('expanded');\n                newsText.classList.add('collapsed');\n                btn.textContent = 'See more';\n            }\n        }\n\n        \/\/ Image Gallery Lightbox\n        const galleryModal = document.getElementById('galleryModal');\n        const galleryImage = document.getElementById('galleryImage');\n        const galleryClose = document.getElementById('galleryClose');\n        const galleryPrev = document.getElementById('galleryPrev');\n        const galleryNext = document.getElementById('galleryNext');\n        const galleryCounter = document.getElementById('galleryCounter');\n\n        let currentGalleryImages = [];\n        let currentImageIndex = 0;\n\n        \/\/ Make all su-gallery images clickable\n        document.querySelectorAll('.su-gallery img').forEach(img => {\n            img.addEventListener('click', function () {\n                const gallery = this.closest('.su-gallery');\n                const images = gallery.querySelectorAll('img');\n                currentGalleryImages = Array.from(images).map(i => i.src);\n                currentImageIndex = currentGalleryImages.indexOf(this.src);\n                openGallery();\n            });\n        });\n\n        function openGallery() {\n            galleryImage.src = currentGalleryImages[currentImageIndex];\n            galleryCounter.textContent = (currentImageIndex + 1) + ' \/ ' + currentGalleryImages.length;\n            galleryModal.classList.add('active');\n            document.body.style.overflow = 'hidden';\n\n            \/\/ Show\/hide nav buttons\n            galleryPrev.style.display = currentGalleryImages.length > 1 ? 'block' : 'none';\n            galleryNext.style.display = currentGalleryImages.length > 1 ? 'block' : 'none';\n            galleryCounter.style.display = currentGalleryImages.length > 1 ? 'block' : 'none';\n        }\n\n        function closeGallery() {\n            galleryModal.classList.remove('active');\n            document.body.style.overflow = '';\n        }\n\n        function prevImage() {\n            currentImageIndex = (currentImageIndex - 1 + currentGalleryImages.length) % currentGalleryImages.length;\n            galleryImage.src = currentGalleryImages[currentImageIndex];\n            galleryCounter.textContent = (currentImageIndex + 1) + ' \/ ' + currentGalleryImages.length;\n        }\n\n        function nextImage() {\n            currentImageIndex = (currentImageIndex + 1) % currentGalleryImages.length;\n            galleryImage.src = currentGalleryImages[currentImageIndex];\n            galleryCounter.textContent = (currentImageIndex + 1) + ' \/ ' + currentGalleryImages.length;\n        }\n\n        galleryClose.addEventListener('click', closeGallery);\n        galleryPrev.addEventListener('click', prevImage);\n        galleryNext.addEventListener('click', nextImage);\n\n        \/\/ Close on background click\n        galleryModal.addEventListener('click', function (e) {\n            if (e.target === galleryModal) {\n                closeGallery();\n            }\n        });\n\n        \/\/ Keyboard navigation\n        document.addEventListener('keydown', function (e) {\n            if (!galleryModal.classList.contains('active')) return;\n            if (e.key === 'Escape') closeGallery();\n            if (e.key === 'ArrowLeft') prevImage();\n            if (e.key === 'ArrowRight') nextImage();\n        });\n    <\/script>\n<\/body>\n\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Faculty of Business Studies &#8211; News &#038; Events Faculty of Business Studies Stay updated with the latest news, events, and achievements from our faculty All 2026 2025 2024 2023 2022 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-10158","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=\/wp\/v2\/pages\/10158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10158"}],"version-history":[{"count":41,"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=\/wp\/v2\/pages\/10158\/revisions"}],"predecessor-version":[{"id":11022,"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=\/wp\/v2\/pages\/10158\/revisions\/11022"}],"wp:attachment":[{"href":"https:\/\/fbs.vau.ac.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}