<?php $__env->startSection('title'); ?> <?php echo $product->title_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('url'); ?> <?php echo e(url($product->alias)); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('description'); ?> <?php echo $product->description_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('keywords'); ?> <?php echo $product->keyword_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('site_name'); ?> <?php echo $product->name; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('image'); ?> <?php echo url($product->image); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<?php 
@$price = $product->price;
@$sale = $product->price_sale;
@$per = round((($price - $sale) / $price  ) *100);
@$pPrice = Helper::adddotstring($price - $sale);
@$ePrice = Helper::adddotstring($price);
@$eSale = Helper::adddotstring($sale);
?>
<section id="main">
  <div class="rooms-detail">
    <header data-animatedtop="" data-animatedbottom="" data-animatedx="" class="partial-banner" data-timeweather="<?php echo e($cate_current->alias); ?>">
            <img src='<?php echo e($cate_current->background); ?>' class='background'>
		<style>
			.background{
				width: 1903px;
    height: 979.51px;
    left: 0px;
    top: -289.755px;
    opacity: 0.6;
			}
		.fixed-left-sidebar-layout .content>section {

    margin: 30px 0 40px;
   
}
		</style>
        </header>
    <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 active'><a href='/rooms-rates.htm' title='Rooms & Suites'>Rooms & Suites</a>
            <div class='sublink-container'>
              <ul class='sublink-set'>
                <li class='sublink'><a href='/rooms-rates/superior-double-or-twin.htm' title='Superior Double or Twin'>Superior Double or Twin</a></li>
                <li class='sublink active'><a href='/rooms-rates/deluxe-double-or-twin.htm' title='Deluxe Double or Twin'>Deluxe Double or Twin</a></li>
                <li class='sublink'><a href='/rooms-rates/deluxe-triple.htm' title='Deluxe Triple'>Deluxe Triple</a></li>
                <li class='sublink'><a href='/rooms-rates/connecting-room.htm' title='Connecting Room'>Connecting Room</a></li>
                <li class='sublink'><a href='/rooms-rates/junior-suite.htm' title='Junior Suite'>Junior Suite</a></li>
                <li class='sublink'><a href='/rooms-rates/club-junior-suite.htm' title='Club Junior Suite'>Club Junior Suite</a></li>
                <li class='sublink'><a href='/rooms-rates/family-suite.htm' title='Family Suite'>Family Suite</a></li>
                <li class='sublink'><a href='/rooms-rates/la-siesta-suite.htm' title='La Siesta Suite'>La Siesta Suite</a></li>
                <li class='sublink'><a href='/rooms-rates/duplex-suite.htm' title='Duplex Suite'>Duplex Suite</a></li>
                <li class='sublink'><a href='/rooms-rates/club-duplex-suite.htm' title='Club Duplex Suite'>Club Duplex Suite</a></li>
                <li class='sublink'><a href='/rooms-rates/club-duplex-premier.htm' title='Club Duplex Premier'>Club Duplex Premier</a></li>
              </ul>
            </div>
          </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 style="padding-top: 30px;">
         
<!--
            <ul class="pagination">
              <li><a href='/rooms-rates/superior-double-or-twin.htm' class='upcase with-back-arrow'>Previous</a></li>
              <li><a href='/rooms-rates/deluxe-triple.htm' title='Deluxe Triple' class='upcase with-arrow'>Next</a></li>
            </ul>
