<?php $__env->startSection('title'); ?> <?php echo $product->title_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('url'); ?> <?php echo e(url($product->alias)); ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('description'); ?> <?php echo $product->description_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('keywords'); ?> <?php echo $product->keyword_seo; ?> <?php $__env->stopSection(); ?>



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



<div class="page-heading bc-type-2">



  <div class="container">



    <div class="row">



      <div class="col-md-12 a-center">



        <h1 class="title"> <?php echo e($product->name); ?></h1>



        <nav class="woocommerce-breadcrumb"> <a href="<?php echo e(url()); ?>">Trang chủ</a> <span class="delimeter">/</span> <a href="<?php echo e(url($cate_current->alias)); ?>"><?php echo e($cate_current->name); ?></a><span class="delimeter">/</span> <?php echo e($product->name); ?> </nav>



        <a class="back-history" href="javascript: history.go(-1)">Return to Previous Page</a></div>



    </div>



  </div>



</div>



<?php if($cate_current->position =='hotel'): ?>



<div class="container content-page">



  <div class="page-content sidebar-position-no_sidebar sidebar-mobile-bottom">



    <div class="row">



      <div class="content col-md-12">



        <div class="vc_row wpb_row vc_row-fluid">



          <div class="wpb_column vc_column_container vc_col-sm-6">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div  class="wpb_single_image wpb_content_element vc_align_left  wpb_animate_when_almost_visible wpb_left-to-right left-to-right">



                  <figure class="wpb_wrapper vc_figure">



                    <div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="<?php echo e(url($product->image)); ?>"  width="540" height="360" alt="<?php echo e($product->name); ?>" title="<?php echo e($product->name); ?>" />



                      



                    </div>



                  </figure>



                </div>



              </div>



            </div>



          </div>



          <div class="wpb_column vc_column_container vc_col-sm-6">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                    <h1><?php echo e($product->name); ?></h1>



                    <div class="list list-arrow">



                      </p>



                      <ul>



                        <li><strong>Khu vực:</strong> <?php echo e($product->option_4); ?></li>



                        <li><strong>Đẳng cấp: </strong><?php 



									$icon = '<i class="fa fa-star " style="color:yellow; font-size:20pxpx; "></i>';



										for($star=1; $star <= $product->option_1; $star++){



												 echo $icon ;



											}



									 ?></li>



                        <li><strong>Số phòng:</strong> <?php echo e($product->code); ?></li>



                        <li><strong>Giá:</strong> 4,525,000đ</li>



                      </ul>



                      <p>



                    </div	>



                  </div>



                </div>



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper"> <a class="btn addcart" href="javascript:void(0)" data-id="<?php echo e($product->id); ?>"><span><i class="fa fa-check"></i>Đặt ngay</span></a></div>



                </div>



              </div>



            </div>



          </div>



        </div>



        <div class="vc_row wpb_row vc_row-fluid">



          <div class="wpb_column vc_column_container vc_col-sm-12">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                    <p style="text-align: center;">



                    <h2 class="title text-center"><span>Thông tin mô tả</span></h2>



                    </p>



                  </div>



                </div>



              </div>



            </div>



          </div>



        </div>



         <?php if($product->description): ?>



        <div class="et_section   color-scheme-  " style=""data-parallax-speed="0.05">



          <div class="container">



            <div class="wpb_column vc_column_container vc_col-sm-12">



              <div class="vc_column-inner ">



                <div class="wpb_wrapper">



                  <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                  <?php echo $product->description; ?>







                    </div>



                  </div>



                </div>



              </div>



            </div>



          </div>



        </div>



        <?php endif; ?>



         <?php if($product->content): ?>



        <div class="vc_row wpb_row vc_row-fluid">



          <div class="wpb_column vc_column_container vc_col-sm-12">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                    <p style="text-align: center;">



                    <h2 class="title text-center"><span>Chính sách khách sạn</span></h2>



                    </p>



                  </div>



                </div>



                <div class="vc_message_box vc_message_box-standard vc_message_box-rounded vc_color-alert-info" >



                  



                  	<?php echo $product->content; ?>







                  



                  <div>



                  </div>



                  



                </div>



              </div>



            </div>



          </div>



        </div>



         <?php endif; ?>



         <?php if($product->option_5): ?>



        <div class="vc_row wpb_row vc_row-fluid">



          <div class="wpb_column vc_column_container vc_col-sm-6">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div class="wpb_wrapper">



                    <p style="text-align: center;">



                    <h2 class="title text-center"><span>Thông tin hữu ích</span></h2>



                    </p>



                  </div>



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                  <?php echo $product->option_5; ?>







                  </div>



                </div>



              </div>



            </div>



          </div>



          </div>



          <?php endif; ?>



          <?php if($product->option_6): ?>



          <div class="wpb_column vc_column_container vc_col-sm-6">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                    <p style="text-align: center;">



                    <h2 class="title text-center"><span>Quy định đặt phòng</span></h2>



                    </p>



                  </div>



                </div>



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                  <?php echo $product->option_6; ?>







                  </div>



                </div>



              </div>



            </div>



          </div>



          <?php endif; ?>



        </div>



        <?php if(count($photo)): ?>



        <div class="vc_row wpb_row vc_row-fluid">



          <div class="wpb_column vc_column_container vc_col-sm-12">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div class="wpb_text_column wpb_content_element " >



                  <div class="wpb_wrapper">



                    <p style="text-align: center;">



                    <h2 class="title text-center"><span>Hình ảnh</span></h2>



                    </p>



                  </div>



                </div>



                <div class="wpb_gallery wpb_content_element   clearfix">



                  <div class="wpb_wrapper">



                    <div class="wpb_gallery_slides wpb_image_grid" data-interval="3">



                      <ul class="wpb_images_grid_ul">



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



                        <li class="gallery-item"><a rel="lightboxGall" href="<?php echo e(url($item->link)); ?>"><img width="96" height="96" src="<?php echo e(url($item->thumb)); ?>" class="attachment-thumbnail" alt="<?php echo e($product->name); ?>" /> 



                          </a></li>



               		  <?php endforeach; ?>



                      </ul>



                    </div>



                  </div>



                </div>



              </div>



            </div>



          </div>



        </div>



        <?php endif; ?>



        



        



        <div class="post-navigation"></div>



      </div>



    </div>



  </div>



