<%- include('layout/header') %>

<section class="banner-to">
    <div class="container">
        <div class="row">
            <div class="introvert">
                <h2>HACCP & GFSI</h2>
                <ul>
                    <li>
                        <a href="/demo-custom/microbiotech/">Home</a>
                    </li>
                    <li>
                        /
                    </li>
                    <li>
                        <a href="/demo-custom/microbiotech/Haccep">HACCP & GFSI</a>
                    </li>
                </ul>
            </div>
        </div>
    </div>




</section>

<section class="safety pt-8 pb-8">
    <div class="container">
      <div class="row">
        <div class="col-md-12">
          <div class="safety-head  wow bounceInUp center" data-wow-duration="3s" data-wow-delay="0.1s" style="visibility: visible; animation-duration: 3s; animation-delay: 0.1s; animation-name: bounceInUp;">
            <h5>Product Safety Management System Implementation And Audits</h5>
          </div>
        </div>
      </div>
      <div class="row align-items-center pt-5">
        <div class="col-md-12 col-lg-6">
          <div class="safty-detail wow slideInLeft" data-wow-duration="2s" data-wow-delay="0.2s" style="visibility: visible; animation-duration: 2s; animation-delay: 0.2s; animation-name: slideInLeft;">
            <h5>HACCP</h5>
            <p>the hACCP (hazard analysis and critical control point) system is adopted worldwide, and it’s goal is primarily the added Product safety protection provided to consumers.</p>
            <h5>GFSI</h5>
            <p>the GFSI (global food safety initiative) recognized standards as FSSC 22 000, BRC and SQF are required by several Canadian and American retailers. these standards require the involvement of senior management and all staff. They add management tools to the HACCP system to keep it in place once it’s implemented and ensure its continuous improvement. In addition to food safety, these standards require the implementation of other programs such as food quality, Food defense and food fraud.</p>
            <h5>Our Expertise</h5>
            <ul class="exp-btn">
              <li>
                <span> Implementation</span>
                <a href="#" class="btn10" tabindex="0">Find out More <i class="fa-solid fa-arrow-right"></i>
                </a>
              </li>
              <li>
                <span> Audits</span>
                <a href="#" class="btn10" tabindex="0">Find out More <i class="fa-solid fa-arrow-right"></i>
                </a>
              </li>
            </ul>
          </div>
        </div>
        <div class="col-md-12 col-lg-6">
          <div class="safety-img wow slideInRight" data-wow-duration="2s" data-wow-delay="0.2s" style="visibility: visible; animation-duration: 2s; animation-delay: 0.2s; animation-name: slideInRight;">
            <img src="images/safety.png">
          </div>
        </div>
      </div>
    </div>
  </section>


<%- include('layout/footer') %>
