|
|
|
|
|
|
|
|
|
|
|
<p class="visible-xs" style="text-align: center;font-weight: 600;margin-bottom: 10px;font-style: italic;font-size: 22px;">
|
|
|
|
<em style="color: #ad1818;font-size: 24px;">98.8% </em> positive customer reviews among 10,000+</p>
|
|
|
|
<div class="visible-xs" style="margin-bottom: -70px;">
|
|
|
|
<img alt="" class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="margin: 0px auto; float: left; " width="175">
|
|
|
|
<img alt="" height="40" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="margin: 15px auto 5px; display: block; width: 150px; height: auto; " width="211">
|
|
|
|
</div>
|
|
|
|
<div class="table-responsive" style="margin-top: 60px;">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td class="hidden-xs">
|
|
|
|
<div class="feedback_logo" style="margin-top: 55px;">
|
|
|
|
<div style="text-align:center;font-weight: 600; font-style: italic;line-height: 20px; margin-bottom: 15px; font-size: 21px;"><em style="color: #ad1818;font-size: 22px;">98.8% </em>positive customer reviews among 10,000+</div>
|
|
|
|
<img alt="" class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="margin: 0px auto; " width="175"> <img alt="Tour Review" class="img-responsive" height="278" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="width: 170px; display: block; margin: 10px auto 0px; " width="1133"></div>
|
|
|
|
</td>
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
<td>
|
|
|
|
<div class="tour_feedback">
|
|
|
|
<div class="feedback_content">
|
|
|
|
<strong>
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
</strong>
|
|
|
|
<p>
|
|
|
|
<?php echo $feedback['content'] ?>
|
|
|
|
</p>
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
<div class="customer_name">
|
|
|
|
<?php echo $feedback['customer'] ?>,
|
|
|
|
<?php echo $feedback['createdOn'] ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<?php }?>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|