{"id":333,"date":"2026-06-16T08:01:57","date_gmt":"2026-06-16T08:01:57","guid":{"rendered":"https:\/\/swd-locnuoc.vn\/?page_id=333"},"modified":"2026-06-16T08:02:20","modified_gmt":"2026-06-16T08:02:20","slug":"so-sanh-he-thong-loc-tong-tinh-khiet-swd-va-may-loc-ro","status":"publish","type":"page","link":"https:\/\/swd-locnuoc.vn\/index.php\/so-sanh-he-thong-loc-tong-tinh-khiet-swd-va-may-loc-ro\/","title":{"rendered":"So s\u00e1nh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD v\u00e0 m\u00e1y l\u1ecdc RO"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"333\" class=\"elementor elementor-333\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad4db84 e-con-full e-flex e-con e-parent\" data-id=\"ad4db84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b44476 elementor-widget elementor-widget-html\" data-id=\"9b44476\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"vi\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>So s\u00e1nh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD v\u00e0 m\u00e1y l\u1ecdc RO - SWD<\/title>\r\n    \r\n    <!-- Google Fonts & Icons -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@500;700;800;900&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <!-- Tailwind CSS -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <script>\r\n        tailwind.config = {\r\n            theme: {\r\n                extend: {\r\n                    fontFamily: {\r\n                        sans: ['Inter', 'sans-serif'],\r\n                        display: ['Montserrat', 'sans-serif'],\r\n                    },\r\n                    colors: {\r\n                        swd: {\r\n                            blue: '#082954',     \r\n                            cyan: '#00B4DB',     \r\n                            gold: '#D4AF37',     \r\n                            light: '#F8FAFC',    \r\n                            accent: '#0052cc'\r\n                        }\r\n                    },\r\n                    backgroundImage: {\r\n                        'tech-grid': 'url(\"data:image\/svg+xml,%3Csvg width=\\'40\\' height=\\'40\\' viewBox=\\'0 0 40 40\\' xmlns=\\'http:\/\/www.w3.org\/2000\/svg\\'%3E%3Cpath d=\\'M0 0h40v40H0V0zm20 20h20v20H20V20zM0 20h20v20H0V20z\\' fill=\\'%2300b4db\\' fill-opacity=\\'0.05\\' fill-rule=\\'evenodd\\'\/%3E%3C\/svg%3E\")',\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    <\/script>\r\n\r\n    <style type=\"text\/tailwindcss\">\r\n        @layer utilities {\r\n            .glass-panel { @apply bg-[#082954]\/70 backdrop-blur-xl border border-white\/10 shadow-2xl; }\r\n            .glass-light { @apply bg-white\/90 backdrop-blur-md border border-white\/50 shadow-xl; }\r\n            .btn-cyan { @apply relative overflow-hidden bg-gradient-to-r from-swd-cyan to-blue-600 text-white font-bold rounded-xl shadow-[0_0_20px_rgba(0,180,219,0.4)] transition-all hover:shadow-[0_0_30px_rgba(0,180,219,0.8)] hover:scale-105 active:scale-95; }\r\n        }\r\n        \r\n        \/* C\u1ea5u tr\u00fac Typography d\u00e0nh ri\u00eang cho b\u00e0i vi\u1ebft chu\u1ea9n SEO & B\u00e1o ch\u00ed *\/\r\n        .article-body p { @apply text-gray-700 leading-loose mb-6 text-base md:text-lg; }\r\n        .article-body h2 { @apply font-display text-2xl md:text-3xl font-bold text-swd-blue mt-12 mb-6 leading-tight border-l-4 border-swd-cyan pl-4; }\r\n        .article-body h3 { @apply font-display text-xl md:text-2xl font-bold text-swd-blue mt-10 mb-4 leading-snug; }\r\n        .article-body img { @apply rounded-2xl w-full object-cover my-6 shadow-md border border-gray-100; }\r\n        .article-body ul { @apply list-disc list-inside text-gray-700 mb-6 pl-4 space-y-3 text-base md:text-lg; }\r\n        .article-body li::marker { color: #00B4DB; font-weight: bold; }\r\n        .article-body blockquote { @apply border-l-4 border-swd-cyan pl-6 italic text-gray-600 my-8 bg-gray-50 py-5 pr-5 rounded-r-2xl font-medium text-lg leading-relaxed shadow-sm; }\r\n        .article-body strong { @apply text-swd-blue font-bold; }\r\n        .article-body a { @apply text-swd-cyan hover:underline font-medium; }\r\n        \r\n        \/* Ch\u00fa th\u00edch \u1ea3nh *\/\r\n        .img-caption { @apply text-center text-sm text-gray-500 italic mt--2 mb-8 block; }\r\n\r\n        #mobile-menu { transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }\r\n        .menu-open { transform: translateY(0) !important; }\r\n        .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }\r\n        html { scroll-behavior: smooth; }\r\n        .input-error { border-color: #ef4444 !important; background-color: #fef2f2 !important; color: #ef4444 !important; }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-swd-light text-gray-800 antialiased overflow-x-hidden selection:bg-swd-cyan selection:text-white\">\r\n\r\n    <!-- HEADER -->\r\n    <header id=\"header\" class=\"fixed w-full top-0 z-50 transition-all duration-300 bg-[#082954]\/90 backdrop-blur-lg border-b border-white\/10 shadow-lg py-4\">\r\n        <div class=\"container mx-auto px-4 md:px-8 flex justify-between items-center\">\r\n            <a href=\"https:\/\/swd-locnuoc.vn\/\" class=\"flex items-center gap-2 group\">\r\n                <div class=\"w-11 h-11 bg-gradient-to-br from-swd-cyan to-blue-600 rounded-xl flex items-center justify-center text-white font-bold text-xl shadow-[0_0_15px_rgba(0,180,219,0.5)] group-hover:rotate-12 transition-transform\">\r\n                    <i class=\"fa-solid fa-droplet\"><\/i>\r\n                <\/div>\r\n                <div>\r\n                    <h1 class=\"font-display font-black text-3xl text-white tracking-widest leading-none group-hover:text-swd-cyan transition-colors drop-shadow-md\">SWD<\/h1>\r\n                    <span class=\"text-[9px] text-swd-cyan uppercase font-bold tracking-[0.2em] block\">Purify Your Life<\/span>\r\n                <\/div>\r\n            <\/a>\r\n\r\n            <!-- Desktop Nav -->\r\n            <nav class=\"hidden lg:flex items-center gap-8 bg-black\/20 backdrop-blur-md px-8 py-3 rounded-full border border-white\/10\">\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#ve-thuong-hieu\" class=\"text-white hover:text-swd-cyan font-semibold text-sm tracking-wide transition-colors drop-shadow-md\">V\u1ec1 Ch\u00fang T\u00f4i<\/a>\r\n                <div class=\"relative group\">\r\n                    <a href=\"https:\/\/swd-locnuoc.vn\/#san-pham\" class=\"text-white hover:text-swd-cyan font-semibold text-sm tracking-wide transition-colors flex items-center gap-1 drop-shadow-md\">\r\n                        H\u1ec7 Sinh Th\u00e1i S\u1ea3n Ph\u1ea9m <i class=\"fa-solid fa-chevron-down text-[10px]\"><\/i>\r\n                    <\/a>\r\n                    <div class=\"absolute top-full left-1\/2 -translate-x-1\/2 mt-4 w-[600px] glass-light rounded-2xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 shadow-2xl overflow-hidden flex\">\r\n                        <div class=\"w-1\/2 p-6 bg-white\">\r\n                            <p class=\"text-xs text-swd-blue font-black uppercase mb-4 border-b pb-2\"><i class=\"fa-solid fa-building mr-2 text-swd-cyan\"><\/i>D\u00e0nh cho C\u0103n h\u1ed9<\/p>\r\n                            <ul class=\"space-y-2 text-sm\">\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000a-2\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">F3000A (Apartment)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000ac-2\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">F3000AC (Apartment+Cond)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000p-premium\/\" class=\"text-swd-blue font-bold hover:text-swd-cyan transition-colors block\">F3000P (Premium)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000pc-4\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">F3000PC (Prem+Cond)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000ps-4\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">F3000PS (Softener)<\/a><\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                        <div class=\"w-1\/2 p-6 bg-gray-50 border-l border-gray-100\">\r\n                            <p class=\"text-xs text-swd-blue font-black uppercase mb-4 border-b pb-2\"><i class=\"fa-solid fa-house-chimney-window mr-2 text-swd-cyan\"><\/i>Bi\u1ec7t th\u1ef1 & D\u1ef1 \u00e1n<\/p>\r\n                            <ul class=\"space-y-2 text-sm\">\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000e\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">R1000E \/ M1200E (Efficient)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r500i\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">R500I \/ M600I (Imperial)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000i\/\" class=\"text-gray-600 hover:text-swd-cyan font-medium transition-colors block\">R1000I \/ M1300I (Imperial)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000s\/\" class=\"text-swd-gold font-bold hover:text-yellow-600 transition-colors block\">R1000S (Signature)<\/a><\/li>\r\n                                <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/m1300s\/\" class=\"text-swd-gold font-bold hover:text-yellow-600 transition-colors block\">M1300S (Signature)<\/a><\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#cong-nghe\" class=\"text-white hover:text-swd-cyan font-semibold text-sm tracking-wide transition-colors drop-shadow-md\">C\u00f4ng Ngh\u1ec7 L\u00f5i<\/a>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#quy-trinh\" class=\"text-white hover:text-swd-cyan font-semibold text-sm tracking-wide transition-colors drop-shadow-md\">Quy Tr\u00ecnh L\u1eafp \u0110\u1eb7t<\/a>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#khach-hang\" class=\"text-white hover:text-swd-cyan font-semibold text-sm tracking-wide transition-colors drop-shadow-md\">Kh\u00e1ch H\u00e0ng<\/a>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/news\/\" class=\"text-swd-cyan font-bold text-sm tracking-wide transition-colors drop-shadow-md\">Tin T\u1ee9c<\/a>\r\n            <\/nav>\r\n\r\n            <div class=\"hidden lg:block\">\r\n                <button onclick=\"openModal('\u0110\u0103ng K\u00fd Kh\u1ea3o S\u00e1t T\u1eeb B\u00e0i Vi\u1ebft')\" class=\"btn-cyan px-6 py-2.5 text-sm uppercase tracking-wide rounded-full\">\r\n                    \u0110\u0103ng K\u00fd Kh\u1ea3o S\u00e1t <i class=\"fa-solid fa-arrow-right ml-2\"><\/i>\r\n                <\/button>\r\n            <\/div>\r\n\r\n            <!-- Mobile Menu Toggle -->\r\n            <button id=\"menu-btn\" class=\"lg:hidden text-white text-2xl focus:outline-none drop-shadow-md bg-black\/20 p-2 rounded-lg\">\r\n                <i class=\"fa-solid fa-bars\"><\/i>\r\n            <\/button>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- MOBILE MENU -->\r\n    <div id=\"mobile-overlay\" class=\"fixed inset-0 bg-black\/70 z-[60] hidden opacity-0 transition-opacity duration-300 backdrop-blur-sm\"><\/div>\r\n    <div id=\"mobile-menu\" class=\"fixed top-0 left-0 w-full h-[85vh] bg-white z-[70] transform -translate-y-full shadow-2xl rounded-b-3xl flex flex-col\">\r\n        <div class=\"p-5 flex justify-between items-center border-b border-gray-100 bg-white\">\r\n            <div class=\"flex items-center gap-2\">\r\n                <div class=\"w-10 h-10 bg-swd-blue rounded-xl flex items-center justify-center text-white font-bold\"><i class=\"fa-solid fa-droplet\"><\/i><\/div>\r\n                <span class=\"font-display font-black text-2xl text-swd-blue\">SWD<\/span>\r\n            <\/div>\r\n            <button id=\"close-menu-btn\" class=\"text-gray-400 hover:text-swd-cyan text-2xl w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center transition-colors\">\r\n                <i class=\"fa-solid fa-times\"><\/i>\r\n            <\/button>\r\n        <\/div>\r\n        \r\n        <div class=\"flex-1 overflow-y-auto bg-white p-5\">\r\n            <nav class=\"flex flex-col space-y-2\">\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#ve-thuong-hieu\" class=\"text-swd-blue font-bold text-lg p-3 bg-gray-50 rounded-xl flex items-center\"><i class=\"fa-solid fa-globe w-8 text-swd-cyan\"><\/i> V\u1ec1 Ch\u00fang T\u00f4i<\/a>\r\n                \r\n                <!-- Accordion C\u0103n H\u1ed9 -->\r\n                <div class=\"bg-gray-50 rounded-xl overflow-hidden mt-2\">\r\n                    <button class=\"w-full flex justify-between items-center text-swd-blue font-bold text-lg p-3\" onclick=\"toggleAccordion('mob-canho')\">\r\n                        <span class=\"flex items-center\"><i class=\"fa-solid fa-building w-8 text-swd-cyan\"><\/i> D\u00f2ng C\u0103n H\u1ed9<\/span>\r\n                        <i class=\"fa-solid fa-chevron-down text-sm transition-transform\" id=\"icon-mob-canho\"><\/i>\r\n                    <\/button>\r\n                    <div id=\"mob-canho\" class=\"accordion-content bg-white\">\r\n                        <div class=\"p-3 pl-11 space-y-3 border-t border-gray-100 text-sm\">\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000a-2\/\" class=\"block text-gray-600 hover:text-swd-cyan\">F3000A (Apartment)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000ac-2\/\" class=\"block text-gray-600 hover:text-swd-cyan\">F3000AC (Apartment+Cond)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000p-premium\/\" class=\"block text-swd-cyan font-bold\">F3000P (Premium)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000pc-4\/\" class=\"block text-gray-600 hover:text-swd-cyan\">F3000PC (Prem+Cond)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000ps-4\/\" class=\"block text-gray-600 hover:text-swd-cyan\">F3000PS (Softener)<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Accordion Bi\u1ec7t Th\u1ef1 -->\r\n                <div class=\"bg-gray-50 rounded-xl overflow-hidden mt-2\">\r\n                    <button class=\"w-full flex justify-between items-center text-swd-blue font-bold text-lg p-3\" onclick=\"toggleAccordion('mob-bietthu')\">\r\n                        <span class=\"flex items-center\"><i class=\"fa-solid fa-house-chimney-window w-8 text-swd-cyan\"><\/i> Bi\u1ec7t Th\u1ef1 & D\u1ef1 \u00c1n<\/span>\r\n                        <i class=\"fa-solid fa-chevron-down text-sm transition-transform\" id=\"icon-mob-bietthu\"><\/i>\r\n                    <\/button>\r\n                    <div id=\"mob-bietthu\" class=\"accordion-content bg-white\">\r\n                        <div class=\"p-3 pl-11 space-y-3 border-t border-gray-100 text-sm\">\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000e\/\" class=\"block text-gray-600\">R1000E \/ M1200E (Efficient)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r500i\/\" class=\"block text-gray-600\">R500I \/ M600I (Imperial)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000i\/\" class=\"block text-gray-600\">R1000I \/ M1300I (Imperial)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000s\/\" class=\"block text-swd-gold font-bold\">R1000S (Signature)<\/a>\r\n                            <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/m1300s\/\" class=\"block text-swd-gold font-bold\">M1300S (Signature)<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#cong-nghe\" class=\"text-swd-blue font-bold text-lg p-3 bg-gray-50 rounded-xl flex items-center mt-2\"><i class=\"fa-solid fa-microchip w-8 text-swd-cyan\"><\/i> C\u00f4ng Ngh\u1ec7 L\u00f5i SWD<\/a>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#quy-trinh\" class=\"text-swd-blue font-bold text-lg p-3 bg-gray-50 rounded-xl flex items-center mt-2\"><i class=\"fa-solid fa-list-check w-8 text-swd-cyan\"><\/i> Quy Tr\u00ecnh L\u1eafp \u0110\u1eb7t<\/a>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/#khach-hang\" class=\"text-swd-blue font-bold text-lg p-3 bg-gray-50 rounded-xl flex items-center mt-2\"><i class=\"fa-solid fa-star w-8 text-swd-cyan\"><\/i> Kh\u00e1ch H\u00e0ng Th\u1ef1c T\u1ebf<\/a>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/news\/\" class=\"text-swd-cyan font-bold text-lg p-3 bg-gray-50 rounded-xl flex items-center mt-2\"><i class=\"fa-solid fa-newspaper w-8 text-swd-cyan\"><\/i> Tin T\u1ee9c Truy\u1ec1n Th\u00f4ng<\/a>\r\n            <\/nav>\r\n        <\/div>\r\n        <div class=\"p-5 bg-white border-t border-gray-100 rounded-b-3xl\">\r\n            <button onclick=\"openModal('T\u01b0 V\u1ea5n Nhanh Mobile Chi Ti\u1ebft'); closeMenu();\" class=\"w-full btn-cyan py-3 text-center rounded-xl text-lg uppercase tracking-wider\">\r\n                Nh\u1eadn T\u01b0 V\u1ea5n Ngay\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- PH\u1ea6N \u0110\u1ea6U B\u00c0I VI\u1ebeT (HERO ARTICLE) -->\r\n    <main class=\"pt-32 pb-24 bg-white\">\r\n        <div class=\"container mx-auto px-4 max-w-4xl\">\r\n            \r\n            <!-- Breadcrumb \u0111i\u1ec1u h\u01b0\u1edbng -->\r\n            <div class=\"text-xs text-gray-500 font-medium mb-8 flex items-center gap-2 flex-wrap\">\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/\" class=\"hover:text-swd-cyan flex items-center gap-1 whitespace-nowrap\"><i class=\"fa-solid fa-house\"><\/i> Trang ch\u1ee7<\/a> \r\n                <i class=\"fa-solid fa-chevron-right text-[8px] opacity-50\"><\/i>\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/news\/\" class=\"hover:text-swd-cyan whitespace-nowrap\">Tin T\u1ee9c Truy\u1ec1n Th\u00f4ng<\/a> \r\n                <i class=\"fa-solid fa-chevron-right text-[8px] opacity-50\"><\/i>\r\n                <span class=\"text-swd-blue font-bold line-clamp-1\">So s\u00e1nh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD v\u00e0 m\u00e1y l\u1ecdc RO...<\/span>\r\n            <\/div>\r\n\r\n            <!-- Header B\u00e0i Vi\u1ebft -->\r\n            <header class=\"mb-10 text-center md:text-left\">\r\n                <!-- Th\u1ec3 lo\u1ea1i b\u00e0i vi\u1ebft -->\r\n                <span class=\"inline-block bg-blue-100 text-swd-blue text-xs font-black px-4 py-1.5 rounded-full mb-4 shadow-sm tracking-wider uppercase border border-blue-200\">\r\n                    G\u00d3C CHUY\u00caN GIA\r\n                <\/span>\r\n                \r\n                <!-- TI\u00caU \u0110\u1ec0 CH\u00cdNH -->\r\n                <h1 class=\"font-display text-3xl md:text-4xl lg:text-[42px] font-black text-swd-blue leading-[1.2] mb-6\">\r\n                    So s\u00e1nh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD v\u00e0 m\u00e1y l\u1ecdc RO: \u0110\u00e2u l\u00e0 gi\u1ea3i ph\u00e1p sinh ho\u1ea1t to\u00e0n di\u1ec7n v\u00e0 ti\u1ebft ki\u1ec7m?\r\n                <\/h1>\r\n                \r\n                <!-- Meta Info (T\u00e1c gi\u1ea3, Ng\u00e0y th\u00e1ng) -->\r\n                <div class=\"flex flex-wrap items-center justify-center md:justify-start gap-4 md:gap-6 text-sm text-gray-500 border-t border-b border-gray-100 py-4\">\r\n                    <div class=\"flex items-center gap-2\">\r\n                        <div class=\"w-8 h-8 rounded-full bg-swd-cyan text-white flex items-center justify-center font-bold text-xs\"><i class=\"fa-solid fa-pen-nib\"><\/i><\/div>\r\n                        <span class=\"font-semibold text-gray-800\">Chuy\u00ean Gia SWD<\/span>\r\n                    <\/div>\r\n                    <!-- NG\u00c0Y \u0110\u0102NG -->\r\n                    <div class=\"flex items-center gap-2\">\r\n                        <i class=\"fa-regular fa-calendar text-swd-cyan\"><\/i> 16\/06\/2026\r\n                    <\/div>\r\n                    \r\n                    <!-- N\u00fat Share M\u1ea1ng X\u00e3 H\u1ed9i -->\r\n                    <div class=\"ml-auto flex items-center gap-2\">\r\n                        <span class=\"font-semibold text-xs uppercase tracking-wider text-gray-400 hidden sm:block\">Chia s\u1ebb:<\/span>\r\n                        <a href=\"#\" class=\"w-8 h-8 rounded-full bg-blue-600 text-white flex items-center justify-center hover:scale-110 transition-transform shadow-sm\"><i class=\"fa-brands fa-facebook-f text-xs\"><\/i><\/a>\r\n                        <a href=\"#\" class=\"w-8 h-8 rounded-full bg-blue-400 text-white flex items-center justify-center hover:scale-110 transition-transform shadow-sm\"><i class=\"fa-solid fa-link text-xs\"><\/i><\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/header>\r\n\r\n            <!-- \u1ea2NH \u0110\u1ea0I DI\u1ec6N CH\u00cdNH (FEATURED IMAGE) -->\r\n            <div class=\"w-full aspect-[16\/9] md:aspect-[21\/9] rounded-3xl overflow-hidden mb-12 shadow-lg border border-gray-100\">\r\n                <img decoding=\"async\" src=\"https:\/\/swd-locnuoc.vn\/wp-content\/uploads\/2026\/06\/B1-1.png\" alt=\"So s\u00e1nh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD v\u00e0 m\u00e1y l\u1ecdc RO\" class=\"w-full h-full object-cover\">\r\n            <\/div>\r\n\r\n            <!-- ============================================== -->\r\n            <!-- N\u1ed8I DUNG B\u00c0I VI\u1ebeT (\u00c1p d\u1ee5ng x\u1ebfp Lego) -->\r\n            <!-- ============================================== -->\r\n            <article class=\"article-body max-w-3xl mx-auto\">\r\n                \r\n                <!-- \u0110o\u1ea1n tr\u00edch d\u1eabn m\u1edf \u0111\u1ea7u -->\r\n                <blockquote class=\"!mt-0 !mb-8\">\r\n                    Ph\u00e2n v\u00e2n gi\u1eefa m\u00e1y l\u1ecdc RO v\u00e0 h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD? Kh\u00e1m ph\u00e1 b\u00e0i to\u00e1n kinh t\u1ebf v\u00e0 gi\u1ea3i ph\u00e1p b\u1ea3o v\u1ec7 to\u00e0n di\u1ec7n cho s\u1ee9c kh\u1ecfe, kh\u00f4ng gian s\u1ed1ng c\u1ee7a gia \u0111\u00ecnh b\u1ea1n.\r\n                <\/blockquote>\r\n\r\n                <p>\u0110\u1ee9ng tr\u01b0\u1edbc th\u1ef1c tr\u1ea1ng ngu\u1ed3n n\u01b0\u1edbc sinh ho\u1ea1t ng\u00e0y c\u00e0ng di\u1ec5n bi\u1ebfn ph\u1ee9c t\u1ea1p v\u1edbi s\u1ef1 xu\u1ea5t hi\u1ec7n c\u1ee7a Clo d\u01b0, kim lo\u1ea1i n\u1eb7ng v\u00e0 c\u1eb7n canxi, vi\u1ec7c trang b\u1ecb thi\u1ebft b\u1ecb l\u1ecdc n\u01b0\u1edbc \u0111\u00e3 tr\u1edf th\u00e0nh \u01b0u ti\u00ean h\u00e0ng \u0111\u1ea7u c\u1ee7a m\u1ecdi gia \u0111\u00ecnh. Tuy nhi\u00ean, nhi\u1ec1u gia ch\u1ee7 v\u1eabn \u0111ang \u0111\u1ee9ng tr\u01b0\u1edbc m\u1ed9t b\u00e0i to\u00e1n kh\u00f3: \"Ch\u1ec9 c\u1ea7n l\u1eafp m\u1ed9t chi\u1ebfc m\u00e1y l\u1ecdc RO nh\u1ecf g\u1ecdn d\u01b0\u1edbi g\u1ea7m b\u1ebfp \u0111\u1ec3 l\u1ea5y n\u01b0\u1edbc u\u1ed1ng l\u00e0 \u0111\u1ee7, hay n\u00ean \u0111\u1ea7u t\u01b0 m\u1ed9t h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft cho to\u00e0n b\u1ed9 ng\u00f4i nh\u00e0?\"<\/p>\r\n\r\n                <p>\u0110\u1ec3 t\u00ecm ra c\u00e2u tr\u1ea3 l\u1eddi ch\u00ednh x\u00e1c v\u00e0 t\u1ed1i \u01b0u nh\u1ea5t cho t\u1ed5 \u1ea5m c\u1ee7a m\u00ecnh, h\u00e3y c\u00f9ng c\u00e1c chuy\u00ean gia t\u1eeb SWD \u0111\u1eb7t l\u00ean b\u00e0n c\u00e2n hai gi\u1ea3i ph\u00e1p n\u00e0y tr\u00ean c\u00e1c ph\u01b0\u01a1ng di\u1ec7n: c\u00f4ng n\u0103ng, s\u1ef1 b\u1ea3o v\u1ec7 to\u00e0n di\u1ec7n v\u00e0 b\u00e0i to\u00e1n kinh t\u1ebf d\u00e0i h\u1ea1n.<\/p>\r\n\r\n                <!-- TI\u00caU \u0110\u1ec0 M\u1ee4C 1 -->\r\n                <h2>1. M\u00e1y l\u1ecdc n\u01b0\u1edbc RO truy\u1ec1n th\u1ed1ng (G\u1ea7m b\u1ebfp): Gi\u1ea3i ph\u00e1p c\u1ee5c b\u1ed9 cho khu v\u1ef1c b\u1ebfp<\/h2>\r\n                \r\n                <p>M\u00e1y l\u1ecdc n\u01b0\u1edbc c\u00f4ng ngh\u1ec7 RO (Reverse Osmosis) nh\u1ecf g\u1ecdn l\u1eafp d\u01b0\u1edbi g\u1ea7m b\u1ebfp\/ch\u1eadu r\u1eeda l\u00e0 h\u00ecnh \u1ea3nh v\u00f4 c\u00f9ng quen thu\u1ed9c.<\/p>\r\n\r\n                <ul>\r\n                    <li><strong>\u01afu \u0111i\u1ec3m:<\/strong> \r\n                        <ul class=\"mt-2 mb-0 border-l-2 border-gray-200 ml-2 pl-4 text-gray-600\">\r\n                            <li>Cung c\u1ea5p ngu\u1ed3n n\u01b0\u1edbc tinh khi\u1ebft \u0111\u1ea1t chu\u1ea9n u\u1ed1ng tr\u1ef1c ti\u1ebfp ngay t\u1ea1i v\u00f2i.<\/li>\r\n                            <li>Chi ph\u00ed \u0111\u1ea7u t\u01b0 ban \u0111\u1ea7u th\u1ea5p, thi\u1ebft k\u1ebf nh\u1ecf g\u1ecdn, d\u1ec5 d\u00e0ng l\u1eafp \u0111\u1eb7t cho m\u1ed9t khu v\u1ef1c duy nh\u1ea5t.<\/li>\r\n                        <\/ul>\r\n                    <\/li>\r\n                    <li class=\"mt-4\"><strong>H\u1ea1n ch\u1ebf (\u0110i\u1ec3m m\u00f9 trong sinh ho\u1ea1t):<\/strong>\r\n                        <ul class=\"mt-2 mb-0 border-l-2 border-gray-200 ml-2 pl-4 text-gray-600\">\r\n                            <li><strong>Gi\u1edbi h\u1ea1n ph\u1ea1m vi b\u1ea3o v\u1ec7:<\/strong> M\u00e1y RO ch\u1ec9 gi\u1ea3i quy\u1ebft \u0111\u01b0\u1ee3c ngu\u1ed3n n\u01b0\u1edbc \u0103n u\u1ed1ng (chi\u1ebfm kho\u1ea3ng 10% l\u01b0\u1ee3ng n\u01b0\u1edbc sinh ho\u1ea1t). 90% l\u01b0\u1ee3ng n\u01b0\u1edbc c\u00f2n l\u1ea1i d\u00f9ng \u0111\u1ec3 t\u1eafm g\u1ed9i, \u0111\u00e1nh r\u0103ng, gi\u1eb7t gi\u0169 v\u1eabn l\u00e0 ngu\u1ed3n n\u01b0\u1edbc ch\u01b0a \u0111\u01b0\u1ee3c x\u1eed l\u00fd tri\u1ec7t \u0111\u1ec3.<\/li>\r\n                            <li><strong>Kh\u00f4ng b\u1ea3o v\u1ec7 \u0111\u01b0\u1ee3c thi\u1ebft b\u1ecb n\u1ed9i th\u1ea5t:<\/strong> L\u01b0\u1ee3ng c\u1eb7n canxi, magie (n\u01b0\u1edbc c\u1ee9ng) v\u1eabn \u0111i v\u00e0o h\u1ec7 th\u1ed1ng \u0111\u01b0\u1eddng \u1ed1ng ch\u00ednh, ti\u1ebfp t\u1ee5c t\u00e0n ph\u00e1 v\u00e0 l\u00e0m \u1ed1 v\u00e0ng c\u00e1c thi\u1ebft b\u1ecb v\u1ec7 sinh nh\u1eadp kh\u1ea9u cao c\u1ea5p, g\u00e2y t\u1eafc ngh\u1ebdn b\u00ecnh n\u00f3ng l\u1ea1nh, m\u00e1y gi\u1eb7t.<\/li>\r\n                        <\/ul>\r\n                    <\/li>\r\n                <\/ul>\r\n\r\n                <!-- \u1ea2NH PH\u1ee4 1 -->\r\n                <figure>\r\n                    <img decoding=\"async\" src=\"https:\/\/swd-locnuoc.vn\/wp-content\/uploads\/2026\/06\/B1-2.png\" alt=\"M\u00e1y l\u1ecdc n\u01b0\u1edbc RO g\u1ea7m b\u1ebfp\">\r\n                <\/figure>\r\n\r\n                <!-- TI\u00caU \u0110\u1ec0 M\u1ee4C 2 -->\r\n                <h2>2. H\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD: S\u1ef1 b\u1ea3o v\u1ec7 to\u00e0n di\u1ec7n t\u1eeb c\u1ed9i ngu\u1ed3n<\/h2>\r\n                \r\n                <p>Ng\u01b0\u1ee3c l\u1ea1i v\u1edbi gi\u1ea3i ph\u00e1p c\u1ee5c b\u1ed9, h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD l\u00e0 tr\u1ea1m x\u1eed l\u00fd trung t\u00e2m \u0111\u01b0\u1ee3c \u0111\u1eb7t ngay t\u1ea1i \u0111\u1ea7u ngu\u1ed3n c\u1ea5p n\u01b0\u1edbc c\u1ee7a ng\u00f4i nh\u00e0. To\u00e0n b\u1ed9 d\u00f2ng n\u01b0\u1edbc tr\u01b0\u1edbc khi chia nh\u00e1nh \u0111\u1ebfn c\u00e1c ph\u00f2ng t\u1eafm, nh\u00e0 b\u1ebfp hay khu gi\u1eb7t gi\u0169 \u0111\u1ec1u ph\u1ea3i \u0111i qua h\u1ec7 th\u1ed1ng thanh l\u1ecdc kh\u1eaft khe n\u00e0y.<\/p>\r\n\r\n                <p><strong>S\u1ef1 kh\u00e1c bi\u1ec7t mang t\u00ednh to\u00e0n di\u1ec7n:<\/strong><\/p>\r\n\r\n                <ul>\r\n                    <li><strong>N\u01b0\u1edbc tinh khi\u1ebft t\u1ea1i m\u1ecdi v\u00f2i:<\/strong> B\u1ea5t k\u1ec3 b\u1ea1n m\u1edf v\u00f2i n\u01b0\u1edbc \u1edf b\u1ed3n t\u1eafm, lavabo hay ch\u1eadu r\u1eeda b\u00e1t, d\u00f2ng n\u01b0\u1edbc ch\u1ea3y ra \u0111\u1ec1u l\u00e0 n\u01b0\u1edbc s\u1ea1ch tinh khi\u1ebft, \u0111\u00e3 \u0111\u01b0\u1ee3c lo\u1ea1i b\u1ecf ho\u00e0n to\u00e0n vi khu\u1ea9n, t\u1ea1p ch\u1ea5t nanomet, Clo h\u1eafc n\u1ed3ng v\u00e0 kim lo\u1ea1i n\u1eb7ng.<\/li>\r\n                    <li><strong>B\u1ea3o v\u1ec7 s\u1ee9c kh\u1ecfe t\u1ed1i \u0111a:<\/strong> Kh\u00f4ng ch\u1ec9 an to\u00e0n khi u\u1ed1ng, ngu\u1ed3n n\u01b0\u1edbc tinh khi\u1ebft c\u00f2n b\u1ea3o v\u1ec7 l\u00e0n da kh\u00f4ng b\u1ecb kh\u00f4 r\u00e1p, m\u1ea9n ng\u1ee9a v\u00e0 gi\u00fap m\u00e1i t\u00f3c lu\u00f4n su\u00f4n m\u01b0\u1ee3t sau m\u1ed7i l\u1ea7n t\u1eafm g\u1ed9i. \u0110\u00e2y l\u00e0 \u0111i\u1ec1u m\u00e0 m\u1ed9t chi\u1ebfc m\u00e1y l\u1ecdc g\u1ea7m b\u1ebfp kh\u00f4ng th\u1ec3 l\u00e0m \u0111\u01b0\u1ee3c.<\/li>\r\n                    <li><strong>Ch\u1ea5m d\u1ee9t n\u1ed7i lo \u0111\u00f3ng c\u1eb7n:<\/strong> H\u1ec7 th\u1ed1ng x\u1eed l\u00fd tri\u1ec7t \u0111\u1ec3 n\u01b0\u1edbc c\u1ee9ng. M\u1ecdi thi\u1ebft b\u1ecb v\u1ec7 sinh cao c\u1ea5p, v\u00e1ch k\u00ednh ph\u00f2ng t\u1eafm s\u1ebd \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 v\u0129nh vi\u1ec5n kh\u1ecfi c\u00e1c l\u1edbp v\u1ea3y c\u1eb7n tr\u1eafng x\u00f3a, duy tr\u00ec v\u1ebb \u0111\u1eb9p sang tr\u1ecdng theo th\u1eddi gian.<\/li>\r\n                <\/ul>\r\n\r\n                <!-- \u1ea2NH PH\u1ee4 2 -->\r\n                <figure>\r\n                    <img decoding=\"async\" src=\"https:\/\/swd-locnuoc.vn\/wp-content\/uploads\/2026\/06\/B1-3.png\" alt=\"H\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD\">\r\n                <\/figure>\r\n\r\n                <!-- TI\u00caU \u0110\u1ec0 M\u1ee4C 3 -->\r\n                <h2>3. B\u00e0i to\u00e1n kinh t\u1ebf: \u0110\u00e2u m\u1edbi l\u00e0 gi\u1ea3i ph\u00e1p ti\u1ebft ki\u1ec7m th\u1ef1c s\u1ef1?<\/h2>\r\n                \r\n                <p>Nhi\u1ec1u ng\u01b0\u1eddi e ng\u1ea1i chi ph\u00ed \u0111\u1ea7u t\u01b0 ban \u0111\u1ea7u c\u1ee7a h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD cao h\u01a1n m\u00e1y l\u1ecdc RO th\u00f4ng th\u01b0\u1eddng. Tuy nhi\u00ean, n\u1ebfu x\u00e9t tr\u00ean l\u0103ng k\u00ednh c\u1ee7a m\u1ed9t nh\u00e0 qu\u1ea3n l\u00fd t\u00e0i ch\u00ednh gia \u0111\u00ecnh d\u00e0i h\u1ea1n, h\u1ec7 th\u1ed1ng SWD l\u1ea1i mang \u0111\u1ebfn hi\u1ec7u qu\u1ea3 kinh t\u1ebf v\u01b0\u1ee3t tr\u1ed9i:<\/p>\r\n\r\n                <ul>\r\n                    <li><strong>Ti\u1ebft ki\u1ec7m chi ph\u00ed b\u1ea3o tr\u00ec n\u1ed9i th\u1ea5t:<\/strong> B\u1ea1n s\u1ebd kh\u00f4ng c\u00f2n ph\u1ea3i chi h\u00e0ng ch\u1ee5c tri\u1ec7u \u0111\u1ed3ng \u0111\u1ec3 thay th\u1ebf v\u00f2i sen kh\u1ed1i b\u1ecb t\u1eafc ngh\u1ebdn, hay s\u1eeda ch\u1eefa b\u00ecnh n\u00f3ng l\u1ea1nh, m\u00e1y gi\u1eb7t b\u1ecb h\u1ecfng thanh \u0111\u1ed1t do c\u1eb7n canxi.<\/li>\r\n                    <li><strong>\u0110\u1ed9t ph\u00e1 v\u1ec1 tu\u1ed5i th\u1ecd v\u1eadt li\u1ec7u:<\/strong> Nh\u1edd c\u00f4ng ngh\u1ec7 thi\u1ebft k\u1ebf c\u1ea5u h\u00ecnh t\u1ed1i \u01b0u v\u00e0 kh\u1ea3 n\u0103ng v\u1eadn h\u00e0nh \u0111\u1ed3ng b\u1ed9, h\u1ec7 th\u1ed1ng l\u1ecdc tinh khi\u1ebft SWD gi\u00fap k\u00e9o d\u00e0i tu\u1ed5i th\u1ecd v\u1eadt li\u1ec7u l\u1ecdc l\u00ean t\u1edbi g\u1ea5p 4-5 l\u1ea7n. C\u01a1 ch\u1ebf n\u00e0y gi\u00fap gia ch\u1ee7 tr\u00fat b\u1ecf ho\u00e0n to\u00e0n g\u00e1nh n\u1eb7ng t\u00e2m l\u00fd ph\u1ea3i ghi nh\u1edb c\u00e1c l\u1ecbch tr\u00ecnh thay l\u00f5i \u0111\u1ecbnh k\u1ef3, l\u1eaft nh\u1eaft v\u00e0 t\u1ed1n k\u00e9m nh\u01b0 tr\u00ean c\u00e1c d\u00f2ng m\u00e1y l\u1ecdc RO g\u1ea7m b\u1ebfp th\u00f4ng th\u01b0\u1eddng.<\/li>\r\n                <\/ul>\r\n\r\n                <!-- \u1ea2NH PH\u1ee4 3 -->\r\n                <figure>\r\n                    <img decoding=\"async\" src=\"https:\/\/swd-locnuoc.vn\/wp-content\/uploads\/2026\/06\/B1-4.png\" alt=\"Ti\u1ebft ki\u1ec7m chi ph\u00ed b\u1ea3o tr\u00ec\">\r\n                <\/figure>\r\n\r\n                <!-- TI\u00caU \u0110\u1ec0 M\u1ee4C 4 -->\r\n                <h2>4. Tr\u1ea3i nghi\u1ec7m gi\u1ea3i ph\u00e1p \"\u0110o ni \u0111\u00f3ng gi\u00e0y\" c\u00f9ng chuy\u00ean gia SWD<\/h2>\r\n                \r\n                <p>M\u1ed7i ng\u00f4i nh\u00e0 c\u00f3 m\u1ed9t \u0111\u1eb7c th\u00f9 ki\u1ebfn tr\u00fac v\u00e0 t\u00ecnh tr\u1ea1ng \u0111\u01b0\u1eddng \u1ed1ng ri\u00eang bi\u1ec7t. Ho\u1ea1t \u0111\u1ed9ng v\u1edbi tri\u1ebft l\u00fd \"B\u00e1n ch\u1ea5t l\u01b0\u1ee3ng n\u01b0\u1edbc, kh\u00f4ng b\u00e1n m\u00e1y l\u1ecdc n\u01b0\u1edbc\", SWD kh\u00f4ng cung c\u1ea5p nh\u1eefng thi\u1ebft b\u1ecb \u0111\u1ea1i tr\u00e0, m\u00e0 mang \u0111\u1ebfn gi\u1ea3i ph\u00e1p \u0111\u01b0\u1ee3c tinh ch\u1ec9nh ri\u00eang th\u00f4ng qua quy tr\u00ecnh:<\/p>\r\n\r\n                <ul>\r\n                    <li><strong>L\u1eafng nghe v\u00e0 quan s\u00e1t:<\/strong> Tr\u1ef1c ti\u1ebfp ghi nh\u1eadn nh\u1eefng b\u1ea5t ti\u1ec7n trong sinh ho\u1ea1t v\u00e0 quan s\u00e1t th\u1ef1c tr\u1ea1ng thi\u1ebft b\u1ecb v\u1ec7 sinh (v\u1ebft \u1ed1 v\u00e0ng, m\u1ea3ng b\u00e1m) \u0111\u1ec3 \u0111\u00e1nh gi\u00e1 \u0111\u1eb7c t\u00ednh ngu\u1ed3n n\u01b0\u1edbc.<\/li>\r\n                    <li><strong>Kh\u1ea3o s\u00e1t kh\u00f4ng gian mi\u1ec5n ph\u00ed:<\/strong> K\u1ef9 s\u01b0 ti\u1ebfn h\u00e0nh \u0111o \u0111\u1ea1c \u0111\u1ecba h\u00ecnh, ki\u1ec3m tra \u00e1p l\u1ef1c n\u01b0\u1edbc v\u00e0 h\u1ec7 th\u1ed1ng \u0111\u01b0\u1eddng \u1ed1ng ch\u1edd (t\u1ea1i logia, ph\u00f2ng k\u1ef9 thu\u1eadt ho\u1eb7c kh\u00f4ng gian \u00e2m tr\u1ea7n).<\/li>\r\n                    <li><strong>T\u01b0 v\u1ea5n gi\u1ea3i ph\u00e1p t\u1ed1i \u01b0u:<\/strong> Thi\u1ebft k\u1ebf c\u1ea5u h\u00ecnh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft ph\u00f9 h\u1ee3p nh\u1ea5t, \u0111\u1ea3m b\u1ea3o t\u00ednh th\u1ea9m m\u1ef9, l\u01b0u l\u01b0\u1ee3ng n\u01b0\u1edbc d\u1ed3i d\u00e0o v\u00e0 hi\u1ec7u qu\u1ea3 v\u1eadn h\u00e0nh b\u1ec1n b\u1ec9.<\/li>\r\n                <\/ul>\r\n\r\n                <!-- \u1ea2NH PH\u1ee4 4 -->\r\n                <figure>\r\n                    <img decoding=\"async\" src=\"https:\/\/swd-locnuoc.vn\/wp-content\/uploads\/2026\/06\/B1-5.png\" alt=\"Kh\u1ea3o s\u00e1t v\u00e0 t\u01b0 v\u1ea5n gi\u1ea3i ph\u00e1p SWD\">\r\n                <\/figure>\r\n\r\n                <!-- \u0110O\u1ea0N TEXT N\u1ed4I B\u1eacT CH\u1ed0T B\u00c0I -->\r\n                <p class=\"font-bold text-lg text-swd-blue mt-8 text-center bg-blue-50 py-4 rounded-xl shadow-sm border border-blue-100\">\r\n                    \u0110\u1ea7u t\u01b0 cho h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft kh\u00f4ng ch\u1ec9 l\u00e0 chi ti\u00eau cho hi\u1ec7n t\u1ea1i, m\u00e0 l\u00e0 b\u1ea3o hi\u1ec3m to\u00e0n di\u1ec7n cho s\u1ee9c kh\u1ecfe v\u00e0 kh\u1ed1i t\u00e0i s\u1ea3n c\u1ee7a gia \u0111\u00ecnh trong t\u01b0\u01a1ng lai.\r\n                <\/p>\r\n\r\n                <!-- KHUNG K\u1ebeT B\u00c0I \/ CALL TO ACTION (M\u00e0u ch\u1eef tr\u1eafng n\u1ed5i b\u1eadt) -->\r\n                <div class=\"mt-12 bg-gradient-to-br from-[#082954] to-[#0d3b75] rounded-3xl p-8 md:p-10 shadow-xl text-center border border-swd-cyan\/50 relative overflow-hidden\">\r\n                    <div class=\"absolute inset-0 bg-tech-grid opacity-20 pointer-events-none\"><\/div>\r\n                    <div class=\"relative z-10\">\r\n                        <div class=\"w-16 h-16 bg-swd-cyan text-white rounded-full flex items-center justify-center text-3xl mx-auto mb-5 shadow-[0_0_20px_rgba(0,180,219,0.5)]\">\r\n                            <i class=\"fa-solid fa-headset\"><\/i>\r\n                        <\/div>\r\n                        <h4 class=\"font-display font-black text-2xl md:text-3xl text-white mb-4 drop-shadow-md\">Li\u00ean H\u1ec7 Chuy\u00ean Gia SWD<\/h4>\r\n                        \r\n                        <p class=\"text-white !text-white mb-8 text-base md:text-lg max-w-2xl mx-auto leading-relaxed font-medium drop-shadow-sm\">\r\n                            \u0110\u1ed9i ng\u0169 chuy\u00ean m\u00f4n s\u1ebd \u0111\u1ebfn t\u1eadn n\u01a1i h\u1ed7 tr\u1ee3 t\u01b0 v\u1ea5n v\u00e0 kh\u1ea3o s\u00e1t kh\u00f4ng gian l\u1eafp \u0111\u1eb7t mi\u1ec5n ph\u00ed!\r\n                        <\/p>\r\n                        \r\n                        <div class=\"flex flex-col sm:flex-row justify-center items-center gap-4\">\r\n                            <!-- N\u00fat Hotline -->\r\n                            <a href=\"tel:0876888886\" class=\"btn-cyan px-8 py-4 uppercase tracking-widest text-sm md:text-base w-full sm:w-auto text-white !text-white font-black shadow-lg hover:text-white\">\r\n                                <i class=\"fa-solid fa-phone-volume mr-2 animate-pulse\"><\/i> G\u1ecdi Hotline: 0876 888 886\r\n                            <\/a>\r\n                            <button onclick=\"openModal('T\u01b0 v\u1ea5n t\u1eeb b\u00e0i vi\u1ebft So s\u00e1nh m\u00e1y l\u1ecdc')\" class=\"bg-white\/10 hover:bg-white\/20 text-white !text-white border border-white\/40 px-8 py-4 uppercase tracking-widest font-black rounded-xl transition-colors text-sm md:text-base w-full sm:w-auto shadow-sm\">\r\n                                \u0110\u0103ng K\u00fd T\u01b0 V\u1ea5n\r\n                            <\/button>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/article>\r\n\r\n            <!-- B\u00c0I VI\u1ebeT LI\u00caN QUAN \/ \u0110I\u1ec0U H\u01af\u1edaNG -->\r\n            <div class=\"mt-20 text-center border-t border-gray-100 pt-12\">\r\n                <a href=\"https:\/\/swd-locnuoc.vn\/index.php\/news\/\" class=\"inline-flex items-center justify-center gap-2 px-8 py-4 rounded-xl bg-gray-50 border border-gray-200 text-swd-blue font-bold hover:bg-swd-cyan hover:text-white hover:border-swd-cyan transition-all duration-300 group\">\r\n                    <div class=\"w-8 h-8 rounded-full bg-white flex items-center justify-center text-swd-blue group-hover:text-swd-cyan transition-colors shadow-sm\"><i class=\"fa-solid fa-border-all\"><\/i><\/div>\r\n                    Quay V\u1ec1 Trang Danh S\u00e1ch Truy\u1ec1n Th\u00f4ng\r\n                <\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/main>\r\n\r\n    <!-- FOOTER -->\r\n    <footer class=\"bg-[#082954] pt-20 pb-10 border-t-4 border-swd-cyan relative\">\r\n        <div class=\"absolute top-0 right-0 w-1\/2 h-full bg-tech-grid opacity-10 pointer-events-none\"><\/div>\r\n        <div class=\"container mx-auto px-4 md:px-8 relative z-10\">\r\n            <div class=\"grid md:grid-cols-12 gap-12 mb-16\">\r\n                <!-- Info -->\r\n                <div class=\"md:col-span-4\">\r\n                    <div class=\"flex items-center gap-2 mb-6\">\r\n                        <div class=\"w-12 h-12 bg-gradient-to-br from-swd-cyan to-swd-blue rounded-xl flex items-center justify-center text-white font-bold text-2xl shadow-[0_0_15px_rgba(0,180,219,0.5)]\"><i class=\"fa-solid fa-droplet\"><\/i><\/div>\r\n                        <div>\r\n                            <h2 class=\"font-display font-black text-3xl text-white leading-none\">SWD<\/h2>\r\n                            <span class=\"text-[10px] text-swd-cyan uppercase font-bold tracking-[0.2em] block\">Purify Your Life<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <p class=\"text-gray-400 text-sm mb-6 leading-relaxed\">C\u00d4NG TY C\u1ed4 PH\u1ea6N SPRING WATER DELIVERY. Nh\u00e0 cung c\u1ea5p gi\u1ea3i ph\u00e1p x\u1eed l\u00fd n\u01b0\u1edbc trung t\u00e2m k\u1ef9 thu\u1eadt s\u1ed1 cho c\u00e1c c\u00f4ng tr\u00ecnh h\u1ea1ng sang.<\/p>\r\n                    <ul class=\"space-y-3 text-sm text-gray-400\">\r\n                        <li><i class=\"fa-solid fa-location-dot text-swd-cyan w-5\"><\/i> 199\/110\/85 \u0110\u1ecbnh C\u00f4ng H\u1ea1, P.\u0110\u1ecbnh C\u00f4ng, H\u00e0 N\u1ed9i<\/li>\r\n                        <li><i class=\"fa-solid fa-phone text-swd-cyan w-5\"><\/i> 0876888886<\/li>\r\n                        <li><i class=\"fa-solid fa-envelope text-swd-cyan w-5\"><\/i> contact@swd.vn<\/li>\r\n                        <li><i class=\"fa-solid fa-file-invoice text-swd-cyan w-5\"><\/i> MST: 0110879471<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <!-- Links -->\r\n                <div class=\"md:col-span-3 lg:ml-8\">\r\n                    <h4 class=\"text-white font-display font-bold text-lg mb-6 uppercase tracking-wider\">H\u1ec7 Sinh Th\u00e1i<\/h4>\r\n                    <ul class=\"space-y-3 text-gray-400 text-sm\">\r\n                        <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/f3000p-premium\/\" class=\"hover:text-swd-cyan transition-colors\">M\u00e1y L\u1ecdc T\u1ed5ng C\u0103n H\u1ed9 (F3000)<\/a><\/li>\r\n                        <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000e\/\" class=\"hover:text-swd-cyan transition-colors\">H\u1ec7 Th\u1ed1ng Bi\u1ec7t Th\u1ef1 (Efficient)<\/a><\/li>\r\n                        <li><a href=\"https:\/\/swd-locnuoc.vn\/index.php\/r1000s\/\" class=\"hover:text-swd-gold transition-colors\">H\u1ec7 Th\u1ed1ng L\u00e2u \u0110\u00e0i (Signature)<\/a><\/li>\r\n                        <li><a href=\"https:\/\/swd-locnuoc.vn\/#cong-nghe\" class=\"hover:text-swd-cyan transition-colors\">C\u00f4ng ngh\u1ec7 kh\u00f4ng mu\u1ed1i<\/a><\/li>\r\n                        <li><a href=\"https:\/\/swd-locnuoc.vn\/#quy-trinh\" class=\"hover:text-swd-cyan transition-colors\">Quy tr\u00ecnh l\u1eafp \u0111\u1eb7t chu\u1ea9n<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <!-- Footer Form -->\r\n                <div class=\"md:col-span-5 bg-gradient-to-b from-[#0d3b75] to-[#082954] p-8 rounded-3xl border border-[#00B4DB]\/20 shadow-2xl relative overflow-hidden\">\r\n                    <div class=\"absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-swd-cyan to-blue-600\"><\/div>\r\n                    <h4 class=\"font-display font-bold text-2xl text-white mb-2 leading-tight\">N\u00e2ng T\u1ea7m Kh\u00f4ng Gian S\u1ed1ng<br>B\u1eaft \u0110\u1ea7u T\u1eeb Ngu\u1ed3n N\u01b0\u1edbc<\/h4>\r\n                    <p class=\"text-swd-cyan text-sm mb-6\">Chuy\u00ean gia k\u1ef9 thu\u1eadt SWD s\u1eb5n s\u00e0ng kh\u1ea3o s\u00e1t v\u00e0 thi\u1ebft k\u1ebf b\u1ea3n v\u1ebd mi\u1ec5n ph\u00ed cho c\u00f4ng tr\u00ecnh c\u1ee7a b\u1ea1n.<\/p>\r\n                    \r\n                    <form id=\"footer-form\" class=\"space-y-4\">\r\n                        <input type=\"text\" id=\"ft-name\" placeholder=\"H\u1ecd v\u00e0 t\u00ean \/ \u0110\u01a1n v\u1ecb thi c\u00f4ng\" class=\"w-full bg-[#082954] border border-gray-700 rounded-xl px-4 py-3.5 text-white focus:outline-none focus:border-swd-cyan text-sm transition-colors\" required>\r\n                        <div class=\"relative\">\r\n                            <input type=\"tel\" id=\"ft-phone\" placeholder=\"S\u1ed1 \u0111i\u1ec7n tho\u1ea1i li\u00ean h\u1ec7 *\" class=\"w-full bg-[#082954] border border-gray-700 rounded-xl px-4 py-3.5 text-white focus:outline-none focus:border-swd-cyan text-sm transition-colors\" required>\r\n                            <p id=\"ft-phone-error\" class=\"text-red-500 text-xs mt-1 hidden\">Vui l\u00f2ng nh\u1eadp \u0111\u00fang \u0111\u1ecbnh d\u1ea1ng s\u1ed1 \u0111i\u1ec7n tho\u1ea1i Vi\u1ec7t Nam h\u1ee3p l\u1ec7.<\/p>\r\n                        <\/div>\r\n                        <select id=\"ft-type\" class=\"w-full bg-[#082954] border border-gray-700 rounded-xl px-4 py-3.5 text-gray-400 focus:outline-none focus:border-swd-cyan text-sm appearance-none transition-colors\">\r\n                            <option value=\"\">-- L\u1ef1a ch\u1ecdn lo\u1ea1i c\u00f4ng tr\u00ecnh --<\/option>\r\n                            <option value=\"canho\">C\u0103n h\u1ed9 chung c\u01b0 \/ Penthouse<\/option>\r\n                            <option value=\"bietthu\">Bi\u1ec7t th\u1ef1 \/ L\u00e2u \u0111\u00e0i \/ Nh\u00e0 ph\u1ed1<\/option>\r\n                            <option value=\"duan\">B\u1ec7nh vi\u1ec7n \/ Kh\u00e1ch s\u1ea1n \/ Tr\u01b0\u1eddng h\u1ecdc \/ C\u00f4ng ty<\/option>\r\n                        <\/select>\r\n                        <button type=\"button\" onclick=\"submitToGoogleSheet('footer-form')\" class=\"w-full btn-cyan py-3.5 mt-2 rounded-xl text-base tracking-wider font-bold\" id=\"ft-submit-btn\">NH\u1eacN T\u01af V\u1ea4N NGAY<\/button>\r\n                    <\/form>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"border-t border-white\/10 pt-8 text-center text-gray-500 text-sm flex flex-col md:flex-row justify-between items-center\">\r\n                <p>&copy; 2026 C\u00d4NG TY C\u1ed4 PH\u1ea6N SPRING WATER DELIVERY. All rights reserved.<\/p>\r\n                <div class=\"flex gap-5 mt-4 md:mt-0 text-xl\">\r\n                    <a href=\"#\" class=\"w-10 h-10 rounded-full bg-white\/5 flex items-center justify-center hover:bg-swd-cyan hover:text-white transition-all\"><i class=\"fa-brands fa-facebook-f\"><\/i><\/a>\r\n                    <a href=\"#\" class=\"w-10 h-10 rounded-full bg-white\/5 flex items-center justify-center hover:bg-swd-cyan hover:text-white transition-all\"><i class=\"fa-brands fa-youtube\"><\/i><\/a>\r\n                    <a href=\"#\" class=\"w-10 h-10 rounded-full bg-white\/5 flex items-center justify-center hover:bg-swd-cyan hover:text-white transition-all\"><i class=\"fa-brands fa-tiktok\"><\/i><\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <!-- GLOBAL MODAL -->\r\n    <div id=\"global-modal\" class=\"fixed inset-0 bg-black\/80 z-[100] hidden items-center justify-center backdrop-blur-md opacity-0 transition-opacity duration-300\">\r\n        <div class=\"bg-white rounded-3xl w-full max-w-lg mx-4 overflow-hidden transform scale-95 transition-transform duration-300 shadow-2xl border border-gray-100\" id=\"modal-content\">\r\n            <div class=\"bg-gradient-to-r from-swd-blue to-[#0d3b75] p-8 relative\">\r\n                <button onclick=\"closeModal()\" class=\"absolute top-4 right-5 text-white\/50 hover:text-white text-2xl bg-white\/10 w-8 h-8 rounded-full flex items-center justify-center transition-colors\"><i class=\"fa-solid fa-times\"><\/i><\/button>\r\n                <span class=\"text-[10px] text-swd-cyan font-bold tracking-widest uppercase block mb-2\">\u0110\u0103ng k\u00fd t\u01b0 v\u1ea5n chuy\u00ean s\u00e2u<\/span>\r\n                <h3 class=\"font-display text-white font-black text-2xl mb-1 leading-tight\" id=\"modal-title\">Y\u00eau C\u1ea7u Gi\u1ea3i Ph\u00e1p<\/h3>\r\n                <p class=\"text-gray-300 text-sm mt-2\">Chuy\u00ean gia SWD s\u1ebd li\u00ean h\u1ec7 tr\u1ef1c ti\u1ebfp sau 5 ph\u00fat.<\/p>\r\n            <\/div>\r\n            <div class=\"p-8\">\r\n                <form id=\"modal-form\" class=\"space-y-5\">\r\n                    <input type=\"hidden\" id=\"modal-source\" value=\"\">\r\n                    <div>\r\n                        <label class=\"block text-xs font-bold text-swd-blue uppercase mb-1.5 ml-1\">H\u1ecd v\u00e0 T\u00ean<\/label>\r\n                        <input type=\"text\" id=\"md-name\" class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:border-swd-cyan text-sm\">\r\n                    <\/div>\r\n                    <div>\r\n                        <label class=\"block text-xs font-bold text-swd-blue uppercase mb-1.5 ml-1\">S\u1ed1 \u0111i\u1ec7n tho\u1ea1i <span class=\"text-red-500\">*<\/span><\/label>\r\n                        <input type=\"tel\" id=\"md-phone\" class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:border-swd-cyan text-sm\" required>\r\n                        <p id=\"md-phone-error\" class=\"text-red-500 text-xs mt-1 hidden ml-1\">Vui l\u00f2ng nh\u1eadp s\u1ed1 \u0111i\u1ec7n tho\u1ea1i h\u1ee3p l\u1ec7.<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <label class=\"block text-xs font-bold text-swd-blue uppercase mb-1.5 ml-1\">Y\u00eau c\u1ea7u c\u1ee5 th\u1ec3<\/label>\r\n                        <textarea id=\"md-note\" class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:border-swd-cyan h-24 text-sm\" placeholder=\"V\u00ed d\u1ee5: C\u1ea7n kh\u1ea3o s\u00e1t t\u1ea1i khu v\u1ef1c...\"><\/textarea>\r\n                    <\/div>\r\n                    <button type=\"button\" onclick=\"submitToGoogleSheet('modal-form')\" class=\"w-full btn-cyan py-4 text-base tracking-widest mt-4 font-bold rounded-xl\" id=\"md-submit-btn\">G\u1eecI Y\u00caU C\u1ea6U NGAY<\/button>\r\n                <\/form>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- FLOATING ACTIONS -->\r\n    <div class=\"fixed bottom-6 right-6 flex flex-col gap-4 z-[90]\">\r\n        <a href=\"https:\/\/zalo.me\/0876888886\" target=\"_blank\" class=\"w-14 h-14 bg-[#0068FF] text-white rounded-full flex items-center justify-center text-3xl shadow-[0_0_20px_rgba(0,104,255,0.5)] hover:scale-110 transition-transform relative\">\r\n            <i class=\"fa-solid fa-comment-dots text-2xl\"><\/i>\r\n        <\/a>\r\n        <a href=\"tel:0876888886\" class=\"w-14 h-14 bg-[#00B4DB] text-white rounded-full flex items-center justify-center text-2xl shadow-[0_0_20px_rgba(0,180,219,0.5)] hover:scale-110 transition-transform relative\">\r\n            <i class=\"fa-solid fa-phone-volume\"><\/i>\r\n        <\/a>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Menu Mobile Toggle\r\n        const menuBtn = document.getElementById('menu-btn');\r\n        const closeMenuBtn = document.getElementById('close-menu-btn');\r\n        const mobileMenu = document.getElementById('mobile-menu');\r\n        const mobileOverlay = document.getElementById('mobile-overlay');\r\n        function openMenu() { mobileMenu.classList.add('menu-open'); mobileOverlay.classList.remove('hidden'); setTimeout(() => mobileOverlay.classList.remove('opacity-0'), 10); }\r\n        function closeMenu() { mobileMenu.classList.remove('menu-open'); mobileOverlay.classList.add('opacity-0'); setTimeout(() => mobileOverlay.classList.add('hidden'), 300); }\r\n        menuBtn.addEventListener('click', openMenu); closeMenuBtn.addEventListener('click', closeMenu); mobileOverlay.addEventListener('click', closeMenu);\r\n        function toggleAccordion(id) { const content = document.getElementById(id); if (content.style.maxHeight) content.style.maxHeight = null; else content.style.maxHeight = content.scrollHeight + \"px\"; }\r\n        \r\n        \/\/ Modal Logic\r\n        const modal = document.getElementById('global-modal');\r\n        function openModal(src) { document.getElementById('modal-source').value = src; modal.classList.remove('hidden'); modal.style.display = 'flex'; setTimeout(() => modal.classList.remove('opacity-0'), 10); }\r\n        function closeModal() { modal.classList.add('opacity-0'); setTimeout(() => modal.classList.add('hidden'), 300); }\r\n        \r\n        \/\/ Form Logic\r\n        function validatePhone(phone) { return \/^(0)(3|5|7|8|9)([0-9]{8})$\/.test(phone); }\r\n        function submitToGoogleSheet(formId) {\r\n            const btn = document.getElementById(formId === 'modal-form' ? 'md-submit-btn' : 'ft-submit-btn');\r\n            const phoneInput = document.getElementById(formId === 'modal-form' ? 'md-phone' : 'ft-phone');\r\n            const errorMsg = document.getElementById(formId === 'modal-form' ? 'md-phone-error' : 'ft-phone-error');\r\n            \r\n            if (!validatePhone(phoneInput.value.trim())) {\r\n                phoneInput.classList.add('input-error'); errorMsg.classList.remove('hidden'); phoneInput.focus(); return false;\r\n            }\r\n            phoneInput.classList.remove('input-error'); errorMsg.classList.add('hidden');\r\n            \r\n            const originalText = btn.innerHTML;\r\n            btn.innerHTML = '<i class=\"fa-solid fa-circle-notch fa-spin\"><\/i> \u0110ANG G\u1eecI...'; btn.disabled = true;\r\n            setTimeout(() => {\r\n                alert('Tuy\u1ec7t v\u1eddi! Y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n \u0111\u00e3 \u0111\u01b0\u1ee3c ti\u1ebfp nh\u1eadn th\u00e0nh c\u00f4ng. Chuy\u00ean gia s\u1ebd li\u00ean h\u1ec7 qua s\u1ed1 0876888886.');\r\n                document.getElementById(formId).reset();\r\n                if (formId === 'modal-form') closeModal();\r\n                btn.innerHTML = originalText; btn.disabled = false;\r\n            }, 800);\r\n        }\r\n        document.getElementById('md-phone').addEventListener('input', function() { this.classList.remove('input-error'); document.getElementById('md-phone-error').classList.add('hidden'); });\r\n        document.getElementById('ft-phone').addEventListener('input', function() { this.classList.remove('input-error'); document.getElementById('ft-phone-error').classList.add('hidden'); });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>So s\u00e1nh h\u1ec7 th\u1ed1ng l\u1ecdc t\u1ed5ng tinh khi\u1ebft SWD v\u00e0 m\u00e1y l\u1ecdc RO &#8211; SWD SWD Purify Your Life V\u1ec1 Ch\u00fang T\u00f4i H\u1ec7 Sinh Th\u00e1i S\u1ea3n Ph\u1ea9m D\u00e0nh cho C\u0103n h\u1ed9 F3000A (Apartment) F3000AC (Apartment+Cond) F3000P (Premium) F3000PC (Prem+Cond) F3000PS (Softener) Bi\u1ec7t th\u1ef1 &#038; D\u1ef1 \u00e1n R1000E \/ M1200E (Efficient) R500I \/ M600I (Imperial) R1000I [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-333","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/pages\/333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/comments?post=333"}],"version-history":[{"count":4,"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/pages\/333\/revisions"}],"predecessor-version":[{"id":337,"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/pages\/333\/revisions\/337"}],"wp:attachment":[{"href":"https:\/\/swd-locnuoc.vn\/index.php\/wp-json\/wp\/v2\/media?parent=333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}