 <!-- footer begin -->



  <footer  >



    <div class="container">



      <div class="row">



        <div class="col-md-4 col-sm-4">



          <div id="text-2" class="widget widget_text">



            <div class="textwidget"><img src="<?php echo e(url(@$f_news->image)); ?>" alt="<?php echo e(@$f_news->image); ?>" width="100px" style="display: block;margin:auto;"><br/>



             <?php echo e(Helper::getDescription(@$f_news->description,60)); ?></div>



          </div>



        </div>



        <!-- end col-lg-3 -->



        



        <div class="col-md-4 col-sm-4">



          <div id="recent-posts-4" class="widget widget_recent_entries">



            <h3>Bài Viết Mới</h3>



            <ul>



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



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



              <?php endforeach; ?>



            </ul>



          </div>



        </div>



        <!-- end col-lg-3 -->



        



        <div class="col-md-4 col-sm-4">



          <div id="text-3" class="widget widget_text">



            <h3>Contact Us</h3>



            <div class="textwidget">



              <address>



              342 Hạ Đình, Thanh Xuân, Hà Nội



              </address>



              <address>



              <strong><strong>Phone: </strong></strong><strong><?php echo e(@$site_option->hotline1); ?></strong><br />



              <strong><strong>Email: </strong></strong><a href="maito:<?php echo e(@$site_option->email); ?>"><strong><span><?php echo e(@$site_option->email); ?></span></strong></a><br />



              <strong>Web: <a href="<?php echo e(@$site_option->url); ?>"><?php echo e(@$site_option->url); ?></a></strong>



              </address>



            </div>



          </div>



        </div>



        <!-- end col-lg-3 --> 



        



      </div>



    </div>



    <div class="subfooter ">



      <div class="container">



        <div class="row">



          <div class="col-md-6"> © Copyright 2017 - <strong>DAT DesigN</strong><b> </b>Themes - DesigN by <a href="http://wonderads.vn" target="_blank">WonderAds</div>



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



            <div class="social-icons">



              <ul>



                <li><a target="_blank" href="<?php echo e(@$site_option->facebook); ?>"><i class="fa fa-facebook"></i></a></li>



                <li><a target="_blank" href="<?php echo e(@$site_option->twitter); ?>"><i class="fa fa-twitter"></i></a></li>



                <li><a target="_blank" href="<?php echo e(@$site_option->google); ?>"><i class="fa fa-google-plus"></i></a></li>



                <li><a target="_blank" href="<?php echo e(@$site_option->in); ?>"><i class="fa fa-instagram"></i></a></li>



              </ul>



            </div>



          </div>



        </div>



      </div>



    </div>



    <a id="back-to-top" href="#" class="show"></a> </footer>



</div>



<!-- #wrapper --> 



