{"id":194,"date":"2026-02-28T05:06:52","date_gmt":"2026-02-28T05:06:52","guid":{"rendered":"http:\/\/daibieuhdndngoquyen.site\/?page_id=194"},"modified":"2026-03-04T17:22:52","modified_gmt":"2026-03-04T17:22:52","slug":"home","status":"publish","type":"page","link":"https:\/\/daibieuhdndngoquyen.site\/","title":{"rendered":"Home"},"content":{"rendered":"\t<section class=\"section bg-gray\" id=\"section_1671292948\">\n\t\t<div class=\"bg section-bg fill bg-fill  bg-loaded\" >\n\n\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t<\/div>\n\n\t\t\n\n\t\t<div class=\"section-content relative\">\n\t\t\t\n\n  <div class=\"filter-container\">\n    <form method=\"post\" id=\"blog-filter-form\" class=\"filter-form\">\n      <div class=\"filter-grid\">\n\n        <!-- \u00d4 t\u00ecm ki\u1ebfm -->\n        <div class=\"filter-item search-box\">\n          <label>T\u00ecm theo t\u00ean b\u00e0i vi\u1ebft<\/label>\n          <input \n            type=\"text\" \n            id=\"search_title\" \n            name=\"search_title\"\n            placeholder=\"Nh\u1eadp t\u00ean b\u00e0i vi\u1ebft...\"\n            autocomplete=\"off\"\n          >\n        <\/div>\n\n                  <div class=\"filter-item\">\n            <label>Qu\u00ea qu\u00e1n<\/label>\n            <select name=\"que-quan\">\n              <option value=\"\">-- Qu\u00ea qu\u00e1n --<\/option>\n                              <option value=\"bac-ninh\">\n                  B\u1eafc Ninh                <\/option>\n                              <option value=\"ha-noi\">\n                  H\u00e0 N\u1ed9i                <\/option>\n                              <option value=\"hai-phong\">\n                  H\u1ea3i Ph\u00f2ng                <\/option>\n                              <option value=\"hung-yen\">\n                  H\u01b0ng Y\u00ean                <\/option>\n                              <option value=\"nghe-an\">\n                  Ngh\u1ec7 An                <\/option>\n                              <option value=\"ninh-binh\">\n                  Ninh B\u00ecnh                <\/option>\n                          <\/select>\n          <\/div>\n                  <div class=\"filter-item\">\n            <label>Gi\u1edbi t\u00ednh<\/label>\n            <select name=\"gioi-tinh\">\n              <option value=\"\">-- Gi\u1edbi t\u00ednh --<\/option>\n                              <option value=\"nam\">\n                  Nam                <\/option>\n                              <option value=\"nu\">\n                  N\u1eef                <\/option>\n                          <\/select>\n          <\/div>\n                  <div class=\"filter-item\">\n            <label>T\u00f4n gi\u00e1o<\/label>\n            <select name=\"ton-giao\">\n              <option value=\"\">-- T\u00f4n gi\u00e1o --<\/option>\n                              <option value=\"khong\">\n                  Kh\u00f4ng                <\/option>\n                              <option value=\"phat-giao-ni-su\">\n                  Ph\u1eadt gi\u00e1o\/Ni s\u01b0                <\/option>\n                          <\/select>\n          <\/div>\n                  <div class=\"filter-item\">\n            <label>\u0110\u01a1n v\u1ecb b\u1ea7u c\u1eed<\/label>\n            <select name=\"don-vi-bau-cu\">\n              <option value=\"\">-- \u0110\u01a1n v\u1ecb b\u1ea7u c\u1eed --<\/option>\n                              <option value=\"to-bau-cu-so-1\">\n                  T\u1ed5 b\u1ea7u c\u1eed s\u1ed1 1                <\/option>\n                              <option value=\"to-bau-cu-so-2\">\n                  T\u1ed5 b\u1ea7u c\u1eed s\u1ed1 2                <\/option>\n                              <option value=\"to-bau-cu-so-3\">\n                  T\u1ed5 b\u1ea7u c\u1eed s\u1ed1 3                <\/option>\n                              <option value=\"to-bau-cu-so-4\">\n                  T\u1ed5 b\u1ea7u c\u1eed s\u1ed1 4                <\/option>\n                              <option value=\"to-bau-cu-so-5\">\n                  T\u1ed5 b\u1ea7u c\u1eed s\u1ed1 5                <\/option>\n                          <\/select>\n          <\/div>\n        \n      <\/div>\n    <\/form>\n\n    <div id=\"filter-results\" class=\"filter-results\">\n      <p>\u0110ang t\u1ea3i d\u1eef li\u1ec7u...<\/p>\n    <\/div>\n  <\/div>\n\n  <style>\n    .filter-container { margin-bottom: 25px; }\n    .filter-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 15px;\n      align-items: end;\n    }\n    .filter-item label { display: block; margin-bottom: 6px; font-weight: 600; color: #333; }\n    .filter-item select, .filter-item input[type=\"text\"] {\n      width: 100%; padding: 8px 10px; border-radius: 8px; border: 1px solid #ccc; font-size: 14px;\n    }\n    #filter-results { margin-top: 25px; }\n    #filter-results.loading::before {\n      content: \"\u0110ang t\u1ea3i...\";\n      display: block;\n      color: #888;\n      margin-bottom: 10px;\n    }\n  <\/style>\n\n  <script>\n  document.addEventListener('DOMContentLoaded', function() {\n    const form = document.getElementById('blog-filter-form');\n    const resultsContainer = document.getElementById('filter-results');\n    const selects = form.querySelectorAll('select');\n    const input = document.getElementById('search_title');\n    let controller = null;\n\n    \/\/ H\u00e0m fetch d\u1eef li\u1ec7u\n    const fetchPosts = () => {\n      const formData = new FormData(form);\n      resultsContainer.classList.add('loading');\n      resultsContainer.innerHTML = '';\n\n      if (controller) controller.abort();\n      controller = new AbortController();\n\n      fetch('https:\/\/daibieuhdndngoquyen.site\/wp-admin\/admin-ajax.php?action=live_filter_posts', {\n        method: 'POST',\n        body: formData,\n        signal: controller.signal\n      })\n      .then(res => res.text())\n      .then(html => {\n        resultsContainer.innerHTML = html;\n        resultsContainer.classList.remove('loading');\n      })\n      .catch(err => {\n        if (err.name !== 'AbortError') {\n          resultsContainer.innerHTML = '<p>L\u1ed7i khi t\u1ea3i d\u1eef li\u1ec7u.<\/p>';\n          resultsContainer.classList.remove('loading');\n        }\n      });\n    };\n\n    \/\/ G\u00f5 \u0111\u1ebfn \u0111\u00e2u l\u1ecdc \u0111\u1ebfn \u0111\u00f3\n    input.addEventListener('input', fetchPosts);\n    \/\/ Khi thay \u0111\u1ed5i dropdown c\u0169ng l\u1ecdc\n    selects.forEach(select => select.addEventListener('change', fetchPosts));\n\n    \/\/ G\u1ecdi l\u1ea7n \u0111\u1ea7u ti\u00ean\n    fetchPosts();\n  });\n  <\/script>\n\n  \n\t\t<\/div>\n\n\t\t\n<style>\n#section_1671292948 {\n  padding-top: 30px;\n  padding-bottom: 30px;\n}\n#section_1671292948 .ux-shape-divider--top svg {\n  height: 150px;\n  --divider-top-width: 100%;\n}\n#section_1671292948 .ux-shape-divider--bottom svg {\n  height: 150px;\n  --divider-width: 100%;\n}\n<\/style>\n\t<\/section>\n\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-194","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=\/wp\/v2\/pages\/194","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=194"}],"version-history":[{"count":15,"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=\/wp\/v2\/pages\/194\/revisions"}],"predecessor-version":[{"id":733,"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=\/wp\/v2\/pages\/194\/revisions\/733"}],"wp:attachment":[{"href":"https:\/\/daibieuhdndngoquyen.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}