</div>



<?php else: ?>



<div id="product-<?php echo e($product->id); ?>" class="container">



  <div class="page-content sidebar-position-right sidebar-mobile-bottom">



    <div id="product-<?php echo e($product->id); ?>" class="tabs-after_content single-product-default reviews-position-tabs ajax-cart-enable post-23676 product type-product status-publish has-post-thumbnail product_cat-du-lich-dai-loan product_tag-bao-visa product_tag-cao-hung product_tag-dai-bac product_tag-dai-loan product_tag-dai-trung first instock shipping-taxable purchasable product-type-simple">



      <div class="row">



        <div class="col-md-9 product-content">



          <div class="row">



            <div class="col-lg-6 col-md-6 col-sm-12 product-images">



            <?php if($product->new==1): ?>



              <div class="label-product ">



                <div class="type-label-1">



                  <div class="new">New</div>



                </div>



              </div>



             <?php endif; ?>



              <div class="images woocommerce-product-gallery woocommerce-product-gallery woocommerce-product-gallery--with-images woocommerce-product-gallery--columns-4 images" data-columns="4">



                <figure class="woocommerce-product-gallery__wrapper product-images-slider owl-carousel owl-theme main-images images-popups-gallery zoom-enabled">



                  <div> <a href="<?php echo e(url($product->image)); ?>" itemprop="image" class="product-main-image product-image" title="du lich dai loan - cao hung 3"><img width="600" height="450" src="<?php echo e(url($product->image)); ?>" data-lazy-src="<?php echo e(url($product->image)); ?>" class="attachment-shop_single size-shop_single wp-post-image" alt="<?php echo e($product->name); ?>" title="<?php echo e($product->name); ?>"/>



                    



                    </a> <a href="<?php echo e(url($product->image)); ?>" class="product-lightbox-btn" data-rel="gallery[product-gallery]">lightbox</a></div>



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



                  <div> <a href="<?php echo e(url($item->link)); ?>" itemprop="image" class="woocommerce-additional-image product-image" title="<?php echo e($product->name); ?>"><img class="owl-lazy" data-src="<?php echo e(url($item->link)); ?>" width="600" height="450" /></a> <a href="<?php echo e(url($item->link)); ?>" class="product-lightbox-btn" data-rel="gallery[product-gallery]">lightbox</a></div>



                  <?php endforeach; ?>



                </figure>



                <script type="text/javascript">jQuery(window).on('load',function(){



	            		jQuery('.main-images').owlCarousel({



					        items:1,



					        nav: true,



					        navText: ["",""],



					        lazyLoad: true,



					        rewindNav: false,



					        autoHeight:true,



					        responsive: {



					        	1600: {



					        		items: 1



					        	}



					        }



					    });



								jQuery('.main-images').on('changed.owl.carousel', function(e) {



							    var owlMain = jQuery(".main-images").data('owl.carousel');



					            var owlThumbs = jQuery(".product-thumbnails");



					            jQuery('.active-thumbnail').removeClass('active-thumbnail');



					            jQuery(".product-thumbnails").find('.owl-item').eq(e.item.index).find("a").addClass('active-thumbnail');



					           	jQuery(".product-thumbnails").trigger("to.owl.carousel", [e.item.index, 300, true]);



							}).on('load.owl.lazy', function(){



								jQuery(this).addClass('loading');



							}).on('loaded.owl.lazy', function(){



								jQuery(this).removeClass('loading');



							});



							            	});



			    									jQuery(document).ready(function () {



						if(jQuery(window).width() > 768){



															jQuery('.main-images').on('initialize.owl.carousel initialized.owl.carousel loaded.owl.lazy',function(){



				            		jQuery('.main-images .owl-item.active .product-image').swinxyzoom({mode:'window', controls: false, size: '100%', dock: { position: 'right' } }); // dock window slippy lens



				            	});



													}



						});



									jQuery('.main-images a').click(function(e){



					e.preventDefault();



				});</script>



                <?php if(count($photo)): ?>



                <div id="product-pager" class="product-thumbnails images-popups-gallery owl-carousel">



                <a href="<?php echo e(url($product->image)); ?>" title="du lich dai loan &#8211; cao hung 3" class="active-thumbnail" ><img width="96" height="96" src="<?php echo e(url($product->thumb)); ?>" data-lazy-src="<?php echo e(url($product->thumb)); ?>" class="attachment-thumbnail size-thumbnail wp-post-image" alt="<?php echo e($product->name); ?>" title="<?php echo e($product->name); ?>"/>



                  </a>



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



                <a href="<?php echo e(url($item->link)); ?>" class="first" title="<?php echo e($product->name); ?>" ><img data-src="<?php echo e(url($item->thumb)); ?>" class="owl-lazy attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="<?php echo e($product->name); ?>" height="96" width="96" /></a>



				<?php endforeach; ?>



                </div>



                <?php endif; ?>



                <script type="text/javascript">jQuery('.product-thumbnails').owlCarousel({



			        items : 3,



			        animateIn: 'fadeInRight',



			        animateOut: 'fadeInLeft',



			        nav: true,



			        lazyLoad: true,



			        navText: ["",""],



			        responsive: {



			        	0: {



			        		items: 2



			        	},



			        	479: {



			        		items: 2



			        	},



			        	619: {



			        		items: 3



			        	},



			        	768: {



			        		items: 3			        	},



			        	1200: {



			        		items: 3			        	},



			        	1600: {



			        		items: 3			        	}



			        }



			    });







			    jQuery('.product-thumbnails .owl-item').click(function(e) {



				    jQuery(".main-images").trigger("to.owl.carousel", [jQuery(this).index(), 300, true]);



				    jQuery('.active-thumbnail').removeClass('active-thumbnail');



				    jQuery(this).find('a').addClass('active-thumbnail');



			    });







			



		    jQuery('.product-thumbnails a').click(function(e) {



			    e.preventDefault();



		    });</script> </div>



            </div>



            <div class="col-lg-6 col-md-6 col-sm-12 product-information ajax-enabled">



              <div class="product-information-inner ">



                <div class="fixed-content">



                  <div class="product-navigation clearfix">



                    <h4 class="meta-title"><span>Product Description</span></h4>



                    <div class="product-arrows pull-right"></div>



                  </div>



                  <h1 itemprop="name" class="product_title entry-title hidden"><?php echo e($product->name); ?></h1>



                  <p class="price"><span class="woocommerce-Price-amount amount"><?php echo e(Helper::adddotstring($product->price)); ?>&nbsp;<span class="woocommerce-Price-currencySymbol">&#8363;</span></span></p>



                  <div itemprop="description" class="woocommerce-product-details__short-description short-description">



                    <div class="list list-star">



                      </p>



                      <ul>



                        <li><strong>Khởi hành:</strong> <?php echo e($product->option_3); ?></li>



                        <li><strong>Khách sạn:</strong> <?php echo e($product->option_1); ?> sao</li>



                        <li><strong>Hãng hàng không:</strong> <?php echo e($product->option_2); ?></li>



                        <li><strong>Mã tour:</strong> <?php echo e($product->code); ?></li>



                      </ul>



                      <p>



                    </div	>



                  </div>



                  



                    <button data-id="<?php echo e($product->id); ?>" class="addcart etheme-simple-product button alt">Thêm vào giỏ</button>



                  <div style="margin-top:20px;">



                  <a href="mailto:enteryour@addresshere.com?subject=Du%20l%E1%BB%8Bch%20%C4%90%C3%A0i%20Loan%205N4%C4%90%20bao%20visa%20kh%E1%BB%9Fi%20h%C3%A0nh%20t%E1%BB%AB%20HCM&amp;body=Check%20this%20out:%20http://golux.vn/tour/tour-nuoc-ngoai/du-lich-dai-loan/du-lich-dai-loan-5n4d-bao-visa-khoi-hanh-tu-hcm-2017/" target="_blank" class="email-link">Email to a friend</a>



                  </div>



                  <div class="product_meta"> 



                  <span class="posted_in">Danh mục: <a href="<?php echo e(url($cate_current->alias)); ?>" rel="tag"><?php echo e($cate_current->name); ?></a></span></div>



                  <ul class="menu-social-icons ">



                    <li> <a href="https://twitter.com/share?url=<?php echo e(url($product->alias)); ?>&text=<?php echo e($product->name); ?>" class="title-toolip" title="Twitter" target="_blank"> <i class="ico-twitter"></i>



                      <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                        <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                      </svg>



                      </a></li>



                    <li> <a href="http://www.facebook.com/sharer.php?u=<?php echo e(url($product->alias)); ?>" class="title-toolip" title="Facebook" target="_blank"> <i class="ico-facebook"></i>



                      <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                        <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                      </svg>



                      </a></li>



                    <li> <a href="http://pinterest.com/pin/create/button/?url=<?php echo e(url($product->alias)); ?>&amp;media=<?php echo e(url($product->image)); ?>&amp;description=<?php echo e($product->name); ?>" class="title-toolip" title="Pinterest" target="_blank"> <i class="ico-pinterest"></i>



                      <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                        <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                      </svg>



                      </a></li>



                    <li> <a href="http://plus.google.com/share?url=<?php echo e(url($product->alias)); ?>&title=<?php echo e($product->name); ?>" class="title-toolip" title="Google +" target="_blank"> <i class="ico-google-plus"></i>



                      <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                        <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                      </svg>



                      </a></li>



                    <li> <a href="mailto:enteryour@addresshere.com?subject=<?php echo e($product->name); ?>&amp;body=Check%20this%20out:%20<?php echo e(url($product->alias)); ?>" class="title-toolip" title="Mail to friend" target="_blank"> <i class="ico-envelope"></i>



                      <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">



                        <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>



                      </svg>



                      </a></li>



                  </ul>



                </div>



              </div>



            </div>



          </div>



          <div class="tabs tabs-default">



            <ul class="tabs-nav">



              <li> <a href="#tab_description" id="tab_description" class="tab-title opened">Mô tả</a></li>



              <li> <a href="#tab_7" id="tab_7" class="tab-title">Những điều cần lưu ý</a></li>



            </ul>



            <div class="tab-content tab-description" id="content_tab_description" style="display:block;">



              <div class="tab-content-inner">



               <?php echo $product->description; ?>







              </div>



            </div>



            <div id="content_tab_7" class="tab-content">



              <div class="tab-content-inner">



 				<?php echo $product->content; ?>







              </div>



            </div>



          </div>



        </div>



        <div class="col-md-3 single-product-sidebar sidebar-right">



          <div id="woocommerce_product_categories-3" class="sidebar-widget woocommerce widget_product_categories">



            <h4 class="widget-title"><span>Danh mục tour</span></h4>



            <ul class="product-categories">



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



            <?php if($item->position=='tour'): ?>



              <li class="cat-item cat-item-<?php echo e($item->id); ?> cat-parent <?php if(@$cate_current->alias == $item->alias || @$cate_root->alias == $item->alias): ?>opened <?php endif; ?> "><a href="<?php echo e(url($item->alias)); ?>" <?php if(@$cate_current->alias == $item->alias): ?>style="color:#f2c900" <?php endif; ?>><?php echo e($item->name); ?></a>



                <ul class='children' <?php if(@$cate_current->alias == $item->alias || @$cate_root->alias == $item->alias): ?>style="display:block" <?php endif; ?>> 



                <?php foreach($sub_cate as $sub): ?>



                <?php if($item->id == $sub->parent_id): ?>



                  <li class="cat-item cat-item-<?php echo e($item->id); ?>"><a href="<?php echo e(url($sub->alias)); ?>" <?php if(@$cate_current->alias == $sub->alias): ?>style="color:#f2c900" <?php endif; ?>><?php echo e($sub->name); ?></a></li>



                <?php endif; ?>



                <?php endforeach; ?>



                </ul>



              </li>



              <?php endif; ?>



            <?php endforeach; ?>   



            </ul>



          </div>



        </div>



      </div>



      <div class="product-extra-content">



        <div class="vc_row wpb_row vc_row-fluid vc_custom_1491192395159 vc_row-has-fill">



          <div class="wpb_column vc_column_container vc_col-sm-12">



            <div class="vc_column-inner ">



              <div class="wpb_wrapper">



                <div id="ult-carousel-20571495655ad94bbca8467" class="ult-carousel-wrapper   ult_horizontal" data-gutter="15" data-rtl="false" >



                  <div class="ult-carousel-13485448695ad94bbca840a " >



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



                    <div class="ult-item-wrap" data-animation="animated no-animation">



                      <div class="vc_row wpb_row vc_inner vc_row-fluid">



                        <div class="ult-item-wrap" data-animation="animated no-animation">



                          <div class="wpb_column vc_column_container vc_col-sm-12">



                            <div class="vc_column-inner ">



                              <div class="wpb_wrapper">



                                <div class="ult-item-wrap" data-animation="animated no-animation">



                                  <div  class="wpb_single_image wpb_content_element vc_align_left  wpb_animate_when_almost_visible wpb_appear appear vc_custom_1491015896107">



                                    <figure class="wpb_wrapper vc_figure"> <a href="<?php echo e(url($item->alias)); ?>" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="<?php echo e(url($item->thumb)); ?>" width="300" height="200" alt="<?php echo e($item->name); ?>" title="<?php echo e($item->name); ?>" /></a> </figure>



                                  </div>



                                </div>



                                <div class="ult-item-wrap" data-animation="animated no-animation">



                                  <div class="vc_empty_space"   style="height: 10px" ><span class="vc_empty_space_inner"></span></div>



                                </div>



                                <div class="ult-item-wrap" data-animation="animated no-animation">



                                  <div class="wpb_text_column wpb_content_element " >



                                    <div class="wpb_wrapper">



                                      <h5 style="text-align: left;"><strong><a href="<?php echo e(url($item->alias)); ?>"><?php echo e($item->name); ?></a></strong></h5>



                                      <p style="text-align: left;">



                                      <div class="ult-item-wrap" data-animation="animated no-animation">



                                        <div class="su-list su-list-style-">



                                          </p>



                                          <ul style="text-align: left;">



                                            <li><i class="fa fa-check" style="color:#00b53f"></i> <strong>Giá: <span style="color: #ff0000;"><?php echo e(Helper::adddotstring($item->price)); ?> VNĐ</span></strong></li>



                                            <li><i class="fa fa-check" style="color:#00b53f"></i> <strong>Khách sạn:</strong> <?php echo e($item->option_1); ?> sao</li>



                                            <li><i class="fa fa-check" style="color:#00b53f"></i> <strong>Hãng: </strong><?php echo e($item->option_2); ?></li>



                                            <li><i class="fa fa-check" style="color:#00b53f"></i> <strong>Khởi hành:</strong> <?php echo e($item->option_3); ?></li>



                                            <li><i class="fa fa-check" style="color:#00b53f"></i> <strong>Mã tour: </strong><?php echo e($item->code); ?></li>



                                          </ul>



                                          <p style="text-align: left;">



                                        </div>



                                      </div>



                                      </p>



                                    </div>



                                  </div>



                                </div>



                                <div class="ult-item-wrap" data-animation="animated no-animation">



                                  <style type="text/css">



