{"id":28,"date":"2026-03-27T02:43:05","date_gmt":"2026-03-27T02:43:05","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/MHG\/xenhotelnakhonpathom\/contact-us\/"},"modified":"2026-07-23T02:35:01","modified_gmt":"2026-07-23T02:35:01","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"28\" class=\"elementor elementor-28\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-312e2b64 e-con-full e-flex e-con e-parent\" data-id=\"312e2b64\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b5b8510 elementor-widget elementor-widget-html\" data-id=\"4b5b8510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"th\">\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <link rel=\"icon\" href=\"data:,\">\n  <title>Contact Us - Xen Hotel Nakhon Pathom<\/title>\n  <!-- Font Awesome for Icons -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n  <!-- Google Fonts: Kanit for Thai text -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Kanit:wght@200;300;400;500;600&display=swap\" rel=\"stylesheet\">\n  <!-- Core Xen Styles -->\n  <style>\n    \/* ==========================================================================\n           1. CORE VARIABLES & SETUP\n           ========================================================================== *\/\n    :root {\n      --xen-primary: #2860a3;\n      \/* Xen Blue *\/\n      --xen-primary-dark: #1e4575;\n      \/* Xen Blue Hover *\/\n      --xen-secondary: #f4f6f8;\n      \/* Light Gray Background *\/\n      --xen-text-dark: #333333;\n      \/* Dark Text *\/\n      --xen-text-light: #666666;\n      \/* Light Text *\/\n      --xen-white: #ffffff;\n      --xen-border: #e0e0e0;\n      \/* Border Color *\/\n\n      --font-primary: 'Kanit', sans-serif;\n\n      --max-width: 1200px;\n      --max-width-narrow: 1000px;\n      --border-radius: 4px;\n      --box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);\n      --transition: all 0.3s ease;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: var(--font-primary);\n      color: var(--xen-text-dark);\n      line-height: 1.6;\n      background-color: var(--xen-secondary);\n    }\n\n    h1,\n    h2,\n    h3,\n    h4,\n    h5,\n    h6 {\n      color: var(--xen-text-dark);\n      font-weight: 400;\n      margin-top: 0;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    a {\n      color: var(--xen-primary);\n      text-decoration: none;\n      transition: var(--transition);\n    }\n\n    a:hover {\n      color: var(--xen-primary-dark);\n    }\n\n    \/* ==========================================================================\n           2. NAMESPACE WRAPPER\n           ========================================================================== *\/\n    .xen-widget {\n      \/* Ensures styles are contained when embedded in Elementor *\/\n      width: 100%;\n    }\n\n    \/* ==========================================================================\n           3. HERO SECTION\n           ========================================================================== *\/\n    .xen-hero {\n      position: relative;\n      height: 400px;\n      background-color: #000;\n      overflow: hidden;\n      display: flex;\n      align-items: flex-end;\n      \/* Align to bottom like homepage *\/\n    }\n\n    .xen-hero::after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      height: 60%;\n      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);\n      z-index: 1;\n    }\n\n    .xen-image-bg {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background-image: url('https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2022\/03\/Exterior_1.jpg');\n      background-size: cover;\n      background-position: center;\n      opacity: 0.8;\n      transition: transform 5s ease;\n    }\n\n    .xen-hero:hover .xen-image-bg {\n      transform: scale(1.05);\n    }\n\n    .xen-hero-content {\n      position: relative;\n      z-index: 2;\n      width: 100%;\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 0 20px 40px 20px;\n    }\n\n    .xen-hero-subtitle {\n      font-size: 14px;\n      color: var(--xen-white);\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      margin-bottom: 5px;\n      font-weight: 300;\n      opacity: 0.9;\n    }\n\n    .xen-hero-title {\n      font-size: 42px;\n      color: var(--xen-white);\n      font-weight: 400;\n      letter-spacing: 1px;\n      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n      margin: 0;\n    }\n\n    \/* ==========================================================================\n           4. MAIN CONTENT AREA\n           ========================================================================== *\/\n    .xen-container {\n      max-width: var(--max-width);\n      margin: 60px auto;\n      padding: 0 20px;\n      background-color: #ffffff;\n      border-radius: var(--border-radius);\n      box-shadow: var(--box-shadow);\n      overflow: hidden;\n    }\n\n    .xen-section-padding {\n      padding: 60px 40px;\n    }\n\n    .xen-section-title {\n      font-size: 28px;\n      color: var(--xen-primary);\n      margin-bottom: 30px;\n      text-align: center;\n      font-weight: 500;\n    }\n\n    .xen-section-title::after {\n      content: '';\n      display: block;\n      width: 60px;\n      height: 2px;\n      background-color: var(--xen-primary);\n      margin: 15px auto 0;\n    }\n\n    \/* ==========================================================================\n           5. CONTACT LAYOUT\n           ========================================================================== *\/\n    .xen-contact-wrapper {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 50px;\n      margin-bottom: 60px;\n    }\n\n    .xen-contact-info h3 {\n      font-size: 22px;\n      margin-bottom: 25px;\n      color: var(--xen-primary);\n    }\n\n    .xen-contact-info ul {\n      list-style: none;\n      padding: 0;\n    }\n\n    .xen-contact-info li {\n      position: relative;\n      padding-left: 45px;\n      margin-bottom: 25px;\n      font-weight: 300;\n      font-size: 16px;\n      line-height: 1.5;\n    }\n\n    .xen-contact-info li i {\n      position: absolute;\n      left: 0;\n      top: 2px;\n      color: var(--xen-white);\n      background-color: var(--xen-primary);\n      width: 30px;\n      height: 30px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 14px;\n    }\n\n    .xen-contact-info li a {\n      font-weight: 400;\n      overflow-wrap: anywhere;\n    }\n\n    .xen-contact-info li a:focus-visible {\n      border-radius: 2px;\n      outline: 2px solid rgba(40, 96, 163, 0.35);\n      outline-offset: 4px;\n    }\n\n    \/* ==========================================================================\n           5.1 ABOUT\n           ========================================================================== *\/\n    .xen-about {\n      margin-top: 60px;\n      padding: 48px 52px;\n      border-top: 1px solid var(--xen-border);\n      background: var(--xen-secondary);\n      text-align: center;\n    }\n\n    .xen-about .xen-section-title {\n      margin-bottom: 24px;\n    }\n\n    .xen-about p {\n      max-width: 920px;\n      margin: 0 auto;\n      color: var(--xen-text-light);\n      font-size: 16px;\n      font-weight: 300;\n      line-height: 1.85;\n    }\n\n    \/* ==========================================================================\n           6. FORM STYLING\n           ========================================================================== *\/\n    .xen-contact-form {\n      background-color: var(--xen-secondary);\n      padding: 30px;\n      border-radius: var(--border-radius);\n    }\n\n    .xen-contact-form h3 {\n      font-size: 22px;\n      margin-bottom: 20px;\n    }\n\n    .xen-form-group {\n      margin-bottom: 20px;\n    }\n\n    .xen-form-control {\n      width: 100%;\n      padding: 12px 15px;\n      border: 1px solid var(--xen-border);\n      border-radius: 4px;\n      font-family: inherit;\n      font-size: 15px;\n      font-weight: 300;\n      background-color: var(--xen-white);\n      transition: var(--transition);\n    }\n\n    .xen-form-control:focus {\n      outline: none;\n      border-color: var(--xen-primary);\n      box-shadow: 0 0 0 2px rgba(40, 96, 163, 0.1);\n    }\n\n    textarea.xen-form-control {\n      resize: vertical;\n      min-height: 120px;\n    }\n\n    .xen-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 12px 30px;\n      background-color: var(--xen-primary);\n      color: var(--xen-white);\n      text-decoration: none;\n      font-weight: 400;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      font-size: 14px;\n      border-radius: 4px;\n      transition: var(--transition);\n      border: none;\n      cursor: pointer;\n      width: 100%;\n    }\n\n    .xen-btn:hover {\n      background-color: var(--xen-primary-dark);\n      color: var(--xen-white);\n      transform: translateY(-2px);\n      box-shadow: 0 4px 10px rgba(40, 96, 163, 0.3);\n    }\n\n    \/* ==========================================================================\n           7. MAP\n           ========================================================================== *\/\n    .xen-map iframe {\n      width: 100%;\n      height: 400px;\n      border-radius: var(--border-radius);\n      border: none;\n      background-color: #f1f1f1;\n      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* ==========================================================================\n           8. ATTRACTIONS GRID\n           ========================================================================== *\/\n    .xen-attractions-section {\n      background-color: var(--xen-secondary);\n      padding: 60px 0;\n      margin-top: 60px;\n    }\n\n    .xen-attractions-container {\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .xen-attractions-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 30px;\n      margin-top: 40px;\n    }\n\n    .xen-attraction-card {\n      background: #fff;\n      border-radius: var(--border-radius);\n      overflow: hidden;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n      transition: transform 0.3s ease;\n    }\n\n    .xen-attraction-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n    }\n\n    .xen-attraction-img {\n      width: 100%;\n      height: 200px;\n      object-fit: cover;\n    }\n\n    .xen-attraction-content {\n      padding: 20px;\n    }\n\n    .xen-attraction-title {\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--xen-text-dark);\n      margin-bottom: 15px;\n      line-height: 1.3;\n    }\n\n    .xen-attraction-meta {\n      font-size: 14px;\n      color: var(--xen-text-light);\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .xen-attraction-item {\n      display: flex;\n      align-items: center;\n    }\n\n    .xen-attraction-item i {\n      color: var(--xen-primary);\n      width: 20px;\n      margin-right: 5px;\n    }\n\n    \/* ==========================================================================\n           9. RESPONSIVE DESIGN\n           ========================================================================== *\/\n    @media (max-width: 991px) {\n      .xen-hero {\n        height: 350px;\n      }\n\n      .xen-hero-title {\n        font-size: 36px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .xen-contact-wrapper {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      .xen-section-padding {\n        padding: 40px 20px;\n      }\n\n      .xen-about {\n        padding: 38px 24px;\n      }\n\n      .xen-hero {\n        height: 300px;\n      }\n\n      .xen-hero-title {\n        font-size: 32px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <div class=\"xen-widget\">\n\n    <!-- Hero Section -->\n    <section class=\"xen-hero\" aria-label=\"Contact Xen Hotel Nakhon Pathom\">\n      <div class=\"xen-image-bg\"><\/div>\n      <div class=\"xen-hero-content\">\n        <div class=\"xen-hero-subtitle\">Get in Touch<\/div>\n        <h1 class=\"xen-hero-title\">\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32<\/h1>\n      <\/div>\n    <\/section>\n\n    <!-- Main Content Area -->\n    <main class=\"xen-container\">\n      <div class=\"xen-section-padding\">\n\n        <div class=\"xen-contact-wrapper\">\n          <!-- Address & Info -->\n          <div class=\"xen-contact-info\">\n            <h3>\u0e42\u0e23\u0e07\u0e41\u0e23\u0e21 \u0e40\u0e0b\u0e47\u0e19 \u0e19\u0e04\u0e23\u0e1b\u0e10\u0e21<\/h3>\n            <ul>\n              <li>\n                <i class=\"fas fa-map-marker-alt\"><\/i>\n                528\/330 \u0e16\u0e19\u0e19\u0e23\u0e32\u0e0a\u0e21\u0e23\u0e23\u0e04\u0e32 \u0e15\u0e33\u0e1a\u0e25\u0e2a\u0e19\u0e32\u0e21\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c \u0e2d\u0e33\u0e40\u0e20\u0e2d\u0e40\u0e21\u0e37\u0e2d\u0e07 \u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14\u0e19\u0e04\u0e23\u0e1b\u0e10\u0e21 73000\n              <\/li>\n              <li>\n                <i class=\"fas fa-phone-alt\"><\/i>\n                +66 (0) 34 900 500\n              <\/li>\n              <li>\n                <i class=\"fas fa-fax\"><\/i>\n                +66 (0) 34 900 505\n              <\/li>\n              <li>\n                <i class=\"fas fa-envelope\"><\/i>\n                <a href=\"mailto:rsvn_xhnp@mhg.co.th\">rsvn_xhnp@mhg.co.th<\/a>\n              <\/li>\n              <li>\n                <i class=\"fab fa-facebook-f\"><\/i>\n                <a href=\"https:\/\/www.facebook.com\/XenHotelNakhonPathom\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook: Xen Hotel Nakhon Pathom<\/a>\n              <\/li>\n              <li>\n                <i class=\"fab fa-line\"><\/i>\n                <a href=\"https:\/\/lin.ee\/ODCYs2S\" target=\"_blank\" rel=\"noopener noreferrer\">LINE Official Account<\/a>\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <!-- Contact Form -->\n          <div class=\"xen-contact-form\">\n            <h3>\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e32\u0e40\u0e23\u0e32<\/h3>\n            <form action=\"#\" method=\"post\">\n              <div class=\"xen-form-group\">\n                <input type=\"text\" name=\"name\" class=\"xen-form-control\" placeholder=\"\u0e0a\u0e37\u0e48\u0e2d (Name)\" required>\n              <\/div>\n              <div class=\"xen-form-group\">\n                <input type=\"email\" name=\"email\" class=\"xen-form-control\" placeholder=\"\u0e2d\u0e35\u0e40\u0e21\u0e25 (Email)\" required>\n              <\/div>\n              <div class=\"xen-form-group\">\n                <input type=\"tel\" name=\"phone\" class=\"xen-form-control\" placeholder=\"\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c (Phone)\" required\n                  pattern=\"[0-9()#\\&\\+*\\-\\=\\.]+\">\n              <\/div>\n              <div class=\"xen-form-group\">\n                <textarea name=\"message\" class=\"xen-form-control\" placeholder=\"\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21 (Message)\"><\/textarea>\n              <\/div>\n              <button class=\"xen-btn\" type=\"submit\">Send<\/button>\n            <\/form>\n          <\/div>\n        <\/div>\n\n        <!-- Map View -->\n        <h2 class=\"xen-section-title\">\u0e41\u0e1c\u0e19\u0e17\u0e35\u0e48\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07 (Google Map)<\/h2>\n        <div class=\"xen-map\">\n          <iframe\n            src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d15497.80099088587!2d100.054363!3d13.811981!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x6bda4ad52c3351c8!2sXen%20Hotel%20Nakhon%20Pathom!5e0!3m2!1sen!2sus!4v1648450933607!5m2!1sen!2sus\"\n            allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n        <\/div>\n\n        <section class=\"xen-about\" aria-labelledby=\"xen-about-title\">\n          <h2 class=\"xen-section-title\" id=\"xen-about-title\">ABOUT<\/h2>\n          <p>\n            Located in the heart of Nakhon Pathom, Mida Grande Hotel Dhavaravati blends contemporary design with inspiration from the historic Dvaravati art era. The hotel is an ideal choice for both business and leisure travelers, and stands as one of the largest event and conference venues in the city. Guestrooms feature scenic views across Nakhon Pathom, including relaxing pool view options designed for comfort and convenience. The hotel\u2019s Sky Bar offers a unique mix of indoor seating and rooftop alfresco space, where guests can enjoy panoramic 360-degree city views and a vibrant evening atmosphere. The hotel is conveniently located near some of the city\u2019s most well-known attractions, including Wat Phra Pathom Chedi, Sanam Chandra Palace, Thai Human Imagery Museum, and Silpakorn University. Guests can also explore local experiences such as Don Wai Floating Market and the nearby crocodile farm, making the hotel a convenient base for sightseeing and cultural excursions.\n          <\/p>\n        <\/section>\n\n      <\/div>\n    <\/main>\n\n    <!-- Attractions Area -->\n    <section class=\"xen-attractions-section\">\n      <div class=\"xen-attractions-container\">\n        <h2 class=\"xen-section-title\">\u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e43\u0e01\u0e25\u0e49\u0e40\u0e04\u0e35\u0e22\u0e07<\/h2>\n\n        <div class=\"xen-attractions-grid\">\n\n          <!-- Item 1 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/3.jpg\" class=\"xen-attraction-img\"\n              alt=\"Sanam Chandra Palace\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Sanam Chandra Palace<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 1.5 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 5 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 2 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/1.jpg\" class=\"xen-attraction-img\"\n              alt=\"Phra Ruang Rojanarit\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">\u0e2d\u0e07\u0e04\u0e4c\u0e1e\u0e23\u0e30\u0e23\u0e48\u0e27\u0e07\u0e42\u0e23\u0e08\u0e19\u0e24\u0e17\u0e18\u0e34\u0e4c<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 2.3 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 5 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 3 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/8.jpg\" class=\"xen-attraction-img\"\n              alt=\"Phra Pathom Chedi\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Phra Pathom Chedi<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 2.3 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 5 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 4 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/10.jpg\"\n              class=\"xen-attraction-img\" alt=\"White sand beach\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">White sand beach<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 11.7 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 15 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 5 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2024\/08\/Thai-Human-Imagery-Museum.jpg\"\n              class=\"xen-attraction-img\" alt=\"Thai Human Imagery Museum\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Thai Human Imagery Museum<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 19.5 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 20 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 6 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/4.jpg\" class=\"xen-attraction-img\"\n              alt=\"Jesada Technik Museum\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Jesada Technik Museum<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 20 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 23 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 7 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/2.jpg\" class=\"xen-attraction-img\"\n              alt=\"Samphran Elephant Ground And Zoo\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Samphran Elephant Ground And Zoo<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 28.7 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 30 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 8 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/5.jpg\" class=\"xen-attraction-img\"\n              alt=\"Wat Don Wai Floating Market\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Wat Don Wai Floating Market<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 30 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 32 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Item 9 -->\n          <div class=\"xen-attraction-card\">\n            <img decoding=\"async\" src=\"https:\/\/www.xenhotel-nakhonpathom.com\/wp-content\/uploads\/2020\/08\/7.jpg\" class=\"xen-attraction-img\"\n              alt=\"Buddha Monthon\">\n            <div class=\"xen-attraction-content\">\n              <div class=\"xen-attraction-title\">Buddha Monthon<\/div>\n              <div class=\"xen-attraction-meta\">\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-map-marker-alt\"><\/i> \u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07: 35.8 km<\/div>\n                <div class=\"xen-attraction-item\"><i class=\"fas fa-car\"><\/i> \u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07: 40 \u0e19\u0e32\u0e17\u0e35<\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/section>\n  <\/div>\n\n<\/body>\n\n<\/html>\n\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>Contact Us &#8211; Xen Hotel Nakhon Pathom Get in Touch \u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e23\u0e32 \u0e42\u0e23\u0e07\u0e41\u0e23\u0e21 \u0e40\u0e0b\u0e47\u0e19 \u0e19\u0e04\u0e23\u0e1b\u0e10\u0e21 528\/330 \u0e16\u0e19\u0e19\u0e23\u0e32\u0e0a\u0e21\u0e23\u0e23\u0e04\u0e32 \u0e15\u0e33\u0e1a\u0e25\u0e2a\u0e19\u0e32\u0e21\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c \u0e2d\u0e33\u0e40\u0e20\u0e2d\u0e40\u0e21\u0e37\u0e2d\u0e07 \u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14\u0e19\u0e04\u0e23\u0e1b\u0e10\u0e21 73000 +66 (0) 34 900 500 +66 (0) 34 900 505 rsvn_xhnp@mhg.co.th Facebook: Xen Hotel Nakhon Pathom LINE Official Account \u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e32\u0e40\u0e23\u0e32 Send \u0e41\u0e1c\u0e19\u0e17\u0e35\u0e48\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07 (Google Map) ABOUT Located in the heart of Nakhon Pathom, Mida Grande Hotel [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":10,"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":221,"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/pages\/28\/revisions\/221"}],"wp:attachment":[{"href":"https:\/\/mhg.co.th\/xenhotelnakhonpathom\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}