<!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, maximum-scale=1"/>



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



  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">







  <!-- jQuery first, then Popper.js, then Bootstrap JS --> 



  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> 



  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> 



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



  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 



  <script src="<?php echo e(url('public/frontend')); ?>/js/owl.carousel.js"></script> 



  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">



  <script type="text/javascript" src="https://use.fontawesome.com/f301db3853.js"></script>



  <link rel="stylesheet" href="<?php echo e(url('public/frontend')); ?>/css/owl.carousel.min.css">



  <link rel="stylesheet" href="<?php echo e(url('public/frontend')); ?>/css/style.css">



</head>



<body>



	<?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



<div id="fb-root"></div>



<script>(function(d, s, id) {



  var js, fjs = d.getElementsByTagName(s)[0];



  if (d.getElementById(id)) return;



  js = d.createElement(s); js.id = id;



  js.src = 'https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v2.12&appId=1779789982236979&autoLogAppEvents=1';



  fjs.parentNode.insertBefore(js, fjs);



}(document, 'script', 'facebook-jssdk'));</script>



<script>



  function openTab(evt, tabName) {



    var i, tabcontent, tablinks;



    tabcontent = document.getElementsByClassName("tabcontent");



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



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



    }



    tablinks = document.getElementsByClassName("tablinks");



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



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



    }



    document.getElementById(tabName).style.display = "block";



    evt.currentTarget.className += " active";



  }



// Get the element with id="defaultOpen" and click on it



document.getElementById("defaultOpen").click();



</script>



<div class="alert-success cart_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>