Dịch Vụ Khoan Cắt Bê Tông Bình Dương Chuyên Nghiệp, Giá Rẻ 2025

<style>
/ Định nghĩa màu sắc thương hiệu /
:root {
    –brand-blue: #003366;
    –brand-orange: #FFA500;
    –text-dark: #333333;
    –text-light: #ffffff;
    –bg-light: #f9f9f9;
    –border-color: #ddd;
    –zalo-blue: #0077e6;
}

/ Cài đặt chung cho trang /
.kctp-pillar-page {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: var(–text-dark);
    overflow-x: hidden;
    box-sizing: border-box; 
}
.kctp-pillar-page , .kctp-pillar-page ::before, .kctp-pillar-page *::after {
    box-sizing: border-box;
}

/ Container chung /
.kctp-pillar-page .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/ Cấu trúc các Section /
.kctp-pillar-page section {
    padding: 40px 0;
}
.kctp-pillar-page section:nth-of-type(even) {
    background-color: var(–bg-light);
}

/ Tiêu đề /
.kctp-pillar-page h1 {
    font-size: 32px;
    font-weight: bold;
    color: var(–brand-blue);
    margin-bottom: 15px;
    line-height: 1.3;
}
.kctp-pillar-page h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(–brand-blue);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.kctp-pillar-page h2::after {
    content: ”;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(–brand-orange);
}
.kctp-pillar-page h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(–brand-blue);
    margin-top: 20px;
    margin-bottom: 10px;
}

/ Nút CTA /
.kctp-pillar-page .cta-button {
    display: inline-block;
    background-color: var(–brand-orange);
    color: #000000;
    padding: 15px 35px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.kctp-pillar-page .cta-button:hover {
    background-color: #e69500;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
.kctp-pillar-page .cta-subtext {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.9;
}

/ Blockquote /
.kctp-pillar-page .warning-quote {
    border-left: 5px solid #FF0000;
    padding: 20px;
    background-color: #fff5f5;
    font-size: 16px;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
}
.kctp-pillar-page .hotline-quote {
    border-left: 5px solid var(–brand-orange);
    padding: 20px;
    background-color: #fffaf0;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.kctp-pillar-page .hotline-quote a {
    color: #d90000;
    text-decoration: none;
}

/ Thanh Cam Kết (Trust Bar) /
.kctp-pillar-page .trust-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
    padding: 20px;
    background-color: var(–bg-light);
    border-radius: 8px;
    margin: 25px 0;
}
.kctp-pillar-page .trust-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    font-weight: bold;
    color: var(–brand-blue);
    font-size: 16px;
}
.kctp-pillar-page .trust-item i {
    display: block;
    font-size: 28px;
    color: var(–brand-orange);
    margin-bottom: 10px;
}

