<!doctype html>
<html lang="vi">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<title>Máy chủ đang phản hồi chậm</title>
<link rel="stylesheet" href="https://vietpub.com/img/loading_xemphim.css">
</head>
<body class="xemphim-loading-page">
<main class="xemphim-loading-card" role="main" aria-labelledby="xemphim-loading-title">
    <div class="xemphim-loading-accent" aria-hidden="true"></div>

    <div class="xemphim-loading-content">
        <div class="xemphim-loading-icon" aria-hidden="true">⏳</div>

        <h1 id="xemphim-loading-title">Máy chủ đang phản hồi chậm</h1>

        <p class="xemphim-loading-desc">
            Hệ thống đang tự kết nối lại để tải nội dung. Bạn có thể tiếp tục xem phim trực tuyến nhanh và ổn định tại các website bên dưới.
        </p>

        <p class="xemphim-loading-status" id="xemphim-reload-status" aria-live="polite">
            <span class="xemphim-loading-dot" aria-hidden="true"></span>
            <span>Đang thử tải lại trang một lần...</span>
        </p>

        <nav class="xemphim-loading-actions" aria-label="Website xem phim thay thế">
            <a class="xemphim-loading-button xemphim-loading-button-primary"
               href="https://phimabc.com/"
               target="_blank"
               rel="noopener noreferrer external">
                <strong>Xem phim online tốc độ cao tại PhimABC</strong>
                <span>Kho phim Vietsub, phim mới và trải nghiệm xem phim ổn định.</span>
            </a>

            <a class="xemphim-loading-button"
               href="https://phimchua.com/"
               target="_blank"
               rel="noopener noreferrer external">
                <strong>Xem phim Vietsub ổn định tại Phim Chùa</strong>
                <span>Cập nhật phim mới, giao diện mượt mà và dễ xem trên mọi thiết bị.</span>
            </a>
        </nav>

        <button class="xemphim-loading-reload" id="xemphim-reload-now" type="button">
            Tải lại trang ngay
        </button>
    </div>

    <footer class="xemphim-loading-footer">
        Nếu trang vẫn chưa mở được, hãy chọn một website xem phim thay thế ở trên.
    </footer>
</main>
<script>
(function(){
    "use strict";

    var key = "dmca_proxy_reload_once:" + window.location.href;
    var status = document.getElementById("xemphim-reload-status");
    var reloadButton = document.getElementById("xemphim-reload-now");
    var alreadyRetried = false;

    if (reloadButton) {
        reloadButton.addEventListener("click", function(){
            window.location.reload();
        });
    }

    try {
        alreadyRetried = window.sessionStorage.getItem(key) === "1";

        if (!alreadyRetried) {
            window.sessionStorage.setItem(key, "1");
            window.setTimeout(function(){
                window.location.reload();
            }, 1600);
            return;
        }
    } catch (error) {
        alreadyRetried = true;
    }

    if (status) {
        status.className = "xemphim-loading-status is-finished";
        status.innerHTML = "<span class="xemphim-loading-dot" aria-hidden="true"></span><span>Trang đã được thử tải lại. Bạn có thể tải lại lần nữa hoặc chọn website thay thế.</span>";
    }
})();
</script>
</body>
</html>