top of page
New code 13/03/2026

Code ⬇

<div style="
  background:#d9dde5;
  padding:70px 20px 0 20px;
  margin-top:0px;
  font-family:Arial, Helvetica, sans-serif;
">

  <!-- CTA SECTION -->
  <div style="
    max-width:820px;
    margin:0 auto;
    text-align:center;
    color:#3c4a63;
  ">

    <h2 style="
      font-size:28px;
      font-weight:700;
      margin-bottom:15px;
      letter-spacing:0.5px;
      color:#3c4a63;
    ">
      Request a Consultation
    </h2>

    <p style="
      font-size:16px;
      margin-bottom:35px;
      line-height:1.6;
      color:#4a5875;
    ">
      Leave your information and our specialists will contact you 
      to provide the most suitable steel building solution.
    </p>

    <!-- FORM  -->
    <div style="
      background:white;
      padding:30px;
      border-radius:8px;
      box-shadow:0 8px 20px rgba(0,0,0,0.12);
      max-width:600px;
      margin:0 auto;
    ">

      <script id="_bownow_cs_sid_bd8620f69a4616a8a503">
      var _bownow_cs_sid_bd8620f69a4616a8a503 = document.createElement('script');
      _bownow_cs_sid_bd8620f69a4616a8a503.charset = 'utf-8';
      _bownow_cs_sid_bd8620f69a4616a8a503.src = 'https://contents.bownow.jp/forms/sid_bd8620f69a4616a8a503/trace.js';
      document.getElementsByTagName('head')[0].appendChild(_bownow_cs_sid_bd8620f69a4616a8a503);
      </script>

    </div>
  </div>
</div>
<div style="
  background:#d9dde5;
  padding:70px 40px 30px 40px;
  font-family: 'Times New Roman', serif;
  color:#3c4a63;
">

  <div style="
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:40px;
  ">

    <!-- LEFT: LOGO -->
    <div style="flex:1; min-width:220px;">
      <img src="https://static.wixstatic.com/media/e6b308_f7b85de7017f4d9a88fa1c1701a92751~mv2.png/v1/fill/w_460,h_158,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/e6b308_0b3ae964f64946f5bd705142d3a6446a~mv2.png" 
           alt="Pebsteel Logo"
           style="max-width:220px;">
    </div>

    <!-- CENTER: CONTACT -->
    <div style="flex:1; min-width:280px;">
      <h3 style="
        font-size:26px;
        letter-spacing:2px;
        margin-bottom:20px;
      ">
        CONTACT US
      </h3>

      <p style="line-height:1.8; font-size:18px;">
        Unit 701, 7th Floor, Menas Saigon Airport,<br>
        60A Truong Son Street, Tan Son Hoa Ward,<br>
        Ho Chi Minh City, Vietnam
      </p>

      <p style="margin-top:20px; font-size:18px;">
        marketing@pebsteel.com.vn<br>
        (+84) 28 38 475 475
      </p>
    </div>

    <!-- RIGHT: SOCIAL -->
    <div style="flex:1; min-width:220px; text-align:right;">
      <h3 style="
        font-size:26px;
        letter-spacing:2px;
        margin-bottom:20px;
      ">
        FOLLOW US
      </h3>

      <div style="display:flex; gap:15px; justify-content:flex-end;">
        <a href="#" style="text-decoration:none;">
          <div style="
            width:45px;
            height:45px;
            border-radius:50%;
            background:#1877f2;
            display:flex;
            align-items:center;
            justify-content:center;
            color:white;
            font-size:20px;
            font-weight:bold;
          ">f</div>
        </a>

        <a href="#" style="text-decoration:none;">
          <div style="
            width:45px;
            height:45px;
            border-radius:50%;
            background:#e1306c;
            display:flex;
            align-items:center;
            justify-content:center;
            color:white;
            font-size:18px;
            font-weight:bold;
          ">ig</div>
        </a>

        <a href="#" style="text-decoration:none;">
          <div style="
            width:45px;
            height:45px;
            border-radius:50%;
            background:#ff0000;
            display:flex;
            align-items:center;
            justify-content:center;
            color:white;
            font-size:18px;
            font-weight:bold;
          ">▶</div>
        </a>

        <a href="#" style="text-decoration:none;">
          <div style="
            width:45px;
            height:45px;
            border-radius:50%;
            background:#0077b5;
            display:flex;
            align-items:center;
            justify-content:center;
            color:white;
            font-size:18px;
            font-weight:bold;
          ">in</div>
        </a>
      </div>
    </div>

  </div>
  <!-- Divider -->
  <div style="
    border-top:1px solid #7d8aa5;
    margin:50px 0 20px 0;
  "></div>
  <!-- Copyright -->
  <div style="
    text-align:center;
    font-size:18px;
  ">
    © 2026 Pebsteel. Designed with industrial precision
  </div>

</div>

Result ➡

bottom of page