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



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



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



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



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



<div class="page-heading bc-type-2">



  <div class="container">



    <div class="row">



      <div class="col-md-12 a-center">



        <h1 class="title"><span><?php echo e($news->title); ?></span></h1>



        <div class="breadcrumbs">



          <div id="breadcrumb"><a href="<?php echo e(url()); ?>">Home</a> <span class="delimeter">/</span> <a href="<?php echo e(url($cate_current->alias)); ?>"><?php echo e($cate_current->title); ?></a> <span class="delimeter">/</span> <span class="current"><?php echo e($news->title); ?></span></div>



          <a class="back-history" href="javascript: history.go(-1)">Return to Previous Page</a></div>



      </div>



    </div>



  </div>



</div>



<div class="container">



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



    <div class="row">



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



        <article class="blog-post post-single post-25680 post type-post status-publish format-standard has-post-thumbnail hentry category-blog tag-thu-tuc-visa-nhat-ban tag-visa-nhat-ban" id="post-25680" >



          <div class="wp-picture"> <img width="810" height="350" src="<?php echo e(url($news->image)); ?>" data-lazy-src="<?php echo e(url($news->image)); ?>" class="attachment-large size-large wp-post-image" alt="" />



            



            <div class="zoom">



              <div class="btn_group"> <a href="<?php echo e(url($news->image)); ?>" class="btn btn-black xmedium-btn" rel="pphoto"><span>View large</span></a></div>



              <i class="bg"></i></div>



          </div>



          <h6 class="active"><a href="<?php echo e(url($cate_current->alias)); ?>" rel="category tag"><?php echo e($cate_current->title); ?></a></h6>



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



          <div class="meta-post"> Posted on  <?php echo e(date('s:i:H d/m/Y', $news->time)); ?></div>



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



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







          </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($news->alias)); ?>&text=<?php echo e($news->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($news->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($news->alias)); ?>&amp;media=<?php echo e(url($news->image)); ?>&amp;description=<?php echo e($news->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($news->alias)); ?>&title=<?php echo e($news->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($news->title); ?>&amp;body=Check%20this%20out:%20<?php echo e(url($news->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"> <img width="100" height="100" src="<?php echo e(url(@$prev->thumb)); ?>" data-lazy-src="<?php echo e(url(@$prev->thumb)); ?>" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="<?php echo e(@$prev->title); ?>"/>



                



                <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->alias)); ?>" class="btn border-grey btn-xmedium project-nav">Next</a>



              <div class="hide-info"> <span class="price"><?php echo e(@$next->title); ?></span> <img width="100" height="100" src="<?php echo e(url(@$next->thumb)); ?>" data-lazy-src="<?php echo e(url(@$next->thumb)); ?>" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="<?php echo e(@$next->title); ?>" />



                



              </div>



            </div>



            <?php endif; ?>



          </div>



          <div class="related-posts">



            <div class="slider-container ">



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



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



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



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



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



                    <div class="post-news"><img data-src="<?php echo e(url($item->thumb)); ?>" class="post-slide-img owl-lazy">



                      <div class="zoom">



                        <div class="btn_group"><a href="<?php echo e(url($item->alias)); ?>" class="btn btn-black xmedium-btn"><span>More details</span></a></div>



                        <i class="bg"></i></div>



                    </div>



                    <div class="caption">



                      <h6 class="active"><a href="<?php echo e(url($cate_current->alias)); ?>" rel="category tag"><?php echo e($cate_current->title); ?></a></h6>



                      <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 e(Helper::getDescription($item->description,40)); ?></p>



                      



                    </div>



                  </div>



                 <?php endforeach; ?>



                </div>



              </div>



            </div>



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



            <script type="text/javascript">jQuery(".slider-3909 .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>



        </article>



      </div>



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



    </div>



  </div>



</div>



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



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