{"id":8209,"date":"2026-05-30T10:10:32","date_gmt":"2026-05-30T03:10:32","guid":{"rendered":"https:\/\/comsaythuankhanh.com\/?page_id=8209"},"modified":"2026-06-01T16:26:34","modified_gmt":"2026-06-01T09:26:34","slug":"elementor-8209","status":"publish","type":"page","link":"https:\/\/comsaythuankhanh.com\/en\/elementor-8209\/","title":{"rendered":"Landing Page C\u01a1m S\u1ea5y"},"content":{"rendered":"[ux_html]\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Thu\u1eadn Kh\u00e1nh \u2013 Ph\u00f4i C\u01a1m S\u1ea5y<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Baloo+2:wght@400;600;700;800&amp;family=Nunito:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --green: #1a7a3c;\n    --green-light: #2ea84f;\n    --green-pale: #e8f5ee;\n    --green-dark: #0f4f26;\n    --amber: #f5a623;\n    --amber-light: #fdf3df;\n    --cream: #faf8f2;\n    --brown-light: #6b4226;\n    --text: #1c2b1e;\n    --text-muted: #5a6e5d;\n    --white: #ffffff;\n    --radius: 16px;\n    --radius-sm: 8px;\n  }\n  html { scroll-behavior: smooth; }\n  body { font-family: 'Nunito', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }\n  h1,h2,h3,h4 { font-family: 'Baloo 2', sans-serif; }\n\n  \/* NAV *\/\n  nav {\n    position: sticky; top: 0; z-index: 100;\n    background: var(--white);\n    border-bottom: 2px solid var(--green-pale);\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 0 5%;\n    height: 64px;\n    box-shadow: 0 2px 12px rgba(26,122,60,0.08);\n  }\n  .nav-logo { display: flex; align-items: center; gap: 10px; }\n  .nav-logo img { height: 44px; width: auto; }\n  .nav-logo span { font-family: 'Baloo 2', sans-serif; font-weight: 800; font-size: 18px; color: var(--green); }\n  .nav-links { display: flex; gap: 28px; }\n  .nav-links a { text-decoration: none; font-weight: 600; font-size: 14px; color: var(--text-muted); transition: color .2s; }\n  .nav-links a:hover { color: var(--green); }\n  .nav-cta { background: var(--green); color: #fff; border: none; padding: 9px 22px; border-radius: 50px; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; text-decoration: none; transition: background .2s; }\n  .nav-cta:hover { background: var(--green-dark); }\n\n  \/* HERO *\/\n  .hero {\n    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 55%, #3dbf62 100%);\n    padding: 72px 5% 80px;\n    display: flex; align-items: center; justify-content: space-between; gap: 40px;\n    min-height: 520px;\n    position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  }\n  .hero-text { flex: 1; position: relative; z-index: 1; }\n  .hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.3); border-radius: 50px; padding: 6px 16px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }\n  .hero-badge span { background: var(--amber); color: #fff; border-radius: 50px; padding: 2px 10px; font-size: 11px; font-weight: 700; }\n  .hero h1 { font-size: clamp(32px, 5vw, 54px); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; }\n  .hero h1 em { color: var(--amber); font-style: normal; }\n  .hero p { font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 520px; margin-bottom: 32px; }\n  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }\n  .btn-primary { background: var(--amber); color: #fff; border: none; padding: 14px 32px; border-radius: 50px; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform .2s, box-shadow .2s; box-shadow: 0 4px 20px rgba(245,166,35,0.4); }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(245,166,35,0.55); }\n  .btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); padding: 12px 28px; border-radius: 50px; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; text-decoration: none; transition: background .2s, border-color .2s; }\n  .btn-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }\n  .hero-image { flex: 0 0 380px; position: relative; z-index: 1; }\n  .hero-image img { width: 100%; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.35); }\n\n  \/* STATS *\/\n  .stats { background: var(--white); padding: 36px 5%; border-bottom: 1px solid #e6ede8; }\n  .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; max-width: 900px; margin: 0 auto; }\n  .stat-item { text-align: center; padding: 16px 24px; border-right: 1px solid #e6ede8; }\n  .stat-item:last-child { border-right: none; }\n  .stat-num { font-family: 'Baloo 2', sans-serif; font-size: 32px; font-weight: 800; color: var(--green); }\n  .stat-label { font-size: 13px; color: var(--text-muted); font-weight: 600; margin-top: 2px; }\n\n  \/* SECTION COMMON *\/\n  section { padding: 72px 5%; }\n  .section-tag { display: inline-block; background: var(--green-pale); color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 5px 14px; border-radius: 50px; margin-bottom: 12px; }\n  .section-title { font-size: clamp(26px, 4vw, 38px); font-weight: 800; color: var(--text); line-height: 1.2; margin-bottom: 12px; }\n  .section-sub { font-size: 16px; color: var(--text-muted); line-height: 1.7; max-width: 580px; }\n  .text-center { text-align: center; }\n  .text-center .section-sub { margin: 0 auto; }\n\n  \/* PRODUCTS *\/\n  .products { background: var(--cream); }\n  .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 48px; }\n  .product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1.5px solid #deeee3; transition: transform .25s, box-shadow .25s; }\n  .product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(26,122,60,0.12); }\n  .product-card-img { background: var(--green-pale); padding: 28px; display: flex; align-items: center; justify-content: center; height: 200px; overflow: hidden; }\n  .product-card-img img { max-height: 160px; max-width: 100%; object-fit: contain; border-radius: 10px; }\n  .product-card-body { padding: 20px 22px 24px; }\n  .product-card-body h3 { font-size: 18px; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }\n  .product-card-body p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }\n  .size-chips { display: flex; flex-wrap: wrap; gap: 6px; }\n  .size-chip { background: var(--amber-light); color: #a06c10; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 50px; border: 1px solid #f5cc7a; }\n\n  \/* WHY *\/\n  .why { background: var(--white); }\n  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; position: relative; }\n  .why-grid::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px; background: var(--green); border-radius: 50%; z-index: 2; display: flex; align-items: center; justify-content: center; }\n  .why-center-logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px; background: var(--green); border-radius: 50%; z-index: 3; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 0 0 8px rgba(26,122,60,0.12); }\n  .why-card { background: var(--white); border: 1.5px solid #deeee3; padding: 32px 24px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; transition: background .2s; }\n  .why-card:hover { background: var(--green-pale); }\n  .why-card:nth-child(1) { border-radius: var(--radius) 0 0 0; border-right: none; border-bottom: none; }\n  .why-card:nth-child(2) { border-bottom: none; border-radius: 0; }\n  .why-card:nth-child(3) { border-radius: 0 var(--radius) 0 0; border-left: none; border-bottom: none; }\n  .why-card:nth-child(4) { border-radius: 0 0 0 var(--radius); border-right: none; border-top: none; }\n  .why-card:nth-child(5) { border-top: none; border-radius: 0; }\n  .why-card:nth-child(6) { border-radius: 0 0 var(--radius) 0; border-left: none; border-top: none; }\n  .why-icon { width: 60px; height: 60px; background: var(--green-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 28px; border: 2px solid #b8dfc5; }\n  .why-card h4 { font-size: 15px; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }\n  .why-card p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }\n  @media (max-width: 768px) { .why-grid { grid-template-columns: 1fr 1fr; } .why-card:nth-child(1){border-radius:var(--radius) 0 0 0;border-right:none;border-bottom:none;} .why-card:nth-child(2){border-bottom:none;border-left:1.5px solid #deeee3;border-radius:0 var(--radius) 0 0;} .why-card:nth-child(3){border-radius:0;border-right:none;border-bottom:none;border-top:1.5px solid #deeee3;} .why-card:nth-child(4){border-bottom:none;border-radius:0;} .why-card:nth-child(5){border-radius:0 0 0 var(--radius);border-right:none;border-top:1.5px solid #deeee3;} .why-card:nth-child(6){border-radius:0 0 var(--radius) 0;} .why-center-logo{display:none;} }\n\n  \/* SPECS *\/\n  .specs { background: var(--green-dark); color: #fff; }\n  .specs .section-title { color: #fff; }\n  .specs .section-sub { color: rgba(255,255,255,0.7); }\n  .specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 48px; }\n  .spec-row { background: rgba(255,255,255,0.07); border-radius: var(--radius-sm); padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,0.1); }\n  .spec-label { font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 600; }\n  .spec-value { font-size: 14px; color: #fff; font-weight: 700; text-align: right; max-width: 55%; }\n\n  \/* ORDER FORM *\/\n  .order { background: var(--cream); }\n  .order-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }\n  .order-info h2 { font-size: 32px; font-weight: 800; color: var(--text); margin-bottom: 16px; }\n  .order-info p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; }\n  .contact-items { display: flex; flex-direction: column; gap: 14px; }\n  .contact-item { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; color: var(--text); }\n  .contact-item .ci-icon { width: 40px; height: 40px; background: var(--green-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }\n  .zalo-btn { display: inline-flex; align-items: center; gap: 10px; background: #0068ff; color: #fff; padding: 14px 28px; border-radius: 50px; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 16px; text-decoration: none; margin-top: 20px; transition: background .2s; box-shadow: 0 4px 20px rgba(0,104,255,0.3); }\n  .zalo-btn:hover { background: #0050cc; }\n  .order-form { background: var(--white); border-radius: 20px; padding: 36px; border: 1.5px solid #deeee3; box-shadow: 0 8px 32px rgba(26,122,60,0.08); }\n  .order-form h3 { font-size: 22px; font-weight: 700; margin-bottom: 24px; color: var(--green-dark); }\n  .form-group { margin-bottom: 18px; }\n  .form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text-muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }\n  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #d4e6d9; border-radius: var(--radius-sm); font-family: 'Nunito', sans-serif; font-size: 15px; color: var(--text); background: var(--cream); transition: border-color .2s; outline: none; }\n  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green-light); background: #fff; }\n  .form-group textarea { resize: vertical; min-height: 80px; }\n  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n  .form-submit { width: 100%; background: var(--green); color: #fff; border: none; padding: 14px; border-radius: 50px; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 16px; cursor: pointer; transition: background .2s; margin-top: 8px; }\n  .form-submit:hover { background: var(--green-dark); }\n  .form-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 10px; }\n\n  \/* FOOTER *\/\n  footer { background: var(--green-dark); color: rgba(255,255,255,0.85); padding: 48px 5% 28px; }\n  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }\n  .footer-brand img { height: 50px; margin-bottom: 14px; filter: brightness(0) invert(1); }\n  .footer-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.65); }\n  .footer-col h4 { font-family: 'Baloo 2', sans-serif; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }\n  .footer-col p, .footer-col a { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.8; text-decoration: none; display: block; }\n  .footer-col a:hover { color: var(--amber); }\n  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }\n  .footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.45); }\n  .cert-badges { display: flex; gap: 10px; }\n  .cert-badge { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.15); }\n\n  \/* SUCCESS *\/\n  .success-msg { display: none; text-align: center; padding: 24px; }\n  .success-msg .check { font-size: 48px; margin-bottom: 12px; }\n  .success-msg h4 { font-size: 20px; font-weight: 700; color: var(--green); margin-bottom: 8px; }\n  .success-msg p { font-size: 14px; color: var(--text-muted); }\n\n  @media (max-width: 768px) {\n    nav { padding: 0 4%; }\n    .nav-links { display: none; }\n    .hero { flex-direction: column; padding: 48px 4% 56px; text-align: center; }\n    .hero-image { flex: none; width: 100%; max-width: 320px; }\n    .hero p { margin: 0 auto 28px; }\n    .hero-actions { justify-content: center; }\n    .stat-item { border-right: none; border-bottom: 1px solid #e6ede8; }\n    .stats-grid { grid-template-columns: repeat(2, 1fr); }\n    .order-wrapper { grid-template-columns: 1fr; }\n    .footer-grid { grid-template-columns: 1fr; }\n    .form-row { grid-template-columns: 1fr; }\n    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }\n  }\n<\/style>\n\n\n\n<!-- NAV -->\n<nav>\n  <div class=\"nav-logo\">\n    <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/placeholder.png\" alt=\"Thu\u1eadn Kh\u00e1nh\" onerror=\"this.style.display=&#039;none&#039;\" title=\"\">\n    <span>THU\u1eacN KH\u00c1NH<\/span>\n  <\/div>\n  <div class=\"nav-links\">\n    <a href=\"#products\">S\u1ea3n ph\u1ea9m<\/a>\n    <a href=\"#why\">T\u1ea1i sao ch\u1ecdn ch\u00fang t\u00f4i<\/a>\n    <a href=\"#specs\">Th\u00f4ng s\u1ed1<\/a>\n    <a href=\"#order\">\u0110\u1eb7t h\u00e0ng<\/a>\n  <\/div>\n  <a href=\"#order\" class=\"nav-cta\">\u0110\u1eb7t h\u00e0ng ngay<\/a>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-text\">\n    <div class=\"hero-badge\">\n      <span>\u2b50 Ch\u1ee9ng nh\u1eadn HACCP<\/span>\n      Kinh nghi\u1ec7m h\u01a1n 12 n\u0103m\n    <\/div>\n    <h1>Ph\u00f4i C\u01a1m S\u1ea5y<br><em>G\u1ea1o Th\u01a1m &amp; G\u1ea1o L\u1ee9t<\/em><br>Ch\u1ea5t L\u01b0\u1ee3ng Cao<\/h1>\n    <p>Nguy\u00ean li\u1ec7u chu\u1ea9n cho c\u01a1m ch\u00e1y, snack \u0103n v\u1eb7t \u2013 nhi\u1ec1u k\u00edch th\u01b0\u1edbc, \u0111\u1ee7 h\u00ecnh d\u1ea1ng tr\u00f2n v\u00e0 ch\u1eef nh\u1eadt. Xu\u1ea5t x\u01b0\u1edfng t\u1eeb nh\u00e0 m\u00e1y \u0111\u1ea1t ISO &amp; HACCP.<\/p>\n    <div class=\"hero-actions\">\n      <a href=\"#order\" class=\"btn-primary\">\ud83d\uded2 \u0110\u1eb7t h\u00e0ng ngay<\/a>\n      <a href=\"https:\/\/zalo.me\/0903554568\" class=\"btn-outline\" target=\"_blank\" rel=\"noopener\">\ud83d\udcac Zalo t\u01b0 v\u1ea5n<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"hero-image\">\n    <img decoding=\"async\" src=\"\/mnt\/user-data\/uploads\/2.jpg\" alt=\"Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m Tr\u00f2n\" onerror=\"this.src=&#039;data:image\/svg+xml,&lt;svg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; width=&#039;380&#039; height=&#039;280&#039; viewBox=&#039;0 0 380 280&#039;&gt;&lt;rect width=&#039;380&#039; height=&#039;280&#039; fill=&#039;%23e8f5ee&#039; rx=&#039;20&#039;\/&gt;&lt;text x=&#039;50%25&#039; y=&#039;50%25&#039; fill=&#039;%231a7a3c&#039; text-anchor=&#039;middle&#039; dominant-baseline=&#039;middle&#039; font-size=&#039;18&#039; font-family=&#039;sans-serif&#039;&gt;Ph\u00f4i C\u01a1m S\u1ea5y&lt;\/text&gt;&lt;\/svg&gt;&#039;\" title=\"\">\n  <\/div>\n<\/section>\n\n<!-- STATS -->\n<div class=\"stats\">\n  <div class=\"stats-grid\">\n    <div class=\"stat-item\"><div class=\"stat-num\">12+<\/div><div class=\"stat-label\">N\u0103m kinh nghi\u1ec7m<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">12<\/div><div class=\"stat-label\">K\u00edch c\u1ee1 tr\u00f2n<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">9<\/div><div class=\"stat-label\">K\u00edch c\u1ee1 ch\u1eef nh\u1eadt<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">HACCP<\/div><div class=\"stat-label\">Ch\u1ee9ng nh\u1eadn ISO<\/div><\/div>\n    <div class=\"stat-item\"><div class=\"stat-num\">15\u201320kg<\/div><div class=\"stat-label\">Quy c\u00e1ch \u0111\u00f3ng g\u00f3i<\/div><\/div>\n  <\/div>\n<\/div>\n\n<!-- PRODUCTS -->\n<section class=\"products\" id=\"products\">\n  <div class=\"text-center\">\n    <span class=\"section-tag\">Products<\/span>\n    <h2 class=\"section-title\">\u0110a d\u1ea1ng ch\u1ee7ng lo\u1ea1i &amp; k\u00edch th\u01b0\u1edbc<\/h2>\n    <p class=\"section-sub\">Ph\u00f4i c\u01a1m s\u1ea5y \u0111\u01b0\u1ee3c l\u00e0m t\u1eeb g\u1ea1o th\u01a1m v\u00e0 g\u1ea1o l\u1ee9t, ph\u00f9 h\u1ee3p l\u00e0m c\u01a1m ch\u00e1y ho\u1eb7c snack \u0103n v\u1eb7t cao c\u1ea5p.<\/p>\n  <\/div>\n  <div class=\"products-grid\">\n    <!-- Card 1 -->\n    <div class=\"product-card\">\n      <div class=\"product-card-img\">\n        <img decoding=\"async\" src=\"\/mnt\/user-data\/uploads\/2.jpg\" alt=\"Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m Tr\u00f2n\" title=\"\">\n      <\/div>\n      <div class=\"product-card-body\">\n        <h3>Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m \u2013 Tr\u00f2n<\/h3>\n        <p>H\u00ecnh tr\u00f2n, b\u1ec1 m\u1eb7t x\u1ed1p \u0111\u1ec1u, th\u00edch h\u1ee3p l\u00e0m c\u01a1m ch\u00e1y truy\u1ec1n th\u1ed1ng ho\u1eb7c snack ph\u1ee7 gia v\u1ecb.<\/p>\n        <div class=\"size-chips\">\n          <span class=\"size-chip\">2cm<\/span><span class=\"size-chip\">3cm<\/span><span class=\"size-chip\">5cm<\/span>\n          <span class=\"size-chip\">6cm<\/span><span class=\"size-chip\">8cm<\/span><span class=\"size-chip\">9cm<\/span>\n          <span class=\"size-chip\">10cm<\/span><span class=\"size-chip\">11cm<\/span><span class=\"size-chip\">12cm<\/span>\n          <span class=\"size-chip\">13cm<\/span><span class=\"size-chip\">14cm<\/span><span class=\"size-chip\">15cm<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <!-- Card 2 -->\n    <div class=\"product-card\">\n      <div class=\"product-card-img\">\n        <img decoding=\"async\" src=\"\/mnt\/user-data\/uploads\/4.jpg\" alt=\"Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m Ch\u1eef Nh\u1eadt\" title=\"\">\n      <\/div>\n      <div class=\"product-card-body\">\n        <h3>Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m \u2013 Ch\u1eef Nh\u1eadt<\/h3>\n        <p>H\u00ecnh ch\u1eef nh\u1eadt d\u1ec5 c\u1eaft, t\u1ea1o h\u00ecnh. Ph\u00f9 h\u1ee3p s\u1ea3n xu\u1ea5t snack c\u00f4ng nghi\u1ec7p ho\u1eb7c b\u00e1nh c\u01a1m ch\u00e1y \u0111\u00f3ng g\u00f3i.<\/p>\n        <div class=\"size-chips\">\n          <span class=\"size-chip\">5\u00d75cm<\/span><span class=\"size-chip\">6\u00d79cm<\/span><span class=\"size-chip\">7\u00d711cm<\/span>\n          <span class=\"size-chip\">8\u00d711cm<\/span><span class=\"size-chip\">8\u00d712cm<\/span><span class=\"size-chip\">9\u00d714cm<\/span>\n          <span class=\"size-chip\">10\u00d715cm<\/span><span class=\"size-chip\">12\u00d717cm<\/span><span class=\"size-chip\">14\u00d719cm<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <!-- Card 3 -->\n    <div class=\"product-card\">\n      <div class=\"product-card-img\">\n        <img decoding=\"async\" src=\"\/mnt\/user-data\/uploads\/6.jpg\" alt=\"Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o L\u1ee9t Ch\u1eef Nh\u1eadt\" title=\"\">\n      <\/div>\n      <div class=\"product-card-body\">\n        <h3>Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o L\u1ee9t \u2013 Ch\u1eef Nh\u1eadt<\/h3>\n        <p>T\u1eeb g\u1ea1o l\u1ee9t nguy\u00ean c\u00e1m, gi\u00e0u dinh d\u01b0\u1ee1ng, m\u00e0u t\u00edm n\u00e2u \u0111\u1eb7c tr\u01b0ng \u2013 xu h\u01b0\u1edbng snack healthy \u0111ang hot.<\/p>\n        <div class=\"size-chips\">\n          <span class=\"size-chip\">5\u00d75cm<\/span><span class=\"size-chip\">6\u00d79cm<\/span><span class=\"size-chip\">7\u00d711cm<\/span>\n          <span class=\"size-chip\">8\u00d711cm<\/span><span class=\"size-chip\">8\u00d712cm<\/span><span class=\"size-chip\">9\u00d714cm<\/span>\n          <span class=\"size-chip\">10\u00d715cm<\/span><span class=\"size-chip\">12\u00d717cm<\/span><span class=\"size-chip\">14\u00d719cm<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHY -->\n<section class=\"why\" id=\"why\">\n  <div class=\"text-center\">\n    <span class=\"section-tag\">T\u1ea1i Sao Ch\u1ecdn Ch\u00fang T\u00f4i<\/span>\n    <h2 class=\"section-title\">Cam k\u1ebft ch\u1ea5t l\u01b0\u1ee3ng<\/h2>\n    <p class=\"section-sub\">Thu\u1eadn Kh\u00e1nh \u2013 \u0111\u1ed1i t\u00e1c tin c\u1eady cho c\u01a1 s\u1edf s\u1ea3n xu\u1ea5t c\u01a1m ch\u00e1y v\u00e0 snack tr\u00ean to\u00e0n qu\u1ed1c.<\/p>\n  <\/div>\n  <div style=\"position:relative; margin-top:56px;\">\n    <div class=\"why-grid\">\n      <div class=\"why-card\">\n        <div class=\"why-icon\">\ud83c\udfc5<\/div>\n        <h4>Chu\u1ea9n ISO &amp; HACCP<\/h4>\n        <p>Quy tr\u00ecnh s\u1ea3n xu\u1ea5t \u0111\u1ea1t ti\u00eau chu\u1ea9n an to\u00e0n th\u1ef1c ph\u1ea9m qu\u1ed1c t\u1ebf, \u0111\u1ea7y \u0111\u1ee7 gi\u1ea5y t\u1edd ch\u1ee9ng nh\u1eadn.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-icon\">\ud83d\udce6<\/div>\n        <h4>\u0110\u00f3ng g\u00f3i 15\u201320kg\/th\u00f9ng<\/h4>\n        <p>B\u1ea3o qu\u1ea3n nhi\u1ec7t \u0111\u1ed9 th\u01b0\u1eddng, h\u1ea1n s\u1eed d\u1ee5ng 12 th\u00e1ng t\u1eeb NSX, d\u1ec5 v\u1eadn chuy\u1ec3n.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-icon\">\ud83d\udcd0<\/div>\n        <h4>T\u00f9y ch\u1ec9nh k\u00edch th\u01b0\u1edbc<\/h4>\n        <p>S\u1ea3n xu\u1ea5t theo k\u00edch th\u01b0\u1edbc ri\u00eang, \u0111\u00e1p \u1ee9ng nhu c\u1ea7u \u0111\u1eb7c th\u00f9 c\u1ee7a t\u1eebng \u0111\u01a1n v\u1ecb.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-icon\">\ud83d\ude9a<\/div>\n        <h4>Giao h\u00e0ng 3\u20135 ng\u00e0y<\/h4>\n        <p>V\u1eadn chuy\u1ec3n to\u00e0n qu\u1ed1c, h\u1ed7 tr\u1ee3 ph\u00ed ship 50K cho \u0111\u01a1n t\u1eeb 1 th\u00f9ng tr\u1edf l\u00ean.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-icon\">\ud83e\uddea<\/div>\n        <h4>M\u1eabu th\u1eed mi\u1ec5n ph\u00ed<\/h4>\n        <p>G\u1eedi m\u1eabu tr\u1ef1c ti\u1ebfp \u0111\u1ec3 ki\u1ec3m tra ch\u1ea5t l\u01b0\u1ee3ng tr\u01b0\u1edbc khi \u0111\u1eb7t \u0111\u01a1n h\u00e0ng l\u1edbn.<\/p>\n      <\/div>\n      <div class=\"why-card\">\n        <div class=\"why-icon\">\u26a1<\/div>\n        <h4>T\u1ed1i thi\u1ec3u 1 th\u00f9ng<\/h4>\n        <p>Kh\u00f4ng \u00e9p s\u1ed1 l\u01b0\u1ee3ng, linh ho\u1ea1t cho c\u1ea3 kh\u00e1ch l\u1ebb v\u00e0 \u0111\u1ed1i t\u00e1c s\u1ec9.<\/p>\n     <\/div><\/div><\/div><\/section>\n\n<!-- SPECS -->\n<section class=\"specs\" id=\"specs\">\n  <div class=\"text-center\">\n    <span class=\"section-tag\" style=\"background:rgba(255,255,255,0.15);color:#fff;\">Th\u00f4ng S\u1ed1 S\u1ea3n Ph\u1ea9m<\/span>\n    <h2 class=\"section-title\">Th\u00f4ng tin chi ti\u1ebft<\/h2>\n    <p class=\"section-sub\">\u0110\u1ea7y \u0111\u1ee7 th\u00f4ng tin \u0111\u1ec3 b\u1ea1n \u0111\u01b0a ra quy\u1ebft \u0111\u1ecbnh \u0111\u1eb7t h\u00e0ng.<\/p>\n  <\/div>\n  <div class=\"specs-grid\">\n    <div class=\"spec-row\"><span class=\"spec-label\">T\u00ean s\u1ea3n ph\u1ea9m<\/span><span class=\"spec-value\">Ph\u00f4i C\u01a1m S\u1ea5y<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">T\u00ean g\u1ecdi kh\u00e1c<\/span><span class=\"spec-value\">Ph\u00f4i C\u01a1m Ch\u00e1y<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">Nguy\u00ean li\u1ec7u ch\u00ednh<\/span><span class=\"spec-value\">G\u1ea1o Th\u01a1m \/ G\u1ea1o L\u1ee9t<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">Application<\/span><span class=\"spec-value\">C\u01a1m ch\u00e1y, Snack \u0103n v\u1eb7t<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">H\u00ecnh d\u1ea1ng<\/span><span class=\"spec-value\">Tr\u00f2n &amp; Ch\u1eef Nh\u1eadt<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">Quy tr\u00ecnh s\u1ea3n xu\u1ea5t<\/span><span class=\"spec-value\">M\u00e1y s\u1ea5y kh\u00e9p k\u00edn 1 chi\u1ec1u<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">Ch\u1ee9ng nh\u1eadn<\/span><span class=\"spec-value\">ISO &amp; HACCP<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">\u0110\u00f3ng g\u00f3i<\/span><span class=\"spec-value\">Th\u00f9ng 15\u201320kg<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">B\u1ea3o qu\u1ea3n<\/span><span class=\"spec-value\">Nhi\u1ec7t \u0111\u1ed9 th\u01b0\u1eddng<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">H\u1ea1n s\u1eed d\u1ee5ng<\/span><span class=\"spec-value\">12 th\u00e1ng t\u1eeb NSX<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">\u0110\u1eb7t h\u00e0ng t\u1ed1i thi\u1ec3u<\/span><span class=\"spec-value\">1 th\u00f9ng<\/span><\/div>\n    <div class=\"spec-row\"><span class=\"spec-label\">Th\u1eddi gian giao h\u00e0ng<\/span><span class=\"spec-value\">3\u20135 ng\u00e0y t\u00f9y khu v\u1ef1c<\/span><\/div>\n  <\/div>\n<\/section>\n\n<!-- ORDER -->\n<section class=\"order\" id=\"order\">\n  <div class=\"order-wrapper\">\n    <div class=\"order-info\">\n      <span class=\"section-tag\">\u0110\u1eb7t H\u00e0ng<\/span>\n      <h2>Li\u00ean h\u1ec7 &amp; \u0110\u1eb7t h\u00e0ng<br>nhanh ch\u00f3ng<\/h2>\n      <p>\u0110i\u1ec1n form ho\u1eb7c nh\u1eafn Zalo \u0111\u1ec3 \u0111\u01b0\u1ee3c t\u01b0 v\u1ea5n k\u00edch th\u01b0\u1edbc, b\u00e1o gi\u00e1 v\u00e0 nh\u1eadn m\u1eabu th\u1eed mi\u1ec5n ph\u00ed.<\/p>\n      <div class=\"contact-items\">\n        <div class=\"contact-item\">\n          <div class=\"ci-icon\">\ud83d\udcde<\/div>\n          <div>\n            <div style=\"font-size:12px;color:var(--text-muted);font-weight:600;\">Hotline \/ Zalo<\/div>\n            <div>0903.55.4568<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-item\">\n          <div class=\"ci-icon\">\u2709\ufe0f<\/div>\n          <div>\n            <div style=\"font-size:12px;color:var(--text-muted);font-weight:600;\">Email<\/div>\n            <div>royalcake.vn@gmail.com<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-item\">\n          <div class=\"ci-icon\">\ud83d\udccd<\/div>\n          <div>\n            <div style=\"font-size:12px;color:var(--text-muted);font-weight:600;\">V\u0103n ph\u00f2ng GD<\/div>\n            <div>221\/6 B\u00ecnh Th\u00e0nh, P. B\u00ecnh H\u01b0ng Ho\u00e0 B, Q. B\u00ecnh T\u00e2n, TP.HCM<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <a href=\"https:\/\/zalo.me\/0903554568\" class=\"zalo-btn\" target=\"_blank\" rel=\"noopener\">\n        <svg width=\"22\" height=\"22\" viewbox=\"0 0 48 48\" fill=\"none\"><rect width=\"48\" height=\"48\" rx=\"10\" fill=\"#fff\"><\/rect><text x=\"50%\" y=\"55%\" fill=\"#0068ff\" text-anchor=\"middle\" dominant-baseline=\"middle\" font-size=\"20\" font-weight=\"bold\" font-family=\"sans-serif\">Z<\/text><\/svg>\n        Nh\u1eafn Zalo ngay\n      <\/a>\n    <\/div>\n\n    <div class=\"order-form\">\n      <h3>\ud83d\udccb Form \u0111\u1eb7t h\u00e0ng<\/h3>\n      <div id=\"form-content\">\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>H\u1ecd v\u00e0 t\u00ean *<\/label>\n            <input type=\"text\" id=\"fname\" placeholder=\"Nguy\u1ec5n V\u0103n A\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>S\u1ed1 \u0111i\u1ec7n tho\u1ea1i *<\/label>\n            <input type=\"tel\" id=\"fphone\" placeholder=\"09xx xxx xxx\">\n          <\/div>\n        <\/div>\n        <div class=\"form-group\">\n          <label>\u0110\u1ecba ch\u1ec9 nh\u1eadn h\u00e0ng<\/label>\n          <input type=\"text\" id=\"faddress\" placeholder=\"S\u1ed1 nh\u00e0, \u0111\u01b0\u1eddng, qu\u1eadn, t\u1ec9nh\/th\u00e0nh ph\u1ed1\">\n        <\/div>\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>Lo\u1ea1i s\u1ea3n ph\u1ea9m *<\/label>\n            <select id=\"ftype\">\n              <option value=\"\">&#8212; Ch\u1ecdn lo\u1ea1i &#8212;<\/option>\n              <option>Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m \u2013 Tr\u00f2n<\/option>\n              <option>Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o Th\u01a1m \u2013 Ch\u1eef Nh\u1eadt<\/option>\n              <option>Ph\u00f4i C\u01a1m S\u1ea5y G\u1ea1o L\u1ee9t \u2013 Ch\u1eef Nh\u1eadt<\/option>\n              <option>Nhi\u1ec1u lo\u1ea1i (ghi r\u00f5 b\u00ean d\u01b0\u1edbi)<\/option>\n            <\/select>\n          <\/div>\n          <div class=\"form-group\">\n            <label>S\u1ed1 l\u01b0\u1ee3ng (th\u00f9ng)<\/label>\n            <input type=\"number\" id=\"fqty\" placeholder=\"VD: 2\" min=\"1\">\n          <\/div>\n        <\/div>\n        <div class=\"form-group\">\n          <label>Ghi ch\u00fa \/ K\u00edch th\u01b0\u1edbc c\u1ee5 th\u1ec3<\/label>\n          <textarea id=\"fnote\" placeholder=\"VD: C\u1ea7n size 8cm, mu\u1ed1n nh\u1eadn m\u1eabu th\u1eed tr\u01b0\u1edbc...\"><\/textarea>\n        <\/div>\n        <button class=\"form-submit\" onclick=\"submitForm()\">G\u1eedi \u0111\u01a1n h\u00e0ng \u2192<\/button>\n        <p class=\"form-note\">Ch\u00fang t\u00f4i s\u1ebd li\u00ean h\u1ec7 x\u00e1c nh\u1eadn trong v\u00f2ng 30 ph\u00fat (gi\u1edd h\u00e0nh ch\u00ednh)<\/p>\n      <\/div>\n      <div class=\"success-msg\" id=\"success-msg\">\n        <div class=\"check\">\u2705<\/div>\n        <h4>\u0110\u01a1n h\u00e0ng \u0111\u00e3 \u0111\u01b0\u1ee3c g\u1eedi!<\/h4>\n        <p>C\u1ea3m \u01a1n b\u1ea1n \u0111\u00e3 quan t\u00e2m. \u0110\u1ed9i ng\u0169 Thu\u1eadn Kh\u00e1nh s\u1ebd li\u00ean h\u1ec7 x\u00e1c nh\u1eadn trong th\u1eddi gian s\u1edbm nh\u1ea5t.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<div style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;\">\n\n <div style=\"flex: 1; min-width: 300px; max-width: 400px; border: 1px solid #ddd; padding: 20px; border-radius: 8px; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.05);\">\n    <h3 style=\"margin-top: 0; color: #d35400;\">\u0110\u0102NG K\u00dd NH\u1eacN B\u00c1O GI\u00c1 S\u1ec8<\/h3>\n    \n    <form id=\"customerForm\" action=\"\">\n      <div style=\"margin-bottom: 15px;\">\n        <label style=\"display:block; margin-bottom:5px; font-weight: bold;\">H\u1ecd v\u00e0 t\u00ean *<\/label>\n        <input type=\"text\" name=\"HoTen\" required=\"\" style=\"width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;\">\n      <\/div>\n      <div style=\"margin-bottom: 15px;\">\n        <label style=\"display:block; margin-bottom:5px; font-weight: bold;\">S\u1ed1 \u0111i\u1ec7n tho\u1ea1i (Zalo) *<\/label>\n        <input type=\"tel\" name=\"DienThoai\" required=\"\" style=\"width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;\">\n      <\/div>\n      <div style=\"margin-bottom: 15px;\">\n        <label style=\"display:block; margin-bottom:5px; font-weight: bold;\">S\u1ed1 l\u01b0\u1ee3ng d\u1ef1 ki\u1ebfn l\u1ea5y<\/label>\n        <input type=\"text\" name=\"SoLuong\" placeholder=\"V\u00ed d\u1ee5: 50 h\u0169, 100 h\u0169...\" style=\"width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;\">\n      <\/div>\n      <button type=\"submit\" id=\"submitBtn\" style=\"width: 100%; padding: 10px; background: #d35400; color: #fff; border: none; border-radius: 4px; font-weight: bold; cursor: pointer;\">\n        G\u1eecI Y\u00caU C\u1ea6U\n      <\/button>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n    \n    <!-- Th\u00f4ng b\u00e1o tr\u1ea1ng th\u00e1i -->\n    <p id=\"msg\" style=\"margin-top: 15px; font-weight: bold; text-align: center; display: none;\"><\/p>\n  <\/div>\n\n<\/div>\n\n<!-- \u0110O\u1ea0N SCRIPT X\u1eec L\u00dd \u0110\u1ea8Y DATA V\u1ec0 GOOGLE SHEET -->\n<script>\n  \/\/ Thay \u0111o\u1ea1n URL d\u01b0\u1edbi \u0111\u00e2y b\u1eb1ng URL \u1ee8ng d\u1ee5ng web b\u1ea1n copy \u0111\u01b0\u1ee3c \u1edf B\u01b0\u1edbc 1\n  const scriptURL = 'VUI_LONG_THAY_URL_APPS_SCRIPT_CUA_BAN_VAO_DAY';\n  \n  const form = document.getElementById('customerForm');\n  const btn = document.getElementById('submitBtn');\n  const msg = document.getElementById('msg');\n\n  form.addEventListener('submit', e => {\n    e.preventDefault();\n    btn.disabled = true;\n    btn.innerText = '\u0110ang g\u1eedi th\u00f4ng tin...';\n    msg.style.display = 'block';\n    msg.style.color = '#7f8c8d';\n    msg.innerText = 'H\u1ec7 th\u1ed1ng \u0111ang x\u1eed l\u00fd, vui l\u00f2ng \u0111\u1ee3i...';\n\n    \/\/ T\u1ea1o FormData \u0111\u1ec3 \u0111\u00f3ng g\u00f3i d\u1eef li\u1ec7u\n    var formData = new FormData(form);\n    \n    \/\/ Chuy\u1ec3n \u0111\u1ed5i sang URLSearchParams \u0111\u1ec3 tr\u00e1nh l\u1ed7i CORS khi g\u1eedi POST l\u00ean Apps Script\n    var searchParams = new URLSearchParams();\n    for (var pair of formData.entries()) {\n        searchParams.append(pair[0], pair[1]);\n    }\n\n    fetch(scriptURL, { method: 'POST', body: searchParams })\n      .then(response => {\n         btn.disabled = false;\n         btn.innerText = 'G\u1eecI Y\u00caU C\u1ea6U';\n         msg.style.color = '#27ae60';\n         msg.innerText = 'C\u1ea3m \u01a1n b\u1ea1n! Th\u00f4ng tin \u0111\u00e3 \u0111\u01b0\u1ee3c g\u1eedi th\u00e0nh c\u00f4ng.';\n         form.reset(); \/\/ X\u00f3a s\u1ea1ch d\u1eef li\u1ec7u trong form sau khi g\u1eedi xong\n      })\n      .catch(error => {\n         btn.disabled = false;\n         btn.innerText = 'G\u1eecI L\u1ea0I';\n         msg.style.color = '#c0392b';\n         msg.innerText = 'C\u00f3 l\u1ed7i x\u1ea3y ra khi g\u1eedi. Vui l\u00f2ng th\u1eed l\u1ea1i!';\n         console.error('Error!', error.message);\n      });\n  });\n<\/html>\n[\/ux_html]","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"content-type":"","footnotes":""},"class_list":["post-8209","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/pages\/8209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/comments?post=8209"}],"version-history":[{"count":0,"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/pages\/8209\/revisions"}],"wp:attachment":[{"href":"https:\/\/comsaythuankhanh.com\/en\/wp-json\/wp\/v2\/media?parent=8209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}