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



<?php $__env->startSection('url'); ?> <?php echo e(url($cate_current->alias)); ?> <?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'); ?>



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



<?php if($cate_current->position == 3): ?>







<!-- subheader begin -->



<section id="subheader" data-speed="8" data-type="background"







style="background-image: url('wp-content/uploads/2015/07/subheader-11.jpg');"



>



<div class="container">



  <div class="row">



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



      <h1>Công Trình</h1>              



      <ul class="crumb"><li><a rel="v:url" property="v:title" href="<?php echo e(url()); ?>">Home</a></li> <b>/</b> <li class="active"><?php echo e($cate_current->title); ?></li></ul>                </div>



    </div>



  </div>



</section>



<!-- subheader close -->











<section class="wpb_row vc_row-fluid vc_custom_1446456309160"><div class="container"><div class="row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper "  >        



  <div class="container">



    <!-- portfolio filter begin -->



    <div class="row">



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



        <ul id="filters" class="wow fadeInUp" data-wow-delay="0s">



          <li><a href="#" data-filter="*" class="selected">All Designs</a></li>      



          <?php foreach($sub_cate_h3 as $cate): ?>              



          <li><a href="#" data-filter=".id_<?php echo e($cate->id); ?>"><?php echo e($cate->title); ?></a></li>



          <?php endforeach; ?>          



        </ul>



      </div>



    </div>



    <!-- portfolio filter close -->



  </div>







  <div id="gallery" class="row grid_gallery gallery de-gallery wow fadeInUp" data-wow-delay=".3s">  



    <?php foreach($sub_cate_h3 as $cate): ?>



    <?php foreach($list_project as $list): ?>



    <?php if(Helper::check_news_category($list->id,$cate->id) && $cate->id == $list->to_cate): ?>



    <!-- gallery item -->



    <div class="col-md-6 item id_<?php echo e($cate->id); ?>">



      <div class="picframe"> <a class="image-link" title="<?php echo e($list->title); ?>" href="<?php echo e(url($list->image)); ?>"> <span class="overlay"> <span class="pf_text"> </span> </span> </a> <img width="700" height="466" src="<?php echo e(url($list->image)); ?>" class="attachment-thumb-portfolio size-thumb-portfolio wp-post-image" alt="" /> </div>



      <div class="title_project"><?php echo e($list->title); ?></div>



    </div>



    <!-- close gallery item -->



    <?php endif; ?>



    <?php endforeach; ?>



    <?php endforeach; ?>



  </div>



</div>



</div>



</div>



</div>



</div>



</section>



  <!-- END CONTENT BLOG --> 







<?php else: ?>







<!-- subheader begin -->



<section id="subheader" data-speed="8" data-type="background" class="padding-top-bottom" 







style="background-image: url('wp-content/uploads/2015/07/subheader-4.jpg');"



>



<div class="container">



  <div class="row">



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



      <h1>Tin Tức</h1>



      <ul class="crumb">



        <li><a rel="v:url" property="v:title" href="<?php echo e(url()); ?>">Home</a></li>



        <b>/</b>



        <li class="active"><?php echo e($cate_current->title); ?></li>



      </ul>



    </div>



  </div>



</div>



</section>



<!-- subheader close --> 







<!-- content begin -->



<div id="content">



  <div class="container">



    <div class="row">



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



        <div class="row">



        <ul class="blog-list">  



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



          <div class="col-md-6">



          <li class= "wow fadeInUp">



            <div class="post-content">



              <div class="post-image"> <img width="500" height="267" style="margin:auto;max-height: 267px;width: auto;display: block;" src="<?php echo e(url($item->image)); ?>" class="attachment-full size-full wp-post-image" alt="<?php echo e($item->title); ?>" /> </div>



              <div class="date-box">



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



                <div class="month">Th<?php echo e(date('m',$item->time)); ?></div>



              </div>



              <div class="post-text">



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



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



              </div>



              <a href="<?php echo e(url($item->alias)); ?>" class="btn-more"> Đọc Thêm </a> </div>



            </li>



          



        </div>



          <?php endforeach; ?>       



          </ul>



          </div>



          <div class="pagination text-center ">



            <ul class="pagination">



              <?php echo str_replace('/?','?',$news->render()); ?>







            </ul>



          </div>



        </div>



      </div>



    </div>



  </div>



  <!-- content close --> 



  <?php endif; ?>



  <section class="vc_custom_1442204741977 wpb_row vc_row-fluid call-to-action bg-color text-center vc_custom_1442204699720 no-padding"><div class="row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper "  >     







    <a href="<?php echo e(url('lien-he')); ?>.html" class="btn btn-line-black btn-big ">Get Quotation</a>







  </div></div></div></div></section>



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



<?php echo $site_option->remarketing; ?>







  <?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(); ?>