{"id":296,"date":"2026-01-30T08:49:16","date_gmt":"2026-01-30T08:49:16","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/luciuscl\/?page_id=296"},"modified":"2026-02-02T19:18:40","modified_gmt":"2026-02-02T19:18:40","slug":"services","status":"publish","type":"page","link":"https:\/\/clouddemo.nc.co.th\/luciuscl\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"296\" class=\"elementor elementor-296\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c780d67 e-flex e-con-boxed e-con e-parent\" data-id=\"c780d67\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d698043 e-con-full e-flex e-con e-parent\" data-id=\"d698043\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e83395 elementor-widget elementor-widget-html\" data-id=\"9e83395\" data-element_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  <title>\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32 - Lucius Clinic<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Prompt:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n  <style>\n    \/* --- COPY OF GLOBAL STYLES FROM header.html & home.html --- *\/\n    :root {\n      --h-primary: #1e293b;\n      --h-gold: #c5a059;\n      --h-gold-hover: #b08d4b;\n      --h-white: #ffffff;\n      --h-text: #333333;\n      --h-gray-bg: #f8f9fa;\n      --nav-height: 75px;\n      --top-bar-height: 40px;\n\n      --c-dark-bg: #0f172a;\n      --c-dark-card: #1e293b;\n      --c-light-bg: #f8fafc;\n      --c-light-card: #ffffff;\n      --c-gold: #c5a059;\n      --c-gold-glow: rgba(197, 160, 89, 0.2);\n      --c-text-dark: #334155;\n      --c-text-light: #f1f5f9;\n      --c-text-muted: #94a3b8;\n    }\n\n    body {\n      margin: 0;\n      padding-top: var(--nav-height);\n      font-family: 'Prompt', sans-serif;\n      background-color: var(--c-light-bg);\n      color: var(--c-text-dark);\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    \/* HEADER STYLES (Copied and adapted) *\/\n    #lucius-custom-header {\n      font-family: 'Prompt', sans-serif;\n      width: 100%;\n      position: fixed;\n      top: 0;\n      left: 0;\n      z-index: 9999;\n      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);\n    }\n\n    .lucius-top-bar {\n      background-color: var(--h-primary);\n      color: rgba(255, 255, 255, 0.9);\n      height: var(--top-bar-height);\n      display: flex;\n      align-items: center;\n      font-size: 13px;\n    }\n\n    .lucius-inner {\n      width: 100%;\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 20px;\n      display: flex;\n      justify-content: space-between;\n    }\n\n    .lucius-info span {\n      margin-right: 15px;\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    .lucius-info i {\n      color: var(--h-gold);\n    }\n\n    .lucius-navbar {\n      background-color: rgba(255, 255, 255, 0.98);\n      height: var(--nav-height);\n      border-bottom: 1px solid #f0f0f0;\n      position: relative;\n    }\n\n    .lucius-nav-content {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 20px;\n      height: 100%;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .lucius-logo img {\n      height: 50px;\n      width: auto;\n      display: block;\n    }\n\n    .lucius-menu {\n      display: flex;\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      gap: 20px;\n      height: 100%;\n      align-items: center;\n    }\n\n    .lucius-menu>li {\n      height: 100%;\n      display: flex;\n      align-items: center;\n      position: relative;\n    }\n\n    .lucius-menu>li>a {\n      text-decoration: none !important;\n      color: var(--h-text);\n      font-weight: 500;\n      font-size: 15px;\n      padding: 5px 0;\n      transition: 0.3s;\n    }\n\n    .lucius-menu>li>a:hover {\n      color: var(--h-gold);\n    }\n\n    .lucius-dropdown {\n      display: none;\n      position: absolute;\n      top: 100%;\n      left: -20px;\n      background: #fff;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n      min-width: 240px;\n      padding: 10px 0;\n      border-radius: 0 0 8px 8px;\n      border-top: 3px solid var(--h-gold);\n      list-style: none;\n      animation: fadeIn 0.2s ease;\n    }\n\n    .lucius-menu li:hover .lucius-dropdown {\n      display: block;\n    }\n\n    .lucius-dropdown a {\n      display: block;\n      padding: 10px 20px;\n      color: var(--h-text);\n      text-decoration: none !important;\n      border-bottom: 1px solid #f9f9f9;\n    }\n\n    .lucius-dropdown a:hover {\n      background: #fafafa;\n      color: var(--h-gold);\n      padding-left: 25px;\n    }\n\n    \/* HEADER ACTIONS *\/\n    .header-actions {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .btn-action {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n      padding: 0 16px;\n      height: 38px;\n      border-radius: 50px;\n      color: #fff !important;\n      text-decoration: none !important;\n      font-weight: 500;\n      font-size: 14px;\n      transition: all 0.3s ease;\n      border: none;\n      cursor: pointer;\n    }\n\n    .btn-fb {\n      background-color: #1877f2;\n    }\n\n    .btn-line {\n      background-color: #06c755;\n    }\n\n    .btn-phone-circle {\n      width: 38px;\n      padding: 0;\n      border-radius: 50%;\n      background: linear-gradient(135deg, #60a5fa, #3b82f6);\n    }\n\n    \/* SERVICES PAGE SPECIFIC STYLES *\/\n    .page-header {\n      background-color: var(--c-dark-bg);\n      padding: 80px 0 60px;\n      text-align: center;\n      color: white;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .page-header::after {\n      content: '';\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 600px;\n      height: 600px;\n      background: var(--c-gold);\n      filter: blur(200px);\n      opacity: 0.15;\n      border-radius: 50%;\n      pointer-events: none;\n    }\n\n    .page-title {\n      font-size: 2.5rem;\n      margin-bottom: 15px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .page-desc {\n      color: var(--c-text-muted);\n      max-width: 700px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 2;\n    }\n\n    .services-container {\n      padding: 10px;\n      margin: 60px auto 100px;\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 30px;\n    }\n\n    .service-card-new {\n      background: white;\n      border-radius: 15px;\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n      transition: 0.3s;\n      display: flex;\n      flex-direction: column;\n      border: 1px solid #eee;\n    }\n\n    .service-card-new:hover {\n      transform: translateY(-10px);\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n      border-color: var(--c-gold);\n    }\n\n    .sc-img-box {\n      height: 250px;\n      overflow: hidden;\n      position: relative;\n    }\n\n    .sc-img-box img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      transition: 0.5s;\n    }\n\n    .service-card-new:hover .sc-img-box img {\n      transform: scale(1.1);\n    }\n\n    .sc-content {\n      padding: 25px;\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .sc-title {\n      font-size: 1.25rem;\n      color: var(--c-dark-bg);\n      margin-bottom: 10px;\n      font-weight: 600;\n    }\n\n    .sc-desc {\n      color: #666;\n      font-size: 0.95rem;\n      margin-bottom: 20px;\n      flex: 1;\n      line-height: 1.6;\n      display: -webkit-box;\n      -webkit-line-clamp: 3;\n      line-clamp: 3;\n      -webkit-box-orient: vertical;\n      overflow: hidden;\n    }\n\n    .sc-btn {\n      align-self: flex-start;\n      color: var(--c-gold);\n      font-weight: 500;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 5px;\n      transition: 0.2s;\n    }\n\n    .sc-btn:hover {\n      gap: 10px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n      .lucius-top-bar {\n        display: none;\n      }\n\n      .lucius-menu,\n      .header-actions.desktop-only {\n        display: none;\n      }\n\n      .lucius-hamburger {\n        display: flex;\n        width: 40px;\n        height: 40px;\n        align-items: center;\n        justify-content: center;\n        font-size: 24px;\n        cursor: pointer;\n      }\n\n      \/* Adjust Logo - Centered *\/\n      .lucius-logo img {\n        height: 40px;\n      }\n\n      .lucius-logo {\n        position: absolute;\n        left: 50%;\n        transform: translateX(-50%);\n      }\n\n      .lucius-nav-content {\n        padding: 0 15px;\n        position: relative;\n        justify-content: flex-end;\n      }\n\n      .lucius-mobile-menu {\n        display: block;\n        position: fixed;\n        top: 75px;\n        left: 0;\n        width: 100%;\n        height: calc(100vh - 75px);\n        background: white;\n        z-index: 998;\n        transform: translateX(100%);\n        transition: 0.3s;\n        overflow-y: auto;\n        padding-bottom: 50px;\n      }\n\n      .lucius-mobile-menu.active {\n        transform: translateX(0);\n      }\n\n      .lucius-mobile-menu a {\n        display: block;\n        padding: 15px 20px;\n        border-bottom: 1px solid #f0f0f0;\n        color: #333;\n        text-decoration: none;\n        font-size: 16px;\n      }\n    }\n\n    @keyframes fadeIn {\n      from {\n        opacity: 0;\n        transform: translateY(10px);\n      }\n\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n  <div style=\"text-align: center; margin-top: 20px; text-transform: uppercase;\">\n    <h1>Our Services<\/h1>\n  <\/div>\n  <!-- SERVICES GRID -->\n  <section class=\"services-container\">\n\n    <!-- Ulthera -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_6.jpg\"\n          alt=\"Ulthera Prime\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Ulthera Prime<\/h3>\n        <p class=\"sc-desc\">\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0e14\u0e49\u0e27\u0e22\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e43\u0e2b\u0e21\u0e48\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19\u0e41\u0e25\u0e30\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e01\u0e27\u0e48\u0e32\u0e17\u0e35\u0e48\u0e40\u0e04\u0e22<\/p>\n        <a href=\"ulthera-prime\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Endolift X -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_93.jpg\"\n          alt=\"EndoliftX\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">EndoliftX\u00ae<\/h3>\n        <p class=\"sc-desc\">\u0e19\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e41\u0e25\u0e30\u0e2a\u0e25\u0e32\u0e22\u0e44\u0e02\u0e21\u0e31\u0e19 \u0e41\u0e1a\u0e1a\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e1c\u0e48\u0e32\u0e15\u0e31\u0e14 \u0e43\u0e0a\u0e49 \u0e40\u0e2a\u0e49\u0e19\u0e43\u0e22\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01\u0e1e\u0e34\u0e40\u0e28\u0e29\n          \u0e2a\u0e2d\u0e14\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e15\u0e49\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e48\u0e07\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19\u0e01\u0e23\u0e30\u0e15\u0e38\u0e49\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e25\u0e25\u0e32\u0e40\u0e08\u0e19\u0e41\u0e25\u0e30\u0e2a\u0e25\u0e32\u0e22\u0e44\u0e02\u0e21\u0e31\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e01\u0e34\u0e19<\/p>\n        <a href=\"endoliftx\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Sunny -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_42.jpg\"\n          alt=\"Sunny Program\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Sunny\u2122 Program<\/h3>\n        <p class=\"sc-desc\"> \u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19\u0e04\u0e25\u0e37\u0e48\u0e19\u0e27\u0e34\u0e17\u0e22\u0e38 (RadioFrequency, RF)\n          \u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e19\u0e35\u0e22\u0e19 \u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a \u0e41\u0e25\u0e30\u0e14\u0e39\u0e2d\u0e48\u0e2d\u0e19\u0e40\u0e22\u0e32\u0e27\u0e4c\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e18\u0e23\u0e23\u0e21\u0e0a\u0e32\u0e15\u0e34<\/p>\n        <a href=\"sunny\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Filler -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_97.jpg\"\n          alt=\"Filler\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Filler Program<\/h3>\n        <p class=\"sc-desc\">\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 Filler (\u0e2a\u0e32\u0e23\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21) \u0e04\u0e37\u0e2d \u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e09\u0e35\u0e14\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e19\u0e0a\u0e31\u0e49\u0e19\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e43\u0e15\u0e49\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07\n          \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13\u0e17\u0e35\u0e48\u0e02\u0e32\u0e14\u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e22\u0e48\u0e2d\u0e19\u0e04\u0e25\u0e49\u0e2d\u0e22 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e39\u0e2d\u0e34\u0e48\u0e21\u0e1f\u0e39\u0e41\u0e25\u0e30\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19 \u0e1b\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32\u0e43\u0e2b\u0e49\u0e2a\u0e21\u0e2a\u0e48\u0e27\u0e19\u0e41\u0e25\u0e30\u0e14\u0e39\u0e2d\u0e48\u0e2d\u0e19\u0e40\u0e22\u0e32\u0e27\u0e4c\n        <\/p>\n        <a href=\"filler\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Botox -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_39.jpg\"\n          alt=\"Botox\" style=\"object-position: top;\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Botox Program<\/h3>\n        <p class=\"sc-desc\"> \u0e01\u0e32\u0e23\u0e09\u0e35\u0e14\u0e2a\u0e32\u0e23\u0e42\u0e1a\u0e17\u0e39\u0e25\u0e34\u0e19\u0e31\u0e21\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e34\u0e19 \u0e40\u0e2d (Botulinum Toxin Type A)\n          \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e42\u0e1b\u0e23\u0e15\u0e35\u0e19\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e01\u0e31\u0e14\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e15\u0e32\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c<\/p>\n        <a href=\"botox\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- PICO Laser -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_4.jpg\"\n          alt=\"Picosecond Laser\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">PICO Laser<\/h3>\n        <p class=\"sc-desc\">\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e23\u0e38\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48\u0e17\u0e35\u0e48\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e02\u0e36\u0e49\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e2d\u0e1a\u0e42\u0e08\u0e17\u0e22\u0e4c\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\n          \u0e42\u0e14\u0e22\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19\u0e41\u0e2a\u0e07\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e23\u0e30\u0e14\u0e31\u0e1a Picosecond (\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e25\u0e49\u0e32\u0e19\u0e25\u0e49\u0e32\u0e19\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35) \u0e0a\u0e48\u0e27\u0e22\u0e2a\u0e25\u0e32\u0e22\u0e40\u0e21\u0e47\u0e14\u0e2a\u0e35\u0e1c\u0e34\u0e27\u0e17\u0e35\u0e48\u0e1c\u0e34\u0e14\u0e1b\u0e01\u0e15\u0e34\n          \u0e41\u0e25\u0e30\u0e01\u0e23\u0e30\u0e15\u0e38\u0e49\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e25\u0e25\u0e32\u0e40\u0e08\u0e19\u0e43\u0e15\u0e49\u0e1c\u0e34\u0e27\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e \u0e42\u0e14\u0e22\u0e41\u0e17\u0e1a\u0e44\u0e21\u0e48\u0e01\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e23\u0e49\u0e2d\u0e19\u0e2a\u0e30\u0e2a\u0e21<\/p>\n        <a href=\"pico-laser\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- CO2 Laser -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_18.jpg\"\n          alt=\"CO2 Laser\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">CO\u2082 Laser<\/h3>\n        <p class=\"sc-desc\">\u0e01\u0e33\u0e08\u0e31\u0e14\u0e15\u0e34\u0e48\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d \u0e44\u0e1d \u0e41\u0e25\u0e30\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e08\u0e38\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/p>\n        <a href=\"co2-laser\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Treatment -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_56.jpg\"\n          alt=\"Facial Treatment\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Treatment<\/h3>\n        <p class=\"sc-desc\">\u0e14\u0e39\u0e41\u0e25\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e1a\u0e1a\u0e04\u0e23\u0e1a\u0e27\u0e07\u0e08\u0e23 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e17\u0e35\u0e48\u0e41\u0e15\u0e01\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e1a\u0e38\u0e04\u0e04\u0e25\n          \u0e17\u0e38\u0e01\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1e\u0e34\u0e16\u0e35\u0e1e\u0e34\u0e16\u0e31\u0e19\n          \u0e1c\u0e48\u0e2d\u0e19\u0e04\u0e25\u0e32\u0e22\u0e2a\u0e1a\u0e32\u0e22\u0e1c\u0e34\u0e27<\/p>\n        <a href=\"treatment\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Ejal40 VS Profhilo -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_86.jpg\"\n          alt=\"Skin Booster\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Profhilo<\/h3>\n        <p class=\"sc-desc\">\u0e1b\u0e23\u0e31\u0e1a\u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1c\u0e34\u0e27 (Bio-Remodeling) \u0e01\u0e23\u0e30\u0e15\u0e38\u0e49\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e25\u0e25\u0e32\u0e40\u0e08\u0e19\u0e41\u0e25\u0e30\u0e2d\u0e35\u0e25\u0e32\u0e2a\u0e15\u0e34\u0e19\u0e08\u0e32\u0e01\u0e20\u0e32\u0e22\u0e43\u0e19 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e1c\u0e34\u0e27\u0e14\u0e39\n          \u0e2d\u0e34\u0e48\u0e21\u0e1f\u0e39 \u0e0a\u0e38\u0e48\u0e21\u0e0a\u0e37\u0e49\u0e19 \u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a \u0e41\u0e25\u0e30\u0e25\u0e14\u0e23\u0e34\u0e49\u0e27\u0e23\u0e2d\u0e22\u0e40\u0e25\u0e47\u0e01 \u0e46 \u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e40\u0e15\u0e34\u0e21\u0e27\u0e2d\u0e25\u0e25\u0e38\u0e48\u0e21\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e1f\u0e34\u0e25\u0e40\u0e25\u0e2d\u0e23\u0e4c<\/p>\n        <a href=\"ejal40-vs-profhilo\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Vitamin Drip -->\n    <div class=\"service-card-new\">\n      <div class=\"sc-img-box\">\n        <img decoding=\"async\"\n          src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_55.jpg\"\n          alt=\"Vitamin Drip\">\n      <\/div>\n      <div class=\"sc-content\">\n        <h3 class=\"sc-title\">Vitamin Drip<\/h3>\n        <p class=\"sc-desc\">\u0e0a\u0e48\u0e27\u0e22\u0e1f\u0e37\u0e49\u0e19\u0e1f\u0e39\u0e23\u0e48\u0e32\u0e07\u0e01\u0e32\u0e22\u0e40\u0e23\u0e48\u0e07\u0e14\u0e48\u0e27\u0e19 \u0e40\u0e2a\u0e23\u0e34\u0e21\u0e20\u0e39\u0e21\u0e34\u0e04\u0e38\u0e49\u0e21\u0e01\u0e31\u0e19 \u0e1a\u0e33\u0e23\u0e38\u0e07\u0e1c\u0e34\u0e27\u0e1e\u0e23\u0e23\u0e13 \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19 \u0e41\u0e25\u0e30\u0e14\u0e35\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c\u0e2a\u0e32\u0e23\u0e1e\u0e34\u0e29\n          \u0e21\u0e35\u0e2b\u0e25\u0e32\u0e22\u0e2a\u0e39\u0e15\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e1a\u0e38\u0e04\u0e04\u0e25<\/p>\n        <a href=\"vitamin-drip\" class=\"sc-btn\">\u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n      <\/div>\n    <\/div>\n\n  <\/section>\n\n\n  <script>\n    function toggleMobileMenu() {\n      var menu = document.getElementById('mobileMenu');\n      menu.classList.toggle('active');\n    }\n  <\/script>\n<\/body>\n\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>\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32 &#8211; Lucius Clinic Our Services Ulthera Prime \u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0e14\u0e49\u0e27\u0e22\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e43\u0e2b\u0e21\u0e48\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19\u0e41\u0e25\u0e30\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e01\u0e27\u0e48\u0e32\u0e17\u0e35\u0e48\u0e40\u0e04\u0e22 \u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 EndoliftX\u00ae \u0e19\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e41\u0e25\u0e30\u0e2a\u0e25\u0e32\u0e22\u0e44\u0e02\u0e21\u0e31\u0e19 \u0e41\u0e1a\u0e1a\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e1c\u0e48\u0e32\u0e15\u0e31\u0e14 \u0e43\u0e0a\u0e49 \u0e40\u0e2a\u0e49\u0e19\u0e43\u0e22\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01\u0e1e\u0e34\u0e40\u0e28\u0e29 \u0e2a\u0e2d\u0e14\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e15\u0e49\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e48\u0e07\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19\u0e01\u0e23\u0e30\u0e15\u0e38\u0e49\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e2d\u0e25\u0e25\u0e32\u0e40\u0e08\u0e19\u0e41\u0e25\u0e30\u0e2a\u0e25\u0e32\u0e22\u0e44\u0e02\u0e21\u0e31\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e01\u0e34\u0e19 \u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 Sunny\u2122 Program \u0e19\u0e27\u0e31\u0e15\u0e01\u0e23\u0e23\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e01\u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19\u0e04\u0e25\u0e37\u0e48\u0e19\u0e27\u0e34\u0e17\u0e22\u0e38 (RadioFrequency, RF) \u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e21\u0e32\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e19\u0e35\u0e22\u0e19 \u0e01\u0e23\u0e30\u0e0a\u0e31\u0e1a \u0e41\u0e25\u0e30\u0e14\u0e39\u0e2d\u0e48\u0e2d\u0e19\u0e40\u0e22\u0e32\u0e27\u0e4c\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e18\u0e23\u0e23\u0e21\u0e0a\u0e32\u0e15\u0e34 \u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 Filler Program \u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 Filler (\u0e2a\u0e32\u0e23\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21) \u0e04\u0e37\u0e2d \u0e2a\u0e32\u0e23\u0e17\u0e35\u0e48\u0e09\u0e35\u0e14\u0e40\u0e02\u0e49\u0e32\u0e44\u0e1b\u0e43\u0e19\u0e0a\u0e31\u0e49\u0e19\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e43\u0e15\u0e49\u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e31\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13\u0e17\u0e35\u0e48\u0e02\u0e32\u0e14\u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e22\u0e48\u0e2d\u0e19\u0e04\u0e25\u0e49\u0e2d\u0e22 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e39\u0e2d\u0e34\u0e48\u0e21\u0e1f\u0e39\u0e41\u0e25\u0e30\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19 \u0e1b\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32\u0e43\u0e2b\u0e49\u0e2a\u0e21\u0e2a\u0e48\u0e27\u0e19\u0e41\u0e25\u0e30\u0e14\u0e39\u0e2d\u0e48\u0e2d\u0e19\u0e40\u0e22\u0e32\u0e27\u0e4c \u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 Botox Program \u0e01\u0e32\u0e23\u0e09\u0e35\u0e14\u0e2a\u0e32\u0e23\u0e42\u0e1a\u0e17\u0e39\u0e25\u0e34\u0e19\u0e31\u0e21\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e34\u0e19 \u0e40\u0e2d (Botulinum Toxin Type A) \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e42\u0e1b\u0e23\u0e15\u0e35\u0e19\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e01\u0e31\u0e14\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e15\u0e32\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c \u0e2d\u0e48\u0e32\u0e19\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14 PICO Laser \u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e23\u0e38\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48\u0e17\u0e35\u0e48\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e02\u0e36\u0e49\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e2d\u0e1a\u0e42\u0e08\u0e17\u0e22\u0e4c\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e1c\u0e34\u0e27\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21 \u0e42\u0e14\u0e22\u0e1b\u0e25\u0e48\u0e2d\u0e22\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19\u0e41\u0e2a\u0e07\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e23\u0e30\u0e14\u0e31\u0e1a Picosecond (\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e25\u0e49\u0e32\u0e19\u0e25\u0e49\u0e32\u0e19\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-296","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/comments?post=296"}],"version-history":[{"count":28,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/296\/revisions"}],"predecessor-version":[{"id":736,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/296\/revisions\/736"}],"wp:attachment":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/media?parent=296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}