{"id":1454,"date":"2026-04-13T20:37:22","date_gmt":"2026-04-13T20:37:22","guid":{"rendered":"https:\/\/powdercoatlinekt.com\/?page_id=1454"},"modified":"2026-05-09T03:58:34","modified_gmt":"2026-05-09T03:58:34","slug":"powder-coat-service","status":"publish","type":"page","link":"https:\/\/powdercoatlinekt.com\/vi\/powder-coat-service\/","title":{"rendered":"powder coat service"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>D\u1ecbch v\u1ee5 s\u01a1n b\u1ed9t chuy\u00ean nghi\u1ec7p | Th\u1eddi gian nhanh | Ch\u1ea5t l\u01b0\u1ee3ng \u0111\u1ea3m b\u1ea3o<\/title>\n  <meta name=\"description\" content=\"D\u1ecbch v\u1ee5 s\u01a1n t\u0129nh \u0111i\u1ec7n chuy\u00ean nghi\u1ec7p cho s\u1ea3n ph\u1ea9m kim lo\u1ea1i. Th\u1eddi gian ho\u00e0n th\u00e0nh nhanh, ki\u1ec3m so\u00e1t ch\u1ea5t l\u01b0\u1ee3ng nghi\u00eam ng\u1eb7t, m\u00e0u s\u1eafc t\u00f9y ch\u1ec9nh, s\u01a1n m\u1eabu v\u00e0 giao h\u00e0ng \u0111\u00e1ng tin c\u1eady t\u1eeb Ketu Machinery.\" \/>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Lexend:wght@400;600;700;800&display=swap\" rel=\"stylesheet\" \/>\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n  <script>\n    tailwind.config = {\n      theme: {\n        extend: {\n          colors: {\n            primary: {\n              DEFAULT: '#7C3AED',\n              dark: '#5B21B6',\n              light: '#F3E8FF',\n              soft: '#FAF5FF'\n            },\n            accent: {\n              DEFAULT: '#A855F7',\n              dark: '#6D28D9',\n              light: '#E9D5FF'\n            },\n            neutral: { 950: '#0a0a0a' }\n          },\n          fontFamily: {\n            sans: ['Inter', 'sans-serif'],\n            heading: ['Lexend', 'sans-serif']\n          },\n          boxShadow: {\n            purpleSoft: '0 18px 45px rgba(124,58,237,.18)',\n            purpleStrong: '0 24px 70px rgba(88,28,135,.28)'\n          }\n        }\n      }\n    };\n  <\/script>\n\n  <style>\n    html { scroll-behavior: smooth; }\n    body { font-family: 'Inter', sans-serif; }\n\n    .hero-gradient {\n      background:\n        radial-gradient(circle at top right, rgba(124,58,237,.18), transparent 42%),\n        radial-gradient(circle at bottom left, rgba(168,85,247,.12), transparent 42%),\n        linear-gradient(135deg, #ffffff 0%, #faf5ff 48%, #f3e8ff 100%);\n    }\n\n    .dark-purple-gradient {\n      background:\n        radial-gradient(circle at top right, rgba(168,85,247,.28), transparent 36%),\n        radial-gradient(circle at bottom left, rgba(124,58,237,.22), transparent 38%),\n        linear-gradient(135deg, #0f172a 0%, #2e1065 52%, #111827 100%);\n    }\n\n    .glass-card {\n      background: rgba(255,255,255,.86);\n      backdrop-filter: blur(12px);\n      border: 1px solid rgba(124,58,237,.16);\n    }\n\n    .glass-card:hover { border-color: rgba(124,58,237,.42); }\n\n    @keyframes float {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-12px); }\n    }\n    .animate-float { animation: float 6s ease-in-out infinite; }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    .fade-up { animation: fadeUp .7s ease both; }\n\n    .purple-btn {\n      background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);\n      color: #fff;\n      box-shadow: 0 18px 40px rgba(124,58,237,.28);\n    }\n    .purple-btn:hover {\n      background: linear-gradient(135deg, #5B21B6 0%, #7C3AED 100%);\n      transform: translateY(-1px);\n      box-shadow: 0 24px 50px rgba(124,58,237,.36);\n    }\n\n    .purple-outline {\n      border: 2px solid rgba(124,58,237,.34);\n      color: #7C3AED;\n      background: #fff;\n    }\n    .purple-outline:hover {\n      background: #F3E8FF;\n      border-color: #7C3AED;\n    }\n\n    .faq-content { display: none; }\n    .faq-item.active .faq-content { display: block; }\n    .faq-item.active .faq-plus { transform: rotate(45deg); }\n\n    .iq-field {\n      display: block !important;\n      width: 100% !important;\n      padding: 12px 14px !important;\n      border: 1.5px solid #E9D5FF !important;\n      border-radius: 12px !important;\n      font-size: 14px !important;\n      outline: none !important;\n      box-sizing: border-box !important;\n      font-family: inherit !important;\n      background: #fff !important;\n      color: #0f172a !important;\n      margin: 0 !important;\n      box-shadow: none !important;\n      -webkit-appearance: none !important;\n      transition: border-color .2s, box-shadow .2s !important;\n    }\n    .iq-field:focus {\n      border-color: #7C3AED !important;\n      box-shadow: 0 0 0 4px rgba(124,58,237,.16) !important;\n    }\n    @keyframes iq-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }\n\n    .kt-popup-overlay {\n      position: fixed;\n      inset: 0;\n      background: rgba(15,23,42,.66);\n      backdrop-filter: blur(8px);\n      z-index: 9999;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      padding: 16px;\n      font-family: inherit;\n    }\n    .kt-popup-overlay:target { display: flex; }\n  <\/style>\n<\/head>\n\n<body class=\"bg-white text-slate-900\">\n\n  <!-- SECTION 1: HERO -->\n  <section id=\"sec-hero-01\" class=\"min-h-screen hero-gradient flex items-center justify-center px-4 py-20\">\n    <div class=\"max-w-7xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\n      <div class=\"space-y-8 fade-up\">\n        <div class=\"space-y-4\">\n          <div class=\"inline-flex items-center rounded-full bg-primary-light px-4 py-2 text-sm font-semibold text-primary\">\n            \u2713 D\u1ecbch v\u1ee5 Ph\u1ee7 B\u1ed9t Chuy\u00ean Nghi\u1ec7p\n          <\/div>\n          <h1 class=\"font-heading text-5xl md:text-6xl font-bold leading-tight text-neutral-950\">\n            D\u1ecbch v\u1ee5 Ph\u1ee7 B\u1ed9t Nhanh Ch\u00f3ng, Tin C\u1eady cho S\u1ea3n Ph\u1ea9m Kim Lo\u1ea1i c\u1ee7a B\u1ea1n\n          <\/h1>\n          <p class=\"text-xl text-slate-600 leading-relaxed\">\n            \u0110\u01b0\u1ee3c c\u00e1c nh\u00e0 s\u1ea3n xu\u1ea5t tr\u00ean kh\u1eafp Vi\u1ec7t Nam tin t\u01b0\u1edfng. Gi\u1ea3i ph\u00e1p ph\u1ee7 ho\u00e0n ch\u1ec9nh v\u1edbi thi\u1ebft b\u1ecb n\u1ed9i b\u1ed9, ki\u1ec3m so\u00e1t ch\u1ea5t l\u01b0\u1ee3ng nghi\u00eam ng\u1eb7t, m\u00e0u s\u1eafc t\u00f9y ch\u1ec9nh v\u00e0 giao h\u00e0ng \u0111\u00e1ng tin c\u1eady.\n          <\/p>\n        <\/div>\n\n        <div class=\"grid grid-cols-2 gap-6 py-8 border-t border-b border-purple-200\">\n          <div>\n            <div class=\"text-3xl font-bold text-primary\">500+<\/div>\n            <p class=\"text-sm text-slate-600 mt-1\">\u0110\u1ed1i t\u00e1c S\u1ea3n Xu\u1ea5t<\/p>\n          <\/div>\n          <div>\n            <div class=\"text-3xl font-bold text-primary\">7\u201315<\/div>\n            <p class=\"text-sm text-slate-600 mt-1\">Th\u1eddi gian Th\u01b0\u1eddng L\u1ea5y H\u00e0ng Trong v\u00e0i Ng\u00e0y<\/p>\n          <\/div>\n          <div>\n            <div class=\"text-3xl font-bold text-primary\">100%<\/div>\n            <p class=\"text-sm text-slate-600 mt-1\">Ki\u1ec3m tra ch\u1ea5t l\u01b0\u1ee3ng<\/p>\n          <\/div>\n          <div>\n            <div class=\"text-3xl font-bold text-primary\">24h<\/div>\n            <p class=\"text-sm text-slate-600 mt-1\">M\u1ee5c ti\u00eau ph\u1ea3n h\u1ed3i<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"flex flex-col sm:flex-row gap-4\">\n          <a href=\"#kt-contact-popup\" class=\"purple-btn rounded-xl px-8 py-4 font-semibold text-lg transition-all text-center\">\n            Nh\u1eadn B\u00e1o Gi\u00e1 Ngay \u2192\n          <\/a>\n          <a href=\"https:\/\/wa.me\/8618064668879\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"purple-outline rounded-xl px-8 py-4 font-semibold text-lg transition-all text-center\">\n            Tr\u00f2 Chuy\u1ec7n tr\u00ean WhatsApp\n          <\/a>\n        <\/div>\n\n        <p class=\"text-sm text-slate-500\">\n          Foshan, Guangdong \u00b7 H\u01a1n 20 n\u0103m kinh nghi\u1ec7m \u00b7 S\u1ea3n xu\u1ea5t n\u1ed9i b\u1ed9 \u00b7 Giao ti\u1ebfp d\u1ef1 \u00e1n theo th\u1eddi gian th\u1ef1c\n        <\/p>\n      <\/div>\n\n      <div class=\"relative hidden lg:block\">\n        <div class=\"animate-float\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/spacious-powder-coating-workshop-for-industrial-metal-products.webp\" alt=\"D\u00e2y chuy\u1ec1n s\u1ea3n xu\u1ea5t s\u01a1n t\u0129nh \u0111i\u1ec7n chuy\u00ean nghi\u1ec7p \u0111ang ho\u1ea1t \u0111\u1ed9ng\" class=\"rounded-3xl shadow-2xl shadow-purple-900\/20 w-full h-auto\" \/>\n        <\/div>\n        <div class=\"absolute -bottom-6 -right-6 rounded-2xl bg-primary text-white p-6 shadow-purpleStrong\">\n          <p class=\"font-semibold text-sm\">S\u1eb5n s\u00e0ng cho \u0110\u01a1n H\u00e0ng M\u1edbi<\/p>\n          <p class=\"text-xs mt-2 opacity-90\">Dung l\u01b0\u1ee3ng m\u1eabu v\u00e0 l\u00f4 linh ho\u1ea1t<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 2: WHY CHOOSE US -->\n  <section id=\"sec-why-choose-02\" class=\"py-20 px-4 bg-white\">\n    <div class=\"max-w-7xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <div class=\"inline-block rounded-full bg-primary-light px-4 py-2 text-sm font-semibold text-primary mb-4\">\n          T\u1ea1i sao ch\u1ecdn ch\u00fang t\u00f4i\n        <\/div>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">\n          \u0110\u1ed1i t\u00e1c ph\u1ee7 \u0111\u01b0\u1ee3c x\u00e2y d\u1ef1ng cho \u0111\u01a1n h\u00e0ng c\u00f4ng nghi\u1ec7p\n        <\/h2>\n        <p class=\"text-lg text-slate-600 max-w-3xl mx-auto\">\n          Ch\u00fang t\u00f4i t\u1eadp trung v\u00e0o ch\u1ea5t l\u01b0\u1ee3ng ph\u1ee7 l\u1eb7p l\u1ea1i, th\u1eddi gian ho\u00e0n th\u00e0nh \u1ed5n \u0111\u1ecbnh v\u00e0 giao ti\u1ebfp r\u00f5 r\u00e0ng cho kh\u00e1ch h\u00e0ng s\u1ea3n xu\u1ea5t B2B.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n        <div class=\"glass-card rounded-3xl p-8 shadow-purpleSoft\">\n          <div class=\"w-14 h-14 rounded-2xl bg-primary-light text-primary flex items-center justify-center mb-5 text-2xl font-bold\">1<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-3\">Quy tr\u00ecnh ho\u00e0n ch\u1ec9nh<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">Ti\u1ec1n x\u1eed l\u00fd, che ch\u1eafn, phun t\u0129nh \u0111i\u1ec7n, s\u1ea5y, ki\u1ec3m tra, \u0111\u00f3ng g\u00f3i v\u00e0 ph\u1ed1i h\u1ee3p giao h\u00e0ng.<\/p>\n        <\/div>\n        <div class=\"glass-card rounded-3xl p-8 shadow-purpleSoft\">\n          <div class=\"w-14 h-14 rounded-2xl bg-primary-light text-primary flex items-center justify-center mb-5 text-2xl font-bold\">2<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-3\">Th\u1eddi gian giao h\u00e0ng \u1ed5n \u0111\u1ecbnh<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">M\u1eabu, \u0111\u01a1n h\u00e0ng th\u1eed nghi\u1ec7m v\u00e0 ph\u1ee7 l\u00f4 th\u01b0\u1eddng xuy\u00ean c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c l\u00ean l\u1ecbch theo k\u1ebf ho\u1ea1ch s\u1ea3n xu\u1ea5t c\u1ee7a b\u1ea1n.<\/p>\n        <\/div>\n        <div class=\"glass-card rounded-3xl p-8 shadow-purpleSoft\">\n          <div class=\"w-14 h-14 rounded-2xl bg-primary-light text-primary flex items-center justify-center mb-5 text-2xl font-bold\">3<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-3\">Ki\u1ec3m so\u00e1t ch\u1ea5t l\u01b0\u1ee3ng<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">\u0110\u1ed9 d\u00e0y m\u00e0ng, m\u00e0u s\u1eafc, \u0111\u1ed9 b\u00e1m d\u00ednh, ngo\u1ea1i h\u00ecnh v\u00e0 \u0111\u00f3ng g\u00f3i \u0111\u01b0\u1ee3c ki\u1ec3m tra tr\u01b0\u1edbc khi xu\u1ea5t h\u00e0ng.<\/p>\n        <\/div>\n        <div class=\"glass-card rounded-3xl p-8 shadow-purpleSoft\">\n          <div class=\"w-14 h-14 rounded-2xl bg-primary-light text-primary flex items-center justify-center mb-5 text-2xl font-bold\">4<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-3\">H\u1ed7 tr\u1ee3 nh\u00e0 m\u00e1y<\/h3>\n          <p class=\"text-slate-600 text-sm leading-relaxed\">H\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt cho d\u1ef1 \u00e1n ph\u1ee7 l\u1ea7n \u0111\u1ea7u, l\u1ef1a ch\u1ecdn m\u00e0u s\u1eafc, v\u00f9ng che ch\u1eafn v\u00e0 c\u1ea3i ti\u1ebfn quy tr\u00ecnh.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 3: SERVICE PORTFOLIO -->\n  <section id=\"sec-service-portfolio-03\" class=\"py-20 px-4 bg-slate-50\">\n    <div class=\"max-w-7xl mx-auto space-y-16\">\n      <div class=\"text-center space-y-4\">\n        <div class=\"inline-block rounded-full bg-primary-light px-4 py-2 text-sm font-semibold text-primary\">\n          Ph\u1ee7 S\u00f3ng D\u1ecbch V\u1ee5 To\u00e0n Di\u1ec7n\n        <\/div>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950\">\n          Gi\u1ea3i Ph\u00e1p D\u1ecbch V\u1ee5 Ph\u1ee7 B\u1ed9t Ho\u00e0n Ch\u1ec9nh\n        <\/h2>\n        <p class=\"text-xl text-slate-600 max-w-3xl mx-auto\">\n          T\u1eeb ti\u1ec1n x\u1eed l\u00fd \u0111\u1ebfn giao h\u00e0ng s\u1ea3n ph\u1ea9m ho\u00e0n thi\u1ec7n, ch\u00fang t\u00f4i x\u1eed l\u00fd m\u1ecdi b\u01b0\u1edbc c\u1ee7a quy tr\u00ecnh ph\u1ee7 c\u1ee7a b\u1ea1n.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-5 gap-4 md:gap-2\">\n        <div class=\"relative\">\n          <div class=\"bg-white rounded-2xl overflow-hidden hover:shadow-purpleSoft transition-all h-full border border-purple-100\">\n            <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/04\/hanging-frame-pretreatment.png\" alt=\"H\u1ec7 th\u1ed1ng ti\u1ec1n x\u1eed l\u00fd ng\u00e2m t\u1ea9m cho chu\u1ea9n b\u1ecb b\u1ec1 m\u1eb7t kim lo\u1ea1i\" class=\"w-full h-48 object-cover\" \/>\n            <div class=\"p-4\">\n              <h3 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">Ti\u1ec1n x\u1eed l\u00fd<\/h3>\n              <p class=\"text-sm text-slate-600 mb-3\">T\u1ea9y d\u1ea7u, r\u1eeda axit, ph\u1ed1t ph\u00e1t h\u00f3a, s\u1ea5y kh\u00f4.<\/p>\n              <div class=\"text-xs font-semibold text-primary\">\u2713 Ki\u1ec3m so\u00e1t chu\u1ea9n b\u1ecb b\u1ec1 m\u1eb7t<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"hidden md:block absolute -right-2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-primary rounded-full shadow-md\"><\/div>\n        <\/div>\n\n        <div class=\"relative\">\n          <div class=\"bg-white rounded-2xl overflow-hidden hover:shadow-purpleSoft transition-all h-full border border-purple-100\">\n            <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/image-1.webp\" alt=\"Bu\u1ed3ng phun s\u01a1n b\u1ed9t t\u0129nh \u0111i\u1ec7n v\u1edbi nhi\u1ec1u s\u00fang phun\" class=\"w-full h-48 object-cover\" \/>\n            <div class=\"p-4\">\n              <h3 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">Phun B\u1ed9t<\/h3>\n              <p class=\"text-sm text-slate-600 mb-3\">\u1ee8ng d\u1ee5ng t\u0129nh \u0111i\u1ec7n v\u00e0 ki\u1ec3m so\u00e1t phun.<\/p>\n              <div class=\"text-xs font-semibold text-primary\">\u2713 Ph\u1ee7 \u0111\u1ec1u<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"hidden md:block absolute -right-2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-primary rounded-full shadow-md\"><\/div>\n        <\/div>\n\n        <div class=\"relative\">\n          <div class=\"bg-white rounded-2xl overflow-hidden hover:shadow-purpleSoft transition-all h-full border border-purple-100\">\n            <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/red-painted-structural-lattice-surrounding-process-equipment.webp\" alt=\"L\u00f2 s\u1ea5y curing s\u01a1n b\u1ed9t c\u00f4ng nghi\u1ec7p v\u1edbi \u0111i\u1ec1u khi\u1ec3n nhi\u1ec7t \u0111\u1ed9\" class=\"w-full h-48 object-cover\" \/>\n            <div class=\"p-4\">\n              <h3 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">L\u00e0m c\u1ee9ng \/ N\u01b0\u1edbng<\/h3>\n              <p class=\"text-sm text-slate-600 mb-3\">Ki\u1ec3m so\u00e1t h\u1ed3 s\u01a1 nhi\u1ec7t \u0111\u1ed9 v\u00e0 th\u1eddi gian \u0111\u00f3ng r\u1eafn.<\/p>\n              <div class=\"text-xs font-semibold text-primary\">\u2713 H\u00ecnh th\u00e0nh m\u00e0ng \u1ed5n \u0111\u1ecbnh<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"hidden md:block absolute -right-2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-primary rounded-full shadow-md\"><\/div>\n        <\/div>\n\n        <div class=\"relative\">\n          <div class=\"bg-white rounded-2xl overflow-hidden hover:shadow-purpleSoft transition-all h-full border border-purple-100\">\n            <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/%E6%B5%81%E6%B0%B4%E7%BA%BF%E6%8B%8D%E6%91%84%E5%9B%BE-40.webp\" alt=\"Ki\u1ec3m tra ki\u1ec3m so\u00e1t ch\u1ea5t l\u01b0\u1ee3ng v\u1edbi \u0111o \u0111\u1ed9 d\u00e0y phim v\u00e0 ph\u00f9 h\u1ee3p m\u00e0u s\u1eafc\" class=\"w-full h-48 object-cover\" \/>\n            <div class=\"p-4\">\n              <h3 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">Ki\u1ec3m so\u00e1t ch\u1ea5t l\u01b0\u1ee3ng<\/h3>\n              <p class=\"text-sm text-slate-600 mb-3\">Ki\u1ec3m tra ngo\u1ea1i quan, \u0111\u1ed9 d\u00e0y m\u00e0ng, m\u00e0u s\u1eafc v\u00e0 \u0111\u1ed9 b\u00e1m d\u00ednh.<\/p>\n              <div class=\"text-xs font-semibold text-primary\">\u2713 Ki\u1ec3m tra tr\u01b0\u1edbc khi giao h\u00e0ng<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"hidden md:block absolute -right-2 top-1\/2 -translate-y-1\/2 w-4 h-4 bg-primary rounded-full shadow-md\"><\/div>\n        <\/div>\n\n        <div class=\"relative\">\n          <div class=\"bg-white rounded-2xl overflow-hidden hover:shadow-purpleSoft transition-all h-full border border-purple-100\">\n            <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/production-line-30.webp\" alt=\"H\u1ec7 th\u1ed1ng thu h\u1ed3i b\u1ed9t v\u00e0 khu v\u1ef1c chu\u1ea9n b\u1ecb v\u1eadn chuy\u1ec3n\" class=\"w-full h-48 object-cover\" \/>\n            <div class=\"p-4\">\n              <h3 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">\u0110\u00f3ng g\u00f3i &amp; V\u1eadn chuy\u1ec3n<\/h3>\n              <p class=\"text-sm text-slate-600 mb-3\">\u0110\u00f3ng g\u00f3i b\u1ea3o v\u1ec7 v\u00e0 ph\u1ed1i h\u1ee3p giao nh\u1eadn.<\/p>\n              <div class=\"text-xs font-semibold text-primary\">\u2713 Giao h\u00e0ng an to\u00e0n<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 mt-12\">\n        <div class=\"rounded-2xl bg-white border border-purple-100 p-6 hover:border-primary\/40 transition-all shadow-sm\">\n          <div class=\"inline-block rounded-full bg-primary-light text-primary p-3 mb-4\">\u2713<\/div>\n          <h4 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">H\u1ed7 tr\u1ee3 \u0110a Ch\u1ea5t li\u1ec7u<\/h4>\n          <p class=\"text-slate-600\">Th\u00e9p \u00b7 Nh\u00f4m \u00b7 Th\u00e9p kh\u00f4ng g\u1ec9 \u00b7 Th\u00e9p m\u1ea1 k\u1ebdm \u00b7 Gang<\/p>\n        <\/div>\n        <div class=\"rounded-2xl bg-white border border-purple-100 p-6 hover:border-primary\/40 transition-all shadow-sm\">\n          <div class=\"inline-block rounded-full bg-primary-light text-primary p-3 mb-4\">\u2605<\/div>\n          <h4 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">T\u00f9y ch\u1ecdn M\u00e0u s\u1eafc t\u00f9y ch\u1ec9nh<\/h4>\n          <p class=\"text-slate-600\">Ti\u00eau chu\u1ea9n RAL\/NCS \u00b7 Pha m\u00e0u theo y\u00eau c\u1ea7u \u00b7 B\u1ec1 m\u1eb7t kim lo\u1ea1i, nh\u00e1m, m\u1edd v\u00e0 b\u00f3ng<\/p>\n        <\/div>\n        <div class=\"rounded-2xl bg-white border border-purple-100 p-6 hover:border-primary\/40 transition-all shadow-sm\">\n          <div class=\"inline-block rounded-full bg-primary-light text-primary p-3 mb-4\">\u2197<\/div>\n          <h4 class=\"font-heading font-bold text-lg text-neutral-950 mb-2\">Linh ho\u1ea1t &amp; M\u1edf r\u1ed9ng quy m\u00f4<\/h4>\n          <p class=\"text-slate-600\">S\u01a1n m\u1eabu \u00b7 L\u00f4 th\u1eed nghi\u1ec7m \u00b7 S\u1ea3n xu\u1ea5t \u0111\u1ecbnh k\u1ef3 \u00b7 Gi\u00e1 \u01b0u \u0111\u00e3i cho \u0111\u01a1n h\u00e0ng \u1ed5n \u0111\u1ecbnh<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 4: INDUSTRIES -->\n  <section id=\"sec-industries-04\" class=\"py-20 px-4 bg-white\">\n    <div class=\"max-w-7xl mx-auto space-y-16\">\n      <div class=\"text-center space-y-4\">\n        <div class=\"inline-block rounded-full bg-primary-light px-4 py-2 text-sm font-semibold text-primary\">\n          Ph\u1ea1m vi \u1ee9ng d\u1ee5ng r\u1ed9ng\n        <\/div>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950\">\n          Ng\u00e0nh c\u00f4ng nghi\u1ec7p &amp; S\u1ea3n ph\u1ea9m ch\u00fang t\u00f4i ph\u1ee5c v\u1ee5\n        <\/h2>\n        <p class=\"text-xl text-slate-600 max-w-3xl mx-auto\">\n          Kinh nghi\u1ec7m \u0111\u00e3 \u0111\u01b0\u1ee3c ch\u1ee9ng minh trong c\u00e1c \u1ee9ng d\u1ee5ng c\u00f4ng nghi\u1ec7p v\u1edbi gi\u1ea3i ph\u00e1p ph\u1ee7 s\u01a1n t\u00f9y ch\u1ec9nh theo y\u00eau c\u1ea7u s\u1ea3n ph\u1ea9m c\u1ee7a b\u1ea1n.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6\">\n        <div class=\"rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/04\/furniture.webp\" alt=\"Gi\u1ea3i ph\u00e1p s\u01a1n ph\u1ee7 cho n\u1ed9i th\u1ea5t kim lo\u1ea1i v\u00e0 k\u1ec7\" class=\"w-full h-44 object-cover group-hover:scale-105 transition-transform duration-300\" \/>\n          <div class=\"p-6\">\n            <h3 class=\"font-heading font-bold text-xl text-neutral-950 mb-2\">N\u1ed9i th\u1ea5t kim lo\u1ea1i &amp; Gi\u00e1 \u0111\u1ee1<\/h3>\n            <p class=\"text-slate-600 text-sm mb-3\">K\u1ec7 c\u00f4ng nghi\u1ec7p, kho l\u01b0u tr\u1eef, t\u1ee7 tr\u01b0ng b\u00e0y, n\u1ed9i th\u1ea5t v\u0103n ph\u00f2ng.<\/p>\n            <span class=\"text-xs bg-primary-light text-primary rounded-full px-3 py-1 font-semibold\">S\u1ea3n ph\u1ea9m th\u00e9p<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/box-form-curing-enclosure-above-production-workspace.webp\" alt=\"S\u01a1n ph\u1ee7 t\u1ee7 \u0111i\u1ec7n v\u00e0 b\u1ea3ng \u0111i\u1ec1u khi\u1ec3n\" class=\"w-full h-44 object-cover group-hover:scale-105 transition-transform duration-300\" \/>\n          <div class=\"p-6\">\n            <h3 class=\"font-heading font-bold text-xl text-neutral-950 mb-2\">T\u1ee7 \u0110i\u1ec7n<\/h3>\n            <p class=\"text-slate-600 text-sm mb-3\">H\u1ed9p ph\u00e2n ph\u1ed1i, t\u1ee7 \u0111i\u1ec1u khi\u1ec3n, v\u1ecf b\u1ecdc v\u00e0 h\u1ed9p \u0111i\u1ec7n.<\/p>\n            <span class=\"text-xs bg-primary-light text-primary rounded-full px-3 py-1 font-semibold\">M\u00e0u RAL<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/production-line-226-scaled.webp\" alt=\"L\u1edbp nh\u00f4m v\u00e0 ph\u1ee7 gia c\u00f4ng\" class=\"w-full h-44 object-cover group-hover:scale-105 transition-transform duration-300\" \/>\n          <div class=\"p-6\">\n            <h3 class=\"font-heading font-bold text-xl text-neutral-950 mb-2\">H\u1ee3p kim nh\u00f4m<\/h3>\n            <p class=\"text-slate-600 text-sm mb-3\">Thanh nh\u00f4m \u0111\u1ecbnh h\u00ecnh, ph\u1ee5 ki\u1ec7n v\u00e1ch k\u00ednh, h\u1ed3 s\u01a1 ki\u1ebfn tr\u00fac v\u00e0 k\u1ebft c\u1ea5u.<\/p>\n            <span class=\"text-xs bg-primary-light text-primary rounded-full px-3 py-1 font-semibold\">Nh\u00f4m<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/multi-column-conveyor-superstructure-in-finishing-facility.webp\" alt=\"D\u1ecbch v\u1ee5 ph\u1ee7 kim lo\u1ea1i v\u00e0 \u1ed1c v\u00edt\" class=\"w-full h-44 object-cover group-hover:scale-105 transition-transform duration-300\" \/>\n          <div class=\"p-6\">\n            <h3 class=\"font-heading font-bold text-xl text-neutral-950 mb-2\">Ph\u1ea7n c\u1ee9ng &amp; \u1ed1c v\u00edt<\/h3>\n            <p class=\"text-slate-600 text-sm mb-3\">Bu l\u00f4ng, gi\u00e1 \u0111\u1ee1, b\u1ea3n l\u1ec1, ph\u1ee5 ki\u1ec7n v\u00e0 c\u00e1c chi ti\u1ebft kim lo\u1ea1i nh\u1ecf.<\/p>\n            <span class=\"text-xs bg-primary-light text-primary rounded-full px-3 py-1 font-semibold\">H\u1ed7 tr\u1ee3 theo l\u00f4<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/production-line-233-scaled.webp\" alt=\"Ph\u1ee7 kim lo\u1ea1i t\u1ea5m v\u00e0 c\u00e1c b\u1ed9 ph\u1eadn \u0111\u00fac d\u1eadp\" class=\"w-full h-44 object-cover group-hover:scale-105 transition-transform duration-300\" \/>\n          <div class=\"p-6\">\n            <h3 class=\"font-heading font-bold text-xl text-neutral-950 mb-2\">C\u00e1c th\u00e0nh ph\u1ea7n kim lo\u1ea1i t\u1ea5m<\/h3>\n            <p class=\"text-slate-600 text-sm mb-3\">Chi ti\u1ebft d\u1eadp, b\u1ed9 ph\u1eadn gia c\u00f4ng, n\u1eafp che v\u00e0 v\u1ecf kim lo\u1ea1i.<\/p>\n            <span class=\"text-xs bg-primary-light text-primary rounded-full px-3 py-1 font-semibold\">Chi ti\u1ebft ch\u00ednh x\u00e1c<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/production-line-179-scaled.webp\" alt=\"Gi\u1ea3i ph\u00e1p ph\u1ee7 cho linh ki\u1ec7n thi\u1ebft b\u1ecb gia d\u1ee5ng\" class=\"w-full h-44 object-cover group-hover:scale-105 transition-transform duration-300\" \/>\n          <div class=\"p-6\">\n            <h3 class=\"font-heading font-bold text-xl text-neutral-950 mb-2\">Thi\u1ebft b\u1ecb gia d\u1ee5ng<\/h3>\n            <p class=\"text-slate-600 text-sm mb-3\">M\u00e1y h\u00fat m\u00f9i, khung, vi\u1ec1n, v\u1ecf thi\u1ebft b\u1ecb v\u00e0 c\u00e1c chi ti\u1ebft kim lo\u1ea1i trang tr\u00ed.<\/p>\n            <span class=\"text-xs bg-primary-light text-primary rounded-full px-3 py-1 font-semibold\">Ho\u00e0n thi\u1ec7n th\u1ea9m m\u1ef9<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"rounded-2xl bg-slate-50 border border-purple-100 p-8\">\n        <h3 class=\"font-heading font-bold text-2xl text-neutral-950 mb-6\">C\u0169ng ph\u1ee5c v\u1ee5 c\u00e1c ng\u00e0nh c\u00f4ng nghi\u1ec7p sau:<\/h3>\n        <div class=\"flex flex-wrap gap-3\">\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">Thang m\u00e1y<\/span>\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">V\u1eadt li\u1ec7u x\u00e2y d\u1ef1ng<\/span>\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">Ph\u1ea7n c\u01a1 kh\u00ed<\/span>\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">S\u1ea3n ph\u1ea9m \u0111i\u1ec7n t\u1eed<\/span>\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">L\u1ed3ng th\u00fa c\u01b0ng<\/span>\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">M\u00e0n h\u00ecnh qu\u1ea3ng c\u00e1o<\/span>\n          <span class=\"rounded-full bg-primary-light text-primary px-4 py-2 font-semibold\">Thi\u1ebft b\u1ecb kho<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 5: PROCESS -->\n  <section id=\"sec-process-05\" class=\"py-20 px-4 bg-slate-50\">\n    <div class=\"max-w-7xl mx-auto space-y-16\">\n      <div class=\"text-center space-y-4\">\n        <div class=\"inline-block rounded-full bg-primary-light px-4 py-2 text-sm font-semibold text-primary\">\n          Quy tr\u00ecnh trong su\u1ed1t\n        <\/div>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950\">\n          C\u00e1ch ho\u1ea1t \u0111\u1ed9ng c\u1ee7a d\u1ecbch v\u1ee5 c\u1ee7a ch\u00fang t\u00f4i\n        <\/h2>\n        <p class=\"text-xl text-slate-600 max-w-3xl mx-auto\">\n          T\u1eeb kh\u00e2u nh\u1eadn h\u00e0ng \u0111\u1ebfn giao h\u00e0ng: quy tr\u00ecnh ki\u1ec3m so\u00e1t c\u1ee7a ch\u00fang t\u00f4i \u0111\u1ea3m b\u1ea3o ch\u1ea5t l\u01b0\u1ee3ng \u1edf m\u1ecdi giai \u0111o\u1ea1n.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-4 gap-6\">\n        <div class=\"glass-card rounded-3xl p-6 shadow-purpleSoft\">\n          <div class=\"w-12 h-12 rounded-full bg-primary text-white flex items-center justify-center font-bold mb-4\">1<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-2\">Nh\u1eadn h\u00e0ng &amp; Ki\u1ec3m tra<\/h3>\n          <p class=\"text-sm text-slate-600\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c ki\u1ec3m tra v\u1ec1 s\u1ed1 l\u01b0\u1ee3ng, t\u00ecnh tr\u1ea1ng b\u1ec1 m\u1eb7t v\u00e0 y\u00eau c\u1ea7u gia c\u00f4ng.<\/p>\n        <\/div>\n        <div class=\"glass-card rounded-3xl p-6 shadow-purpleSoft\">\n          <div class=\"w-12 h-12 rounded-full bg-primary text-white flex items-center justify-center font-bold mb-4\">2<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-2\">Che ch\u1eafn &amp; X\u1eed l\u00fd b\u1ec1 m\u1eb7t<\/h3>\n          <p class=\"text-sm text-slate-600\">C\u00e1c khu v\u1ef1c ch\u1ee9c n\u0103ng \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7, sau \u0111\u00f3 b\u1ec1 m\u1eb7t \u0111\u01b0\u1ee3c l\u00e0m s\u1ea1ch v\u00e0 chu\u1ea9n b\u1ecb cho vi\u1ec7c ph\u1ee7.<\/p>\n        <\/div>\n        <div class=\"glass-card rounded-3xl p-6 shadow-purpleSoft\">\n          <div class=\"w-12 h-12 rounded-full bg-primary text-white flex items-center justify-center font-bold mb-4\">3<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-2\">Phun s\u01a1n &amp; S\u1ea5y kh\u00f4<\/h3>\n          <p class=\"text-sm text-slate-600\">B\u1ed9t \u0111\u01b0\u1ee3c phun b\u1eb1ng thi\u1ebft b\u1ecb t\u0129nh \u0111i\u1ec7n v\u00e0 \u0111\u01b0\u1ee3c s\u1ea5y kh\u00f4 \u1edf nhi\u1ec7t \u0111\u1ed9 ki\u1ec3m so\u00e1t.<\/p>\n        <\/div>\n        <div class=\"glass-card rounded-3xl p-6 shadow-purpleSoft\">\n          <div class=\"w-12 h-12 rounded-full bg-primary text-white flex items-center justify-center font-bold mb-4\">4<\/div>\n          <h3 class=\"font-heading text-xl font-bold mb-2\">Ki\u1ec3m tra &amp; Giao h\u00e0ng<\/h3>\n          <p class=\"text-sm text-slate-600\">S\u1ea3n ph\u1ea9m ho\u00e0n thi\u1ec7n \u0111\u01b0\u1ee3c ki\u1ec3m tra, \u0111\u00f3ng g\u00f3i v\u00e0 chu\u1ea9n b\u1ecb giao h\u00e0ng.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-8 items-center\">\n        <div class=\"space-y-6\">\n          <div class=\"flex gap-4 bg-white rounded-2xl p-6 border border-purple-100\">\n            <div class=\"w-10 h-10 bg-primary-light text-primary rounded-full flex items-center justify-center font-bold flex-shrink-0\">A<\/div>\n            <div>\n              <h4 class=\"font-heading font-bold text-lg mb-1\">Chi ti\u1ebft \u0111\u1ea7u v\u00e0o<\/h4>\n              <p class=\"text-sm text-slate-600\">G\u1eedi \u1ea3nh, b\u1ea3n v\u1ebd, ch\u1ea5t li\u1ec7u s\u1ea3n ph\u1ea9m, s\u1ed1 l\u01b0\u1ee3ng \u0111\u1eb7t h\u00e0ng, m\u00e0u s\u1eafc mong mu\u1ed1n, lo\u1ea1i ho\u00e0n thi\u1ec7n v\u00e0 khu v\u1ef1c c\u1ea7n che ch\u1eafn.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"flex gap-4 bg-white rounded-2xl p-6 border border-purple-100\">\n            <div class=\"w-10 h-10 bg-primary-light text-primary rounded-full flex items-center justify-center font-bold flex-shrink-0\">B<\/div>\n            <div>\n              <h4 class=\"font-heading font-bold text-lg mb-1\">B\u00e1o gi\u00e1 &amp; L\u1ecbch tr\u00ecnh<\/h4>\n              <p class=\"text-sm text-slate-600\">Ch\u00fang t\u00f4i \u01b0\u1edbc t\u00ednh chi ph\u00ed ph\u1ee7, th\u1eddi gian s\u1ea3n xu\u1ea5t, \u0111\u00f3ng g\u00f3i v\u00e0 ph\u01b0\u01a1ng th\u1ee9c v\u1eadn chuy\u1ec3n.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"flex gap-4 bg-white rounded-2xl p-6 border border-purple-100\">\n            <div class=\"w-10 h-10 bg-primary-light text-primary rounded-full flex items-center justify-center font-bold flex-shrink-0\">C<\/div>\n            <div>\n              <h4 class=\"font-heading font-bold text-lg mb-1\">Theo d\u00f5i s\u1ea3n xu\u1ea5t<\/h4>\n              <p class=\"text-sm text-slate-600\">\u0110\u1ed1i v\u1edbi c\u00e1c \u0111\u01a1n h\u00e0ng quan tr\u1ecdng, ch\u00fang t\u00f4i c\u00f3 th\u1ec3 cung c\u1ea5p c\u1eadp nh\u1eadt ti\u1ebfn \u0111\u1ed9 s\u1ea3n xu\u1ea5t v\u00e0 h\u00ecnh \u1ea3nh \u1edf c\u00e1c giai \u0111o\u1ea1n ch\u00ednh.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n        <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/open-layout-coating-production-hall-with-conveyor-supports.webp\" alt=\"Quy tr\u00ecnh x\u01b0\u1edfng s\u01a1n t\u0129nh \u0111i\u1ec7n\" class=\"rounded-3xl h-96 object-cover w-full shadow-purpleSoft\" \/>\n      <\/div>\n\n      <div class=\"rounded-3xl dark-purple-gradient text-white p-12 text-center space-y-6 shadow-purpleStrong\">\n        <h3 class=\"font-heading text-3xl font-bold\">S\u1eb5n s\u00e0ng b\u1eaft \u0111\u1ea7u d\u1ef1 \u00e1n c\u1ee7a b\u1ea1n?<\/h3>\n        <p class=\"text-lg text-purple-100 max-w-2xl mx-auto\">\n          Quy tr\u00ecnh minh b\u1ea1ch, t\u1eadp trung v\u00e0o ch\u1ea5t l\u01b0\u1ee3ng gi\u00fap s\u1ea3n ph\u1ea9m c\u1ee7a b\u1ea1n chuy\u1ec3n t\u1eeb x\u00e1c nh\u1eadn m\u1eabu \u0111\u1ebfn s\u1ea3n xu\u1ea5t h\u00e0ng lo\u1ea1t th\u01b0\u1eddng xuy\u00ean.\n        <\/p>\n        <a href=\"#kt-contact-popup\" class=\"inline-block bg-white text-primary hover:bg-primary-light rounded-xl px-8 py-4 font-semibold text-lg transition-all\">\n          Nh\u1eadn t\u01b0 v\u1ea5n mi\u1ec5n ph\u00ed \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 6: QUALITY -->\n  <section id=\"sec-quality-06\" class=\"py-20 bg-white px-4\">\n    <div class=\"max-w-7xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <span class=\"inline-block px-4 py-2 bg-primary-light text-primary rounded-full text-sm font-semibold mb-4\">\u0110\u1ea3m b\u1ea3o ch\u1ea5t l\u01b0\u1ee3ng<\/span>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">Ch\u1ee9ng nh\u1eadn &amp; Ti\u00eau chu\u1ea9n ch\u1ea5t l\u01b0\u1ee3ng<\/h2>\n        <p class=\"text-xl text-slate-600 max-w-2xl mx-auto\">M\u1ed7i s\u1ea3n ph\u1ea9m \u0111\u00e3 ph\u1ee7 \u0111\u1ec1u \u0111\u01b0\u1ee3c ki\u1ec3m tra qua c\u00e1c b\u01b0\u1edbc th\u1ef1c t\u1ebf tr\u01b0\u1edbc khi giao h\u00e0ng.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-12 mb-16\">\n        <div>\n          <h3 class=\"text-2xl font-bold text-neutral-950 mb-8\">Tr\u1ecdng t\u00e2m ki\u1ec3m tra<\/h3>\n          <div class=\"grid grid-cols-2 gap-4\">\n            <div class=\"glass-card p-6 rounded-2xl text-center\"><div class=\"text-2xl font-bold text-primary mb-2\">Th\u1ecb gi\u00e1c<\/div><p class=\"text-sm text-slate-600\">B\u1ec1 m\u1eb7t ngo\u1ea1i quan<\/p><\/div>\n            <div class=\"glass-card p-6 rounded-2xl text-center\"><div class=\"text-2xl font-bold text-primary mb-2\">\u03bcm<\/div><p class=\"text-sm text-slate-600\">\u0110\u1ed9 d\u00e0y phim<\/p><\/div>\n            <div class=\"glass-card p-6 rounded-2xl text-center\"><div class=\"text-2xl font-bold text-primary mb-2\">M\u00e0u s\u1eafc<\/div><p class=\"text-sm text-slate-600\">So s\u00e1nh m\u00e0u s\u1eafc<\/p><\/div>\n            <div class=\"glass-card p-6 rounded-2xl text-center\"><div class=\"text-2xl font-bold text-primary mb-2\">G\u00f3i<\/div><p class=\"text-sm text-slate-600\">Ki\u1ec3m tra \u0111\u00f3ng g\u00f3i<\/p><\/div>\n          <\/div>\n        <\/div>\n\n        <div>\n          <h3 class=\"text-2xl font-bold text-neutral-950 mb-8\">Th\u00f4ng s\u1ed1 k\u1ef9 thu\u1eadt ph\u1ee7<\/h3>\n          <div class=\"space-y-4\">\n            <div class=\"glass-card p-5 rounded-xl\"><div class=\"flex justify-between items-center\"><span class=\"text-slate-700 font-medium\">\u0110\u1ed9 d\u00e0y c\u1ee7a phim<\/span><span class=\"text-primary font-bold\">50\u2013150 \u03bcm<\/span><\/div><\/div>\n            <div class=\"glass-card p-5 rounded-xl\"><div class=\"flex justify-between items-center\"><span class=\"text-slate-700 font-medium\">M\u1ee5c ti\u00eau \u0111\u1ed9 b\u00e1m d\u00ednh<\/span><span class=\"text-primary font-bold\">D\u1ef1a tr\u00ean \u1ee9ng d\u1ee5ng<\/span><\/div><\/div>\n            <div class=\"glass-card p-5 rounded-xl\"><div class=\"flex justify-between items-center\"><span class=\"text-slate-700 font-medium\">T\u00f9y ch\u1ecdn ho\u00e0n thi\u1ec7n<\/span><span class=\"text-primary font-bold\">M\u1edd \/ B\u00f3ng \/ V\u00e2n<\/span><\/div><\/div>\n            <div class=\"glass-card p-5 rounded-xl\"><div class=\"flex justify-between items-center\"><span class=\"text-slate-700 font-medium\">H\u1ec7 th\u1ed1ng m\u00e0u<\/span><span class=\"text-primary font-bold\">RAL \/ T\u00f9y ch\u1ec9nh<\/span><\/div><\/div>\n            <div class=\"glass-card p-5 rounded-xl\"><div class=\"flex justify-between items-center\"><span class=\"text-slate-700 font-medium\">Ph\u01b0\u01a1ng ph\u00e1p ki\u1ec3m tra<\/span><span class=\"text-primary font-bold\">Tr\u01b0\u1edbc khi giao h\u00e0ng<\/span><\/div><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"bg-slate-50 rounded-3xl p-8 md:p-12 mb-16 border border-purple-100\">\n        <h3 class=\"text-2xl font-bold text-neutral-950 mb-10 text-center\">Thi\u1ebft b\u1ecb &amp; Ph\u01b0\u01a1ng ph\u00e1p ki\u1ec3m tra<\/h3>\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n          <div class=\"bg-white rounded-2xl p-6 border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all\"><div class=\"rounded-2xl bg-primary-light p-4 w-fit mb-4 text-primary font-bold\">01<\/div><h4 class=\"font-bold text-slate-900 mb-2\">M\u00e1y \u0111o \u0111\u1ed9 d\u00e0y film<\/h4><p class=\"text-sm text-slate-600\">Ki\u1ec3m tra \u0111\u1ed9 d\u00e0y l\u1edbp ph\u1ee7 theo y\u00eau c\u1ea7u c\u1ee7a d\u1ef1 \u00e1n.<\/p><\/div>\n          <div class=\"bg-white rounded-2xl p-6 border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all\"><div class=\"rounded-2xl bg-primary-light p-4 w-fit mb-4 text-primary font-bold\">02<\/div><h4 class=\"font-bold text-slate-900 mb-2\">Ki\u1ec3m tra m\u00e0u s\u1eafc<\/h4><p class=\"text-sm text-slate-600\">So s\u00e1nh l\u1edbp ho\u00e0n thi\u1ec7n v\u1edbi m\u1eabu, m\u00e3 RAL ho\u1eb7c t\u00e0i li\u1ec7u tham kh\u1ea3o \u0111\u00e3 th\u1ed1ng nh\u1ea5t.<\/p><\/div>\n          <div class=\"bg-white rounded-2xl p-6 border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all\"><div class=\"rounded-2xl bg-primary-light p-4 w-fit mb-4 text-primary font-bold\">03<\/div><h4 class=\"font-bold text-slate-900 mb-2\">\u0110\u00e1nh gi\u00e1 \u0111\u1ed9 b\u00e1m d\u00ednh<\/h4><p class=\"text-sm text-slate-600\">H\u1ed7 tr\u1ee3 x\u00e1c minh \u0111\u1ed9 b\u00e1m d\u00ednh th\u1ef1c t\u1ebf khi \u0111\u01b0\u1ee3c y\u00eau c\u1ea7u.<\/p><\/div>\n          <div class=\"bg-white rounded-2xl p-6 border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all\"><div class=\"rounded-2xl bg-primary-light p-4 w-fit mb-4 text-primary font-bold\">04<\/div><h4 class=\"font-bold text-slate-900 mb-2\">Ki\u1ec3m tra \u0111\u00f3ng g\u00f3i<\/h4><p class=\"text-sm text-slate-600\">B\u1ea3o v\u1ec7 b\u1ec1 m\u1eb7t l\u1edbp ph\u1ee7 trong qu\u00e1 tr\u00ecnh l\u01b0u tr\u1eef v\u00e0 v\u1eadn chuy\u1ec3n.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-center\">\n        <div class=\"grid grid-cols-1 gap-6\">\n          <img decoding=\"async\" alt=\"Ph\u00f2ng ki\u1ec3m tra ch\u1ea5t l\u01b0\u1ee3ng v\u00e0 thi\u1ebft b\u1ecb th\u1eed nghi\u1ec7m\" class=\"w-full rounded-3xl object-cover h-72 shadow-purpleSoft\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/03\/automatic-powder-coating-line-exterior-view.jpg\" \/>\n          <img decoding=\"async\" alt=\"Ki\u1ec3m tra s\u1ea3n ph\u1ea9m v\u00e0 \u0111\u1ea3m b\u1ea3o ch\u1ea5t l\u01b0\u1ee3ng\" class=\"w-full rounded-3xl object-cover h-72 shadow-purpleSoft\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/03\/powder-coating-line-entrance-conveyor.jpg\" \/>\n        <\/div>\n\n        <div class=\"space-y-8\">\n          <h3 class=\"text-2xl font-bold text-neutral-950\">Quy tr\u00ecnh Qu\u1ea3n l\u00fd Ch\u1ea5t l\u01b0\u1ee3ng<\/h3>\n          <div class=\"flex gap-4\"><div class=\"flex-shrink-0\"><div class=\"flex items-center justify-center h-10 w-10 rounded-full bg-primary text-white font-bold\">1<\/div><\/div><div><h4 class=\"font-bold text-slate-900 mb-2\">Ki\u1ec3m tra \u0111\u1ea7u v\u00e0o<\/h4><p class=\"text-slate-600 text-sm\">B\u1ed9t, b\u1ec1 m\u1eb7t s\u1ea3n ph\u1ea9m, nhu c\u1ea7u che ch\u1eafn v\u00e0 th\u00f4ng s\u1ed1 \u0111\u01a1n h\u00e0ng \u0111\u01b0\u1ee3c ki\u1ec3m tra tr\u01b0\u1edbc khi s\u1ea3n xu\u1ea5t.<\/p><\/div><\/div>\n          <div class=\"flex gap-4\"><div class=\"flex-shrink-0\"><div class=\"flex items-center justify-center h-10 w-10 rounded-full bg-primary text-white font-bold\">2<\/div><\/div><div><h4 class=\"font-bold text-slate-900 mb-2\">Ki\u1ec3m so\u00e1t trong qu\u00e1 tr\u00ecnh<\/h4><p class=\"text-slate-600 text-sm\">\u0110i\u1ec1u ki\u1ec7n ti\u1ec1n x\u1eed l\u00fd, phun s\u01a1n v\u00e0 s\u1ea5y \u0111\u01b0\u1ee3c gi\u00e1m s\u00e1t trong qu\u00e1 tr\u00ecnh s\u1ea3n xu\u1ea5t.<\/p><\/div><\/div>\n          <div class=\"flex gap-4\"><div class=\"flex-shrink-0\"><div class=\"flex items-center justify-center h-10 w-10 rounded-full bg-primary text-white font-bold\">3<\/div><\/div><div><h4 class=\"font-bold text-slate-900 mb-2\">Ki\u1ec3m tra s\u1ea3n ph\u1ea9m cu\u1ed1i c\u00f9ng<\/h4><p class=\"text-slate-600 text-sm\">Ngo\u1ea1i quan, \u0111\u1ed9 d\u00e0y l\u1edbp s\u01a1n, m\u00e0u s\u1eafc, khuy\u1ebft \u0111i\u1ec3m v\u00e0 \u0111\u00f3ng g\u00f3i \u0111\u01b0\u1ee3c ki\u1ec3m tra tr\u01b0\u1edbc khi giao h\u00e0ng.<\/p><\/div><\/div>\n          <div class=\"flex gap-4\"><div class=\"flex-shrink-0\"><div class=\"flex items-center justify-center h-10 w-10 rounded-full bg-primary text-white font-bold\">4<\/div><\/div><div><h4 class=\"font-bold text-slate-900 mb-2\">H\u1ed7 tr\u1ee3 truy xu\u1ea5t ngu\u1ed3n g\u1ed1c<\/h4><p class=\"text-slate-600 text-sm\">H\u1ed3 s\u01a1 l\u00f4 h\u00e0ng v\u00e0 trao \u0111\u1ed5i d\u1ef1 \u00e1n gi\u00fap h\u1ed7 tr\u1ee3 c\u00e1c \u0111\u01a1n h\u00e0ng l\u1eb7p l\u1ea1i \u0111\u1ecbnh k\u1ef3.<\/p><\/div><\/div>\n          <a href=\"#kt-contact-popup\" class=\"purple-btn inline-flex items-center gap-2 font-semibold py-4 px-8 rounded-xl transition-all\">Y\u00eau c\u1ea7u chi ti\u1ebft ch\u1ea5t l\u01b0\u1ee3ng \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 7: CAPACITY -->\n  <section id=\"sec-capacity-07\" class=\"py-20 bg-slate-50 px-4\">\n    <div class=\"max-w-7xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <span class=\"inline-block px-4 py-2 bg-primary-light text-primary rounded-full text-sm font-semibold mb-4\">N\u0103ng l\u1ef1c s\u1ea3n xu\u1ea5t<\/span>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">N\u0103ng l\u1ef1c &amp; Th\u1eddi gian giao h\u00e0ng c\u1ee7a ch\u00fang t\u00f4i<\/h2>\n        <p class=\"text-xl text-slate-600 max-w-2xl mx-auto\">H\u1ed7 tr\u1ee3 m\u1eabu, \u0111\u01a1n h\u00e0ng th\u1eed nghi\u1ec7m v\u00e0 s\u1ea3n xu\u1ea5t \u0111\u1ecbnh k\u1ef3 v\u1edbi th\u1eddi gian giao h\u00e0ng d\u1ef1 ki\u1ebfn.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-4 gap-6 mb-16\">\n        <div class=\"glass-card rounded-2xl p-8 text-center shadow-purpleSoft\"><div class=\"text-4xl font-bold text-primary mb-3\">8000+<\/div><p class=\"text-slate-600 font-medium\">T\u1ed5ng s\u1ea3n l\u01b0\u1ee3ng h\u00e0ng n\u0103m<\/p><p class=\"text-sm text-slate-500 mt-2\">\u0110\u1ea3m b\u1ea3o n\u0103ng l\u1ef1c s\u1ea3n xu\u1ea5t \u1ed5n \u0111\u1ecbnh<\/p><\/div>\n        <div class=\"glass-card rounded-2xl p-8 text-center shadow-purpleSoft\"><div class=\"text-4xl font-bold text-primary mb-3\">T\u00f9y ch\u1ec9nh<\/div><p class=\"text-slate-600 font-medium\">K\u00edch th\u01b0\u1edbc linh ki\u1ec7n<\/p><p class=\"text-sm text-slate-500 mt-2\">X\u00e1c nh\u1eadn theo b\u1ea3n v\u1ebd s\u1ea3n ph\u1ea9m<\/p><\/div>\n        <div class=\"glass-card rounded-2xl p-8 text-center shadow-purpleSoft\"><div class=\"text-4xl font-bold text-primary mb-3\">RAL<\/div><p class=\"text-slate-600 font-medium\">H\u1ed7 tr\u1ee3 m\u00e0u s\u1eafc<\/p><p class=\"text-sm text-slate-500 mt-2\">M\u00e0u ti\u00eau chu\u1ea9n v\u00e0 m\u00e0u theo y\u00eau c\u1ea7u<\/p><\/div>\n        <div class=\"glass-card rounded-2xl p-8 text-center shadow-purpleSoft\"><div class=\"text-4xl font-bold text-primary mb-3\">24h<\/div><p class=\"text-slate-600 font-medium\">M\u1ee5c ti\u00eau ph\u1ea3n h\u1ed3i<\/p><p class=\"text-sm text-slate-500 mt-2\">\u0110\u1ed1i v\u1edbi y\u00eau c\u1ea7u b\u00e1o gi\u00e1<\/p><\/div>\n      <\/div>\n\n      <div class=\"bg-white rounded-3xl p-8 md:p-12 mb-16 border border-purple-100 shadow-sm\">\n        <h3 class=\"text-2xl font-bold text-neutral-950 mb-10 text-center\">Th\u1eddi gian d\u1eabn ti\u00eau chu\u1ea9n<\/h3>\n        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n          <div class=\"space-y-5\">\n            <div class=\"flex items-start gap-4 pb-5 border-b border-purple-100\"><div class=\"rounded-full bg-primary-light p-3 text-primary font-bold\">S<\/div><div><h4 class=\"font-bold text-slate-900 mb-1\">M\u1eabu \/ Nguy\u00ean m\u1eabu<\/h4><p class=\"text-slate-600 text-sm\">3\u20135 ng\u00e0y l\u00e0m vi\u1ec7c \u00b7 D\u00f9ng \u0111\u1ec3 ki\u1ec3m tra v\u00e0 x\u00e1c nh\u1eadn<\/p><\/div><\/div>\n            <div class=\"flex items-start gap-4 pb-5 border-b border-purple-100\"><div class=\"rounded-full bg-primary-light p-3 text-primary font-bold\">T<\/div><div><h4 class=\"font-bold text-slate-900 mb-1\">\u0110\u1eb7t h\u00e0ng th\u1eed<\/h4><p class=\"text-slate-600 text-sm\">7\u201310 ng\u00e0y l\u00e0m vi\u1ec7c \u00b7 D\u00f9ng \u0111\u1ec3 x\u00e1c minh quy tr\u00ecnh<\/p><\/div><\/div>\n            <div class=\"flex items-start gap-4 pb-5 border-b border-purple-100\"><div class=\"rounded-full bg-primary-light p-3 text-primary font-bold\">R<\/div><div><h4 class=\"font-bold text-slate-900 mb-1\">\u0110\u1eb7t h\u00e0ng th\u01b0\u1eddng xuy\u00ean<\/h4><p class=\"text-slate-600 text-sm\">10\u201315 ng\u00e0y l\u00e0m vi\u1ec7c \u00b7 D\u00f9ng cho s\u1ea3n xu\u1ea5t l\u00f4 ti\u00eau chu\u1ea9n<\/p><\/div><\/div>\n            <div class=\"flex items-start gap-4\"><div class=\"rounded-full bg-primary-light p-3 text-primary font-bold\">L<\/div><div><h4 class=\"font-bold text-slate-900 mb-1\">L\u00f4 l\u1edbn<\/h4><p class=\"text-slate-600 text-sm\">15\u201325 ng\u00e0y l\u00e0m vi\u1ec7c \u00b7 C\u00f3 th\u1ec3 s\u1eafp x\u1ebfp l\u1ecbch tr\u00ecnh theo y\u00eau c\u1ea7u<\/p><\/div><\/div>\n          <\/div>\n\n          <div class=\"space-y-5\">\n            <div class=\"bg-primary-light rounded-2xl p-6\"><h4 class=\"font-bold text-slate-900 mb-3\">D\u1ecbch v\u1ee5 G\u1ea5p \/ Nhanh<\/h4><p class=\"text-slate-700 text-sm mb-3\">C\u1ea7n th\u1eddi gian ho\u00e0n th\u00e0nh nhanh h\u01a1n? Ch\u00fang t\u00f4i c\u00f3 th\u1ec3 ki\u1ec3m tra n\u0103ng l\u1ef1c v\u00e0 x\u00e1c nh\u1eadn kh\u1ea3 n\u0103ng th\u1ef1c hi\u1ec7n d\u1ef1a tr\u00ean k\u00edch th\u01b0\u1edbc s\u1ea3n ph\u1ea9m, m\u00e0u s\u1eafc, s\u1ed1 l\u01b0\u1ee3ng v\u00e0 l\u1ecbch tr\u00ecnh hi\u1ec7n t\u1ea1i.<\/p><p class=\"text-xs text-primary font-semibold\">\u2192 Li\u00ean h\u1ec7 v\u1edbi ch\u00fang t\u00f4i \u0111\u1ec3 x\u00e1c nh\u1eadn kh\u1ea3 n\u0103ng cung c\u1ea5p<\/p><\/div>\n            <div class=\"bg-slate-50 rounded-2xl p-6 border border-purple-100\"><h4 class=\"font-bold text-slate-900 mb-3\">Ch\u1ea5p nh\u1eadn \u0111\u01a1n h\u00e0ng m\u1eabu<\/h4><p class=\"text-slate-700 text-sm\">M\u1eabu gi\u00fap x\u00e1c nh\u1eadn m\u00e0u s\u1eafc, ho\u00e0n thi\u1ec7n b\u1ec1 m\u1eb7t, \u0111\u1ed9 d\u00e0y l\u1edbp ph\u1ee7 v\u00e0 y\u00eau c\u1ea7u che ch\u1eafn tr\u01b0\u1edbc khi s\u1ea3n xu\u1ea5t h\u00e0ng lo\u1ea1t.<\/p><\/div>\n            <div class=\"bg-slate-50 rounded-2xl p-6 border border-purple-100\"><h4 class=\"font-bold text-slate-900 mb-3\">L\u00f4 h\u00e0ng nhi\u1ec1u m\u00e0u s\u1eafc<\/h4><p class=\"text-slate-700 text-sm\">Ch\u00fang t\u00f4i c\u00f3 th\u1ec3 x\u1eed l\u00fd nhi\u1ec1u m\u00e0u ri\u00eang bi\u1ec7t v\u00e0 d\u00e1n nh\u00e3n r\u00f5 r\u00e0ng cho l\u1eafp r\u00e1p ho\u1eb7c v\u1eadn chuy\u1ec3n ti\u1ebfp theo.<\/p><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-center\">\n        <img decoding=\"async\" alt=\"C\u00f4ng su\u1ea5t d\u00e2y chuy\u1ec1n s\u1ea3n xu\u1ea5t v\u00e0 nhi\u1ec1u tr\u1ea1m ph\u1ee7\" class=\"w-full rounded-3xl object-cover h-96 shadow-purpleSoft\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/open-layout-coating-production-hall-with-conveyor-supports.webp\" \/>\n        <div>\n          <h3 class=\"text-2xl font-bold text-neutral-950 mb-6\">S\u1eb5n s\u00e0ng b\u1eaft \u0111\u1ea7u?<\/h3>\n          <p class=\"text-slate-600 mb-8\">D\u00f9 b\u1ea1n c\u1ea7n m\u1eabu nhanh, l\u00f4 th\u1eed nghi\u1ec7m hay s\u1ea3n xu\u1ea5t quy m\u00f4 l\u1edbn, ch\u00fang t\u00f4i \u0111\u1ec1u c\u00f3 th\u1ec3 h\u1ed7 tr\u1ee3 \u0111\u00e1nh gi\u00e1 ti\u1ebfn \u0111\u1ed9 v\u00e0 y\u00eau c\u1ea7u ph\u1ee7 b\u1ec1 m\u1eb7t.<\/p>\n          <div class=\"space-y-4 mb-10\">\n            <div class=\"flex gap-3\"><span class=\"text-primary font-bold\">\u2713<\/span><div><p class=\"font-semibold text-slate-900\">L\u1eadp k\u1ebf ho\u1ea1ch n\u0103ng l\u1ef1c<\/p><p class=\"text-sm text-slate-600\">Ch\u00fang t\u00f4i xem x\u00e9t s\u1ed1 l\u01b0\u1ee3ng \u0111\u01a1n h\u00e0ng v\u00e0 s\u1ed1 m\u00e0u tr\u01b0\u1edbc khi x\u00e1c nh\u1eadn th\u1eddi gian giao h\u00e0ng.<\/p><\/div><\/div>\n            <div class=\"flex gap-3\"><span class=\"text-primary font-bold\">\u2713<\/span><div><p class=\"font-semibold text-slate-900\">L\u1ecbch tr\u00ecnh linh ho\u1ea1t<\/p><p class=\"text-sm text-slate-600\">H\u1ed7 tr\u1ee3 m\u1eabu, th\u1eed nghi\u1ec7m g\u1ea5p v\u00e0 \u0111\u01a1n h\u00e0ng l\u1eb7p l\u1ea1i.<\/p><\/div><\/div>\n            <div class=\"flex gap-3\"><span class=\"text-primary font-bold\">\u2713<\/span><div><p class=\"font-semibold text-slate-900\">Giao ti\u1ebfp minh b\u1ea1ch<\/p><p class=\"text-sm text-slate-600\">C\u1eadp nh\u1eadt r\u00f5 r\u00e0ng trong qu\u00e1 tr\u00ecnh b\u00e1o gi\u00e1, s\u1ea3n xu\u1ea5t v\u00e0 giao h\u00e0ng.<\/p><\/div><\/div>\n          <\/div>\n          <div class=\"space-y-3\">\n            <a href=\"#kt-contact-popup\" class=\"w-full purple-btn font-semibold py-4 px-8 rounded-xl transition-all flex items-center justify-center gap-2\">Ki\u1ec3m tra n\u0103ng l\u1ef1c hi\u1ec7n t\u1ea1i &amp; \u0110\u1eb7t ch\u1ed7 \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/8618064668879?text=Hi%20Ketu%2C%20I%20would%20like%20to%20know%20about%20your%20current%20production%20capacity%20and%20lead%20times.\" class=\"w-full purple-outline font-semibold py-4 px-8 rounded-xl transition-all flex items-center justify-center gap-2\">Y\u00eau c\u1ea7u qua WhatsApp<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 8: CASES -->\n  <section id=\"sec-project-cases-08\" class=\"py-20 bg-white px-4\">\n    <div class=\"max-w-7xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <span class=\"inline-block px-4 py-2 bg-primary-light text-primary rounded-full text-sm font-semibold mb-4\">C\u00e2u chuy\u1ec7n Th\u00e0nh c\u00f4ng<\/span>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">C\u00e1c d\u1ef1 \u00e1n g\u1ea7n \u0111\u00e2y c\u1ee7a ch\u00fang t\u00f4i<\/h2>\n        <p class=\"text-xl text-slate-600 max-w-2xl mx-auto\">V\u00ed d\u1ee5 v\u1ec1 \u1ee9ng d\u1ee5ng ph\u1ee7 b\u1ec1 m\u1eb7t cho kh\u00e1ch h\u00e0ng c\u00f4ng nghi\u1ec7p.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6\">\n        <article class=\"bg-white rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" alt=\"D\u1ef1 \u00e1n ph\u1ee7 t\u1ee7 kim lo\u1ea1i\" class=\"w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/red-painted-structural-lattice-surrounding-process-equipment.webp\" \/>\n          <div class=\"p-6\"><span class=\"inline-block px-3 py-1 bg-primary-light text-primary text-xs font-semibold rounded-full mb-3\">H\u1ed9p \u0111i\u1ec7n<\/span><h4 class=\"font-bold text-slate-900 mb-2\">S\u01a1n ph\u1ee7 t\u1ee7 \u0111i\u1ec1u khi\u1ec3n kim lo\u1ea1i<\/h4><p class=\"text-sm text-slate-600 mb-4\"><strong>D\u1ef1 \u00e1n:<\/strong> S\u01a1n t\u0129nh \u0111i\u1ec7n m\u00e0u x\u00e1m nh\u1ea1t RAL v\u1edbi quy tr\u00ecnh s\u1ea5y ki\u1ec3m so\u00e1t.<\/p><p class=\"text-sm text-slate-600\"><strong>K\u1ebft qu\u1ea3:<\/strong> B\u1ec1 m\u1eb7t t\u1ee7 \u0111\u1ed3ng \u0111\u1ec1u v\u00e0 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 cho m\u1ee5c \u0111\u00edch c\u00f4ng nghi\u1ec7p.<\/p><\/div>\n        <\/article>\n\n        <article class=\"bg-white rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" alt=\"D\u1ef1 \u00e1n ph\u1ee7 l\u1edbp nh\u00f4m\" class=\"w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/production-line-230-scaled.webp\" \/>\n          <div class=\"p-6\"><span class=\"inline-block px-3 py-1 bg-primary-light text-primary text-xs font-semibold rounded-full mb-3\">H\u1ee3p kim nh\u00f4m<\/span><h4 class=\"font-bold text-slate-900 mb-2\">S\u01a1n ph\u1ee7 nh\u00f4m c\u00f4ng nghi\u1ec7p<\/h4><p class=\"text-sm text-slate-600 mb-4\"><strong>D\u1ef1 \u00e1n:<\/strong> Ph\u1ee7 b\u1ec1 m\u1eb7t thanh \u0111\u1ecbnh h\u00ecnh v\u1edbi y\u00eau c\u1ea7u \u0111\u1ed3ng nh\u1ea5t m\u00e0u s\u1eafc.<\/p><p class=\"text-sm text-slate-600\"><strong>K\u1ebft qu\u1ea3:<\/strong> Ho\u00e0n thi\u1ec7n b\u1ec1 m\u1eb7t \u1ed5n \u0111\u1ecbnh cho l\u1eafp r\u00e1p v\u00e0 v\u1eadn chuy\u1ec3n ti\u1ebfp theo.<\/p><\/div>\n        <\/article>\n\n        <article class=\"bg-white rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" alt=\"D\u1ef1 \u00e1n ph\u1ee7 n\u1ed9i th\u1ea5t kim lo\u1ea1i\" class=\"w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/clean-utility-room-beside-automated-coating-equipment.webp\" \/>\n          <div class=\"p-6\"><span class=\"inline-block px-3 py-1 bg-primary-light text-primary text-xs font-semibold rounded-full mb-3\">N\u1ed9i Th\u1ea5t Kim Lo\u1ea1i<\/span><h4 class=\"font-bold text-slate-900 mb-2\">H\u1ec7 th\u1ed1ng k\u1ec7 kho v\u00e0 gi\u00e1 \u0111\u1ee1<\/h4><p class=\"text-sm text-slate-600 mb-4\"><strong>D\u1ef1 \u00e1n:<\/strong> Ph\u1ee7 b\u1ec1 m\u1eb7t theo l\u00f4 v\u1edbi l\u1ecbch tr\u00ecnh nhi\u1ec1u m\u00e0u.<\/p><p class=\"text-sm text-slate-600\"><strong>K\u1ebft qu\u1ea3:<\/strong> Ho\u00e0n thi\u1ec7n \u0111\u1ed3ng \u0111\u1ec1u cho s\u1ea3n ph\u1ea9m k\u1ec7 s\u1ed1 l\u01b0\u1ee3ng l\u1edbn.<\/p><\/div>\n        <\/article>\n\n        <article class=\"bg-white rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" alt=\"D\u1ef1 \u00e1n ph\u1ee7 c\u00e1c b\u1ed9 ph\u1eadn kim lo\u1ea1i t\u1ea5m\" class=\"w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/%E6%B5%81%E6%B0%B4%E7%BA%BF%E6%8B%8D%E6%91%84%E5%9B%BE-20.webp\" \/>\n          <div class=\"p-6\"><span class=\"inline-block px-3 py-1 bg-primary-light text-primary text-xs font-semibold rounded-full mb-3\">Ph\u1ea7n kim lo\u1ea1i t\u1ea5m<\/span><h4 class=\"font-bold text-slate-900 mb-2\">C\u00e1c th\u00e0nh ph\u1ea7n kim lo\u1ea1i \u0111\u00f3ng d\u1ea5u ch\u00ednh x\u00e1c<\/h4><p class=\"text-sm text-slate-600 mb-4\"><strong>D\u1ef1 \u00e1n:<\/strong> B\u1ec1 m\u1eb7t m\u1edd v\u1edbi y\u00eau c\u1ea7u che ch\u1eafn.<\/p><p class=\"text-sm text-slate-600\"><strong>K\u1ebft qu\u1ea3:<\/strong> B\u1ec1 m\u1eb7t ph\u1ee7 \u0111\u00e1p \u1ee9ng c\u00e1c ti\u00eau chu\u1ea9n ch\u1ee9c n\u0103ng v\u00e0 th\u1ea9m m\u1ef9.<\/p><\/div>\n        <\/article>\n\n        <article class=\"bg-white rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" alt=\"D\u1ef1 \u00e1n ph\u1ee7 linh ki\u1ec7n ph\u1ea7n c\u1ee9ng\" class=\"w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/production-line-225-scaled.webp\" \/>\n          <div class=\"p-6\"><span class=\"inline-block px-3 py-1 bg-primary-light text-primary text-xs font-semibold rounded-full mb-3\">Ph\u1ea7n c\u1ee9ng &amp; \u1ed1c v\u00edt<\/span><h4 class=\"font-bold text-slate-900 mb-2\">L\u00f4 h\u00e0ng Ph\u1ea7n c\u1ee9ng Kim lo\u1ea1i Nh\u1ecf<\/h4><p class=\"text-sm text-slate-600 mb-4\"><strong>D\u1ef1 \u00e1n:<\/strong> Ph\u1ee7 th\u1eed nghi\u1ec7m cho c\u00e1c b\u1ed9 ph\u1eadn nh\u1ecf.<\/p><p class=\"text-sm text-slate-600\"><strong>K\u1ebft qu\u1ea3:<\/strong> Ph\u00ea duy\u1ec7t m\u1eabu h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng l\u1eb7p l\u1ea1i trong t\u01b0\u01a1ng lai.<\/p><\/div>\n        <\/article>\n\n        <article class=\"bg-white rounded-2xl overflow-hidden border border-purple-100 hover:border-primary\/50 hover:shadow-purpleSoft transition-all group\">\n          <img decoding=\"async\" alt=\"Danh m\u1ee5c s\u1ea3n ph\u1ea9m tr\u1ed9n l\u1edbp ph\u1ee7\" class=\"w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/side-facing-workshop-view-with-enclosed-coating-line-housing.webp\" \/>\n          <div class=\"p-6\"><span class=\"inline-block px-3 py-1 bg-primary-light text-primary text-xs font-semibold rounded-full mb-3\">Nhi\u1ec1u S\u1ea3n ph\u1ea9m<\/span><h4 class=\"font-bold text-slate-900 mb-2\">S\u1ea3n ph\u1ea9m &amp; M\u00e0u s\u1eafc \u0111a d\u1ea1ng<\/h4><p class=\"text-sm text-slate-600 mb-4\"><strong>D\u1ef1 \u00e1n:<\/strong> Nhi\u1ec1u m\u00e3 SKU v\u00e0 nh\u00f3m m\u00e0u.<\/p><p class=\"text-sm text-slate-600\"><strong>K\u1ebft qu\u1ea3:<\/strong> S\u1ea3n xu\u1ea5t ph\u1ed1i h\u1ee3p v\u00e0 \u0111\u00f3ng g\u00f3i d\u00e1n nh\u00e3n gi\u00fap nh\u1eadn h\u00e0ng d\u1ec5 d\u00e0ng h\u01a1n.<\/p><\/div>\n        <\/article>\n      <\/div>\n\n      <div class=\"mt-16 bg-gradient-to-r from-slate-50 to-primary-light rounded-3xl p-12 text-center border border-primary\/20\">\n        <h3 class=\"text-2xl font-bold text-neutral-950 mb-4\">Xem S\u1ea3n ph\u1ea9m c\u1ee7a B\u1ea1n t\u1ea1i \u0110\u00e2y<\/h3>\n        <p class=\"text-slate-600 mb-8 max-w-2xl mx-auto\">B\u1ea1n c\u00f3 d\u1ef1 \u00e1n t\u00f9y ch\u1ec9nh? H\u00e3y chia s\u1ebb y\u00eau c\u1ea7u c\u1ee7a b\u1ea1n v\u00e0 ch\u00fang t\u00f4i s\u1ebd xem x\u00e9t quy tr\u00ecnh ph\u1ee7 ph\u00f9 h\u1ee3p.<\/p>\n        <a href=\"#kt-contact-popup\" class=\"purple-btn font-semibold py-4 px-8 rounded-xl transition-all inline-flex items-center gap-2\">G\u1eedi Th\u00f4ng Tin D\u1ef1 \u00c1n \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 9: QUICK QUOTE -->\n  <section id=\"sec-quick-quote-09\" class=\"py-20 bg-gradient-to-b from-slate-50 to-white px-4\">\n    <div class=\"max-w-7xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">Nh\u1eadn B\u00e1o gi\u00e1 D\u1ecbch v\u1ee5 c\u1ee7a B\u1ea1n Ngay h\u00f4m nay<\/h2>\n        <p class=\"text-xl text-slate-600 max-w-2xl mx-auto\">B\u1eaft \u0111\u1ea7u d\u1ef1 \u00e1n c\u1ee7a b\u1ea1n ch\u1ec9 v\u1edbi v\u00e0i b\u01b0\u1edbc. \u0110\u1ed9i ng\u0169 c\u1ee7a ch\u00fang t\u00f4i s\u1ebd ph\u1ea3n h\u1ed3i v\u1edbi \u0111\u1ec1 xu\u1ea5t th\u1ef1c t\u1ebf v\u00e0 th\u1eddi gian th\u1ef1c hi\u1ec7n.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-16\">\n        <div class=\"bg-white rounded-3xl border-2 border-purple-100 p-8 hover:border-primary hover:shadow-purpleSoft transition-all\">\n          <div class=\"rounded-2xl bg-primary-light p-6 w-fit mb-6 text-primary font-bold\">01<\/div>\n          <h3 class=\"text-2xl font-bold text-slate-900 mb-3\">M\u1eabu Ph\u1ee7 l\u1edbp<\/h3>\n          <p class=\"text-slate-600 mb-6\">Ki\u1ec3m tra ch\u1ea5t l\u01b0\u1ee3ng v\u00e0 quy tr\u00ecnh v\u1edbi l\u00f4 nh\u1ecf tr\u01b0\u1edbc khi \u0111\u1eb7t h\u00e0ng s\u1ed1 l\u01b0\u1ee3ng l\u1edbn.<\/p>\n          <div class=\"space-y-3 mb-8 text-sm text-slate-700\"><p>\u2713 3\u20135 ng\u00e0y l\u00e0m vi\u1ec7c<\/p><p>\u2713 T\u1eeb m\u1eabu th\u1eed<\/p><p>\u2713 X\u00e1c nh\u1eadn m\u00e0u s\u1eafc v\u00e0 ho\u00e0n thi\u1ec7n<\/p><\/div>\n          <a href=\"#kt-contact-popup\" class=\"w-full purple-outline font-semibold py-3 px-6 rounded-xl transition-all block text-center\">Y\u00eau c\u1ea7u m\u1eabu ph\u1ee7<\/a>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl border-2 border-primary p-8 hover:shadow-purpleStrong transition-all md:scale-105 relative shadow-purpleSoft\">\n          <div class=\"absolute -top-4 left-8 bg-primary text-white px-4 py-1 rounded-full text-xs font-bold\">PH\u1ed4 BI\u1ebeN<\/div>\n          <div class=\"rounded-2xl bg-primary-light p-6 w-fit mb-6 text-primary font-bold\">02<\/div>\n          <h3 class=\"text-2xl font-bold text-slate-900 mb-3\">\u0110\u1eb7t h\u00e0ng th\u1eed<\/h3>\n          <p class=\"text-slate-600 mb-6\">X\u00e1c nh\u1eadn ch\u1ea5t l\u01b0\u1ee3ng ph\u1ee7, th\u1eddi gian giao h\u00e0ng v\u00e0 gi\u00e1 c\u1ea3 tr\u01b0\u1edbc khi \u0111\u1eb7t s\u1ed1 l\u01b0\u1ee3ng l\u1edbn.<\/p>\n          <div class=\"space-y-3 mb-8 text-sm text-slate-700\"><p>\u2713 7\u201310 ng\u00e0y l\u00e0m vi\u1ec7c<\/p><p>\u2713 Ph\u00f9 h\u1ee3p \u0111\u1ec3 x\u00e1c minh quy tr\u00ecnh<\/p><p>\u2713 Th\u1eed nghi\u1ec7m th\u01b0\u01a1ng m\u1ea1i r\u1ee7i ro th\u1ea5p<\/p><\/div>\n          <a href=\"#kt-contact-popup\" class=\"w-full purple-btn font-semibold py-3 px-6 rounded-xl transition-all block text-center\">B\u1eaft \u0111\u1ea7u \u0111\u1eb7t h\u00e0ng th\u1eed ngay<\/a>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl border-2 border-purple-100 p-8 hover:border-primary hover:shadow-purpleSoft transition-all\">\n          <div class=\"rounded-2xl bg-primary-light p-6 w-fit mb-6 text-primary font-bold\">03<\/div>\n          <h3 class=\"text-2xl font-bold text-slate-900 mb-3\">\u0110\u1eb7t h\u00e0ng th\u01b0\u1eddng xuy\u00ean<\/h3>\n          <p class=\"text-slate-600 mb-6\">S\u1ea3n xu\u1ea5t quy m\u00f4 l\u1edbn v\u1edbi gi\u00e1 t\u1ed1i \u01b0u v\u00e0 h\u1ed7 tr\u1ee3 t\u1eadn t\u00e2m.<\/p>\n          <div class=\"space-y-3 mb-8 text-sm text-slate-700\"><p>\u2713 10\u201325 ng\u00e0y l\u00e0m vi\u1ec7c<\/p><p>\u2713 H\u1ed7 tr\u1ee3 s\u1ea3n xu\u1ea5t theo l\u00f4<\/p><p>\u2713 Th\u1ea3o lu\u1eadn gi\u00e1 theo s\u1ed1 l\u01b0\u1ee3ng<\/p><\/div>\n          <a href=\"#kt-contact-popup\" class=\"w-full purple-outline font-semibold py-3 px-6 rounded-xl transition-all block text-center\">\u0110\u1eb7t h\u00e0ng th\u01b0\u1eddng xuy\u00ean<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"bg-white rounded-3xl border-2 border-primary\/20 p-8 md:p-12 shadow-purpleSoft\">\n        <h3 class=\"text-2xl font-bold text-center text-neutral-950 mb-10\">Danh s\u00e1ch ki\u1ec3m tra th\u00f4ng tin nhanh<\/h3>\n        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto\">\n          <div class=\"space-y-4\">\n            <div class=\"bg-primary-light rounded-2xl p-5\"><h4 class=\"font-bold mb-2\">Lo\u1ea1i s\u1ea3n ph\u1ea9m<\/h4><p class=\"text-sm text-slate-700\">N\u1ed9i th\u1ea5t, t\u1ee7, thanh nh\u00f4m, ph\u1ee5 ki\u1ec7n, kim lo\u1ea1i t\u1ea5m, b\u1ed9 ph\u1eadn thi\u1ebft b\u1ecb, ho\u1eb7c c\u00e1c lo\u1ea1i kh\u00e1c.<\/p><\/div>\n            <div class=\"bg-primary-light rounded-2xl p-5\"><h4 class=\"font-bold mb-2\">V\u1eadt li\u1ec7u<\/h4><p class=\"text-sm text-slate-700\">Th\u00e9p, nh\u00f4m, inox, th\u00e9p m\u1ea1 k\u1ebdm, ho\u1eb7c v\u1eadt li\u1ec7u h\u1ed7n h\u1ee3p.<\/p><\/div>\n            <div class=\"bg-primary-light rounded-2xl p-5\"><h4 class=\"font-bold mb-2\">S\u1ed1 l\u01b0\u1ee3ng \u0111\u1eb7t h\u00e0ng<\/h4><p class=\"text-sm text-slate-700\">S\u1ed1 l\u01b0\u1ee3ng \u01b0\u1edbc t\u00ednh, kg, t\u1ea5n, ho\u1eb7c s\u1ea3n l\u01b0\u1ee3ng l\u1eb7p l\u1ea1i h\u00e0ng th\u00e1ng.<\/p><\/div>\n          <\/div>\n          <div class=\"space-y-4\">\n            <div class=\"bg-primary-light rounded-2xl p-5\"><h4 class=\"font-bold mb-2\">M\u00e0u s\u1eafc \/ Ho\u00e0n thi\u1ec7n<\/h4><p class=\"text-sm text-slate-700\">M\u00e3 RAL, m\u1edd, b\u00f3ng, nh\u00e1m, \u00e1nh kim, ho\u1eb7c m\u1eabu t\u00f9y ch\u1ec9nh.<\/p><\/div>\n            <div class=\"bg-primary-light rounded-2xl p-5\"><h4 class=\"font-bold mb-2\">Khu v\u1ef1c che ch\u1eafn<\/h4><p class=\"text-sm text-slate-700\">Ren, l\u1ed7, b\u1ec1 m\u1eb7t ti\u1ebfp x\u00fac, ho\u1eb7c b\u1ea5t k\u1ef3 khu v\u1ef1c n\u00e0o c\u1ea7n gi\u1eef nguy\u00ean kh\u00f4ng ph\u1ee7.<\/p><\/div>\n            <div class=\"bg-primary-light rounded-2xl p-5\"><h4 class=\"font-bold mb-2\">Th\u1eddi gian giao h\u00e0ng m\u1ee5c ti\u00eau<\/h4><p class=\"text-sm text-slate-700\">Ng\u00e0y m\u1eabu, h\u1ea1n giao h\u00e0ng, ho\u1eb7c l\u1ecbch s\u1ea3n xu\u1ea5t li\u00ean t\u1ee5c.<\/p><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"mt-10 text-center\">\n          <a href=\"#kt-contact-popup\" class=\"purple-btn rounded-xl px-10 py-4 font-semibold inline-block transition-all\">Nh\u1eadn b\u00e1o gi\u00e1 ngay<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 10: FAQ -->\n  <section id=\"sec-faq-10\" class=\"w-full bg-white py-20 px-4\">\n    <div class=\"max-w-6xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <div class=\"inline-block mb-4 px-4 py-2 bg-primary-light rounded-full\"><span class=\"text-primary text-sm font-semibold\">C\u00e1c c\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p<\/span><\/div>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">C\u00e2u h\u1ecfi th\u01b0\u1eddng g\u1eb7p<\/h2>\n        <p class=\"text-lg text-slate-600 max-w-2xl mx-auto\">T\u00ecm c\u00e2u tr\u1ea3 l\u1eddi v\u1ec1 ph\u1ea1m vi d\u1ecbch v\u1ee5, n\u0103ng l\u1ef1c, ti\u00eau chu\u1ea9n ch\u1ea5t l\u01b0\u1ee3ng v\u00e0 quy tr\u00ecnh \u0111\u1eb7t h\u00e0ng.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8\">\n        <div class=\"space-y-4\">\n          <h3 class=\"text-xl font-semibold text-neutral-950 mb-6 pb-3 border-b-2 border-primary\">D\u1ecbch v\u1ee5 &amp; Ph\u1ea1m vi<\/h3>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 th\u1ec3 s\u01a1n c\u00e1c lo\u1ea1i v\u1eadt li\u1ec7u n\u00e0o?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>Ch\u00fang t\u00f4i ch\u1ee7 y\u1ebfu ph\u1ee7 c\u00e1c s\u1ea3n ph\u1ea9m kim lo\u1ea1i bao g\u1ed3m th\u00e9p, nh\u00f4m, inox, th\u00e9p m\u1ea1 k\u1ebdm v\u00e0 c\u00e1c v\u1eadt li\u1ec7u t\u01b0\u01a1ng t\u1ef1. Vui l\u00f2ng g\u1eedi \u1ea3nh ho\u1eb7c b\u1ea3n v\u1ebd n\u1ebfu b\u1ea1n ch\u01b0a ch\u1eafc ch\u1eafn.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 h\u1ed7 tr\u1ee3 m\u00e0u s\u1eafc t\u00f9y ch\u1ec9nh kh\u00f4ng?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>C\u00f3. Ch\u00fang t\u00f4i h\u1ed7 tr\u1ee3 m\u00e0u RAL ti\u00eau chu\u1ea9n, b\u1ed9t t\u00f9y ch\u1ec9nh v\u00e0 ph\u1ed1i m\u00e0u theo m\u1eabu d\u1ef1a tr\u00ean s\u1ed1 l\u01b0\u1ee3ng v\u00e0 y\u00eau c\u1ea7u d\u1ef1 \u00e1n.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 th\u1ec3 x\u1eed l\u00fd c\u00e1c lo\u1ea1i ho\u00e0n thi\u1ec7n \u0111\u1eb7c bi\u1ec7t kh\u00f4ng?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>C\u00f3. M\u1edd, b\u00f3ng, satin, nh\u00e1m, \u00e1nh kim v\u00e0 c\u00e1c lo\u1ea1i ho\u00e0n thi\u1ec7n kh\u00e1c c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c xem x\u00e9t t\u00f9y theo kh\u1ea3 n\u0103ng cung c\u1ea5p b\u1ed9t v\u00e0 y\u00eau c\u1ea7u m\u1eabu.<\/p><\/div><\/div>\n        <\/div>\n\n        <div class=\"space-y-4\">\n          <h3 class=\"text-xl font-semibold text-neutral-950 mb-6 pb-3 border-b-2 border-primary\">Th\u1eddi gian &amp; C\u00f4ng su\u1ea5t<\/h3>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">Th\u1eddi gian x\u1eed l\u00fd \u0111i\u1ec3n h\u00ecnh l\u00e0 bao l\u00e2u?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>M\u1eabu th\u01b0\u1eddng m\u1ea5t 3\u20135 ng\u00e0y l\u00e0m vi\u1ec7c. \u0110\u01a1n h\u00e0ng th\u1eed nghi\u1ec7m c\u00f3 th\u1ec3 m\u1ea5t 7\u201310 ng\u00e0y l\u00e0m vi\u1ec7c. C\u00e1c l\u00f4 th\u00f4ng th\u01b0\u1eddng th\u01b0\u1eddng c\u1ea7n 10\u201325 ng\u00e0y l\u00e0m vi\u1ec7c t\u00f9y theo k\u00edch th\u01b0\u1edbc, m\u00e0u s\u1eafc v\u00e0 l\u1ecbch tr\u00ecnh.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 cung c\u1ea5p d\u1ecbch v\u1ee5 g\u1ea5p kh\u00f4ng?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>\u0110\u01a1n h\u00e0ng g\u1ea5p c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c xem x\u00e9t. Vui l\u00f2ng cung c\u1ea5p k\u00edch th\u01b0\u1edbc s\u1ea3n ph\u1ea9m, s\u1ed1 l\u01b0\u1ee3ng, m\u00e0u s\u1eafc v\u00e0 th\u1eddi h\u1ea1n \u0111\u1ec3 ch\u00fang t\u00f4i x\u00e1c nh\u1eadn kh\u1ea3 n\u0103ng th\u1ef1c hi\u1ec7n.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">S\u1ed1 l\u01b0\u1ee3ng \u0111\u1eb7t h\u00e0ng t\u1ed1i thi\u1ec3u l\u00e0 bao nhi\u00eau?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>C\u00f3 th\u1ec3 nh\u1eadn c\u00e1c m\u1eabu \u0111\u1ec3 \u0111\u00e1nh gi\u00e1. S\u1ed1 l\u01b0\u1ee3ng l\u00f4 kinh t\u1ebf ph\u1ee5 thu\u1ed9c v\u00e0o m\u00e0u s\u1eafc, k\u00edch th\u01b0\u1edbc s\u1ea3n ph\u1ea9m v\u00e0 th\u1eddi gian thi\u1ebft l\u1eadp quy tr\u00ecnh.<\/p><\/div><\/div>\n        <\/div>\n\n        <div class=\"space-y-4\">\n          <h3 class=\"text-xl font-semibold text-neutral-950 mb-6 pb-3 border-b-2 border-primary\">Ch\u1ea5t l\u01b0\u1ee3ng &amp; Ti\u00eau chu\u1ea9n<\/h3>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">L\u00e0m th\u1ebf n\u00e0o \u0111\u1ec3 b\u1ea1n \u0111\u1ea3m b\u1ea3o t\u00ednh nh\u1ea5t qu\u00e1n c\u1ee7a l\u1edbp ph\u1ee7?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>Ch\u00fang t\u00f4i ki\u1ec3m so\u00e1t ti\u1ec1n x\u1eed l\u00fd, th\u00f4ng s\u1ed1 phun, nhi\u1ec7t \u0111\u1ed9 s\u1ea5y, th\u1eddi gian s\u1ea3n xu\u1ea5t v\u00e0 ki\u1ec3m tra cu\u1ed1i c\u00f9ng.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 th\u1ec3 cung c\u1ea5p m\u1eabu ph\u1ee7 kh\u00f4ng?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>C\u00f3. Khuy\u1ebfn ngh\u1ecb ph\u1ee7 m\u1eabu khi c\u1ea7n x\u00e1c nh\u1eadn m\u00e0u s\u1eafc, b\u1ec1 m\u1eb7t ho\u00e0n thi\u1ec7n ho\u1eb7c \u0111\u1ed9 b\u00e1m d\u00ednh tr\u01b0\u1edbc khi s\u1ea3n xu\u1ea5t h\u00e0ng lo\u1ea1t.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n x\u1eed l\u00fd c\u00e1c v\u1ea5n \u0111\u1ec1 ch\u1ea5t l\u01b0\u1ee3ng nh\u01b0 th\u1ebf n\u00e0o?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>Ch\u00fang t\u00f4i xem x\u00e9t h\u00ecnh \u1ea3nh, th\u00f4ng tin l\u00f4 h\u00e0ng v\u00e0 y\u00eau c\u1ea7u d\u1ef1 \u00e1n, sau \u0111\u00f3 th\u1ea3o lu\u1eadn v\u1ec1 vi\u1ec7c l\u00e0m l\u1ea1i, thay th\u1ebf ho\u1eb7c c\u00e1c bi\u1ec7n ph\u00e1p kh\u1eafc ph\u1ee5c t\u00f9y t\u1eebng tr\u01b0\u1eddng h\u1ee3p.<\/p><\/div><\/div>\n        <\/div>\n\n        <div class=\"space-y-4\">\n          <h3 class=\"text-xl font-semibold text-neutral-950 mb-6 pb-3 border-b-2 border-primary\">T\u00f9y ch\u1ec9nh &amp; V\u1eadn chuy\u1ec3n<\/h3>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 bao g\u1ed3m ti\u1ec1n x\u1eed l\u00fd kh\u00f4ng?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>C\u00f3. Ti\u1ec1n x\u1eed l\u00fd l\u00e0 b\u01b0\u1edbc c\u1ed1t l\u00f5i \u0111\u1ec3 ph\u1ee7 b\u1ed9t \u0111\u1ea1t \u0111\u1ed9 b\u1ec1n cao. Quy tr\u00ecnh c\u1ee5 th\u1ec3 s\u1ebd \u0111\u01b0\u1ee3c l\u1ef1a ch\u1ecdn d\u1ef1a tr\u00ean v\u1eadt li\u1ec7u v\u00e0 t\u00ecnh tr\u1ea1ng b\u1ec1 m\u1eb7t.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">B\u1ea1n c\u00f3 th\u1ec3 x\u1eed l\u00fd l\u1ed7 ho\u1eb7c ren kh\u00f4ng?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>C\u00f3. Vui l\u00f2ng \u0111\u00e1nh d\u1ea5u r\u00f5 c\u00e1c khu v\u1ef1c ch\u1ee9c n\u0103ng. Gi\u1ea3i ph\u00e1p che ch\u1eafn c\u00f3 th\u1ec3 b\u1ea3o v\u1ec7 l\u1ed7, ren, \u0111i\u1ec3m ti\u1ebfp x\u00fac ho\u1eb7c b\u1ec1 m\u1eb7t l\u1eafp r\u00e1p.<\/p><\/div><\/div>\n          <div class=\"faq-item glass-card rounded-2xl p-6 cursor-pointer transition-all\" onclick=\"toggleFAQ(this)\"><div class=\"flex items-start justify-between\"><h4 class=\"font-semibold text-neutral-950 pr-4\">S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c v\u1eadn chuy\u1ec3n nh\u01b0 th\u1ebf n\u00e0o?<\/h4><span class=\"faq-plus text-primary text-xl flex-shrink-0 transition-transform\">+<\/span><\/div><div class=\"faq-content mt-4 text-slate-600 text-sm leading-relaxed\"><p>S\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c \u0111\u00f3ng g\u00f3i v\u1edbi v\u1eadt li\u1ec7u b\u1ea3o v\u1ec7. V\u1eadn chuy\u1ec3n c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp b\u1edfi \u0111\u1ed1i t\u00e1c logistics c\u1ee7a b\u1ea1n ho\u1eb7c trao \u0111\u1ed5i v\u1edbi \u0111\u1ed9i ng\u0169 c\u1ee7a ch\u00fang t\u00f4i.<\/p><\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 11: GUIDE -->\n  <section id=\"sec-guide-11\" class=\"w-full bg-slate-50 py-20 px-4\">\n    <div class=\"max-w-6xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <div class=\"inline-block mb-4 px-4 py-2 bg-primary-light rounded-full\"><span class=\"text-primary text-sm font-semibold\">H\u01b0\u1edbng D\u1eabn Chuy\u00ean Gia<\/span><\/div>\n        <h2 class=\"font-heading text-4xl md:text-5xl font-bold text-neutral-950 mb-4\">H\u01b0\u1edbng D\u1eabn D\u1ecbch V\u1ee5 Ph\u1ee7 B\u1ed9t Ho\u00e0n Ch\u1ec9nh<\/h2>\n        <p class=\"text-lg text-slate-600 max-w-2xl mx-auto\">M\u1ecdi \u0111i\u1ec1u b\u1ea1n c\u1ea7n bi\u1ebft v\u1ec1 vi\u1ec7c l\u1ef1a ch\u1ecdn v\u00e0 qu\u1ea3n l\u00fd d\u1ecbch v\u1ee5 ph\u1ee7 chuy\u00ean nghi\u1ec7p.<\/p>\n      <\/div>\n\n      <div class=\"space-y-12\">\n        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8 items-center\">\n          <div>\n            <h3 class=\"text-2xl md:text-3xl font-bold text-neutral-950 mb-4\">T\u1ea1i sao ch\u1ecdn ph\u1ee7 b\u1ed9t?<\/h3>\n            <p class=\"text-slate-600 mb-4 leading-relaxed\">S\u01a1n t\u0129nh \u0111i\u1ec7n \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng r\u1ed9ng r\u00e3i cho c\u00e1c s\u1ea3n ph\u1ea9m kim lo\u1ea1i c\u1ea7n b\u1ea3o v\u1ec7 b\u1ec1 m\u1eb7t b\u1ec1n, ngo\u1ea1i h\u00ecnh \u0111\u1ed3ng nh\u1ea5t v\u00e0 s\u1ea3n xu\u1ea5t hi\u1ec7u qu\u1ea3.<\/p>\n            <ul class=\"space-y-3 text-slate-700\">\n              <li class=\"flex items-start gap-3\"><span class=\"text-primary text-xl mt-1\">\u2713<\/span><span><strong>\u0110\u1ed9 b\u1ec1n:<\/strong> Kh\u1ea3 n\u0103ng ch\u1ed1ng m\u00e0i m\u00f2n, th\u1eddi ti\u1ebft v\u00e0 \u0103n m\u00f2n t\u1ed1t t\u00f9y thu\u1ed9c v\u00e0o ti\u1ec1n x\u1eed l\u00fd v\u00e0 lo\u1ea1i b\u1ed9t.<\/span><\/li>\n              <li class=\"flex items-start gap-3\"><span class=\"text-primary text-xl mt-1\">\u2713<\/span><span><strong>Ph\u1ee7 \u0110\u1ec1u \u0110\u1eb7n:<\/strong> Phun t\u0129nh \u0111i\u1ec7n h\u1ed7 tr\u1ee3 ph\u1ee7 \u0111\u1ed3ng \u0111\u1ec1u tr\u00ean nhi\u1ec1u chi ti\u1ebft kim lo\u1ea1i.<\/span><\/li>\n              <li class=\"flex items-start gap-3\"><span class=\"text-primary text-xl mt-1\">\u2713<\/span><span><strong>\u0110a d\u1ea1ng b\u1ec1 m\u1eb7t ho\u00e0n thi\u1ec7n:<\/strong> C\u00f3 c\u00e1c lo\u1ea1i b\u1ec1 m\u1eb7t m\u1edd, b\u00f3ng, nh\u00e1m v\u00e0 \u00e1nh kim.<\/span><\/li>\n              <li class=\"flex items-start gap-3\"><span class=\"text-primary text-xl mt-1\">\u2713<\/span><span><strong>S\u1ea3n Xu\u1ea5t Hi\u1ec7u Qu\u1ea3:<\/strong> Ph\u00f9 h\u1ee3p cho m\u1eabu th\u1eed, l\u00f4 h\u00e0ng v\u00e0 \u0111\u01a1n \u0111\u1eb7t h\u00e0ng c\u00f4ng nghi\u1ec7p l\u1eb7p l\u1ea1i.<\/span><\/li>\n            <\/ul>\n          <\/div>\n          <img decoding=\"async\" src=\"https:\/\/powdercoatlinekt.com\/wp-content\/uploads\/2026\/01\/spacious-powder-coating-workshop-for-industrial-metal-products.webp\" alt=\"D\u00e2y chuy\u1ec1n s\u1ea3n xu\u1ea5t s\u01a1n b\u1ed9t v\u1edbi nhi\u1ec1u tr\u1ea1m l\u00e0m vi\u1ec7c\" class=\"w-full h-96 object-cover rounded-3xl shadow-purpleSoft\" \/>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl p-8 md:p-12 border border-purple-100 shadow-sm\">\n          <h3 class=\"text-2xl md:text-3xl font-bold text-neutral-950 mb-4 text-center\">C\u00e1c y\u1ebfu t\u1ed1 ch\u00ednh khi ch\u1ecdn \u0111\u1ed1i t\u00e1c s\u01a1n t\u0129nh \u0111i\u1ec7n b\u1ed9t<\/h3>\n          <p class=\"text-slate-600 text-center mb-10 leading-relaxed\">S\u1eed d\u1ee5ng danh s\u00e1ch ki\u1ec3m tra \u0111\u00e1nh gi\u00e1 n\u00e0y \u0111\u1ec3 ch\u1ecdn nh\u00e0 cung c\u1ea5p l\u1edbp ph\u1ee7 ph\u00f9 h\u1ee3p v\u1edbi mong \u0111\u1ee3i v\u1ec1 ch\u1ea5t l\u01b0\u1ee3ng, n\u0103ng l\u1ef1c v\u00e0 giao ti\u1ebfp c\u1ee7a b\u1ea1n.<\/p>\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n            <div class=\"glass-card rounded-2xl p-6\"><h4 class=\"font-semibold text-neutral-950 mb-2\">Thi\u1ebft b\u1ecb &amp; N\u0103ng l\u1ef1c<\/h4><p class=\"text-sm text-slate-600\">Ki\u1ec3m tra x\u1eed l\u00fd tr\u01b0\u1edbc, bu\u1ed3ng phun, l\u00f2 s\u1ea5y, h\u1ec7 th\u1ed1ng thu h\u1ed3i v\u00e0 kh\u1ea3 n\u0103ng t\u01b0\u01a1ng th\u00edch k\u00edch th\u01b0\u1edbc s\u1ea3n ph\u1ea9m.<\/p><\/div>\n            <div class=\"glass-card rounded-2xl p-6\"><h4 class=\"font-semibold text-neutral-950 mb-2\">\u0110\u1ea3m b\u1ea3o ch\u1ea5t l\u01b0\u1ee3ng<\/h4><p class=\"text-sm text-slate-600\">X\u00e1c nh\u1eadn quy tr\u00ecnh ki\u1ec3m tra, ki\u1ec3m tra \u0111\u1ed9 d\u00e0y l\u1edbp ph\u1ee7, ki\u1ec3m so\u00e1t m\u00e0u s\u1eafc v\u00e0 x\u1eed l\u00fd l\u1ed7i.<\/p><\/div>\n            <div class=\"glass-card rounded-2xl p-6\"><h4 class=\"font-semibold text-neutral-950 mb-2\">C\u00f4ng su\u1ea5t s\u1ea3n xu\u1ea5t<\/h4><p class=\"text-sm text-slate-600\">Xem x\u00e9t th\u1eddi gian giao h\u00e0ng, l\u1ecbch tr\u00ecnh c\u00f3 s\u1eb5n, kh\u1ea3 n\u0103ng \u0111\u1eb7t h\u00e0ng l\u1eb7p l\u1ea1i v\u00e0 c\u00e1c l\u1ef1a ch\u1ecdn d\u1ecbch v\u1ee5 kh\u1ea9n c\u1ea5p.<\/p><\/div>\n            <div class=\"glass-card rounded-2xl p-6\"><h4 class=\"font-semibold text-neutral-950 mb-2\">Minh b\u1ea1ch chi ph\u00ed<\/h4><p class=\"text-sm text-slate-600\">H\u1ecfi nh\u1eefng g\u00ec \u0111\u01b0\u1ee3c bao g\u1ed3m trong b\u00e1o gi\u00e1, g\u1ed3m x\u1eed l\u00fd tr\u01b0\u1edbc, che ch\u1eafn, \u0111\u00f3ng g\u00f3i v\u00e0 v\u1eadn chuy\u1ec3n.<\/p><\/div>\n            <div class=\"glass-card rounded-2xl p-6\"><h4 class=\"font-semibold text-neutral-950 mb-2\">H\u1ed7 tr\u1ee3 Kh\u00e1ch h\u00e0ng<\/h4><p class=\"text-sm text-slate-600\">\u0110\u1ed9i ng\u0169 ph\u1ea3n h\u1ed3i nhanh gi\u00fap gi\u1ea3m sai s\u00f3t v\u1ec1 m\u00e0u s\u1eafc, che ch\u1eafn, th\u1eddi gian giao h\u00e0ng v\u00e0 \u0111\u00f3ng g\u00f3i.<\/p><\/div>\n            <div class=\"glass-card rounded-2xl p-6\"><h4 class=\"font-semibold text-neutral-950 mb-2\">Kinh nghi\u1ec7m trong ng\u00e0nh<\/h4><p class=\"text-sm text-slate-600\">Kinh nghi\u1ec7m v\u1edbi c\u00e1c s\u1ea3n ph\u1ea9m t\u01b0\u01a1ng t\u1ef1 gi\u00fap c\u1ea3i thi\u1ec7n s\u1ef1 \u1ed5n \u0111\u1ecbnh x\u1eed l\u00fd v\u00e0 gi\u1ea3m th\u1eddi gian th\u1eed nghi\u1ec7m.<\/p><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"dark-purple-gradient rounded-3xl p-8 md:p-12 text-white shadow-purpleStrong\">\n          <h3 class=\"text-2xl md:text-3xl font-bold mb-4\">M\u1eb9o t\u1ed1i \u01b0u h\u00f3a chi ph\u00ed<\/h3>\n          <p class=\"text-purple-100 mb-8 leading-relaxed\">Gi\u1ea3m chi ph\u00ed ph\u1ee7 m\u1ed7i \u0111\u01a1n v\u1ecb m\u00e0 kh\u00f4ng \u1ea3nh h\u01b0\u1edfng \u0111\u1ebfn ch\u1ea5t l\u01b0\u1ee3ng th\u1ef1c t\u1ebf.<\/p>\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n            <div class=\"bg-white\/10 backdrop-blur rounded-2xl p-6\"><h4 class=\"font-semibold mb-2 text-white\">\u0110\u1eb7t h\u00e0ng theo l\u00f4<\/h4><p class=\"text-sm text-purple-100\">K\u1ebft h\u1ee3p c\u00e1c s\u1ea3n ph\u1ea9m c\u00f9ng m\u00e0u b\u1ed9t \u0111\u1ec3 gi\u1ea3m th\u1eddi gian thi\u1ebft l\u1eadp.<\/p><\/div>\n            <div class=\"bg-white\/10 backdrop-blur rounded-2xl p-6\"><h4 class=\"font-semibold mb-2 text-white\">M\u00e0u s\u1eafc ti\u00eau chu\u1ea9n<\/h4><p class=\"text-sm text-purple-100\">M\u00e0u ti\u00eau chu\u1ea9n RAL th\u01b0\u1eddng d\u1ec5 l\u00ean l\u1ecbch h\u01a1n m\u00e0u t\u00f9y ch\u1ec9nh \u0111\u1eb7c bi\u1ec7t.<\/p><\/div>\n            <div class=\"bg-white\/10 backdrop-blur rounded-2xl p-6\"><h4 class=\"font-semibold mb-2 text-white\">B\u1ea3n v\u1ebd che ch\u1eafn r\u00f5 r\u00e0ng<\/h4><p class=\"text-sm text-purple-100\">Gi\u1ea3m s\u1eeda l\u1ea1i b\u1eb1ng c\u00e1ch \u0111\u00e1nh d\u1ea5u r\u00f5 c\u00e1c ren, l\u1ed7, \u0111i\u1ec3m ti\u1ebfp x\u00fac v\u00e0 khu v\u1ef1c l\u1eafp r\u00e1p.<\/p><\/div>\n            <div class=\"bg-white\/10 backdrop-blur rounded-2xl p-6\"><h4 class=\"font-semibold mb-2 text-white\">L\u1eadp k\u1ebf ho\u1ea1ch tr\u01b0\u1edbc<\/h4><p class=\"text-sm text-purple-100\">Tr\u00e1nh chi ph\u00ed l\u00ean l\u1ecbch kh\u1ea9n c\u1ea5p b\u1eb1ng c\u00e1ch cung c\u1ea5p d\u1ef1 b\u00e1o v\u00e0 ng\u00e0y s\u1ea3n xu\u1ea5t s\u1edbm h\u01a1n.<\/p><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"mt-16 text-center\">\n        <p class=\"text-slate-600 mb-6 text-lg\">S\u1eb5n s\u00e0ng b\u1eaft \u0111\u1ea7u d\u1ef1 \u00e1n s\u01a1n b\u1ed9t c\u1ee7a b\u1ea1n ch\u01b0a?<\/p>\n        <a href=\"#kt-contact-popup\" class=\"purple-btn font-semibold py-4 px-8 rounded-xl transition-all inline-block\">Nh\u1eadn t\u01b0 v\u1ea5n mi\u1ec5n ph\u00ed c\u1ee7a b\u1ea1n \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 12: TRUST METRICS -->\n  <section id=\"sec-trust-12\" class=\"w-full bg-white py-16 px-4 border-t border-b border-purple-100\">\n    <div class=\"max-w-6xl mx-auto\">\n      <div class=\"grid grid-cols-2 md:grid-cols-4 gap-6 md:gap-8 text-center\">\n        <div class=\"py-4\"><div class=\"text-3xl md:text-4xl font-bold text-primary mb-2\">20+<\/div><p class=\"text-sm md:text-base text-slate-600\">N\u0103m<br \/>Kinh nghi\u1ec7m<\/p><\/div>\n        <div class=\"py-4 md:border-l border-purple-100\"><div class=\"text-3xl md:text-4xl font-bold text-primary mb-2\">500+<\/div><p class=\"text-sm md:text-base text-slate-600\">H\u00e0i l\u00f2ng<br \/>Kh\u00e1ch h\u00e0ng<\/p><\/div>\n        <div class=\"py-4 md:border-l border-purple-100\"><div class=\"text-3xl md:text-4xl font-bold text-primary mb-2\">8000+<\/div><p class=\"text-sm md:text-base text-slate-600\">T\u1ea5n h\u00e0ng n\u0103m<br \/>Dung t\u00edch<\/p><\/div>\n        <div class=\"py-4 md:border-l border-purple-100\"><div class=\"text-3xl md:text-4xl font-bold text-primary mb-2\">24h<\/div><p class=\"text-sm md:text-base text-slate-600\">Y\u00eau c\u1ea7u<br \/>Ph\u1ea3n h\u1ed3i<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 13: PROVIDER QUESTIONS -->\n  <section id=\"sec-provider-questions-13\" class=\"py-20 bg-slate-50 px-4\">\n    <div class=\"max-w-5xl mx-auto\">\n      <div class=\"text-center mb-12\">\n        <div class=\"inline-block bg-primary-light text-primary rounded-full px-4 py-2 mb-4\"><span class=\"text-sm font-semibold\">H\u01b0\u1edbng d\u1eabn \u0111\u00e1nh gi\u00e1<\/span><\/div>\n        <h2 class=\"text-4xl sm:text-5xl font-bold font-heading text-neutral-950 mb-4\">C\u00e1c c\u00e2u h\u1ecfi c\u1ea7n h\u1ecfi nh\u00e0 cung c\u1ea5p d\u1ecbch v\u1ee5 ph\u1ee7 l\u1edbp c\u1ee7a b\u1ea1n<\/h2>\n        <p class=\"text-lg text-slate-600 max-w-2xl mx-auto\">S\u1eed d\u1ee5ng danh s\u00e1ch ki\u1ec3m tra n\u00e0y \u0111\u1ec3 so s\u00e1nh c\u00e1c nh\u00e0 cung c\u1ea5p d\u1ecbch v\u1ee5 ph\u1ee7 v\u00e0 gi\u1ea3m r\u1ee7i ro t\u00ecm ngu\u1ed3n.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6 mb-12\">\n        <div class=\"glass-card rounded-3xl p-8\"><h3 class=\"text-2xl font-bold font-heading text-neutral-950 mb-4 flex items-center\"><span class=\"bg-primary text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 text-sm\">1<\/span>N\u0103ng l\u1ef1c s\u1ea3n xu\u1ea5t<\/h3><ul class=\"space-y-3 text-sm text-slate-700\"><li>\u25a1 B\u1ea1n c\u00f3 th\u1ec3 x\u1eed l\u00fd k\u00edch th\u01b0\u1edbc v\u00e0 tr\u1ecdng l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m c\u1ee7a t\u00f4i kh\u00f4ng?<\/li><li>\u25a1 C\u00f4ng su\u1ea5t s\u1ea3n xu\u1ea5t h\u00e0ng th\u00e1ng c\u1ee7a b\u1ea1n l\u00e0 bao nhi\u00eau?<\/li><li>\u25a1 B\u1ea1n c\u00f3 th\u1ec3 h\u1ed7 tr\u1ee3 \u0111\u01a1n h\u00e0ng g\u1ea5p kh\u00f4ng?<\/li><li>\u25a1 B\u1ea1n v\u1eadn h\u00e0nh bao nhi\u00eau d\u00e2y chuy\u1ec1n ph\u1ee7?<\/li><\/ul><\/div>\n        <div class=\"glass-card rounded-3xl p-8\"><h3 class=\"text-2xl font-bold font-heading text-neutral-950 mb-4 flex items-center\"><span class=\"bg-primary text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 text-sm\">2<\/span>\u0110\u1ea3m b\u1ea3o ch\u1ea5t l\u01b0\u1ee3ng<\/h3><ul class=\"space-y-3 text-sm text-slate-700\"><li>\u25a1 B\u1ea1n ki\u1ec3m tra \u0111\u1ed9 d\u00e0y m\u00e0ng nh\u01b0 th\u1ebf n\u00e0o?<\/li><li>\u25a1 B\u1ea1n ki\u1ec3m so\u00e1t \u0111\u1ed9 \u0111\u1ed3ng nh\u1ea5t m\u00e0u s\u1eafc ra sao?<\/li><li>\u25a1 B\u1ea1n c\u00f3 th\u1ec3 cung c\u1ea5p nh\u1eefng h\u1ed3 s\u01a1 ki\u1ec3m tra n\u00e0o?<\/li><li>\u25a1 B\u1ea1n x\u1eed l\u00fd c\u00e1c l\u1ed7i ph\u1ee7 nh\u01b0 th\u1ebf n\u00e0o?<\/li><\/ul><\/div>\n        <div class=\"glass-card rounded-3xl p-8\"><h3 class=\"text-2xl font-bold font-heading text-neutral-950 mb-4 flex items-center\"><span class=\"bg-primary text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 text-sm\">3<\/span>Gi\u00e1 c\u1ea3 &amp; \u0110i\u1ec1u kho\u1ea3n<\/h3><ul class=\"space-y-3 text-sm text-slate-700\"><li>\u25a1 B\u00e1o gi\u00e1 bao g\u1ed3m nh\u1eefng g\u00ec?<\/li><li>\u25a1 Ph\u00ed che ch\u1eafn ho\u1eb7c ph\u00ed thi\u1ebft l\u1eadp c\u00f3 t\u00e1ch ri\u00eang kh\u00f4ng?<\/li><li>\u25a1 C\u00f3 \u00e1p d\u1ee5ng gi\u1ea3m gi\u00e1 theo s\u1ed1 l\u01b0\u1ee3ng kh\u00f4ng?<\/li><li>\u25a1 C\u00f3 nh\u1eefng \u0111i\u1ec1u kho\u1ea3n thanh to\u00e1n n\u00e0o?<\/li><\/ul><\/div>\n        <div class=\"glass-card rounded-3xl p-8\"><h3 class=\"text-2xl font-bold font-heading text-neutral-950 mb-4 flex items-center\"><span class=\"bg-primary text-white rounded-full w-8 h-8 flex items-center justify-center mr-3 text-sm\">4<\/span>Giao h\u00e0ng &amp; V\u1eadn chuy\u1ec3n<\/h3><ul class=\"space-y-3 text-sm text-slate-700\"><li>\u25a1 Th\u1eddi gian giao h\u00e0ng ti\u00eau chu\u1ea9n c\u1ee7a b\u1ea1n l\u00e0 bao l\u00e2u?<\/li><li>\u25a1 B\u1ea1n c\u00f3 th\u1ec3 cung c\u1ea5p m\u1eabu nhanh kh\u00f4ng?<\/li><li>\u25a1 \u0110\u00f3ng g\u00f3i \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n nh\u01b0 th\u1ebf n\u00e0o?<\/li><li>\u25a1 Ai ch\u1ecbu tr\u00e1ch nhi\u1ec7m v\u1eadn chuy\u1ec3n?<\/li><\/ul><\/div>\n      <\/div>\n\n      <div class=\"bg-gradient-to-br from-primary-light to-white rounded-3xl border border-primary\/20 p-8 md:p-12 text-center\">\n        <h3 class=\"text-2xl font-bold font-heading text-neutral-950 mb-4\">S\u1eb5n s\u00e0ng \u0111\u00e1nh gi\u00e1 ch\u00fang t\u00f4i d\u1ef1a tr\u00ean danh s\u00e1ch ki\u1ec3m tra n\u00e0y?<\/h3>\n        <p class=\"text-slate-600 mb-8\">G\u1eedi th\u00f4ng tin s\u1ea3n ph\u1ea9m c\u1ee7a b\u1ea1n v\u00e0 ch\u00fang t\u00f4i s\u1ebd ph\u1ea3n h\u1ed3i b\u1eb1ng b\u00e1o gi\u00e1 th\u1ef1c t\u1ebf c\u00f9ng \u0111\u1ec1 xu\u1ea5t quy tr\u00ecnh.<\/p>\n        <a href=\"#kt-contact-popup\" class=\"purple-btn rounded-xl px-8 py-4 font-semibold transition-all inline-block\">Nh\u1eadn Th\u00f4ng Tin Chi Ti\u1ebft c\u1ee7a Ch\u00fang T\u00f4i \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 14: FINAL CTA -->\n  <section id=\"sec-final-cta-14\" class=\"py-20 dark-purple-gradient text-white px-4\">\n    <div class=\"max-w-6xl mx-auto\">\n      <div class=\"text-center mb-16\">\n        <h2 class=\"text-4xl sm:text-5xl font-bold font-heading mb-4\">S\u1eb5n s\u00e0ng b\u1eaft \u0111\u1ea7u D\u1ef1 \u00e1n D\u1ecbch v\u1ee5 Ph\u1ee7 B\u1ed9t c\u1ee7a B\u1ea1n ch\u01b0a?<\/h2>\n        <p class=\"text-lg text-purple-100 max-w-2xl mx-auto mb-8\">\u0110\u1eebng \u0111\u1ec3 c\u00e1c v\u1ea5n \u0111\u1ec1 v\u1ec1 ph\u1ee7 l\u00e0m ch\u1eadm s\u1ea3n xu\u1ea5t c\u1ee7a b\u1ea1n. \u0110\u1ed9i ng\u0169 c\u1ee7a ch\u00fang t\u00f4i s\u1eb5n s\u00e0ng xem x\u00e9t y\u00eau c\u1ea7u, b\u00e1o gi\u00e1 r\u00f5 r\u00e0ng v\u00e0 h\u1ed7 tr\u1ee3 giao h\u00e0ng \u0111\u00e1ng tin c\u1eady.<\/p>\n        <div class=\"flex flex-col sm:flex-row gap-4 justify-center mb-8\">\n          <a href=\"#kt-contact-popup\" class=\"bg-white text-primary hover:bg-primary-light rounded-xl px-10 py-5 font-semibold text-lg transition-all\">Nh\u1eadn B\u00e1o Gi\u00e1 Mi\u1ec5n Ph\u00ed c\u1ee7a B\u1ea1n Ngay \u2192<\/a>\n          <a href=\"https:\/\/wa.me\/8618064668879\" class=\"bg-primary hover:bg-primary-dark text-white rounded-xl px-10 py-5 font-semibold text-lg transition-all\">Tr\u00f2 Chuy\u1ec7n tr\u00ean WhatsApp<\/a>\n        <\/div>\n        <p class=\"text-purple-200 text-sm\">Ph\u1ea3n h\u1ed3i trong v\u00f2ng 24 gi\u1edd. Kh\u00f4ng c\u1ea7n cam k\u1ebft.<\/p>\n      <\/div>\n\n      <div class=\"grid grid-cols-1 md:grid-cols-4 gap-6 border-t border-purple-300\/20 pt-12\">\n        <div class=\"text-center\"><div class=\"rounded-2xl bg-primary-light text-primary p-4 w-16 h-16 flex items-center justify-center mx-auto mb-3 font-bold\">@<\/div><h3 class=\"font-semibold text-white mb-2\">Email<\/h3><a href=\"mailto:inquiry@coating-machinery.net\" class=\"text-purple-100 hover:text-white transition-colors break-all\">inquiry@coating-machinery.net<\/a><\/div>\n        <div class=\"text-center\"><div class=\"rounded-2xl bg-primary-light text-primary p-4 w-16 h-16 flex items-center justify-center mx-auto mb-3 font-bold\">WA<\/div><h3 class=\"font-semibold text-white mb-2\">WhatsApp<\/h3><a href=\"https:\/\/wa.me\/8618064668879\" class=\"text-purple-100 hover:text-white transition-colors\">+86 180 6466 8879<\/a><\/div>\n        <div class=\"text-center\"><div class=\"rounded-2xl bg-primary-light text-primary p-4 w-16 h-16 flex items-center justify-center mx-auto mb-3 font-bold\">CN<\/div><h3 class=\"font-semibold text-white mb-2\">V\u1ecb tr\u00ed<\/h3><p class=\"text-purple-100\">Foshan, Qu\u1ea3ng \u0110\u00f4ng<br \/>Trung Qu\u1ed1c<\/p><\/div>\n        <div class=\"text-center\"><div class=\"rounded-2xl bg-primary-light text-primary p-4 w-16 h-16 flex items-center justify-center mx-auto mb-3 font-bold\">24<\/div><h3 class=\"font-semibold text-white mb-2\">Ph\u1ea3n h\u1ed3i<\/h3><p class=\"text-purple-100\">Th\u00f4ng th\u01b0\u1eddng trong v\u00f2ng<br \/>24 gi\u1edd<\/p><\/div>\n      <\/div>\n\n      <div class=\"border-t border-purple-300\/20 mt-12 pt-8 text-center text-sm text-purple-200\">\n        <p class=\"mb-4\">\u00a9 2026 C\u00f4ng ty TNHH Thi\u1ebft B\u1ecb M\u00e1y Ketu. \u0110\u00e3 \u0111\u0103ng k\u00fd b\u1ea3n quy\u1ec1n.<\/p>\n        <p>D\u1ecbch v\u1ee5 s\u01a1n t\u0129nh \u0111i\u1ec7n \u0111\u00e1ng tin c\u1eady v\u1edbi h\u1ed7 tr\u1ee3 chuy\u00ean nghi\u1ec7p, ki\u1ec3m so\u00e1t ch\u1ea5t l\u01b0\u1ee3ng th\u1ef1c t\u1ebf v\u00e0 giao h\u00e0ng \u0111\u00fang h\u1ea1n.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CONTACT SYSTEM: PURPLE FLOATING BUTTONS + MODAL FORM -->\n<style>\n  .kt-contact-float-wrap {\n    position: fixed;\n    right: 28px;\n    bottom: 28px;\n    z-index: 9998;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    align-items: flex-end;\n  }\n\n  .kt-contact-float-main,\n  .kt-contact-float-wa {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    text-decoration: none;\n    border-radius: 999px;\n    font-weight: 800;\n    line-height: 1;\n    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;\n  }\n\n  .kt-contact-float-main {\n    min-width: 190px;\n    padding: 15px 22px;\n    color: #fff;\n    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);\n    box-shadow: 0 18px 42px rgba(124, 58, 237, .42);\n  }\n\n  .kt-contact-float-main:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 24px 58px rgba(124, 58, 237, .52);\n    background: linear-gradient(135deg, #5B21B6 0%, #7C3AED 100%);\n  }\n\n  .kt-contact-float-wa {\n    padding: 12px 18px;\n    color: #6D28D9;\n    background: rgba(255, 255, 255, .94);\n    border: 1px solid rgba(124, 58, 237, .24);\n    box-shadow: 0 14px 36px rgba(88, 28, 135, .16);\n    backdrop-filter: blur(12px);\n  }\n\n  .kt-contact-float-wa:hover {\n    transform: translateY(-2px);\n    border-color: rgba(124, 58, 237, .55);\n    background: #F3E8FF;\n  }\n\n  .kt-contact-icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 999px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(255, 255, 255, .18);\n  }\n\n  .kt-contact-mobile-bar {\n    position: fixed;\n    left: 12px;\n    right: 12px;\n    bottom: 12px;\n    z-index: 9998;\n    display: none;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    padding: 10px;\n    border-radius: 22px;\n    background: rgba(255, 255, 255, .92);\n    border: 1px solid rgba(124, 58, 237, .18);\n    box-shadow: 0 20px 52px rgba(88, 28, 135, .22);\n    backdrop-filter: blur(14px);\n  }\n\n  .kt-mobile-btn {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    min-height: 48px;\n    border-radius: 16px;\n    text-decoration: none;\n    font-weight: 800;\n    font-size: 14px;\n  }\n\n  .kt-mobile-btn-primary {\n    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);\n    color: #fff;\n  }\n\n  .kt-mobile-btn-secondary {\n    background: #F3E8FF;\n    color: #6D28D9;\n    border: 1px solid rgba(124, 58, 237, .18);\n  }\n\n  .kt-popup-overlay {\n    position: fixed;\n    inset: 0;\n    background: rgba(15, 23, 42, .70);\n    backdrop-filter: blur(10px);\n    z-index: 9999;\n    display: none;\n    align-items: center;\n    justify-content: center;\n    padding: 18px;\n    font-family: inherit;\n  }\n\n  .kt-popup-overlay:target { display: flex; }\n\n  .kt-popup-shell {\n    width: min(960px, 100%);\n    max-height: 92vh;\n    overflow: hidden;\n    background: #fff;\n    border-radius: 30px;\n    box-shadow: 0 34px 90px rgba(46, 16, 101, .42);\n    border: 1px solid rgba(124, 58, 237, .22);\n    position: relative;\n    animation: kt-popup-in .22s ease both;\n  }\n\n  @keyframes kt-popup-in {\n    from { opacity: 0; transform: translateY(18px) scale(.98); }\n    to { opacity: 1; transform: translateY(0) scale(1); }\n  }\n\n  .kt-popup-grid {\n    display: grid;\n    grid-template-columns: .95fr 1.05fr;\n    min-height: 560px;\n  }\n\n  .kt-popup-side {\n    color: #fff;\n    padding: 34px;\n    background:\n      radial-gradient(circle at top right, rgba(255,255,255,.20), transparent 35%),\n      radial-gradient(circle at bottom left, rgba(216,180,254,.24), transparent 40%),\n      linear-gradient(135deg, #4C1D95 0%, #6D28D9 48%, #8B5CF6 100%);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    gap: 28px;\n  }\n\n  .kt-popup-badge {\n    width: 62px;\n    height: 62px;\n    border-radius: 20px;\n    background: rgba(255,255,255,.16);\n    border: 1px solid rgba(255,255,255,.22);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: Lexend, Inter, sans-serif;\n    font-weight: 900;\n    font-size: 23px;\n    box-shadow: 0 18px 42px rgba(0,0,0,.18);\n  }\n\n  .kt-popup-side h3 {\n    font-family: Lexend, Inter, sans-serif;\n    font-size: 34px;\n    line-height: 1.12;\n    font-weight: 800;\n    margin: 22px 0 12px;\n  }\n\n  .kt-popup-side p {\n    color: rgba(255,255,255,.82);\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  .kt-popup-proof {\n    display: grid;\n    gap: 12px;\n  }\n\n  .kt-popup-proof-item {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 14px;\n    border-radius: 18px;\n    background: rgba(255,255,255,.12);\n    border: 1px solid rgba(255,255,255,.16);\n  }\n\n  .kt-popup-proof-mark {\n    width: 26px;\n    height: 26px;\n    flex: 0 0 26px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.20);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .kt-popup-proof-item strong {\n    display: block;\n    font-size: 14px;\n    margin-bottom: 3px;\n  }\n\n  .kt-popup-proof-item span {\n    display: block;\n    font-size: 12px;\n    color: rgba(255,255,255,.76);\n    line-height: 1.55;\n  }\n\n  .kt-popup-form-panel {\n    padding: 34px;\n    overflow-y: auto;\n  }\n\n  .kt-popup-close {\n    position: absolute;\n    top: 16px;\n    right: 16px;\n    z-index: 3;\n    width: 38px;\n    height: 38px;\n    border-radius: 999px;\n    background: #F3E8FF;\n    color: #6D28D9;\n    border: 1px solid rgba(124,58,237,.18);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n    font-size: 22px;\n    line-height: 1;\n    font-weight: 700;\n  }\n\n  .kt-popup-close:hover { background: #E9D5FF; }\n\n  .kt-form-title {\n    font-family: Lexend, Inter, sans-serif;\n    font-size: 28px;\n    font-weight: 800;\n    color: #0f172a;\n    margin: 0 42px 8px 0;\n  }\n\n  .kt-form-subtitle {\n    color: #64748b;\n    font-size: 14px;\n    line-height: 1.6;\n    margin-bottom: 22px;\n  }\n\n  .kt-form-chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 22px;\n  }\n\n  .kt-form-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    border-radius: 999px;\n    padding: 8px 11px;\n    background: #F3E8FF;\n    color: #6D28D9;\n    font-size: 12px;\n    font-weight: 700;\n    border: 1px solid rgba(124,58,237,.14);\n  }\n\n  .kt-form-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .kt-field-label {\n    display: block;\n    font-size: 13px;\n    color: #334155;\n    font-weight: 800;\n    margin: 0 0 7px;\n  }\n\n  .iq-field {\n    display: block !important;\n    width: 100% !important;\n    padding: 13px 14px !important;\n    border: 1.5px solid #E9D5FF !important;\n    border-radius: 14px !important;\n    font-size: 14px !important;\n    outline: none !important;\n    box-sizing: border-box !important;\n    font-family: inherit !important;\n    background: #fff !important;\n    color: #0f172a !important;\n    margin: 0 !important;\n    box-shadow: none !important;\n    -webkit-appearance: none !important;\n    transition: border-color .2s, box-shadow .2s, background .2s !important;\n  }\n\n  .iq-field::placeholder { color: #94a3b8 !important; }\n\n  .iq-field:focus {\n    border-color: #7C3AED !important;\n    box-shadow: 0 0 0 4px rgba(124,58,237,.16) !important;\n    background: #FAF5FF !important;\n  }\n\n  .kt-form-submit {\n    width: 100%;\n    min-height: 52px;\n    border: 0;\n    border-radius: 16px;\n    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 900;\n    cursor: pointer;\n    box-shadow: 0 18px 40px rgba(124,58,237,.30);\n    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;\n  }\n\n  .kt-form-submit:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 24px 54px rgba(124,58,237,.40);\n  }\n\n  .kt-form-submit:disabled {\n    opacity: .62;\n    cursor: not-allowed;\n    transform: none;\n  }\n\n  .kt-form-note {\n    margin-top: 14px;\n    padding: 13px 14px;\n    border-radius: 16px;\n    background: #FAF5FF;\n    border: 1px solid rgba(124,58,237,.14);\n    color: #64748b;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  .kt-error-text {\n    display: none;\n    color: #dc2626;\n    font-size: 12px;\n    text-align: center;\n    margin: 0;\n  }\n\n  @media (max-width: 860px) {\n    .kt-popup-shell { width: min(520px, 100%); overflow-y: auto; }\n    .kt-popup-grid { grid-template-columns: 1fr; min-height: 0; }\n    .kt-popup-side { padding: 26px; }\n    .kt-popup-side h3 { font-size: 28px; }\n    .kt-popup-proof { grid-template-columns: 1fr; }\n    .kt-popup-form-panel { padding: 26px; }\n  }\n\n  @media (max-width: 640px) {\n    .kt-contact-float-wrap { display: none; }\n    .kt-contact-mobile-bar { display: grid; }\n    .kt-form-row { grid-template-columns: 1fr; }\n    .kt-popup-overlay { padding: 10px; align-items: flex-end; }\n    .kt-popup-shell { border-radius: 26px 26px 18px 18px; max-height: 94vh; }\n    .kt-popup-side { display: none; }\n    .kt-popup-form-panel { padding: 26px 20px 22px; }\n    .kt-form-title { font-size: 24px; margin-right: 42px; }\n    body { padding-bottom: 82px; }\n  }\n<\/style>\n\n<div class=\"kt-contact-float-wrap\" aria-label=\"C\u00e1c l\u1ef1a ch\u1ecdn li\u00ean h\u1ec7\">\n  <a class=\"kt-contact-float-wa\" href=\"https:\/\/wa.me\/8618064668879?text=Hi%20Ketu%2C%20I%20would%20like%20to%20ask%20about%20powder%20coating%20service.\" target=\"_blank\" rel=\"noopener noreferrer\">\n    <span>WhatsApp<\/span>\n  <\/a>\n  <a class=\"kt-contact-float-main\" href=\"#kt-contact-popup\">\n    <span class=\"kt-contact-icon\">\u2709<\/span>\n    <span>Nh\u1eadn B\u00e1o Gi\u00e1 Mi\u1ec5n Ph\u00ed<\/span>\n  <\/a>\n<\/div>\n\n<div class=\"kt-contact-mobile-bar\" aria-label=\"Thanh li\u00ean h\u1ec7 di \u0111\u1ed9ng\">\n  <a class=\"kt-mobile-btn kt-mobile-btn-primary\" href=\"#kt-contact-popup\">Nh\u1eadn B\u00e1o Gi\u00e1<\/a>\n  <a class=\"kt-mobile-btn kt-mobile-btn-secondary\" href=\"https:\/\/wa.me\/8618064668879?text=Hi%20Ketu%2C%20I%20would%20like%20to%20ask%20about%20powder%20coating%20service.\" target=\"_blank\" rel=\"noopener noreferrer\">WhatsApp<\/a>\n<\/div>\n\n<div id=\"kt-contact-popup\" class=\"kt-popup-overlay\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"ktFormTitle\">\n  <div class=\"kt-popup-shell\">\n    <a href=\"#\" class=\"kt-popup-close\" aria-label=\"\u0110\u00f3ng bi\u1ec3u m\u1eabu li\u00ean h\u1ec7\">\u00d7<\/a>\n\n    <div class=\"kt-popup-grid\">\n      <aside class=\"kt-popup-side\">\n        <div>\n          <div class=\"kt-popup-badge\">KT<\/div>\n          <h3>H\u00e3y cho ch\u00fang t\u00f4i bi\u1ebft b\u1ea1n c\u1ea7n s\u01a1n ph\u1ee7 g\u00ec.<\/h3>\n          <p>G\u1eedi v\u1eadt li\u1ec7u s\u1ea3n ph\u1ea9m, m\u00e0u s\u1eafc, s\u1ed1 l\u01b0\u1ee3ng v\u00e0 th\u1eddi h\u1ea1n. Ch\u00fang t\u00f4i s\u1ebd xem x\u00e9t quy tr\u00ecnh s\u01a1n ph\u1ee7 v\u00e0 ph\u1ea3n h\u1ed3i v\u1edbi b\u00e1o gi\u00e1 th\u1ef1c t\u1ebf.<\/p>\n        <\/div>\n\n        <div class=\"kt-popup-proof\">\n          <div class=\"kt-popup-proof-item\">\n            <div class=\"kt-popup-proof-mark\">\u2713<\/div>\n            <div>\n              <strong>M\u1ee5c ti\u00eau ph\u1ea3n h\u1ed3i trong 24h<\/strong>\n              <span>Xem x\u00e9t nhanh cho m\u1eabu, l\u00f4 th\u1eed nghi\u1ec7m v\u00e0 \u0111\u01a1n h\u00e0ng s\u1ea3n xu\u1ea5t th\u01b0\u1eddng xuy\u00ean.<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"kt-popup-proof-item\">\n            <div class=\"kt-popup-proof-mark\">\u2713<\/div>\n            <div>\n              <strong>Khuy\u1ebfn ngh\u1ecb quy tr\u00ecnh<\/strong>\n              <span>Ch\u00fang t\u00f4i h\u1ed7 tr\u1ee3 x\u00e1c nh\u1eadn ti\u1ec1n x\u1eed l\u00fd, che ch\u1eafn, lo\u1ea1i b\u1ed9t v\u00e0 c\u00e1c l\u1ef1a ch\u1ecdn ho\u00e0n thi\u1ec7n.<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"kt-popup-proof-item\">\n            <div class=\"kt-popup-proof-mark\">\u2713<\/div>\n            <div>\n              <strong>H\u1ed7 tr\u1ee3 tr\u1ef1c ti\u1ebfp t\u1eeb nh\u00e0 m\u00e1y<\/strong>\n              <span>M\u1ed9t \u0111\u1ed9i ng\u0169 x\u1eed l\u00fd b\u00e1o gi\u00e1, giao ti\u1ebfp s\u1ea3n xu\u1ea5t v\u00e0 \u0111i\u1ec1u ph\u1ed1i giao h\u00e0ng.<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/aside>\n\n      <main class=\"kt-popup-form-panel\">\n        <h3 id=\"ktFormTitle\" class=\"kt-form-title\">Nh\u1eadn b\u00e1o gi\u00e1 s\u01a1n t\u0129nh \u0111i\u1ec7n<\/h3>\n        <p class=\"kt-form-subtitle\">\u0110i\u1ec1n th\u00f4ng tin li\u00ean h\u1ec7 v\u00e0 chi ti\u1ebft d\u1ef1 \u00e1n c\u1ee7a b\u1ea1n. C\u00e0ng cung c\u1ea5p nhi\u1ec1u chi ti\u1ebft, ch\u00fang t\u00f4i c\u00e0ng b\u00e1o gi\u00e1 ch\u00ednh x\u00e1c nhanh h\u01a1n.<\/p>\n\n        <div class=\"kt-form-chips\">\n          <span class=\"kt-form-chip\">S\u01a1n m\u1eabu<\/span>\n          <span class=\"kt-form-chip\">S\u1ea3n xu\u1ea5t theo l\u00f4<\/span>\n          <span class=\"kt-form-chip\">M\u00e0u RAL<\/span>\n          <span class=\"kt-form-chip\">H\u1ed7 tr\u1ee3 che ch\u1eafn<\/span>\n        <\/div>\n\n        <form id=\"ktZeroyContactForm\" style=\"display:flex;flex-direction:column;gap:14px;\" action=\"\">\n          <div class=\"kt-form-row\">\n            <div>\n              <label class=\"kt-field-label\" for=\"iq-name\">T\u00ean c\u1ee7a b\u1ea1n<\/label>\n              <input id=\"iq-name\" name=\"name\" type=\"text\" placeholder=\"T\u00ean c\u1ee7a b\u1ea1n\" class=\"iq-field\" \/>\n            <\/div>\n            <div>\n              <label class=\"kt-field-label\" for=\"iq-phone\">Email \/ Zalo *<\/label>\n              <input id=\"iq-phone\" name=\"phone\" type=\"text\" placeholder=\"Email ho\u1eb7c WhatsApp\" class=\"iq-field\" required \/>\n            <\/div>\n          <\/div>\n\n          <div>\n            <label class=\"kt-field-label\" for=\"iq-msg\">Chi ti\u1ebft d\u1ef1 \u00e1n<\/label>\n            <textarea id=\"iq-msg\" name=\"message\" rows=\"6\" placeholder=\"V\u00ed d\u1ee5: t\u1ee7 th\u00e9p, RAL 7035, ho\u00e0n thi\u1ec7n m\u1edd, 300 c\u00e1i, che ch\u1eafn l\u1ed7 ren, ng\u00e0y giao h\u00e0ng d\u1ef1 ki\u1ebfn...\" class=\"iq-field\" style=\"resize:none!important;\"><\/textarea>\n          <\/div>\n\n          <input type=\"text\" name=\"_zeroy_hp\" style=\"position:absolute!important;left:-9999px!important;\" tabindex=\"-1\" aria-hidden=\"true\" autocomplete=\"off\" value=\"\" \/>\n          <input type=\"hidden\" name=\"_zeroy_redirect\" value=\"https:\/\/powdercoatlinekt.com\/\" \/>\n\n          <button type=\"submit\" id=\"iq-submit\" class=\"kt-form-submit\">G\u1eedi y\u00eau c\u1ea7u \u2192<\/button>\n          <p id=\"iq-err\" class=\"kt-error-text\"><\/p>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"vi\"\/><\/form>\n\n        <div class=\"kt-form-note\">\n          <strong style=\"color:#6D28D9;\">M\u1eb9o:<\/strong> \u0110\u1ec3 nh\u1eadn b\u00e1o gi\u00e1 nhanh h\u01a1n, vui l\u00f2ng cung c\u1ea5p th\u00f4ng tin v\u1ec1 v\u1eadt li\u1ec7u, k\u00edch th\u01b0\u1edbc s\u1ea3n ph\u1ea9m, m\u00e3 m\u00e0u, lo\u1ea1i ho\u00e0n thi\u1ec7n, s\u1ed1 l\u01b0\u1ee3ng \u0111\u1eb7t h\u00e0ng v\u00e0 b\u1ea5t k\u1ef3 khu v\u1ef1c n\u00e0o kh\u00f4ng \u0111\u01b0\u1ee3c ph\u1ee7 l\u1edbp.\n        <\/div>\n      <\/main>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  function toggleFAQ(el) {\n    el.classList.toggle('active');\n  }\n\n  (function () {\n    var EP = 'https:\/\/powdercoatlinekt.com\/wp-json\/zeroy\/v1\/submissions';\n    var REDIRECT_URL = 'https:\/\/powdercoatlinekt.com\/';\n    var form = document.getElementById('ktZeroyContactForm');\n    var popup = document.getElementById('kt-contact-popup');\n\n    function closePopup() {\n      if (window.location.hash === '#kt-contact-popup') {\n        history.pushState('', document.title, window.location.pathname + window.location.search);\n      }\n    }\n\n    if (popup) {\n      popup.addEventListener('click', function (e) {\n        if (e.target === popup) closePopup();\n      });\n    }\n\n    document.addEventListener('keydown', function (e) {\n      if (e.key === 'Escape') closePopup();\n    });\n\n    if (!form) return;\n\n    form.addEventListener('submit', async function (e) {\n      e.preventDefault();\n\n      var btn = document.getElementById('iq-submit');\n      var err = document.getElementById('iq-err');\n      var name = document.getElementById('iq-name').value.trim();\n      var phone = document.getElementById('iq-phone').value.trim();\n      var message = document.getElementById('iq-msg').value.trim();\n\n      if (!phone) {\n        err.textContent = 'Please enter your Email or WhatsApp.';\n        err.style.display = 'block';\n        return;\n      }\n\n      btn.textContent = 'Sending...';\n      btn.disabled = true;\n      err.style.display = 'none';\n\n      var fd = new FormData(form);\n      fd.set('name', name);\n      fd.set('phone', phone);\n      fd.set('message', message);\n      fd.set('_zeroy_hp', '');\n      fd.set('_zeroy_redirect', REDIRECT_URL);\n\n      try {\n        var r = await fetch(EP, { method: 'POST', body: fd });\n        var result = null;\n        try { result = await r.json(); } catch (jsonErr) {}\n\n        if (r.ok && (!result || result.success === true)) {\n          window.location.href = REDIRECT_URL;\n          return;\n        }\n\n        btn.textContent = 'Send Inquiry \u2192';\n        btn.disabled = false;\n        err.textContent = 'Failed to submit. Please try again or contact us on WhatsApp.';\n        err.style.display = 'block';\n      } catch (ex) {\n        btn.textContent = 'Send Inquiry \u2192';\n        btn.disabled = false;\n        err.textContent = 'Network error. Please try again or contact us on WhatsApp.';\n        err.style.display = 'block';\n      }\n    });\n  })();\n<\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Professional Powder Coating Service | Fast Turnaround | Quality Guaranteed \u2713 Professional Powder Coating Service Fast, Reliable Powder Coating Service for Your Metal Products Trusted by manufacturers across Asia. Complete coating solutions with in-house equipment, strict quality control, custom colors, and dependable delivery. 500+ Manufacturing Partners 7\u201315 Days Typical Lead Time 100% Quality Inspection 24h [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-05-09 03:58:34","footnotes":""},"class_list":["post-1454","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/pages\/1454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/comments?post=1454"}],"version-history":[{"count":17,"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/pages\/1454\/revisions"}],"predecessor-version":[{"id":3325,"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/pages\/1454\/revisions\/3325"}],"wp:attachment":[{"href":"https:\/\/powdercoatlinekt.com\/vi\/wp-json\/wp\/v2\/media?parent=1454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}