<?php $__env->startSection('title'); ?> <?php echo $cate_current->title_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('site_name'); ?> <?php echo $cate_current->title; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('url'); ?> <?php echo e(url($cate_current->alias)); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('description'); ?> <?php echo $cate_current->description_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('keywords'); ?> <?php echo $cate_current->keyword_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('image'); ?> <?php echo url($cate_current->image); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<style>	
	.fixed-left-sidebar-layout .content>header {
    padding-top: 30px;
   
}
</style>
<section id="main" class="news-category">
  <div class="rooms-detail">
    <header data-animatedtop="" data-animatedbottom="" data-animatedx="" class="partial-banner " data-timeweather="/weather.htm"> <img src='<?php echo e(@$bannerRowNews->link); ?>' class='background'> </header>
	  <style>
			.background{
				width: 1903px;
    height: 979.51px;
    left: 0px;
    top: -289.755px;
    opacity: 0.6;
			}
		</style>
    <div class="fixed-left-sidebar-layout site-width">
<!--
      <nav class="partial-left_navigation sidebar">
        <ul style='top: 75px; left: 103.5px; position: fixed;' class='link-set'>
          <li class='link'><a href='/gallery.htm' title='Photo Gallery'>Photo Gallery</a></li>
          <li class='link'><a href='/about-us.htm' title='About Us'>About Us</a></li>
          <li class='link'><a href='/rooms-rates.htm' title='Rooms & Suites'>Rooms & Suites</a></li>
          <li class='link'><a href='/hotel-services.htm' title='Services'>Services</a></li>
          <li class='link'><a href='https://ehgtravel.com/' title='Tours'>Tours</a></li>
          <li class='link'><a href='/hanoi-discovery.htm' title='Hanoi discovery'>Hanoi discovery</a></li>
        </ul>
      </nav>
-->
      <article style="min-height: 793px;" class="content">
        <header>
          <div class="partial-share"> <span class="share-title">Share</span>
            <ul class="item-set">
              <li class="item email"> <a href="mailto:info@hanoilasiestahotel.com" title="Email"></a> </li>
              <li class="item facebook"> <a href="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=http://hanoilasiestahotel.com/special-offers.htm','','width=626,height=436,resizable=yes,scrollbars=yes');void(0);" title="Facebook"></a> </li>
              <li class="item twitter"> <a href="javascript:window.open('http://twitter.com/intent/tweet?text=text&amp;url=http://hanoilasiestahotel.com/special-offers.htm','','width=767,height=438,resizable=yes,scrollbars=yes');void(0);" title="Twitter"></a> </li>
              <li class="item pinterest"> <a href="javascript:window.open('http://pinterest.com/pin/create/button/?url=http://hanoilasiestahotel.com/special-offers.htm&amp;media=&amp;description=','','width=767,height=334,resizable=yes,scrollbars=yes');void(0);" title="Pinterest"></a> </li>
            </ul>
          </div>
          <h1 class="content-title multiline"> <span class="subhead">Hanoi La Siesta Hotel</span> Special Offers </h1>
        </header>

        <section>
          <ul class='columns columns-12'>
			  <?php $i=0 ?>
			 <?php foreach($news as $item): ?>
			  <?php $i++ ?>
            <li class='column columns-3 box-shadow promo-tile <?php if($i%4 == 1 || $i==1): ?>first-column <?php endif; ?>'><a href='<?php echo e($item->alias); ?>'><img src='<?php echo e($item->thumb); ?>'></a>
              <div class='info'><a href='<?php echo e($item->alias); ?>'>
                <h5 class='multiline reverse'><?php echo e($item->title); ?></h5>
                </a>
                <p><?php echo Helper::getDescription($item->description,20); ?></p>
                <a class='upcase with-arrow' href='<?php echo e($item->alias); ?>'>Learn More</a></div>
            </li>
            <?php endforeach; ?>
          </ul>
			<div class="pagination">
			<?php echo str_replace('/?','?',$news->render()); ?>

			</div>
        </section>
      </article>
    </div>
  </div>
  <div style="position: fixed; display: none;" class="back-to-top"> <span class="icon"></span> <a href="#" class="upcase">BACK TO TOP</a> </div>
</section>

<?php $__env->stopSection(); ?> 

<!--<?php echo str_replace('/?','?',$news->render()); ?>-->
<?php echo $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>