<?php
/**
 * The template for displaying all pages.
 * Template Name: qa-rd page
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other 'pages' on your WordPress site will use a
 * different template.
 *
 * @package dc
 */

get_header(); ?>

	<div id="primary" class="content-area"> 
		<div class="slider">
			<div class="container">
				<div class="row">
					<?php if( have_rows('qc_slider_text') ): ?>
						<div id="contentSlider" class="col-md-12 owl-carousel owl-theme">
							<?php while( have_rows('qc_slider_text') ): the_row(); 

								// vars 
								$content = get_sub_field('text'); 

								?>
							<div class="item1">
								<h1> <?php echo $content; ?></h1>
							</div>
							<?php endwhile; ?>					
						</div>
					<?php endif; ?>
				</div>
			 </div>
		</div> 
		<section class="tableSec">
			<div class="container">
			<div class="row">
					<div class="col-md-12">
						<div class="homeProductText">
							<h2>QUALITY <span>CONTROL</span></h2>
								 <table class="tg" style="undefined;table-layout: fixed; width: 100%">
								<?php if( have_rows('qc_table') ): ?>	
									<colgroup>
									<col style="width: 5%">
									<col style="width: 20%">
									<col style="width: 20%">
									<col style="width: 20%">
									<col style="width: 35%">
									</colgroup>
									  <tr>
										<th class="tg-s6z2">NO</th>
										<th class="tg-s6z2">MAKE</th>
										<th class="tg-s6z2">MODEL</th>
										<th class="tg-s6z2">DETECTOR</th>
										<th class="tg-s6z2">INJECTOR PORTS</th>
									  </tr>
										<?php while( have_rows('qc_table') ): the_row(); 

											// vars 
											$contentNo = get_sub_field('qc_no'); 
											$contentMake = get_sub_field('qc_make'); 
											$contentModel = get_sub_field('qc_model'); 
											$contentDetector = get_sub_field('qc_detector');
											$contentInjectorPort = get_sub_field('qc_injector_port'); 

											?>
										  <tr>
											<td class="tg-s6z2"><?php echo $contentNo; ?></td>
											<td class="tg-s6z2"><?php echo $contentMake; ?></td>
											<td class="tg-s6z2"><?php echo $contentModel; ?></td>
											<td class="tg-s6z2"><?php echo $contentDetector; ?></td>
											<td class="tg-s6z2"><?php echo $contentInjectorPort; ?></td>
										  </tr>
										<?php endwhile; ?>
									   
										<?php endif; ?>
									</table>
						</div>
						<div class="plandetailsMidMainSec">
							<img src="img/office/14.jpg" alt="img'>
						</div>
					</div>
				</div>
			</div>
		</section>
		
<section class="plandetailsSec qanrdSec">
	<div class="container noPadding">
		<div class="row ">
            <div class="col-md-12">
				<div class="col-md-6 equ">
					<div class="cntPlan">
						<h1 class="title mr-78">EQUIPMENTS</h1>
						<ul class="wht">
							<li>Various kettle sizes from 1.2 KL to 7.5 KL</li>
							<li>Specially designed Agitators to handle even highly viscous materials</li>
							<li>Starrer rotation RPM up to 90 , ideal for fine crystallization</li>
							<li>All kettles have double mechanical seals for high temperature and high vacuum distillation.</li>
							<li>Double start limpet coils used for heating and cooling respectively</li>
							<li>MOC of all distillation reactors is SS316L</li>
						</ul>
					</div>
				</div>
				<div class="col-md-6 equImgMain">
					<div class="equImg">
						<img src="" alt="img">
					</div>
				</div>
			</div>
            <div class="col-md-12">
				<div class="col-md-6 rndImgMain">
					<div class="rndImg">
						<img src="" alt="img">
					</div>
				</div>
				<div class="col-md-6 rnd">
					<div class="cntPlan">
						<h1 class="title mr-78">RESEARCH & <span>DEVELOPMENT</span></h1>
						<ul class="wht">
							<li>Various kettle sizes from 1.2 KL to 7.5 KL</li>
							<li>Specially designed Agitators to handle even highly viscous materials</li>
							<li>Starrer rotation RPM up to 90 , ideal for fine crystallization</li>
							<li>All kettles have double mechanical seals for high temperature and high vacuum distillation.</li>
							<li>Double start limpet coils used for heating and cooling respectively</li>
							<li>MOC of all distillation reactors is SS316L</li>
						</ul>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>

	</div><!-- #primary -->
 
<?php get_footer(); ?>
