- CTA buttons: swap to 'แชท [LINE icon]' order - All LINE icons: add white filter for visibility on green buttons - Hero section icons: add white filter to match text color
489 lines
50 KiB
Plaintext
489 lines
50 KiB
Plaintext
---
|
|
import BaseLayout from '@/layouts/BaseLayout.astro';
|
|
import Header from '@/components/common/Header.astro';
|
|
import Footer from '@/components/common/Footer.astro';
|
|
---
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Product",
|
|
"name": "ระบบวาล์วเติมอากาศ DURGO AVVs",
|
|
"description": "จำหน่ายระบบวาล์วเติมอากาศ DURGO AVVsคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
|
|
"image": "https://dealplustech.co.th/images/products-cropped/durgo_000C.jpg",
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"url": "https://dealplustech.co.th/durgo-avvs",
|
|
"priceCurrency": "THB",
|
|
"availability": "https://schema.org/InStock"
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<BaseLayout title="ระบบวาล์วเติมอากาศ DURGO AVVs" description="จำหน่ายระบบวาล์วเติมอากาศ DURGO AVVsคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล">
|
|
<Header slot="header" />
|
|
|
|
<main class="bg-white min-h-screen">
|
|
<!-- Product Hero Section -->
|
|
<section class="hero-gradient py-16">
|
|
<div class="container-custom">
|
|
<div class="grid lg:grid-cols-2 gap-12 items-center">
|
|
<div class="order-2 lg:order-1">
|
|
<div class="card-glass p-2">
|
|
<img src="/images/products-cropped/durgo_000C.jpg" alt="DURGO AVVs" class="w-full h-auto rounded-xl" width="600" height="400" loading="eager" fetchpriority="high" decoding="sync" onerror="this.src='/images/logo/dealplustech-logo.png'" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="order-1 lg:order-2">
|
|
<span class="inline-block px-4 py-1.5 bg-white/20 text-white rounded-full text-sm font-medium mb-4">
|
|
วาล์วเติมอากาศ
|
|
</span>
|
|
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold text-white mb-4">ระบบวาล์วเติมอากาศ DURGO AVVs</h1>
|
|
<p class="text-lg sm:text-xl text-white/80 mb-8 leading-relaxed">
|
|
จำหน่ายระบบวาล์วเติมอากาศ DURGO AVVsคุณภาพสูง ราคาโรงงาน ส่งฟรี กรุงเทพมหานคร และปริมณฑล
|
|
</p>
|
|
|
|
<div class="flex flex-wrap gap-4 mb-8">
|
|
<a href="https://line.me/ti/p/~dealplustech" target="_blank" class="btn-white flex items-center gap-2">
|
|
<span>แชท</span>
|
|
</a>
|
|
<a href="tel:0905551415" class="btn-white flex items-center gap-2">
|
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
|
|
</svg>
|
|
<span>090-555-1415</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="flex flex-wrap gap-6">
|
|
<div class="flex items-center gap-2 text-white/80">
|
|
<svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span>คุณภาพสูง มาตรฐานอุตสาหกรรม</span>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-white/80">
|
|
<svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span>ราคาโรงงาน คุ้มค่า</span>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-white/80">
|
|
<svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
|
|
</svg>
|
|
<span>จัดส่งรวดเร็ว ส่งฟรี กทม. ปริมณฑล</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="product-specs" class="section bg-white">
|
|
<div class="container-custom">
|
|
<div class="max-w-4xl mx-auto">
|
|
<h2 class="text-xl font-bold text-secondary-900 mb-8">รายละเอียดสินค้า</h2>
|
|
<div class="prose prose-lg max-w-none">
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
<strong>ระบบวาล์วเติมอากาศ DURGO AVVs</strong> นวัตกรรมระดับโลก ที่ประเทศชั้นนําเลือกใช้ ด้วยผลิตภัณฑ์คุณภาพจากยุโรป เชียวชาญเทคโนโลยีระบบวาล์ว ทั้งด้านการผลิต การออกแบบวางระบบ ทางด้านอุตสาหกรรมทําความร้อน และระบบสุขาภิบาลตั้งแต่ปี 1921 จนเป็นที่ยอมรับ ได้สิทธิบัตรมากมายจากทุกทวีปทั่วโลก จึงมั่นใจได้ในคุณภาพของ <strong>ระบบวาล์วเติมอากาศ DURGO AVVs</strong> ที่สามารถตอบโจทย์แก้ปัณหาระบบท่ออากาศแบบเก่า ได้อย่างแท้จริง
|
|
</p>
|
|
|
|
<div class="flex flex-wrap justify-center gap-4 my-8">
|
|
<img src="/images/durgo-avvs/durgo-002.jpg" alt="DURGO AVVs" class="max-w-md w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" />
|
|
<img src="/images/durgo-avvs/durgo-003.jpg" alt="DURGO AVVs" class="max-w-md w-full h-auto rounded-lg shadow-md" width="400" height="300" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">เหตุผลที่ควรเลือกใช้ DURGO AVVs</h3>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
ระบบระบายน้ำฝน และนํ้าทิ้ง เป็นระบบที่มีความสําคัญอย่างมากในโครงการที่พักอาศัย โรงแรม และอาคารสํานักงานต่างๆ ดังนั้น การเลือกระบบวาล์วเติมอากาศ DURGO AVVs ทดแทนท่ออากาศแบบเก่า จะทำให้เจ้าของโครงการตลอดจนผู้อาศัย ได้รับประโยชน์มากมาย
|
|
</p>
|
|
|
|
<div class="grid md:grid-cols-2 gap-8 my-8">
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-004.jpg" alt="ลดค่าใช้จ่าย" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">ลดค่าใช้จ่าย</h4>
|
|
<p class="text-base text-secondary-700">วัสดุท่อนํ้าทิ้ง ค่าแรง และลดระยะเวลาในการก่อสร้าง</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-008.jpg" alt="มั่นใจได้" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">มั่นใจได้</h4>
|
|
<p class="text-base text-secondary-700">จากการยอมรับ และการใช้งานในต่างประเทศมานาน กว่า 50 ปี</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-005.jpg" alt="เพิ่มมูลค่า" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">เพิ่มมูลค่า</h4>
|
|
<p class="text-base text-secondary-700">สามารถลดปริมาณ หรือไม่ต้องใช้ท่ออากาศภายในอาคาร ลดขนาดช่องชาร์ปทําให้เพิ่มพื้นที่ขาย และพื้นที่ใช้สอยได้มากขึ้น</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-009.jpg" alt="ยับยั้งการลามไฟ" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">ยับยั้งการลามไฟ</h4>
|
|
<p class="text-base text-secondary-700">เมื่อเกิดเหตุเพลิงไหม้ เพราะอากาศเข้าในอาคารน้อยลง เมื่อเทียบกับระบบเก่า</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-006.jpg" alt="ลดกลิ่น" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">ลดกลิ่น</h4>
|
|
<p class="text-base text-secondary-700">ในระบบเก่ามักมีปัญหากลิ่นเหม็นจากระบบท่อนํ้าทิ้ง ทั้งภายในอาคาร และนอกอาคาร</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-010.jpg" alt="ตอบโจทย์ทุกการใช้งาน" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">ตอบโจทย์ทุกการใช้งาน</h4>
|
|
<p class="text-base text-secondary-700">สินค้าหลากหลายติดตั้งกับท่อประเภทต่างๆ (มาตรฐาน EN/JIS) ได้ทุกชนิด</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-007.jpg" alt="ป้องกันเชื้อโรค" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">ป้องกันเชื้อโรค</h4>
|
|
<p class="text-base text-secondary-700">ที่ปะปนมากับอากาศภายในท่อนํ้าทิ้งระบบเก่าไม่ให้แพร่กระจายเข้าสู่ห้องพักส่วนต่างๆ ภายในอาคารได้</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<img src="/images/durgo-avvs/durgo-011.jpg" alt="ลดอัตราการถ่ายเทอากาศ" class="w-16 h-16 mx-auto mb-3 object-contain" width="64" height="64" loading="lazy" decoding="async" />
|
|
<h4 class="text-lg font-bold text-secondary-900 mb-2">ลดอัตราการถ่ายเทอากาศ</h4>
|
|
<p class="text-base text-secondary-700">ในขณะที่ระบบไม่ถูกใช้งานจึงทําให้น้ำใน Trap (ตัวดักกลิ่น) ระเหยช้าลง และไม่ถูกดูดออกไป ซึ่งจะเป็นสาเหตุหลักของการเกิดกลิ่นเหม็น</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="my-8 max-w-2xl mx-auto">
|
|
<img src="/images/durgo-avvs/durgo-012.jpg" alt="INTERNATIONAL STANDARD" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">หลักการทำงานของวาล์วเติมอากาศ DURGO AVVs</h3>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
<strong>ระบบวาล์วเติมอากาศ DURGO AVVs</strong> ทดแทนท่อระบายอากาศของระบบท่อน้ำทิ้งแบบเก่า จะช่วยเพิ่มประสิทธิภาพของการเติมอากาศเข้าระบบ และช่วยป้องกันไม่ให้น้าถูกดึงออกจาก Trap (ตัวดักกลิ่น) ซึ่งเป็นสาเหตุหลักของการเกิดกลิ่นเหม็น และลดการแพร่เชื้อโรคที่มากับอากาศภายในระบบท่อน้้าทิ้งได้อย่างดี
|
|
</p>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
ซึ่งอาศัยแรงดันที่เกิดขึ้นจากการระบายน้ำในระบบน้ำทิ้ง ทั้งแรงดันบวก (Positive Pressure) และแรงดันลบ (Negative Pressure) โดยมีขั้นตอนการทํางาน ดังนี้
|
|
</p>
|
|
<ul class="list-disc pl-6 space-y-2 text-lg text-secondary-700">
|
|
<li>ขณะที่แรงดันของระบบสมดุล ยังไม่มีการระบายน้ำเสีย แรงดันของอากาศปกติจะกดแผ่น Disc Valve และแผ่นซีลยาง EPDM ให้ปิดสนิท กลิ่นเหม็น และเชื้อโรคภายในท่อระบายน้ำเสีย จะไม่สามารถแพร่ออกสู่ภายนอกได้</li>
|
|
<li>เมื่อมีการระบายน้ำจะทําให้แรงดันในระบบเสียสมดุล และเกิดแรงดันลบในระบบ เมื่อแรงดันลบมีค่ามากพอจะทําให้แผ่นชีลยาง EPDM และแผ่น Disc Valve ยกต้วขึ้น (วาล์วเปิด) และเติมอากาศเข้าไปในระบบ</li>
|
|
<li>เมื่อการระบายน้ำเสร็จสิ้น แรงดันลบในระบบลดน้อยลง ระบบกลับสู่สมดุล แผ่นซีลยาง EPDM และแผ่น Disc Valve จะตกมาที่ตําแหน่งเดิม (วาล์วปิด) กลับสู่สภาวะปกติ</li>
|
|
</ul>
|
|
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-013.jpg" alt="หลักการทำงาน" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">เปรียบเทียบการออกแบบระบบระบายน้ำทิ้ง</h3>
|
|
<div class="flex flex-wrap justify-center gap-4 my-8">
|
|
<img src="/images/durgo-avvs/durgo-014.jpg" alt="ระบบเดิม" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
<img src="/images/durgo-avvs/durgo-015.jpg" alt="ระบบ DURGO" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
<img src="/images/durgo-avvs/durgo-016.jpg" alt="เปรียบเทียบ" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">หลักการออกแบบระบบระบายน้ำ และเติมอากาศที่สมบูรณ์</h3>
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-017.jpg" alt="หลักการออกแบบ" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
กราฟแรงดันลบของระบบระบายน้ำแบบเก่า (สีน้ำเงิน) แสดงลักษณะการเปลี่ยนแปลงของแรงดันอากาศภายในท่อระบายน้ำหลักแนวดิ่งขณะที่มีการระบายน้ำสําหรับระบบระบายน้ำทิ้งแบบใช้ท่ออากาศ เมื่อมีการระบายน้ำภายในท่อระบายน้ำหลักแนวดึ่ง แรงดันลบจะเกิดขึ้นและเพิ่มขึ้นตามปริมาณของน้ำที่ระบายภายในท่อ
|
|
</p>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
กราฟแรงดันลบของระบบระบายน้ำที่ใช้ DURGO AVVs (สีฟ้า) เมื่อติดตั้ง <strong>วาล์วเติมอากาศ DURGO AVVs</strong> แทนระบบท่ออากาศเดิม จากกราฟจะเห็นว่า ลักษณะการเปลี่ยนแปลงของแรงดันลบและบวกภายในท่อน้ำทิ้งมีความสมดุลมากขึ้น
|
|
</p>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">กระบวนการจัดการกับแรงดันบวก</h3>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
การจัดการกับแรงดันบวกในระบบของ <strong>วาล์วเติมอากาศ DURGO AVVs</strong> เป็นวิธีอันชาญฉลาด ประหยัด และมีระสิทธิภาพดีที่สุด ได้การรับรองมาตรฐาน SHASE ของประเทศญี่ปุ่น
|
|
</p>
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-018.jpg" alt="กระบวนการจัดการแรงดันบวก" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
โดยหลักการคือ ขยายขนาดข้องอ 45 ที่ตำแหน่งข้องอสุดท้าย ก่อนที่จะเปลี่ยนทิศทางการไหลจากแนวดิ่งเป็นแนวราบ โดยขยายขนาดให้ใหญ่กว่าท่อระบายน้ำหลักแนวดิ่ง (Main Stack) 1 ขนาด เช่น จากท่อขนาด 4 นิ้ว ขยายเป็นข้องอและท่อขนาด 5 นิ้ว
|
|
</p>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
ในกรณีที่มีความจำเป็นต้องต่อท่อระบายน้ำเสียจากจุดอื่นเข้ากับท่อระบายน้ำหลักแนวนอน ให้เว้นระยะห่างจากตำแหน่งข้องอสุดท้าย 3 เมตร
|
|
</p>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
หากมีการออกแบบระบบท่อน้ำทิ้งเป็นแบบ Single Stack คือระบบที่รวมท่อน้ำโสโครก (Soil) และท่อน้ำเสีย (Waste) เข้าด้วยกัน ให้ใช้หลักการขยายขนาดข้องอสุดท้าย โดยขยายขนาดให้ใหญ่กว่าท่อระบายน้ำหลักแนวดิ่ง 2 ขนาด เช่น จากท่อขนาด 4 นิ้ว ขยายเป็นข้องอและท่อขนาด 6 นิ้ว
|
|
</p>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">NEW DEVELOPMENT</h3>
|
|
<div class="flex flex-wrap justify-center gap-4 my-8">
|
|
<img src="/images/durgo-avvs/durgo-019.jpg" alt="NEW DEVELOPMENT 1" class="max-w-md w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
<img src="/images/durgo-avvs/durgo-020.jpg" alt="NEW DEVELOPMENT 2" class="max-w-md w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
</div>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
<strong>วาล์วเติมอากาศ DURGO AVVs</strong> ผลิตจากพลาสติก ABS ทำให้มีความแข็งแรง และซีลยางผลิตจาก EPDM เพื่ออายุการใช้งานที่ยาวนาน
|
|
</p>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">PRODUCT RANGE</h3>
|
|
<div class="flex flex-wrap justify-center gap-4 my-8">
|
|
<img src="/images/durgo-avvs/durgo-021.jpg" alt="PRODUCT RANGE 1" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
<img src="/images/durgo-avvs/durgo-022.jpg" alt="PRODUCT RANGE 2" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">ขนาดของวาล์วเติมอากาศ DURGO AVVs</h3>
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-023.jpg" alt="ขนาด" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">เกณฑ์การเลือกใช้วาล์วเติมอากาศ DURGO AVVs</h3>
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-024.jpg" alt="เกณฑ์การเลือกใช้" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">เทคนิคและข้อกำหนดขั้นต้นในการติดตั้งวาล์วเติมอากาศ DURGO AVVs</h3>
|
|
<div class="flex flex-wrap justify-center gap-4 my-8">
|
|
<img src="/images/durgo-avvs/durgo-025.jpg" alt="การติดตั้ง 1" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
<img src="/images/durgo-avvs/durgo-026.jpg" alt="การติดตั้ง 2" class="max-w-lg w-full h-auto rounded-lg shadow-md" width="600" height="400" loading="lazy" decoding="async" />
|
|
</div>
|
|
<ul class="list-disc pl-6 space-y-2 text-lg text-secondary-700">
|
|
<li>การติดตั้งวาล์วเติมอากาศ DURGO AVVs จะต้องตั้งฉากกับระดับนํ้า ค่าความคลาดเคลื่อนในการติดตั้งไม่ควรเอียงเกิน 5 องศา และห้ามติดตั้งในแนวนอนเด็ดขาด</li>
|
|
<li>ในการออกแบบ ต้องคํานึงถึงตําแหน่งในการติดตั้ง ไม่ควรติดตั้งวาล์วเติมอากาศ DURGO AVVs ในบริเวณที่อับอากาศและไม่ควรติดตั้งในที่ที่มีอากาศเสีย ปล่องควัน หรือที่ที่มีก๊าซอันตราย</li>
|
|
<li>วาส์วเติมอากาศ DURGO AVVs ควรติดตั้งในอาคาร หากติดตั้งภายนอกอาคาร ต้องมีวัสดุกันแสงแดดหรืออลูมิเนียมอัลลอยป้องกันบริเวณหัววาล์วเติมอากาศ DURGO AVVs</li>
|
|
<li>การติดตั้งวาล์วเติมอากาศ DURGO AVVs ห้ามติดตั้งตํากว่าระดับ Flood Level ของอุปกรณ์สุขภัณฑ์ 1 เมตร</li>
|
|
<li>ในการติดตั้งวาล์วเติมอากาศ DURGO AVVs เมื่อประกอบวาล์วเข้ากับท่อระบายนํ้าเรียบร้อยแล้ว และยังอยู่ในระหว่างการก่อสร้าง ต้องครอบด้วยถุงพลาสติก รัดให้แน่น เพื่อป้องกันฝุ่นหรือเศษผงที่เกิดขึ้นระหว่างการก่อสร้างไปติดบริเวณซีลยาง EPDM เมื่อการก่อสร้างเสร็จเรียบร้อยจึงถอดถุงพลาสติกออกเพื่อการใช้งาน</li>
|
|
</ul>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">การบำรุงรักษา</h3>
|
|
<p class="text-lg text-secondary-700 leading-relaxed">
|
|
<strong>วาล์วเติมอากาศ DURGO AVVs</strong> ใช้หลักการตามธรรมชาติของความสมคุลแรงดันในระบบ ไม่ใช้ระบบไฟฟ้าหรือเครื่องกล จึงไม่มีความจําเป็นต้องบํารุงรักษาเป็นพิเศษ แต่ในกรณีที่คํานึงถึงการใช้งานที่มีปัจจัยไม่แน่นอน ควรเตรียมช่องเปิดสําหรับการบํารุงรักษา ขนาด 300 mm x 300 mm ขึ้นไป
|
|
</p>
|
|
|
|
<h3 class="text-xl font-bold text-secondary-900 mt-8 mb-4">SOME OF OUR PROJECT REFERENCES</h3>
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-027.jpg" alt="Project References" class="w-full h-auto rounded-lg shadow-md" width="800" height="600" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Product Range Section -->
|
|
<section class="section bg-gray-50">
|
|
<div class="container-custom">
|
|
<h2 class="text-2xl font-bold text-secondary-900 mb-8 text-center">ผลิตภัณฑ์วาล์วเติมอากาศ DURGO AVVs</h2>
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="prose prose-lg max-w-none">
|
|
<p class="text-lg text-secondary-700 leading-relaxed mb-6">
|
|
<strong>วาล์วเติมอากาศ DURGO AVVs</strong> มีหลากหลายรุ่นและขนาดเพื่อตอบสนองความต้องการในการใช้งานที่แตกต่างกัน ผลิตจากวัสดุคุณภาพสูงได้มาตรฐานสากล รองรับการใช้งานทั้งในอาคารที่พักอาศัย อาคารสำนักงาน โรงแรม โรงงานอุตสาหกรรม และโครงการขนาดใหญ่
|
|
</p>
|
|
<div class="grid md:grid-cols-2 gap-6 my-8">
|
|
<div class="bg-white p-6 rounded-xl shadow-sm">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">DURGO Air Valve (Standard)</h3>
|
|
<ul class="space-y-2 text-secondary-700">
|
|
<li>• ขนาด: 1" - 6" (DN25 - DN150)</li>
|
|
<li>• วัสดุ: ABS Body + EPDM Seal</li>
|
|
<li>• มาตรฐาน: EN/JIS Compliant</li>
|
|
<li>• อุณหภูมิใช้งาน: -20°C ถึง +60°C</li>
|
|
</ul>
|
|
</div>
|
|
<div class="bg-white p-6 rounded-xl shadow-sm">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">DURGO AVVs (Anti-Siphon)</h3>
|
|
<ul class="space-y-2 text-secondary-700">
|
|
<li>• ป้องกันการดูดน้ำจาก Trap</li>
|
|
<li>• รองรับ Negative Pressure สูง</li>
|
|
<li>• ซีลยาง EPDM ทนทาน</li>
|
|
<li>• อายุการใช้งานยาวนาน</li>
|
|
</ul>
|
|
</div>
|
|
<div class="bg-white p-6 rounded-xl shadow-sm">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">DURGO Mini Valve</h3>
|
|
<ul class="space-y-2 text-secondary-700">
|
|
<li>• ขนาดเล็ก สำหรับท่อขนาด 1" - 2"</li>
|
|
<li>• เหมาะสำหรับอาคารที่พักอาศัย</li>
|
|
<li>• ติดตั้งง่าย น้ำหนักเบา</li>
|
|
<li>• ราคาคุ้มค่า</li>
|
|
</ul>
|
|
</div>
|
|
<div class="bg-white p-6 rounded-xl shadow-sm">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">DURGO Waste Air Valve</h3>
|
|
<ul class="space-y-2 text-secondary-700">
|
|
<li>• ออกแบบสำหรับระบบ Waste Line</li>
|
|
<li>• รองรับอัตราการไหลสูง</li>
|
|
<li>• ทนต่อแรงดันบวก (Positive Pressure)</li>
|
|
<li>• ได้รับมาตรฐาน SHASE (ญี่ปุ่น)</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="my-8">
|
|
<img src="/images/durgo-avvs/durgo-021.jpg" alt="DURGO Product Range" class="w-full h-auto rounded-lg shadow-md" width="800" height="400" loading="lazy" decoding="async" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Application Guide Section -->
|
|
<section class="section bg-white">
|
|
<div class="container-custom">
|
|
<h2 class="text-2xl font-bold text-secondary-900 mb-8 text-center">การประยุกต์ใช้งานวาล์วเติมอากาศ DURGO AVVs</h2>
|
|
<div class="max-w-4xl mx-auto">
|
|
<div class="prose prose-lg max-w-none">
|
|
<p class="text-lg text-secondary-700 leading-relaxed mb-8">
|
|
<strong>วาล์วเติมอากาศ DURGO AVVs</strong> ถูกออกแบบมาเพื่อแก้ปัญหาระบบท่อระบายน้ำทิ้งแบบดั้งเดิม ใช้งานได้หลากหลายรูปแบบในอุตสาหกรรมและการก่อสร้างต่างๆ
|
|
</p>
|
|
<div class="grid md:grid-cols-3 gap-6 my-8">
|
|
<div class="text-center">
|
|
<div class="w-16 h-16 mx-auto mb-4 bg-primary-100 rounded-full flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-2">อาคารที่พักอาศัย</h3>
|
|
<p class="text-secondary-700">บ้านเดี่ยว คอนโด อพาร์ตเมนต์ ทาวน์เฮาส์ ที่ต้องการระบบระบายน้ำทิ้งที่มีประสิทธิภาพและไม่มีกลิ่นเหม็น</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="w-16 h-16 mx-auto mb-4 bg-primary-100 rounded-full flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-2">อาคารสำนักงานและโรงแรม</h3>
|
|
<p class="text-secondary-700">อาคารสำนักงาน โรงแรม ห้างสรรพสินค้า ศูนย์การค้า ที่ต้องการระบบสุขาภิบาลที่เชื่อถือได้</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="w-16 h-16 mx-auto mb-4 bg-primary-100 rounded-full flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-2">โรงงานอุตสาหกรรม</h3>
|
|
<p class="text-secondary-700">โรงงานผลิต โรงงานแปรรูปอาหาร โรงงานเคมี ที่ต้องการระบบระบายน้ำทิ้งที่ทนทานและได้มาตรฐาน</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="w-16 h-16 mx-auto mb-4 bg-primary-100 rounded-full flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-2">โรงพยาบาลและสถานพยาบาล</h3>
|
|
<p class="text-secondary-700">โรงพยาบาล คลินิก ศูนย์ดูแลผู้สูงอายุ ที่ต้องการความสะอาดและป้องกันการแพร่กระจายของเชื้อโรค</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="w-16 h-16 mx-auto mb-4 bg-primary-100 rounded-full flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-2">สถานศึกษา</h3>
|
|
<p class="text-secondary-700">โรงเรียน มหาวิทยาลัย สถาบันการศึกษา ที่มีผู้ใช้งานจำนวนมากต้องการระบบสุขาภิบาลที่มีประสิทธิภาพ</p>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="w-16 h-16 mx-auto mb-4 bg-primary-100 rounded-full flex items-center justify-center">
|
|
<svg class="w-8 h-8 text-primary-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"/>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-2">โครงการก่อสร้างใหม่</h3>
|
|
<p class="text-secondary-700">โครงการอาคารชุด โครงการหมู่บ้านจัดสรร โครงการพัฒนาพื้นที่ ที่ต้องการระบบระบายน้ำที่ทันสมัย</p>
|
|
</div>
|
|
</div>
|
|
<div class="bg-primary-50 p-6 rounded-xl border border-primary-200 my-8">
|
|
<h3 class="text-xl font-bold text-secondary-900 mb-4">ข้อดีในการใช้ DURGO AVVs แทนท่ออากาศแบบเดิม</h3>
|
|
<ul class="space-y-3 text-secondary-700">
|
|
<li class="flex items-start gap-3">
|
|
<svg class="w-6 h-6 text-primary-600 flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span>ลดค่าใช้จ่ายในการก่อสร้าง ทั้งค่าวัสดุและค่าแรง</span>
|
|
</li>
|
|
<li class="flex items-start gap-3">
|
|
<svg class="w-6 h-6 text-primary-600 flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span>เพิ่มพื้นที่ใช้สอยภายในอาคาร เนื่องจากไม่ต้องใช้ท่ออากาศภายในอาคาร</span>
|
|
</li>
|
|
<li class="flex items-start gap-3">
|
|
<svg class="w-6 h-6 text-primary-600 flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span>ป้องกันกลิ่นเหม็นและการแพร่กระจายของเชื้อโรค</span>
|
|
</li>
|
|
<li class="flex items-start gap-3">
|
|
<svg class="w-6 h-6 text-primary-600 flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span>ยับยั้งการลามไฟเมื่อเกิดเหตุเพลิงไหม้</span>
|
|
</li>
|
|
<li class="flex items-start gap-3">
|
|
<svg class="w-6 h-6 text-primary-600 flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
|
|
</svg>
|
|
<span>ติดตั้งง่าย ไม่ต้องบำรุงรักษาเป็นพิเศษ</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- FAQ Section -->
|
|
<section class="section bg-gray-50">
|
|
<div class="container-custom">
|
|
<h2 class="text-2xl font-bold text-secondary-900 mb-8 text-center">คำถามที่พบบ่อยเกี่ยวกับวาล์วเติมอากาศ DURGO AVVs</h2>
|
|
<div class="max-w-3xl mx-auto">
|
|
<div class="space-y-4">
|
|
<div class="bg-white rounded-xl shadow-sm overflow-hidden">
|
|
<div class="p-6">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">1. วาล์วเติมอากาศ DURGO AVVs ต่างจากท่ออากาศแบบเดิมอย่างไร?</h3>
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
วาล์วเติมอากาศ DURGO AVVs ทำงานด้วยหลักการสมดุลแรงดันในระบบ (Pressure Balance) โดยจะเปิดเมื่อมีแรงดันลบ (Negative Pressure) เกิดขึ้นในระบบท่อระบายน้ำ และปิดอัตโนมัติเมื่อระบบกลับสู่สภาวะปกติ ต่างจากท่ออากาศแบบเดิมที่เปิดอยู่ตลอดเวลา ทำให้กลิ่นเหม็นและเชื้อโรคสามารถแพร่กระจายเข้าสู่อาคารได้
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="bg-white rounded-xl shadow-sm overflow-hidden">
|
|
<div class="p-6">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">2. DURGO AVVs มีอายุการใช้งานนานเท่าไหร่?</h3>
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
วาล์วเติมอากาศ DURGO AVVs ผลิตจากพลาสติก ABS ที่มีความแข็งแรงสูง ร่วมกับซีลยาง EPDM ที่ทนทานต่อการเสื่อมสภาพ สามารถใช้งานได้นานกว่า 20 ปี ขึ้นอยู่กับสภาพการใช้งานและการบำรุงรักษา โดยไม่ต้องเปลี่ยนชิ้นส่วนหรือบำรุงรักษาเป็นพิเศษ
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="bg-white rounded-xl shadow-sm overflow-hidden">
|
|
<div class="p-6">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">3. DURGO AVVs เหมาะกับอาคารประเภทใด?</h3>
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
วาล์วเติมอากาศ DURGO AVVs เหมาะสำหรับอาคารทุกประเภท ไม่ว่าจะเป็นอาคารที่พักอาศัย อาคารสำนักงาน โรงแรม ห้างสรรพสินค้า โรงงานอุตสาหกรรม โรงพยาบาล และสถานศึกษา สามารถติดตั้งกับท่อระบายน้ำทิ้งที่ใช้มาตรฐาน EN หรือ JIS ได้ทุกชนิด
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="bg-white rounded-xl shadow-sm overflow-hidden">
|
|
<div class="p-6">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">4. การติดตั้ง DURGO AVVs ต้องใช้ขนาดท่อเท่าไหร่?</h3>
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
การเลือกขนาดวาล์วเติมอากาศ DURGO AVVs ขึ้นอยู่กับขนาดของท่อระบายน้ำหลัก (Main Stack) โดยทั่วไปสามารถเลือกใช้ได้ตั้งแต่ขนาด 1 นิ้ว ถึง 6 นิ้ว (DN25 - DN150) ตามขนาดของท่อระบายน้ำที่ใช้งาน สำหรับอาคารที่พักอาศัยมักใช้ขนาด 3-4 นิ้ว สำหรับอาคารขนาดใหญ่อาจใช้ขนาด 5-6 นิ้ว
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="bg-white rounded-xl shadow-sm overflow-hidden">
|
|
<div class="p-6">
|
|
<h3 class="text-lg font-bold text-secondary-900 mb-3">5. DURGO AVVs ได้รับมาตรฐานอะไรบ้าง?</h3>
|
|
<p class="text-secondary-700 leading-relaxed">
|
|
วาล์วเติมอากาศ DURGO AVVs ได้รับการรับรองมาตรฐานหลายระดับ ได้แก่ มาตรฐาน EN (ยุโรป) และมาตรฐาน JIS (ญี่ปุ่น) สำหรับขนาดและการติดตั้ง นอกจากนี้ยังได้รับการรับรองมาตรฐาน SHASE จากประเทศญี่ปุ่นสำหรับการจัดการกับแรงดันบวก (Positive Pressure) ซึ่งเป็นมาตรฐานที่โรงงานและโครงการขนาดใหญ่ในญี่ปุ่นนิยมใช้
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<section class="cta-gradient py-16">
|
|
<div class="container-custom text-center">
|
|
<h2 class="text-xl sm:text-2xl font-bold text-white mb-6">สนใจสินค้าของเรา?</h2>
|
|
<p class="text-lg text-white/80 mb-8 max-w-2xl mx-auto">
|
|
ติดต่อเราวันนี้เพื่อรับคำแนะนำและราคาพิเศษ
|
|
</p>
|
|
<div class="flex flex-wrap justify-center gap-4">
|
|
<a href="https://line.me/ti/p/~dealplustech" target="_blank" class="btn-white flex items-center gap-2">
|
|
<span>แชท</span>
|
|
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/line.svg" alt="LINE" class="w-5 h-5" style="filter: brightness(0) invert(1)" onerror="this.style.display='none'" />
|
|
</a>
|
|
<a href="tel:0905551415" class="btn-white">
|
|
โทร 090-555-1415
|
|
</a>
|
|
</div>
|
|
<p class="text-base text-white/70 mt-8">
|
|
<strong>โทร:</strong> 090-555-1415 | <strong>Line Id:</strong> dealplustech | <strong>E-mail:</strong> dealplustech@gmail.com
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<Footer slot="footer" />
|
|
</BaseLayout>
|