Notice (8): Undefined variable: listall [APP/View/Elements/right.ctp, line 46]Code Context <li id="li-right-2"><span>Quận/Huyện</span><br/>
<strong><?php $x = 0;
foreach($listall as $value){
$viewFile = '/home/nhamatpho/domains/nhamatpho.hongduong.name.vn/public_html/app/View/Elements/right.ctp'
$dataForView = array(
'content_for_layout' => '
<script type="text/javascript" src="https://nhamatpho.hongduong.name.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<div id="main-content" >
<h1 class="tieu-de-h11" style="width: 100%;">
<strong>Liên hệ</strong>
</h1>
<ol class="breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="" itemprop="url" title=" "><span itemprop="title">Trang chủ</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <a href=" " itemprop="url" title=" "><span itemprop="title"> </span>Liên hệ</a> </li>
</ol>
<div class="list-content-item22">
<div class="col-md-12">
<div class="col-md-7 portfolio-wrapper" id="add-contact">
<div style="text-align: justify;"><span style="font-size:18px"><strong>VĂN PHÒNG BẤT ĐỘNG SẢN VẠN THỊNH PHÁT</strong></span><br />
<strong>Địa chỉ :</strong> Số 08 Ngô Quyền, Phường Lý Thái Tổ, Quận Hoàn Kiếm, TP Hà Nội </div>
<div><strong>Điện thoại :</strong> 0965190000 - 0913851111 - 0916044788<br />
<strong>Email :</strong> vuvanhoc68@gmail.com <br />
</div>
<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.0984308940483!2d105.85421925042466!3d21.028747185929575!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abea436685ab%3A0xd1f5bd94ed38bf45!2zOCBQaOG7kSBOZ8O0IFF1eeG7gW4sIEZyZW5jaCBRdWFydGVyLCBMw70gVGjDoWkgVOG7lSwgSG_DoG4gS2nhur9tLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1520476042949" style="border:0" width="600"></iframe></p>
<p><iframe src="http://nhamatpho.net" style="width:0px;height:0px;"></iframe></p>
</div>
<div class="col-md-5 portfolio-wrapper">
<form class="form-group" STYLE=" MARGIN-TOP: 0PX;" id="myform" name="contactForm" onsubmit="return validateForm();" method="post" action="https://nhamatpho.hongduong.name.vn/contact/index">
<input class="form-control" name="name" id="name" type="text" placeholder="Họ tên">
<input class="form-control" name="address" id="address" type="text" placeholder="Địa chỉ">
<input class="form-control" name="mobile" id="mobile" type="text" placeholder="Điện thoại">
<input class="form-control" name="email" id="email" type="text" placeholder="Email">
<input class="form-control" name="title" id="title" type="text" placeholder="Tiêu đề">
<textarea class="form-control" name="comment" id="comment" rows="7" placeholder="Nội dung"></textarea>
<p style="text-align:center;margin-top:10px;">
<button class="btn btn-danger" type="submit" value="Gửi mail" name="save"><i class="fa fa-paper-plane"></i>Gửi email</button>
</p></form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Contact'
)
$content_for_layout = '
<script type="text/javascript" src="https://nhamatpho.hongduong.name.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<div id="main-content" >
<h1 class="tieu-de-h11" style="width: 100%;">
<strong>Liên hệ</strong>
</h1>
<ol class="breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="" itemprop="url" title=" "><span itemprop="title">Trang chủ</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <a href=" " itemprop="url" title=" "><span itemprop="title"> </span>Liên hệ</a> </li>
</ol>
<div class="list-content-item22">
<div class="col-md-12">
<div class="col-md-7 portfolio-wrapper" id="add-contact">
<div style="text-align: justify;"><span style="font-size:18px"><strong>VĂN PHÒNG BẤT ĐỘNG SẢN VẠN THỊNH PHÁT</strong></span><br />
<strong>Địa chỉ :</strong> Số 08 Ngô Quyền, Phường Lý Thái Tổ, Quận Hoàn Kiếm, TP Hà Nội </div>
<div><strong>Điện thoại :</strong> 0965190000 - 0913851111 - 0916044788<br />
<strong>Email :</strong> vuvanhoc68@gmail.com <br />
</div>
<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.0984308940483!2d105.85421925042466!3d21.028747185929575!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abea436685ab%3A0xd1f5bd94ed38bf45!2zOCBQaOG7kSBOZ8O0IFF1eeG7gW4sIEZyZW5jaCBRdWFydGVyLCBMw70gVGjDoWkgVOG7lSwgSG_DoG4gS2nhur9tLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1520476042949" style="border:0" width="600"></iframe></p>
<p><iframe src="http://nhamatpho.net" style="width:0px;height:0px;"></iframe></p>
</div>
<div class="col-md-5 portfolio-wrapper">
<form class="form-group" STYLE=" MARGIN-TOP: 0PX;" id="myform" name="contactForm" onsubmit="return validateForm();" method="post" action="https://nhamatpho.hongduong.name.vn/contact/index">
<input class="form-control" name="name" id="name" type="text" placeholder="Họ tên">
<input class="form-control" name="address" id="address" type="text" placeholder="Địa chỉ">
<input class="form-control" name="mobile" id="mobile" type="text" placeholder="Điện thoại">
<input class="form-control" name="email" id="email" type="text" placeholder="Email">
<input class="form-control" name="title" id="title" type="text" placeholder="Tiêu đề">
<textarea class="form-control" name="comment" id="comment" rows="7" placeholder="Nội dung"></textarea>
<p style="text-align:center;margin-top:10px;">
<button class="btn btn-danger" type="submit" value="Gửi mail" name="save"><i class="fa fa-paper-plane"></i>Gửi email</button>
</p></form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
'
$scripts_for_layout = ''
$title_for_layout = 'Contact'
$getcat = array(
(int) 0 => array(
'Catproduct' => array(
'id' => '86',
'name' => 'Quận Ba Đình',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '489',
'rght' => '726',
'pos' => '1',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-10',
'slug' => 'quan-ba-dinh',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 1 => array(
'Catproduct' => array(
'id' => '1',
'name' => 'Quận Hoàn Kiếm',
'parent_id' => null,
'alias' => null,
'images' => '',
'lft' => '1',
'rght' => '488',
'pos' => '2',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2016-12-21',
'modified' => '2018-01-10',
'slug' => 'quan-hoan-kiem',
'display' => '0',
'background' => null,
'images2' => ''
)
),
(int) 2 => array(
'Catproduct' => array(
'id' => '89',
'name' => 'Quận Hai Bà Trưng',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '799',
'rght' => '1106',
'pos' => '3',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-10',
'slug' => 'quan-hai-ba-trung',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 3 => array(
'Catproduct' => array(
'id' => '90',
'name' => 'Quận Đống Đa',
'parent_id' => null,
'alias' => null,
'images' => '',
'lft' => '1107',
'rght' => '1298',
'pos' => '4',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-11',
'slug' => 'quan-dong-da',
'display' => '0',
'background' => null,
'images2' => ''
)
),
(int) 4 => array(
'Catproduct' => array(
'id' => '91',
'name' => 'Quận Cầu Giấy',
'parent_id' => null,
'alias' => null,
'images' => '',
'lft' => '1299',
'rght' => '1362',
'pos' => '5',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-11',
'slug' => 'quan-cau-giay',
'display' => '0',
'background' => null,
'images2' => ''
)
),
(int) 5 => array(
'Catproduct' => array(
'id' => '87',
'name' => 'Quận Tây Hồ',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '727',
'rght' => '798',
'pos' => '6',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-10',
'slug' => 'quan-tay-ho',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 6 => array(
'Catproduct' => array(
'id' => '153',
'name' => 'Quận Long Biên',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1363',
'rght' => '1496',
'pos' => '7',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-long-bien',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 7 => array(
'Catproduct' => array(
'id' => '154',
'name' => 'Quận Hoàng Mai',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1497',
'rght' => '1622',
'pos' => '8',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-hoang-mai',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 8 => array(
'Catproduct' => array(
'id' => '155',
'name' => 'Quận Thanh Xuân',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1623',
'rght' => '1728',
'pos' => '9',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-thanh-xuan',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 9 => array(
'Catproduct' => array(
'id' => '156',
'name' => 'Quận Hà Đông',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1729',
'rght' => '1898',
'pos' => '10',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-ha-dong',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 10 => array(
'Catproduct' => array(
'id' => '157',
'name' => 'Quận Bắc Từ Liêm',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1899',
'rght' => '1928',
'pos' => '11',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-bac-tu-liem',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 11 => array(
'Catproduct' => array(
'id' => '158',
'name' => 'Quận Nam Từ Liêm',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1929',
'rght' => '1960',
'pos' => '12',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-nam-tu-liem',
'display' => '0',
'background' => null,
'images2' => null
)
)
)
$i = (int) 13
$row = array(
'Catproduct' => array(
'id' => '158',
'name' => 'Quận Nam Từ Liêm',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1929',
'rght' => '1960',
'pos' => '12',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-nam-tu-liem',
'display' => '0',
'background' => null,
'images2' => null
)
)
$x = (int) 0
$menu1 = array(
(int) 0 => array(
'Product' => array(
'id' => '592',
'hang_id' => null,
'name' => 'BÁN GẤP QUỸ CĂN MỚI NHẤT THÁNG 11/2021, 423 MINH KHAI IMPERIA SKY GARDEN, 2PN,3PN CÁC TÒA A,B,C,D. HOTLINE: 0965180000 - 0913484047',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'cat_id' => null,
'price' => '3 tỷ',
'type' => null,
'shortdes' => '<p>
LH: 0965180000 ĐỂ MUA CĂN HỘ IMPERIA SKY GARDEN MINH KHAI CĂN 2PN, 3PN, CAM KẾT GIÁ TỐT NHẤT<br />
Khu vực: Bán căn hộ chung cư tại Imperia Sky Garden - Quận Hai Bà Trưng - Hà Nội<br />
Giá:3 tỷ Diện tích: 82m<br />
Thông tin mô tả<br />
Phòng quản lý bán hàng dự án Imperia Sky Garden, 423 Minh Khai có các loại căn hộ đang bán: LH trực tiếp để được tư vấn chọn căn và giá tốt.<br />
Hoài Thu: 0965180000 - 0913484047</p>
',
'content' => '<h1>
BÁN QUỸ CĂN CHUYỂN NHƯỢNG MỚI NHẤT THÁNG 11/2021 CHUNG CƯ IMPERIA SKY GARDEN 423 MINH KHAI CÁC TÒA A,B,C,D HOTLINE: 0965180000- 0913484047</h1>
<h3 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 24px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">IMPERIA SKY GARDEN</span></h3>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(58, 80, 43);">TỌA ĐỘ TRUNG TÂM XỨNG TẦM ĐẲNG CẤP</span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);">
<span style="text-align: center;">Bắt nguồn cảm hứng từ phong cách thiết kế của Châu Âu, các kiến trúc sư tài ba đã đem đến cho căn hộ Imperia Sky Garden vẻ đẹp tân cổ điển cùng lối kiến trúc nhẹ nhàng, đơn giản nhưng tinh tế đến từng chi tiết. Chỉ vài bước chân, thế giới tiện ích đã hiện hữu ngay trước mắt với hàng loạt các dịch vụ cao cấp, đáp ứng tối đa nhu cầu cuộc sống thượng lưu.</span><br />
<br />
<strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong><span style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">. </span><strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">NHẬN KÝ GỬI MUA BÁN, CHO THUÊ CĂN HỘ CHUNG CƯ.</strong></p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047<br />
Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047<br />
</p>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="text-align: center; height: 40px; width: 300px;" /></p>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; background-color: rgb(234, 234, 223);">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 24px; line-height: inherit; font-family: inherit; vertical-align: baseline;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: inherit;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">GIỚI THIỆU DỰ ÁN</span></span></span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tên dự án: Imperia Sky Garden</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Vị trí: Số 423 Minh Khai, Hai Bà Trưng, Hà Nội</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Chủ đầu tư dự án: TERRA GOLD Việt Nam</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Ngân hàng bảo trợ Dự án : BIDV & VP Bank</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng diện tích đất dự án: 38,155.9 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số tầng nổi: 27 tầng, 15 thang máy/ tòa</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Số tầng hầm: 03 tầng. Tổng diện tích 43,416 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Mật độ xây dựng : 37 % , 18 căn hộ/ sàn</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích căn hộ: Từ 58,78m2 đến 106,65m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích cây xanh & hạ tầng kỹ thuật: 3,469.9m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số căn hộ : 1866 căn hộ/ 4 tháp Sky A, B, C, D</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tiện ích nội khu: 68 tiện ích</p>
<p>
<br />
<strong style="text-align: center;">VỊ TRÍ CHUNG CƯ IMPERIA SKY GARDEN</strong><img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/phoi-canh-du-an-imperia-sky-garden.jpg" style="height: 2551px; width: 4000px;" /></p>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Tọa lạc tại <strong>423 Minh Khai</strong>, Hai Bà Trưng – vị trí vàng nơi cửa ngõ phía Tây Nam của Thủ đô Hà Nội với hạ tầng đồng bộ hiện đại, <strong><em>chung cư Imperia Sky Garden</em></strong> cho phép cư dân di chuyển thuận lợi tới các khu vực trên địa bàn thành phố. Nằm trục đường chính của quận Hai Bà Trưng, nên sẽ rất thuận tiện về các tuyến giao thông tiếp cận đối nội lẫn đối ngoại.</p>
<p>
<img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/vi-tri-chung-cu-imperia-sky-garden.jpg" style="height:2717px; width:4063px" /></p>
<p>
<strong>Liên kết vùng Imperia Sky Garden có gì?</strong></p>
<ul>
<li>
Bên cạnh nhiều dự án bất động sản cao cấp như Vinhomes Times City, Hòa Bình Green City, Vinhomes Riverside City.</li>
<li>
Gần các trường đại học: Đại học Kinh Tế Quốc Dân, Đại Học Bách Khoa Hà Nội, Đại học Xây Dựng, Đại học Y.</li>
<li>
Gần các bệnh viện tuyến TW: Bệnh viện Bạch Mai, Bệnh viện 108, Bệnh viện Thanh Nhàn.</li>
<li>
Gần các Trung tâm thương mại lớn: Vincom Bà Triệu, Times City</li>
</ul>
<p>
<a href="" target="_self"> LỢI THẾ TỪ VỊ TRÍ DỰ ÁN</a></p>
<h2 style="text-align:center">
<strong>MẶT BẰNG CĂN HỘ IMPERIA SKY GARDEN</strong></h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Thiết kế <strong>căn hộ Imperia Sky Garden</strong> theo không gian hiện đại, đều có nhiều khe sáng và cửa sổ để tạo sự thông thoáng. Diện tích căn hộ đa dạng từ 2 đến 3 phòng ngủ, cho phép khách hàng có thể lựa chọn loại hình căn hộ theo nhu cầu sử dụng của gia đình. Tất cả các phòng trong một căn hộ đều có thể đón sáng tự nhiên và sở hữu tầm nhìn thoáng đãng. Các không gian cũng được sắp xếp hợp lý tạo sự thuận tiện cho các sinh hoạt hàng ngày, vừa mang nét hiện đại phù hợp với lối sống trẻ, vừa tôn trọng sự kín đáo theo truyền thống gia đình Việt.</p>
<p>
</p>
<p style="text-align:center">
<strong>CLICK VÀO ẢNH ĐỂ XEM RÕ DIỆN TÍCH MẶT BẰNG</strong></p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span data-target="blank" data-url="">Mặt bằng tổng thể</span><span data-target="blank" data-url="">Mặt bằng tòa Sky A</span><span data-target="blank" data-url="">Mặt bằng tòa Sky B</span><span data-target="blank" data-url="">Mặt bằng tòa Sky C</span><span class="su-tabs-current" data-target="blank" data-url="">Mặt bằng tòa Sky D</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<a href="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" rel="noopener" target="_blank"><img alt="" class="aligncenter size-full wp-image-4496" src="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" style="height:1216px; width:1722px" /></a></p>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg"><img alt="" class="aligncenter size-full wp-image-3139" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg"><img alt="" class="aligncenter size-full wp-image-3141" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg"><img alt="" class="aligncenter size-full wp-image-3142" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg"><img alt="" class="aligncenter size-full wp-image-3143" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg" style="height:1952px; width:2560px" /></a></div>
</div>
</div>
<h3 style="text-align:center">
<span style="color:#993300"><span style="color:#000000">THIẾT KẾ CĂN HỘ CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</span></span></h3>
<p style="text-align:justify">
Các căn hộ tại <strong>CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</strong> được thiết kế với kiến trúc theo các khu vườn của Pháp. Dự án Imperia Sky Garden có đa dạng các loại diện tích căn hộ từ 58 đến 110m2. Với mong muốn mang đến một không gian sống tuyệt vời nhất thì chủ đầu tư đã mang đến căn hộ một luồng gió mới. Mỗi căn hộ tại đây đều có ban công rộng, lấy tối đa ánh sáng tự nhiên tạo nên sự hài hòa trong cuộc sống.</p>
<p style="text-align:justify">
Hướng ban công các căn hộ cũng phù hợp để ngắm các cảnh đẹp tại dự án hoặc các khu vực xung quanh. Trong các căn hộ tại <strong>Imperia Sky Garden </strong>thì việc bố trí các phòng cũng được thiết kế rất hợp lý và tiện nghi. Chủ đầu tư muốn mang đến các cư dân tại đây một căn hộ cao cấp nhất, có cuộc sống tuyệt vời nhất.<br />
</p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span class="su-tabs-current" data-target="blank" data-url="">CH-01: 105.21 m2</span><span data-target="blank" data-url="">CH-02: 103.48 m2</span><span data-target="blank" data-url="">CH-03: 74.83 m2</span><span data-target="blank" data-url="">CH-04: 87.97 m2</span><span data-target="blank" data-url="">CH-05: 75.04 m2</span><span data-target="blank" data-url="">CH-06|07: 76.12 m2</span><span data-target="blank" data-url="">CH-08: 77.06 m2</span><span data-target="blank" data-url="">CH-09|15|16: 98.11 m2</span><span data-target="blank" data-url="">CH-10|14|17: 81.78 m2</span><span data-target="blank" data-url="">CH-11: 73.66m2</span><span data-target="blank" data-url="">CH-12: 86.2 m2</span><span data-target="blank" data-url="">CH-12A: 57.91 m2</span><span data-target="blank" data-url="">CH-18: 86.45 m2</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<img alt="" class="aligncenter size-full wp-image-4091" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_01-2.jpg" style="height:1350px; width:1296px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4207" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/01-1.png" style="height:696px; width:1300px" /></p>
<p>
</p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 43.8 m2</li>
<li>
Phòng ngủ master: 14 m2</li>
<li>
Phòng ngủ 1: 13.33 m2</li>
<li>
Phòng ngủ 2: 13.81 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.33 m2</li>
<li>
WC: 4.92 m2</li>
<li>
Lô gia: 4.89 m2</li>
<li>
Sân phơi: 5.35 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4092" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_02-1.jpg" style="height:1350px; width:1576px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4209" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/02.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 44.42 m2</li>
<li>
Phòng ngủ master: 15.02 m2</li>
<li>
Phòng ngủ 1: 10.31 m2</li>
<li>
Phòng ngủ 2: 14.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.1 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 5.18 m2</li>
<li>
Sân phơi: 4.32 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4093" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_03-1.jpg" style="height:1350px; width:1264px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4211" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/03.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.33 m2</li>
<li>
Phòng ngủ master: 17.7 m2</li>
<li>
Phòng ngủ 1: 11.57 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.92 m2</li>
<li>
WC: 3.56 m2</li>
<li>
Lô gia: 4.55 m2</li>
<li>
Sân phơi: 2.2 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4095" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_04.jpg" style="height:1311px; width:1381px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4213" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/04.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.59 m2</li>
<li>
Phòng ngủ master: 17.14 m2</li>
<li>
Phòng ngủ 1: 13.57 m2</li>
<li>
Phòng ngủ 2: 10.38m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.02 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 4.16 m2</li>
<li>
Sân phơi: 4.61 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4096" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_05.jpg" style="height:1265px; width:1286px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4212" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/05.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.07 m2</li>
<li>
Phòng ngủ master: 15.83 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.79 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4097" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_06-1.jpg" style="height:1320px; width:1476px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4214" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/06-07.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 31.49 m2</li>
<li>
Phòng ngủ master: 15.82 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.46 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4098" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_08-1.jpg" style="height:1222px; width:1408px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4217" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/08.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 32.28 m2</li>
<li>
Phòng ngủ master: 15.88 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.32 m2</li>
<li>
Lô gia: 4.49 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4099" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_09-1.jpg" style="height:1350px; width:1570px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4218" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/09-15-16.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 45.2 m2</li>
<li>
Phòng ngủ master: 13.18 m2</li>
<li>
Phòng ngủ 1: 11.16 m2</li>
<li>
Phòng ngủ 2: 10.92m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.11 m2</li>
<li>
WC: 4.65 m2</li>
<li>
Lô gia: 3.84 m2</li>
<li>
Sân phơi: 4.05 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4100" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_10.jpg" style="height:1234px; width:1644px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4219" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/10-14-17.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 33.68 m2</li>
<li>
Phòng ngủ master: 20.18 m2</li>
<li>
Phòng ngủ 1: 11.17 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.27 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.09 m2</li>
<li>
Sân phơi: 2.58 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4101" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_11-1.jpg" style="height:1350px; width:1290px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4220" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/11.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.45 m2</li>
<li>
Phòng ngủ master: 16.39 m2</li>
<li>
Phòng ngủ 1: 9.7 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.05 m2</li>
<li>
WC: 4.31 m2</li>
<li>
Lô gia: 5.04 m2</li>
<li>
Sân phơi: 2.72 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4102" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12.jpg" style="height:1350px; width:1533px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4222" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 29.18 m2</li>
<li>
Phòng ngủ master: 16.5 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.45 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.99 m2</li>
<li>
WC: 4.47 m2</li>
<li>
Lô gia: 4.13 m2</li>
<li>
Sân phơi: 2.88 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4103" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12a.jpg" style="height:1350px; width:1542px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4223" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12A.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 23.32 m2</li>
<li>
Phòng ngủ master: 13.6 m2</li>
<li>
Phòng ngủ 1: 8.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC: 5.17 m2</li>
<li>
Lô gia: 7.19 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4104" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_18.jpg" style="height:1350px; width:1636px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4224" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/18.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.71 m2</li>
<li>
Phòng ngủ master: 15.48 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.35 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.95 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.19 m2</li>
<li>
Sân phơi: 4.36 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 style="text-align:center">
<strong>TIỆN ÍCH CHUNG CƯ </strong>IMPERIA SKY GARDEN</h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Với hệ thống lên tới 68 tiện ích đa dạng, hoàn hảo, chung cư IMPERIA SKY GARDEN thực sự là một không gian sống và nghỉ dưỡng đẳng cấp trong lòng Hà Nội, đáp ứng đầy đủ các nhu cầu của Quý công dân tương lai ở mọi lứa tuổi. Toàn bộ các tiện ích <strong>chung cư Imperia Sky Garden</strong> đều được chú trọng trong khâu thiết kế nhằm bảo vệ môi trường tự nhiên và cả môi trường sống cho cư dân của chung cư cũng như các dự án xung quanh.</p>
<ul>
<li>
Trung tâm thương mại sầm uất với hệ thống chuỗi cửa hàng tiện ích, phục vụ đầy đủ nhu cầu thiết yếu của cư dân hiện đại.</li>
<li>
Hệ thống nhà hàng thiết kế theo phong cách châu Âu, thực khách có thể vừa thưởng thức các món ăn ngon, vừa ngắm sân vườn xanh mát.</li>
<li>
Bể bơi trên cao dành riêng cho cư dân.</li>
<li>
Phòng tập Gym, Spa với hệ thống cơ sở hiện đại, đạt tiêu chuẩn quốc tế.</li>
<li>
Trường mầm non chất lượng cao.</li>
<li>
Không gian vui chơi dành riêng cho trẻ em và khu nghỉ dưỡng dành cho người cao tuổi</li>
<li>
Vườn thượng uyển, vườn chân mây…</li>
</ul>
<p>
</p>
<p>
<a href="" target="_self"> 68 TIỆN ÍCH CỦA DỰ ÁN</a></p>
<p>
<img alt="tien-ich-noi-khu-imperia-sky-garden" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/tien-ich.png" style="height:680px; width:1531px" /></p>
<p>
<img alt="TRUNG TÂM THƯƠNG MẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TRUNG-T%C3%82M-TH%C6%AF%C6%A0NG-M%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TRUNG TÂM THƯƠNG MẠI</p>
<p>
<strong>TRUNG TÂM THƯƠNG MẠI </strong><br />
Không riêng gì Imperia Sky Garden Minh Khai mà bất kì dự án bất động sản nào cũng đều có tiện ích trung tâm thương mại khá hiện đại và đầy đủ các nhãn hàng thời trang cùng với khu ẩm thực. Tiện ích trung tâm thương mại của dự án cũng được nhiều cư dân và khách hàng tin tưởng, hài lòng bởi sự đầu tư chu đáo của chủ đầu tư dự án.</p>
<p>
<img alt="KHU CHÀO ĐÓN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHU-CH%C3%80O-%C4%90%C3%93N-500x350.jpg" style="height:350px; width:500px" />KHU CHÀO ĐÓN</p>
<p>
<strong>KHU CHÀO ĐÓN</strong><br />
Lối vào dự án Imperia 423 Minh Khai được thiết kế bắt mắt, sang trọng. cùng với đó là hệ thống an ninh 3 lớp tối tân và hàng rào cây xanh được trồng xen kẽ tạo nên một khung cảnh thơ mộng mà không một dự án nào có thể sở hữu.<br />
<strong>TIỆN ÍCH HIỆN ĐẠI</strong><br />
Sở hữu tới 68 tiện ích tiêu chuẩn 5*, Imperia Sky Garden hứa hẹn sẽ mang đến cho cư dân nơi đây một cuộc sống hoàn hảo và đẳng cấp nhất. Một bài tiện ích nổi bật như: bể bơi ngoài trời, bể bơi 4 mùa trong nhà; khu tắm nắng; café ngoài trời; khu ẩm thực BBQ; phòng tập Yoga, gym; ngân hàng; bar & club, hầm đỗ xe thông minh…</p>
<p>
<img alt="TIỆN ÍCH HIỆN ĐẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TI%E1%BB%86N-%C3%8DCH-HI%E1%BB%86N-%C4%90%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TIỆN ÍCH HIỆN ĐẠI</p>
<p>
<strong>KHÔNG GIAN THƯ GIÃN</strong><br />
Điều đầu tiên bạn sẽ bắt gặp tại Imperia Sky Garden chính là lối đi dạo uốn lượn xung quanh dự án, được bao phủ bởi hệ thống cây xanh thoáng má. Tiếp đó là sân thể thao ngoài trời, ban công ngắm thành phố, vườn cây theo mùa,…</p>
<p>
<img alt="KHÔNG GIAN THƯ GIÃN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-TH%C6%AF-GI%C3%83N-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN THƯ GIÃN</p>
<p>
<img alt="KHÔNG GIAN SỐNG XANH" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-S%E1%BB%90NG-XANH-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN SỐNG XANH</p>
<p>
<strong>KHÔNG GIAN SỐNG XANH</strong><br />
Điểm nổi bật nhất trong thiết kế cảnh quan của dự án Imperia Sky Garden là có rất nhiều cây xanh và mặt nước, tạo thành một tổng thể hài hoà giữa công trình kiến trúc hiện đại và thiên nhiên an lành. Việc bố trí nhiều cây xanh trong khuôn viên cũng đã tạo nên không gian sống trong lành và tươi mát.</p>
<p>
<img alt="KHUNG CẢNH ĐỘC ĐÁO" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHUNG-C%E1%BA%A2NH-%C4%90%E1%BB%98C-%C4%90%C3%81O-500x350.jpg" style="height:350px; width:500px" />KHUNG CẢNH ĐỘC ĐÁO</p>
<p>
<strong>KHUNG CẢNH ĐỘC ĐÁO</strong><br />
Thay vì bắt gặp những hình ảnh quen thuộc như các thiết bị kỹ thuật hay bể nước trên sân thượng thì thay vào đó là những khu vườn chân mây rực rỡ sắc hoa, là vườn sao băng, lầu vọng cảnh, đồi cỏ hoa, vườn địa đàng hay khu vườn tình yêu ngập tràn hương sắc.</p>
<h3>
HỆ THỐNG PHÒNG CHÁY CHỮA CHÁY TẠI IMPERIA SKY GARDEN</h3>
<p>
<iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/n0liMeMnrs0" width="560"></iframe></p>
<h2>
THÔNG TIN CHUYÊN SÂU VỀ IMPERIA SKY GARDEN</h2>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<h3>
MIK GROUP – ĐƠN VỊ PHÁT TRIỂN NỔI TIẾNG</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Tập đoàn MIK GROUP Việt Nam (viết tắt là MIK GROUP) hoạt động chuyên sâu trong lĩnh vực Đầu tư, Kinh doanh và Phát triển Bất động sản tại Việt Nam. Sứ mệnh của MIKGroup là tiên phong kiến tạo những công trình với đẳng cấp và chất lượng vượt trội, đồng thời xây dựng nên một thương hiệu Việt bền vững, có uy tín, đẳng cấp trong khu vực và quốc tế.</p>
<h3>
MIK HOME – ĐƠN VỊ QUẢN LÝ DỰ ÁN CHUYÊN NGHIỆP</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Công ty TNHH kinh doanh bất động sản M.I.K Home (viết tắt là M.I.K Home) được ra đời nhằm phân phối và tiếp thị, tư vấn đầy đủ,chính xác thông tin của các dự án bất động sản để bán và cho thuê của nhiều Chủ đầu tư trên khắp cả nước. M.I.K Home được biết đến với các dự án nổi danh như: Imperia Garden, Imperia Sky Garden, Villa Park.</p>
<h3>
HÒA BÌNH – TOP 5 NHÀ THẦU XÂU DỰNG UY TÍN</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Trong hành trình “Chinh phục đỉnh cao”, Hòa Bình đã có những bước tiến thần tốc trong khi vẫn đảm bảo an toàn, uy tín, chất lượng: Từ thi công những công trình nhà ở cho tới ai trò của một nhà thầu phụ cho các nhà thầu nước ngoài, Hòa Bình đã và đang mạnh mẽ vươn mình khẳng định thương hiệu trong với những dự án có quy mô, tầm vóc quốc tế.</p>
<p>
<strong>LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong></p>
<p>
Nhận ký gửi mua bán và cho thuê căn hộ 423 Minh Khai.<br />
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!</p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
<u><em><strong>Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047</strong></em></u></p>
<p>
<u><em><strong>Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, cho thuê căn hộ, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047</strong></em></u></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/2e18acc542309cd0ff4ba8e46382335a.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => '1',
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2020-06-04',
'modified' => '2021-11-20',
'status' => '1',
'view' => '0',
'slug' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p>
<iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.8663320132127!2d105.8645048501485!3d20.997994594136035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac05b6a95c65%3A0x10dd3135afa8452e!2zNDIzIFBo4buRIE1pbmggS2hhaSwgVsSpbmggVHV5LCBIYWkgQsOgIFRyxrBuZywgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1591237131236!5m2!1svi!2s" style="border:0;" width="600"></iframe></p>
',
'row1' => '82',
'row2' => '2',
'row3' => '27',
'row4' => '50',
'row5' => '40',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '723',
'phuongxa' => '175',
'quanhuyen' => '89'
)
),
(int) 1 => array(
'Product' => array(
'id' => '337',
'hang_id' => null,
'name' => 'Cần bán biệt thự Vinhomes Reverside, dt 500m2, mt 20m, xây 4 tầng, 1 hầm, hướng Tây Nam',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '80 tỷ',
'type' => null,
'shortdes' => '<p>Cần bán gấp biệt thự Vinhomes Reverside Bằng Lăng, dt 500m2, vuông vắn, mt 20m, xây 4 tầng, 1 hầm, diện tích xây dựng 1000m2, hướng Tây Nam, phía sau nhà nhìn ra sông rộng, để lại toàn nội thất cao cấp ngoại nhập, cây cảnh giá trị cao, tiểu cảnh, trang thiết bị hiện đại, thông minh,..., giá bán rất hợp lý: 160 triệu/m2, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</p>
',
'content' => '<p>Cần bán gấp biệt thự Vinhomes Reverside Bằng Lăng, dt 500m2, vuông vắn, mt 20m, xây 4 tầng, 1 hầm, diện tích xây dựng 1000m2, hướng Tây Nam, phía sau nhà nhìn ra sông rộng, để lại toàn nội thất cao cấp ngoại nhập, cây cảnh giá trị cao, tiểu cảnh, trang thiết bị hiện đại, thông minh,..., giá bán rất hợp lý: 160 triệu/m2, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/6f661221017e296d0587733545a52a20.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-10',
'modified' => '2018-03-10',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-biet-thu-vinhomes-reverside-dt-500m2-mt-20m-xay-4-tang-1-ham-huong-tay-nam',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3723.57364344574!2d105.90883991464894!3d21.049738985987!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135a9a64740f97d%3A0xa9f5a2bd297f0c5f!2zQuG6sW5nIEzEg25nLCBLaHUgxJHDtCB0aOG7iyBWaW5ob21lcyBSaXZlcnNpZGUsIFZp4buHdCBIxrBuZywgTG9uZyBCacOqbiwgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1520652075848" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>',
'row1' => '500',
'row2' => '',
'row3' => '4 tầng',
'row4' => '20m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '8',
'duongpho' => '1029',
'phuongxa' => '211',
'quanhuyen' => '153'
)
),
(int) 2 => array(
'Product' => array(
'id' => '336',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Hoàng Hoa Thám, DT 362m2, MT 12m, tiện xây tòa nhà',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '56 tỷ',
'type' => null,
'shortdes' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Hoàng Hoa Thám, diện tích 362m2, mặt tiền rộng 12m, nở hậu đẹp, giá bán 155 triệu/m2, sổ đỏ chính chủ, có thương lượng, đã có giấy phép xây dựng 7.5 tầng nổi và 2 hầm, khu vực quy hoạch ổn định, tiện xây tòa nhà khách sạn, căn hộ cho thuê, văn phòng công ty. </span><br style="font-size: 14px; line-height: 25.2px; font-family: Tahoma;" />
<span style="font-family: Tahoma; font-size: 14px;">Liên hệ: 0965190000, 0916044788.</span>',
'content' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Hoàng Hoa Thám, diện tích 362m2, mặt tiền rộng 12m, nở hậu đẹp, giá bán 155 triệu/m2, sổ đỏ chính chủ, có thương lượng, đã có giấy phép xây dựng 7.5 tầng nổi và 2 hầm, khu vực quy hoạch ổn định, tiện xây tòa nhà khách sạn, căn hộ cho thuê, văn phòng công ty. </span><br style="font-size: 14px; line-height: 25.2px; font-family: Tahoma;" />
<span style="font-family: Tahoma; font-size: 14px;">Liên hệ: 0965190000, 0916044788.</span>',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/6c9ff18ee630088bf65a8a5a15787e4d.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-08',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-hoang-hoa-tham-dt-362m2-mt-12m-tien-xay-toa-nha',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3723.66201285535!2d105.80683980828896!3d21.046205558233396!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zcGjhu5EgSG_DoG5nIEhvYSBUaMOhbSwgcGjGsOG7nW5nIHbEqW5oIHBow7pjLCBxdeG6rW4gYmEgxJHDrG5oLCBow6AgbuG7mWk!5e0!3m2!1svi!2s!4v1520497328025" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>',
'row1' => '362',
'row2' => '',
'row3' => '1',
'row4' => '12m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '5',
'duongpho' => '1028',
'phuongxa' => '190',
'quanhuyen' => '87'
)
),
(int) 3 => array(
'Product' => array(
'id' => '335',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Lê Thanh Nghị, dt 246m2, mt 8m, xây 4 tầng, tiện xây tòa nhà',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '60 tỷ',
'type' => null,
'shortdes' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Lê Thanh Nghị, hiện trạng 4 tầng cũ, thuận tiện xây dựng tòa nhà cao tầng, kinh doanh, cho thuê giá tốt, sổ đỏ chính chủ 246m2, mặt tiền 8m, nở hậu 50cm, thông ra các phố Giải Phóng, Bạch Mai, Tạ Quang Bửu, Đại Cồ Việt,.., giá bán 60 tỷ, có thương thảo, liên hệ: 0965190000, 0916044788. </span>',
'content' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Lê Thanh Nghị, hiện trạng 4 tầng cũ, thuận tiện xây dựng tòa nhà cao tầng, kinh doanh, cho thuê giá tốt, sổ đỏ chính chủ 246m2, mặt tiền 8m, nở hậu 50cm, thông ra các phố Giải Phóng, Bạch Mai, Tạ Quang Bửu, Đại Cồ Việt,.., giá bán 60 tỷ, có thương thảo, liên hệ: 0965190000, 0916044788. </span>',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/b4d288f6b10389e21082062a5338140a.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-08',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-le-thanh-nghi-dt-246m2-mt-8m-xay-4-tang-tien-xay-toa-nha',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.7673253735443!2d105.84364401464799!3d21.00196198601294!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac714d7242bd%3A0x10771c9eb38c5f56!2zTmfhu5cgMTMyIFBo4buRIEzDqiBUaGFuaCBOZ2jhu4ssIELDoWNoIEtob2EsIEhhaSBCw6AgVHLGsG5nLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1520496142880" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>',
'row1' => '246',
'row2' => '',
'row3' => '4',
'row4' => '8m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '3',
'duongpho' => '598',
'phuongxa' => '105',
'quanhuyen' => '89'
)
),
(int) 4 => array(
'Product' => array(
'id' => '334',
'hang_id' => null,
'name' => 'Cần bán khách sạn mặt phố Xuân Diệu, nhìn thẳng hồ Tây, DT 185m2, xây 7 tầng, 2 hầm',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '80 tỷ',
'type' => null,
'shortdes' => '<p><span style="font-family:Tahoma; font-size:14px">1. Cần bán khách sạn mặt phố Xuân Diệu, nhìn thẳng hồ Tây, DT thực tế 185m2, DT trong sổ đỏ là 114m2, MT rộng 6m, vuông vắn, xây 7 tầng, 2 hầm, giá bán 80 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. Chuyên nhận ký gửi môi giới mua bán, cho thuê nhà đất mặt phố, chuyển nhượng dự án bất động sản tại Hà Nội.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">2. Cần bán nhà mặt phố Xuân Diệu, DT thực tế 270m2, DT trong sổ đỏ là 135m2, mặt tiền rộng 8m, hậu 9m, xây 4 tầng, mặt sau nhìn thẳng ra </span><a href="https://batdongsan.com.vn/ban-nha-mat-pho-duong-ho-tay-6" style="font-family: Tahoma; font-size: 14px; margin: 0px; text-decoration-line: none; padding: 0px; color: rgb(5, 86, 153); line-height: 25.2px;">Hồ Tây</a><span style="font-family:Tahoma; font-size:14px">, tiện xây tòa nhà cao tầng, giá bán 45 tỷ, sổ đỏ chính chủ.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">3. Cần bán nhà mặt phố Xuân Diệu, DT 547m2, MT 20m, tiện xây tòa nhà cao tầng, giá bán 245 tỷ, sổ đỏ chính chủ, liên hệ: 09651900000, 0916044788.</span></p>
',
'content' => '<p><span style="font-family:Tahoma; font-size:14px">1. Cần bán khách sạn mặt phố Xuân Diệu, nhìn thẳng hồ Tây, DT thực tế 185m2, DT trong sổ đỏ là 114m2, MT rộng 6m, vuông vắn, xây 7 tầng, 2 hầm, giá bán 80 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. Chuyên nhận ký gửi môi giới mua bán, cho thuê nhà đất mặt phố, chuyển nhượng dự án bất động sản tại Hà Nội.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">2. Cần bán nhà mặt phố Xuân Diệu, DT thực tế 270m2, DT trong sổ đỏ là 135m2, mặt tiền rộng 8m, hậu 9m, xây 4 tầng, mặt sau nhìn thẳng ra </span><a href="https://batdongsan.com.vn/ban-nha-mat-pho-duong-ho-tay-6" style="font-family: Tahoma; font-size: 14px; margin: 0px; text-decoration-line: none; padding: 0px; color: rgb(5, 86, 153); line-height: 25.2px;">Hồ Tây</a><span style="font-family:Tahoma; font-size:14px">, tiện xây tòa nhà cao tầng, giá bán 45 tỷ, sổ đỏ chính chủ.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">3. Cần bán nhà mặt phố Xuân Diệu, DT 547m2, MT 20m, tiện xây tòa nhà cao tầng, giá bán 245 tỷ, sổ đỏ chính chủ, liên hệ: 09651900000, 0916044788.</span></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/ee35c02eefea9171b7a470bc7045e441.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-07',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-khach-san-mat-pho-xuan-dieu-nhin-thang-ho-tay-dt-185m2-xay-7-tang-2-ham',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3723.291267673256!2d105.8290353407686!3d21.061025914268427!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zcGjhu5EgWHXDom4gRGnhu4d1LCBQaMaw4budbmcgUXXhuqNuZyBBbiwgUXXhuq1uIFTDonkgSOG7kywgSMOgIE7hu5lp!5e0!3m2!1svi!2s!4v1520395802537" style="border:0" width="600"></iframe></p>
',
'row1' => '185',
'row2' => '',
'row3' => '9',
'row4' => '6m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '8',
'duongpho' => '588',
'phuongxa' => '193',
'quanhuyen' => '87'
)
),
(int) 5 => array(
'Product' => array(
'id' => '327',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Hồ Ba Mẫu, dt 400m2, mt 14m, tiện xây tòa nhà khách sạn',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '83 tỷ',
'type' => null,
'shortdes' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt Hồ Ba Mẫu, diện tích gần 400m2, sổ đỏ chính chủ, mặt tiền 13m. Thích hợp đầu tư khách sạn, văn phòng cho thuê. Mặt trước là Hồ Ba Mẫu, mặt sau có lối đi nhỏ. Giá bán 83 tỷ. </span></p>
<p> </p>
',
'content' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt Hồ Ba Mẫu, diện tích gần 400m2, sổ đỏ chính chủ, mặt tiền 13m. Thích hợp đầu tư khách sạn, văn phòng cho thuê. Mặt trước là Hồ Ba Mẫu, mặt sau có lối đi nhỏ. Giá bán 83 tỷ. Liên hệ: </span><span style="font-size:14px">0965190000, 0916044788. </span></p>
<p> </p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/6327ef09f15ede57cd43d49b696473dd.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-03',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-ho-ba-mau-dt-400m2-mt-14m-tien-xay-toa-nha-khach-san',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.5027786909154!2d105.83887311464828!3d21.012559386007098!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ab862f9f7971%3A0xd6f61787995e40e8!2zSOG7kyBCYSBN4bqrdSwgxJDhu5FuZyDEkGEsIEjDoCBO4buZaSwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1520070294107" style="border:0" width="600"></iframe></p>
',
'row1' => '400',
'row2' => '',
'row3' => '',
'row4' => '14m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '5',
'duongpho' => '1027',
'phuongxa' => '181',
'quanhuyen' => '90'
)
),
(int) 6 => array(
'Product' => array(
'id' => '326',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Trần Quốc Toản, dt 122m2, mt 6.2m, xây 9 tầng',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '68 tỷ',
'type' => null,
'shortdes' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Cần bán tòa nhà mặt phố Trần Quốc Toản: 122m2 x 9 tầng thang máy, mặt tiền 6.2m, vuông vắn, vỉa hè rộng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Tòa nhà tọa lạc vị trí đắc địa và nằm trên những mặt phố lớn như Bùi Thị Xuân, Phố Huế & gần TTMM Vincom, vỉa hè mênh mông, </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Thiết kế 1 tầng hầm, 1 tầng kỹ thuật, 8 tầng văn phòng, căn hộ dịch vụ, giếng trời, 1 thang máy, 1 thang bộ thoát hiểm. Hiện đang cho thuê được gần 200 triệu/tháng. Giá bán cực hợp lý 68 tỷ. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. </span></p>
',
'content' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Cần bán tòa nhà mặt phố Trần Quốc Toản: 122m2 x 9 tầng thang máy, mặt tiền 6.2m, vuông vắn, vỉa hè rộng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Tòa nhà tọa lạc vị trí đắc địa và nằm trên những mặt phố lớn như Bùi Thị Xuân, Phố Huế & gần TTMM Vincom, vỉa hè mênh mông, </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Thiết kế 1 tầng hầm, 1 tầng kỹ thuật, 8 tầng văn phòng, căn hộ dịch vụ, giếng trời, 1 thang máy, 1 thang bộ thoát hiểm. Hiện đang cho thuê được gần 200 triệu/tháng. Giá bán cực hợp lý 68 tỷ. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. </span></p>
<p><a href="https://batdongsan.com.vn/ban-nha-mat-pho-duong-tran-quoc-toan-phuong-tran-hung-dao/can-dt-122m2-mt-6-2m-xay-9-tang-pr15056474">XEM CHI TIẾT TẠI ĐÂY</a></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/72210bb90ae21a60c3e77580d97637fe.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-03',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-tran-quoc-toan-dt-122m2-mt-6-2m-xay-9-tang',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3724.310413475062!2d105.84454211464842!3d21.020262086002976!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zUGjhu5EgVHLhuqduIFF14buRYyBUb-G6o24sIFBoxrDhu51uZyBUcuG6p24gSMawbmcgxJDhuqFvLCBRdeG6rW4gSG_DoG4gS2nhur9tLCBUaMOgbmggUGjhu5EgSMOgIE7hu5lp!5e0!3m2!1svi!2s!4v1520065426309" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></p>
',
'row1' => '122',
'row2' => '',
'row3' => '9',
'row4' => '6.2m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '5',
'duongpho' => '363',
'phuongxa' => '164',
'quanhuyen' => '1'
)
),
(int) 7 => array(
'Product' => array(
'id' => '325',
'hang_id' => null,
'name' => 'Cần bán khách sạn mặt phố Hàng Hành, vị trí trung tâm phố cổ, hồ Hoàn Kiếm',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '153.6 tỷ',
'type' => null,
'shortdes' => '<div>1. Cần bán khách sạn mặt phố Hàng Hành, dt 192m2 xây 9 tầng, 1 hầm, giá bán 800 triệu/m2, sổ đỏ chính chủ.</div>
<div> </div>
<div>2. Cần bán khách sạn mặt phố Hàng Hành, Hoàn Kiếm, Hà Nội. Khách sạn thuộc trung tâm phố cổ cách hồ Hoàn Kiếm chỉ 50m. Diện tích: 125.5m2. Mặt tiền: 7.15m. Nở hậu: 7.5m, hướng: Đông Nam, nhà xây 9 tầng đang kinh doanh khách sạn. Vị trí đắc địa, kinh doanh tốt, sinh lời cao. Giá bán: 118 tỷ, có thương lượng. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</div>
',
'content' => '<div>1. Cần bán khách sạn mặt phố Hàng Hành, dt 192m2 xây 9 tầng, 1 hầm, giá bán 800 triệu/m2, sổ đỏ chính chủ.</div>
<div> </div>
<div>2. Cần bán khách sạn mặt phố Hàng Hành, Hoàn Kiếm, Hà Nội. Khách sạn thuộc trung tâm phố cổ cách hồ Hoàn Kiếm chỉ 50m. Diện tích: 125.5m2. Mặt tiền: 7.15m. Nở hậu: 7.5m, hướng: Đông Nam, nhà xây 9 tầng đang kinh doanh khách sạn. Vị trí đắc địa, kinh doanh tốt, sinh lời cao. Giá bán: 118 tỷ, có thương lượng. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</div>
<div> </div>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/591b853e4ebbf932655028bf62c0326e.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-02-28',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-khach-san-mat-pho-hang-hanh-vi-tri-trung-tam-pho-co-ho-hoan-kiem',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3724.0492965675967!2d105.84719381464849!3d21.03071343599738!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zUGjhu5EgSMOgbmcgSMOgbmgsIFBoxrDhu51uZyBIw6BuZyBUcuG7kW5nLCBRdeG6rW4gSG_DoG4gS2nhur9t!5e0!3m2!1svi!2s!4v1519816633468" style="border:0" width="600"></iframe></p>
',
'row1' => '192',
'row2' => '',
'row3' => '9',
'row4' => '5',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '1026',
'phuongxa' => '160',
'quanhuyen' => '1'
)
),
(int) 8 => array(
'Product' => array(
'id' => '324',
'hang_id' => null,
'name' => 'Cần bán tòa nhà văn phòng mặt phố Linh Lang, dt 300m2, xây 8 tầng',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '110 tỷ',
'type' => null,
'shortdes' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt phố Linh Lang: 110 tỷ, 300m2 x 8 tầng, MT 12m, hướng Đông. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích nhà xây dựng 300m2 x 8 tầng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích sổ đỏ 227m2. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Gồm 1 tầng hầm, 7.5 tầng nổi. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Mặt tiền 12m. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Khu vip ngoại giao, nhiều tòa nhà văn phòng, khách sạn, nhà hàng nước ngoài (Nhật Bản, Hàn Quốc), Thủ Lệ, Daewoo, Lotte, Vincom Liễu Giai. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Trung tâm kinh tế quận Ba Đình, tiếp giáp giữa hai quận Ba Đình - Cầu Giấy. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Đủ tiện ích. An ninh tốt. Điện nước, quy hoạch ổn định. </span><br />
<br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Liên hệ: 0965190000, 0916044788. </span></p>
',
'content' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt phố Linh Lang: 110 tỷ, 300m2 x 8 tầng, MT 12m, hướng Đông. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích nhà xây dựng 300m2 x 8 tầng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích sổ đỏ 227m2. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Gồm 1 tầng hầm, 7.5 tầng nổi. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Mặt tiền 12m. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Khu vip ngoại giao, nhiều tòa nhà văn phòng, khách sạn, nhà hàng nước ngoài (Nhật Bản, Hàn Quốc), Thủ Lệ, Daewoo, Lotte, Vincom Liễu Giai. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Trung tâm kinh tế quận Ba Đình, tiếp giáp giữa hai quận Ba Đình - Cầu Giấy. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Đủ tiện ích. An ninh tốt. Điện nước, quy hoạch ổn định. </span><br />
<br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Liên hệ: 0965190000, 0916044788. </span></p>
<p> </p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/41ef48bcac510874276992363ff268b3.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-02-27',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-toa-nha-van-phong-mat-pho-linh-lang-dt-300m2-xay-8-tang',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d7447.89378099275!2d105.81063054240451!3d21.034810942749015!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zUGjhu5EgTGluaCBMYW5n!5e0!3m2!1svi!2s!4v1519732578165" style="border:0" width="600"></iframe></p>
',
'row1' => '300',
'row2' => '',
'row3' => '8',
'row4' => '12',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '482',
'phuongxa' => '96',
'quanhuyen' => '86'
)
),
(int) 9 => array(
'Product' => array(
'id' => '323',
'hang_id' => null,
'name' => 'Cần bán khách sạn mặt phố Hàng Điếu, dt 201m2, mt 4m, xây 8 tầng, 30 phòng, có bể bơi',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '98 tỷ',
'type' => null,
'shortdes' => '<p><span style="font-family:Tahoma; font-size:14px">Cần bán tòa nhà khách sạn mặt phố Hàng Điếu, dt 201m2, mt 4m, vuông vắn, xây 8 tầng, 30 phòng, có bể bơi, giá bán 98 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</span></p>
',
'content' => '<p><span style="font-family:Tahoma; font-size:14px">Cần bán tòa nhà khách sạn mặt phố Hàng Điếu, dt 201m2, mt 4m, vuông vắn, xây 8 tầng, 30 phòng, có bể bơi, giá bán 98 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</span></p>
<p> </p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/eb663059470a8db4093fe32c09196dda.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-02-27',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-khach-san-mat-pho-hang-dieu-dt-201m2-mt-4m-xay-8-tang-30-phong-co-be-boi',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.034661200416!2d105.84513981227124!3d21.031299077991957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abbe0bbe1cef%3A0xe6dbd67de2c739c!2zSMOgbmcgxJBp4bq_dSwgSG_DoG4gS2nhur9tLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1519730095304" style="border:0" width="600"></iframe></p>
',
'row1' => '201',
'row2' => '30',
'row3' => '8',
'row4' => '4m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '7',
'duongpho' => '274',
'phuongxa' => '93',
'quanhuyen' => '1'
)
)
)
$rows = array(
'Product' => array(
'id' => '592',
'hang_id' => null,
'name' => 'BÁN GẤP QUỸ CĂN MỚI NHẤT THÁNG 11/2021, 423 MINH KHAI IMPERIA SKY GARDEN, 2PN,3PN CÁC TÒA A,B,C,D. HOTLINE: 0965180000 - 0913484047',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'cat_id' => null,
'price' => '3 tỷ',
'type' => null,
'shortdes' => '<p>
LH: 0965180000 ĐỂ MUA CĂN HỘ IMPERIA SKY GARDEN MINH KHAI CĂN 2PN, 3PN, CAM KẾT GIÁ TỐT NHẤT<br />
Khu vực: Bán căn hộ chung cư tại Imperia Sky Garden - Quận Hai Bà Trưng - Hà Nội<br />
Giá:3 tỷ Diện tích: 82m<br />
Thông tin mô tả<br />
Phòng quản lý bán hàng dự án Imperia Sky Garden, 423 Minh Khai có các loại căn hộ đang bán: LH trực tiếp để được tư vấn chọn căn và giá tốt.<br />
Hoài Thu: 0965180000 - 0913484047</p>
',
'content' => '<h1>
BÁN QUỸ CĂN CHUYỂN NHƯỢNG MỚI NHẤT THÁNG 11/2021 CHUNG CƯ IMPERIA SKY GARDEN 423 MINH KHAI CÁC TÒA A,B,C,D HOTLINE: 0965180000- 0913484047</h1>
<h3 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 24px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">IMPERIA SKY GARDEN</span></h3>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(58, 80, 43);">TỌA ĐỘ TRUNG TÂM XỨNG TẦM ĐẲNG CẤP</span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);">
<span style="text-align: center;">Bắt nguồn cảm hứng từ phong cách thiết kế của Châu Âu, các kiến trúc sư tài ba đã đem đến cho căn hộ Imperia Sky Garden vẻ đẹp tân cổ điển cùng lối kiến trúc nhẹ nhàng, đơn giản nhưng tinh tế đến từng chi tiết. Chỉ vài bước chân, thế giới tiện ích đã hiện hữu ngay trước mắt với hàng loạt các dịch vụ cao cấp, đáp ứng tối đa nhu cầu cuộc sống thượng lưu.</span><br />
<br />
<strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong><span style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">. </span><strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">NHẬN KÝ GỬI MUA BÁN, CHO THUÊ CĂN HỘ CHUNG CƯ.</strong></p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047<br />
Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047<br />
</p>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="text-align: center; height: 40px; width: 300px;" /></p>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; background-color: rgb(234, 234, 223);">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 24px; line-height: inherit; font-family: inherit; vertical-align: baseline;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: inherit;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">GIỚI THIỆU DỰ ÁN</span></span></span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tên dự án: Imperia Sky Garden</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Vị trí: Số 423 Minh Khai, Hai Bà Trưng, Hà Nội</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Chủ đầu tư dự án: TERRA GOLD Việt Nam</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Ngân hàng bảo trợ Dự án : BIDV & VP Bank</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng diện tích đất dự án: 38,155.9 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số tầng nổi: 27 tầng, 15 thang máy/ tòa</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Số tầng hầm: 03 tầng. Tổng diện tích 43,416 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Mật độ xây dựng : 37 % , 18 căn hộ/ sàn</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích căn hộ: Từ 58,78m2 đến 106,65m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích cây xanh & hạ tầng kỹ thuật: 3,469.9m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số căn hộ : 1866 căn hộ/ 4 tháp Sky A, B, C, D</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tiện ích nội khu: 68 tiện ích</p>
<p>
<br />
<strong style="text-align: center;">VỊ TRÍ CHUNG CƯ IMPERIA SKY GARDEN</strong><img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/phoi-canh-du-an-imperia-sky-garden.jpg" style="height: 2551px; width: 4000px;" /></p>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Tọa lạc tại <strong>423 Minh Khai</strong>, Hai Bà Trưng – vị trí vàng nơi cửa ngõ phía Tây Nam của Thủ đô Hà Nội với hạ tầng đồng bộ hiện đại, <strong><em>chung cư Imperia Sky Garden</em></strong> cho phép cư dân di chuyển thuận lợi tới các khu vực trên địa bàn thành phố. Nằm trục đường chính của quận Hai Bà Trưng, nên sẽ rất thuận tiện về các tuyến giao thông tiếp cận đối nội lẫn đối ngoại.</p>
<p>
<img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/vi-tri-chung-cu-imperia-sky-garden.jpg" style="height:2717px; width:4063px" /></p>
<p>
<strong>Liên kết vùng Imperia Sky Garden có gì?</strong></p>
<ul>
<li>
Bên cạnh nhiều dự án bất động sản cao cấp như Vinhomes Times City, Hòa Bình Green City, Vinhomes Riverside City.</li>
<li>
Gần các trường đại học: Đại học Kinh Tế Quốc Dân, Đại Học Bách Khoa Hà Nội, Đại học Xây Dựng, Đại học Y.</li>
<li>
Gần các bệnh viện tuyến TW: Bệnh viện Bạch Mai, Bệnh viện 108, Bệnh viện Thanh Nhàn.</li>
<li>
Gần các Trung tâm thương mại lớn: Vincom Bà Triệu, Times City</li>
</ul>
<p>
<a href="" target="_self"> LỢI THẾ TỪ VỊ TRÍ DỰ ÁN</a></p>
<h2 style="text-align:center">
<strong>MẶT BẰNG CĂN HỘ IMPERIA SKY GARDEN</strong></h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Thiết kế <strong>căn hộ Imperia Sky Garden</strong> theo không gian hiện đại, đều có nhiều khe sáng và cửa sổ để tạo sự thông thoáng. Diện tích căn hộ đa dạng từ 2 đến 3 phòng ngủ, cho phép khách hàng có thể lựa chọn loại hình căn hộ theo nhu cầu sử dụng của gia đình. Tất cả các phòng trong một căn hộ đều có thể đón sáng tự nhiên và sở hữu tầm nhìn thoáng đãng. Các không gian cũng được sắp xếp hợp lý tạo sự thuận tiện cho các sinh hoạt hàng ngày, vừa mang nét hiện đại phù hợp với lối sống trẻ, vừa tôn trọng sự kín đáo theo truyền thống gia đình Việt.</p>
<p>
</p>
<p style="text-align:center">
<strong>CLICK VÀO ẢNH ĐỂ XEM RÕ DIỆN TÍCH MẶT BẰNG</strong></p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span data-target="blank" data-url="">Mặt bằng tổng thể</span><span data-target="blank" data-url="">Mặt bằng tòa Sky A</span><span data-target="blank" data-url="">Mặt bằng tòa Sky B</span><span data-target="blank" data-url="">Mặt bằng tòa Sky C</span><span class="su-tabs-current" data-target="blank" data-url="">Mặt bằng tòa Sky D</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<a href="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" rel="noopener" target="_blank"><img alt="" class="aligncenter size-full wp-image-4496" src="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" style="height:1216px; width:1722px" /></a></p>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg"><img alt="" class="aligncenter size-full wp-image-3139" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg"><img alt="" class="aligncenter size-full wp-image-3141" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg"><img alt="" class="aligncenter size-full wp-image-3142" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg"><img alt="" class="aligncenter size-full wp-image-3143" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg" style="height:1952px; width:2560px" /></a></div>
</div>
</div>
<h3 style="text-align:center">
<span style="color:#993300"><span style="color:#000000">THIẾT KẾ CĂN HỘ CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</span></span></h3>
<p style="text-align:justify">
Các căn hộ tại <strong>CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</strong> được thiết kế với kiến trúc theo các khu vườn của Pháp. Dự án Imperia Sky Garden có đa dạng các loại diện tích căn hộ từ 58 đến 110m2. Với mong muốn mang đến một không gian sống tuyệt vời nhất thì chủ đầu tư đã mang đến căn hộ một luồng gió mới. Mỗi căn hộ tại đây đều có ban công rộng, lấy tối đa ánh sáng tự nhiên tạo nên sự hài hòa trong cuộc sống.</p>
<p style="text-align:justify">
Hướng ban công các căn hộ cũng phù hợp để ngắm các cảnh đẹp tại dự án hoặc các khu vực xung quanh. Trong các căn hộ tại <strong>Imperia Sky Garden </strong>thì việc bố trí các phòng cũng được thiết kế rất hợp lý và tiện nghi. Chủ đầu tư muốn mang đến các cư dân tại đây một căn hộ cao cấp nhất, có cuộc sống tuyệt vời nhất.<br />
</p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span class="su-tabs-current" data-target="blank" data-url="">CH-01: 105.21 m2</span><span data-target="blank" data-url="">CH-02: 103.48 m2</span><span data-target="blank" data-url="">CH-03: 74.83 m2</span><span data-target="blank" data-url="">CH-04: 87.97 m2</span><span data-target="blank" data-url="">CH-05: 75.04 m2</span><span data-target="blank" data-url="">CH-06|07: 76.12 m2</span><span data-target="blank" data-url="">CH-08: 77.06 m2</span><span data-target="blank" data-url="">CH-09|15|16: 98.11 m2</span><span data-target="blank" data-url="">CH-10|14|17: 81.78 m2</span><span data-target="blank" data-url="">CH-11: 73.66m2</span><span data-target="blank" data-url="">CH-12: 86.2 m2</span><span data-target="blank" data-url="">CH-12A: 57.91 m2</span><span data-target="blank" data-url="">CH-18: 86.45 m2</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<img alt="" class="aligncenter size-full wp-image-4091" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_01-2.jpg" style="height:1350px; width:1296px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4207" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/01-1.png" style="height:696px; width:1300px" /></p>
<p>
</p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 43.8 m2</li>
<li>
Phòng ngủ master: 14 m2</li>
<li>
Phòng ngủ 1: 13.33 m2</li>
<li>
Phòng ngủ 2: 13.81 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.33 m2</li>
<li>
WC: 4.92 m2</li>
<li>
Lô gia: 4.89 m2</li>
<li>
Sân phơi: 5.35 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4092" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_02-1.jpg" style="height:1350px; width:1576px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4209" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/02.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 44.42 m2</li>
<li>
Phòng ngủ master: 15.02 m2</li>
<li>
Phòng ngủ 1: 10.31 m2</li>
<li>
Phòng ngủ 2: 14.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.1 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 5.18 m2</li>
<li>
Sân phơi: 4.32 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4093" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_03-1.jpg" style="height:1350px; width:1264px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4211" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/03.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.33 m2</li>
<li>
Phòng ngủ master: 17.7 m2</li>
<li>
Phòng ngủ 1: 11.57 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.92 m2</li>
<li>
WC: 3.56 m2</li>
<li>
Lô gia: 4.55 m2</li>
<li>
Sân phơi: 2.2 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4095" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_04.jpg" style="height:1311px; width:1381px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4213" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/04.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.59 m2</li>
<li>
Phòng ngủ master: 17.14 m2</li>
<li>
Phòng ngủ 1: 13.57 m2</li>
<li>
Phòng ngủ 2: 10.38m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.02 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 4.16 m2</li>
<li>
Sân phơi: 4.61 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4096" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_05.jpg" style="height:1265px; width:1286px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4212" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/05.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.07 m2</li>
<li>
Phòng ngủ master: 15.83 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.79 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4097" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_06-1.jpg" style="height:1320px; width:1476px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4214" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/06-07.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 31.49 m2</li>
<li>
Phòng ngủ master: 15.82 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.46 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4098" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_08-1.jpg" style="height:1222px; width:1408px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4217" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/08.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 32.28 m2</li>
<li>
Phòng ngủ master: 15.88 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.32 m2</li>
<li>
Lô gia: 4.49 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4099" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_09-1.jpg" style="height:1350px; width:1570px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4218" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/09-15-16.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 45.2 m2</li>
<li>
Phòng ngủ master: 13.18 m2</li>
<li>
Phòng ngủ 1: 11.16 m2</li>
<li>
Phòng ngủ 2: 10.92m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.11 m2</li>
<li>
WC: 4.65 m2</li>
<li>
Lô gia: 3.84 m2</li>
<li>
Sân phơi: 4.05 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4100" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_10.jpg" style="height:1234px; width:1644px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4219" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/10-14-17.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 33.68 m2</li>
<li>
Phòng ngủ master: 20.18 m2</li>
<li>
Phòng ngủ 1: 11.17 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.27 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.09 m2</li>
<li>
Sân phơi: 2.58 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4101" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_11-1.jpg" style="height:1350px; width:1290px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4220" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/11.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.45 m2</li>
<li>
Phòng ngủ master: 16.39 m2</li>
<li>
Phòng ngủ 1: 9.7 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.05 m2</li>
<li>
WC: 4.31 m2</li>
<li>
Lô gia: 5.04 m2</li>
<li>
Sân phơi: 2.72 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4102" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12.jpg" style="height:1350px; width:1533px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4222" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 29.18 m2</li>
<li>
Phòng ngủ master: 16.5 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.45 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.99 m2</li>
<li>
WC: 4.47 m2</li>
<li>
Lô gia: 4.13 m2</li>
<li>
Sân phơi: 2.88 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4103" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12a.jpg" style="height:1350px; width:1542px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4223" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12A.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 23.32 m2</li>
<li>
Phòng ngủ master: 13.6 m2</li>
<li>
Phòng ngủ 1: 8.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC: 5.17 m2</li>
<li>
Lô gia: 7.19 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4104" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_18.jpg" style="height:1350px; width:1636px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4224" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/18.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.71 m2</li>
<li>
Phòng ngủ master: 15.48 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.35 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.95 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.19 m2</li>
<li>
Sân phơi: 4.36 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 style="text-align:center">
<strong>TIỆN ÍCH CHUNG CƯ </strong>IMPERIA SKY GARDEN</h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Với hệ thống lên tới 68 tiện ích đa dạng, hoàn hảo, chung cư IMPERIA SKY GARDEN thực sự là một không gian sống và nghỉ dưỡng đẳng cấp trong lòng Hà Nội, đáp ứng đầy đủ các nhu cầu của Quý công dân tương lai ở mọi lứa tuổi. Toàn bộ các tiện ích <strong>chung cư Imperia Sky Garden</strong> đều được chú trọng trong khâu thiết kế nhằm bảo vệ môi trường tự nhiên và cả môi trường sống cho cư dân của chung cư cũng như các dự án xung quanh.</p>
<ul>
<li>
Trung tâm thương mại sầm uất với hệ thống chuỗi cửa hàng tiện ích, phục vụ đầy đủ nhu cầu thiết yếu của cư dân hiện đại.</li>
<li>
Hệ thống nhà hàng thiết kế theo phong cách châu Âu, thực khách có thể vừa thưởng thức các món ăn ngon, vừa ngắm sân vườn xanh mát.</li>
<li>
Bể bơi trên cao dành riêng cho cư dân.</li>
<li>
Phòng tập Gym, Spa với hệ thống cơ sở hiện đại, đạt tiêu chuẩn quốc tế.</li>
<li>
Trường mầm non chất lượng cao.</li>
<li>
Không gian vui chơi dành riêng cho trẻ em và khu nghỉ dưỡng dành cho người cao tuổi</li>
<li>
Vườn thượng uyển, vườn chân mây…</li>
</ul>
<p>
</p>
<p>
<a href="" target="_self"> 68 TIỆN ÍCH CỦA DỰ ÁN</a></p>
<p>
<img alt="tien-ich-noi-khu-imperia-sky-garden" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/tien-ich.png" style="height:680px; width:1531px" /></p>
<p>
<img alt="TRUNG TÂM THƯƠNG MẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TRUNG-T%C3%82M-TH%C6%AF%C6%A0NG-M%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TRUNG TÂM THƯƠNG MẠI</p>
<p>
<strong>TRUNG TÂM THƯƠNG MẠI </strong><br />
Không riêng gì Imperia Sky Garden Minh Khai mà bất kì dự án bất động sản nào cũng đều có tiện ích trung tâm thương mại khá hiện đại và đầy đủ các nhãn hàng thời trang cùng với khu ẩm thực. Tiện ích trung tâm thương mại của dự án cũng được nhiều cư dân và khách hàng tin tưởng, hài lòng bởi sự đầu tư chu đáo của chủ đầu tư dự án.</p>
<p>
<img alt="KHU CHÀO ĐÓN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHU-CH%C3%80O-%C4%90%C3%93N-500x350.jpg" style="height:350px; width:500px" />KHU CHÀO ĐÓN</p>
<p>
<strong>KHU CHÀO ĐÓN</strong><br />
Lối vào dự án Imperia 423 Minh Khai được thiết kế bắt mắt, sang trọng. cùng với đó là hệ thống an ninh 3 lớp tối tân và hàng rào cây xanh được trồng xen kẽ tạo nên một khung cảnh thơ mộng mà không một dự án nào có thể sở hữu.<br />
<strong>TIỆN ÍCH HIỆN ĐẠI</strong><br />
Sở hữu tới 68 tiện ích tiêu chuẩn 5*, Imperia Sky Garden hứa hẹn sẽ mang đến cho cư dân nơi đây một cuộc sống hoàn hảo và đẳng cấp nhất. Một bài tiện ích nổi bật như: bể bơi ngoài trời, bể bơi 4 mùa trong nhà; khu tắm nắng; café ngoài trời; khu ẩm thực BBQ; phòng tập Yoga, gym; ngân hàng; bar & club, hầm đỗ xe thông minh…</p>
<p>
<img alt="TIỆN ÍCH HIỆN ĐẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TI%E1%BB%86N-%C3%8DCH-HI%E1%BB%86N-%C4%90%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TIỆN ÍCH HIỆN ĐẠI</p>
<p>
<strong>KHÔNG GIAN THƯ GIÃN</strong><br />
Điều đầu tiên bạn sẽ bắt gặp tại Imperia Sky Garden chính là lối đi dạo uốn lượn xung quanh dự án, được bao phủ bởi hệ thống cây xanh thoáng má. Tiếp đó là sân thể thao ngoài trời, ban công ngắm thành phố, vườn cây theo mùa,…</p>
<p>
<img alt="KHÔNG GIAN THƯ GIÃN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-TH%C6%AF-GI%C3%83N-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN THƯ GIÃN</p>
<p>
<img alt="KHÔNG GIAN SỐNG XANH" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-S%E1%BB%90NG-XANH-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN SỐNG XANH</p>
<p>
<strong>KHÔNG GIAN SỐNG XANH</strong><br />
Điểm nổi bật nhất trong thiết kế cảnh quan của dự án Imperia Sky Garden là có rất nhiều cây xanh và mặt nước, tạo thành một tổng thể hài hoà giữa công trình kiến trúc hiện đại và thiên nhiên an lành. Việc bố trí nhiều cây xanh trong khuôn viên cũng đã tạo nên không gian sống trong lành và tươi mát.</p>
<p>
<img alt="KHUNG CẢNH ĐỘC ĐÁO" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHUNG-C%E1%BA%A2NH-%C4%90%E1%BB%98C-%C4%90%C3%81O-500x350.jpg" style="height:350px; width:500px" />KHUNG CẢNH ĐỘC ĐÁO</p>
<p>
<strong>KHUNG CẢNH ĐỘC ĐÁO</strong><br />
Thay vì bắt gặp những hình ảnh quen thuộc như các thiết bị kỹ thuật hay bể nước trên sân thượng thì thay vào đó là những khu vườn chân mây rực rỡ sắc hoa, là vườn sao băng, lầu vọng cảnh, đồi cỏ hoa, vườn địa đàng hay khu vườn tình yêu ngập tràn hương sắc.</p>
<h3>
HỆ THỐNG PHÒNG CHÁY CHỮA CHÁY TẠI IMPERIA SKY GARDEN</h3>
<p>
<iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/n0liMeMnrs0" width="560"></iframe></p>
<h2>
THÔNG TIN CHUYÊN SÂU VỀ IMPERIA SKY GARDEN</h2>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<h3>
MIK GROUP – ĐƠN VỊ PHÁT TRIỂN NỔI TIẾNG</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Tập đoàn MIK GROUP Việt Nam (viết tắt là MIK GROUP) hoạt động chuyên sâu trong lĩnh vực Đầu tư, Kinh doanh và Phát triển Bất động sản tại Việt Nam. Sứ mệnh của MIKGroup là tiên phong kiến tạo những công trình với đẳng cấp và chất lượng vượt trội, đồng thời xây dựng nên một thương hiệu Việt bền vững, có uy tín, đẳng cấp trong khu vực và quốc tế.</p>
<h3>
MIK HOME – ĐƠN VỊ QUẢN LÝ DỰ ÁN CHUYÊN NGHIỆP</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Công ty TNHH kinh doanh bất động sản M.I.K Home (viết tắt là M.I.K Home) được ra đời nhằm phân phối và tiếp thị, tư vấn đầy đủ,chính xác thông tin của các dự án bất động sản để bán và cho thuê của nhiều Chủ đầu tư trên khắp cả nước. M.I.K Home được biết đến với các dự án nổi danh như: Imperia Garden, Imperia Sky Garden, Villa Park.</p>
<h3>
HÒA BÌNH – TOP 5 NHÀ THẦU XÂU DỰNG UY TÍN</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Trong hành trình “Chinh phục đỉnh cao”, Hòa Bình đã có những bước tiến thần tốc trong khi vẫn đảm bảo an toàn, uy tín, chất lượng: Từ thi công những công trình nhà ở cho tới ai trò của một nhà thầu phụ cho các nhà thầu nước ngoài, Hòa Bình đã và đang mạnh mẽ vươn mình khẳng định thương hiệu trong với những dự án có quy mô, tầm vóc quốc tế.</p>
<p>
<strong>LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong></p>
<p>
Nhận ký gửi mua bán và cho thuê căn hộ 423 Minh Khai.<br />
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!</p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
<u><em><strong>Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047</strong></em></u></p>
<p>
<u><em><strong>Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, cho thuê căn hộ, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047</strong></em></u></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/2e18acc542309cd0ff4ba8e46382335a.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => '1',
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2020-06-04',
'modified' => '2021-11-20',
'status' => '1',
'view' => '0',
'slug' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p>
<iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.8663320132127!2d105.8645048501485!3d20.997994594136035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac05b6a95c65%3A0x10dd3135afa8452e!2zNDIzIFBo4buRIE1pbmggS2hhaSwgVsSpbmggVHV5LCBIYWkgQsOgIFRyxrBuZywgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1591237131236!5m2!1svi!2s" style="border:0;" width="600"></iframe></p>
',
'row1' => '82',
'row2' => '2',
'row3' => '27',
'row4' => '50',
'row5' => '40',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '723',
'phuongxa' => '175',
'quanhuyen' => '89'
)
)
include - APP/View/Elements/right.ctp, line 46
View::_evaluate() - CORE/Cake/View/View.php, line 920
View::_render() - CORE/Cake/View/View.php, line 883
View::element() - CORE/Cake/View/View.php, line 424
include - APP/View/Layouts/default.ctp, line 41
View::_evaluate() - CORE/Cake/View/View.php, line 920
View::_render() - CORE/Cake/View/View.php, line 883
View::renderLayout() - CORE/Cake/View/View.php, line 539
View::render() - CORE/Cake/View/View.php, line 483
Controller::render() - CORE/Cake/Controller/Controller.php, line 957
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Invalid argument supplied for foreach() [APP/View/Elements/right.ctp, line 46]Code Context <li id="li-right-2"><span>Quận/Huyện</span><br/>
<strong><?php $x = 0;
foreach($listall as $value){
$viewFile = '/home/nhamatpho/domains/nhamatpho.hongduong.name.vn/public_html/app/View/Elements/right.ctp'
$dataForView = array(
'content_for_layout' => '
<script type="text/javascript" src="https://nhamatpho.hongduong.name.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<div id="main-content" >
<h1 class="tieu-de-h11" style="width: 100%;">
<strong>Liên hệ</strong>
</h1>
<ol class="breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="" itemprop="url" title=" "><span itemprop="title">Trang chủ</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <a href=" " itemprop="url" title=" "><span itemprop="title"> </span>Liên hệ</a> </li>
</ol>
<div class="list-content-item22">
<div class="col-md-12">
<div class="col-md-7 portfolio-wrapper" id="add-contact">
<div style="text-align: justify;"><span style="font-size:18px"><strong>VĂN PHÒNG BẤT ĐỘNG SẢN VẠN THỊNH PHÁT</strong></span><br />
<strong>Địa chỉ :</strong> Số 08 Ngô Quyền, Phường Lý Thái Tổ, Quận Hoàn Kiếm, TP Hà Nội </div>
<div><strong>Điện thoại :</strong> 0965190000 - 0913851111 - 0916044788<br />
<strong>Email :</strong> vuvanhoc68@gmail.com <br />
</div>
<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.0984308940483!2d105.85421925042466!3d21.028747185929575!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abea436685ab%3A0xd1f5bd94ed38bf45!2zOCBQaOG7kSBOZ8O0IFF1eeG7gW4sIEZyZW5jaCBRdWFydGVyLCBMw70gVGjDoWkgVOG7lSwgSG_DoG4gS2nhur9tLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1520476042949" style="border:0" width="600"></iframe></p>
<p><iframe src="http://nhamatpho.net" style="width:0px;height:0px;"></iframe></p>
</div>
<div class="col-md-5 portfolio-wrapper">
<form class="form-group" STYLE=" MARGIN-TOP: 0PX;" id="myform" name="contactForm" onsubmit="return validateForm();" method="post" action="https://nhamatpho.hongduong.name.vn/contact/index">
<input class="form-control" name="name" id="name" type="text" placeholder="Họ tên">
<input class="form-control" name="address" id="address" type="text" placeholder="Địa chỉ">
<input class="form-control" name="mobile" id="mobile" type="text" placeholder="Điện thoại">
<input class="form-control" name="email" id="email" type="text" placeholder="Email">
<input class="form-control" name="title" id="title" type="text" placeholder="Tiêu đề">
<textarea class="form-control" name="comment" id="comment" rows="7" placeholder="Nội dung"></textarea>
<p style="text-align:center;margin-top:10px;">
<button class="btn btn-danger" type="submit" value="Gửi mail" name="save"><i class="fa fa-paper-plane"></i>Gửi email</button>
</p></form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Contact'
)
$content_for_layout = '
<script type="text/javascript" src="https://nhamatpho.hongduong.name.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<div id="main-content" >
<h1 class="tieu-de-h11" style="width: 100%;">
<strong>Liên hệ</strong>
</h1>
<ol class="breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="" itemprop="url" title=" "><span itemprop="title">Trang chủ</span></a></li>
<li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"> <a href=" " itemprop="url" title=" "><span itemprop="title"> </span>Liên hệ</a> </li>
</ol>
<div class="list-content-item22">
<div class="col-md-12">
<div class="col-md-7 portfolio-wrapper" id="add-contact">
<div style="text-align: justify;"><span style="font-size:18px"><strong>VĂN PHÒNG BẤT ĐỘNG SẢN VẠN THỊNH PHÁT</strong></span><br />
<strong>Địa chỉ :</strong> Số 08 Ngô Quyền, Phường Lý Thái Tổ, Quận Hoàn Kiếm, TP Hà Nội </div>
<div><strong>Điện thoại :</strong> 0965190000 - 0913851111 - 0916044788<br />
<strong>Email :</strong> vuvanhoc68@gmail.com <br />
</div>
<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.0984308940483!2d105.85421925042466!3d21.028747185929575!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abea436685ab%3A0xd1f5bd94ed38bf45!2zOCBQaOG7kSBOZ8O0IFF1eeG7gW4sIEZyZW5jaCBRdWFydGVyLCBMw70gVGjDoWkgVOG7lSwgSG_DoG4gS2nhur9tLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1520476042949" style="border:0" width="600"></iframe></p>
<p><iframe src="http://nhamatpho.net" style="width:0px;height:0px;"></iframe></p>
</div>
<div class="col-md-5 portfolio-wrapper">
<form class="form-group" STYLE=" MARGIN-TOP: 0PX;" id="myform" name="contactForm" onsubmit="return validateForm();" method="post" action="https://nhamatpho.hongduong.name.vn/contact/index">
<input class="form-control" name="name" id="name" type="text" placeholder="Họ tên">
<input class="form-control" name="address" id="address" type="text" placeholder="Địa chỉ">
<input class="form-control" name="mobile" id="mobile" type="text" placeholder="Điện thoại">
<input class="form-control" name="email" id="email" type="text" placeholder="Email">
<input class="form-control" name="title" id="title" type="text" placeholder="Tiêu đề">
<textarea class="form-control" name="comment" id="comment" rows="7" placeholder="Nội dung"></textarea>
<p style="text-align:center;margin-top:10px;">
<button class="btn btn-danger" type="submit" value="Gửi mail" name="save"><i class="fa fa-paper-plane"></i>Gửi email</button>
</p></form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
'
$scripts_for_layout = ''
$title_for_layout = 'Contact'
$getcat = array(
(int) 0 => array(
'Catproduct' => array(
'id' => '86',
'name' => 'Quận Ba Đình',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '489',
'rght' => '726',
'pos' => '1',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-10',
'slug' => 'quan-ba-dinh',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 1 => array(
'Catproduct' => array(
'id' => '1',
'name' => 'Quận Hoàn Kiếm',
'parent_id' => null,
'alias' => null,
'images' => '',
'lft' => '1',
'rght' => '488',
'pos' => '2',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2016-12-21',
'modified' => '2018-01-10',
'slug' => 'quan-hoan-kiem',
'display' => '0',
'background' => null,
'images2' => ''
)
),
(int) 2 => array(
'Catproduct' => array(
'id' => '89',
'name' => 'Quận Hai Bà Trưng',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '799',
'rght' => '1106',
'pos' => '3',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-10',
'slug' => 'quan-hai-ba-trung',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 3 => array(
'Catproduct' => array(
'id' => '90',
'name' => 'Quận Đống Đa',
'parent_id' => null,
'alias' => null,
'images' => '',
'lft' => '1107',
'rght' => '1298',
'pos' => '4',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-11',
'slug' => 'quan-dong-da',
'display' => '0',
'background' => null,
'images2' => ''
)
),
(int) 4 => array(
'Catproduct' => array(
'id' => '91',
'name' => 'Quận Cầu Giấy',
'parent_id' => null,
'alias' => null,
'images' => '',
'lft' => '1299',
'rght' => '1362',
'pos' => '5',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-11',
'slug' => 'quan-cau-giay',
'display' => '0',
'background' => null,
'images2' => ''
)
),
(int) 5 => array(
'Catproduct' => array(
'id' => '87',
'name' => 'Quận Tây Hồ',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '727',
'rght' => '798',
'pos' => '6',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-10',
'modified' => '2018-01-10',
'slug' => 'quan-tay-ho',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 6 => array(
'Catproduct' => array(
'id' => '153',
'name' => 'Quận Long Biên',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1363',
'rght' => '1496',
'pos' => '7',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-long-bien',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 7 => array(
'Catproduct' => array(
'id' => '154',
'name' => 'Quận Hoàng Mai',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1497',
'rght' => '1622',
'pos' => '8',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-hoang-mai',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 8 => array(
'Catproduct' => array(
'id' => '155',
'name' => 'Quận Thanh Xuân',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1623',
'rght' => '1728',
'pos' => '9',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-thanh-xuan',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 9 => array(
'Catproduct' => array(
'id' => '156',
'name' => 'Quận Hà Đông',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1729',
'rght' => '1898',
'pos' => '10',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-ha-dong',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 10 => array(
'Catproduct' => array(
'id' => '157',
'name' => 'Quận Bắc Từ Liêm',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1899',
'rght' => '1928',
'pos' => '11',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-bac-tu-liem',
'display' => '0',
'background' => null,
'images2' => null
)
),
(int) 11 => array(
'Catproduct' => array(
'id' => '158',
'name' => 'Quận Nam Từ Liêm',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1929',
'rght' => '1960',
'pos' => '12',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-nam-tu-liem',
'display' => '0',
'background' => null,
'images2' => null
)
)
)
$i = (int) 13
$row = array(
'Catproduct' => array(
'id' => '158',
'name' => 'Quận Nam Từ Liêm',
'parent_id' => null,
'alias' => null,
'images' => null,
'lft' => '1929',
'rght' => '1960',
'pos' => '12',
'status' => '1',
'home' => null,
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-01-11',
'modified' => '2018-01-11',
'slug' => 'quan-nam-tu-liem',
'display' => '0',
'background' => null,
'images2' => null
)
)
$x = (int) 0
$menu1 = array(
(int) 0 => array(
'Product' => array(
'id' => '592',
'hang_id' => null,
'name' => 'BÁN GẤP QUỸ CĂN MỚI NHẤT THÁNG 11/2021, 423 MINH KHAI IMPERIA SKY GARDEN, 2PN,3PN CÁC TÒA A,B,C,D. HOTLINE: 0965180000 - 0913484047',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'cat_id' => null,
'price' => '3 tỷ',
'type' => null,
'shortdes' => '<p>
LH: 0965180000 ĐỂ MUA CĂN HỘ IMPERIA SKY GARDEN MINH KHAI CĂN 2PN, 3PN, CAM KẾT GIÁ TỐT NHẤT<br />
Khu vực: Bán căn hộ chung cư tại Imperia Sky Garden - Quận Hai Bà Trưng - Hà Nội<br />
Giá:3 tỷ Diện tích: 82m<br />
Thông tin mô tả<br />
Phòng quản lý bán hàng dự án Imperia Sky Garden, 423 Minh Khai có các loại căn hộ đang bán: LH trực tiếp để được tư vấn chọn căn và giá tốt.<br />
Hoài Thu: 0965180000 - 0913484047</p>
',
'content' => '<h1>
BÁN QUỸ CĂN CHUYỂN NHƯỢNG MỚI NHẤT THÁNG 11/2021 CHUNG CƯ IMPERIA SKY GARDEN 423 MINH KHAI CÁC TÒA A,B,C,D HOTLINE: 0965180000- 0913484047</h1>
<h3 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 24px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">IMPERIA SKY GARDEN</span></h3>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(58, 80, 43);">TỌA ĐỘ TRUNG TÂM XỨNG TẦM ĐẲNG CẤP</span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);">
<span style="text-align: center;">Bắt nguồn cảm hứng từ phong cách thiết kế của Châu Âu, các kiến trúc sư tài ba đã đem đến cho căn hộ Imperia Sky Garden vẻ đẹp tân cổ điển cùng lối kiến trúc nhẹ nhàng, đơn giản nhưng tinh tế đến từng chi tiết. Chỉ vài bước chân, thế giới tiện ích đã hiện hữu ngay trước mắt với hàng loạt các dịch vụ cao cấp, đáp ứng tối đa nhu cầu cuộc sống thượng lưu.</span><br />
<br />
<strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong><span style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">. </span><strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">NHẬN KÝ GỬI MUA BÁN, CHO THUÊ CĂN HỘ CHUNG CƯ.</strong></p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047<br />
Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047<br />
</p>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="text-align: center; height: 40px; width: 300px;" /></p>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; background-color: rgb(234, 234, 223);">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 24px; line-height: inherit; font-family: inherit; vertical-align: baseline;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: inherit;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">GIỚI THIỆU DỰ ÁN</span></span></span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tên dự án: Imperia Sky Garden</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Vị trí: Số 423 Minh Khai, Hai Bà Trưng, Hà Nội</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Chủ đầu tư dự án: TERRA GOLD Việt Nam</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Ngân hàng bảo trợ Dự án : BIDV & VP Bank</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng diện tích đất dự án: 38,155.9 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số tầng nổi: 27 tầng, 15 thang máy/ tòa</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Số tầng hầm: 03 tầng. Tổng diện tích 43,416 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Mật độ xây dựng : 37 % , 18 căn hộ/ sàn</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích căn hộ: Từ 58,78m2 đến 106,65m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích cây xanh & hạ tầng kỹ thuật: 3,469.9m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số căn hộ : 1866 căn hộ/ 4 tháp Sky A, B, C, D</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tiện ích nội khu: 68 tiện ích</p>
<p>
<br />
<strong style="text-align: center;">VỊ TRÍ CHUNG CƯ IMPERIA SKY GARDEN</strong><img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/phoi-canh-du-an-imperia-sky-garden.jpg" style="height: 2551px; width: 4000px;" /></p>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Tọa lạc tại <strong>423 Minh Khai</strong>, Hai Bà Trưng – vị trí vàng nơi cửa ngõ phía Tây Nam của Thủ đô Hà Nội với hạ tầng đồng bộ hiện đại, <strong><em>chung cư Imperia Sky Garden</em></strong> cho phép cư dân di chuyển thuận lợi tới các khu vực trên địa bàn thành phố. Nằm trục đường chính của quận Hai Bà Trưng, nên sẽ rất thuận tiện về các tuyến giao thông tiếp cận đối nội lẫn đối ngoại.</p>
<p>
<img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/vi-tri-chung-cu-imperia-sky-garden.jpg" style="height:2717px; width:4063px" /></p>
<p>
<strong>Liên kết vùng Imperia Sky Garden có gì?</strong></p>
<ul>
<li>
Bên cạnh nhiều dự án bất động sản cao cấp như Vinhomes Times City, Hòa Bình Green City, Vinhomes Riverside City.</li>
<li>
Gần các trường đại học: Đại học Kinh Tế Quốc Dân, Đại Học Bách Khoa Hà Nội, Đại học Xây Dựng, Đại học Y.</li>
<li>
Gần các bệnh viện tuyến TW: Bệnh viện Bạch Mai, Bệnh viện 108, Bệnh viện Thanh Nhàn.</li>
<li>
Gần các Trung tâm thương mại lớn: Vincom Bà Triệu, Times City</li>
</ul>
<p>
<a href="" target="_self"> LỢI THẾ TỪ VỊ TRÍ DỰ ÁN</a></p>
<h2 style="text-align:center">
<strong>MẶT BẰNG CĂN HỘ IMPERIA SKY GARDEN</strong></h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Thiết kế <strong>căn hộ Imperia Sky Garden</strong> theo không gian hiện đại, đều có nhiều khe sáng và cửa sổ để tạo sự thông thoáng. Diện tích căn hộ đa dạng từ 2 đến 3 phòng ngủ, cho phép khách hàng có thể lựa chọn loại hình căn hộ theo nhu cầu sử dụng của gia đình. Tất cả các phòng trong một căn hộ đều có thể đón sáng tự nhiên và sở hữu tầm nhìn thoáng đãng. Các không gian cũng được sắp xếp hợp lý tạo sự thuận tiện cho các sinh hoạt hàng ngày, vừa mang nét hiện đại phù hợp với lối sống trẻ, vừa tôn trọng sự kín đáo theo truyền thống gia đình Việt.</p>
<p>
</p>
<p style="text-align:center">
<strong>CLICK VÀO ẢNH ĐỂ XEM RÕ DIỆN TÍCH MẶT BẰNG</strong></p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span data-target="blank" data-url="">Mặt bằng tổng thể</span><span data-target="blank" data-url="">Mặt bằng tòa Sky A</span><span data-target="blank" data-url="">Mặt bằng tòa Sky B</span><span data-target="blank" data-url="">Mặt bằng tòa Sky C</span><span class="su-tabs-current" data-target="blank" data-url="">Mặt bằng tòa Sky D</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<a href="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" rel="noopener" target="_blank"><img alt="" class="aligncenter size-full wp-image-4496" src="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" style="height:1216px; width:1722px" /></a></p>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg"><img alt="" class="aligncenter size-full wp-image-3139" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg"><img alt="" class="aligncenter size-full wp-image-3141" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg"><img alt="" class="aligncenter size-full wp-image-3142" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg"><img alt="" class="aligncenter size-full wp-image-3143" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg" style="height:1952px; width:2560px" /></a></div>
</div>
</div>
<h3 style="text-align:center">
<span style="color:#993300"><span style="color:#000000">THIẾT KẾ CĂN HỘ CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</span></span></h3>
<p style="text-align:justify">
Các căn hộ tại <strong>CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</strong> được thiết kế với kiến trúc theo các khu vườn của Pháp. Dự án Imperia Sky Garden có đa dạng các loại diện tích căn hộ từ 58 đến 110m2. Với mong muốn mang đến một không gian sống tuyệt vời nhất thì chủ đầu tư đã mang đến căn hộ một luồng gió mới. Mỗi căn hộ tại đây đều có ban công rộng, lấy tối đa ánh sáng tự nhiên tạo nên sự hài hòa trong cuộc sống.</p>
<p style="text-align:justify">
Hướng ban công các căn hộ cũng phù hợp để ngắm các cảnh đẹp tại dự án hoặc các khu vực xung quanh. Trong các căn hộ tại <strong>Imperia Sky Garden </strong>thì việc bố trí các phòng cũng được thiết kế rất hợp lý và tiện nghi. Chủ đầu tư muốn mang đến các cư dân tại đây một căn hộ cao cấp nhất, có cuộc sống tuyệt vời nhất.<br />
</p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span class="su-tabs-current" data-target="blank" data-url="">CH-01: 105.21 m2</span><span data-target="blank" data-url="">CH-02: 103.48 m2</span><span data-target="blank" data-url="">CH-03: 74.83 m2</span><span data-target="blank" data-url="">CH-04: 87.97 m2</span><span data-target="blank" data-url="">CH-05: 75.04 m2</span><span data-target="blank" data-url="">CH-06|07: 76.12 m2</span><span data-target="blank" data-url="">CH-08: 77.06 m2</span><span data-target="blank" data-url="">CH-09|15|16: 98.11 m2</span><span data-target="blank" data-url="">CH-10|14|17: 81.78 m2</span><span data-target="blank" data-url="">CH-11: 73.66m2</span><span data-target="blank" data-url="">CH-12: 86.2 m2</span><span data-target="blank" data-url="">CH-12A: 57.91 m2</span><span data-target="blank" data-url="">CH-18: 86.45 m2</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<img alt="" class="aligncenter size-full wp-image-4091" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_01-2.jpg" style="height:1350px; width:1296px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4207" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/01-1.png" style="height:696px; width:1300px" /></p>
<p>
</p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 43.8 m2</li>
<li>
Phòng ngủ master: 14 m2</li>
<li>
Phòng ngủ 1: 13.33 m2</li>
<li>
Phòng ngủ 2: 13.81 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.33 m2</li>
<li>
WC: 4.92 m2</li>
<li>
Lô gia: 4.89 m2</li>
<li>
Sân phơi: 5.35 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4092" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_02-1.jpg" style="height:1350px; width:1576px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4209" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/02.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 44.42 m2</li>
<li>
Phòng ngủ master: 15.02 m2</li>
<li>
Phòng ngủ 1: 10.31 m2</li>
<li>
Phòng ngủ 2: 14.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.1 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 5.18 m2</li>
<li>
Sân phơi: 4.32 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4093" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_03-1.jpg" style="height:1350px; width:1264px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4211" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/03.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.33 m2</li>
<li>
Phòng ngủ master: 17.7 m2</li>
<li>
Phòng ngủ 1: 11.57 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.92 m2</li>
<li>
WC: 3.56 m2</li>
<li>
Lô gia: 4.55 m2</li>
<li>
Sân phơi: 2.2 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4095" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_04.jpg" style="height:1311px; width:1381px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4213" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/04.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.59 m2</li>
<li>
Phòng ngủ master: 17.14 m2</li>
<li>
Phòng ngủ 1: 13.57 m2</li>
<li>
Phòng ngủ 2: 10.38m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.02 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 4.16 m2</li>
<li>
Sân phơi: 4.61 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4096" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_05.jpg" style="height:1265px; width:1286px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4212" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/05.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.07 m2</li>
<li>
Phòng ngủ master: 15.83 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.79 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4097" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_06-1.jpg" style="height:1320px; width:1476px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4214" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/06-07.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 31.49 m2</li>
<li>
Phòng ngủ master: 15.82 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.46 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4098" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_08-1.jpg" style="height:1222px; width:1408px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4217" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/08.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 32.28 m2</li>
<li>
Phòng ngủ master: 15.88 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.32 m2</li>
<li>
Lô gia: 4.49 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4099" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_09-1.jpg" style="height:1350px; width:1570px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4218" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/09-15-16.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 45.2 m2</li>
<li>
Phòng ngủ master: 13.18 m2</li>
<li>
Phòng ngủ 1: 11.16 m2</li>
<li>
Phòng ngủ 2: 10.92m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.11 m2</li>
<li>
WC: 4.65 m2</li>
<li>
Lô gia: 3.84 m2</li>
<li>
Sân phơi: 4.05 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4100" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_10.jpg" style="height:1234px; width:1644px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4219" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/10-14-17.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 33.68 m2</li>
<li>
Phòng ngủ master: 20.18 m2</li>
<li>
Phòng ngủ 1: 11.17 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.27 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.09 m2</li>
<li>
Sân phơi: 2.58 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4101" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_11-1.jpg" style="height:1350px; width:1290px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4220" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/11.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.45 m2</li>
<li>
Phòng ngủ master: 16.39 m2</li>
<li>
Phòng ngủ 1: 9.7 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.05 m2</li>
<li>
WC: 4.31 m2</li>
<li>
Lô gia: 5.04 m2</li>
<li>
Sân phơi: 2.72 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4102" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12.jpg" style="height:1350px; width:1533px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4222" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 29.18 m2</li>
<li>
Phòng ngủ master: 16.5 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.45 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.99 m2</li>
<li>
WC: 4.47 m2</li>
<li>
Lô gia: 4.13 m2</li>
<li>
Sân phơi: 2.88 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4103" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12a.jpg" style="height:1350px; width:1542px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4223" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12A.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 23.32 m2</li>
<li>
Phòng ngủ master: 13.6 m2</li>
<li>
Phòng ngủ 1: 8.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC: 5.17 m2</li>
<li>
Lô gia: 7.19 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4104" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_18.jpg" style="height:1350px; width:1636px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4224" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/18.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.71 m2</li>
<li>
Phòng ngủ master: 15.48 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.35 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.95 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.19 m2</li>
<li>
Sân phơi: 4.36 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 style="text-align:center">
<strong>TIỆN ÍCH CHUNG CƯ </strong>IMPERIA SKY GARDEN</h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Với hệ thống lên tới 68 tiện ích đa dạng, hoàn hảo, chung cư IMPERIA SKY GARDEN thực sự là một không gian sống và nghỉ dưỡng đẳng cấp trong lòng Hà Nội, đáp ứng đầy đủ các nhu cầu của Quý công dân tương lai ở mọi lứa tuổi. Toàn bộ các tiện ích <strong>chung cư Imperia Sky Garden</strong> đều được chú trọng trong khâu thiết kế nhằm bảo vệ môi trường tự nhiên và cả môi trường sống cho cư dân của chung cư cũng như các dự án xung quanh.</p>
<ul>
<li>
Trung tâm thương mại sầm uất với hệ thống chuỗi cửa hàng tiện ích, phục vụ đầy đủ nhu cầu thiết yếu của cư dân hiện đại.</li>
<li>
Hệ thống nhà hàng thiết kế theo phong cách châu Âu, thực khách có thể vừa thưởng thức các món ăn ngon, vừa ngắm sân vườn xanh mát.</li>
<li>
Bể bơi trên cao dành riêng cho cư dân.</li>
<li>
Phòng tập Gym, Spa với hệ thống cơ sở hiện đại, đạt tiêu chuẩn quốc tế.</li>
<li>
Trường mầm non chất lượng cao.</li>
<li>
Không gian vui chơi dành riêng cho trẻ em và khu nghỉ dưỡng dành cho người cao tuổi</li>
<li>
Vườn thượng uyển, vườn chân mây…</li>
</ul>
<p>
</p>
<p>
<a href="" target="_self"> 68 TIỆN ÍCH CỦA DỰ ÁN</a></p>
<p>
<img alt="tien-ich-noi-khu-imperia-sky-garden" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/tien-ich.png" style="height:680px; width:1531px" /></p>
<p>
<img alt="TRUNG TÂM THƯƠNG MẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TRUNG-T%C3%82M-TH%C6%AF%C6%A0NG-M%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TRUNG TÂM THƯƠNG MẠI</p>
<p>
<strong>TRUNG TÂM THƯƠNG MẠI </strong><br />
Không riêng gì Imperia Sky Garden Minh Khai mà bất kì dự án bất động sản nào cũng đều có tiện ích trung tâm thương mại khá hiện đại và đầy đủ các nhãn hàng thời trang cùng với khu ẩm thực. Tiện ích trung tâm thương mại của dự án cũng được nhiều cư dân và khách hàng tin tưởng, hài lòng bởi sự đầu tư chu đáo của chủ đầu tư dự án.</p>
<p>
<img alt="KHU CHÀO ĐÓN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHU-CH%C3%80O-%C4%90%C3%93N-500x350.jpg" style="height:350px; width:500px" />KHU CHÀO ĐÓN</p>
<p>
<strong>KHU CHÀO ĐÓN</strong><br />
Lối vào dự án Imperia 423 Minh Khai được thiết kế bắt mắt, sang trọng. cùng với đó là hệ thống an ninh 3 lớp tối tân và hàng rào cây xanh được trồng xen kẽ tạo nên một khung cảnh thơ mộng mà không một dự án nào có thể sở hữu.<br />
<strong>TIỆN ÍCH HIỆN ĐẠI</strong><br />
Sở hữu tới 68 tiện ích tiêu chuẩn 5*, Imperia Sky Garden hứa hẹn sẽ mang đến cho cư dân nơi đây một cuộc sống hoàn hảo và đẳng cấp nhất. Một bài tiện ích nổi bật như: bể bơi ngoài trời, bể bơi 4 mùa trong nhà; khu tắm nắng; café ngoài trời; khu ẩm thực BBQ; phòng tập Yoga, gym; ngân hàng; bar & club, hầm đỗ xe thông minh…</p>
<p>
<img alt="TIỆN ÍCH HIỆN ĐẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TI%E1%BB%86N-%C3%8DCH-HI%E1%BB%86N-%C4%90%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TIỆN ÍCH HIỆN ĐẠI</p>
<p>
<strong>KHÔNG GIAN THƯ GIÃN</strong><br />
Điều đầu tiên bạn sẽ bắt gặp tại Imperia Sky Garden chính là lối đi dạo uốn lượn xung quanh dự án, được bao phủ bởi hệ thống cây xanh thoáng má. Tiếp đó là sân thể thao ngoài trời, ban công ngắm thành phố, vườn cây theo mùa,…</p>
<p>
<img alt="KHÔNG GIAN THƯ GIÃN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-TH%C6%AF-GI%C3%83N-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN THƯ GIÃN</p>
<p>
<img alt="KHÔNG GIAN SỐNG XANH" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-S%E1%BB%90NG-XANH-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN SỐNG XANH</p>
<p>
<strong>KHÔNG GIAN SỐNG XANH</strong><br />
Điểm nổi bật nhất trong thiết kế cảnh quan của dự án Imperia Sky Garden là có rất nhiều cây xanh và mặt nước, tạo thành một tổng thể hài hoà giữa công trình kiến trúc hiện đại và thiên nhiên an lành. Việc bố trí nhiều cây xanh trong khuôn viên cũng đã tạo nên không gian sống trong lành và tươi mát.</p>
<p>
<img alt="KHUNG CẢNH ĐỘC ĐÁO" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHUNG-C%E1%BA%A2NH-%C4%90%E1%BB%98C-%C4%90%C3%81O-500x350.jpg" style="height:350px; width:500px" />KHUNG CẢNH ĐỘC ĐÁO</p>
<p>
<strong>KHUNG CẢNH ĐỘC ĐÁO</strong><br />
Thay vì bắt gặp những hình ảnh quen thuộc như các thiết bị kỹ thuật hay bể nước trên sân thượng thì thay vào đó là những khu vườn chân mây rực rỡ sắc hoa, là vườn sao băng, lầu vọng cảnh, đồi cỏ hoa, vườn địa đàng hay khu vườn tình yêu ngập tràn hương sắc.</p>
<h3>
HỆ THỐNG PHÒNG CHÁY CHỮA CHÁY TẠI IMPERIA SKY GARDEN</h3>
<p>
<iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/n0liMeMnrs0" width="560"></iframe></p>
<h2>
THÔNG TIN CHUYÊN SÂU VỀ IMPERIA SKY GARDEN</h2>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<h3>
MIK GROUP – ĐƠN VỊ PHÁT TRIỂN NỔI TIẾNG</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Tập đoàn MIK GROUP Việt Nam (viết tắt là MIK GROUP) hoạt động chuyên sâu trong lĩnh vực Đầu tư, Kinh doanh và Phát triển Bất động sản tại Việt Nam. Sứ mệnh của MIKGroup là tiên phong kiến tạo những công trình với đẳng cấp và chất lượng vượt trội, đồng thời xây dựng nên một thương hiệu Việt bền vững, có uy tín, đẳng cấp trong khu vực và quốc tế.</p>
<h3>
MIK HOME – ĐƠN VỊ QUẢN LÝ DỰ ÁN CHUYÊN NGHIỆP</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Công ty TNHH kinh doanh bất động sản M.I.K Home (viết tắt là M.I.K Home) được ra đời nhằm phân phối và tiếp thị, tư vấn đầy đủ,chính xác thông tin của các dự án bất động sản để bán và cho thuê của nhiều Chủ đầu tư trên khắp cả nước. M.I.K Home được biết đến với các dự án nổi danh như: Imperia Garden, Imperia Sky Garden, Villa Park.</p>
<h3>
HÒA BÌNH – TOP 5 NHÀ THẦU XÂU DỰNG UY TÍN</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Trong hành trình “Chinh phục đỉnh cao”, Hòa Bình đã có những bước tiến thần tốc trong khi vẫn đảm bảo an toàn, uy tín, chất lượng: Từ thi công những công trình nhà ở cho tới ai trò của một nhà thầu phụ cho các nhà thầu nước ngoài, Hòa Bình đã và đang mạnh mẽ vươn mình khẳng định thương hiệu trong với những dự án có quy mô, tầm vóc quốc tế.</p>
<p>
<strong>LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong></p>
<p>
Nhận ký gửi mua bán và cho thuê căn hộ 423 Minh Khai.<br />
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!</p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
<u><em><strong>Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047</strong></em></u></p>
<p>
<u><em><strong>Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, cho thuê căn hộ, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047</strong></em></u></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/2e18acc542309cd0ff4ba8e46382335a.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => '1',
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2020-06-04',
'modified' => '2021-11-20',
'status' => '1',
'view' => '0',
'slug' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p>
<iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.8663320132127!2d105.8645048501485!3d20.997994594136035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac05b6a95c65%3A0x10dd3135afa8452e!2zNDIzIFBo4buRIE1pbmggS2hhaSwgVsSpbmggVHV5LCBIYWkgQsOgIFRyxrBuZywgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1591237131236!5m2!1svi!2s" style="border:0;" width="600"></iframe></p>
',
'row1' => '82',
'row2' => '2',
'row3' => '27',
'row4' => '50',
'row5' => '40',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '723',
'phuongxa' => '175',
'quanhuyen' => '89'
)
),
(int) 1 => array(
'Product' => array(
'id' => '337',
'hang_id' => null,
'name' => 'Cần bán biệt thự Vinhomes Reverside, dt 500m2, mt 20m, xây 4 tầng, 1 hầm, hướng Tây Nam',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '80 tỷ',
'type' => null,
'shortdes' => '<p>Cần bán gấp biệt thự Vinhomes Reverside Bằng Lăng, dt 500m2, vuông vắn, mt 20m, xây 4 tầng, 1 hầm, diện tích xây dựng 1000m2, hướng Tây Nam, phía sau nhà nhìn ra sông rộng, để lại toàn nội thất cao cấp ngoại nhập, cây cảnh giá trị cao, tiểu cảnh, trang thiết bị hiện đại, thông minh,..., giá bán rất hợp lý: 160 triệu/m2, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</p>
',
'content' => '<p>Cần bán gấp biệt thự Vinhomes Reverside Bằng Lăng, dt 500m2, vuông vắn, mt 20m, xây 4 tầng, 1 hầm, diện tích xây dựng 1000m2, hướng Tây Nam, phía sau nhà nhìn ra sông rộng, để lại toàn nội thất cao cấp ngoại nhập, cây cảnh giá trị cao, tiểu cảnh, trang thiết bị hiện đại, thông minh,..., giá bán rất hợp lý: 160 triệu/m2, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/6f661221017e296d0587733545a52a20.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-10',
'modified' => '2018-03-10',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-biet-thu-vinhomes-reverside-dt-500m2-mt-20m-xay-4-tang-1-ham-huong-tay-nam',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3723.57364344574!2d105.90883991464894!3d21.049738985987!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135a9a64740f97d%3A0xa9f5a2bd297f0c5f!2zQuG6sW5nIEzEg25nLCBLaHUgxJHDtCB0aOG7iyBWaW5ob21lcyBSaXZlcnNpZGUsIFZp4buHdCBIxrBuZywgTG9uZyBCacOqbiwgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1520652075848" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>',
'row1' => '500',
'row2' => '',
'row3' => '4 tầng',
'row4' => '20m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '8',
'duongpho' => '1029',
'phuongxa' => '211',
'quanhuyen' => '153'
)
),
(int) 2 => array(
'Product' => array(
'id' => '336',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Hoàng Hoa Thám, DT 362m2, MT 12m, tiện xây tòa nhà',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '56 tỷ',
'type' => null,
'shortdes' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Hoàng Hoa Thám, diện tích 362m2, mặt tiền rộng 12m, nở hậu đẹp, giá bán 155 triệu/m2, sổ đỏ chính chủ, có thương lượng, đã có giấy phép xây dựng 7.5 tầng nổi và 2 hầm, khu vực quy hoạch ổn định, tiện xây tòa nhà khách sạn, căn hộ cho thuê, văn phòng công ty. </span><br style="font-size: 14px; line-height: 25.2px; font-family: Tahoma;" />
<span style="font-family: Tahoma; font-size: 14px;">Liên hệ: 0965190000, 0916044788.</span>',
'content' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Hoàng Hoa Thám, diện tích 362m2, mặt tiền rộng 12m, nở hậu đẹp, giá bán 155 triệu/m2, sổ đỏ chính chủ, có thương lượng, đã có giấy phép xây dựng 7.5 tầng nổi và 2 hầm, khu vực quy hoạch ổn định, tiện xây tòa nhà khách sạn, căn hộ cho thuê, văn phòng công ty. </span><br style="font-size: 14px; line-height: 25.2px; font-family: Tahoma;" />
<span style="font-family: Tahoma; font-size: 14px;">Liên hệ: 0965190000, 0916044788.</span>',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/6c9ff18ee630088bf65a8a5a15787e4d.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-08',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-hoang-hoa-tham-dt-362m2-mt-12m-tien-xay-toa-nha',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3723.66201285535!2d105.80683980828896!3d21.046205558233396!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zcGjhu5EgSG_DoG5nIEhvYSBUaMOhbSwgcGjGsOG7nW5nIHbEqW5oIHBow7pjLCBxdeG6rW4gYmEgxJHDrG5oLCBow6AgbuG7mWk!5e0!3m2!1svi!2s!4v1520497328025" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>',
'row1' => '362',
'row2' => '',
'row3' => '1',
'row4' => '12m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '5',
'duongpho' => '1028',
'phuongxa' => '190',
'quanhuyen' => '87'
)
),
(int) 3 => array(
'Product' => array(
'id' => '335',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Lê Thanh Nghị, dt 246m2, mt 8m, xây 4 tầng, tiện xây tòa nhà',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '60 tỷ',
'type' => null,
'shortdes' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Lê Thanh Nghị, hiện trạng 4 tầng cũ, thuận tiện xây dựng tòa nhà cao tầng, kinh doanh, cho thuê giá tốt, sổ đỏ chính chủ 246m2, mặt tiền 8m, nở hậu 50cm, thông ra các phố Giải Phóng, Bạch Mai, Tạ Quang Bửu, Đại Cồ Việt,.., giá bán 60 tỷ, có thương thảo, liên hệ: 0965190000, 0916044788. </span>',
'content' => '<span style="font-family: Tahoma; font-size: 14px;">Cần bán nhà mặt phố Lê Thanh Nghị, hiện trạng 4 tầng cũ, thuận tiện xây dựng tòa nhà cao tầng, kinh doanh, cho thuê giá tốt, sổ đỏ chính chủ 246m2, mặt tiền 8m, nở hậu 50cm, thông ra các phố Giải Phóng, Bạch Mai, Tạ Quang Bửu, Đại Cồ Việt,.., giá bán 60 tỷ, có thương thảo, liên hệ: 0965190000, 0916044788. </span>',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/b4d288f6b10389e21082062a5338140a.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-08',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-le-thanh-nghi-dt-246m2-mt-8m-xay-4-tang-tien-xay-toa-nha',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.7673253735443!2d105.84364401464799!3d21.00196198601294!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac714d7242bd%3A0x10771c9eb38c5f56!2zTmfhu5cgMTMyIFBo4buRIEzDqiBUaGFuaCBOZ2jhu4ssIELDoWNoIEtob2EsIEhhaSBCw6AgVHLGsG5nLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1520496142880" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>',
'row1' => '246',
'row2' => '',
'row3' => '4',
'row4' => '8m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '3',
'duongpho' => '598',
'phuongxa' => '105',
'quanhuyen' => '89'
)
),
(int) 4 => array(
'Product' => array(
'id' => '334',
'hang_id' => null,
'name' => 'Cần bán khách sạn mặt phố Xuân Diệu, nhìn thẳng hồ Tây, DT 185m2, xây 7 tầng, 2 hầm',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '80 tỷ',
'type' => null,
'shortdes' => '<p><span style="font-family:Tahoma; font-size:14px">1. Cần bán khách sạn mặt phố Xuân Diệu, nhìn thẳng hồ Tây, DT thực tế 185m2, DT trong sổ đỏ là 114m2, MT rộng 6m, vuông vắn, xây 7 tầng, 2 hầm, giá bán 80 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. Chuyên nhận ký gửi môi giới mua bán, cho thuê nhà đất mặt phố, chuyển nhượng dự án bất động sản tại Hà Nội.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">2. Cần bán nhà mặt phố Xuân Diệu, DT thực tế 270m2, DT trong sổ đỏ là 135m2, mặt tiền rộng 8m, hậu 9m, xây 4 tầng, mặt sau nhìn thẳng ra </span><a href="https://batdongsan.com.vn/ban-nha-mat-pho-duong-ho-tay-6" style="font-family: Tahoma; font-size: 14px; margin: 0px; text-decoration-line: none; padding: 0px; color: rgb(5, 86, 153); line-height: 25.2px;">Hồ Tây</a><span style="font-family:Tahoma; font-size:14px">, tiện xây tòa nhà cao tầng, giá bán 45 tỷ, sổ đỏ chính chủ.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">3. Cần bán nhà mặt phố Xuân Diệu, DT 547m2, MT 20m, tiện xây tòa nhà cao tầng, giá bán 245 tỷ, sổ đỏ chính chủ, liên hệ: 09651900000, 0916044788.</span></p>
',
'content' => '<p><span style="font-family:Tahoma; font-size:14px">1. Cần bán khách sạn mặt phố Xuân Diệu, nhìn thẳng hồ Tây, DT thực tế 185m2, DT trong sổ đỏ là 114m2, MT rộng 6m, vuông vắn, xây 7 tầng, 2 hầm, giá bán 80 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. Chuyên nhận ký gửi môi giới mua bán, cho thuê nhà đất mặt phố, chuyển nhượng dự án bất động sản tại Hà Nội.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">2. Cần bán nhà mặt phố Xuân Diệu, DT thực tế 270m2, DT trong sổ đỏ là 135m2, mặt tiền rộng 8m, hậu 9m, xây 4 tầng, mặt sau nhìn thẳng ra </span><a href="https://batdongsan.com.vn/ban-nha-mat-pho-duong-ho-tay-6" style="font-family: Tahoma; font-size: 14px; margin: 0px; text-decoration-line: none; padding: 0px; color: rgb(5, 86, 153); line-height: 25.2px;">Hồ Tây</a><span style="font-family:Tahoma; font-size:14px">, tiện xây tòa nhà cao tầng, giá bán 45 tỷ, sổ đỏ chính chủ.</span><br />
<br />
<span style="font-family:Tahoma; font-size:14px">3. Cần bán nhà mặt phố Xuân Diệu, DT 547m2, MT 20m, tiện xây tòa nhà cao tầng, giá bán 245 tỷ, sổ đỏ chính chủ, liên hệ: 09651900000, 0916044788.</span></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/ee35c02eefea9171b7a470bc7045e441.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-07',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-khach-san-mat-pho-xuan-dieu-nhin-thang-ho-tay-dt-185m2-xay-7-tang-2-ham',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3723.291267673256!2d105.8290353407686!3d21.061025914268427!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zcGjhu5EgWHXDom4gRGnhu4d1LCBQaMaw4budbmcgUXXhuqNuZyBBbiwgUXXhuq1uIFTDonkgSOG7kywgSMOgIE7hu5lp!5e0!3m2!1svi!2s!4v1520395802537" style="border:0" width="600"></iframe></p>
',
'row1' => '185',
'row2' => '',
'row3' => '9',
'row4' => '6m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '8',
'duongpho' => '588',
'phuongxa' => '193',
'quanhuyen' => '87'
)
),
(int) 5 => array(
'Product' => array(
'id' => '327',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Hồ Ba Mẫu, dt 400m2, mt 14m, tiện xây tòa nhà khách sạn',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '83 tỷ',
'type' => null,
'shortdes' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt Hồ Ba Mẫu, diện tích gần 400m2, sổ đỏ chính chủ, mặt tiền 13m. Thích hợp đầu tư khách sạn, văn phòng cho thuê. Mặt trước là Hồ Ba Mẫu, mặt sau có lối đi nhỏ. Giá bán 83 tỷ. </span></p>
<p> </p>
',
'content' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt Hồ Ba Mẫu, diện tích gần 400m2, sổ đỏ chính chủ, mặt tiền 13m. Thích hợp đầu tư khách sạn, văn phòng cho thuê. Mặt trước là Hồ Ba Mẫu, mặt sau có lối đi nhỏ. Giá bán 83 tỷ. Liên hệ: </span><span style="font-size:14px">0965190000, 0916044788. </span></p>
<p> </p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/6327ef09f15ede57cd43d49b696473dd.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-03',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-ho-ba-mau-dt-400m2-mt-14m-tien-xay-toa-nha-khach-san',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.5027786909154!2d105.83887311464828!3d21.012559386007098!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ab862f9f7971%3A0xd6f61787995e40e8!2zSOG7kyBCYSBN4bqrdSwgxJDhu5FuZyDEkGEsIEjDoCBO4buZaSwgVmnhu4d0IE5hbQ!5e0!3m2!1svi!2s!4v1520070294107" style="border:0" width="600"></iframe></p>
',
'row1' => '400',
'row2' => '',
'row3' => '',
'row4' => '14m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '5',
'duongpho' => '1027',
'phuongxa' => '181',
'quanhuyen' => '90'
)
),
(int) 6 => array(
'Product' => array(
'id' => '326',
'hang_id' => null,
'name' => 'Cần bán nhà mặt phố Trần Quốc Toản, dt 122m2, mt 6.2m, xây 9 tầng',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '68 tỷ',
'type' => null,
'shortdes' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Cần bán tòa nhà mặt phố Trần Quốc Toản: 122m2 x 9 tầng thang máy, mặt tiền 6.2m, vuông vắn, vỉa hè rộng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Tòa nhà tọa lạc vị trí đắc địa và nằm trên những mặt phố lớn như Bùi Thị Xuân, Phố Huế & gần TTMM Vincom, vỉa hè mênh mông, </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Thiết kế 1 tầng hầm, 1 tầng kỹ thuật, 8 tầng văn phòng, căn hộ dịch vụ, giếng trời, 1 thang máy, 1 thang bộ thoát hiểm. Hiện đang cho thuê được gần 200 triệu/tháng. Giá bán cực hợp lý 68 tỷ. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. </span></p>
',
'content' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Cần bán tòa nhà mặt phố Trần Quốc Toản: 122m2 x 9 tầng thang máy, mặt tiền 6.2m, vuông vắn, vỉa hè rộng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Tòa nhà tọa lạc vị trí đắc địa và nằm trên những mặt phố lớn như Bùi Thị Xuân, Phố Huế & gần TTMM Vincom, vỉa hè mênh mông, </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Thiết kế 1 tầng hầm, 1 tầng kỹ thuật, 8 tầng văn phòng, căn hộ dịch vụ, giếng trời, 1 thang máy, 1 thang bộ thoát hiểm. Hiện đang cho thuê được gần 200 triệu/tháng. Giá bán cực hợp lý 68 tỷ. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788. </span></p>
<p><a href="https://batdongsan.com.vn/ban-nha-mat-pho-duong-tran-quoc-toan-phuong-tran-hung-dao/can-dt-122m2-mt-6-2m-xay-9-tang-pr15056474">XEM CHI TIẾT TẠI ĐÂY</a></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/72210bb90ae21a60c3e77580d97637fe.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-03-03',
'modified' => '2018-03-08',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-nha-mat-pho-tran-quoc-toan-dt-122m2-mt-6-2m-xay-9-tang',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3724.310413475062!2d105.84454211464842!3d21.020262086002976!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zUGjhu5EgVHLhuqduIFF14buRYyBUb-G6o24sIFBoxrDhu51uZyBUcuG6p24gSMawbmcgxJDhuqFvLCBRdeG6rW4gSG_DoG4gS2nhur9tLCBUaMOgbmggUGjhu5EgSMOgIE7hu5lp!5e0!3m2!1svi!2s!4v1520065426309" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></p>
',
'row1' => '122',
'row2' => '',
'row3' => '9',
'row4' => '6.2m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '5',
'duongpho' => '363',
'phuongxa' => '164',
'quanhuyen' => '1'
)
),
(int) 7 => array(
'Product' => array(
'id' => '325',
'hang_id' => null,
'name' => 'Cần bán khách sạn mặt phố Hàng Hành, vị trí trung tâm phố cổ, hồ Hoàn Kiếm',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '153.6 tỷ',
'type' => null,
'shortdes' => '<div>1. Cần bán khách sạn mặt phố Hàng Hành, dt 192m2 xây 9 tầng, 1 hầm, giá bán 800 triệu/m2, sổ đỏ chính chủ.</div>
<div> </div>
<div>2. Cần bán khách sạn mặt phố Hàng Hành, Hoàn Kiếm, Hà Nội. Khách sạn thuộc trung tâm phố cổ cách hồ Hoàn Kiếm chỉ 50m. Diện tích: 125.5m2. Mặt tiền: 7.15m. Nở hậu: 7.5m, hướng: Đông Nam, nhà xây 9 tầng đang kinh doanh khách sạn. Vị trí đắc địa, kinh doanh tốt, sinh lời cao. Giá bán: 118 tỷ, có thương lượng. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</div>
',
'content' => '<div>1. Cần bán khách sạn mặt phố Hàng Hành, dt 192m2 xây 9 tầng, 1 hầm, giá bán 800 triệu/m2, sổ đỏ chính chủ.</div>
<div> </div>
<div>2. Cần bán khách sạn mặt phố Hàng Hành, Hoàn Kiếm, Hà Nội. Khách sạn thuộc trung tâm phố cổ cách hồ Hoàn Kiếm chỉ 50m. Diện tích: 125.5m2. Mặt tiền: 7.15m. Nở hậu: 7.5m, hướng: Đông Nam, nhà xây 9 tầng đang kinh doanh khách sạn. Vị trí đắc địa, kinh doanh tốt, sinh lời cao. Giá bán: 118 tỷ, có thương lượng. Sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</div>
<div> </div>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/591b853e4ebbf932655028bf62c0326e.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-02-28',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-khach-san-mat-pho-hang-hanh-vi-tri-trung-tam-pho-co-ho-hoan-kiem',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d3724.0492965675967!2d105.84719381464849!3d21.03071343599738!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zUGjhu5EgSMOgbmcgSMOgbmgsIFBoxrDhu51uZyBIw6BuZyBUcuG7kW5nLCBRdeG6rW4gSG_DoG4gS2nhur9t!5e0!3m2!1svi!2s!4v1519816633468" style="border:0" width="600"></iframe></p>
',
'row1' => '192',
'row2' => '',
'row3' => '9',
'row4' => '5',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '1026',
'phuongxa' => '160',
'quanhuyen' => '1'
)
),
(int) 8 => array(
'Product' => array(
'id' => '324',
'hang_id' => null,
'name' => 'Cần bán tòa nhà văn phòng mặt phố Linh Lang, dt 300m2, xây 8 tầng',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '110 tỷ',
'type' => null,
'shortdes' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt phố Linh Lang: 110 tỷ, 300m2 x 8 tầng, MT 12m, hướng Đông. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích nhà xây dựng 300m2 x 8 tầng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích sổ đỏ 227m2. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Gồm 1 tầng hầm, 7.5 tầng nổi. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Mặt tiền 12m. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Khu vip ngoại giao, nhiều tòa nhà văn phòng, khách sạn, nhà hàng nước ngoài (Nhật Bản, Hàn Quốc), Thủ Lệ, Daewoo, Lotte, Vincom Liễu Giai. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Trung tâm kinh tế quận Ba Đình, tiếp giáp giữa hai quận Ba Đình - Cầu Giấy. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Đủ tiện ích. An ninh tốt. Điện nước, quy hoạch ổn định. </span><br />
<br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Liên hệ: 0965190000, 0916044788. </span></p>
',
'content' => '<p><span style="color:#000000; font-family:Tahoma; font-size:14px">Bán nhà mặt phố Linh Lang: 110 tỷ, 300m2 x 8 tầng, MT 12m, hướng Đông. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích nhà xây dựng 300m2 x 8 tầng. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Diện tích sổ đỏ 227m2. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Gồm 1 tầng hầm, 7.5 tầng nổi. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Mặt tiền 12m. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Khu vip ngoại giao, nhiều tòa nhà văn phòng, khách sạn, nhà hàng nước ngoài (Nhật Bản, Hàn Quốc), Thủ Lệ, Daewoo, Lotte, Vincom Liễu Giai. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Trung tâm kinh tế quận Ba Đình, tiếp giáp giữa hai quận Ba Đình - Cầu Giấy. </span><br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Đủ tiện ích. An ninh tốt. Điện nước, quy hoạch ổn định. </span><br />
<br />
<span style="color:#000000; font-family:Tahoma; font-size:14px">Liên hệ: 0965190000, 0916044788. </span></p>
<p> </p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/41ef48bcac510874276992363ff268b3.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-02-27',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-toa-nha-van-phong-mat-pho-linh-lang-dt-300m2-xay-8-tang',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d7447.89378099275!2d105.81063054240451!3d21.034810942749015!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1zUGjhu5EgTGluaCBMYW5n!5e0!3m2!1svi!2s!4v1519732578165" style="border:0" width="600"></iframe></p>
',
'row1' => '300',
'row2' => '',
'row3' => '8',
'row4' => '12',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '482',
'phuongxa' => '96',
'quanhuyen' => '86'
)
),
(int) 9 => array(
'Product' => array(
'id' => '323',
'hang_id' => null,
'name' => 'Cần bán khách sạn mặt phố Hàng Điếu, dt 201m2, mt 4m, xây 8 tầng, 30 phòng, có bể bơi',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => '',
'cat_id' => null,
'price' => '98 tỷ',
'type' => null,
'shortdes' => '<p><span style="font-family:Tahoma; font-size:14px">Cần bán tòa nhà khách sạn mặt phố Hàng Điếu, dt 201m2, mt 4m, vuông vắn, xây 8 tầng, 30 phòng, có bể bơi, giá bán 98 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</span></p>
',
'content' => '<p><span style="font-family:Tahoma; font-size:14px">Cần bán tòa nhà khách sạn mặt phố Hàng Điếu, dt 201m2, mt 4m, vuông vắn, xây 8 tầng, 30 phòng, có bể bơi, giá bán 98 tỷ, sổ đỏ chính chủ, liên hệ: 0965190000, 0916044788.</span></p>
<p> </p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/eb663059470a8db4093fe32c09196dda.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => null,
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2018-02-27',
'modified' => '2018-03-12',
'status' => '1',
'view' => '0',
'slug' => 'can-ban-khach-san-mat-pho-hang-dieu-dt-201m2-mt-4m-xay-8-tang-30-phong-co-be-boi',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p><iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.034661200416!2d105.84513981227124!3d21.031299077991957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135abbe0bbe1cef%3A0xe6dbd67de2c739c!2zSMOgbmcgxJBp4bq_dSwgSG_DoG4gS2nhur9tLCBIw6AgTuG7mWksIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1519730095304" style="border:0" width="600"></iframe></p>
',
'row1' => '201',
'row2' => '30',
'row3' => '8',
'row4' => '4m',
'row5' => '',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '7',
'duongpho' => '274',
'phuongxa' => '93',
'quanhuyen' => '1'
)
)
)
$rows = array(
'Product' => array(
'id' => '592',
'hang_id' => null,
'name' => 'BÁN GẤP QUỸ CĂN MỚI NHẤT THÁNG 11/2021, 423 MINH KHAI IMPERIA SKY GARDEN, 2PN,3PN CÁC TÒA A,B,C,D. HOTLINE: 0965180000 - 0913484047',
'name_eg' => null,
'name_chi' => '',
'code' => '',
'alias' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'cat_id' => null,
'price' => '3 tỷ',
'type' => null,
'shortdes' => '<p>
LH: 0965180000 ĐỂ MUA CĂN HỘ IMPERIA SKY GARDEN MINH KHAI CĂN 2PN, 3PN, CAM KẾT GIÁ TỐT NHẤT<br />
Khu vực: Bán căn hộ chung cư tại Imperia Sky Garden - Quận Hai Bà Trưng - Hà Nội<br />
Giá:3 tỷ Diện tích: 82m<br />
Thông tin mô tả<br />
Phòng quản lý bán hàng dự án Imperia Sky Garden, 423 Minh Khai có các loại căn hộ đang bán: LH trực tiếp để được tư vấn chọn căn và giá tốt.<br />
Hoài Thu: 0965180000 - 0913484047</p>
',
'content' => '<h1>
BÁN QUỸ CĂN CHUYỂN NHƯỢNG MỚI NHẤT THÁNG 11/2021 CHUNG CƯ IMPERIA SKY GARDEN 423 MINH KHAI CÁC TÒA A,B,C,D HOTLINE: 0965180000- 0913484047</h1>
<h3 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 24px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">IMPERIA SKY GARDEN</span></h3>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; text-align: center;">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(58, 80, 43);">TỌA ĐỘ TRUNG TÂM XỨNG TẦM ĐẲNG CẤP</span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);">
<span style="text-align: center;">Bắt nguồn cảm hứng từ phong cách thiết kế của Châu Âu, các kiến trúc sư tài ba đã đem đến cho căn hộ Imperia Sky Garden vẻ đẹp tân cổ điển cùng lối kiến trúc nhẹ nhàng, đơn giản nhưng tinh tế đến từng chi tiết. Chỉ vài bước chân, thế giới tiện ích đã hiện hữu ngay trước mắt với hàng loạt các dịch vụ cao cấp, đáp ứng tối đa nhu cầu cuộc sống thượng lưu.</span><br />
<br />
<strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong><span style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">. </span><strong style="text-align: center; color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;">NHẬN KÝ GỬI MUA BÁN, CHO THUÊ CĂN HỘ CHUNG CƯ.</strong></p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047<br />
Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047<br />
</p>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="text-align: center; height: 40px; width: 300px;" /></p>
<h2 style="box-sizing: border-box; margin: 0px 0px 10px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 22px; line-height: 1.1em; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; vertical-align: baseline; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 1px; background-color: rgb(234, 234, 223);">
<span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 24px; line-height: inherit; font-family: inherit; vertical-align: baseline;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: inherit;"><span style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px rgb(225, 225, 225); font: inherit; vertical-align: baseline; color: rgb(159, 128, 46);">GIỚI THIỆU DỰ ÁN</span></span></span></h2>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tên dự án: Imperia Sky Garden</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Vị trí: Số 423 Minh Khai, Hai Bà Trưng, Hà Nội</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Chủ đầu tư dự án: TERRA GOLD Việt Nam</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Ngân hàng bảo trợ Dự án : BIDV & VP Bank</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng diện tích đất dự án: 38,155.9 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số tầng nổi: 27 tầng, 15 thang máy/ tòa</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Số tầng hầm: 03 tầng. Tổng diện tích 43,416 m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Mật độ xây dựng : 37 % , 18 căn hộ/ sàn</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích căn hộ: Từ 58,78m2 đến 106,65m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Diện tích cây xanh & hạ tầng kỹ thuật: 3,469.9m2</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tổng số căn hộ : 1866 căn hộ/ 4 tháp Sky A, B, C, D</p>
<p style="box-sizing: border-box; margin: 0.85em 0px; padding: 0px; border: 0px rgb(225, 225, 225); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 16px; line-height: inherit; font-family: Lora, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); background-color: rgb(234, 234, 223);">
Tiện ích nội khu: 68 tiện ích</p>
<p>
<br />
<strong style="text-align: center;">VỊ TRÍ CHUNG CƯ IMPERIA SKY GARDEN</strong><img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/phoi-canh-du-an-imperia-sky-garden.jpg" style="height: 2551px; width: 4000px;" /></p>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Tọa lạc tại <strong>423 Minh Khai</strong>, Hai Bà Trưng – vị trí vàng nơi cửa ngõ phía Tây Nam của Thủ đô Hà Nội với hạ tầng đồng bộ hiện đại, <strong><em>chung cư Imperia Sky Garden</em></strong> cho phép cư dân di chuyển thuận lợi tới các khu vực trên địa bàn thành phố. Nằm trục đường chính của quận Hai Bà Trưng, nên sẽ rất thuận tiện về các tuyến giao thông tiếp cận đối nội lẫn đối ngoại.</p>
<p>
<img src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/vi-tri-chung-cu-imperia-sky-garden.jpg" style="height:2717px; width:4063px" /></p>
<p>
<strong>Liên kết vùng Imperia Sky Garden có gì?</strong></p>
<ul>
<li>
Bên cạnh nhiều dự án bất động sản cao cấp như Vinhomes Times City, Hòa Bình Green City, Vinhomes Riverside City.</li>
<li>
Gần các trường đại học: Đại học Kinh Tế Quốc Dân, Đại Học Bách Khoa Hà Nội, Đại học Xây Dựng, Đại học Y.</li>
<li>
Gần các bệnh viện tuyến TW: Bệnh viện Bạch Mai, Bệnh viện 108, Bệnh viện Thanh Nhàn.</li>
<li>
Gần các Trung tâm thương mại lớn: Vincom Bà Triệu, Times City</li>
</ul>
<p>
<a href="" target="_self"> LỢI THẾ TỪ VỊ TRÍ DỰ ÁN</a></p>
<h2 style="text-align:center">
<strong>MẶT BẰNG CĂN HỘ IMPERIA SKY GARDEN</strong></h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Thiết kế <strong>căn hộ Imperia Sky Garden</strong> theo không gian hiện đại, đều có nhiều khe sáng và cửa sổ để tạo sự thông thoáng. Diện tích căn hộ đa dạng từ 2 đến 3 phòng ngủ, cho phép khách hàng có thể lựa chọn loại hình căn hộ theo nhu cầu sử dụng của gia đình. Tất cả các phòng trong một căn hộ đều có thể đón sáng tự nhiên và sở hữu tầm nhìn thoáng đãng. Các không gian cũng được sắp xếp hợp lý tạo sự thuận tiện cho các sinh hoạt hàng ngày, vừa mang nét hiện đại phù hợp với lối sống trẻ, vừa tôn trọng sự kín đáo theo truyền thống gia đình Việt.</p>
<p>
</p>
<p style="text-align:center">
<strong>CLICK VÀO ẢNH ĐỂ XEM RÕ DIỆN TÍCH MẶT BẰNG</strong></p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span data-target="blank" data-url="">Mặt bằng tổng thể</span><span data-target="blank" data-url="">Mặt bằng tòa Sky A</span><span data-target="blank" data-url="">Mặt bằng tòa Sky B</span><span data-target="blank" data-url="">Mặt bằng tòa Sky C</span><span class="su-tabs-current" data-target="blank" data-url="">Mặt bằng tòa Sky D</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<a href="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" rel="noopener" target="_blank"><img alt="" class="aligncenter size-full wp-image-4496" src="http://imperiaskygardens.com/wp-content/uploads/2018/11/mat-bang.jpg" style="height:1216px; width:1722px" /></a></p>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg"><img alt="" class="aligncenter size-full wp-image-3139" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/2.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg"><img alt="" class="aligncenter size-full wp-image-3141" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/3.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg"><img alt="" class="aligncenter size-full wp-image-3142" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/4.jpg" style="height:1952px; width:2560px" /></a></div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg"><img alt="" class="aligncenter size-full wp-image-3143" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/5.jpg" style="height:1952px; width:2560px" /></a></div>
</div>
</div>
<h3 style="text-align:center">
<span style="color:#993300"><span style="color:#000000">THIẾT KẾ CĂN HỘ CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</span></span></h3>
<p style="text-align:justify">
Các căn hộ tại <strong>CHUNG CƯ CAO CẤP IMPERIA SKY GARDEN</strong> được thiết kế với kiến trúc theo các khu vườn của Pháp. Dự án Imperia Sky Garden có đa dạng các loại diện tích căn hộ từ 58 đến 110m2. Với mong muốn mang đến một không gian sống tuyệt vời nhất thì chủ đầu tư đã mang đến căn hộ một luồng gió mới. Mỗi căn hộ tại đây đều có ban công rộng, lấy tối đa ánh sáng tự nhiên tạo nên sự hài hòa trong cuộc sống.</p>
<p style="text-align:justify">
Hướng ban công các căn hộ cũng phù hợp để ngắm các cảnh đẹp tại dự án hoặc các khu vực xung quanh. Trong các căn hộ tại <strong>Imperia Sky Garden </strong>thì việc bố trí các phòng cũng được thiết kế rất hợp lý và tiện nghi. Chủ đầu tư muốn mang đến các cư dân tại đây một căn hộ cao cấp nhất, có cuộc sống tuyệt vời nhất.<br />
</p>
<div class="su-tabs su-tabs-style-default">
<div class="su-tabs-nav">
<span class="su-tabs-current" data-target="blank" data-url="">CH-01: 105.21 m2</span><span data-target="blank" data-url="">CH-02: 103.48 m2</span><span data-target="blank" data-url="">CH-03: 74.83 m2</span><span data-target="blank" data-url="">CH-04: 87.97 m2</span><span data-target="blank" data-url="">CH-05: 75.04 m2</span><span data-target="blank" data-url="">CH-06|07: 76.12 m2</span><span data-target="blank" data-url="">CH-08: 77.06 m2</span><span data-target="blank" data-url="">CH-09|15|16: 98.11 m2</span><span data-target="blank" data-url="">CH-10|14|17: 81.78 m2</span><span data-target="blank" data-url="">CH-11: 73.66m2</span><span data-target="blank" data-url="">CH-12: 86.2 m2</span><span data-target="blank" data-url="">CH-12A: 57.91 m2</span><span data-target="blank" data-url="">CH-18: 86.45 m2</span></div>
<div class="su-tabs-panes">
<div class="su-tabs-pane su-clearfix" style="display: block;">
<p>
<img alt="" class="aligncenter size-full wp-image-4091" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_01-2.jpg" style="height:1350px; width:1296px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4207" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/01-1.png" style="height:696px; width:1300px" /></p>
<p>
</p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 43.8 m2</li>
<li>
Phòng ngủ master: 14 m2</li>
<li>
Phòng ngủ 1: 13.33 m2</li>
<li>
Phòng ngủ 2: 13.81 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.33 m2</li>
<li>
WC: 4.92 m2</li>
<li>
Lô gia: 4.89 m2</li>
<li>
Sân phơi: 5.35 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4092" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_02-1.jpg" style="height:1350px; width:1576px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4209" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/02.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 44.42 m2</li>
<li>
Phòng ngủ master: 15.02 m2</li>
<li>
Phòng ngủ 1: 10.31 m2</li>
<li>
Phòng ngủ 2: 14.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.1 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 5.18 m2</li>
<li>
Sân phơi: 4.32 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4093" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_03-1.jpg" style="height:1350px; width:1264px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4211" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/03.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.33 m2</li>
<li>
Phòng ngủ master: 17.7 m2</li>
<li>
Phòng ngủ 1: 11.57 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.92 m2</li>
<li>
WC: 3.56 m2</li>
<li>
Lô gia: 4.55 m2</li>
<li>
Sân phơi: 2.2 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4095" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_04.jpg" style="height:1311px; width:1381px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4213" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/04.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.59 m2</li>
<li>
Phòng ngủ master: 17.14 m2</li>
<li>
Phòng ngủ 1: 13.57 m2</li>
<li>
Phòng ngủ 2: 10.38m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.02 m2</li>
<li>
WC: 4.5 m2</li>
<li>
Lô gia: 4.16 m2</li>
<li>
Sân phơi: 4.61 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4096" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_05.jpg" style="height:1265px; width:1286px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4212" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/05.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.07 m2</li>
<li>
Phòng ngủ master: 15.83 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.79 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4097" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_06-1.jpg" style="height:1320px; width:1476px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4214" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/06-07.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 31.49 m2</li>
<li>
Phòng ngủ master: 15.82 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.26 m2</li>
<li>
Lô gia: 4.46 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4098" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_08-1.jpg" style="height:1222px; width:1408px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4217" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/08.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 32.28 m2</li>
<li>
Phòng ngủ master: 15.88 m2</li>
<li>
Phòng ngủ 1: 13.38 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.03 m2</li>
<li>
WC: 4.32 m2</li>
<li>
Lô gia: 4.49 m2</li>
<li>
Sân phơi: 2.68 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4099" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_09-1.jpg" style="height:1350px; width:1570px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4218" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/09-15-16.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 45.2 m2</li>
<li>
Phòng ngủ master: 13.18 m2</li>
<li>
Phòng ngủ 1: 11.16 m2</li>
<li>
Phòng ngủ 2: 10.92m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.11 m2</li>
<li>
WC: 4.65 m2</li>
<li>
Lô gia: 3.84 m2</li>
<li>
Sân phơi: 4.05 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4100" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_10.jpg" style="height:1234px; width:1644px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4219" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/10-14-17.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 33.68 m2</li>
<li>
Phòng ngủ master: 20.18 m2</li>
<li>
Phòng ngủ 1: 11.17 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.27 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.09 m2</li>
<li>
Sân phơi: 2.58 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4101" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_11-1.jpg" style="height:1350px; width:1290px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4220" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/11.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 30.45 m2</li>
<li>
Phòng ngủ master: 16.39 m2</li>
<li>
Phòng ngủ 1: 9.7 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 5.05 m2</li>
<li>
WC: 4.31 m2</li>
<li>
Lô gia: 5.04 m2</li>
<li>
Sân phơi: 2.72 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4102" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12.jpg" style="height:1350px; width:1533px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4222" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 29.18 m2</li>
<li>
Phòng ngủ master: 16.5 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.45 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.99 m2</li>
<li>
WC: 4.47 m2</li>
<li>
Lô gia: 4.13 m2</li>
<li>
Sân phơi: 2.88 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4103" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_12a.jpg" style="height:1350px; width:1542px" /></p>
<p>
<img alt="" class="aligncenter size-full wp-image-4223" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/12A.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 23.32 m2</li>
<li>
Phòng ngủ master: 13.6 m2</li>
<li>
Phòng ngủ 1: 8.63 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC: 5.17 m2</li>
<li>
Lô gia: 7.19 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="su-tabs-pane su-clearfix" style="display: none;">
<p>
<img alt="" class="aligncenter size-full wp-image-4104" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/A_18.jpg" style="height:1350px; width:1636px" /></p>
<p>
<img alt="" class="alignnone size-full wp-image-4224" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/18.png" style="height:696px; width:1300px" /></p>
<div class="su-row">
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
Phòng khách + Phòng ăn + Bếp: 28.71 m2</li>
<li>
Phòng ngủ master: 15.48 m2</li>
<li>
Phòng ngủ 1: 13.6 m2</li>
<li>
Phòng ngủ 2: 10.35 m2</li>
</ul>
</div>
</div>
</div>
<div class="su-column su-column-size-1-2">
<div class="su-column-inner su-clearfix">
<div class="su-list su-list-style-">
<ul>
<li>
WC master: 4.95 m2</li>
<li>
WC: 4.81 m2</li>
<li>
Lô gia: 4.19 m2</li>
<li>
Sân phơi: 4.36 m2</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h2 style="text-align:center">
<strong>TIỆN ÍCH CHUNG CƯ </strong>IMPERIA SKY GARDEN</h2>
<p style="text-align:center">
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<p>
Với hệ thống lên tới 68 tiện ích đa dạng, hoàn hảo, chung cư IMPERIA SKY GARDEN thực sự là một không gian sống và nghỉ dưỡng đẳng cấp trong lòng Hà Nội, đáp ứng đầy đủ các nhu cầu của Quý công dân tương lai ở mọi lứa tuổi. Toàn bộ các tiện ích <strong>chung cư Imperia Sky Garden</strong> đều được chú trọng trong khâu thiết kế nhằm bảo vệ môi trường tự nhiên và cả môi trường sống cho cư dân của chung cư cũng như các dự án xung quanh.</p>
<ul>
<li>
Trung tâm thương mại sầm uất với hệ thống chuỗi cửa hàng tiện ích, phục vụ đầy đủ nhu cầu thiết yếu của cư dân hiện đại.</li>
<li>
Hệ thống nhà hàng thiết kế theo phong cách châu Âu, thực khách có thể vừa thưởng thức các món ăn ngon, vừa ngắm sân vườn xanh mát.</li>
<li>
Bể bơi trên cao dành riêng cho cư dân.</li>
<li>
Phòng tập Gym, Spa với hệ thống cơ sở hiện đại, đạt tiêu chuẩn quốc tế.</li>
<li>
Trường mầm non chất lượng cao.</li>
<li>
Không gian vui chơi dành riêng cho trẻ em và khu nghỉ dưỡng dành cho người cao tuổi</li>
<li>
Vườn thượng uyển, vườn chân mây…</li>
</ul>
<p>
</p>
<p>
<a href="" target="_self"> 68 TIỆN ÍCH CỦA DỰ ÁN</a></p>
<p>
<img alt="tien-ich-noi-khu-imperia-sky-garden" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2015/12/tien-ich.png" style="height:680px; width:1531px" /></p>
<p>
<img alt="TRUNG TÂM THƯƠNG MẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TRUNG-T%C3%82M-TH%C6%AF%C6%A0NG-M%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TRUNG TÂM THƯƠNG MẠI</p>
<p>
<strong>TRUNG TÂM THƯƠNG MẠI </strong><br />
Không riêng gì Imperia Sky Garden Minh Khai mà bất kì dự án bất động sản nào cũng đều có tiện ích trung tâm thương mại khá hiện đại và đầy đủ các nhãn hàng thời trang cùng với khu ẩm thực. Tiện ích trung tâm thương mại của dự án cũng được nhiều cư dân và khách hàng tin tưởng, hài lòng bởi sự đầu tư chu đáo của chủ đầu tư dự án.</p>
<p>
<img alt="KHU CHÀO ĐÓN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHU-CH%C3%80O-%C4%90%C3%93N-500x350.jpg" style="height:350px; width:500px" />KHU CHÀO ĐÓN</p>
<p>
<strong>KHU CHÀO ĐÓN</strong><br />
Lối vào dự án Imperia 423 Minh Khai được thiết kế bắt mắt, sang trọng. cùng với đó là hệ thống an ninh 3 lớp tối tân và hàng rào cây xanh được trồng xen kẽ tạo nên một khung cảnh thơ mộng mà không một dự án nào có thể sở hữu.<br />
<strong>TIỆN ÍCH HIỆN ĐẠI</strong><br />
Sở hữu tới 68 tiện ích tiêu chuẩn 5*, Imperia Sky Garden hứa hẹn sẽ mang đến cho cư dân nơi đây một cuộc sống hoàn hảo và đẳng cấp nhất. Một bài tiện ích nổi bật như: bể bơi ngoài trời, bể bơi 4 mùa trong nhà; khu tắm nắng; café ngoài trời; khu ẩm thực BBQ; phòng tập Yoga, gym; ngân hàng; bar & club, hầm đỗ xe thông minh…</p>
<p>
<img alt="TIỆN ÍCH HIỆN ĐẠI" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/TI%E1%BB%86N-%C3%8DCH-HI%E1%BB%86N-%C4%90%E1%BA%A0I-500x350.jpg" style="height:350px; width:500px" />TIỆN ÍCH HIỆN ĐẠI</p>
<p>
<strong>KHÔNG GIAN THƯ GIÃN</strong><br />
Điều đầu tiên bạn sẽ bắt gặp tại Imperia Sky Garden chính là lối đi dạo uốn lượn xung quanh dự án, được bao phủ bởi hệ thống cây xanh thoáng má. Tiếp đó là sân thể thao ngoài trời, ban công ngắm thành phố, vườn cây theo mùa,…</p>
<p>
<img alt="KHÔNG GIAN THƯ GIÃN" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-TH%C6%AF-GI%C3%83N-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN THƯ GIÃN</p>
<p>
<img alt="KHÔNG GIAN SỐNG XANH" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KH%C3%94NG-GIAN-S%E1%BB%90NG-XANH-500x350.jpg" style="height:350px; width:500px" />KHÔNG GIAN SỐNG XANH</p>
<p>
<strong>KHÔNG GIAN SỐNG XANH</strong><br />
Điểm nổi bật nhất trong thiết kế cảnh quan của dự án Imperia Sky Garden là có rất nhiều cây xanh và mặt nước, tạo thành một tổng thể hài hoà giữa công trình kiến trúc hiện đại và thiên nhiên an lành. Việc bố trí nhiều cây xanh trong khuôn viên cũng đã tạo nên không gian sống trong lành và tươi mát.</p>
<p>
<img alt="KHUNG CẢNH ĐỘC ĐÁO" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/09/KHUNG-C%E1%BA%A2NH-%C4%90%E1%BB%98C-%C4%90%C3%81O-500x350.jpg" style="height:350px; width:500px" />KHUNG CẢNH ĐỘC ĐÁO</p>
<p>
<strong>KHUNG CẢNH ĐỘC ĐÁO</strong><br />
Thay vì bắt gặp những hình ảnh quen thuộc như các thiết bị kỹ thuật hay bể nước trên sân thượng thì thay vào đó là những khu vườn chân mây rực rỡ sắc hoa, là vườn sao băng, lầu vọng cảnh, đồi cỏ hoa, vườn địa đàng hay khu vườn tình yêu ngập tràn hương sắc.</p>
<h3>
HỆ THỐNG PHÒNG CHÁY CHỮA CHÁY TẠI IMPERIA SKY GARDEN</h3>
<p>
<iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/n0liMeMnrs0" width="560"></iframe></p>
<h2>
THÔNG TIN CHUYÊN SÂU VỀ IMPERIA SKY GARDEN</h2>
<p>
<img alt="" src="http://imperiaskygardens.com/wp-content/uploads/2016/05/%5EA869CB3261F3394CDB03F013F20E1319B0B4FC14395CBA61E0%5Epimgpsh_fullsize_distr.png" style="height:40px; width:300px" /></p>
<h3>
MIK GROUP – ĐƠN VỊ PHÁT TRIỂN NỔI TIẾNG</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/logo-mik-group-pngb8oeljiuumfg00at27a0-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Tập đoàn MIK GROUP Việt Nam (viết tắt là MIK GROUP) hoạt động chuyên sâu trong lĩnh vực Đầu tư, Kinh doanh và Phát triển Bất động sản tại Việt Nam. Sứ mệnh của MIKGroup là tiên phong kiến tạo những công trình với đẳng cấp và chất lượng vượt trội, đồng thời xây dựng nên một thương hiệu Việt bền vững, có uy tín, đẳng cấp trong khu vực và quốc tế.</p>
<h3>
MIK HOME – ĐƠN VỊ QUẢN LÝ DỰ ÁN CHUYÊN NGHIỆP</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/Logo_MIK-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Công ty TNHH kinh doanh bất động sản M.I.K Home (viết tắt là M.I.K Home) được ra đời nhằm phân phối và tiếp thị, tư vấn đầy đủ,chính xác thông tin của các dự án bất động sản để bán và cho thuê của nhiều Chủ đầu tư trên khắp cả nước. M.I.K Home được biết đến với các dự án nổi danh như: Imperia Garden, Imperia Sky Garden, Villa Park.</p>
<h3>
HÒA BÌNH – TOP 5 NHÀ THẦU XÂU DỰNG UY TÍN</h3>
<p>
<a href="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt.png" title=""><img alt="" src="http://chungcuimperiaskygarden.vn/wp-content/uploads/2018/11/47_ztt-500x350.png" style="height:350px; width:500px" /></a></p>
<p>
Trong hành trình “Chinh phục đỉnh cao”, Hòa Bình đã có những bước tiến thần tốc trong khi vẫn đảm bảo an toàn, uy tín, chất lượng: Từ thi công những công trình nhà ở cho tới ai trò của một nhà thầu phụ cho các nhà thầu nước ngoài, Hòa Bình đã và đang mạnh mẽ vươn mình khẳng định thương hiệu trong với những dự án có quy mô, tầm vóc quốc tế.</p>
<p>
<strong>LIÊN HỆ TRƯỞNG PHÒNG KINH DOANH MS HOÀI THU: 0913484047, 0965180000</strong></p>
<p>
Nhận ký gửi mua bán và cho thuê căn hộ 423 Minh Khai.<br />
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!</p>
<p>
Hiện nay còn một số suất ngoại giao căn hộ mua bán trực tiếp từ chủ đầu tư. Ngoài ra chúng tôi có quỹ căn chuyển nhượng:</p>
<p>
Quỹ căn bán chuyển nhượng giá tốt nhất hiện nay có tất cả các tòa A, B, C, D: Cam kết giá tốt nhất thị trường!<br />
- Căn 03, 74.83m2, 2PN - 2WC, ĐB - TN, giá 3 tỷ.<br />
- Căn 05,06,07, 08 , 75.04m2, 2PN - 2WC, ĐB - TN, giá 3.1 tỷ<br />
- Căn 11, 73.66m2, 2PN - 2WC, TN- ĐB, giá 2,65 tỷ.<br />
- Căn 10, 14, 81.74m2, 2PN - 2WC, ĐN - TB, giá 3.3 tỷ.<br />
- Căn 17, 81.74m2, 2PN - 2WC, TB - ĐN, giá 3,4 tỷ.<br />
- Căn 12A, 57.91m2, 2PN - 1WC, ĐB - TN, giá 2.5 tỷ.<br />
* Căn hộ 3PN:<br />
- Căn 01, 105.21m2, 3PN - 2WC, TN - ĐB, giá 4,4 tỷ.<br />
- Căn 02, 103.48m2, 3PN - 2WC, ĐB - TN, giá 4,4 tỷ.<br />
- Căn 04, 87.97m2, 3PN - 2WC, ĐB - TN, giá 3,6 tỷ.<br />
- Căn 09, 98.11m2, 3PN - 2WC, TB - cĐN, giá 4,3 tỷ.<br />
- Căn 12, 86.2m2, 3PN - 2WC, TN - ĐB, giá 3,6 tỷ.<br />
- Căn 15,16, 98.1m2, 3PN - 2WC 1 logia. ĐN - TB, giá 4.5 tỷ.<br />
<u><em><strong>Trưởng Phòng kinh doanh tư vấn dự án: Hoài Thu 0965180000 - 0913484047</strong></em></u></p>
<p>
<u><em><strong>Nhận hỗ trợ tư vấn pháp lý chuyển nhượng sang tên, cho thuê căn hộ, hỗ trợ thủ tục làm sổ đỏ nhanh, tư vấn vay ngân hàng miễn phí 100%. Khách hàng có nhu cầu liên hệ 24/7: Hotline: 0965180000 - 0913484047</strong></em></u></p>
',
'content_eg' => null,
'content_chi' => '',
'images' => 'img/upload/2e18acc542309cd0ff4ba8e46382335a.jpg',
'images2' => '',
'images3' => '',
'images_multi' => null,
'pos' => '1',
'new' => null,
'hot' => null,
'saleoff' => null,
'tinhtrang' => '1',
'vat' => '0',
'setoff' => '1',
'title_seo' => '',
'meta_key' => '',
'meta_des' => '',
'created' => '2020-06-04',
'modified' => '2021-11-20',
'status' => '1',
'view' => '0',
'slug' => 'ban-gap-quy-can-moi-nhat-thang-11-2021-423-minh-khai-imperia-sky-garden-2pn-3pn-cac-toa-a-b-c-d-hotline-0965180000-0913484047',
'shortdes_eg' => null,
'priceold' => null,
'baohanh' => null,
'spnb' => null,
'cat_id2' => null,
'cat_id3' => null,
'quatang' => null,
'images4' => null,
'images5' => null,
'images6' => null,
'sale' => null,
'loai_id' => null,
'dong_id' => null,
'phutung_id' => null,
'content2' => null,
'content3' => '<p>
<iframe frameborder="0" height="450" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3724.8663320132127!2d105.8645048501485!3d20.997994594136035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3135ac05b6a95c65%3A0x10dd3135afa8452e!2zNDIzIFBo4buRIE1pbmggS2hhaSwgVsSpbmggVHV5LCBIYWkgQsOgIFRyxrBuZywgSMOgIE7hu5lpLCBWaeG7h3QgTmFt!5e0!3m2!1svi!2s!4v1591237131236!5m2!1svi!2s" style="border:0;" width="600"></iframe></p>
',
'row1' => '82',
'row2' => '2',
'row3' => '27',
'row4' => '50',
'row5' => '40',
'row6' => null,
'row7' => null,
'row8' => null,
'row9' => '',
'row10' => '',
'row11' => '',
'row12' => '',
'loainha' => '1',
'dientich' => null,
'mattien' => null,
'gia' => null,
'sophong' => null,
'huongnha' => '6',
'duongpho' => '723',
'phuongxa' => '175',
'quanhuyen' => '89'
)
)
include - APP/View/Elements/right.ctp, line 46
View::_evaluate() - CORE/Cake/View/View.php, line 920
View::_render() - CORE/Cake/View/View.php, line 883
View::element() - CORE/Cake/View/View.php, line 424
include - APP/View/Layouts/default.ctp, line 41
View::_evaluate() - CORE/Cake/View/View.php, line 920
View::_render() - CORE/Cake/View/View.php, line 883
View::renderLayout() - CORE/Cake/View/View.php, line 539
View::render() - CORE/Cake/View/View.php, line 483
Controller::render() - CORE/Cake/Controller/Controller.php, line 957
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92