{"id":790,"date":"2019-03-14T16:35:28","date_gmt":"2019-03-14T13:35:28","guid":{"rendered":"http:\/\/www.antikorozyon.com\/?p=790"},"modified":"2025-12-23T11:16:58","modified_gmt":"2025-12-23T08:16:58","slug":"monoguard","status":"publish","type":"post","link":"https:\/\/antikorozyon.com\/eng\/monoguard\/","title":{"rendered":"Monoguard"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&amp;family=Open+Sans:wght@400;600;700&amp;display=swap\" rel=\"stylesheet\" \/>\n<style>\n    \/* Color Definitions *\/\n    :root {\n        --primary-red: #d12130;\n        --primary-blue: #28346e;\n        --light-blue: #3a498b; \n        --dark-red: #a71b26; \n        --dark-text: #2c3e50;\n        --medium-text: #4a5a6e;\n        --white: #ffffff;\n        --bg-start: #28346e; \n        --bg-end: #d12130;   \n        --light-grey: #f8f8f8;\n    }\n\n    .policy-section {\n        font-family: 'Open Sans', sans-serif;\n        line-height: 1.7;\n        color: var(--dark-text);\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    .policy-section .container {\n        max-width: 1000px;\n        margin: 40px auto;\n        background: var(--white);\n        padding: 50px 60px;\n        border-radius: 15px;\n        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);\n        position: relative;\n        z-index: 1;\n        opacity: 0.98;\n        transform: translateY(0);\n        transition: transform 0.5s ease-out;\n    }\n    .policy-section .container:hover {\n        transform: translateY(-5px);\n    }\n\n    .policy-section h1, .policy-section h2, .policy-section h3, .policy-section h4 {\n        font-family: 'Montserrat', sans-serif;\n        color: var(--primary-blue);\n        font-weight: 800;\n        margin-top: 40px;\n        margin-bottom: 30px;\n        text-align: left;\n        line-height: 1.3;\n    }\n    .policy-section h1 {\n        font-size: 3.2em;\n        text-align: center;\n        color: var(--primary-red);\n        padding-bottom: 20px;\n        border-bottom: 4px solid var(--primary-blue);\n        margin-bottom: 60px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    .policy-section h2 {\n        font-size: 2.3em;\n        text-align: center; \n        color: var(--primary-blue); \n        border-bottom: 3px solid var(--primary-red);\n        padding-bottom: 15px;\n    }\n    .policy-section h3 {\n        font-size: 1.8em;\n        color: var(--primary-blue);\n        margin-top: 35px;\n        margin-bottom: 25px;\n        border-left: 5px solid var(--primary-red);\n        padding-left: 15px;\n    }\n    .policy-section h4 {\n        font-size: 1.5em;\n        color: var(--primary-red);\n        margin-top: 30px;\n        margin-bottom: 20px;\n        border-bottom: 2px solid var(--primary-blue);\n        padding-bottom: 10px;\n    }\n    .policy-section p {\n        margin-bottom: 20px;\n        font-size: 1.1em;\n        color: var(--medium-text);\n    }\n    .policy-section ul {\n        list-style: none;\n        padding: 0;\n        margin-bottom: 50px;\n    }\n    .policy-section ul li {\n        background: rgba(255, 255, 255, 0.9);\n        margin-bottom: 15px;\n        padding: 20px 30px;\n        border-left: 8px solid var(--primary-red);\n        border-radius: 10px;\n        font-size: 1.05em;\n        display: flex;\n        align-items: flex-start;\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n        transition: all 0.3s ease-in-out;\n    }\n    .policy-section ul li:hover {\n        transform: translateX(10px);\n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        background: var(--light-grey);\n        border-left-color: var(--primary-blue);\n    }\n    .policy-section ul li:before {\n        content: \"\u25c6\";\n        color: var(--primary-blue);\n        font-weight: bold;\n        margin-right: 15px;\n        font-size: 1.4em;\n        line-height: 1;\n        flex-shrink: 0;\n    }\n    .policy-section ul.no-bullets li:before {\n        content: \"\"; \n    }\n    .policy-section ol {\n        list-style: decimal;\n        padding-left: 30px;\n        margin-bottom: 30px;\n        font-size: 1.05em;\n        color: var(--medium-text);\n    }\n    .policy-section ol li {\n        margin-bottom: 10px;\n    }\n    .policy-section strong {\n        color: var(--primary-blue);\n        font-weight: 700;\n    }\n    .policy-section .company-name {\n        color: var(--primary-red);\n        font-weight: 800;\n    }\n    .policy-section em {\n        font-style: normal;\n        font-weight: 700;\n        color: var(--primary-red);\n    }\n    .policy-section a {\n        color: var(--primary-blue);\n        text-decoration: none;\n        font-weight: 600;\n        transition: color 0.3s ease;\n    }\n    .policy-section a:hover {\n        color: var(--primary-red);\n        text-decoration: underline;\n    }\n    .policy-section img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n        margin: 25px auto;\n        border-radius: 8px;\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n    }\n    \/* Updated image grid for better alignment *\/\n    .policy-section .image-grid {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center; \n        gap: 25px; \n        margin-top: 30px;\n        margin-bottom: 30px;\n        padding: 10px 0; \n        border-top: 1px solid var(--light-grey); \n        border-bottom: 1px solid var(--light-grey); \n    }\n    .policy-section .image-grid img {\n        margin: 0;\n        width: 250px; \n        height: 180px; \n        object-fit: cover; \n        border-radius: 8px;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); \n        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;\n    }\n    .policy-section .image-grid img:hover {\n        transform: translateY(-8px) scale(1.05); \n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n    }\n\n    .policy-section .content-with-image {\n        display: flex;\n        flex-direction: column; \n        align-items: center; \n        gap: 20px; \n        margin-bottom: 30px;\n    }\n\n    .policy-section .content-with-image img {\n        width: 300px; \n        height: auto;\n        margin: 0; \n    }\n\n    .policy-section .content-with-image .text-content {\n        flex-grow: 1; \n    }\n\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n        .policy-section .container {\n            margin: 20px;\n            padding: 30px;\n        }\n        .policy-section h1 {\n            font-size: 2.5em;\n            margin-bottom: 40px;\n        }\n        .policy-section h2 {\n            font-size: 1.8em;\n        }\n        .policy-section h3 {\n            font-size: 1.5em;\n        }\n        .policy-section h4 {\n            font-size: 1.3em;\n        }\n        .policy-section ul li {\n            padding: 15px 20px;\n            font-size: 0.95em;\n        }\n        .policy-section ul li:hover {\n            transform: translateX(5px);\n        }\n        .policy-section .image-grid {\n            flex-direction: column;\n            align-items: center;\n        }\n        .policy-section .image-grid img {\n            width: 90%; \n            height: 200px; \n        }\n        .policy-section .content-with-image {\n            flex-direction: column; \n        }\n        .policy-section .content-with-image img {\n            width: 80%; \n            margin-bottom: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .policy-section .container {\n            padding: 20px;\n        }\n        .policy-section h1 {\n            font-size: 2em;\n        }\n        .policy-section h2 {\n            font-size: 1.5em;\n        }\n        .policy-section h3 {\n            font-size: 1.2em;\n        }\n        .policy-section h4 {\n            font-size: 1.1em;\n        }\n        .policy-section ul li:before {\n            font-size: 1.2em;\n            margin-right: 10px;\n        }\n        .policy-section .image-grid img {\n            width: 100%; \n            height: 180px;\n        }\n        .policy-section .content-with-image img {\n            width: 95%;\n        }\n    }\n<\/style>\n<div class=\"policy-section\">\n<div class=\"container\">\n<h2><span style=\"font-family: arial, helvetica, sans-serif;\">RD-MONOGUARD<\/span><\/h2>\n<div class=\"content-with-image\"><img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2019\/03\/monogruard.jpg\" alt=\"RD-MONOGUARD product image\" \/>\n<div class=\"text-content\">\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">It is a water-based product that provides corrosion resistance with outstanding performance on metallic surfaces. Formulated with new generation acrylic resin, it is specially produced against the harsh effects of heavy industrial and marine conditions (C5i and C5M categories specified in BS EN ISO 12944-2 (1) standards). It is a high-efficiency anti-corrosion coating. It does not require a primer. While providing very strong adhesion to metallic surfaces, it also helps save time by drying extremely fast.<\/span><\/p>\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">Its VOC level is very low (45g\/l). It provides a long service life. It achieves long-term protection against corrosion at thinner thicknesses compared to older systems. A layer of 200 \u03bcm will prevent the development of corrosion on steel exposed to heavy industrial and marine conditions. Grit blasting is not required for surface preparation. Removing the loose corrosion layer will be sufficient. It dries and becomes ready within 1 or 2 hours after application. Due to these features, RD-MONOGUARD significantly reduces project costs.<\/span><\/p>\n<\/div>\n<\/div>\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">In RAL and NCS color standards: satin or semi-gloss<\/span><\/p>\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">When clear is preferred: matte, satin, or semi-matte applications are available.<\/span><\/p>\n<p><span style=\"font-family: arial, helvetica, sans-serif;\">Its areas of use are quite extensive;<\/span><\/p>\n<ul>\n<li><span style=\"font-family: arial, helvetica, sans-serif;\">Steel structures; bridges, overpasses, pipelines, towers, pipe carrier systems, water reservoirs; silos, oil and water tanks.<\/span><\/li>\n<li><span style=\"font-family: arial, helvetica, sans-serif;\">Metallic Objects; stair railings, fences, handrails, shelves, and doors.<\/span><\/li>\n<li><span style=\"font-family: arial, helvetica, sans-serif;\">Equipment; cranes, trailers, containers, machinery, and parts.<\/span><\/li>\n<\/ul>\n<div class=\"image-grid\"><img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2019\/03\/monoguard_stainless_steel_brussels_national_airport_belgium1-e1552646682555.jpg\" alt=\"RD-MONOGUARD Brussels National Airport\" \/> <img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2019\/03\/monoguard_aquatop_pu_gdansk_poland.jpg\" alt=\"RD-MONOGUARD Aquatop PU Gdansk Poland\" \/> <img decoding=\"async\" src=\"https:\/\/antikorozyon.com\/wp-content\/uploads\/2019\/03\/monoguard_new_-york_usa2-e1552646717555.jpg\" alt=\"RD-MONOGUARD New York USA\" \/><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>RD-MONOGUARD It is a water-based product that provides corrosion resistance with outstanding performance on metallic surfaces. Formulated with new generation<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-790","post","type-post","status-publish","format-standard","hentry","category-rd-coatings"],"_links":{"self":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts\/790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/comments?post=790"}],"version-history":[{"count":2,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts\/790\/revisions"}],"predecessor-version":[{"id":1531,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/posts\/790\/revisions\/1531"}],"wp:attachment":[{"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/media?parent=790"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/categories?post=790"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/antikorozyon.com\/eng\/wp-json\/wp\/v2\/tags?post=790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}