81 lines
2.3 KiB
PHP
81 lines
2.3 KiB
PHP
<? include "include/head.php"; ?>
|
|
<? include "include/top.php"; ?>
|
|
<section class="page-header page-header-modern page-header-background page-header-background-md overlay overlay-color-dark overlay-show overlay-op-8" style="background-image: url(image/top.jpg);">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row mt-5">
|
|
|
|
<div class="col-md-12 align-self-center p-static order-2 text-center">
|
|
|
|
<h1><?=$lang['CONTACT_TEXT1']?></h1>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-12 align-self-center order-1">
|
|
|
|
<ul class="breadcrumb breadcrumb-light d-block text-center">
|
|
|
|
<li><a href="#">Home</a></li>
|
|
|
|
<li class="active">CONTACT US</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<div class="sub_bg">
|
|
<section class="">
|
|
<div class="container text-left">
|
|
|
|
<div class="row justify-content-center appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">
|
|
<div class="col-md-12 col-xl-12 ">
|
|
<h6>CONTACT</h6>
|
|
<h2 class="text-color-light mb-4"><?=$lang['CONTACT_TEXT2']?>
|
|
</h2>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="row justify-content-center appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="400">
|
|
<div class="col-md-12 col-xl-12 ">
|
|
<?=$lang['CONTACT_TEXT3']?>
|
|
</div>
|
|
</div>
|
|
<div class="career-border p-t-50 p-b-25 contact-text row justify-content-center appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">
|
|
<div class="col-md-12 col-xl-12 ">
|
|
<h2 class="text-color-light mb-4"><?=$lang['CONTACT_TEXT4']?></h2>
|
|
<h3 class="<?=$lang['CONTACT_EN']?>"><?=$_MASTER_ADDR?></h3>
|
|
<p><i class="fas fa-phone-alt"></i> <?=$_MASTER_TEL?></p>
|
|
<p><i class="fas fa-fax"></i> <?=$_MASTER_FAX?></p>
|
|
</div>
|
|
</div>
|
|
<div class="p-t-25 contact-text row justify-content-center appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">
|
|
<div class="col-md-12 col-xl-12 ">
|
|
<h2 class="text-color-light mb-4"><?=$lang['CONTACT_TEXT8']?></h2>
|
|
|
|
<p><?=$lang['CONTACT_TEXT9']?> : <?=_MASTER_EMAIL_BUSINESS?></p>
|
|
|
|
<p><?=$lang['CONTACT_TEXT10']?> : <?=_MASTER_EMAIL_PRODUCT?></p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<? include "include/footer.php"; ?>
|