{"id":6,"date":"2026-09-03T15:47:26","date_gmt":"2026-09-03T15:47:26","guid":{"rendered":"https:\/\/thehomeotto.com\/?page_id=6"},"modified":"2026-09-03T22:50:57","modified_gmt":"2026-09-03T15:50:57","slug":"6-2","status":"publish","type":"page","link":"https:\/\/thehomeotto.com\/","title":{"rendered":"thehomeotto"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>thehomeotto.com<\/title>\n    <style>\n        \/* Reset CSS c\u01a1 b\u1ea3n *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html, body {\n            width: 100%;\n            height: 100%;\n            height: 100dvh; \/* H\u1ed7 tr\u1ee3 m\u00e0n h\u00ecnh \u0111i\u1ec7n tho\u1ea1i tr\u00e0n vi\u1ec1n *\/\n            overflow: hidden;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: #0d0e10;\n            color: #ffffff;\n        }\n\n        \/* Khung ch\u1ee9a tr\u00e0n to\u00e0n m\u00e0n h\u00ecnh *\/\n        .maintenance-container {\n            position: relative;\n            width: 100vw;\n            height: 100vh;\n            height: 100dvh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            \/* H\u00ecnh n\u1ec1n thi\u00ean nhi\u00ean t\u1ed1i m\u00e0u chu\u1ea9n theo \u1ea3nh m\u1eabu *\/\n            background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), \n                              url('https:\/\/images.unsplash.com\/photo-1509316975850-ff9c5deb0cd9?q=80&w=2560&auto=format&fit=crop');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n        }\n\n        \/* N\u00fat chuy\u1ec3n \u0111\u1ed5i ng\u00f4n ng\u1eef \u1edf g\u00f3c tr\u00ean b\u00ean ph\u1ea3i *\/\n        .lang-switch {\n            position: absolute;\n            top: 24px;\n            right: 28px;\n            z-index: 10;\n        }\n\n        .lang-btn {\n            background: rgba(0, 0, 0, 0.25);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            color: rgba(255, 255, 255, 0.7);\n            padding: 6px 14px;\n            font-size: 12px;\n            letter-spacing: 1px;\n            border-radius: 20px;\n            cursor: pointer;\n            backdrop-filter: blur(8px);\n            transition: all 0.3s ease;\n        }\n\n        .lang-btn:hover {\n            color: #ffffff;\n            border-color: rgba(255, 255, 255, 0.5);\n            background: rgba(0, 0, 0, 0.4);\n        }\n\n        \/* T\u00ean th\u01b0\u01a1ng hi\u1ec7u ch\u00ednh gi\u1eefa m\u00e0n h\u00ecnh *\/\n        .brand-title {\n            font-size: 2rem;\n            font-weight: 300;\n            letter-spacing: 0.05em;\n            color: rgba(255, 255, 255, 0.95);\n            text-align: center;\n            user-select: none;\n        }\n\n        \/* D\u00f2ng th\u00f4ng b\u00e1o \u1edf g\u00f3c d\u01b0\u1edbi c\u00f9ng m\u00e0n h\u00ecnh *\/\n        .notice-text {\n            position: absolute;\n            bottom: 32px;\n            left: 20px;\n            right: 20px;\n            text-align: center;\n            font-size: 0.9rem;\n            font-weight: 300;\n            color: rgba(255, 255, 255, 0.75);\n            letter-spacing: 0.02em;\n            line-height: 1.5;\n        }\n\n        \/* T\u1ed1i \u01b0u ch\u1eef cho m\u00e0n h\u00ecnh nh\u1ecf \/ \u0111i\u1ec7n tho\u1ea1i *\/\n        @media (max-width: 640px) {\n            .brand-title {\n                font-size: 1.5rem;\n            }\n            .notice-text {\n                font-size: 0.8rem;\n                bottom: 24px;\n            }\n            .lang-switch {\n                top: 16px;\n                right: 16px;\n            }\n        }\n    <\/style>\n\n\n\n    <div class=\"maintenance-container\">\n        <!-- N\u00fat \u0111\u1ed5i ng\u00f4n ng\u1eef -->\n        <div class=\"lang-switch\">\n            <button class=\"lang-btn\" id=\"langBtn\" onclick=\"toggleLanguage()\">EN<\/button>\n        <\/div>\n\n        <!-- T\u00ean mi\u1ec1n \u1edf ch\u00ednh gi\u1eefa -->\n        <h1 class=\"brand-title\">thehomeotto.com<\/h1>\n\n        <!-- Th\u00f4ng b\u00e1o \u1edf d\u01b0\u1edbi c\u00f9ng -->\n        <p class=\"notice-text\" id=\"noticeText\">\n            Trang web \u0111ang trong qu\u00e1 tr\u00ecnh n\u00e2ng c\u1ea5p. Vui l\u00f2ng quay l\u1ea1i sau.\n        <\/p>\n    <\/div>\n\n    <script>\n        \/\/ JS x\u1eed l\u00fd chuy\u1ec3n \u0111\u1ed5i ng\u00f4n ng\u1eef Vi\u1ec7t \/ Anh\n        let currentLang = 'vi';\n        \n        const content = {\n            vi: {\n                btn: 'EN',\n                notice: 'Trang web \u0111ang trong qu\u00e1 tr\u00ecnh n\u00e2ng c\u1ea5p. Vui l\u00f2ng quay l\u1ea1i sau.'\n            },\n            en: {\n                btn: 'VI',\n                notice: \"We're under construction. Please check back for an update soon.\"\n            }\n        };\n\n        function toggleLanguage() {\n            currentLang = currentLang === 'vi' ? 'en' : 'vi';\n            document.getElementById('langBtn').textContent = content[currentLang].btn;\n            document.getElementById('noticeText').textContent = content[currentLang].notice;\n        }\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>thehomeotto.com EN thehomeotto.com Trang web \u0111ang trong qu\u00e1 tr\u00ecnh n\u00e2ng c\u1ea5p. Vui l\u00f2ng quay l\u1ea1i sau.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank-landingpage.php","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thehomeotto.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thehomeotto.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thehomeotto.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thehomeotto.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thehomeotto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":2,"href":"https:\/\/thehomeotto.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/thehomeotto.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/thehomeotto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}