80 lines
3.8 KiB
PHP
80 lines
3.8 KiB
PHP
<?php include('partials/header.php'); ?>
|
|
|
|
<!-- BREADCRUMB AREA START -->
|
|
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
|
data-bg="img/bg/breadcrumb.png">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="ltn__breadcrumb-inner ltn__breadcrumb-inner-2 justify-content-between">
|
|
<div class="section-title-area ltn__section-title-2">
|
|
|
|
<h1 class="section-title white-color">Our Values</h1>
|
|
</div>
|
|
<div class="ltn__breadcrumb-list">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li>Our Values</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- BREADCRUMB AREA END -->
|
|
|
|
<!-- OUR HISTORY AREA START -->
|
|
<div class="ltn__our-history-area pb-100">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="ltn__our-history-inner">
|
|
|
|
<div class="tab-content">
|
|
<div class="tab-pane fade active show" id="liton_tab_2_2">
|
|
<div class="ltn__product-tab-content-inner">
|
|
<div class="row">
|
|
<div class="col-lg-6 align-self-center">
|
|
<div class="about-us-img-wrap about-img-left">
|
|
<img src="img/service/env.png" alt="Image">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 align-self-center">
|
|
<div class="about-us-info-wrap">
|
|
<div class="section-title-area ltn__section-title-2">
|
|
<h6 class="section-subtitle ltn__secondary-color"></h6>
|
|
<h3 class="section-title mt-80" style="color:#017BAA">Workplace Divesity
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
<p>Our workplace thrives on the strength derived from diversity. At ABC
|
|
Hospitality, diversity is not merely a policy; it is our strength. We
|
|
actively foster an inclusive work environment that encourages and
|
|
celebrates innovation and collaboration. By choosing us, you align with
|
|
an organization that understands the value of varied perspectives and
|
|
backgrounds, creating a culture where innovation flourishes.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ltn__tab-menu text-uppercase">
|
|
<div class="nav">
|
|
<a data-bs-toggle="tab"">Strength in diverse perspectives</a>
|
|
<a data-bs-toggle=" tab">Inclusive culture</a>
|
|
<a data-bs-toggle="tab">Innovation</a>
|
|
<a data-bs-toggle="tab">Culture</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- OUR HISTORY AREA END -->
|
|
|
|
<?php include('partials/footer.php'); ?>
|