<?php $__env->startSection('title'); ?> <?php echo $site_option->name; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('site_name'); ?> <?php echo $site_option->name; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('url'); ?> <?php echo e(url()); ?>/ <?php $__env->stopSection(); ?>

<?php $__env->startSection('description'); ?> <?php echo $site_option->description_seo; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('keyword'); ?> <?php echo $site_option->keyword_seo; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('image'); ?> <?php echo url($site_option->logo); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>    

<section id="main">

<article class="content home_index">

<!-- <div class='popup-home'><a href='http://link.ehg.vn/travelerschoice2019' target='_blank'><img src='assets/UploadFile/Article/tc2019.jpg'/></a></div> -->

<section class="hero-carousel rs-carousel rs-carousel-horizontal"> <?php echo $__env->make('frontend.include.slide', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </section>

<section class="campaign fade-in"> <?php echo $__env->make('frontend.include.about', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </section>

<section class='moments off-color fade-in'>

<div class='columns-10 section-center'>

<header class='offer-header'>

  <h4>Featured Packages & Offers</h4>

  <a class='with-arrow upcase right' href='#'>View all Offer</a></header>

<div class='columns columns-10 first-row'>

<div class='columns columns-10 first-row'>

  <div class='columns-5 offer-box first-column first-row box-shadow'>

    <div class='promo-tile'><img src='assets/images/5.jpg' alt='La Siesta Hotel & Spa Promotions'></div>

    <div class='info column columns-third first-row'>

      <h3 class='reverse multiline'>La Siesta Hotel & Spa Promotions</h3>

      <div style='word-wrap: break-word;' class='richtext with-modal clipper'>

        <p style='margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; direction: ltr; unicode-bidi: embed; word-break: normal;'>La Spa Ma May has become one of the most recognized and trusted address for you to relax yourself and regain the energy. We are proud of ourselves to have another establishment in our newest property – Hanoi La Siesta hotel & Spa. </p>

      </div>

      <a href='' class='upcase with-arrow'>Read More</a></div>

  </div>

  <ul class='column columns-5 offer-list-box first-row columns'>

    <li class='column columns-half first-column first-row box-shadow promo-tile offer-image-0'><a href=''><img src='assets/images/8.jpg'></a>

      <div class='info'><a href=''>

        <h5 class='multiline reverse'>Getaway Specials Package</h5>

        </a><a href='' class='upcase with-arrow'>View Detail Offers</a></div>

    </li>

    <li class='column columns-half first-row box-shadow promo-tile offer-image-0'><a href=''><img src='assets/images/6.jpg'></a>

      <div class='info'><a href=''>

        <h5 class='multiline reverse'>Premium Package</h5>

        </a><a href='' class='upcase with-arrow'>View Detail Offers</a></div>

    </li>

    <li class='column columns-half first-column first-row box-shadow promo-tile offer-image-0'><a href='/special-offers/luxury-retreat-package.htm'><img src='assets/images/7.jpg'></a>

      <div class='info'><a href=''>

        <h5 class='multiline reverse'>Luxury Retreat package</h5>

        </a><a href='' class='upcase with-arrow'>View Detail Offers</a></div>

    </li>

    <li class='column columns-half first-row box-shadow promo-tile offer-image-0'><a href=''><img src='assets/images/9.jpg'></a>

      <div class='info'><a href=''>

        <h5 class='multiline reverse'>Indulgence Package</h5>

        </a><a href='' class='upcase with-arrow'>View Detail Offers</a></div>

    </li>

  </ul>

</div>

</section>

<section class='pencities fade-in'>

  <header class='columns-10 section-center'>

    <h2><span class="subhead">Moments</span> At The Hanoi Old Quarter </h2>

  </header>

  <div class='columns-10 section-center pencities-list'>

    <ul class='columns columns-10'>

      <li class='column columns-quarter first-column first-row promo-tile'><a href='' title='Hanoi Old Quarter'><img src='assets/images/10.jpg' alt='Hanoi Old Quarter' title='Hanoi Old Quarter'></a><a href=''>

        <h5 class='multiline reverse'>Hanoi Old Quarter</h5>

        </a><a href='' class='upcase with-arrow'>View Detail</a></li>

      <li class='column columns-quarter first-row promo-tile'><a href='' title='Museum & History'><img src='assets/UploadFile/Topic/Museum-History.jpg' alt='Museum & History' title='Museum & History'></a><a href=''>

        <h5 class='multiline reverse'>Museum & History</h5>

        </a><a href='' class='upcase with-arrow'>View Detail</a></li>

      <li class='column columns-quarter first-row promo-tile'><a href='' title='Hanoi Culinary'><img src='assets/UploadFile/Topic/Hanoi-Culinary.jpg' alt='Hanoi Culinary' title='Hanoi Culinary'></a><a href=''>

        <h5 class='multiline reverse'>Hanoi Culinary</h5>

        </a><a href='' class='upcase with-arrow'>View Detail</a></li>

      <li class='column columns-quarter first-row promo-tile'><a href='' title='Hanoi Culture'><img src='assets/UploadFile/Topic/Hanoi-Culture.jpg' alt='Hanoi Culture' title='Hanoi Culture'></a><a href=''>

        <h5 class='multiline reverse'>Hanoi Culture</h5>

        </a><a href='' class='upcase with-arrow'>View Detail</a></li>

    </ul>

  </div>

</section>

</article>

<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 $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>