{"id":559,"date":"2025-11-07T14:18:00","date_gmt":"2025-11-07T14:18:00","guid":{"rendered":"https:\/\/sukiinter.com\/?page_id=559"},"modified":"2025-11-07T14:54:22","modified_gmt":"2025-11-07T14:54:22","slug":"table-reservation","status":"publish","type":"page","link":"https:\/\/sukiinter.com\/index.php\/table-reservation\/","title":{"rendered":"\u0e08\u0e2d\u0e07\u0e42\u0e15\u0e4a\u0e30"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"559\" class=\"elementor elementor-559\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c840b0 e-flex e-con-boxed e-con e-parent\" data-id=\"5c840b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1de385a elementor-widget elementor-widget-html\" data-id=\"1de385a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Reservation Page: HTML + CSS + JS -->\r\n<style>\r\n  :root{\r\n    --brand:#c92b2b; \/* \u0e1b\u0e23\u0e31\u0e1a\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e35\u0e1b\u0e38\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e23\u0e49\u0e32\u0e19 *\/\r\n    --brand-dark:#a21f1f;\r\n    --muted:#666;\r\n    --radius:10px;\r\n    --container:1100px;\r\n    font-family: 'Dosis', 'Athiti', sans-serif;\r\n  }\r\n\r\n  .res-wrap{\r\n    max-width:var(--container);\r\n    margin:32px auto;\r\n    padding:24px;\r\n    box-sizing:border-box;\r\n  }\r\n\r\n  .res-hero{\r\n    display:flex;\r\n    gap:20px;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    background:linear-gradient(90deg, rgba(201,43,43,0.06), rgba(255,255,255,0));\r\n    padding:18px;\r\n    border-radius:12px;\r\n    margin-bottom:20px;\r\n  }\r\n  .res-hero h1{ margin:0; font-size:22px; color:var(--brand-dark); font-weight:700; }\r\n  .res-hero p{ margin:4px 0 0 0; color:var(--muted); }\r\n\r\n  \/* grid sections *\/\r\n  .res-grid{\r\n    display:grid;\r\n    grid-template-columns: 1fr 420px;\r\n    gap:24px;\r\n    align-items:start;\r\n  }\r\n\r\n  \/* form card *\/\r\n  .res-card{\r\n    background:#fff;\r\n    border:1px solid #eee;\r\n    border-radius:12px;\r\n    padding:18px;\r\n    box-shadow: 0 6px 18px rgba(0,0,0,0.03);\r\n  }\r\n\r\n  .res-form label{ display:block; font-size:13px; margin-bottom:6px; color:#333; font-weight:600;}\r\n  .res-form input[type=\"text\"],\r\n  .res-form input[type=\"tel\"],\r\n  .res-form input[type=\"date\"],\r\n  .res-form select,\r\n  .res-form textarea{\r\n    width:100%;\r\n    padding:10px 12px;\r\n    border:1px solid #ddd;\r\n    border-radius:8px;\r\n    font-size:15px;\r\n    box-sizing:border-box;\r\n    margin-bottom:12px;\r\n  }\r\n  .res-form textarea{ min-height:90px; resize:vertical; }\r\n\r\n  .res-actions{\r\n    display:flex;\r\n    gap:12px;\r\n    align-items:center;\r\n    flex-wrap:wrap;\r\n    margin-top:8px;\r\n  }\r\n\r\n  .btn{\r\n    display:inline-flex;\r\n    gap:8px;\r\n    align-items:center;\r\n    padding:10px 16px;\r\n    border-radius:999px;\r\n    border:0;\r\n    cursor:pointer;\r\n    font-weight:700;\r\n    font-size:14px;\r\n  }\r\n  .btn-primary{\r\n    background:var(--brand);\r\n    color:#fff;\r\n    box-shadow: 0 6px 12px rgba(201,43,43,0.12);\r\n  }\r\n  .btn-outline{\r\n    background:transparent;\r\n    color:var(--brand-dark);\r\n    border:1px solid #eee;\r\n  }\r\n\r\n  \/* right column *\/\r\n  .res-side{ display:flex; flex-direction:column; gap:14px; }\r\n  .side-card{ background:#fff; border-radius:12px; padding:14px; border:1px solid #f1f1f1; box-shadow:0 6px 12px rgba(0,0,0,0.03); }\r\n  .contact-row{ display:flex; gap:10px; align-items:center; }\r\n  .contact-row svg{ width:20px; height:20px; opacity:0.9; }\r\n  .muted{ color:var(--muted); font-size:14px; }\r\n\r\n  \/* map *\/\r\n  .map-wrap iframe{ width:100%; height:260px; border-radius:8px; border:0; }\r\n\r\n  \/* confirmation overlay *\/\r\n  .overlay{\r\n    position:fixed; inset:0; display:none; align-items:center; justify-content:center;\r\n    background:rgba(0,0,0,0.45); z-index:9999;\r\n  }\r\n  .overlay .modal{\r\n    background:#fff; padding:20px; border-radius:12px; width:min(540px,92%); text-align:center;\r\n  }\r\n  .modal h3{ margin-top:0; color:var(--brand-dark); }\r\n  .modal p{ color:var(--muted); margin-bottom:16px; }\r\n\r\n  \/* small screens *\/\r\n  @media(max-width:900px){\r\n    .res-grid{ grid-template-columns: 1fr; }\r\n    .res-hero{ flex-direction:column; align-items:flex-start; gap:8px; }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"res-wrap\" aria-labelledby=\"res-title\">\r\n  <div class=\"res-hero\" role=\"banner\">\r\n    <div>\r\n      <h1 id=\"res-title\">\u0e08\u0e2d\u0e07\u0e42\u0e15\u0e4a\u0e30\u0e25\u0e48\u0e27\u0e07\u0e2b\u0e19\u0e49\u0e32 \u2014 Suki Inter<\/h1>\r\n      <p>\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e27\u0e31\u0e19 \u0e40\u0e27\u0e25\u0e32 \u0e41\u0e25\u0e30\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e19\u0e31\u0e48\u0e07 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07\u0e20\u0e32\u0e22\u0e43\u0e19 15 \u0e19\u0e32\u0e17\u0e35 (\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23)<\/p>\r\n    <\/div>\r\n    <div style=\"display:flex;gap:10px;align-items:center;\">\r\n      <a class=\"btn btn-primary\" href=\"tel:0994345489\" aria-label=\"\u0e42\u0e17\u0e23\u0e08\u0e2d\u0e07\u0e42\u0e15\u0e4a\u0e30\">\u0e42\u0e17\u0e23\u0e08\u0e2d\u0e07\u0e17\u0e31\u0e19\u0e17\u0e35<\/a>\r\n      <a class=\"btn btn-outline\" href=\"#\" id=\"quick-chat\">\u0e41\u0e0a\u0e17\/Line<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"res-grid\">\r\n    <!-- LEFT: FORM -->\r\n    <div class=\"res-card\">\r\n      <form id=\"resForm\" class=\"res-form\" novalidate>\r\n        <label for=\"resName\">\u0e0a\u0e37\u0e48\u0e2d-\u0e2a\u0e01\u0e38\u0e25 <span style=\"color:var(--brand)\">*<\/span><\/label>\r\n        <input id=\"resName\" name=\"name\" type=\"text\" placeholder=\"\u0e40\u0e0a\u0e48\u0e19 \u0e2a\u0e21\u0e0a\u0e32\u0e22 \u0e43\u0e08\u0e14\u0e35\" required>\r\n\r\n        <label for=\"resPhone\">\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d <span style=\"color:var(--brand)\">*<\/span><\/label>\r\n        <input id=\"resPhone\" name=\"phone\" type=\"tel\" placeholder=\"099-xxx-xxxx\" pattern=\"[0-9\\-\\s+]+\" required>\r\n\r\n        <div style=\"display:flex; gap:12px;\">\r\n          <div style=\"flex:1;\">\r\n            <label for=\"resDate\">\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 <span style=\"color:var(--brand)\">*<\/span><\/label>\r\n            <input id=\"resDate\" name=\"date\" type=\"date\" required>\r\n          <\/div>\r\n          <div style=\"width:150px;\">\r\n            <label for=\"resTime\">\u0e40\u0e27\u0e25\u0e32 <span style=\"color:var(--brand)\">*<\/span><\/label>\r\n            <select id=\"resTime\" name=\"time\" required>\r\n              <option value=\"\">\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e27\u0e25\u0e32<\/option>\r\n              <option>11:00<\/option>\r\n              <option>12:00<\/option>\r\n              <option>17:00<\/option>\r\n              <option>18:00<\/option>\r\n              <option>19:00<\/option>\r\n              <option>20:00<\/option>\r\n            <\/select>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <label for=\"resSeats\">\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e19\u0e31\u0e48\u0e07<\/label>\r\n        <select id=\"resSeats\" name=\"seats\">\r\n          <option value=\"2\">2 \u0e04\u0e19<\/option>\r\n          <option value=\"4\" selected>4 \u0e04\u0e19<\/option>\r\n          <option value=\"6\">6 \u0e04\u0e19<\/option>\r\n          <option value=\"8\">8 \u0e04\u0e19<\/option>\r\n          <option value=\"10\">10 \u0e04\u0e19<\/option>\r\n        <\/select>\r\n\r\n        <label for=\"resNote\">\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38 (\u0e40\u0e0a\u0e48\u0e19 \u0e42\u0e15\u0e4a\u0e30\u0e43\u0e01\u0e25\u0e49\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e48\u0e32\u0e07 \/ \u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e21\u0e31\u0e07\u0e2a\u0e27\u0e34\u0e23\u0e31\u0e15\u0e34)<\/label>\r\n        <textarea id=\"resNote\" name=\"note\" placeholder=\"\u0e41\u0e08\u0e49\u0e07\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e34\u0e40\u0e28\u0e29\"><\/textarea>\r\n\r\n        <div class=\"res-actions\">\r\n          <button type=\"submit\" class=\"btn btn-primary\">\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07<\/button>\r\n          <button type=\"button\" class=\"btn btn-outline\" id=\"reserve-phone\">\u0e08\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e42\u0e17\u0e23<\/button>\r\n          <span class=\"muted\">\u0e40\u0e23\u0e32\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e20\u0e32\u0e22\u0e43\u0e19 15 \u0e19\u0e32\u0e17\u0e35 (\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23)<\/span>\r\n        <\/div>\r\n      <\/form>\r\n    <\/div>\r\n\r\n    <!-- RIGHT: CONTACT + MAP -->\r\n    <aside class=\"res-side\">\r\n      <div class=\"side-card\">\r\n        <strong>\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e14\u0e48\u0e27\u0e19<\/strong>\r\n        <div style=\"height:8px;\"><\/div>\r\n        <div class=\"contact-row\">\r\n  <!-- \u0e44\u0e2d\u0e04\u0e2d\u0e19\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e43\u0e2b\u0e21\u0e48 -->\r\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 6.75C2.25 4.679 3.929 3 6 3h1.5a.75.75 0 0 1 .75.75V7.5a.75.75 0 0 1-.75.75H6a.75.75 0 0 0-.75.75v1.5a9 9 0 0 0 9 9h1.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 .75.75V18a3 3 0 0 1-3 3h-3A15.75 15.75 0 0 1 2.25 6.75z\"\/>\r\n  <\/svg>\r\n\r\n  <div>\r\n    <div><strong>099-434-5489<\/strong><\/div>\r\n    <div class=\"muted\">\u0e42\u0e17\u0e23\u0e08\u0e2d\u0e07 \/ \u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21<\/div>\r\n  <\/div>\r\n<\/div>\r\n        <div style=\"height:10px;\"><\/div>\r\n        <div class=\"contact-row\"><svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 11.5c0 5.25-9 10.5-9 10.5s-9-5.25-9-10.5a9 9 0 1 1 18 0z\" stroke=\"#000\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><\/svg><div style=\"width:100%\"><strong>\u0e2a\u0e32\u0e02\u0e32\u0e40\u0e08\u0e23\u0e34\u0e0d\u0e01\u0e23\u0e38\u0e07 19<\/strong><div class=\"muted\">\u0e40\u0e1b\u0e34\u0e14\u0e17\u0e38\u0e01\u0e27\u0e31\u0e19 10:00\u201322:00<\/div><\/div><\/div>\r\n        <div style=\"height:10px;\"><\/div>\r\n        <div style=\"display:flex; gap:8px; margin-top:8px;\">\r\n          <a class=\"btn btn-primary\" href=\"tel:0994345489\">\u0e42\u0e17\u0e23\u0e40\u0e25\u0e22<\/a>\r\n          <!-- \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19 href \u0e40\u0e1b\u0e47\u0e19 LINE official link \u0e02\u0e2d\u0e07\u0e23\u0e49\u0e32\u0e19 -->\r\n          <a class=\"btn btn-outline\" id=\"open-line\" href=\"https:\/\/lin.ee\/zxAOz7g\" target=\"_blank\" rel=\"noopener\">\u0e41\u0e0a\u0e17\/Line<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"side-card map-wrap\">\r\n        <strong>\u0e41\u0e1c\u0e19\u0e17\u0e35\u0e48 & \u0e19\u0e33\u0e17\u0e32\u0e07<\/strong>\r\n        <!-- \u0e43\u0e2a\u0e48 iframe google maps \u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e23\u0e49\u0e32\u0e19\u0e04\u0e38\u0e13\u0e41\u0e17\u0e19 src \u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07 -->\r\n        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3875.58729768369!2d100.5087032!3d13.7434182!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30e299cc65c76639%3A0x72275cf4d2fb3f2b!2sSuki%20Inter!5e0!3m2!1sth!2sth!4v1762525594413!5m2!1sth!2sth\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\r\n      <\/div>\r\n\r\n      <div class=\"side-card\">\r\n        <strong>\u0e02\u0e49\u0e2d\u0e41\u0e19\u0e30\u0e19\u0e33<\/strong>\r\n        <p class=\"muted\" style=\"margin:6px 0 0 0;\">\u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e14\u0e48\u0e27\u0e19 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e42\u0e17\u0e23 <a href=\"tel:0994345489\">099-434-5489<\/a> \u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e0a\u0e17\u0e21\u0e32\u0e17\u0e32\u0e07 LINE<\/p>\r\n      <\/div>\r\n    <\/aside>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- Confirmation overlay -->\r\n<div class=\"overlay\" id=\"resOverlay\" role=\"dialog\" aria-modal=\"true\" aria-hidden=\"true\">\r\n  <div class=\"modal\" role=\"document\">\r\n    <h3>\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e04\u0e33\u0e02\u0e2d\u0e08\u0e2d\u0e07\u0e41\u0e25\u0e49\u0e27 \ud83c\udf89<\/h3>\r\n    <p id=\"resSummary\">\u0e40\u0e23\u0e32\u0e08\u0e30\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07\u0e20\u0e32\u0e22\u0e43\u0e19 15 \u0e19\u0e32\u0e17\u0e35 (\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23)<\/p>\r\n    <div style=\"display:flex; gap:10px; justify-content:center; margin-top:10px;\">\r\n      <button class=\"btn btn-primary\" id=\"overlay-ok\">\u0e15\u0e01\u0e25\u0e07<\/button>\r\n      <a class=\"btn btn-outline\" href=\"tel:0994345489\">\u0e42\u0e17\u0e23\u0e08\u0e2d\u0e07\u0e17\u0e31\u0e19\u0e17\u0e35<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  \/\/ Quick JS: validate minimal and show overlay.\r\n  (function(){\r\n    const form = document.getElementById('resForm');\r\n    const overlay = document.getElementById('resOverlay');\r\n    const overlayOk = document.getElementById('overlay-ok');\r\n    const reservePhone = document.getElementById('reserve-phone');\r\n    const quickChat = document.getElementById('quick-chat');\r\n\r\n    \/\/ Replace this with your real LINE URL\r\n    document.getElementById('open-line').href = 'https:\/\/lin.ee\/zxAOz7g';\r\n\r\n    reservePhone.addEventListener('click', ()=> location.href='tel:0994345489');\r\n    quickChat.addEventListener('click', (e)=>{\r\n      e.preventDefault();\r\n      window.open('https:\/\/lin.ee\/zxAOz7g');\r\n    });\r\n\r\n    form.addEventListener('submit', function(e){\r\n      e.preventDefault();\r\n      \/\/ simple validation\r\n      const name = form.name.value.trim();\r\n      const phone = form.phone.value.trim();\r\n      const date = form.date.value;\r\n      const time = form.time.value;\r\n\r\n      if(!name || !phone || !date || !time){\r\n        alert('\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01 \u0e0a\u0e37\u0e48\u0e2d, \u0e40\u0e1a\u0e2d\u0e23\u0e4c, \u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 \u0e41\u0e25\u0e30\u0e40\u0e27\u0e25\u0e32 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07');\r\n        return;\r\n      }\r\n\r\n      \/\/ prepare summary text\r\n      const seats = form.seats.value || '\u0e44\u0e21\u0e48\u0e23\u0e30\u0e1a\u0e38';\r\n      const note = form.note.value.trim() || '-';\r\n      const summary = `\u0e0a\u0e37\u0e48\u0e2d: ${name}\\n\u0e40\u0e1a\u0e2d\u0e23\u0e4c: ${phone}\\n\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48: ${date} \u0e40\u0e27\u0e25\u0e32: ${time}\\n\u0e08\u0e33\u0e19\u0e27\u0e19: ${seats} \u0e04\u0e19\\n\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38: ${note}`;\r\n\r\n      document.getElementById('resSummary').innerText = '\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13:\\n' + summary;\r\n\r\n      \/\/ If you want to send data to server, uncomment and add your endpoint:\r\n      \/*\r\n      fetch('https:\/\/your-server.com\/reservations', {\r\n        method:'POST',\r\n        headers:{'Content-Type':'application\/json'},\r\n        body: JSON.stringify({\r\n          name, phone, date, time, seats, note, page: location.href\r\n        })\r\n      }).then(r=>r.json()).then(res=>{\r\n         \/\/ handle server response\r\n      }).catch(err=>console.error(err));\r\n      *\/\r\n\r\n      \/\/ show overlay\r\n      overlay.style.display = 'flex';\r\n      overlay.setAttribute('aria-hidden','false');\r\n    });\r\n\r\n    overlayOk.addEventListener('click', ()=>{\r\n      document.getElementById('resForm').reset();\r\n      document.getElementById('resSummary').innerText = '\u0e40\u0e23\u0e32\u0e08\u0e30\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e01\u0e25\u0e31\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07\u0e20\u0e32\u0e22\u0e43\u0e19 15 \u0e19\u0e32\u0e17\u0e35 (\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23)';\r\n      document.getElementById('resOverlay').style.display = 'none';\r\n      document.getElementById('resOverlay').setAttribute('aria-hidden','true');\r\n    });\r\n  })();\r\n<\/script>\r\n\r\n\t\t\t\t<\/div>\n\t\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>\u0e08\u0e2d\u0e07\u0e42\u0e15\u0e4a\u0e30\u0e25\u0e48\u0e27\u0e07\u0e2b\u0e19\u0e49\u0e32 \u2014 Suki Inter \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e27\u0e31\u0e19 \u0e40\u0e27\u0e25\u0e32 \u0e41\u0e25\u0e30\u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e19\u0e31\u0e48\u0e07 \u0e40\u0e23\u0e32\u0e08\u0e30\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07\u0e20\u0e32\u0e22\u0e43\u0e19 15 \u0e19\u0e32\u0e17\u0e35 (\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23) \u0e42\u0e17\u0e23\u0e08\u0e2d\u0e07\u0e17\u0e31\u0e19\u0e17\u0e35 \u0e41\u0e0a\u0e17\/Line \u0e0a\u0e37\u0e48\u0e2d-\u0e2a\u0e01\u0e38\u0e25 * \u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d * \u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 * \u0e40\u0e27\u0e25\u0e32 * \u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e27\u0e25\u0e3211:0012:0017:0018:0019:0020:00 \u0e08\u0e33\u0e19\u0e27\u0e19\u0e17\u0e35\u0e48\u0e19\u0e31\u0e48\u0e07 2 \u0e04\u0e194 \u0e04\u0e196 \u0e04\u0e198 \u0e04\u0e1910 \u0e04\u0e19 \u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38 (\u0e40\u0e0a\u0e48\u0e19 \u0e42\u0e15\u0e4a\u0e30\u0e43\u0e01\u0e25\u0e49\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e48\u0e32\u0e07 \/ \u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e21\u0e31\u0e07\u0e2a\u0e27\u0e34\u0e23\u0e31\u0e15\u0e34) \u0e2a\u0e48\u0e07\u0e01\u0e32\u0e23\u0e08\u0e2d\u0e07 \u0e08\u0e2d\u0e07\u0e17\u0e32\u0e07\u0e42\u0e17\u0e23 \u0e40\u0e23\u0e32\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e20\u0e32\u0e22\u0e43\u0e19 15 \u0e19\u0e32\u0e17\u0e35 (\u0e40\u0e27\u0e25\u0e32\u0e17\u0e33\u0e01\u0e32\u0e23) \u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e14\u0e48\u0e27\u0e19 099-434-5489 \u0e42\u0e17\u0e23\u0e08\u0e2d\u0e07 \/ \u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21 \u0e2a\u0e32\u0e02\u0e32\u0e40\u0e08\u0e23\u0e34\u0e0d\u0e01\u0e23\u0e38\u0e07 19\u0e40\u0e1b\u0e34\u0e14\u0e17\u0e38\u0e01\u0e27\u0e31\u0e19 10:00\u201322:00 \u0e42\u0e17\u0e23\u0e40\u0e25\u0e22 \u0e41\u0e0a\u0e17\/Line \u0e41\u0e1c\u0e19\u0e17\u0e35\u0e48 &#038; \u0e19\u0e33\u0e17\u0e32\u0e07 \u0e02\u0e49\u0e2d\u0e41\u0e19\u0e30\u0e19\u0e33 \u0e2b\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e14\u0e48\u0e27\u0e19 [&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-559","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/pages\/559","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/comments?post=559"}],"version-history":[{"count":16,"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/pages\/559\/revisions"}],"predecessor-version":[{"id":580,"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/pages\/559\/revisions\/580"}],"wp:attachment":[{"href":"https:\/\/sukiinter.com\/index.php\/wp-json\/wp\/v2\/media?parent=559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}