|
|
|
|
|
|
|
|
|
|
|
<div class="visible-xs" style="font-size: 18px;font-weight: 600;text-align: center;font-style: italic;margin-top: 100px;">
|
|
|
|
98.8% positive customer reviews among 10,000+
|
|
|
|
<img alt="" class="img-responsive" height="69" src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png" style="margin: 0px auto; width: 160px; " width="175" > <img alt="" src="https://data.chinahighlights.com/image/aboutus/feedback/five-star.png" style="display: block; margin: 10px auto 5px; " width="104" height="20" ><img alt="" height="40" src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" style="margin: 15px auto 5px; display: block; width: 150px; height: auto; " width="211">
|
|
|
|
</div>
|
|
|
|
<p class="visible-xs" style="margin-bottom: -50px;">
|
|
|
|
<img alt="Tour Review" class="img-responsive" src="https://data.asiahighlights.com/image/about/logo-black.png" style="width: 180px; margin: 0 auto 10px auto">
|
|
|
|
</p>
|
|
|
|
<div class="table-responsive" style="margin-top: 50px;">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td class="hidden-xs">
|
|
|
|
<div class="feedback_logo" style="font-size: 18px; font-weight: 600; text-align: center; font-style: italic;">
|
|
|
|
<div style="text-align:center;font-weight: 600;font-size:19px;font-style: italic;line-height: 20px;margin-top: 50px; margin-bottom: 15px;">98.8% positive customer reviews among 10,000+</div>
|
|
|
|
<img alt="" class="img-responsive" height="69" src="https://data.chinahighlights.com/image/aboutus/awards/china-highlights-ta-2022-certificate.png" style="margin: 0px auto; width: 160px; " width="175"> <img alt="" src="https://data.chinahighlights.com/image/aboutus/feedback/five-star.png" style="display: block; margin: 5px auto; " width="104" height="20"><img alt="Tour Review" class="img-responsive" height="278" src="https://data.asiahighlights.com/image/about/logo-black.png" style="width: 150px; display: block; margin: 10px auto 0px; " width="1133"> <img alt="" height="40" src="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" style="margin: 10px auto; display: block; width: 150px; height: auto; " width="211">
|
|
|
|
|
|
|
|
</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>
|