-->
            <div class="partial-share"> <span class="share-title">Share</span>
              <ul class="item-set">
                <li class="item email"> <a href="mailto:<?php echo e($site_option->email); ?>" title="Email"></a> </li>
                <li class="item facebook"> <a href="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo e($product->alias); ?>','','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=<?php echo e($product->alias); ?>','','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=<?php echo e($product->alias); ?>&amp;media=&amp;description=<?php echo e($product->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"><?php echo e($site_option->company); ?></span> <?php echo e($product->name); ?> </h1>
        </header>
        <section class="room-features bleed-right" style="margin-bottom:0 !important; padding: 0!important">
          <div class="partial-carousel with-min-height">
            <div style="visibility: visible;" aria-disabled="false" class="full-view large-arrows with-caption rs-carousel rs-carousel-horizontal">
              <div class="rs-carousel-mask">
                <ul class='rs-carousel-runner'>
				<?php foreach($photo as $item): ?>
                  <li class='rs-carousel-item'>
                    <div class='image-holder show-hotspots'><img src='<?php echo e($item->link); ?>' alt="<?php echo e($item->title); ?>"></div>
                    <div class='caption'><?php echo e($item->title); ?></div>
                  </li>
                <?php endforeach; ?>
                </ul>
              </div>
            </div>
            <div class="carousel-block"></div>
          </div>
        </section>
        <section class="room-info" style="margin-top:0 !important;">
          <div class='columns columns-9'>
            <p class='richtext'><?php echo $product->description; ?></p>
          </div>
          <div class="columns columns-9">
            <form class="column columns-3 first-column first-row dates" action="/booking-on-request.htm" method="get" style="position: relative;" autocomplete="off">
              <input name='room' value='deluxe-double-or-twin' type='hidden'>
              <input class="mdp-input" placeholder="DD/MM/YYYY" name="checkIn" style="position: absolute; top: 0; right: 0; width: 0; height: 0; visibility: hidden;" data-date-format="MMMM YYYY" type="text">
              <input class="mdp-input" placeholder="DD/MM/YYYY" name="checkOut" style="position: absolute; top: 0; right: 0; width: 0; height: 0; visibility: hidden;" type="text">
              <div class="date arrival empty"> <span class="label">Check In</span> <span class="select">Select A Date</span> <span class="month"></span> <span class="day"></span> </div>
              <div class="date departure empty"> <span class="label">Check Out</span> <span class="select">Select A Date</span> <span class="month"></span> <span class="day"></span> </div>
              <div class="rates"> Price from: US$105++ per night </div>
              <label class="error">Please select a date.</label>
              <button class="button-medium">Check Availability</button>
            </form>
            <div class="column columns-6 first-row info">
              <dl>
                <dt>BEDS</dt>
                <dd>One Queen bed or Two Twin beds</dd>
                <dt>MAX OCCUPANCY</dt>
                <dd>2 Adults + 01 Child under 4</dd>
                <dt>EXTRA BED</dt>
                <dd>Crib available upon request</dd>
                <dt>SMOKING</dt>
                <dd>No</dd>
                <dt>SIZE</dt>
                <dd>23 &ndash; 25 m2 (248 &ndash; 270 sq. ft.)</dd>
                <dt>BATHROOM</dt>
                <dd>Standing Shower or Bathtub</dd>
              </dl>
            </div>
          </div>
        </section>
        <section class="room-features tabs-section">
          <h2> <span class="subhead">Room</span> Features </h2>
          <div class="ctg-tabbed-section">
            <ul class="ctg-tabs-link-set">
              <li class="ctg-tabs-link ctg-tabs-link-active" data-room="superior room" data-tab-name="general"><a class="ctg-tabs-link-a" href="#tabs-0">General</a></li>
              <li class="ctg-tabs-link floor-plan" data-room="superior room" data-tab-name="floor plan"><a class="ctg-tabs-link-a" href="#tabs-1">Services & Amenities</a></li>
              <li class="ctg-tabs-link" data-room="superior room" data-tab-name="additional information"><a class="ctg-tabs-link-a" href="#tabs-2">Room Conditions</a></li>
            </ul>
            <div class="ctg-tabs-panel ctg-tabs-panel-active" id="tabs-0">
              <dl>
                <dt><strong><span style="color: #938953;">BEDS</span></strong></dt>
                <dd>One Queen bed or Two Twin beds</dd>
                <dt><span style="color: #938953;"><strong>MAX OCCUPANCY</strong></span></dt>
                <dd>2 Adults + 01 Child under 4</dd>
                <dt><strong><span style="color: #938953;">EXTRA BED</span></strong></dt>
                <dd>Crib available upon request</dd>
                <dt><strong><span style="color: #938953;">SMOKING</span></strong></dt>
                <dd>No</dd>
                <dt><strong><span style="color: #938953;">SIZE</span></strong></dt>
                <dd>23 &ndash; 25 m2 (248 &ndash; 270 sq. ft.)</dd>
                <dt><strong><span style="color: #938953;">BATHROOM</span></strong></dt>
                <dd>Standing Shower or Bathtub</dd>
              </dl>
              <ul class="columns columns-9">
              </ul>
            </div>
            <div class="ctg-tabs-panel" id="tabs-1">
              <ul class="columns columns-9">
                <li class="column columns-half first-column first-row richtext">
                  <ul>
                    <li>FREE Wireless internet access</li>
                    <li>Welcome drinks &amp; refresh towels</li>
                    <li>Welcome complimentary fruit platter</li>
                    <li>Orientation map</li>
                    <li>Daily complimentary buffet breakfast</li>
                    <li>Daily complimentary bottled water</li>
                    <li>Twice-daily housekeeping service </li>
                    <li>Wooden floor</li>
                    <li>Dual split-type Air-conditioning</li>
                    <li>32&rsquo;&rsquo; flat screen TV with cable program</li>
                    <li>IDD telephone</li>
                    <li>Electronic safe deposit box</li>
                    <li>Refrigerator &amp; Minibar</li>
                  </ul>
                </li>
                <li class="column columns-half first-row richtext">
                  <ul>
                    <li>Writing desk &amp; reading lamp</li>
                    <li>Tea bags &amp; coffee making facilities</li>
                    <li>Coffee table &amp; Armchair</li>
                    <li>Alarm clock</li>
                    <li>Bathroom with standing shower or Bathtub</li>
                    <li>Weighing scale</li>
                    <li>Hair-dryer &amp; Bathroom Amenities</li>
                    <li>Shaver outlet (220 volts)</li>
                    <li>Security peephole</li>
                    <li>Electronic Key Card System</li>
                    <li>Electrical adaptor</li>
                    <li>24-hour power back-up</li>
                  </ul>
                </li>
              </ul>
            </div>
            <div class="ctg-tabs-panel" id="tabs-2">
              <ul class="columns columns-9">
                <li class="column columns-half first-column first-row richtext">
                  <h3><span style="color: #938953;">Payment Policy:</span></h3>
                  <ul>
                    <li>No fee is applied for payment made by any card type (applicable from 1 Jan.2014).</li>
                    <li>All Promotional rates are exclusive of 10% tax and 5% service charges.</li>
                  </ul>
                  <h3><span style="color: #938953;">Check-in/out Policy:</span></h3>
                  <ul>
                    <li>Check in: from 14:00;</li>
                    <li>Check out: no later than 12:00;</li>
                    <li>Early check-in: subject to room availability.</li>
                  </ul>
                  <h3><span style="color: #938953;">Late check-out policy:</span></h3>
                  <ul>
                    <li>Late check-out is subject to room availability</li>
                    <li>12:00 to 17:00 check-out: 50% room rate surcharge</li>
                    <li>After 17:00 check-out: 100% room rate surcharge</li>
                  </ul>
                  <h3><span style="color: #938953;">Guarantee Policy:</span></h3>
                  <ul>
                    <li>A valid credit card will be required upon booking;</li>
                    <li>For credit card reservations, the same card(s) must be presented upon check in at the respective hotels;</li>
                    <li>Management reserves the right to cancel any reservations
                      without notice if weare notified of any fraud or illegal ctivities
                      associated with the full payments received.</li>
                  </ul>
                </li>
                <li class="column columns-half first-row richtext">
                  <h3><span style="color: #938953;">Early arrivals and late departures:</span></h3>
                  <ul>
                    <li>- If your arrival is early in the day and you would like
                      immediate access to your room, we recommend reserving for the prior
                      night. Similarly, for late departures, reserving an additional night
                      will guarantee access until you leave the hotel</li>
                  </ul>
                  <h3><span style="color: #938953;">Children Policy:</span></h3>
                  <ul>
                    <li>Child under 4-year old: free of charge.</li>
                    <li>Child from 4-year old to under 11-year old: surcharge $10/person/room/night&nbsp;sharing bed with parents OR $20/person/room/night for extra bed.</li>
                    <li>Child from 11-year old is considered adults and must be included in the total number of adults when making reservation.</li>
                  </ul>
                  <h3><span style="color: #938953;">Cancellation/Amendment Policy:</span></h3>
                  <p>This policy defines how to handle cancellations:</p>
                  <ul>
                    <li>If cancellation/amendment is made 72 hours prior to your arrival date, no fee will be charged.</li>
                    <li>If cancellation/amendment is made within 72 hours, including
                      reservations made within 72 hours of your arrival, 1st night&rsquo;s room
                      rate and tax will be charged</li>
                    <li>In case of no-show, 100% room rate and tax will be charged.</li>
                    <li>Early Bird/Long Stay/Last Min/Package Rates are Non - changeable &amp; Non &ndash; refundable</li>
                  </ul>
                </li>
              </ul>
            </div>
          </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 $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>