{"id":76,"date":"2026-01-31T14:45:51","date_gmt":"2026-01-31T07:45:51","guid":{"rendered":"https:\/\/eiki.co.th\/?p=76"},"modified":"2026-01-31T15:23:39","modified_gmt":"2026-01-31T08:23:39","slug":"about","status":"publish","type":"post","link":"https:\/\/eiki.co.th\/?p=76","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"76\" class=\"elementor elementor-76\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bff08e9 e-flex e-con-boxed e-con e-parent\" data-id=\"bff08e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74604045 elementor-widget elementor-widget-text-editor\" data-id=\"74604045\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><style>\n        :root {\n            --primary-blue: #1E5BA8;\n            --deep-blue: #0A2F5C;\n            --accent-orange: #FF6B35;\n            --light-gray: #F5F7FA;\n            --medium-gray: #E1E8ED;\n            --dark-gray: #2C3E50;\n            --white: #FFFFFF;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'IBM Plex Sans Thai', sans-serif;\n            color: var(--dark-gray);\n            background: var(--white);\n            overflow-x: hidden;\n        }\n\n        \/* Hero Section with Animated Background *\/\n        .hero {\n            position: relative;\n            height: 70vh;\n            min-height: 500px;\n            background: linear-gradient(135deg, var(--deep-blue) 0%, var(--primary-blue) 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                repeating-linear-gradient(\n                    90deg,\n                    transparent,\n                    transparent 50px,\n                    rgba(255,255,255,0.03) 50px,\n                    rgba(255,255,255,0.03) 51px\n                ),\n                repeating-linear-gradient(\n                    0deg,\n                    transparent,\n                    transparent 50px,\n                    rgba(255,255,255,0.03) 50px,\n                    rgba(255,255,255,0.03) 51px\n                );\n            animation: gridSlide 20s linear infinite;\n        }\n\n        @keyframes gridSlide {\n            0% { transform: translate(0, 0); }\n            100% { transform: translate(50px, 50px); }\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            color: var(--white);\n            padding: 0 2rem;\n            max-width: 1200px;\n            animation: fadeInUp 1s ease-out;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .hero-logo {\n            width: 180px;\n            height: 180px;\n            margin: 0 auto 2rem;\n            background: var(--white);\n            border-radius: 50%;\n            padding: 20px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            animation: float 3s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n\n        .hero-logo img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .hero h1 {\n            font-family: 'Kanit', sans-serif;\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            letter-spacing: -0.5px;\n        }\n\n        .hero-subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            opacity: 0.95;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Decorative Gear *\/\n        .gear-decoration {\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            opacity: 0.1;\n            animation: rotate 20s linear infinite;\n        }\n\n        .gear-left {\n            left: -50px;\n            top: 20%;\n        }\n\n        .gear-right {\n            right: -50px;\n            bottom: 20%;\n            animation-direction: reverse;\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n\n        \/* Company Info Section *\/\n        .company-info {\n            padding: 5rem 0;\n            position: relative;\n        }\n\n        .section-title {\n            font-family: 'Kanit', sans-serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--deep-blue);\n            margin-bottom: 1rem;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 60%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--accent-orange) 0%, transparent 100%);\n        }\n\n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .info-card {\n            background: var(--white);\n            border: 2px solid var(--medium-gray);\n            border-radius: 12px;\n            padding: 2rem;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .info-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 0;\n            background: var(--accent-orange);\n            transition: height 0.3s ease;\n        }\n\n        .info-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            border-color: var(--primary-blue);\n        }\n\n        .info-card:hover::before {\n            height: 100%;\n        }\n\n        .info-label {\n            font-family: 'Kanit', sans-serif;\n            font-size: 0.9rem;\n            color: var(--primary-blue);\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 0.5rem;\n        }\n\n        .info-value {\n            font-size: 1.1rem;\n            color: var(--dark-gray);\n            line-height: 1.6;\n        }\n\n        \/* About Section *\/\n        .about-section {\n            background: var(--light-gray);\n            padding: 5rem 0;\n            position: relative;\n        }\n\n        .about-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n\n        .about-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: var(--dark-gray);\n        }\n\n        .about-text-en {\n            margin-bottom: 2rem;\n            padding: 2rem;\n            background: var(--white);\n            border-radius: 12px;\n            border-left: 4px solid var(--primary-blue);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n\n        .about-text-th {\n            padding: 2rem;\n            background: var(--white);\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-orange);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n\n        \/* Strengths Section *\/\n        .strengths {\n            padding: 5rem 0;\n        }\n\n        .strengths-grid {\n            display: grid;\n            gap: 3rem;\n            margin-top: 3rem;\n        }\n\n        .strength-card {\n            background: var(--white);\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n        }\n\n        .strength-card:hover {\n            transform: scale(1.02);\n            box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n        }\n\n        .strength-header {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);\n            color: var(--white);\n            padding: 2.5rem 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .strength-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            animation: pulse 4s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { opacity: 0.5; }\n            50% { opacity: 1; }\n        }\n\n        .strength-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n\n        .strength-title {\n            font-family: 'Kanit', sans-serif;\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n        }\n\n        .strength-subtitle {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n\n        .strength-body {\n            padding: 2rem;\n        }\n\n        .strength-description {\n            font-size: 1.05rem;\n            line-height: 1.8;\n            margin-bottom: 1.5rem;\n        }\n\n        .strength-description-th {\n            color: var(--dark-gray);\n            opacity: 0.85;\n        }\n\n        \/* Contact Section *\/\n        .contact-section {\n            background: var(--deep-blue);\n            color: var(--white);\n            padding: 4rem 0;\n        }\n\n        .contact-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .contact-item {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            padding: 1.5rem;\n            background: rgba(255,255,255,0.1);\n            border-radius: 12px;\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }\n\n        .contact-item:hover {\n            background: rgba(255,255,255,0.15);\n            transform: translateX(5px);\n        }\n\n        .contact-icon {\n            font-size: 2rem;\n        }\n\n        .contact-details {\n            flex: 1;\n        }\n\n        .contact-label {\n            font-size: 0.9rem;\n            opacity: 0.8;\n            margin-bottom: 0.3rem;\n        }\n\n        .contact-value {\n            font-size: 1.1rem;\n            font-weight: 500;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n\n            .hero-subtitle {\n                font-size: 1.1rem;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .about-content {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n\n            .info-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* Scroll Animation *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 0.8s ease-out forwards;\n        }\n\n        .fade-in-delay-1 { animation-delay: 0.2s; }\n        .fade-in-delay-2 { animation-delay: 0.4s; }\n        .fade-in-delay-3 { animation-delay: 0.6s; }\n    <\/style><\/p>\n<!-- Hero Section --><!-- Company Information -->\n<section class=\"company-info\">\n<div class=\"container\">\n<h2 class=\"section-title fade-in\">\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17<\/h2>\n<div class=\"info-grid\">\n<div class=\"info-card fade-in fade-in-delay-1\">\n<div class=\"info-label\">\u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17 \/ Company Name<\/div>\n<div class=\"info-value\">\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17 \u0e40\u0e2d\u0e2d\u0e34\u0e01\u0e34 \u0e40\u0e2d\u0e47\u0e19\u0e08\u0e34\u0e40\u0e19\u0e35\u0e22\u0e23\u0e34\u0e48\u0e07 \u0e41\u0e2d\u0e19\u0e14\u0e4c \u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e27\u0e34\u0e2a \u0e08\u0e33\u0e01\u0e31\u0e14<br \/><strong>Eiki Engineering and Service Co., Ltd.<\/strong><\/div>\n<\/div>\n<div class=\"info-card fade-in fade-in-delay-2\">\n<div class=\"info-label\">\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e2b\u0e32\u0e23 \/ Executive<\/div>\n<div class=\"info-value\">\u0e19\u0e32\u0e07\u0e2a\u0e32\u0e27\u0e20\u0e32\u0e27\u0e34\u0e19\u0e35 \u0e44\u0e1e\u0e28\u0e23\u0e35<br \/><strong>Ms. Pawinee Paisri<\/strong><\/div>\n<\/div>\n<div class=\"info-card fade-in fade-in-delay-3\">\n<div class=\"info-label\">\u0e08\u0e31\u0e14\u0e15\u0e31\u0e49\u0e07 \/ Established<\/div>\n<div class=\"info-value\">\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21 \u0e1e.\u0e28. 2568<br \/><strong>January 2025<\/strong><\/div>\n<\/div>\n<div class=\"info-card fade-in fade-in-delay-1\">\n<div class=\"info-label\">\u0e17\u0e38\u0e19\u0e08\u0e14\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19 \/ Capital<\/div>\n<div class=\"info-value\"><strong>1,000,000 \u0e1a\u0e32\u0e17<\/strong><br \/>1,000,000 THB<\/div>\n<\/div>\n<div class=\"info-card fade-in fade-in-delay-2\" style=\"grid-column: span 2;\">\n<div class=\"info-label\">\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48 \/ Address<\/div>\n<div class=\"info-value\">987\/81 \u0e2b\u0e21\u0e39\u0e48\u0e17\u0e35\u0e48 4 \u0e15\u0e33\u0e1a\u0e25\u0e1a\u0e32\u0e07\u0e1b\u0e39 \u0e2d\u0e33\u0e40\u0e20\u0e2d\u0e40\u0e21\u0e37\u0e2d\u0e07\u0e2a\u0e21\u0e38\u0e17\u0e23\u0e1b\u0e23\u0e32\u0e01\u0e32\u0e23 \u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14\u0e2a\u0e21\u0e38\u0e17\u0e23\u0e1b\u0e23\u0e32\u0e01\u0e32\u0e23 10280<br \/><strong>987\/81 Moo 4, Bangpoo Sub-District, Mueang Samut Prakan District, Samut Prakan 10280<\/strong><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- About Section -->\n<section class=\"about-section\">\n<div class=\"container\">\n<h2 class=\"section-title\">\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32<\/h2>\n<div class=\"about-content\">\n<div>\n<div class=\"about-text about-text-en\">We are a company that provides services for designing, manufacturing and assembling Jig-Fixtures to installing various industrial production equipment. We also have extensive experience in manufacturing Jig fixtures and maintaining machinery equipment. We focus on the &#8220;worksite problems&#8221; of customers, think and find solutions together, and propose appropriate solutions based on our experience and ability to respond in a variety of ways to enhance efficiency and improve the production process.<\/div>\n<\/div>\n<div>\n<div class=\"about-text about-text-th\">\u0e40\u0e23\u0e32\u0e40\u0e1b\u0e47\u0e19\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a Jig-Fixture \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e15\u0e48\u0e32\u0e07\u0e46 \u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49\u0e40\u0e23\u0e32\u0e22\u0e31\u0e07\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e21\u0e32\u0e01\u0e21\u0e32\u0e22\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15 Jig fixture \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1a\u0e33\u0e23\u0e38\u0e07\u0e23\u0e31\u0e01\u0e29\u0e32\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23 \u0e40\u0e23\u0e32\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e01\u0e31\u0e1a &#8220;\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e07\u0e32\u0e19&#8221; \u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 \u0e04\u0e34\u0e14\u0e41\u0e25\u0e30\u0e2b\u0e32\u0e17\u0e32\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e40\u0e2a\u0e19\u0e2d\u0e41\u0e19\u0e27\u0e17\u0e32\u0e07\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21 \u0e42\u0e14\u0e22\u0e2d\u0e32\u0e28\u0e31\u0e22\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e17\u0e35\u0e48\u0e2b\u0e25\u0e32\u0e01\u0e2b\u0e25\u0e32\u0e22 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e22\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Strengths Section -->\n<section class=\"strengths\">\n<div class=\"container\">\n<h2 class=\"section-title\">\u0e08\u0e38\u0e14\u0e41\u0e02\u0e47\u0e07\u0e02\u0e2d\u0e07\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17<\/h2>\n<div class=\"strengths-grid\"><!-- Automation Design -->\n<div class=\"strength-card fade-in\">\n<div class=\"strength-header\">\n<div class=\"strength-icon\">\u2699\ufe0f<\/div>\n<h3 class=\"strength-title\">AUTOMATIONS \/ MACHINES DESIGN<\/h3>\n<p class=\"strength-subtitle\">\u0e07\u0e32\u0e19\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23<\/p>\n<\/div>\n<div class=\"strength-body\">\n<p class=\"strength-description\">Our mission is developing the potential in the design of automation machines, including general machines used in various industrial plants. Such as the Automotive industry, Electronic industry, Processing industries division, by focusing &#8220;Quality and efficiency, International standards of Each type of business, Improvement technology and solution for customer cost reduction and increase productivity. Including on-time delivery and guaranteed after-sales&#8221; to meet customer satisfaction.<\/p>\n<p class=\"strength-description strength-description-th\">\u0e40\u0e23\u0e32\u0e21\u0e38\u0e48\u0e07\u0e40\u0e19\u0e49\u0e19\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e28\u0e31\u0e01\u0e22\u0e20\u0e32\u0e1e\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34\u0e23\u0e27\u0e21\u0e16\u0e36\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e15\u0e48\u0e32\u0e07\u0e46 \u0e40\u0e0a\u0e48\u0e19 \u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e4c \u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e2d\u0e34\u0e40\u0e25\u0e47\u0e01\u0e17\u0e23\u0e2d\u0e19\u0e34\u0e01\u0e2a\u0e4c \u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e01\u0e32\u0e23\u0e41\u0e1b\u0e23\u0e23\u0e39\u0e1b \u0e42\u0e14\u0e22\u0e21\u0e38\u0e48\u0e07\u0e40\u0e19\u0e49\u0e19\u0e17\u0e35\u0e48 &#8220;\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2a\u0e32\u0e01\u0e25\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08 \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e40\u0e17\u0e04\u0e42\u0e19\u0e42\u0e25\u0e22\u0e35\u0e41\u0e25\u0e30\u0e42\u0e0b\u0e25\u0e39\u0e0a\u0e31\u0e48\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e14\u0e15\u0e49\u0e19\u0e17\u0e38\u0e19\u0e41\u0e25\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e25\u0e1c\u0e25\u0e34\u0e15\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 \u0e23\u0e27\u0e21\u0e16\u0e36\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e21\u0e2d\u0e1a\u0e15\u0e23\u0e07\u0e40\u0e27\u0e25\u0e32\u0e41\u0e25\u0e30\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22&#8221; \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e2d\u0e1a\u0e2a\u0e19\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e36\u0e07\u0e1e\u0e2d\u0e43\u0e08\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32<\/p>\n<\/div>\n<\/div>\n<!-- Jigs-Fixtures Design -->\n<div class=\"strength-card fade-in fade-in-delay-1\">\n<div class=\"strength-header\">\n<div class=\"strength-icon\">\ud83d\udd27<\/div>\n<h3 class=\"strength-title\">JIGS-FIXTURES DESIGN<\/h3>\n<p class=\"strength-subtitle\">\u0e07\u0e32\u0e19\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e08\u0e34\u0e4a\u0e01-\u0e1f\u0e34\u0e01\u0e40\u0e08\u0e2d\u0e23\u0e4c<\/p>\n<\/div>\n<div class=\"strength-body\">\n<p class=\"strength-description\">We are confident and prepared in the field of tools and machines for producing jigs-fixtures according to various requirements of customers. We guarantee satisfaction and after-sales service, including in the event that the customer urgently needs the product.<\/p>\n<p class=\"strength-description strength-description-th\">\u0e40\u0e23\u0e32\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e43\u0e08\u0e41\u0e25\u0e30\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e34\u0e48\u0e07\u0e43\u0e19\u0e14\u0e49\u0e32\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1c\u0e25\u0e34\u0e15\u0e07\u0e32\u0e19\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e08\u0e34\u0e4a\u0e01-\u0e1f\u0e34\u0e01\u0e40\u0e08\u0e2d\u0e23\u0e4c \u0e15\u0e32\u0e21\u0e04\u0e27\u0e32\u0e21\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 \u0e20\u0e32\u0e22\u0e43\u0e15\u0e49\u0e01\u0e23\u0e23\u0e21\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e17\u0e35\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e04\u0e38\u0e21\u0e17\u0e38\u0e01\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19 \u0e40\u0e23\u0e32\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e36\u0e07\u0e1e\u0e2d\u0e43\u0e08\u0e41\u0e25\u0e30\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e2b\u0e25\u0e31\u0e07\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22 \u0e23\u0e27\u0e21\u0e16\u0e36\u0e07\u0e43\u0e19\u0e01\u0e23\u0e13\u0e35\u0e17\u0e35\u0e48\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e23\u0e48\u0e07\u0e14\u0e48\u0e27\u0e19<\/p>\n<\/div>\n<\/div>\n<!-- Machinery Service -->\n<div class=\"strength-card fade-in fade-in-delay-2\">\n<div class=\"strength-header\">\n<div class=\"strength-icon\">\ud83d\udd28<\/div>\n<h3 class=\"strength-title\">MACHINERY SERVICE<\/h3>\n<p class=\"strength-subtitle\">\u0e0b\u0e48\u0e2d\u0e21\u0e41\u0e0b\u0e21\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23<\/p>\n<\/div>\n<div class=\"strength-body\">\n<p class=\"strength-description\">We take care of repairing and restoring machines to normal use or increasing efficiency so that machines can be used for a long time in a worthwhile manner because some parts or spare parts cannot be found everywhere. Repairing a machine once makes it impossible to control the repair time as specified, which can lead to an impact on the production process that is not worth the cost.<\/p>\n<p class=\"strength-description strength-description-th\">\u0e40\u0e23\u0e32\u0e14\u0e39\u0e41\u0e25\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e0b\u0e48\u0e2d\u0e21\u0e41\u0e0b\u0e21\u0e04\u0e37\u0e19\u0e2a\u0e20\u0e32\u0e1e\u0e43\u0e2b\u0e49\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e01\u0e25\u0e31\u0e1a\u0e21\u0e32\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e15\u0e32\u0e21\u0e1b\u0e01\u0e15\u0e34 \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e43\u0e2b\u0e49\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e14\u0e49\u0e22\u0e32\u0e27\u0e19\u0e32\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e04\u0e38\u0e49\u0e21\u0e04\u0e48\u0e32 \u0e40\u0e1e\u0e23\u0e32\u0e30\u0e0a\u0e34\u0e49\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e30\u0e44\u0e2b\u0e25\u0e48\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2b\u0e32\u0e44\u0e14\u0e49\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b \u0e01\u0e32\u0e23\u0e08\u0e30\u0e0b\u0e48\u0e2d\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23 1 \u0e04\u0e23\u0e31\u0e49\u0e07 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e04\u0e27\u0e1a\u0e04\u0e38\u0e21\u0e40\u0e27\u0e25\u0e32\u0e43\u0e19\u0e01\u0e32\u0e23\u0e0b\u0e48\u0e2d\u0e21\u0e41\u0e0b\u0e21\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e44\u0e14\u0e49 \u0e08\u0e19\u0e25\u0e32\u0e21\u0e44\u0e1b\u0e16\u0e36\u0e07\u0e1c\u0e25\u0e01\u0e23\u0e30\u0e17\u0e1a\u0e15\u0e48\u0e2d\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e08\u0e19\u0e44\u0e21\u0e48\u0e04\u0e38\u0e49\u0e21\u0e01\u0e31\u0e1a\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e2a\u0e35\u0e22\u0e44\u0e1b<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Contact Section -->\n\n<p><script>\n        \/\/ Intersection Observer for scroll animations\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.fade-in').forEach(el => observer.observe(el));\n    <\/script><\/p>\n\n\n\n<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; &nbsp; \u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17 \u0e0a\u0e37\u0e48\u0e2d\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17 \/ Company  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-76","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/eiki.co.th\/index.php?rest_route=\/wp\/v2\/posts\/76","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eiki.co.th\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eiki.co.th\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eiki.co.th\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eiki.co.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=76"}],"version-history":[{"count":12,"href":"https:\/\/eiki.co.th\/index.php?rest_route=\/wp\/v2\/posts\/76\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/eiki.co.th\/index.php?rest_route=\/wp\/v2\/posts\/76\/revisions\/120"}],"wp:attachment":[{"href":"https:\/\/eiki.co.th\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=76"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eiki.co.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=76"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eiki.co.th\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=76"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}