<?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>
<?php echo $__env->make('frontend.include.product', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('frontend.include.news', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</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(); ?>