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




<!-- begin container_body -->




<div class='container mt-3'>




<div class='row'>




<!-- end container_body -->









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




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




<div class="col-lg-775 col-md-9 col-sm-9">




  <div class="row"><!-- end left_content --><!-- begin mid_content -->




    <div class="root_content qts_content_home">




      <h2 class="title_home"><a href="javascript:void(0)"><?php echo e($cate_current->title); ?></a></h2>




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




      <ul class="list_page_news">




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




        <li>




          <div class="row">




            <div class="col-md-3 col-sm-3 col-xs-3 col-480-12">




              <div class="img-news-page"> <a href="<?php echo e(url($item->alias)); ?>" title="<?php echo e($item->title); ?>" class="h_57"><img class="w_100" src="<?php echo e(url($item->thumb)); ?>" alt="<?php echo e($item->title); ?>"/></a> </div>




            </div>




            <div class="col-md-9 col-sm-9 col-xs-9 col-480-12">




              <div class="dcs-new-page">




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




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




                <div class="view-news-page"> <span class="date-time pull-left"><?php echo e(date('d',$item->time)); ?> Tháng <?php echo e(date('m',$item->time)); ?>, <?php echo e(date('y',$item->time)); ?></span> <a href="<?php echo e(url($item->alias)); ?>" title="" class="btn btn-view-page pull-right">Xem thêm <i class="fa fa-angle-double-right" aria-hidden="true"></i></a> </div>




              </div>




            </div>




          </div>




        </li>




      <?php endforeach; ?>




      </ul>




    </div>




    <!-- end mid_content --><!-- begin right_content --></div>




   <div class="pagination"><?php echo str_replace('/?','?',$news->render()); ?></div>




</div>




<!-- end right_content -->




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




<style type="text/css">




    .list_page_news .bg-page-news{




    background:#f4f4f4;




}









.list_page_news  li{




    list-style: none;




}




.list_page_news .name-new-page{




    margin-bottom: 10px;




}




.list_page_news .name-new-page a{




    color: #f49624;




    font-size: 14px;




    text-transform: uppercase;




}




.list_page_news .name-new-page a:hover{




   text-decoration: underline;




}




.list_page_news .img-news-page img{




    border: 3px solid #75b306;




}




.list_page_news .dcs-new-page{




    text-align: justify;




    font-size: 14px;




    color:#1e1e1e;




}




.list_page_news .view-news-page{




    margin-top: 35px;




}




.list_page_news .date-time{




    font-size: 12px;




    font-family: arial;




    color: #8c8d8b;




    margin-top: 10px;




}




.list_page_news .btn-view-page{




    color:#75b306;




    font-size: 14px;




    padding: 3px 12px;




}




.list_page_news .btn-view-page:hover{




    color:#75b306;




    text-decoration: underline;




}




.list_page_news li{




    padding: 10px 0px;




    border-bottom: 1px dashed #888;




}




.list-main-page li:first-child{




    padding-top:0px ;




}









.list_page_news .pagination .active a{




    background:#75b306;




}




.list_page_news .pagination li a{




    margin: 0px 1px;




    border-radius:0px!important;




}




/*end news page ----->*/









.list_page_news .name-detail{




    text-align: center;




    font-size: 25px;




    font-family:UVNHongHaHep;




    text-transform: uppercase;




    color: #75b306;




    padding-bottom: 5px;




    border-bottom: 1px solid #cecece;




    margin-bottom: 15px;




}




.list_page_news .content img{




    border: 5px solid #75b306;




}




.list_page_news .bl-fb img{




    border: transparent;




}




</style>




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