Landing Page - Oil & Gas & Geothermal Equipment

Kualitas Tinggi dalam Setiap Produk: Solusi Terpercaya untuk Oil & Gas dan Geothermal

Kami memastikan bahwa setiap produk yang diproduksi memenuhi standar mutu tertinggi untuk memastikan keselamatan dan kinerja optimal di industri Oil & Gas dan Geothermal.

Akses Dokumen Mutu

Sertifikat Kami

Produk kami telah memenuhi standar internasional dan sertifikasi kualitas, termasuk:

  • API-6A (American Petroleum Institute)
  • 5B Threader untuk koneksi pipa yang aman dan andal

Sistem Manajemen Mutu Kami

Pengelolaan kualitas yang ketat melalui prosedur yang memenuhi standar ISO 9001 dan lainnya.

Akses Dokumen Mutu

Dokumen & Kebijakan Mutu

Unduh dokumen penting terkait sistem manajemen mutu kami, termasuk manual mutu dan SOP.

CSS (Desain dan Styling) css Copy /* Reset default styles */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Body */ body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; } /* Header */ .header { background-color: #004d40; padding: 20px; border-radius: 10px; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; } .header .logo img { height: 50px; } .nav ul { list-style-type: none; } .nav ul li { display: inline; margin-right: 20px; } .nav ul li a { color: white; text-decoration: none; font-weight: bold; } /* Hero Section */ .hero { background-color: #2c6b67; color: white; padding: 60px 20px; text-align: center; border-radius: 10px; } .hero .cta-btn { background-color: #ffb100; padding: 10px 20px; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 20px; display: inline-block; } /* Sertifikasi Section */ .sertifikasi { background-color: white; padding: 40px 20px; border-radius: 10px; margin: 30px 0; } .sertifikasi h2 { text-align: center; margin-bottom: 20px; } .sertifikasi ul { list-style-type: none; padding-left: 0; } .sertifikasi ul li { margin: 10px 0; font-size: 18px; } /* Sistem Mutu Section */ .sistem-mutul { background-color: #ffffff; padding: 40px 20px; border-radius: 10px; margin: 30px 0; } .sistem-mutul .container { text-align: center; } .sistem-mutul .cta-btn { margin-top: 20px; } /* Dokumen Mutu Section */ .dokumen-mutul { background-color: #f9f9f9; padding: 40px 20px; border-radius: 10px; margin: 30px 0; } .dokumen-mutul .container { text-align: center; } .dokumen-mutul ul { list-style-type: none; padding-left: 0; } .dokumen-mutul ul li { margin: 10px 0; } .dokumen-mutul ul li a { color: #004d40; text-decoration: none; font-weight: bold; } /* Footer */ .footer { background-color: #2c6b67; color: white; padding: 20px; text-align: center; border-radius: 10px; margin-top: 30px; } .social-media a { color: white; text-decoration: none; margin: 0 10px; font-weight: bold; }