<div class="col-md-3 sidebar sidebar-right">



        <div id="etheme-recent-posts-2" class="sidebar-widget etheme_widget_recent_entries">



          <h4 class="widget-title"><span>Tin tức du lịch</span></h4>



          <ul class="blog-post-list slide-item">



         <?php foreach($news_b as $item): ?>



            <li>



              <div class="media"> <a class="pull-left" href="<?php echo e(url($item->alias)); ?>">



                <time class="date-event"><span class="number"><?php echo e(date('d',$item->time)); ?></span> Th<?php echo e(date('m',$item->time)); ?></time>



                </a>



                <div class="media-body">



                  <h4 class="media-heading"><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->title); ?></a></h4>



                <!--  by <strong>Lux Go</strong>--></div>



              </div>



            </li>



		 <?php endforeach; ?>



          </ul>



        </div>



        <div id="woocommerce_top_rated_products-2" class="sidebar-widget woocommerce widget_top_rated_products">



          <h4 class="widget-title"><span>Tour hot hè 2017</span></h4>



          <ul class="product_list_widget">



           <?php foreach($hot_product as $item): ?>



            <li class="firstItem">



              <div class="media"> <a class="pull-left" href="<?php echo e(url($item->alias)); ?>" title="<?php echo e($item->name); ?>"> <img width="60" height="60" src="<?php echo e(url($item->thumb)); ?>" data-lazy-src="<?php echo e(url($item->thumb)); ?>" class="attachment-60x60 size-60x60 wp-post-image" alt="<?php echo e($item->name); ?>"/> 



                </a>



                <div class="media-body">



                  <h4 class="media-heading"><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->name); ?></a></h4>



                  <span class="small-coast"><span class="woocommerce-Price-amount amount"><?php echo e(Helper::adddotstring($item->price)); ?>&nbsp;<span class="woocommerce-Price-currencySymbol">&#8363;</span></span></span>



                  <div class="rating"></div>



                </div>



              </div>



            </li>



		   <?php endforeach; ?>



          </ul>



        </div>



      </div>