/ Lưới Khu Vực (Phường) /
.kctp-pillar-page .local-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-left: 0;
}
.kctp-pillar-page .local-grid li {
    list-style-type: none;
}
.kctp-pillar-page .local-grid a {
    display: block;
    padding: 12px 15px;
    border: 1px solid var(–border-color);
    background: #fff;
    text-decoration: none;
    color: var(–text-dark);
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.kctp-pillar-page .local-grid a:hover {
    background-color: var(–brand-blue);
    color: var(–text-light);
    border-color: var(–brand-blue);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.kctp-pillar-page .local-grid a i {
    margin-right: 8px;
    color: var(–brand-orange);
}

/ Bảng Giá /
.kctp-pillar-page .price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}
.kctp-pillar-page .price-table th,
.kctp-pillar-page .price-table td {
    border: 1px solid var(–border-color);
    padding: 12px;
    text-align: left;
}
.kctp-pillar-page .price-table th {
    background-color: var(–brand-blue);
    color: var(–text-light);
    font-size: 18px;
}
.kctp-pillar-page .price-table .service-group td {
    background-color: var(–bg-light);
    font-weight: bold;
    color: var(–brand-blue);
}
.kctp-pillar-page .price-table tr:nth-child(even) {
    background-color: #fff;
}
.kctp-pillar-page .price-table tr:hover {
    background-color: #f0f8ff;
}

/ Lưới Dịch Vụ /
.kctp-pillar-page .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.kctp-pillar-page .service-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border: 1px solid var(–border-color);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.kctp-pillar-page .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.kctp-pillar-page .service-item-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: var(–brand-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    margin-right: 20px;
}
.kctp-pillar-page .service-item-text a {
    font-size: 20px;
    font-weight: bold;
    color: var(–brand-blue);
    text-decoration: none;
}
.kctp-pillar-page .service-item-text a:hover {
    color: var(–brand-orange);
}
.kctp-pillar-page .service-item-text p {
    margin: 5px 0 0;
    font-size: 15px;
}

/ Quy trình /
.kctp-pillar-page .process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 20px 0;
}
.kctp-pillar-page .process-steps::before {
    content: ”;
    position: absolute;
    top: 45px;
    left: 10%;
    right: 10%;
    height: 4px;
    background-color: var(–border-color);
    z-index: -1;
}
.kctp-pillar-page .step {
    flex-basis: 150px;
    flex-grow: 1;
    text-align: center;
    padding: 15px;
    background: var(–bg-light);
    border-radius: 8px;
}
.kctp-pillar-page .step-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(–brand-orange);
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto 10px auto;
    border: 3px solid var(–brand-blue);
}
.kctp-pillar-page .step p {
    font-weight: bold;
    color: var(–brand-blue);
    font-size: 16px;
}

