File "about-us.php"
Full path: /home/fsibplc/public_html/sommilito-bank2/about-us.php
File
size: 6.18 B (6.18 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php include 'header.php' ?>
<!-- For page Hero -->
<?php
$page = 'About';
$title = "Sammilito Islami Bank PLC at a Glance";
include 'page-hero.php';
?>
<section class="bg-gray-50 pt-16">
<div class="max-w-7xl mx-auto px-6">
<div class="max-w-4xl flex justify-center gap-8 mx-auto" data-aos="fade-up">
<div class="flex-1">
<h4 class="uppercase text-teal-600 font-semibold mb-4">About Sammilito Islami Bank PLC</h4>
<p class="text-md text-gray-600">Sammilito lslami Bank PLC-Bangladesh's largest and newly constituted state-owned lslamic bank-has been established to strengthen financial inclusion, support socioeconomic development, and deliver modern Shariah-compliant banking services nationwide.</p>
<h5 class="text-sm font-semibold text-teal-800 my-4">Key Features: </h5>
<ul class="list-disc pl-6 space-y-2 text-gray-700 text-sm">
<li><strong>Type :</strong> State-owned Shariah-based commercial bank </li>
<li><strong>Founded :</strong> 2025 under the Bank Resolution Ordinance 2025 </li>
<li><strong>Chairman (founding): </strong> Mohammad Ayub Mia (resigned) </li>
<li><strong>Head Office :</strong> Motijheel, Dhaka </li>
</ul>
</div>
<div class="lg:flex-1 mx-auto hidden lg:block ml-15">
<img src="company.png" alt="" class="w-80 h-auto object-cover border-4 border-teal-800">
</div>
</div>
</div>
</section>
<section class="bg-gray-50">
<div class="max-w-4xl mx-auto text-sm pl-6 lg:pl-0">
<h5 class="text-sm font-semibold text-teal-800 py-4">Formation & Background: </h5>
<p>The bank was formed through the merger of five troubled Islamic banks :</p>
<ul class="list-disc pl-6 space-y-2 text-gray-700 text-sm mt-2">
<li>EXIM Bank </li>
<li>First Security Islami Bank </li>
<li>Global Islami Bank </li>
<li>Social Islami Bank </li>
<li>Union Bank </li>
</ul>
<h5 class="text-sm font-semibold text-teal-800 pt-4 pb-2">Capital Structure: </h5>
<ul class="list-disc pl-6 space-y-2 text-gray-700 text-sm mt-2">
<li>Authorized capital: Tk 40,000 crore </li>
<li>Paid-up capital: Tk 35,000 crore
<ul class="list-disc pl-6 space-y-2 text-gray-700 text-sm mt-2">
<li>Government: Tk 20,000 crore </li>
<li>Depositors’ contribution: Tk 15,000 crore </li>
</ul>
</li>
</ul>
</div>
</section>
<section class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-6">
<!-- <h4 class="uppercase text-teal-600 font-semibold mb-4 text-center">Our Mission & Vision</h4> -->
<div class="flex max-w-4xl mx-auto items-center gap-8 mb-12" data-aos="fade-up">
<div class=" hidden lg:block">
<img src="vision.jpg" alt="" class="w-80 h-80 object-contain border-2 border-teal-800">
</div>
<div>
<!-- Alpine.js (if not already included) -->
<script src="//unpkg.com/alpinejs" defer></script>
<div x-data="{ tab: 'mission' }" class="max-w-4xl mx-auto p-6">
<!-- Tabs -->
<div class="flex border-b border-gray-200">
<button
@click="tab = 'mission'"
:class="tab === 'mission' ? 'border-teal-600 text-teal-600' : 'text-gray-500'"
class=" px-4 py-2 font-semibold border-t-1 transition-all duration-200">
Mission
</button>
<button
@click="tab = 'vision'"
:class="tab === 'vision' ? 'border-teal-600 text-teal-600' : 'text-gray-500'"
class="ml-4 px-4 py-2 font-semibold border-t-1 transition-all duration-200">
Vision
</button>
</div>
<!-- Content -->
<div class="mt-6">
<!-- Vision -->
<div x-show="tab === 'vision'" x-transition>
<!-- <h2 class="text-xl font-bold text-blue-800 mb-4">
Proposed Vision of Sammilito Islami Bank PLC
</h2> -->
<p class="text-gray-700 leading-relaxed">
To set the benchmark in Islamic banking globally while pioneering the growth
of a robust Shariah-compliant financial ecosystem in Bangladesh through
innovation, trust and social responsibility.
</p>
</div>
<!-- Mission -->
<div x-show="tab === 'mission'" x-transition>
<!-- <h2 class="text-xl font-bold text-blue-800 mb-4">
Mission
</h2> -->
<ul class="list-disc pl-6 space-y-2 text-gray-700 text-sm">
<li>To become the largest and most preferred Shariah-based Islami bank through trust, integrity and service excellence</li>
<li>To meet the growing demand for Shariah-based financial products and services through a strong and trusted state-owned banking institution</li>
<li>To ensure sustainable and responsible growth aligned with Islamic banking values and ethical finance</li>
<li>To expand banking outreach in rural and underserved areas to promote financial inclusion</li>
<li>To support SME development and productive sectors for balanced economic growth</li>
<li>To uphold social welfare, equity and justice in all financial activities</li>
<li>To deliver superior, technology-enabled and customer-focused banking services</li>
<li>To foster a supportive work environment that ensures employee wellbeing, engagement and continuous development</li>
<li>To maintain strong governance, compliance and transparency while contributing to the long-term socio-economic development of the country</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<h4 class="uppercase text-teal-600 font-semibold mb-4 text-center">Our Slogan</h4>
<p class="text-center"> <strong>“Sammilito Shaktite Samriddha Agami”</strong> <br>
(A prosperous future through collective strength)
</p>
</div>
</section>
<?php include 'footer.php' ?>