<!DOCTYPE html>



<html>



<head>



	<meta charset="utf-8">



	<title><?php echo $__env->yieldContent('title'); ?></title>



	<meta name="keywords" content="<?php echo $__env->yieldContent('keywords'); ?>"/>



	<meta name="description" content="<?php echo $__env->yieldContent('description'); ?>"/>



	<meta property="og:url" content="<?php echo $__env->yieldContent('url'); ?>" />



	<meta property="og:title" content="<?php echo $__env->yieldContent('title'); ?>" />



	<meta property="og:type" content="website" />



	<meta property="og:description" content="<?php echo $__env->yieldContent('description'); ?>" />



	<meta property="og:image" content="" />



	<link rel="icon" href="<?php echo e(url($site_option->favicon)); ?>">



	<meta name="viewport" content="width=device-width, initial-scale=1">



	<!-- Latest compiled and minified CSS -->



	<link rel='stylesheet' id='contact-form-7-css'  href='<?php echo e(url('public/project')); ?>/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' />



  <link rel='stylesheet' id='spu-public-css-css'  href='<?php echo e(url('public/project')); ?>/wp-content/plugins/popups/public/assets/css/public.css' type='text/css' media='all' />



  <link rel='stylesheet' id='bootstrap-css'  href='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/inc/bootstrap/css/bootstrap.min.css' type='text/css' media='all' />



  <link rel='stylesheet' id='font-awesome-4.7.0-css'  href='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/inc/font-awesome-4.7.0/css/font-awesome.min.css' type='text/css' media='all' />



  <link rel='stylesheet' id='owl.carousel.min.css-css'  href='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/inc/OwlCarousel/assets/owl.carousel.min.css' type='text/css' media='all' />



  <link rel='stylesheet' id='owl.theme.default.min.css-css'  href='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/inc/OwlCarousel/assets/owl.theme.default.min.css' type='text/css' media='all' />



  <link rel='stylesheet' id='ws247-style-css'  href='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/style.css' type='text/css' media='all' />



  <link rel='stylesheet' id='home-custom-css'  href='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/inc/css/home-custom.css' type='text/css' media='all' />



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-includes/js/jquery/jquery.js'></script>



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-includes/js/jquery/jquery-migrate.min.js'></script>



</head>



<body class="home blog hfeed">



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



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



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



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







</body>



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script> 



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-content/plugins/popups/public/assets/js/min/public-min.js'></script> 



  <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script> 



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/libs/bootstrap/js/bootstrap.min.js'></script> 



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/libs/assets/owlcarousel/owl.carousel.js'></script> 



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-content/themes/ws247/inc/js/custom.js'></script> 



  <script type='text/javascript' src='<?php echo e(url('public/project')); ?>/wp-includes/js/wp-embed.min.js'></script> 



  <script type="text/javascript">



   $(document).ready(function(){



    var stickyTop = $("#sticky-wrapper").offset().top;



    jQuery(window).scroll(function(){



      if (jQuery(window).scrollTop() > stickyTop)



      {



        jQuery('.sticky-wrapper').addClass('header-sticky');



      }



      else



      {



        jQuery('.sticky-wrapper').removeClass('header-sticky');



      }



    });



  });



</script> 



<script>



  $('.icon-menu').click(function () {



    id_popup = $(this).attr('data');



    if ($(id_popup).is(':hidden') !== true) {



      $('.backdrop').show();



      $(id_popup).addClass('show-nav');



    } else {



      $('.backdrop').hide();



      $(id_popup).removeClass('show-nav');



    }



  });



  $('.backdrop').click(function (e) {



    $('.backdrop').hide();



    $('.menu-list').removeClass('show-nav');



  });



</script> 



<script>



  $('#slide-sp').owlCarousel({



    loop:true,



    margin:10,



    nav:true,



    autoplay:true,



    autoplayTimeout:2000,



    responsive:{



      0:{



        items:2



      },



      600:{



        items:3



      },



      1000:{



        items:4



      }



    }



  })



</script> 



<script>



  $('#slide-phankhu').owlCarousel({



    loop:true,



    margin:10,



    nav:true,



    autoplay:true,



    autoplayTimeout:2000,



    responsive:{



      0:{



        items:2



      },



      600:{



        items:3



      },



      1000:{



        items:4



      }



    }



  })



</script>



<script>



  var slideIndex = 1;



  showSlides(slideIndex);







  function plusSlides(n) {



    showSlides(slideIndex += n);



  }







  function currentSlide(n) {



    showSlides(slideIndex = n);



  }







  function showSlides(n) {



    var i;



    var slides = document.getElementsByClassName("mySlides");



    var dots = document.getElementsByClassName("demo");



    var captionText = document.getElementById("caption");



    if (n > slides.length) {slideIndex = 1}



      if (n < 1) {slideIndex = slides.length}



        for (i = 0; i < slides.length; i++) {



          slides[i].style.display = "none";



        }



        for (i = 0; i < dots.length; i++) {



          dots[i].className = dots[i].className.replace(" active", "");



        }



        slides[slideIndex-1].style.display = "block";



        dots[slideIndex-1].className += " active";



        captionText.innerHTML = dots[slideIndex-1].alt;



      }



    </script>



    <style>







    img {



      vertical-align: middle;



    }







    /* Position the image container (needed to position the left and right arrows) */



    .container {



      position: relative;



    }







    /* Hide the images by default */



    .mySlides {



      display: none;



    }



    .mySlides img {



      max-width: 100%



    }



    /* Add a pointer when hovering over the thumbnail images */



    .cursor {



      cursor: pointer;



    }







    /* Next & previous buttons */



    .prev,



    .next {



      cursor: pointer;



      position: absolute;



      top: 40%;



      width: auto;



      padding: 16px;



      margin-top: -50px;



      color: white;



      font-weight: bold;



      font-size: 20px;



      border-radius: 0 3px 3px 0;



      user-select: none;



      -webkit-user-select: none;



    }







    /* Position the "next button" to the right */



    .next {



      right: 0;



      border-radius: 3px 0 0 3px;



    }







    /* On hover, add a black background color with a little bit see-through */



    .prev:hover,



    .next:hover {



      background-color: rgba(0, 0, 0, 0.8);



    }







    /* Number text (1/3 etc) */



    .numbertext {



      color: #f2f2f2;



      font-size: 12px;



      padding: 8px 12px;



      position: absolute;



      top: 0;



    }







    /* Container for image text */



    .caption-container {



      text-align: center;



      background-color: #222;



      padding: 2px 16px;



      color: white;



    }







    .row:after {



      content: "";



      display: table;



      clear: both;



    }







    /* Six columns side by side */



    .column {



      float: left;



      width: 16.66%;



    }







    /* Add a transparency effect for thumnbail images */



    .demo {



      opacity: 0.6;



    }







    .active,



    .demo:hover {



      opacity: 1;



    }



  </style>



<div class="alert-success" style="position: fixed; bottom: 0; font-size: 24px; text-align: center; width: 100%; max-width: 100%;z-index: 999"><?php echo $__env->make('errors.note', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></div> 



</html>