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



<?php $__env->startSection('url'); ?> <?php echo e(url($news->alias)); ?>.html <?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="content-category col-md-12 col-xs-12 col-sm-12 col-lg-12">



  <div class="left-content col-md-8 col-xs-12 col-sm-8 col-lg-8">



    <div class="breadcrumb col-md-12 col-xs-12 col-sm-12 col-lg-12">



      <p id="breadcrumbs"><span xmlns:v="http://rdf.data-vocabulary.org/#"><span typeof="v:Breadcrumb"><a href="<?php echo e(url()); ?>" rel="v:url" property="v:title">Home</a> » <span class="breadcrumb_last"><?php echo e($news->title); ?></span></span></span></p>



    </div>



    <section class="primary-content col-md-12 col-xs-12 col-sm-12 col-lg-12" itemprop="articleBody">



      <h1><?php echo e($news->title); ?></h1>



      <div class="first-content">



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







      </div>



    </section>



    <section class="info-company col-md-12 col-xs-12 col-sm-12 col-lg-12">



      <div class="right-info col-md-12 col-xs-12 col-sm-12 col-lg-12">



        <div class="descript">Hãy liên hệ với chúng tôi <b>NGAY HÔM NAY</b> để được tư vấn miễn phí về dịch vụ vệ sinh hiệu quả.</div>



        <p>FREE CALL : <?php echo e($site_option->hotline1); ?></p>



      </div>



    </section>



    <section class="related-news col-md-12 col-xs-12 col-sm-12 col-lg-12">



      <div class="related-item">



        <h3>Tin tức liên quan</h3>



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



        <div class="item col-md-4 col-xs-4 col-sm-4 col-lg-4"> <a href="<?php echo e(url($item->alias)); ?>.html"><img src="<?php echo e(url($item->thumb)); ?>" width="200" height="140" style="width:200px;height:140px;" /></a>



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



          <div class="descript"><?php echo e(Helper::getDescription($item->description,30)); ?></div>



        </div>



		<?php endforeach; ?>



      </div>



    </section>



    <section class="other-service">



      <h2>Dịch vụ</h2>



      <div class="list-service-other">



      	<div class="row">



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



              <div class="box-service col-md-6 col-lg-6 col-sm-6 col-xs-6">



                <div class="img-service"> <a href="<?php echo e(url($item->alias)); ?>.html"> <img src="<?php echo e(url($item->thumb)); ?>" class=" vc_box_border_grey attachment-full" width="100%" alt="<?php echo e($item->title); ?>"> </a>



                  <div class="title-service-other">



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



                  </div>



                </div>



              </div>



              <?php endforeach; ?>



          </div>



      </div>



    </section>



  </div>



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



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



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