HEX
Server: Apache/2
System: Linux server.cloudfly.vn 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
User: root (0)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/dkhp464/public_html/wp-content/themes/DaKhoaHongPhat/footer.php
<footer>
    <?php if(lighthouse()): ?>
    <div class="copy-right">
        *HIỆU QUẢ ĐIỀU TRỊ TÙY THUỘC VÀO CƠ ĐỊA CỦA MỖI NGƯỜI*
    </div>
    <section id="Footer">
        <div class="footer-top pt-5" style="background:#ececec">
            <div class="container">
                <div class="row text-center">
                    <div class="col-xl-4 col-lg-4">
                        <i class="fa fa-home" style="font-size: 35px;" aria-hidden="true"></i>
                        <p class="" style="font-size: 15px;"><?=ADDRESS?></p>
                    </div>
                    <div class="col-xl-4 col-lg-4">
                        <img class="img-fluid" src="<?= get_template_directory_uri() ?>/image/icon_phone-call.png" alt="icon call">
                        <p class="" style="font-size: 26px; font-weight: 700;">
                           <?=PHONE?>
                        </p>
                    </div>
                    <div class="col-xl-4 col-lg-4">
                        <i class="fas fa-clock" style="font-size: 35px;"></i>
                        <p class="" style="font-size: 15px;"> Giờ mở cửa: <?=OPEN_TIME?>(Tất cả ngày trong tuần)</p>
                    </div>
                </div>
            </div>
        </div>
    </section>
<?php endif;?>
<?php if(lighthouse()): ?>

    <section id="Footer-map" class="bg-ft ">
        <!--<div class="d-none d-md-block">-->
        <!--    <a href="<?=GOOGLE_MAP?>">-->
        <!--        <img src="<?= get_template_directory_uri() ?>/image/map.jpg" class="img-fluid w-100" alt="map">-->
        <!--    </a>-->
        <!--</div>-->
        <!--<div class="d-md-none">-->
        <!--    <a href="<?=GOOGLE_MAP?>">-->
        <!--        <img src="<?= get_template_directory_uri() ?>/image/map.jpg" class="img-fluid w-100" alt="map">-->
        <!--    </a>-->
        <!--</div>-->
        <div class="container">

            <div class="text-center">
                <hr class="mt-0 mb-10">
                <div class="row">
                    <div class="col-xl-6 text-right">
                        <a class="text-info"
                           href="https://dakhoahaiphong464.com/chinh-sach-bao-mat-thong-tin-khach-hang/"
                           style="color: #00dffc;">CHÍNH SÁCH BẢO
                            MẬT THÔNG TIN KHÁCH HÀNG</a>
                    </div>
                    <div class="col-xl-6 text-left">
                        <a class="text-info"
                           href="https://dakhoahaiphong464.com/chinh-sach-chung-va-hinh-thuc-thanh-toan/"
                           style="color: #00dffc;">CHÍNH SÁCH
                            CHUNG VÀ HÌNH THỨC THANH TOÁN</a>
                    </div>
                </div>
                <img class=""
                     src="<?= get_template_directory_uri() ?>/image/chungnhan.png"
                     width="120" alt="chung nhan">

            </div>
            <div class="text-center">
                <div class="p-10">
                     <?=TEN_PK?>
                    <p>
                        <b>CÔNG TY TNHH ĐẦU TƯ VÀ DỊCH VỤ THƯƠNG MẠI THÁI DƯƠNG</b><br>
                        Mã số thuế/ Số QĐ thành lập : <b>2901933012 </b><br>Ngày cấp : 06/04/2018 Nơi cấp : Sở Kế hoạch và Đầu tư Tỉnh Nghệ An<br>
                    </p>
                </div>
            </div>
        </div>
        <p style="color: #0c8771;font-size:1px">(*)Lưu ý: Hiệu quả điều trị tùy thuộc vào cơ địa của mỗi người.</p>
    </section>
<?php endif;?>



    <div class="loading">
        <div class="d-flex align-items-center justify-content-center w-100 h-100">
            <div class="lds-ring">
                <div></div>
                <div></div>
                <div></div>
                <div></div>
            </div>
        </div>

    </div>

<?php if(lighthouse()): ?>

    <script>
        var admin_ajax_url = '<?php echo admin_url('admin-ajax.php'); ?>';
        var domain_site_name = '<?php echo site_url() ?>';
        var domain_site_uri = '<?php echo get_template_directory_uri() ?>';
        var phone_number = '<?php echo PHONE; ?>';
        var live_chat_redirect = '<?= LIVE_CHAT ?>';
    </script>
    <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
    <script src="<?= get_template_directory_uri() ?>/assets/owlcarousel/owl.carousel.min.js"></script>
    <script src="<?= get_template_directory_uri() ?>/assets/js/scrip.js"></script>
    <script src="<?= get_template_directory_uri() ?>/assets/bootstrap/js/bootstrap.bundle.js"></script>
    <script src="<?= LIVE_CHAT_URL ?>"></script>
    <?php endif;?>
</footer>



<!--===========================-->
<?php get_template_part('blocks/navbar-footer'); ?>
<?php //get_template_part('blocks/pop-up'); ?>

<?php get_template_part('blocks/fixed-contact'); ?>
<?php get_template_part('blocks/zalo-chat'); ?>



<?php wp_footer(); ?>

</html>