<!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">



	<!-- jQuery library -->



	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>



	<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">



	<link rel="stylesheet" type="text/css" href="<?php echo e(url()); ?>/public/project/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; ?>







		<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>



	<!-- Latest compiled JavaScript -->



	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>



	<script type="text/javascript">



		$(document).ready(function(){



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



				e.preventDefault();



				$('.mb_target').removeClass('mb_active');



				$(this).addClass('mb_active');



				target = $(this).attr('target');



				if(target != ""){



					$('.mb_items').hide();



					$('.mb_items').removeClass('mb_items_active');



					$(target).fadeIn(200);



				}



			})



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



				e.preventDefault();



				target = $(this).attr('target');



				$(target).fadeIn(200);



			})



			$('.full_close a').click(function(e){



				e.preventDefault();



				$('.tk_full_bg').fadeOut(200);



				$('.ti_full_bg').fadeOut(200);



				$('#dangky_bg').fadeOut(200);



			})



			$('.full_prev a').click(function(e){



				e.preventDefault();



				get_id = $(this).parent().parent().parent().attr('id');



				get_num = get_id.charAt(get_id.length-1);



				get_num--;



				if(get_num !=0){



					target = '#tk_full'+get_num;



					$('.tk_full_bg').hide();



					$(target).fadeIn(200);



				}



			})



			$('.full_next a').click(function(e){



				e.preventDefault();



				get_id = $(this).parent().parent().parent().attr('id');



				get_num = get_id.charAt(get_id.length-1);



				get_num++;



				if(get_num !=6){



					target = '#tk_full'+get_num;



					$('.tk_full_bg').hide();



					$(target).fadeIn(200);



				}



			})



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



				e.preventDefault();



				target = $(this).attr('target');



				$(target).fadeIn(200);



			})



			$('.full_prev_ti a').click(function(e){



				e.preventDefault();



				get_id = $(this).parent().parent().parent().attr('id');



				get_num = get_id.charAt(get_id.length-1);



				get_num--;



				if(get_num !=0){



					target = '#ti_full'+get_num;



					$('.ti_full_bg').hide();



					$(target).fadeIn(200);



				}



			})



			$('.full_next_ti a').click(function(e){



				e.preventDefault();



				get_id = $(this).parent().parent().parent().attr('id');



				get_num = get_id.charAt(get_id.length-1);



				get_num++;



				if(get_num !=7){



					target = '#ti_full'+get_num;



					$('.ti_full_bg').hide();



					$(target).fadeIn(200);



				}



			})



			//Scroll page với các thẻ a.



			$('#collapse a.menu-link').click(function(e){//tạo sự kiện cho các thẻ a nằm trong ID header



				e.preventDefault();



				var posClick = $(this).attr('href');//lấy giá trị trong thuộc tính href,gắn vào posClick. posClick sẽ có dạng #xxxxx



				var pos = $(posClick).position().top;//lấy khoảng cách từ id #xxxxx tới đầu trang gắn vào pos



				$("[href='"+posClick+"']").addClass("current");//thêm class current vào thẻ có href bằng giá trị trong posClick



				$('html, body').animate({



					scrollTop:pos+20//lăn tới vị trí cách đầu trang 1 khoảng pos + 20 so với đầu trang



				},1000);



			});



			//Scroll page với các thẻ a.



			$('#footer1 a.menu-link').click(function(e){//tạo sự kiện cho các thẻ a nằm trong ID header



				e.preventDefault();



				var posClick = $(this).attr('href');//lấy giá trị trong thuộc tính href,gắn vào posClick. posClick sẽ có dạng #xxxxx



				var pos = $(posClick).position().top;//lấy khoảng cách từ id #xxxxx tới đầu trang gắn vào pos



				$("[href='"+posClick+"']").addClass("current");//thêm class current vào thẻ có href bằng giá trị trong posClick



				$('html, body').animate({



					scrollTop:pos+20//lăn tới vị trí cách đầu trang 1 khoảng pos + 20 so với đầu trang



				},1000);



			});



			setTimeout(function(){



				$('#dangky_bg').fadeIn(200);



			},5000)



		})



	</script>



    



    <div class="modal fade" id="myModal" role="dialog">



    <div class="modal-dialog">



    



      <!-- Modal content-->



      <div class="modal-content">



        <div class="modal-header">



          <button type="button" class="close" data-dismiss="modal">&times;</button>



          <h4 class="modal-title">Vật liệu hoàn thiện</h4>



        </div>



        <div class="modal-body">



          <img src="http://duanhoangcauskyline.vn/danh-muc-vat-lieu.jpg">



        </div>



        



      </div>



      



    </div>



  </div>



  



 	 <div class="modal fade" id="myModal2" role="dialog">



    <div class="modal-dialog">



    



      <!-- Modal content-->



      <div class="modal-content">



        <div class="modal-header">



          <button type="button" class="close" data-dismiss="modal">&times;</button>



          <h4 class="modal-title">Tiến độ thi công</h4>



        </div>



        <div class="modal-body">



          <img src="http://duanhoangcauskyline.vn/tien-do-du-an.jpg">



        </div>



        



      </div>



      



    </div>



  </div>



    



</body>











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