File: /home/dkhp464/public_html/wp-content/themes/DaKhoaHongPhat/page-lien-he.php
<?php
get_header();
?>
<section class="page-lh py-5">
<!-- <div class="container"> -->
<div class="row ">
<div class="col-xl-3 d-none d-xl-block">
<div class="gif-page-lh">
<a class="img-page-lh" target="_blank" href="<?= LIVE_CHAT ?>">
<img src="<?= get_template_directory_uri() ?>/image/page-lien-he.gif" class="img-fluid" alt="">
</a>
</div>
</div>
<div class="col-xl-6">
<div class="bg-title justify-content-center align-items-center text-center">
<div class="text-title">
PHÒNG KHÁM ĐA KHOA LÊ LỢI
</div>
<div class="title">
LIÊN HỆ VỚI CHÚNG TÔI
</div>
</div>
<p class="content-lh">
Hãy gọi ngay <strong> Hotline <?=PHONE?> </strong>
</p>
<p class="content-lh">
Nhập số điện thoại để được <strong>tư vấn miễn
phí
24/7 </strong>
</p>
<div class="form-submit-page">
<form action="" class="d_contact_new d-flex py-3">
<input id="input-number-contact" type="tel" class="form-control" pattern="[0-9]*" maxlength="12" placeholder="Nhập số điện thoại của bạn" name="phone" required>
<div class="d-none">
<input type="text" class="form-control" name="url" value="<?= (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? " https"
: "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" ?>">
</div>
<div class="button-container-send">
<button class="button-send" type="submit">
ĐĂNG
KÝ TƯ VẤN
</button>
</div>
</form>
</div>
<p class="content-lh">
Liên hệ ngay với chúng tôi
</p>
<p class="content-lh">
Địa chỉ: <strong> <?=ADDRESS?></strong>
</p>
<p class="content-lh">
Thời gian làm việc: <strong> từ <?=OPEN_TIME?>
(Tất
cả các ngày trong tuần, kể cả ngày lễ và Chủ
nhật)</strong>
</p>
<div class="text-center">
<a href="<?= LIVE_CHAT ?>" target="_blank" class="img-click-page text-center py-3">
<img src="<?= get_template_directory_uri() ?>\image/tu-van-truc-tuyen-mien-phi.gif" class="img-fluid" alt="">
</a>
</div>
<div class="content-lh">
Nhanh tay đặt hẹn để nhận ưu đãi:
<ul class="py-3">
<li class="d-flex">
<img src="<?= get_template_directory_uri() ?>\image/icon-li-page.gif" class="img-fluid" alt=""> Trọn gói khám nam khoa chỉ 299k
</li>
</ul>
</div>
<div class="text-center">
<a href="<?= LIVE_CHAT ?>" target="_blank" class="img-page-footer py-3 text-center">
<img src="<?= get_template_directory_uri() ?>\image/img-page-footer.gif" class="img-fluid" alt="">
</a>
</div>
</div>
<div class="col-xl-3 " style=" position: sticky;
top: 50px;">
<?php get_sidebar() ?>
</div>
</div>
<!-- </div> -->
</section>
<?php
get_footer();
?>