{"id":43387,"date":"2025-03-26T10:43:25","date_gmt":"2025-03-26T09:43:25","guid":{"rendered":"https:\/\/eurotherm.eu\/home\/"},"modified":"2026-02-04T14:14:38","modified_gmt":"2026-02-04T13:14:38","slug":"home","status":"publish","type":"page","link":"https:\/\/eurotherm.eu\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\n<section  class=\"eth-normal-canvas hero-video \">\n        <div class=\"respimg-cont eth-normal-canvimg\">\n        <img decoding=\"async\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/impianti-su-misura-per-la-verniciatura-industriale-Eurotherm-scaled.jpg\" alt=\"Custom&lt;br \/&gt; Coating &lt;br \/&gt;Systems\" title=\"Eurotherm\">\n    <\/div>\n            <div class=\"hero-video-wrapper\">\n        <div class=\"eth-video-overlay eth-play-video show\">\n            <span class=\"eth-video-overlayplay\">\n            <svg width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.4676 1.41715L18.0654 10.9999L1.4676 20.5827L1.4676 1.41715Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\"\/><\/svg>\n            <\/span>\n        <\/div>\n        <video class=\"hero-vid\" autoplay loop playsinline muted poster=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/06\/Eurotherm-impianti-su-misura-per-verniciatura-industriale.jpg\">\n            <source src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/06\/Eurotherm-impianti-su-misura-per-verniciatura-industriale.mp4\" type=\"video\/mp4\">\n            Il tuo browser non supporta il tag video.\n        <\/video>\n    <\/div>\n        <div class=\"eth-normal-canvinner\">\n        <div class=\"container-fluid\">\n            <!-- breacrumb block -->\n                                     <!-- con sfondo -->\n            <div class=\"row\">\n                \n                <div class=\"col-lg-12\">\n                    <div class=\"row\">\n                        <div class=\"col-lg-6 offset-lg-6\">\n                            <h1 style=\"color:#fff\" class=\"xl main-hp-title main-hp-title-main text-end\">\n                                Custom<br \/> Coating <br \/>Systems                            <\/h1>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                                <div class=\"col-lg-12\">\n                    <div class=\"row\">\n                        <div class=\"col-10 offset-2 col-md-8 offset-md-4 col-lg-5 offset-lg-0\">\n                            <h2 style=\"color:#fff\" class=\"main-hp-title border-bottom border-light\">From sandblasting to finishing. Custom booths and equipment for industrial painting.\n<\/h2>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                            <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n\n\n<section  class=\"content-block bg-white overflow-hidden margin-small\">\n    <div class=\"container-fluid\">\n                <div class=\"row\">\n            <div class=\"col-lg-12\">\n                <div class=\"content-block-img bordered-img respimg-cont mb-5\">\n                    <img decoding=\"async\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/processi-tecnologici-piu-efficienti-Eurotherm-1500x430.jpg\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/processi-tecnologici-piu-efficienti-Eurotherm-1500x430.jpg 1500w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/processi-tecnologici-piu-efficienti-Eurotherm-1143x640.jpg 1100w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/processi-tecnologici-piu-efficienti-Eurotherm-768x244.jpg 800w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/processi-tecnologici-piu-efficienti-Eurotherm-414x277.jpg 400w\" sizes=\"(max-width: 400px) 400px, (max-width: 800px) 800px, (max-width: 1100px) 1100px, 1500px\" alt=\"processi-tecnologici-piu\u0300-efficienti-Eurotherm\" title=\"Eurotherm\">\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"row mt-4\">\n                        <div class=\"col-lg-2\">\n                <h2 class=\"bordered-title mb-4 mb-lg-0 text-secondary h4\"><span style=\"color: #f22821;\">The Brand<\/span><\/h2>\n            <\/div>\n                        <div class=\"mb-4 mb-lg-0 col-lg-7\">\n                                    <h3 class=\"h2 text-secondary\">We manufacture and install complete painting machines and systems, taking care of every stage of the project, from implementation to testing.<\/h3>\n                            <\/div>\n            <div class=\"col-lg-3\">\n                                    <div class=\"text-secondary\">\n                        <blockquote><p>From pretreatment operations, such as washing and sandblasting, to the ultimate finish: Eurotherm plants apply the most efficient technological processes to ensure a consistently excellent result. Since 1958.<\/p><\/blockquote>\n                    <\/div>\n                \n                                    <div class=\"mt-5 d-grid d-xl-inline-block\">\n                        <a href=\"https:\/\/eurotherm.eu\/en\/about-us\/\" class=\"btn btn-outline-dark btn-min-width\"\n                            >\n                            About Us                        <\/a>\n                    <\/div>\n                            <\/div>\n        <\/div>\n                                        <\/div>\n\n    <\/section>\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const containers = document.querySelectorAll(\".tooltip-container\");\n\n  containers.forEach(container => {\n    const trigger = container.querySelector(\".tooltip-trigger\");\n    if (!trigger) return;\n\n    trigger.addEventListener(\"click\", function (e) {\n      e.stopPropagation();\n\n      const isActive = container.classList.contains(\"is-active\");\n\n      \/\/ chiude tutti gli altri\n      document.querySelectorAll(\".tooltip-container.is-active\").forEach(cont => {\n        if (cont !== container) {\n          cont.classList.remove(\"is-active\");\n        }\n      });\n\n      \/\/ toggle sul proprio container\n      if (isActive) {\n        container.classList.remove(\"is-active\");\n      } else {\n        container.classList.add(\"is-active\");\n      }\n    });\n  });\n\n  \/\/ click fuori\n  document.addEventListener(\"click\", function () {\n    document.querySelectorAll(\".tooltip-container.is-active\").forEach(cont => {\n      cont.classList.remove(\"is-active\");\n    });\n  });\n});\n<\/script>\n\n\n\n<div class=\"overflow-hidden margin-big\">\n    <div class=\"container-fluid\">\n        <div class=\"row\">\n            <div class=\"col-12 col-lg-10 offset-lg-1\">\n                <!-- Immagine di sfondo -->\n                                    <div class=\"position-relative my-5 my-lg-0\">\n                        <img decoding=\"async\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/schema-impianto-Eurotherm.jpg\" class=\"img-fluid\" alt=\"Schema\" title=\"Eurotherm\">\n                                                                                        <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 4%; right: 51%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">01<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Sandblasting<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p><span style=\"color: #f22821;\"> Sandblasting or shotblasting<\/span> is essential to remove oxidation, scale, paint, and impurities, and is a key step in ensuring surfaces have the degree of roughness necessary for subsequent powder coating.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 15%; right: 22%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">02<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Washing<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p>Eurotherm <span style=\"color: #f22821;\">washing<\/span> tunnels and cells are designed to pre-treat surfaces with a compatible degreasing solution and progressive rinsing. Combining thermal, chemical, and mechanical action, they eliminate impurities and residues.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 40%; right: 0%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">03<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Painting<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p><span style=\"color: #f22821;\">Spray booths<\/span> enable safe and highly professional painting due to systems that prevent powder saturation in the booth and can be fully customized to production requirements.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 38%; right: 31%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">04<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Drying<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p><span style=\"color: #f22821;\">Drying<\/span> and drying are handled by low-temperature ovens (60\u00b0-120\u00b0) equipped with a heat generator with thermoregulation to keep the parameters constant while drying the items painted or to be painted.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 78%; right: 38%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">05<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Air Treatment<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p><span style=\"color: #f22821;\">AHUs<\/span> intervene in liquid coating processes to meet certain air quality requirements such as pressurization, humidity and temperature control, heat recovery, and prefiltering of incoming air.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 74%; right: 5%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">06<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Polymerization<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p>To maximize the performance of coatings, it is essential to ensure that the paint adheres to the surface evenly by baking in <span style=\"color: #f22821;\">curing ovens<\/span> capable of working at high temperatures, up to 250\u00b0.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                            <div class=\"position-absolute tooltip-container tooltip-wcontent\" style=\"top: 48%; right: 67%;\">\n                                    <button type=\"button\" \n                                            class=\"btn btn-primary btn-rounded tooltip-trigger\" >\n                                        <i class=\"icon icon-plus\"><\/i>\n                                    <\/button>\n                                    <div class=\"tooltip-label ms-2 text-start\">\n                                        <div class=\"tooltip-title\">\n                                            <span class=\"bahnschrift d-block text-primary\">07<\/span>  \n                                            <span class=\"tooltip-titlelabel\">Bi-rail conveyor<\/span>\n                                        <\/div>\n                                        <div class=\"bahnschrift tooltip-content\"><p>Il convogliatore birotaia permette la gestione flessibile e versatile dei pezzi da verniciare, ovvero dei carichi e delle bilancelle, per ottimizzare l\u2019utilizzo delle cabine in caso di produzioni complesse con cicli di lavorazione a cadenza variabile.<\/p>\n<\/div> \n                                    <\/div>\n                                <\/div>\n                                                        \n                        <!-- Altri pulsanti -->\n                    <\/div>\n                \n                                \n                <!-- qua gli mettiamo il foreach $tooltips as $tooltip\n                 i campi a disposizione sono:\n                $tooltip['titolo'];\n                $tooltip['testo_esteso'];\n                $tooltip['top']; \/\/ questo per il posizionamento top del tooltip-container\n                $tooltip['right']; \/\/ questo per il posizionamento right del tooltip-container\n                -->\n                \n            <\/div>\n        <\/div>\n                <div class=\"row my-4\">\n            <div class=\"col-12\">\n                <div class=\"row\">\n                    <div class=\"col-lg-4\">\n                        <h2 class=\"bordered-title text-primary h4\">The Catalog<\/h2>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n                <div class=\"row\">\n                        <div class=\"col-lg-5\">\n                <h2 class=\"h1 xl\">MADE TO PERFECTION<\/h2>\n            <\/div>\n                        <div class=\"col-lg-6 offset-lg-1\">\n                                <div class=\"h1 mb-4\"><h2>For professional, detail-perfect painting on a variety of materials and surfaces<\/h2>\n<\/div>\n                                                <a href=\"https:\/\/eurotherm.eu\/en\/product-overview\/\" class=\"btn btn-outline-dark btn-min-width d-block d-lg-inline\">View Products<\/a>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<section     class=\"content-block overflow-hidden  bg-secondary height-100 multi-pinned-section multi-pinned-section--stacked\">\n\n            <div class=\"multi-pinned-contblock hp-version\">\n            <div class=\"container-fluid\">\n                <div class=\"row\">\n                    <div class=\"col-6 offset-3 col-xl-4 offset-xl-4\">\n                        <div class=\"content-img-container d-flex flex-1 flex-column\">\n                                                                <img decoding=\"async\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/impianti-Automatici-e-Semi-Automatici-Eurotherm.png\" alt=\"Impianti Automatici e Semi Automatici Eurotherm\" id=\"image-01\" class=\"img-fluid content-image-stacked\" title=\"Eurotherm\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/impianti-Rotativi-Eurotherm.png\" alt=\"Impianti Rotativi Eurotherm\" id=\"image-02\" class=\"img-fluid content-image-stacked\" title=\"Eurotherm\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/impianti-Manuali-Eurotherm.png\" alt=\"Impianti Manuali Eurotherm\" id=\"image-03\" class=\"img-fluid content-image-stacked\" title=\"Eurotherm\">\n                                                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"row mt-1\">\n                    <div class=\"col-lg-6 align-self-center\">\n                                                    <div>\n                                <h3 class=\"bordered-title text-primary h4\">\n                                    The Custom Implants                                <\/h3>\n                            <\/div>\n                        \n                                                    <div class=\"mt-3 mb-2 d-none d-lg-block\">\n                                <a class=\"btn btn-outline-light btn-min-width\"\n                                   href=\"https:\/\/eurotherm.eu\/en\/plant-overview\/\"\n                                   alt=\"Learn more\">\n                                    Learn more                                <\/a>\n                            <\/div>\n                                            <\/div>\n\n                    <div class=\"col-lg-6\">\n                        <div class=\"row\">\n                            <div class=\"col-lg-12\">\n                                                                    <div class=\"mt-4 mb-5\">\n                                        <p class=\"h1 text-white\">Modular, Efficient, Reliable adapted to your production<\/p>\n                                    <\/div>\n                                \n                                                            <\/div>\n                        <\/div>\n\n                        <div class=\"row flex-row-reverse flex-xl-row\">\n                            <div class=\"col-10\">\n                                <div class=\"multi-pinned-content multi-pinned-content--stacked js-multi-pinned-stacked\">\n                                                                            <div class=\"content-item-stacked text-white\"\n                                             data-content=\"01\"\n                                             id=\"content-item-01\">\n\n                                            <div class=\"content-item-title\">\n                                                                                                    <h3 class=\"h5 mb-2\">Automatic and Semi-Automatic<\/h3>\n                                                                                            <\/div>\n\n                                            <div class=\"content-item-text\">\n                                                <div class=\"text-halfwhite mb-4\">\n                                                                                                            <div><p>Perfect for serial and continuous productions, the systems optimize the painting cycle through automatic part handling and the absence of booth doors to maintain a constant workflow.<\/p>\n<\/div>\n                                                                                                    <\/div>\n\n                                                                                            <\/div>\n\n                                        <\/div>\n                                                                            <div class=\"content-item-stacked text-white\"\n                                             data-content=\"02\"\n                                             id=\"content-item-02\">\n\n                                            <div class=\"content-item-title\">\n                                                                                                    <h3 class=\"h5 mb-2\">Rotary<\/h3>\n                                                                                            <\/div>\n\n                                            <div class=\"content-item-text\">\n                                                <div class=\"text-halfwhite mb-4\">\n                                                                                                            <div><p>Particularly suitable for the painting and aesthetic finishing of small parts and components made of plastic, glass, metal or wood, liquid painting systems with rotational technology guarantee very high productivity, quality and precision in execution.<\/p>\n<\/div>\n                                                                                                    <\/div>\n\n                                                                                            <\/div>\n\n                                        <\/div>\n                                                                            <div class=\"content-item-stacked text-white\"\n                                             data-content=\"03\"\n                                             id=\"content-item-03\">\n\n                                            <div class=\"content-item-title\">\n                                                                                                    <h3 class=\"h5 mb-2\">Manual lines<\/h3>\n                                                                                            <\/div>\n\n                                            <div class=\"content-item-text\">\n                                                <div class=\"text-halfwhite mb-4\">\n                                                                                                            <div><p>Ideal for small batches with manufactured goods of varying sizes and different colors, manual plants provide maximum flexibility in managing work cycles, which can be customized by operators according to production needs.<\/p>\n<\/div>\n                                                                                                    <\/div>\n\n                                                                                            <\/div>\n\n                                        <\/div>\n                                                                    <\/div>\n                            <\/div>\n\n                            <div class=\"col-2 col-xl-1 offset-xl-1 d-flex\">\n                                <div class=\"fraction-block --new-logic\">\n                                                                            <div class=\"step bahnschrift\"\n                                             data-step=\"01\">\n                                            01                                        <\/div>\n                                                                            <div class=\"step bahnschrift\"\n                                             data-step=\"02\">\n                                            02                                        <\/div>\n                                                                            <div class=\"step bahnschrift\"\n                                             data-step=\"03\">\n                                            03                                        <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section  class=\"eth-normal-canvas canvas-video no-bg\">\n        <div class=\"hero-canvasvideo-wrapper\">\n        <div class=\"eth-video-overlay eth-play-video show\">\n            <span class=\"eth-video-overlayplay\">\n            <svg width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.4676 1.41715L18.0654 10.9999L1.4676 20.5827L1.4676 1.41715Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\"\/><\/svg>\n            <\/span>\n        <\/div>\n        <video class=\"hero-vid\" poster=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/06\/Eurotherm-impianti-di-verniciatura-dal1958-1.avif\">\n            <source src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/06\/Eurotherm-impianti-di-verniciatura-dal1958.mp4\" type=\"video\/mp4\">\n            Il tuo browser non supporta il tag video.\n        <\/video>\n    <\/div>\n        <div class=\"eth-normal-canvinner\">\n        <div class=\"container-fluid\">\n            <div class=\"row align-items-start\">\n                <div class=\"col-lg-12\">\n                    <div style=\"color:#181e25\" class=\"main-canv-title\">\n                        <h2>Painting installations<\/h2>\n<h3 class=\"h1 xl\">SINCE 1958<\/h3>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section  class=\"content-block bg-secondary overflow-hidden padding-small\">\n    <div class=\"container-fluid\">\n        <div class=\"row flex-column-reverse flex-lg-row mt-4 mb-5\">\n                        <div class=\"col-lg-4\">\n                <h2 class=\"h4 text-primary bordered-title\">The Services<\/h2>\n            <\/div>\n                                    <div class=\"col-lg-6 offset-lg-2\">\n                <h3 class=\"h1 xl text-end text-white\"><p>SUPERIOR STANDARD<\/p>\n<\/h3>\n            <\/div>\n                    <\/div>\n\n                <div class=\"swiper-container swiper-servizi\">\n            <div class=\"swiper-wrapper\">\n                                    <div class=\"swiper-slide\">\n                        <div class=\"servizi-card text-left\">\n                            <div class=\"d-flex flex-column flex-lg-row\">\n                            <div class=\"respimg-cont-bg bordered-img\" style=\"background-image: url('https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/servizi-progettazione-installazione-collaudo-Eurotherm.jpg');\"><\/div>\n\n                                <div class=\"text-white servizi-card-title\">\n                                    <span class=\"bahnschrift\">01<\/span>\n                                    <h3 class=\"h4\">Design Installation Testing<\/h3>\n                                <\/div>\n                            <\/div>\n                            <div class=\"servizi-slide-text text-white\">\n                                <p>Our team of specialized engineers responds to the needs of businesses and individuals by developing custom projects that solve critical issues and effectively enhance production.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"swiper-slide\">\n                        <div class=\"servizi-card text-left\">\n                            <div class=\"d-flex flex-column flex-lg-row\">\n                            <div class=\"respimg-cont-bg bordered-img\" style=\"background-image: url('https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/05\/servizi-Manutenzione-Assistenza-Ricambi-Eurotherm.png');\"><\/div>\n\n                                <div class=\"text-white servizi-card-title\">\n                                    <span class=\"bahnschrift\">02<\/span>\n                                    <h3 class=\"h4\">Maintenance Support Spare Parts<\/h3>\n                                <\/div>\n                            <\/div>\n                            <div class=\"servizi-slide-text text-white\">\n                                <p>Our systems ensure performance and durability, and we support our clients with a rapid response and preventive maintenance network to ensure proper machine functionality.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"swiper-slide\">\n                        <div class=\"servizi-card text-left\">\n                            <div class=\"d-flex flex-column flex-lg-row\">\n                            <div class=\"respimg-cont-bg bordered-img\" style=\"background-image: url('https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/04\/Automazione-Eurotherm-PLC2.jpg');\"><\/div>\n\n                                <div class=\"text-white servizi-card-title\">\n                                    <span class=\"bahnschrift\">03<\/span>\n                                    <h3 class=\"h4\">PLC ROI Automation<\/h3>\n                                <\/div>\n                            <\/div>\n                            <div class=\"servizi-slide-text text-white\">\n                                <p>We design innovative solutions that integrate Industry 4.0 technologies, contribute to energy savings, and ensure high operational flexibility and profitability of the systems.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n                <!-- Slide vuota finale -->\n                <div class=\"swiper-slide\"><\/div>\n\n            <\/div>\n\n            <div class=\"general-swiper-nav\">\n                <div class=\"fraction-pagination mb-3 text-white bahnschrift\">\n                    <span class=\"current-slide\">01<\/span><span class=\"total-slides\">03<\/span>\n                <\/div>\n                <div class=\"d-flex justify-content-end justify-content-lg-start order-1 order-lg-2\">\n                    <div class=\"btn btn-rounded btn-outline-primary servizi-prev outline me-3\">&lt;<\/div>\n                    <div class=\"btn btn-rounded btn-outline-primary servizi-next outline\">&gt;<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n                        <div class=\"d-grid d-xl-inline-block my-3 my-xl-5\">\n            <a href=\"https:\/\/eurotherm.eu\/it\/servizi\/\" class=\"btn btn-outline-light btn-min-width\">Discover our custom services<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section  class=\"content-block overflow-hidden margin-big\">\n    <div class=\"container-fluid\">\n                <div class=\"row mt-4\">\n                        <div class=\"col-lg-4\">\n                <h2 class=\"bordered-title text-primary h4 mb-4 mb-lg-0\">Eurotherm case studies\n<\/h2>\n            <\/div>\n                                    <div class=\"col-lg-6 offset-lg-2\">\n                <div class=\"h1\"><h2>Eurotherm: from large industries to job coaters, we serve customers around the world, guaranteeing the performance of our systems and the highest quality of the finished product.<\/h2>\n<\/div>\n            <\/div>\n                    <\/div>\n                       <nav class=\"tag-nav mt-3\">\n            <span class=\"bahnschrift body-sm text-gray\">FILTERS<\/span>\n            <ul class=\"list-unstyled d-flex mt-4 flex-wrap\">\n                <li>\n                    <span class=\"btn btn-outline-dark tag-filter me-3 body-sm all active\">See all<\/span>\n                <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">aeronautical<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Automotive<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Cosmetics&amp;Pharma<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Gardening Tools<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Liquid paint<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">liquid painting<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Powder coating<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">powder painting<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Railway<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"btn btn-outline-dark tag-filter me-3 mb-2 mb-lg-0 body-sm\">Shot blasting booth<\/span>\n                    <\/li>\n                            <\/ul>\n        <\/nav>\n        \n        <div class=\"swiper-container swiper-case\">\n            <div class=\"swiper-wrapper\">\n                <div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                            <span class=\"bg-primary case-label\">\n                    <i class=\"icon icon-case\"><\/i>\n                <\/span>\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/02\/20250704_154256-1-960x540.webp\" class=\"respimg wp-post-image\" alt=\"Cosmetic packaging treatment and finishing: metallization technology at the heart of new glass bottle coating line\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/02\/20250704_154256-1-960x540.webp 960w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/02\/20250704_154256-1-480x270.webp 480w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/cosmetic-packaging-treatment-and-finishing-metallization-technology-at-the-heart-of-new-glass-bottle-coating-line\/\">Cosmetic packaging treatment and finishing: metallization technology at the heart of new glass bottle coating line<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2026-02-27T14:53:28+01:00\">\n            February 27, 2026 &#8211; 2:53 pm        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Cosmesi&amp;Pharma                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Cosmetics&amp;Pharma                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Liquid paint                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/cosmetic-packaging-treatment-and-finishing-metallization-technology-at-the-heart-of-new-glass-bottle-coating-line\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive.jpg\" class=\"respimg wp-post-image\" alt=\"Powder coating plant for automotive components and ACE\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive.jpg 900w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive-800x400.jpg 800w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive-400x200.jpg 400w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive-300x150.jpg 300w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive-768x384.jpg 768w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/convogliatore-automatico-componenti-automotive-705x353.jpg 705w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/powder-coating-plant-for-automotive-components-and-ace\/\">Powder coating plant for automotive components and ACE<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2026-01-27T09:04:48+01:00\">\n            January 27, 2026 &#8211; 9:04 am        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Automotive                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Powder coating                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/powder-coating-plant-for-automotive-components-and-ace\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm.jpg\" class=\"respimg wp-post-image\" alt=\"Powder coating for gardening tools: handling complex geometries and variable batches\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm.jpg 900w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm-800x400.jpg 800w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm-400x200.jpg 400w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm-300x150.jpg 300w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm-768x384.jpg 768w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/Verniciatura-a-polvere-per-utensili-da-giardinaggio-Eurotherm-705x353.jpg 705w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/powder-coating-for-gardening-tools\/\">Powder coating for gardening tools: handling complex geometries and variable batches<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2026-01-20T09:03:30+01:00\">\n            January 20, 2026 &#8211; 9:03 am        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Gardening Tools                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Powder coating                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/powder-coating-for-gardening-tools\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"450\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm.jpg\" class=\"respimg wp-post-image\" alt=\"Blasting cabin for rolling stock: custom innovation in the service of sustainability\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm.jpg 900w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm-800x400.jpg 800w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm-400x200.jpg 400w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm-300x150.jpg 300w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm-768x384.jpg 768w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2026\/01\/cabina-granigliatura-sabbiatura-materiale-rotabile-industriale-Eurotherm-705x353.jpg 705w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/blasting-cabin-for-rolling-stock\/\">Blasting cabin for rolling stock: custom innovation in the service of sustainability<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2026-01-19T09:53:33+01:00\">\n            January 19, 2026 &#8211; 9:53 am        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Railway                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Shot blasting booth                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/blasting-cabin-for-rolling-stock\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                            <span class=\"bg-primary case-label\">\n                    <i class=\"icon icon-case\"><\/i>\n                <\/span>\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/12\/impianto-di-verniciatura-combinato-polvere-liquido-eurotherm-1-960x540.jpeg\" class=\"respimg wp-post-image\" alt=\"Combined powder-liquid coating plant for firefighting devices, flexible and digitized\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/12\/impianto-di-verniciatura-combinato-polvere-liquido-eurotherm-1-960x540.jpeg 960w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/12\/impianto-di-verniciatura-combinato-polvere-liquido-eurotherm-1-480x270.jpeg 480w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/combined-powder-liquid-coating-plant\/\">Combined powder-liquid coating plant for firefighting devices, flexible and digitized<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2025-12-12T12:19:11+01:00\">\n            December 12, 2025 &#8211; 12:19 pm        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> liquid painting                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> powder painting                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/combined-powder-liquid-coating-plant\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/sabbiatura-ferroviaria-alta-velocita-cabina-pretrattamento-eurotherm-960x540.jpg\" class=\"respimg wp-post-image\" alt=\"High-speed rail blasting: mechanical pretreatment booth\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/sabbiatura-ferroviaria-alta-velocita-cabina-pretrattamento-eurotherm-960x540.jpg 960w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/sabbiatura-ferroviaria-alta-velocita-cabina-pretrattamento-eurotherm-480x270.jpg 480w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/high-speed-railway-blasting-mechanical-pretreatment\/\">High-speed rail blasting: mechanical pretreatment booth<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2025-12-04T14:50:29+01:00\">\n            December 4, 2025 &#8211; 2:50 pm        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> aeronautical                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> liquid painting                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Railway                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/high-speed-railway-blasting-mechanical-pretreatment\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/Impianto-di-verniciatura-ferroviaria-a-liquido-eurotherm-960x540.jpg\" class=\"respimg wp-post-image\" alt=\"Railway liquid paint plant: energy efficiency and process control\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/Impianto-di-verniciatura-ferroviaria-a-liquido-eurotherm-960x540.jpg 960w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/Impianto-di-verniciatura-ferroviaria-a-liquido-eurotherm-480x270.jpg 480w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/railway-liquid-paint-plant\/\">Railway liquid paint plant: energy efficiency and process control<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2025-11-28T10:03:20+01:00\">\n            November 28, 2025 &#8211; 10:03 am        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> aeronautical                    <\/li>\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> Railway                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/railway-liquid-paint-plant\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div><div class=\"swiper-slide\"><div class=\"card overflow-hidden\">\n    <div class=\"card-image respimg-cont\">\n        <div class=\"card-img-container\">\n                                        <img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/Tunnel-di-lavaggio-automatico-multistadio-per-strutture-metalliche-eurotherm-960x540.jpg\" class=\"respimg wp-post-image\" alt=\"Multistage automatic washing tunnel for large metal structures: the Eurotherm mega plant in France\" srcset=\"https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/Tunnel-di-lavaggio-automatico-multistadio-per-strutture-metalliche-eurotherm-960x540.jpg 960w, https:\/\/eurotherm.eu\/wp-content\/uploads\/2025\/11\/Tunnel-di-lavaggio-automatico-multistadio-per-strutture-metalliche-eurotherm-480x270.jpg 480w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" title=\"Eurotherm\">                        <\/div>\n        \n        <\/div>\n        <div class=\"card-content py-3 px-4\">\n        <h3 class=\"h6 entry-title\">\n            <a class=\"news-thumb text-secondary\" href=\"https:\/\/eurotherm.eu\/en\/multistage-automatic-washing-tunnel\/\">Multistage automatic washing tunnel for large metal structures: the Eurotherm mega plant in France<\/a>\n        <\/h3>\n        <p class=\"date text-gray body-sm\" datetime=\"2025-11-21T15:14:40+01:00\">\n            November 21, 2025 &#8211; 3:14 pm        <\/p>\n                    <ul class=\"list-unstyled tag-list\">\n                                    <li class=\"card-category text-primary\">\n                        <span class=\"dot\"><\/span> aeronautical                    <\/li>\n                            <\/ul>\n                <hr>\n        <a href=\"https:\/\/eurotherm.eu\/en\/multistage-automatic-washing-tunnel\/\" class=\"read-more d-flex align-items-center justify-content-between text-decoration-none\">\n            <span class=\"text-secondary\">Read more<\/span>\n            <button class=\"btn btn-outline-primary btn-rounded arrow-button\">&gt;<\/button>\n        <\/a>\n    <\/div>\n<\/div>\n\n<\/div>            <\/div>\n        <\/div>\n\n        <div class=\"d-flex flex-column flex-lg-row justify-content-lg-between mt-4\">\n            <div class=\"d-flex d-lg-block order-2 order-lg-1 justify-content-center justify-content-lg-start\">\n                <a href=\"https:\/\/eurotherm.eu\/en\/category\/case-studies\/\" class=\"btn btn-outline-secondary btn-min-width\">See all<\/a>\n            <\/div>\n            <div class=\"general-swiper-nav d-flex justify-content-end justify-content-lg-start order-1 order-lg-2\">\n                <div class=\"btn btn-rounded btn-outline-primary rounded-prev outline me-3\">&lt;<\/div>\n                <div class=\"btn btn-rounded btn-outline-primary rounded-next outline\">&gt;<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":52674,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-43387","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/pages\/43387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/comments?post=43387"}],"version-history":[{"count":35,"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/pages\/43387\/revisions"}],"predecessor-version":[{"id":58514,"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/pages\/43387\/revisions\/58514"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/media\/52674"}],"wp:attachment":[{"href":"https:\/\/eurotherm.eu\/en\/wp-json\/wp\/v2\/media?parent=43387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}