/ FAQ /
.kctp-pillar-page .faq-item {
    border-bottom: 1px solid var(–border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.kctp-pillar-page .faq-item:last-child {
    border-bottom: none;
}
.kctp-pillar-page .faq-item h3 {
    margin-top: 0;
}

/ Testimonial (Ý kiến) /
.kctp-pillar-page .testimonial-section {
    background-color: #f7faff;
}
.kctp-pillar-page .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-top: 10px;
}
.kctp-pillar-page .testimonial-card {
    background: #ffffff;
    border: 1px solid var(–border-color);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.kctp-pillar-page .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
.kctp-pillar-page .testimonial-card .stars {
    font-size: 16px;
    color: var(–brand-orange);
    margin-bottom: 15px;
}
.kctp-pillar-page .testimonial-card .quote-text {
    font-style: italic;
    color: var(–text-dark);
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.kctp-pillar-page .testimonial-card .quote-text::before {
    content: ‘f10d’;
    font-family: “Font Awesome 6 Free”;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: var(–border-color);
}
.kctp-pillar-page .testimonial-card .customer-info {
    display: flex;
    align-items: center;
}
.kctp-pillar-page .customer-info .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(–brand-blue);
    color: var(–text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}
.kctp-pillar-page .customer-info .customer-details .name {
    font-weight: bold;
    color: var(–brand-blue);
    margin: 0;
}
.kctp-pillar-page .customer-info .customer-details .location {
    font-size: 14px;
    color: #777;
    margin: 0;
}

/ CTA Cuối Trang /
.kctp-pillar-page .final-cta-section {
    background-color: var(–brand-blue) !important;
    color: var(–text-light);
    text-align: center;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1140px;
}
.kctp-pillar-page .final-cta-section h2 {
    color: var(–text-light);
}
.kctp-pillar-page .final-cta-section h2::after {
    background-color: var(–brand-orange);
}
.kctp-pillar-page .final-cta-section p {
    font-size: 18px;
}

/ === TỐI ƯU MOBILE (MEDIA QUERIES) === /
@media (max-width: 992px) {
    .kctp-pillar-page .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .kctp-pillar-page h1 { font-size: 26px; text-align: center; }
    .kctp-pillar-page h2 { font-size: 24px; }
   
    .kctp-pillar-page .trust-bar {
        flex-direction: column;
        gap: 20px;
    }
   
    .kctp-pillar-page .local-grid {
        grid-template-columns: 1fr 1fr;
    }
   
    .kctp-pillar-page .service-grid {
        grid-template-columns: 1fr;
    }
   
    .kctp-pillar-page .process-steps::before {
        display: none;
    }
    .kctp-pillar-page .process-steps {
        flex-direction: column;
    }
   
    .kctp-pillar-page .testimonial-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .kctp-pillar-page .local-grid {
        grid-template-columns: 1fr;
    }
}

/ === THANH CTA CỐ ĐỊNH MOBILE === /
.kctp-sticky-mobile-cta {
    display: none; 
}
@media (max-width: 768px) {
    .kctp-pillar-page {
        padding-bottom: 70px;
    }
    .kctp-sticky-mobile-cta {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        background-color: #ffffff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
        z-index: 1000;
    }
    .kctp-sticky-mobile-cta .cta-zalo {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(–zalo-blue);
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }
    .kctp-sticky-mobile-cta .cta-call {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(–brand-orange);
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }
    .kctp-sticky-mobile-cta i {
        margin-right: 8px;
        font-size: 20px;
    }
}
</style>

<div class="kctp-pillar-page">
    <div class="container">
        <section class="hero-section" style="padding-top: 20px; padding-bottom: 20px;">
           

Dịch Vụ Khoan Cắt Bê Tông Bình Dương Chuyên Nghiệp, Giá Rẻ 2025


            <p>Bình Dương, với sự phát triển vượt bậc của các khu công nghiệp và đô thị, luôn đặt ra yêu cầu cao về các dịch vụ xây dựng, đặc biệt là khoan cắt bê tông. Chúng tôi hiểu rằng quý khách tại Bình Dương cần một đơn vị thi công không chỉ nhanh chóng, hiệu quả mà còn phải đảm bảo an toàn tuyệt đối và tuân thủ mọi quy định khắt khe của các KCN, nhà xưởng, và công trình lớn.</p>
            <p>Khởi Phát tự hào là đơn vị tiên phong cung cấp giải pháp khoan cắt bê tông hàng đầu tại Bình Dương, đáp ứng mọi tiêu chuẩn kỹ thuật và an toàn cao nhất. Với kinh nghiệm dày dặn như một chuyên gia trong ngành, chúng tôi cam kết mang đến dịch vụ tối ưu, giảm thiểu rủi ro và tiết kiệm chi phí cho mọi dự án. So với các thị trường lớn như <a href="https://khoancatbetonggiare.vn/khoan-cat-be-tong-tai-tphcm/&quot;&gt;&lt;strong&gt;khoan cắt bê tông TPHCM</strong></a>, Khởi Phát tự tin là lựa chọn số 1 tại Bình Dương.</p>

            <div class="trust-bar">
                <div class="trust-item">
                    <i class="fa-solid fa-industry"></i>
                    CHUYÊN THI CÔNG KCN & CÔNG TRÌNH LỚN
                </div>
                <div class="trust-item">
                    <i class="fa-solid fa-hourglass-half"></i>
                    ĐÁP ỨNG TIẾN ĐỘ NHANH 24/7
                </div>
                <div class="trust-item">
                    <i class="fa-solid fa-file-invoice"></i>
                    CÓ HÓA ĐƠN VAT CHO DOANH NGHIỆP
                </div>
                <div class="trust-item">
                    <i class="fa-solid fa-clock"></i>
                    CÓ MẶT SAU 15 PHÚT
                </div>
            </div>
        </section>
    </div>

    <section class="local-hub-section">
        <div class="container">
            <h2>Khởi Phát Phục Vụ Tận Nơi Các Huyện, Thị, Thành Phố Tại Bình Dương</h2>
            <p style="text-align: center;">Đội ngũ của Khởi Phát có mặt khắp 9 đơn vị hành chính của Bình Dương, đảm bảo thi công nhanh chóng, tiện lợi nhất cho quý khách dù ở bất cứ đâu.</p>
           
            <ul class="local-grid">
               

  • Thành phố Thủ Dầu Một
  •                

  • Thành phố Thuận An
  •                

  • Thành phố Dĩ An
  •                

  • Thành phố Tân Uyên
  •                

  • Thành phố Bến Cát
  •                

  • Huyện Bắc Tân Uyên
  •              

    Để lại một bình luận

    Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *