{"id":4666,"date":"2025-11-20T05:57:46","date_gmt":"2025-11-20T05:57:46","guid":{"rendered":"https:\/\/www.rim.edu.bt\/?page_id=4666"},"modified":"2025-11-24T11:39:19","modified_gmt":"2025-11-24T11:39:19","slug":"4666-2","status":"publish","type":"page","link":"https:\/\/www.rim.edu.bt\/?page_id=4666","title":{"rendered":""},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4666\" class=\"elementor elementor-4666\">\n\t\t\t\t<div class=\"elementor-element elementor-element-344dea8 e-flex e-con-boxed e-con e-parent\" data-id=\"344dea8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e195ce5 elementor-widget elementor-widget-html\" data-id=\"e195ce5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>17th South Asian Management Forum (SAMF) - 2026<\/title>\n    <!-- Tailwind CSS is not explicitly used here but included for consistency if needed later -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script> \n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: #f8f8f8;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 960px;\n            margin: 0 auto;\n            background-color: #fff;\n            padding: 30px;\n            box-shadow: 0 0 10px rgba(0,0,0,0.1);\n            border-radius: 8px;\n        }\n\n        .logo-section {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n\n        .logo-section .logo {\n            height: 80px; \n            width: auto;\n        }\n\n        .logo-section .logo.rim {\n             margin-left: auto;\n        }\n\n        .header-content {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .header-content h1 {\n            font-size: 28px;\n            color: #476930; \/* Dark Green *\/\n            margin-bottom: 10px;\n        }\n\n        .header-content h2 {\n            font-size: 20px;\n            color: #d9534f;\n            margin-bottom: 20px;\n        }\n\n        .header-content .subtitle {\n            font-size: 16px;\n            color: #000080; \/* Navy Blue *\/\n            margin-bottom: 5px;\n        }\n\n        .header-content .date {\n            font-size: 16px;\n            color: #000080; \/* Navy Blue *\/\n            font-weight: bold;\n        }\n\n        .paragraph-section p {\n            font-size: 16px;\n            margin-bottom: 20px;\n            text-align: justify;\n        }\n\n        \/* Container for the 3 main buttons *\/\n        .button-container {\n            text-align: center;\n            margin-top: 40px;\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n\n        \/* Base styling for buttons *\/\n        .button-container a, .full-width-button-container a {\n            text-decoration: none;\n            display: inline-block;\n            padding: 12px 25px;\n            border-radius: 5px;\n            font-size: 16px;\n            font-weight: bold;\n            color: #fff;\n            transition: background-color 0.3s ease, transform 0.2s ease;\n            min-width: 150px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        \/* ------------------------------------------------ *\/\n        \/* Updated: Buttons with Gradient Effect *\/\n        \/* ------------------------------------------------ *\/\n\n        \/* 1. Red Button (Call for Papers) *\/\n        .button-container a.red-btn {\n            background-image: linear-gradient(to bottom, #d9534f 0%, #ff6f69 100%); \/* Darker Red to Lighter Red *\/\n            border: 1px solid #c9302c;\n        }\n        .button-container a.red-btn:hover {\n            background-image: linear-gradient(to top, #d9534f 0%, #ff6f69 100%); \/* Invert gradient on hover *\/\n            transform: translateY(-2px);\n        }\n\n        \/* 2. Blue Button (Brochure) *\/\n        .button-container a.blue-btn {\n            background-image: linear-gradient(to bottom, #337ab7 0%, #5bc0de 100%); \/* Darker Blue to Lighter Blue *\/\n            border: 1px solid #286090;\n        }\n        .button-container a.blue-btn:hover {\n            background-image: linear-gradient(to top, #337ab7 0%, #5bc0de 100%); \/* Invert gradient on hover *\/\n            transform: translateY(-2px);\n        }\n\n        \/* 3. Dark Green Button (Registration) *\/\n        .button-container a.dark-green-btn {\n            background-image: linear-gradient(to bottom, #476930 0%, #688c4a 100%); \/* Darker Green to Lighter Green *\/\n            border: 1px solid #365022;\n        }\n        .button-container a.dark-green-btn:hover {\n            background-image: linear-gradient(to top, #476930 0%, #688c4a 100%); \/* Invert gradient on hover *\/\n            transform: translateY(-2px);\n        }\n        \n        \/* ------------------------------------------------ *\/\n        \/* New: Full Width Button (Amber\/Orange) *\/\n        \/* ------------------------------------------------ *\/\n        .full-width-button-container {\n            text-align: center;\n            margin-top: 30px; \/* Spacing above *\/\n            margin-bottom: 10px; \/* Spacing below *\/\n        }\n        .full-width-button-container a.full-width-btn {\n            display: block; \/* Makes it take full available width *\/\n            padding: 15px 25px;\n            font-size: 18px; \/* Slightly larger text *\/\n            width: 100%; \/* Explicitly full width *\/\n            box-sizing: border-box; \/* Ensures padding\/border are inside the 100% width *\/\n            \n            background-image: linear-gradient(to bottom, #f59e0b 0%, #fbbf24 100%); \/* Tailwind Amber *\/\n            border: 1px solid #d97706;\n        }\n        .full-width-button-container a.full-width-btn:hover {\n            background-image: linear-gradient(to top, #f59e0b 0%, #fbbf24 100%); \/* Invert gradient on hover *\/\n            transform: translateY(-2px);\n        }\n\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .logo-section {\n                flex-direction: column;\n                align-items: center;\n            }\n            .logo-section .logo.rim {\n                 margin-left: 0;\n                 margin-top: 15px;\n            }\n            .header-content h1 {\n                font-size: 24px;\n            }\n            .header-content h2 {\n                font-size: 18px;\n            }\n            .button-container {\n                flex-direction: column;\n                align-items: center;\n            }\n            .button-container a {\n                width: 80%; \/* Smaller width for stacked buttons on mobile *\/\n            }\n            .full-width-button-container a.full-width-btn {\n                width: 100%; \/* Always full width for this button *\/\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"container\">\n        \n        <div class=\"logo-section\">\n            <img decoding=\"async\" src=\"https:\/\/www.rim.edu.bt\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-20-at-12.44.05-PM.png\" alt=\"AMDISA Logo\" class=\"logo amdisa\">\n            <img decoding=\"async\" src=\"https:\/\/www.rim.edu.bt\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-20-at-12.44.27-PM.png\" alt=\"RIM Logo\" class=\"logo rim\">\n        <\/div>\n\n        \n        <div class=\"header-content\">\n            <h1>17th South Asian Management Forum (SAMF) - 2026<\/h1>\n            <h2>Theme: \"Resilient Leadership and Innovation: Navigating South Asia's Dynamic Governance Landscape\"<\/h2>\n            <p class=\"subtitle\">Host<\/p>\n            <p class=\"subtitle\">Royal Institute of Management (RIM), Thimphu, Bhutan<\/p>\n            <p class=\"subtitle\">On<\/p>\n            <p class=\"date\">11th and 12th May, 2026<\/p>\n        <\/div>\n\n        \n        <div class=\"paragraph-section\">\n            <p>\n                The Royal Institute of Management, in collaboration with the Association of Management Development Institutions in South Asia (AMDISA), will host the <strong>17th SAMF<\/strong> on <strong>11-12 May 2026<\/strong> at the Royal Institute of Management, <strong>Thimphu, Bhutan<\/strong>. The theme for the 17th South Asian Management Forum (SAMF 2026) is: <strong>\"Resilient Leadership and Innovation: Navigating South Asia's Dynamic Governance Landscape.\"<\/strong>\n            <\/p>\n            <p>\n                The South Asian Management Forum is a biennial conference that brings together academics, policymakers, and practitioners from across South Asia to share research, insights, and innovations in management and governance. The Forum aims to strengthen regional collaboration and advance effective, ethical, and resilient institutions across South Asia.\n            <\/p>\n        <\/div>\n\n        \n        <div class=\"button-container\">\n            <a href=\"https:\/\/www.rim.edu.bt\/wp-content\/uploads\/2025\/11\/call_for_papers.docx\" class=\"red-btn\">Call for Papers<\/a>\n            <a href=\"https:\/\/www.rim.edu.bt\/wp-content\/uploads\/2025\/11\/AMDISA-Brochure.pdf\" class=\"blue-btn\">Brochure<\/a> \n            <a href=\"https:\/\/www.amdisa.org\/17th-samf\/registration\/\" class=\"dark-green-btn\">Registration<\/a> \n        <\/div>\n\n        <!-- NEW FULL-WIDTH BUTTON -->\n        <div class=\"full-width-button-container\">\n            <!-- Using a descriptive placeholder link, assuming the tourist content would be on a separate page -->\n            <a href=\"https:\/\/www.rim.edu.bt\/?page_id=3536\" class=\"full-width-btn\">Bhutan Tourist hotspot<\/a>\n        <\/div>\n\n    <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>17th South Asian Management Forum (SAMF) &#8211; 2026 17th South Asian Management Forum (SAMF) &#8211; 2026 Theme: &#8220;Resilient Leadership and Innovation: Navigating South Asia&#8217;s Dynamic Governance Landscape&#8221; Host Royal Institute [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":""},"class_list":["post-4666","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Migma Sherpa","author_link":"https:\/\/www.rim.edu.bt\/?author=2"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"17th South Asian Management Forum (SAMF) &#8211; 2026 17th South Asian Management Forum (SAMF) &#8211; 2026 Theme: &#8220;Resilient Leadership and Innovation: Navigating South Asia&#8217;s Dynamic Governance Landscape&#8221; Host Royal Institute [&hellip;]","_links":{"self":[{"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=\/wp\/v2\/pages\/4666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4666"}],"version-history":[{"count":66,"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=\/wp\/v2\/pages\/4666\/revisions"}],"predecessor-version":[{"id":4841,"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=\/wp\/v2\/pages\/4666\/revisions\/4841"}],"wp:attachment":[{"href":"https:\/\/www.rim.edu.bt\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}