<?php $__env->startSection('title'); ?> <?php echo $page->title_seo; ?> <?php $__env->stopSection(); ?>



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



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



<?php $__env->startSection('keywords'); ?> <?php echo $page->keyword_seo; ?> <?php $__env->stopSection(); ?>



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



<div class="container">



  <div class="page-content sidebar-position-no_sidebar">



    <div class="row">



      <div class="content col-md-12">



        <article class="blog-post post-single post-3318 post type-post status-publish format-standard hentry category-gioi-thieu" id="post-3318" >



          <h2 class="entry-title"><?php echo e($page->title); ?></h2>



          <div class="meta-post"><?php echo e(date('d/m/Y',$page->time)); ?></div>



          <div class="content-article entry-content">



            <div class="vc_row wpb_row vc_row-fluid">



              <div class="wpb_column vc_column_container vc_col-sm-12">



                <div class="vc_column-inner ">



                  <div class="wpb_wrapper">



                    <div class="wpb_text_column wpb_content_element " >



                    <div class="wpb_wapper">



                    	<?php echo $page->content; ?>







                    </div>



                    </div>







                  </div>



                </div>



              </div>



            </div>



          </div>



          <div class="share-post"> <span class="share-title">Share Post</span>



            <ul class="menu-social-icons ">



              <li> <a href="https://twitter.com/share?url=<?php echo e(url($page->alias)); ?>&text=<?php echo e($page->title); ?>" class="title-toolip" title="Twitter" target="_blank"> <i class="ico-twitter"></i>



                <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                  <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                </svg>



                </a></li>



              <li> <a href="http://www.facebook.com/sharer.php?u=<?php echo e(url($page->alias)); ?>" class="title-toolip" title="Facebook" target="_blank"> <i class="ico-facebook"></i>



                <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                  <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                </svg>



                </a></li>



              <li> <a href="http://pinterest.com/pin/create/button/?url=<?php echo e(url($page->alias)); ?>&amp;media=<?php echo e(url($page->image)); ?>&amp;description=<?php echo e($page->title); ?>" class="title-toolip" title="Pinterest" target="_blank"> <i class="ico-pinterest"></i>



                <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                  <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                </svg>



                </a></li>



              <li> <a href="http://plus.google.com/share?url=<?php echo e(url($page->alias)); ?>&title=" class="title-toolip" title="Google +" target="_blank"> <i class="ico-google-plus"></i>



                <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                  <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                </svg>



                </a></li>



              <li> <a href="mailto:enteryour@addresshere.com?subject=<?php echo e($page->title); ?>&amp;body=Check%20this%20out:%20<?php echo e(url($page->alias)); ?>" class="title-toolip" title="Mail to friend" target="_blank"> <i class="ico-envelope"></i>



                <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                  <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                </svg>



                </a></li>



            </ul>



          </div>



          <div class="project-navigation">



          <?php if(@$prev): ?>



            <div class="pull-left prev-project"> <a href="<?php echo e(url(@$prev->alias)); ?>" class="btn border-grey btn-xmedium project-nav">Previous</a>



              <div class="hide-info"> <span class="price"><?php echo e(@$prev->title); ?></span></div>



            </div>



          <?php endif; ?>



           <?php if(@$next): ?>



            <div class="pull-right next-project"> <a href="<?php echo e(url(@$next->url)); ?>" class="btn border-grey btn-xmedium project-nav">Next</a>



              <div class="hide-info"> <span class="price"><?php echo e(@$next->title); ?></span></div>



            </div>



           <?php endif; ?>



          </div>



          <?php if(count($aOthers)>1): ?>



          <div class="related-posts">



            <div class="slider-container ">



              <h3 class="title"><span>Related posts</span></h3>



              <div class="carousel-area posts-slider slider-7561">



                <div class="owl-carousel owl-theme recentCarousel slider">



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



                  <div class="slide-item thumbnails-x post-slide">



                    <div class="caption">



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



                      <div class="meta-post"> <?php echo e(date('d/m/Y',$item->time)); ?></div>



                      <p><?php echo Helper::getDescription($item->description,40); ?></p>



                      



                    </div>



                  </div>



                  <?php endforeach; ?>



                </div>



              </div>



            </div>



            <div class="clear"></div>



            <script type="text/javascript">jQuery(".slider-7561 .slider").owlCarousel({



                            items:4,



                            lazyLoad : true,



                            nav: true,



                            navText:["",""],



                            rewind: false,



                            responsive: {0:{items:1}, 479:{items:2}, 619:{items:2}, 768:{items:2},  1200:{items:3}, 1600:{items:3}}



                        });</script> </div>



          <?php endif; ?>



        </article>



      </div>



    </div>



  </div>



</div>



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



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