{"id":1089,"date":"2026-07-06T19:41:17","date_gmt":"2026-07-06T19:41:17","guid":{"rendered":"https:\/\/obra-br.net\/?page_id=1089"},"modified":"2026-07-07T03:10:48","modified_gmt":"2026-07-07T03:10:48","slug":"sltdp-13-10","status":"publish","type":"page","link":"https:\/\/obra-br.net\/?page_id=1089","title":{"rendered":"SLTDP-13\/10"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Diesel Screw Air Compressor<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n<style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700&display=swap');\n        \/* ---------- Reset & base ---------- *\/\n        * {\n            box-sizing: border-box;\n        }\n        .obra-page {\n            font-family: 'Inter', system-ui, sans-serif;\n            background: #ffffff;\n            color: #18181b;\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 48px 16px;\n        }\n        .obra-page img {\n            max-width: 100%;\n        }\n        .obra-page h1,\n        .obra-page p,\n        .obra-page span {\n            margin: 0;\n        }\n        .hero-font {\n            font-family: Helvetica, Arial, sans-serif;\n        }\n        \/* ---------- Top section layout ---------- *\/\n        .top-section {\n            display: flex;\n            flex-direction: column;\n            gap: 40px;\n        }\n        @media (min-width: 1024px) {\n            .top-section {\n                flex-direction: row;\n                gap: 64px;\n            }\n        }\n        .gallery-col,\n        .info-col {\n            width: 100%;\n        }\n        @media (min-width: 1024px) {\n            .gallery-col,\n            .info-col {\n                width: 50%;\n            }\n        }\n        \/* ---------- Main image ---------- *\/\n        .main-image-container {\n            background: #ffffff;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);\n            border: 1px solid #e4e4e7;\n            padding: 24px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        @media (min-width: 768px) {\n            .main-image-container {\n                padding: 40px;\n            }\n        }\n        .main-image-container img {\n            width: 100%;\n            height: auto;\n            max-height: 520px;\n            object-fit: contain;\n            background: #ffffff;\n            display: block;\n            margin: 0 auto;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        @media (max-width: 768px) {\n            .main-image-container img {\n                max-height: 380px;\n            }\n        }\n        \/* ---------- Thumbnails ---------- *\/\n        .thumbnails {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 12px;\n            margin-top: 24px;\n        }\n        @media (min-width: 768px) {\n            .thumbnails {\n                gap: 16px;\n            }\n        }\n        .thumbnail {\n            aspect-ratio: 1 \/ 1;\n            border-radius: 16px;\n            overflow: hidden;\n            border: 2px solid transparent;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .thumbnail img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n        .thumbnail.active {\n            border-color: #111827;\n            box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.15);\n        }\n        \/* ---------- Product info ---------- *\/\n        .info-col {\n            display: flex;\n            flex-direction: column;\n            gap: 32px;\n        }\n        .product-title {\n            font-size: 40px;\n            line-height: 1;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            margin-top: 24px;\n            margin-bottom: 12px;\n        }\n        @media (min-width: 768px) {\n            .product-title { font-size: 52px; }\n        }\n        @media (min-width: 1024px) {\n            .product-title { font-size: 60px; }\n        }\n        .product-subtitle {\n            font-size: 20px;\n            color: #52525b;\n        }\n        @media (min-width: 768px) {\n            .product-subtitle { font-size: 24px; }\n        }\n        .marketing-box {\n            background: #fafafa;\n            border: 1px solid #f4f4f5;\n            border-radius: 24px;\n            padding: 24px;\n            font-size: 18px;\n            line-height: 1.7;\n            color: #3f3f46;\n            text-align: justify;\n        }\n        @media (min-width: 768px) {\n            .marketing-box { padding: 32px; }\n        }\n        \/* ---------- Query button ---------- *\/\n        .button-row {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n            padding-top: 24px;\n        }\n        @media (min-width: 640px) {\n            .button-row { flex-direction: row; }\n        }\n        #queryBtn,\n        #queryBtn:link,\n        #queryBtn:visited,\n        #queryBtn:hover,\n        #queryBtn:active,\n        #queryBtn:focus {\n            flex: 1;\n            border: 2px solid #2563eb;\n            color: #2563eb;\n            background: #ffffff;\n            font-weight: 600;\n            padding: 20px 24px;\n            border-radius: 24px;\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n            text-decoration: none !important;\n            outline: none !important;\n            box-shadow: none !important;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        #queryBtn:hover {\n            background: #2563eb;\n            color: #ffffff;\n        }\n        \/* ---------- Tabs ---------- *\/\n        .tabs-section {\n            margin-top: 80px;\n        }\n        @media (min-width: 768px) {\n            .tabs-section { margin-top: 96px; }\n        }\n        .tabs-nav {\n            border-bottom: 1px solid #d4d4d8;\n            display: flex;\n            gap: 32px;\n            font-size: 18px;\n            overflow-x: auto;\n        }\n        @media (min-width: 768px) {\n            .tabs-nav {\n                gap: 48px;\n                font-size: 20px;\n            }\n        }\n        .tab-button {\n            position: relative;\n            font-weight: 600;\n            white-space: nowrap;\n            padding: 0 0 20px 0;\n            background: none !important;\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n            border-bottom: 3px solid transparent !important;\n            border-radius: 0 !important;\n            margin: 0;\n            cursor: pointer;\n            appearance: none;\n            -webkit-appearance: none;\n            font-family: inherit;\n            color: #71717a;\n            transition: all 0.3s ease;\n        }\n        .tab-button:focus,\n        .tab-button:active,\n        .tab-button:hover {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n            border-bottom: 3px solid transparent !important;\n        }\n        .tab-button.active {\n            color: #111827;\n            border: none !important;\n            border-bottom: 3px solid #111827 !important;\n        }\n        .tab-content {\n            padding: 48px 0;\n        }\n        @media (min-width: 768px) {\n            .tab-content { padding: 56px 0; }\n        }\n        .tab-content.hidden {\n            display: none;\n        }\n        .description-text {\n            max-width: 720px;\n            font-size: 18px;\n            color: #3f3f46;\n            line-height: 1.7;\n        }\n        .description-text p {\n            text-align: justify;\n        }\n        .description-heading {\n            font-size: 36px;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1;\n            display: block;\n            margin-top: 24px;\n            margin-bottom: 12px;\n        }\n        \/* ---------- Spec table ---------- *\/\n        .spec-table-wrap {\n            max-width: 720px;\n        }\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n        }\n        .spec-table tr {\n            border-bottom: 1px solid #e4e4e7;\n        }\n        .spec-table td {\n            padding: 24px 0;\n        }\n        .spec-table td:first-child {\n            font-weight: 500;\n            color: #71717a;\n            width: 45%;\n        }\n        \/* ---------- Toast ---------- *\/\n        #queryToast {\n            position: fixed;\n            bottom: 24px;\n            left: 50%;\n            transform: translateX(-50%) translateY(20px);\n            background: #111827;\n            color: #fff;\n            padding: 14px 22px;\n            border-radius: 9999px;\n            font-size: 15px;\n            font-weight: 600;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n            opacity: 0;\n            pointer-events: none;\n            transition: all 0.3s ease;\n            z-index: 9999;\n        }\n        #queryToast.show {\n            opacity: 1;\n            transform: translateX(-50%) translateY(0);\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n        <!-- LEFT: Image Gallery --><br \/>\n                <img decoding=\"async\" id=\"mainImage\"\n                     src=\"https:\/\/obra-br.net\/wp-content\/uploads\/2026\/07\/DIESEL-SECREW-AIR-COMPRESSOR-right-side.jpg\"\n                     alt=\"Diesel Screw Air Compressor\"><br \/>\n        <!-- RIGHT: Product Info --><\/p>\n<h1>SLTDP-13\/10<\/h1>\n<p>DIESEL SCREW AIR COMPRESSOR<\/p>\n<p>                &#8220;Power Your Projects with the OBRA SLTDP-13\/10 Diesel Screw Air Compressor \u2013 High Performance, Fuel Efficient &amp; Built for Heavy-Duty Applications&#8221;<br \/>\n                <a href=\"#\" id=\"queryBtn\"><br \/>\n                    MORE QUERY<br \/>\n                <\/a><br \/>\n    <!-- TABS SECTION --><br \/>\n            <button onclick=\"switchTab(0)\" id=\"tab-desc\">Description<\/button><br \/>\n            <button onclick=\"switchTab(1)\" id=\"tab-spec\">Specifications<\/button><br \/>\n        <!-- Description --><\/p>\n<p>\n                    OBRA SLTDP-13\/10 Diesel Screw Air Compressor<\/p>\n<p>                    The OBRA SLTDP-13\/10 Diesel Screw Air Compressor is a professional-grade portable air compressor engineered for demanding industrial and construction environments. Powered by the trusted Cummins QSB3.9-C130 turbocharged diesel engine, this machine delivers reliable compressed air with outstanding fuel efficiency and consistent performance.<\/p>\n<p>                    With an air delivery capacity of 8.6 m&sup3;\/min and a maximum working pressure of 12 bar, it is ideal for operating pneumatic tools, drilling equipment, mining operations, road construction, sandblasting, infrastructure projects, and general industrial applications.<\/p>\n<p>                    Designed with a rugged towing frame, four heavy-duty wheels, and a durable enclosure, the SLTDP-13\/10 is easy to transport between job sites while maintaining stable operation in harsh working conditions.\n                <\/p>\n<p>        <!-- Specifications --><\/p>\n<table>\n<tbody>\n<tr>\n<td>Brand<\/td>\n<td>OBRA<\/td>\n<\/tr>\n<tr>\n<td>Model<\/td>\n<td>SLTDP-13\/10<\/td>\n<\/tr>\n<tr>\n<td>Compressor Type<\/td>\n<td>Diesel Screw Air Compressor<\/td>\n<\/tr>\n<tr>\n<td>Engine Brand<\/td>\n<td>Cummins USA<\/td>\n<\/tr>\n<tr>\n<td>Engine Model<\/td>\n<td>QSB3.9-C130<\/td>\n<\/tr>\n<tr>\n<td>Engine Type<\/td>\n<td>Turbocharged Diesel<\/td>\n<\/tr>\n<tr>\n<td>Displacement<\/td>\n<td>3.9 L<\/td>\n<\/tr>\n<tr>\n<td>Rated Power<\/td>\n<td>97 kW<\/td>\n<\/tr>\n<tr>\n<td>Rated Speed<\/td>\n<td>2200 RPM<\/td>\n<\/tr>\n<tr>\n<td>Emission Standard<\/td>\n<td>Euro III<\/td>\n<\/tr>\n<tr>\n<td>Cooling Method<\/td>\n<td>Air Cooling<\/td>\n<\/tr>\n<tr>\n<td>Fuel Tank Capacity<\/td>\n<td>105 L<\/td>\n<\/tr>\n<tr>\n<td>Oil Capacity<\/td>\n<td>13 L<\/td>\n<\/tr>\n<tr>\n<td>Coolant Capacity<\/td>\n<td>13 &plusmn; 5 L<\/td>\n<\/tr>\n<tr>\n<td>Compressor Host<\/td>\n<td>Single Stage<\/td>\n<\/tr>\n<tr>\n<td>Air Flow<\/td>\n<td>8.6 m&sup3;\/min<\/td>\n<\/tr>\n<tr>\n<td>Working Pressure<\/td>\n<td>12 Bar<\/td>\n<\/tr>\n<tr>\n<td>Air Outlet<\/td>\n<td>1-G1 1\/2&#8243;<\/td>\n<\/tr>\n<tr>\n<td>Noise Level<\/td>\n<td>&lt;96 dB(A)<\/td>\n<\/tr>\n<tr>\n<td>Dimensions (L &times; W &times; H)<\/td>\n<td>2250 &times; 1400 &times; 1950 mm<\/td>\n<\/tr>\n<tr>\n<td>Weight<\/td>\n<td>1850 kg<\/td>\n<\/tr>\n<tr>\n<td>Tyre Size<\/td>\n<td>165R13C<\/td>\n<\/tr>\n<tr>\n<td>Maximum Towing Speed<\/td>\n<td>20 km\/h<\/td>\n<\/tr>\n<tr>\n<td>Towing Hook<\/td>\n<td>Included<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><!-- Toast notification for the query button --><br \/>\nOpening your email app&hellip;<br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Diesel Screw Air Compressor SLTDP-13\/10 DIESEL SCREW AIR COMPRESSOR &#8220;Power Your Projects with the OBRA SLTDP-13\/10 Diesel Screw Air Compressor \u2013 High Performance, Fuel Efficient &amp; Built for Heavy-Duty Applications&#8221; MORE QUERY Description Specifications OBRA SLTDP-13\/10 Diesel Screw Air Compressor The OBRA SLTDP-13\/10 Diesel Screw Air Compressor is a professional-grade portable air compressor engineered for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1086,"parent":1088,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pgc_sgb_lightbox_settings":"","footnotes":""},"class_list":["post-1089","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/pages\/1089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/obra-br.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1089"}],"version-history":[{"count":4,"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/pages\/1089\/revisions"}],"predecessor-version":[{"id":1113,"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/pages\/1089\/revisions\/1113"}],"up":[{"embeddable":true,"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/pages\/1088"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/obra-br.net\/index.php?rest_route=\/wp\/v2\/media\/1086"}],"wp:attachment":[{"href":"https:\/\/obra-br.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}