<!DOCTYPE html>
<html>
    <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta http-equiv="Cache-control" content="no-cache">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="0">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Default Web Site Page</title>
    <style type="text/css">
        body {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 1.428571429;
            background-color: #ffffff;
            color: #2F3230;
            padding: 0;
            margin: 0;
        }
        section, footer {
            display: block;
            padding: 0;
            margin: 0;
        }
        .container {
            margin-left: auto;
            margin-right: auto;
            padding: 0 10px;
        }
        .sorry-text {
            font-size: 500%;
            color: #CCCCCC;
        }

        .additional-info {
            background-repeat: no-repeat;
            background-color: #293A4A;
            color: #FFFFFF;
        }
        .additional-info a {
            color: #FFFFFF;
        }
        .additional-info-items {
            padding: 20px 0;
            min-height: 350px;
        }
        .contact-info {
            margin-bottom: 20px;
            font-size: 16px;
        }
        .contact-info a {
            text-decoration: underline;
            color: #428BCA;
        }
        .contact-info a:hover,
        .contact-info a:focus,
        .contact-info a:active {
            color: #2A6496;
        }
        .reason-text {
            margin: 20px 0;
            font-size: 16px;
        }
        ul {
            display: inline-block;
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }
        ul li {
            float: left;
            text-align: center;
        }
        .additional-info-items ul li {
            width: 100%;
        }
        .heading-text {
            font-weight: bold;
            display: block;
            text-align: left;
        }
        .description {
            text-align: left;

        }
        .info-image {
            padding: 10px;
        }

        footer {
            text-align: center;
            margin: 60px 0;
        }

        footer a {
            text-decoration: none;
        }

        .copyright {
            font-size: 10px;
            color: #3F4143;
        }

        @media (min-width: 768px) {
            .additional-info {
                background-image: none;
            }
            .additional-info-items {
                padding: 20px;
            }
            .container {
                width: 90%;
            }
            .additional-info-items ul li {
                width: 25%;
                padding: 20px;
            }
            .reason-text {
                font-size: 18px;
            }
            .contact-info {
                font-size: 18px;
            }
        }
        @media (min-width: 992px) {
            .additional-info {
                background-image: url('/img-sys/error-bg-left.png');
            }
            .container {
                width: 70%;
            }
            .sorry-text {
                font-size: 900%;
            }
        }
    </style>
    </head>
    <body>
        <div class="container">
            <span class="sorry-text">SORRY!</span>

            <section class="contact-info">
                Nếu bạn là chủ website này, bạn có thể liên hệ với chúng tôi để được hỗ trợ: <a href="mailto:support@ehost.vn">support@ehost.vn</a>
            </section>

            <p class="reason-text">Khi bạn gặp phải trang này, một số nguyên nhân dưới đây có thể là nguyên nhân : </p>
        </div>
        <section class="additional-info">
            <div class="container">
                <div class="additional-info-items">
                    <ul>
                        <li>
                            <div class="info-image">
                                <img src="/img-sys/IP_changed.png"/>
                            </div>
                            <span class="heading-text">
                                The IP address has changed.
                            </span>
                            <div class="description">
                                Địa chỉ IP đã thay đổi. Các địa chỉ IP cho tên miền này có thể đã thay đổi gần đây. Kiểm tra cài đặt DNS của bạn để xác minh rằng tên miền được thiết lập một cách chính xác. Có thể mất 8-24 giờ để thay đổi DNS được cập nhật. 
                                Bạn có thể làm theo các hướng dẫn <a href="https://go.cpanel.net/cleardnscache">following these instructions</a> để xoá bộ nhớ cache dns của bạn.
                            </div>
                        </li>
                        <li>
                            <div class="info-image">
                                <img src="/img-sys/server_misconfigured.png"/>
                            </div>
                            <span class="heading-text">
                                Có sai sót trong cấu hình dịch vụ DNS.
                            </span>
                            <div class="description">
                                 Bạn phải xác minh rằng bản ghi DNS của tên miền bao gồm Addon/subdomain đã được cấu hình, bạn có thể liện hệ với Ehost để được hỗ trợ
                            </div>
                        </li>
                        <li>
                            <div class="info-image">
                                <img src="/img-sys/server_moved.png"/>
                            </div>
                            <span class="heading-text">
                                Trang web có thể đã được di chuyển đến một máy chủ khác.
                            </span>
                            <div class="description">
                                URL cho tên miền này có thể đã thay đổi hoặc có thể tài khoản hosting của bạn đã được di chuyển đến một máy chủ khác.
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </section>
        <footer>
            <div class="container">
                <a href="http://cpanel.com/?utm_source=cpanelwhm&utm_medium=cplogo&utm_content=logolink&utm_campaign=cpanelwhmreferral" target="cpanel" title="cPanel, Inc.">
                    <img src="/img-sys/powered_by_cpanel.svg" height="20" alt="cPanel, Inc." />
                    <div class="copyright">Copyright © 2026 cPanel, Inc.</div>
                </a>
            </div>
        </footer>
    </body>
</html>