.vc_btn3-style-gradient.vc_btn-gradient-btn-5ad94bbcae664:hover{color:#fff;background-color:#5472d2;border:none;background-position:100% 0}



</style>



                                  <style type="text/css">



.vc_btn3-style-gradient.vc_btn-gradient-btn-5ad94bbcae664{color:#fff;border:none;background-color:#00c1cf;background-image:-webkit-linear-gradient(left, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);background-image:linear-gradient(to right, #00c1cf 0%, #5472d2 50%,#00c1cf 100%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-size:200% 100%}



</style>



                                  <div class="vc_btn3-container vc_btn3-inline" > <a data-vc-gradient-1="#00c1cf" data-vc-gradient-2="#5472d2" class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-gradient vc_btn3-icon-left vc_btn-gradient-btn-5ad94bbcae664" href="<?php echo e(url($item->alias)); ?>" title=""><i class="vc_btn3-icon fa fa-eye"></i> Xem chi tiết</a></div>



                                </div>



                              </div>



                            </div>



                          </div>



                        </div>



                      </div>



                    </div>



     			  <?php endforeach; ?>



                  </div>



                </div>



                <script type="text/javascript">jQuery(document).ready(function($){



               		$('.ult-carousel-13485448695ad94bbca840a').slick({dots: true,autoplay: true,autoplaySpeed: 5000,speed: 300,infinite: true,arrows: true,nextArrow: '<button type="button" style="color:#333333; font-size:20px;" class="slick-next default"><i class="ultsl-arrow-right4"></i></button>',prevArrow: '<button type="button" style="color:#333333; font-size:20px;" class="slick-prev default"><i class="ultsl-arrow-left4"></i></button>',slidesToScroll:1,slidesToShow:4,swipe: true,draggable: true,touchMove: true,responsive: [



							{



							  breakpoint: 1025,



							  settings: {



								slidesToShow: 4,



								slidesToScroll: 1,  



							  }



							},



							{



							  breakpoint: 769,



							  settings: {



								slidesToShow: 3,



								slidesToScroll: 3



							  }



							},



							{



							  breakpoint: 481,



							  settings: {



								slidesToShow: 1,



								slidesToScroll: 1



							  }



							}



						],pauseOnHover: true,



						pauseOnDotsHover: true,customPaging: function(slider, i) {



                   return '<i type="button" style="color:#333333;" class="ultsl-record" data-role="none"></i>';



                },});



				});</script> </div>



            </div>



          </div>



        </div>



        <style type="text/css" data-type="vc_shortcodes-custom-css">



.vc_custom_1491192395159{border:1px



double #0e83cd !important;border-radius:10px !important}.vc_custom_1491015896107{margin-bottom:10px !important}



</style>



      </div>



      



    </div>



  </div>



</div>



<?php endif; ?>



<?php $__env->stopSection(); ?>



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