{"id":12317,"date":"2025-10-24T17:48:50","date_gmt":"2025-10-24T09:48:50","guid":{"rendered":"https:\/\/division.iium.edu.my\/finance\/?page_id=12317"},"modified":"2026-04-13T10:03:55","modified_gmt":"2026-04-13T02:03:55","slug":"corporate-profile","status":"publish","type":"page","link":"https:\/\/division.iium.edu.my\/finance\/corporate-profile\/","title":{"rendered":"Corporate Profile"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12317\" class=\"elementor elementor-12317\">\n\t\t\t\t<div class=\"has_eae_slider elementor-element elementor-element-d25a5c5 e-con-full e-flex e-con e-parent\" data-eae-slider=\"35615\" data-id=\"d25a5c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d513dbf elementor-widget elementor-widget-html\" data-id=\"d513dbf\" data-element_type=\"widget\" data-e-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>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"utf-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\r\n  <title>About Us \u2014 Finance Division, IIUM<\/title>\r\n\r\n  <!-- Tailwind CDN -->\r\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n  <!-- Inter font -->\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700&display=swap\" rel=\"stylesheet\" \/>\r\n  <style>\r\n    :root{\r\n      --brand-600: #334155; \/* neutral corporate blue-gray *\/\r\n      --muted: #6b7280;\r\n    }\r\n    body { font-family: \"Inter\", system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial; }\r\n    .container-max { max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }\r\n    html { scroll-behavior: smooth; }\r\n\r\n    \/* --- CSS for the HTML Organization Chart --- *\/\r\n    .org-chart {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        overflow-x: auto; \/* Allow horizontal scroll on small screens *\/\r\n        padding-bottom: 1.5rem; \/* Add some space at the bottom *\/\r\n    }\r\n    .org-chart ul {\r\n        padding: 0;\r\n        margin: 0;\r\n        list-style-type: none;\r\n        display: inline-flex; \/* Use inline-flex for children *\/\r\n    }\r\n    .org-chart li {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        position: relative;\r\n        padding: 0 0.5rem; \/* Horizontal spacing for nodes *\/\r\n    }\r\n    .org-chart .org-node {\r\n        background-color: #fff;\r\n        border: 1px solid #e2e8f0; \/* slate-200 *\/\r\n        padding: 0.75rem 1.5rem;\r\n        border-radius: 0.5rem; \/* rounded-lg *\/\r\n        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06); \/* shadow-sm *\/\r\n        display: inline-block;\r\n        position: relative;\r\n        text-align: center;\r\n        min-width: 220px;\r\n        white-space: nowrap; \/* Prevent node content from wrapping *\/\r\n    }\r\n    .org-chart .org-node .node-title {\r\n        font-weight: 600;\r\n        color: var(--brand-600);\r\n        white-space: normal; \/* Allow title to wrap *\/\r\n        min-width: 200px; \/* Ensure a minimum width *\/\r\n    }\r\n    .org-chart .org-node .node-subtitle {\r\n        font-size: 0.875rem;\r\n        color: #64748b; \/* slate-500 *\/\r\n        white-space: normal; \/* Allow subtitle to wrap *\/\r\n        min-width: 200px;\r\n    }\r\n    .org-chart .children {\r\n        display: flex;\r\n        justify-content: center;\r\n        padding-top: 2.5rem;\r\n        position: relative;\r\n    }\r\n    \/* Vertical line down from parent *\/\r\n    .org-chart .children::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 50%;\r\n        width: 1px;\r\n        height: 1.25rem;\r\n        background-color: #cbd5e1; \/* slate-300 *\/\r\n        transform: translateX(-50%);\r\n    }\r\n    \/* Horizontal and vertical lines for children *\/\r\n    .org-chart .child::before, .org-chart .child::after {\r\n        content: '';\r\n        position: absolute;\r\n        background-color: #cbd5e1; \/* slate-300 *\/\r\n    }\r\n    \/* Horizontal line *\/\r\n    .org-chart .child::before {\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 1px;\r\n    }\r\n    \/* Vertical line up from child *\/\r\n    .org-chart .child::after {\r\n        top: 0;\r\n        left: 50%;\r\n        width: 1px;\r\n        height: 1.25rem;\r\n        transform: translateX(-50%);\r\n    }\r\n    \/* Line adjustments for first\/last child *\/\r\n    .org-chart .child:first-child::before { left: 50%; width: 50%; }\r\n    .org-chart .child:last-child::before { width: 50%; }\r\n    .org-chart .child:first-child:last-child::before { display: none; } \/* Only one child *\/\r\n    \/* --- End Org Chart CSS --- *\/\r\n    \r\n  <\/style>\r\n<\/head>\r\n<body class=\"bg-white text-slate-800 antialiased leading-relaxed\">\r\n\r\n  <!-- HERO -->\r\n  <section class=\"bg-gradient-to-b from-gray-50 to-white\">\r\n    <div class=\"container-max py-20 flex flex-col md:flex-row items-center gap-10\">\r\n      <div class=\"flex-1\">\r\n        <h1 class=\"text-3xl md:text-4xl font-extrabold text-[var(--brand-600)]\">Empowering Financial Excellence for a Sustainable Future<\/h1>\r\n        <p class=\"mt-4 text-gray-600 max-w-xl text-justify\">\r\n          The Finance Division provides strategic financial stewardship and services to support IIUM\u2019s mission. Guided by the IIUM New Financial Sustainability Model 2024\u20132028, we are committed to strengthening the University\u2019s long-term financial resilience through effective revenue generation, cost optimisation, and responsible fiscal management. We uphold integrity, efficiency, and accountability in managing public resources to ensure academic excellence and sustainable operations.\r\n        <\/p>\r\n\r\n        <div class=\"mt-6 flex gap-3\">\r\n          <a href=\"#team\" class=\"inline-block px-5 py-3 rounded-md bg-[var(--brand-600)] text-white font-medium\">Our Vision & Mission<\/a>\r\n          <a href=\"#org\" class=\"inline-block px-5 py-3 rounded-md border border-gray-200 text-gray-700\">View Chart<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <!-- Hero placeholder image (neutral corporate graphic) -->\r\n      <div class=\"w-full md:w-1\/2\">\r\n        <div class=\"aspect-square rounded-2xl bg-gray-100 shadow-sm overflow-hidden\">\r\n            <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2025\/11\/NFSM-Website.png\" \r\n                 alt=\"NFSM-Website\" \r\n                 class=\"w-full h-full object-cover\"\r\n                 onerror=\"this.src='https:\/\/placehold.co\/600x600\/e2e8f0\/64748b?text=Photo+Not+Found'\">\r\n          <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  \r\n  <!-- NEW: MEET THE DIRECTOR SECTION -->\r\n  <section id=\"director\" class=\"py-16\">\r\n    <div class=\"container-max\">\r\n      <div class=\"grid grid-cols-1 md:grid-cols-3 gap-10 items-center\">\r\n        <!-- Director's Photo -->\r\n        <div class=\"md:col-span-1\">\r\n          <div class=\"aspect-square rounded-2xl bg-gray-100 shadow-sm overflow-hidden\">\r\n            <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2023\/01\/6330.jpg\" \r\n                 alt=\"Madam Naaimah Binti Mat @ Ahmad Radzi, Executive Director, Finance Division\" \r\n                 class=\"w-full h-full object-cover\"\r\n                 onerror=\"this.src='https:\/\/placehold.co\/600x600\/e2e8f0\/64748b?text=Photo+Not+Found'\">\r\n          <\/div>\r\n        <\/div>\r\n        <!-- Director's Message -->\r\n        <div class=\"md:col-span-2\">\r\n          <p class=\"text-sm font-semibold text-gray-500 mb-2\">A Message from the Executive Director<\/p>\r\n          <h2 class=\"text-2xl md:text-3xl font-bold text-[var(--brand-600)] mb-4\">Madam Naaimah Binti Mat @ Ahmad Radzi<\/h2>\r\n          <p class=\"text-lg text-gray-600 leading-relaxed mb-6 text-justify\">\r\n            \"Welcome to the Finance Division. We are steadfast in our commitment to managing the University's financial resources with integrity, transparency, and efficiency. Our team works diligently to support IIUM's\r\n            mission by providing robust financial services and strategic guidance.\"\r\n          <\/p>\r\n          <a href=\"#team\" class=\"font-medium text-[var(--brand-600)] hover:underline\">\r\n            Meet the rest of our leadership team &rarr;\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- ABOUT - IMPROVED WITH ICONS -->\r\n  <section id=\"about\" class=\"py-16 bg-gray-50\"> <!-- Alternating background -->\r\n    <div class=\"container-max\">\r\n      <div class=\"max-w-3xl\">\r\n        <h2 class=\"text-2xl font-semibold text-[var(--brand-600)]\">About the Finance Division<\/h2>\r\n        <p class=\"mt-4 text-gray-600 text-justify\">\r\n          The Finance Division is responsible for the planning, management and control of the University\u2019s financial resources.<br>\r\n            We provide services in budgeting, treasury, procurement, asset, business development and student financial services to support IIUM\u2019s mission and sustainable growth.\r\n        <\/p>\r\n        <ul class=\"mt-6 grid grid-cols-1 md:grid-cols-2 gap-x-6 gap-y-4 text-gray-700\">\r\n          <!-- Icon 1 -->\r\n          <li class=\"flex gap-3 items-start\">\r\n            <div class=\"w-8 h-8 rounded-md bg-white shadow-sm flex items-center justify-center text-[var(--brand-600)] flex-shrink-0\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-5 h-5\">\r\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z\" \/>\r\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"font-medium\">Budget & Financial Planning<\/div>\r\n              <div class=\"text-sm text-gray-500\">Strategic budgeting, forecasting, and campus financial coordination.<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          \r\n          <!-- Icon 2 -->\r\n          <li class=\"flex gap-3 items-start\">\r\n            <div class=\"w-8 h-8 rounded-md bg-white shadow-sm flex items-center justify-center text-[var(--brand-600)] flex-shrink-0\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-5 h-5\">\r\n                <path stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  d=\"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h6m3-3.75l-3 3m3 0l-3-3m-3 3h9m-9 3.75h9m-9 2.25h9M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21M3 3h18M3 7.5h18M3 12h18m-3 8.25h3M3 16.5h3m12 0h3m-3 2.25h3M3 18.75h3\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"font-medium\">Account, Financing & Treasury<\/div>\r\n              <div class=\"text-sm text-gray-500\">Accounts, Taxation & Fund management, and investment operations.<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          \r\n          <!-- Icon 3 -->\r\n          <li class=\"flex gap-3 items-start\">\r\n            <div class=\"w-8 h-8 rounded-md bg-white shadow-sm flex items-center justify-center text-[var(--brand-600)] flex-shrink-0\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-5 h-5\">\r\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h6.75M9 11.25h6.75M9 15.75h6.75M9 20.25h6.75\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"font-medium\">Procurement & Contract Administration<\/div>\r\n              <div class=\"text-sm text-gray-500\">Procurement governance and contract management.<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          \r\n          <!-- Icon 4 -->\r\n          <li class=\"flex gap-3 items-start\">\r\n            <div class=\"w-8 h-8 rounded-md bg-white shadow-sm flex items-center justify-center text-[var(--brand-600)] flex-shrink-0\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-5 h-5\">\r\n                <path stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  d=\"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-3.741-5.192 9.09 9.09 0 0 0-3.74-1.98M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM12 14.25c-5.385 0-9.75-3.036-9.75-6.75S6.615 .75 12 .75s9.75 3.036 9.75 6.75-4.365 6.75-9.75 6.75Z\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"font-medium\">Asset Management and Business development<\/div>\r\n              <div class=\"text-sm text-gray-500\">Management of university assets and drives innovation in income generation<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          \r\n          <!-- Icon 5 -->\r\n          <li class=\"flex gap-3 items-start\">\r\n            <div class=\"w-8 h-8 rounded-md bg-white shadow-sm flex items-center justify-center text-[var(--brand-600)] flex-shrink-0\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-5 h-5\">\r\n                <path stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  d=\"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-3.741-5.192 9.09 9.09 0 0 0-3.74-1.98M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM12 14.25c-5.385 0-9.75-3.036-9.75-6.75S6.615 .75 12 .75s9.75 3.036 9.75 6.75-4.365 6.75-9.75 6.75Z\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"font-medium\">Student Financial Services (SFS)<\/div>\r\n              <div class=\"text-sm text-gray-500\">Student fees, scholarships, and financial aid.<\/div>\r\n            <\/div>\r\n          <\/li>\r\n          \r\n          <!-- Icon 6 -->\r\n          <li class=\"flex gap-3 items-start\">\r\n            <div class=\"w-8 h-8 rounded-md bg-white shadow-sm flex items-center justify-center text-[var(--brand-600)] flex-shrink-0\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-5 h-5\">\r\n                <path stroke-linecap=\"round\"\r\n                  stroke-linejoin=\"round\"\r\n                  d=\"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-3.741-5.192 9.09 9.09 0 0 0-3.74-1.98M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM12 14.25c-5.385 0-9.75-3.036-9.75-6.75S6.615 .75 12 .75s9.75 3.036 9.75 6.75-4.365 6.75-9.75 6.75Z\" \/>\r\n              <\/svg>\r\n            <\/div>\r\n            <div>\r\n              <div class=\"font-medium\">Governance &\r\n                    Compliance and Zones<\/div>\r\n              <div class=\"text-sm text-gray-500\">integrity in financial governance and effective coordination across all IIUM campuses.<\/div>\r\n            <\/div>\r\n          <\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- VISION & MISSION -->\r\n  <section id=\"vision\" class=\"py-16\"> <!-- Alternating background -->\r\n    <div class=\"container-max grid md:grid-cols-2 gap-8 items-start\">\r\n      <div class=\"p-8 bg-gray-50 rounded-2xl shadow-sm\"> <!-- Swapped bg for contrast -->\r\n        <h3 class=\"text-xl font-semibold text-[var(--brand-600)]\">Vision<\/h3>\r\n        <p class=\"mt-3 text-gray-600 text-justify\">To be a recognized leader in delivering quality, customer-driven financial support services and processes throughout all Institutes of Higher Learning in Malaysia.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"p-8 bg-gray-50 rounded-2xl shadow-sm\"> <!-- Swapped bg for contrast -->\r\n        <h3 class=\"text-xl font-semibold text-[var(--brand-600)]\">Mission<\/h3>\r\n        <p class=\"mt-3 text-gray-600 text-justify\">\r\n          To be a valued and trusted partner of the University community in delivering excellent financial services that uphold customer satisfaction and support the realization of IIUM\u2019s Vision and Mission.\r\n        <\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- LEADERSHIP - UPDATED -->\r\n  <section id=\"team\" class=\"py-16 bg-gray-50\"> <!-- Alternating background -->\r\n    <div class=\"container-max\">\r\n      <h2 class=\"text-2xl font-semibold text-[var(--brand-600)]\">Leadership Team<\/h2>\r\n      <p class=\"mt-2 text-gray-600 max-w-2xl\">Our leadership guides strategy and operations across the division.<\/p>\r\n\r\n      <!-- Updated grid, removed director -->\r\n      <div class=\"mt-8 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6\">\r\n        <!-- Card 1 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6074.jpg\" alt=\"Mohamad Nasir Bin Kama\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Mohamad Nasir Bin Kama<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Director<\/p>\r\n        <\/div>\r\n\r\n        <!-- Card 2 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60  rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6205.jpg\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Siti Hawa Binti Latip<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Director, Budget & Financial Planning Department<\/p>\r\n        <\/div>\r\n\r\n        <!-- Card 3 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-70 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2025\/11\/Anizam-Bin-Ali.png\" alt=\"Anizam Bin Ali\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Anizam Bin Ali<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Head Of Asset Management, Governance Audits & Resource Management Department<\/p>\r\n        <\/div>\r\n\r\n        <!-- Card 4 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6024.jpg\" alt=\"Muhammad Saifurrijal Bin Zaini\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Muhammad Saifurrijal Bin Zaini<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Head Of Procurement, Contract Administration & Governance Department<\/p>\r\n        <\/div>\r\n\r\n        <!-- Card 5 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6580.jpg\" alt=\"Muhd Izzuan Bin Mohamad Noor\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Muhd Izzuan Bin Mohamad Noor<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Head Of Treasury & Finance Secretariats and Trust Fund<\/p>\r\n        <\/div>\r\n\r\n        <!-- Card 6 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/09\/6116.jpg\" alt=\"Azura Bt. Alias\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Azura Bt. Alias<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Head Of Student Financial Services Department<\/p>\r\n        <\/div>\r\n\r\n        <!-- Card 7 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6034.jpg\" alt=\"Muhammad Faizal Bin Mohd Gunny\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Muhammad Faizal Bin Mohd Gunny<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Head Of Payment Department & Zone Office<\/p>\r\n        <\/div>\r\n        \r\n        <!-- Card 8 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6140.jpg\" alt=\"MuhammadMohd Hafiz Bin Selaman @ Sulaiman\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Mohd Hafiz Bin Selaman @ Sulaiman<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Procurement & System Development<\/p>\r\n        <\/div>\r\n        \r\n        <!-- Card 9 -->\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-sm text-center\">\r\n          <div class=\"mx-auto w-60 rounded-full bg-gray-100 flex items-center justify-center overflow-hidden\">\r\n             <img decoding=\"async\" src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2022\/11\/6161.jpg\" alt=\"Abu Sofian Bin Ahmad\" class=\"w-full h-full object-cover\">\r\n          <\/div>\r\n          <h4 class=\"mt-4 font-semibold text-[var(--brand-600)]\">Abu Sofian Bin Ahmad<\/h4>\r\n          <p class=\"text-sm text-gray-500 mt-1\">Account and Financing Department<\/p>\r\n        <\/div>\r\n        \r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- ORGANISATION CHART - Reverted to HTML Chart -->\r\n  <section id=\"org\" class=\"py-16\"> <!-- Alternating background -->\r\n    <div class=\"container-max text-center\">\r\n      <h2 class=\"text-2xl font-semibold text-[var(--brand-600)]\">Organisation Structure<\/h2>\r\n      <p class=\"mt-2 text-gray-600 max-w-2xl mx-auto\">A visual overview of the division\u2019s key functional units and reporting lines.<\/p>\r\n\r\n      <!-- Functional HTML Chart -->\r\n      \r\n     <div class=\"entry-content clear\" ast-blocks-layout=\"true\" itemprop=\"text\">\r\n\r\n\t\t<div style=\"width:100%; height:100vh;\">\r\n            <embed src=\"https:\/\/division.iium.edu.my\/finance\/wp-content\/uploads\/sites\/6\/2026\/01\/20012026.pdf\"\r\n         type=\"application\/pdf\"\r\n         width=\"100%\"\r\n         height=\"100%\">\r\n<\/div>\r\n\t   <\/div>\r\n\t<\/div>\r\n  <\/section>\r\n<\/body>\r\n<\/html>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-2c280c3 e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"66007\" data-id=\"2c280c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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>About Us \u2014 Finance Division, IIUM Empowering Financial Excellence for a Sustainable Future The Finance Division provides strategic financial stewardship and services to support IIUM\u2019s mission. Guided by the IIUM New Financial Sustainability Model 2024\u20132028, we are committed to strengthening the University\u2019s long-term financial resilience through effective revenue generation, cost optimisation, and responsible fiscal management. &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/division.iium.edu.my\/finance\/corporate-profile\/\"> <span class=\"screen-reader-text\">Corporate Profile<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-12317","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/pages\/12317","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/comments?post=12317"}],"version-history":[{"count":32,"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/pages\/12317\/revisions"}],"predecessor-version":[{"id":12881,"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/pages\/12317\/revisions\/12881"}],"wp:attachment":[{"href":"https:\/\/division.iium.edu.my\/finance\/wp-json\/wp\/v2\/media?parent=12317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}