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



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



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



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



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







<div class="wrapper">



  <div class="left">



    <div class="component">



      <div class="clr"></div>



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



        <div class="services">



          <div class="row-service">



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



              <div class="ribbon-title">



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



              </div>



              <p class="content-service"><?php echo e($cate_current->description); ?> </p>



             



           



          </div>



          <div class="img-service col-lg-6 col-md-6 col-sm-6"> <a href="<?php echo e(url($cate_current->alias)); ?>.html"><img src="<?php echo e(url($cate_current->image)); ?>"/></a> </div>



        </div>



      </div>



      <div class="clearfix"></div>



      <div class="row">







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



          <section class="content-category-dichvu">



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



            <div class="item-post-service col-md-6 col-lg-6 col-sm-6 col-xs-12">



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



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



            </div>



            <?php endforeach; ?>



          </section>



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



            <div class="right-info col-md-12 col-sm-12 col-xs-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>



          <div class="clearfix"></div>



          <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 str_replace('/?','?',$news->render()); ?> -->



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