{"id":518,"date":"2026-01-30T19:21:04","date_gmt":"2026-01-30T19:21:04","guid":{"rendered":"https:\/\/clouddemo.nc.co.th\/luciuscl\/?page_id=518"},"modified":"2026-04-21T19:24:34","modified_gmt":"2026-04-21T19:24:34","slug":"botox","status":"publish","type":"page","link":"https:\/\/clouddemo.nc.co.th\/luciuscl\/botox\/","title":{"rendered":"\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21 Botox"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"518\" class=\"elementor elementor-518\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ded2cb8 e-flex e-con-boxed e-con e-parent\" data-id=\"ded2cb8\" 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-55812d7 e-con-full e-flex e-con e-parent\" data-id=\"55812d7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e69fbb2 elementor-widget elementor-widget-html\" data-id=\"e69fbb2\" 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>Botox - Professional Treatment | Lucius Clinic<\/title>\n\n  <style>\n    \/* --- CSS Variables & Reset --- *\/\n    :root {\n      --primary-gold: #C19C56;\n      --primary-gold-dark: #A07E3E;\n      --dark-brown: #3E3225;\n      --light-cream: #F9F7F2;\n      --white: #FFFFFF;\n      --text-gray: #555555;\n      --shadow: 0 10px 30px rgba(62, 50, 37, 0.08);\n      --border-radius: 12px;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Prompt', sans-serif;\n      color: var(--text-gray);\n      background-color: var(--white);\n      line-height: 1.6;\n      overflow-x: hidden;\n    }\n\n    \/* Standardized Headers *\/\n    h1,\n    h2,\n    h3,\n    h4 {\n      color: var(--dark-brown);\n      font-weight: 600;\n      line-height: 1.3;\n      margin-bottom: 1rem;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--border-radius);\n    }\n\n    \/* --- Utilities --- *\/\n    .container {\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .section-padding {\n      padding: 60px 0;\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .text-gold {\n      color: var(--primary-gold);\n    }\n\n    .bg-cream {\n      background-color: var(--light-cream);\n    }\n\n    .btn-gold {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-gold-dark) 100%);\n      color: white;\n      padding: 12px 30px;\n      border-radius: 50px;\n      font-size: 1.1rem;\n      font-weight: 500;\n      box-shadow: 0 4px 15px rgba(193, 156, 86, 0.4);\n      transition: all 0.3s ease;\n      border: none;\n      cursor: pointer;\n      text-decoration: none;\n    }\n\n    .btn-gold:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(193, 156, 86, 0.6);\n    }\n\n    \/* --- Highlight Content Style (Template) --- *\/\n    .intro-text {\n      padding: 50px;\n      background: linear-gradient(135deg, #fff 0%, #fff9eb 100%);\n      border: 3px solid #eaddc5;\n      border-radius: 20px;\n      box-shadow: 0 15px 40px rgba(193, 156, 86, 0.15);\n      margin-bottom: 50px;\n      position: relative;\n    }\n\n    .intro-text h2 {\n      font-size: 2.5rem;\n      color: var(--primary-gold);\n      margin-bottom: 25px;\n      line-height: 1.2;\n    }\n\n    strong {\n      color: var(--primary-gold);\n    }\n\n    @media (max-width: 768px) {\n      .intro-text {\n        padding: 30px 20px;\n      }\n\n      .intro-text h2 {\n        font-size: 2rem;\n      }\n    }\n\n    \/* --- Feature Grid --- *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-top: 60px;\n    }\n\n    @media (max-width: 768px) {\n      .feature-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .feature-grid div:first-child {\n        \/* On mobile, if text comes first in HTML but we want image first, adjust order here if needed *\/\n        \/* But generally vertical stack is fine. *\/\n      }\n    }\n\n    .check-list li {\n      position: relative;\n      padding-left: 35px;\n      margin-bottom: 15px;\n      font-size: 1.05rem;\n      list-style: none;\n    }\n\n    .check-list li::before {\n      content: '\\f00c';\n      font-family: \"Font Awesome 6 Free\";\n      font-weight: 900;\n      position: absolute;\n      left: 0;\n      top: 3px;\n      color: var(--primary-gold);\n      background: rgba(193, 156, 86, 0.15);\n      width: 30px;\n      height: 30px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.9rem;\n    }\n\n    \/* --- Comparison Table \/ Cards --- *\/\n    .comparison-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 30px;\n      margin-top: 40px;\n    }\n\n    @media (max-width: 768px) {\n      .comparison-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .compare-card {\n      background: var(--white);\n      padding: 30px;\n      border-radius: var(--border-radius);\n      box-shadow: var(--shadow);\n      border-top: 5px solid var(--primary-gold);\n    }\n\n    .compare-card h3 {\n      color: var(--primary-gold);\n      margin-bottom: 20px;\n      border-bottom: 1px solid #eee;\n      padding-bottom: 15px;\n    }\n\n    \/* --- Footer --- *\/\n    .footer-cta-box {\n      background-color: var(--dark-brown);\n      color: white;\n      padding: 60px 20px;\n      text-align: center;\n    }\n\n    \/* Fade In Animation *\/\n    .fade-in {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n    }\n\n    .fade-in.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* --- Language Visibility --- *\/\n    .lang-en { display: none !important; }\n    .lang-th { display: contents; }\n    html[lang=\"en\"] .lang-en { display: contents !important; }\n    html[lang=\"en\"] .lang-th { display: none !important; }\n    html[lang=\"en\"] div.lang-en, html[lang=\"en\"] p.lang-en, html[lang=\"en\"] section.lang-en, html[lang=\"en\"] li.lang-en, html[lang=\"en\"] h2.lang-en, html[lang=\"en\"] h3.lang-en { display: block !important; }\n  <\/style>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Prompt:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n<\/head>\n\n<body>\n\n  <!-- Hero Section -->\n  <section class=\"section-padding fade-in\" style=\"padding-top: 20px;\">\n    <div class=\"container\">\n      <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/02\/06-02-69-54-copy.jpg\"\n        alt=\"Botox Program Cover\" style=\"margin-bottom: 40px; width: 100%;\">\n\n      <div class=\"intro-text text-center\">\n        <h2>\n          <span class=\"lang-th\">\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e42\u0e1a\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c (Botox Program)<\/span>\n          <span class=\"lang-en\">Botox Program<\/span>\n        <\/h2>\n        <p>\n          <span class=\"lang-th\">\u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e42\u0e1a\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c \u0e04\u0e37\u0e2d \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<\/span>\n          <span class=\"lang-en\">A Botox program involves injecting Botulinum Toxin Type A, a protein that has been safely extracted and developed according to medical principles.<\/span>\n        <\/p>\n        <p style=\"margin-top: 15px;\">\n          <span class=\"lang-th\">\u0e2a\u0e32\u0e23\u0e0a\u0e19\u0e34\u0e14\u0e19\u0e35\u0e49\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e22\u0e31\u0e1a\u0e22\u0e31\u0e49\u0e07\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e41\u0e1a\u0e1a\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e04\u0e25\u0e32\u0e22\u0e15\u0e31\u0e27 \u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e43\u0e2b\u0e49\u0e23\u0e34\u0e49\u0e27\u0e23\u0e2d\u0e22\u0e14\u0e39\u0e08\u0e32\u0e07\u0e25\u0e07 \u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e19\u0e35\u0e22\u0e19\u0e02\u0e36\u0e49\u0e19 \u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e39\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e21\u0e32\u0e01\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19<\/span>\n          <span class=\"lang-en\">This substance temporarily inhibits the function of certain muscles, causing them to relax. This results in a reduction of wrinkles, smoother skin, and a more balanced facial contour.<\/span>\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Authenticity Check Section -->\n  <section class=\"section-padding bg-cream fade-in\">\n    <div class=\"container\">\n      <div class=\"feature-grid\">\n        <div>\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 Authenticity Check\">\n        <\/div>\n        <div>\n          <h2 style=\"margin-bottom: 30px;\">\n            <span class=\"lang-th\">\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e02\u0e27\u0e14\u0e22\u0e32<\/span>\n            <span class=\"lang-en\">Check the medicine boxes and bottles.<\/span>\n          <\/h2>\n          <ul class=\"check-list\">\n            <li>\n              <span class=\"lang-th\"><strong>\u0e2a\u0e15\u0e34\u0e4a\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c\u0e42\u0e2e\u0e42\u0e25\u0e41\u0e01\u0e23\u0e21 :<\/strong> \u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e2a\u0e15\u0e34\u0e4a\u0e01\u0e40\u0e01\u0e2d\u0e23\u0e4c\u0e42\u0e2e\u0e42\u0e25\u0e41\u0e01\u0e23\u0e21\u0e41\u0e17\u0e49\u0e02\u0e2d\u0e07\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c \u0e0b\u0e36\u0e48\u0e07\u0e08\u0e30\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e2a\u0e35\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e25\u0e27\u0e14\u0e25\u0e32\u0e22\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e2b\u0e21\u0e38\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e41\u0e2a\u0e07 \u0e41\u0e25\u0e30\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d\u0e1c\u0e39\u0e49\u0e08\u0e31\u0e14\u0e08\u0e33\u0e2b\u0e19\u0e48\u0e32\u0e22\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e02\u0e2d\u0e07\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c<\/span>\n              <span class=\"lang-en\"><strong>Hologram Sticker :<\/strong> A genuine brand hologram sticker is required. This sticker changes color or pattern when rotated or reflected in light, and must include the distributor's name or specific product symbol.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\"><strong>QR Code \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e41\u0e17\u0e49 :<\/strong> \u0e1a\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35 QR Code \u0e43\u0e2b\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e41\u0e01\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e15\u0e31\u0e27\u0e22\u0e32\u0e44\u0e14\u0e49<\/span>\n              <span class=\"lang-en\"><strong>QR Code for Authentication :<\/strong> A QR code that can be scanned to verify the authenticity of the product must be present on the box.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\"><strong>\u0e40\u0e25\u0e02\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19 \u0e2d\u0e22. \u0e41\u0e25\u0e30\u0e09\u0e25\u0e32\u0e01\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22 :<\/strong> \u0e01\u0e25\u0e48\u0e2d\u0e07\u0e22\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35\u0e40\u0e25\u0e02\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19 \u0e2d\u0e22. \u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e40\u0e2d\u0e01\u0e2a\u0e32\u0e23\u0e01\u0e33\u0e01\u0e31\u0e1a\u0e22\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e01\u0e33\u0e2b\u0e19\u0e14<\/span>\n              <span class=\"lang-en\"><strong>Thai FDA Registration Number and Label :<\/strong> The medicine box must have a valid Thai FDA registration number and accompanying medication information in Thai, as required by law.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\"><strong>\u0e40\u0e25\u0e02 Lot. (Batch Number) :<\/strong> \u0e40\u0e25\u0e02 Lot. \u0e1a\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e1a\u0e19\u0e02\u0e27\u0e14\u0e22\u0e32\u0e01\u0e47\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e23\u0e07\u0e01\u0e31\u0e19 100% \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e17\u0e35\u0e48\u0e21\u0e32\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15<\/span>\n              <span class=\"lang-en\"><strong>Lot Number (Batch Number) :<\/strong> The Lot Number on the box and the medicine bottle must match 100% to confirm the source and manufacturing process.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\"><strong>\u0e0b\u0e35\u0e25\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c :<\/strong> \u0e01\u0e25\u0e48\u0e2d\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e16\u0e39\u0e01\u0e0b\u0e35\u0e25\u0e1b\u0e34\u0e14\u0e2a\u0e19\u0e34\u0e17 \u0e44\u0e21\u0e48\u0e21\u0e35\u0e23\u0e48\u0e2d\u0e07\u0e23\u0e2d\u0e22\u0e01\u0e32\u0e23\u0e41\u0e01\u0e30 \u0e40\u0e1b\u0e34\u0e14 \u0e2b\u0e23\u0e37\u0e2d\u0e0a\u0e33\u0e23\u0e38\u0e14<\/span>\n              <span class=\"lang-en\"><strong>Complete Box Seal :<\/strong> The box must be securely sealed, with no signs of tampering, opening, or damage.<\/span>\n            <\/li>\n          <\/ul>\n\n          <h3 style=\"margin-top: 30px; color: var(--text-gray); font-size: 1.3rem;\">\n            <span class=\"lang-th\">\u0e01\u0e32\u0e23\u0e2a\u0e41\u0e01\u0e19 QR Code<\/span>\n            <span class=\"lang-en\">Scanning QR Code<\/span>\n          <\/h3>\n          <ul class=\"check-list\" style=\"margin-top: 15px;\">\n            <li>\n              <span class=\"lang-th\">\u0e02\u0e39\u0e14\u0e41\u0e16\u0e1a\u0e2a\u0e35\u0e40\u0e07\u0e34\u0e19\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13 QR Code \u0e41\u0e25\u0e49\u0e27\u0e43\u0e0a\u0e49\u0e42\u0e17\u0e23\u0e28\u0e31\u0e1e\u0e17\u0e4c\u0e21\u0e37\u0e2d\u0e16\u0e37\u0e2d\u0e2a\u0e41\u0e01\u0e19<\/span>\n              <span class=\"lang-en\">Scratch off the silver strip over the QR code and scan it with your mobile phone.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e44\u0e0b\u0e15\u0e4c\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e02\u0e2d\u0e07\u0e41\u0e17\u0e49 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e23\u0e38\u0e48\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15 \u0e41\u0e25\u0e30\u0e27\u0e31\u0e19\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e22\u0e38<\/span>\n              <span class=\"lang-en\">A website should appear to verify authenticity, including product information, production batch number, and expiration date.<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e23\u0e2b\u0e31\u0e2a\u0e17\u0e35\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e1a\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e23\u0e2b\u0e31\u0e2a\u0e1a\u0e19\u0e01\u0e25\u0e48\u0e2d\u0e07\u0e22\u0e32\u0e17\u0e38\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e23<\/span>\n              <span class=\"lang-en\">The code displayed on the website must exactly match the code on the medicine box.<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Comparison Section -->\n  <section class=\"section-padding fade-in\">\n    <div class=\"container\">\n      <div class=\"text-center\" style=\"margin-bottom: 40px;\">\n        <img decoding=\"async\" src=\"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-content\/uploads\/2026\/01\/LINE_ALBUM_Artworks-Finished_260121_31.jpg\"\n          alt=\"Botox vs Filler\" style=\"margin-bottom: 30px; display: inline-block;\">\n        <h2>\n          <span class=\"lang-th\">\u0e42\u0e1a\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c (Botox) \u0e41\u0e25\u0e30\u0e1f\u0e34\u0e25\u0e40\u0e25\u0e2d\u0e23\u0e4c (Filler) <span class=\"text-gold\">\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23 ?<\/span><\/span>\n          <span class=\"lang-en\">What is the difference between <span class=\"text-gold\">Botox and Filler?<\/span><\/span>\n        <\/h2>\n      <\/div>\n\n      <div class=\"comparison-grid\">\n        <!-- Botox Card -->\n        <div class=\"compare-card\">\n          <h3>\n            <span class=\"lang-th\">\u0e42\u0e1a\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c (Botox)<\/span>\n            <span class=\"lang-en\">Botox<\/span>\n          <\/h3>\n          <p style=\"margin-bottom: 15px;\">\n            <span class=\"lang-th\"><strong>\u0e01\u0e25\u0e44\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19 :<\/strong> \u0e22\u0e31\u0e1a\u0e22\u0e31\u0e49\u0e07\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e13\u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e17\u0e17\u0e35\u0e48\u0e01\u0e23\u0e30\u0e15\u0e38\u0e49\u0e19\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d \u0e25\u0e14\u0e01\u0e32\u0e23\u0e2b\u0e14\u0e15\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13\u0e17\u0e35\u0e48\u0e09\u0e35\u0e14<\/span>\n            <span class=\"lang-en\"><strong>Mechanism of action :<\/strong> Inhibits nerve signals that stimulate muscles, reducing muscle contraction at the injection site.<\/span>\n          <\/p>\n          <h4 style=\"margin-top: 20px; font-size: 1.1rem;\">\n            <span class=\"lang-th\">\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a<\/span>\n            <span class=\"lang-en\">Suitable for :<\/span>\n          <\/h4>\n          <ul class=\"check-list\">\n            <li>\n              <span class=\"lang-th\">\u0e23\u0e34\u0e49\u0e27\u0e23\u0e2d\u0e22\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e02\u0e22\u0e31\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 (Dynamic Wrinkles) \u0e40\u0e0a\u0e48\u0e19 \u0e2b\u0e19\u0e49\u0e32\u0e1c\u0e32\u0e01 \u0e2b\u0e27\u0e48\u0e32\u0e07\u0e04\u0e34\u0e49\u0e27 \u0e15\u0e35\u0e19\u0e01\u0e32<\/span>\n              <span class=\"lang-en\">Dynamic wrinkles (wrinkles caused by facial movement, such as forehead, frown lines, and crow's feet)<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e25\u0e14\u0e02\u0e19\u0e32\u0e14\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e01\u0e23\u0e32\u0e21 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e31\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e27<\/span>\n              <span class=\"lang-en\">Reducing jaw muscle size for a slimmer face<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e25\u0e14\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e40\u0e27\u0e13\u0e23\u0e31\u0e01\u0e41\u0e23\u0e49 \u0e1d\u0e48\u0e32\u0e21\u0e37\u0e2d \u0e2b\u0e23\u0e37\u0e2d\u0e1d\u0e48\u0e32\u0e40\u0e17\u0e49\u0e32<\/span>\n              <span class=\"lang-en\">Reducing sweating in the armpits, palms, or soles of the feet<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Filler Card -->\n        <div class=\"compare-card\">\n          <h3>\n            <span class=\"lang-th\">\u0e1f\u0e34\u0e25\u0e40\u0e25\u0e2d\u0e23\u0e4c (Filler)<\/span>\n            <span class=\"lang-en\">Filler<\/span>\n          <\/h3>\n          <p style=\"margin-bottom: 15px;\">\n            <span class=\"lang-th\"><strong>\u0e01\u0e25\u0e44\u0e01\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19 :<\/strong> \u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21\u0e0a\u0e31\u0e49\u0e19\u0e1c\u0e34\u0e27\u0e41\u0e25\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e40\u0e22\u0e37\u0e48\u0e2d\u0e43\u0e15\u0e49\u0e1c\u0e34\u0e27 \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e34\u0e48\u0e21\u0e1f\u0e39\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19\u0e43\u0e2b\u0e49\u0e1c\u0e34\u0e27<\/span>\n            <span class=\"lang-en\"><strong>Mechanism of Action :<\/strong> Replenishes skin layers and subcutaneous tissue, increasing skin fullness and elasticity.<\/span>\n          <\/p>\n          <h4 style=\"margin-top: 20px; font-size: 1.1rem;\">\n            <span class=\"lang-th\">\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a<\/span>\n            <span class=\"lang-en\">Suitable for :<\/span>\n          <\/h4>\n          <ul class=\"check-list\">\n            <li>\n              <span class=\"lang-th\">\u0e23\u0e34\u0e49\u0e27\u0e23\u0e2d\u0e22\u0e25\u0e36\u0e01\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e47\u0e19\u0e0a\u0e31\u0e14\u0e41\u0e21\u0e49\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e35\u0e2b\u0e19\u0e49\u0e32 (Static Wrinkles)<\/span>\n              <span class=\"lang-en\">Deep wrinkles visible even when facial expression is neutral (Static Wrinkles)<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e40\u0e15\u0e34\u0e21\u0e23\u0e48\u0e2d\u0e07\u0e41\u0e01\u0e49\u0e21 \u0e23\u0e48\u0e2d\u0e07\u0e21\u0e38\u0e21\u0e1b\u0e32\u0e01 \u0e43\u0e15\u0e49\u0e15\u0e32<\/span>\n              <span class=\"lang-en\">Filling nasolabial folds, marionette lines, and under-eye wrinkles<\/span>\n            <\/li>\n            <li>\n              <span class=\"lang-th\">\u0e40\u0e15\u0e34\u0e21\u0e23\u0e34\u0e21\u0e1d\u0e35\u0e1b\u0e32\u0e01 \u0e04\u0e32\u0e07 \u0e02\u0e21\u0e31\u0e1a \u0e41\u0e01\u0e49\u0e21 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e21\u0e34\u0e15\u0e34\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e02\u0e2d\u0e07\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32<\/span>\n              <span class=\"lang-en\">Filling lips, chin, temples, and cheeks to add dimension and balance to the face.<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <footer class=\"footer-cta-box\">\n    <div class=\"container\">\n      <h3 style=\"color: var(--primary-gold);\">BOTOX PROGRAM<\/h3>\n      <p style=\"margin-bottom: 25px;\">\n        <span class=\"lang-th\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e2b\u0e23\u0e37\u0e2d\u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e41\u0e1e\u0e17\u0e22\u0e4c\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48<\/span>\n        <span class=\"lang-en\">Contact us for more details or consult a doctor at<\/span>\n      <\/p>\n      <a href=\"https:\/\/line.me\/ti\/p\/~YOUR_LINE_ID\" class=\"btn-gold\" style=\"min-width: 250px;\">\n        <i class=\"fab fa-line\"><\/i> \n        <span class=\"lang-th\">\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25 \/ \u0e1b\u0e23\u0e36\u0e01\u0e29\u0e32\u0e40\u0e40\u0e1e\u0e17\u0e22\u0e4c<\/span>\n        <span class=\"lang-en\">Free Consultation<\/span>\n      <\/a>\n    <\/div>\n  <\/footer>\n\n  <script>\n    \/\/ Initialize Language\n    const savedLang = localStorage.getItem('lucius_pref_lang') || 'th';\n    document.documentElement.setAttribute('lang', savedLang);\n\n    \/\/ Fade In on Scroll\n    const observerOptions = {\n      threshold: 0.1\n    };\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n        }\n      });\n    }, observerOptions);\n\n    document.querySelectorAll('.fade-in').forEach(section => {\n      observer.observe(section);\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>Botox &#8211; Professional Treatment | Lucius Clinic \u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e42\u0e1a\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c (Botox Program) Botox Program \u0e42\u0e1b\u0e23\u0e41\u0e01\u0e23\u0e21\u0e42\u0e1a\u0e17\u0e47\u0e2d\u0e01\u0e0b\u0e4c \u0e04\u0e37\u0e2d \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 A Botox program involves injecting Botulinum Toxin Type A, a protein that has been safely extracted and developed according to medical principles. \u0e2a\u0e32\u0e23\u0e0a\u0e19\u0e34\u0e14\u0e19\u0e35\u0e49\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e22\u0e31\u0e1a\u0e22\u0e31\u0e49\u0e07\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e1a\u0e32\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e41\u0e1a\u0e1a\u0e0a\u0e31\u0e48\u0e27\u0e04\u0e23\u0e32\u0e27 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e01\u0e25\u0e49\u0e32\u0e21\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e04\u0e25\u0e32\u0e22\u0e15\u0e31\u0e27 \u0e2a\u0e48\u0e07\u0e1c\u0e25\u0e43\u0e2b\u0e49\u0e23\u0e34\u0e49\u0e27\u0e23\u0e2d\u0e22\u0e14\u0e39\u0e08\u0e32\u0e07\u0e25\u0e07 \u0e1c\u0e34\u0e27\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e19\u0e35\u0e22\u0e19\u0e02\u0e36\u0e49\u0e19 \u0e41\u0e25\u0e30\u0e23\u0e39\u0e1b\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e39\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e21\u0e32\u0e01\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19 This substance temporarily inhibits the function of [&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-518","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/518","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=518"}],"version-history":[{"count":19,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/518\/revisions"}],"predecessor-version":[{"id":850,"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/pages\/518\/revisions\/850"}],"wp:attachment":[{"href":"https:\/\/clouddemo.nc.co.th\/luciuscl\/wp-json\/wp\/v2\/media?parent=518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}