"); } [type="checkbox"], [type="radio"] { width: 1.6rem; height: 1.6rem; } .button, [type="button"], [type="reset"], [type="submit"], button { padding: 1rem 2.5rem; color: var(--c-darkGrey); background: var(--c-lightGrey); border-radius: 4px; border: 1px solid transparent; font-size: var(--font-size); line-height: 1; text-align: center; transition: opacity 0.2s ease; text-decoration: none; transform: scale(1); display: inline-block; cursor: pointer; } .grouped {display: flex;} .grouped > *:not(:last-child) { margin-right: 16px;} .grouped.gapless > * { margin: 0 0 0 -1px; border-radius:0 ; } .grouped.gapless > *:first-child { margin: 0 ; border-radius:4px 0 0 4px ;} .grouped.gapless > *:last-child { border-radius:0 4px 4px 0 ; } .button + .button {margin-left: 1rem;} .button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, button:hover {opacity: 0.8; } .button:active, [type="button"]:active, [type="reset"]:active, [type="submit"]:active, button:active {transform: scale(0.98); } input:disabled, button:disabled, input:disabled:hover, button:disabled:hover { opacity: 0.4; cursor: not-allowed; } .button.primary, .button.secondary, .button.dark, .button.error, .button.success, [type="submit"] {z-index: 1;color:#fff} .button.primary {background: var(--c-primary)} .button.secondary { background-color: var(--c-grey);} .button.dark { background-color: var(--c-darkGrey);} .button.error { background-color:#d43939;} .button.success { background-color:#28bd14;} .button.outline { background-color: transparent; border-color: var(--c-lightGrey);} .button.outline.primary { border-color: var(--c-primary); color: var(--c-primary);} .button.outline.secondary { border-color: var(--c-grey); color: var(--c-grey);} .button.outline.dark { border-color: var(--c-darkGrey); color: var(--c-darkGrey);} .button.clear { background-color: transparent; border-color: transparent; color: var(--c-primary);} .button.icon { display: inline-flex; align-items: center;} .button.icon > img { margin-left: 2px;} .button.icon-only { padding: 1rem;} ::placeholder { color: #bdbfc4;} .nav {display: flex; min-height: 5rem; align-items: stretch;} .nav>.container {display: flex;} .nav-center, .nav-left, .nav-right {display: flex; flex: 1;} .nav-left {justify-content: flex-start;} .nav-right {justify-content: flex-end;} .nav-center {justify-content: center;} @media screen and (max-width: 480px) { .nav, .nav>.container { flex-direction: column; } .nav-center, .nav-left, .nav-right {flex-wrap: wrap;justify-content: center;} } .nav a, .nav .brand { text-decoration: none; display: flex; align-items: center; padding: 1rem 2rem; color: var(--c-darkGrey);} .nav [aria-current="page"]:not(.button), .nav .active:not(.button) { color: #000; /* fallback */ color: var(--c-primary); } .nav .brand {font-size: 1.75em;padding-top: 0;padding-bottom: 0;} .nav .brand img {padding-right: 1rem;} .nav .button {margin: auto 1rem;} .card { padding: 1rem 2rem; border-radius: 4px; background: var(--bg-color); box-shadow: 0 1px 3px var(--c-grey);}.card p:last-child { margin: 0;} .card header > * { margin-top: 0; margin-bottom: 1rem;} .tabs {display: flex;} .tabs a {text-decoration: none;} .tabs > .dropdown > summary, .tabs > a { padding: 1rem 2rem; flex: 0 1 auto; color: var(--c-darkGrey); border-bottom: 2px solid var(--c-lightGrey); text-align: center; } .tabs > a[aria-current="page"], .tabs > a.active, .tabs > a:hover {opacity: 1;border-bottom: 2px solid var(--c-darkGrey);} .tabs > a[aria-current="page"], .tabs > a.active { border-color: var(--c-primary);} .tabs.is-full a { flex: 1 1 auto;} details.dropdown { position: relative; display: inline-block;} details.dropdown > :last-child { position: absolute; left: 0; white-space: nowrap;} .text-left { text-align: left;} .text-right { text-align: right;} .text-justify { text-align: justify;} .is-full-screen {width: 100%;min-height: 100vh;} .is-full-width {width: 100%} .is-center {display: flex;align-items: center;justify-content: center;} .is-right {display: flex;align-items: center;justify-content: flex-end;} .is-left {display: flex;align-items: center;justify-content: flex-start;} .clearfix {content: "";display: table;clear: both;} .center-screen{position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);} .hidden {display: none ;} @media screen and (max-width: 599px) {.hidden-xs {display: none ;}} @media screen and (min-width: 600px) and (max-width: 899px) {.hidden-sm {display: none ;}} @media screen and (min-width: 900px) and (max-width: 1199px) {.hidden-md {display: none ;}} @media screen and (min-width: 1200px) {.hidden-lg {display: none ;}} @media print {.hidden-pr {display: none ;}} .w3amp{} .priceinlist{display: inline-block; color: #ffffff; padding: 0.5rem; letter-spacing: 1.5px;border-radius:5px;margin-top:-1rem;z-index:25;position:absolute;right:25px;top:2em;background:#55555590} .menu-active{font-weight:bold} .buynowbtn{border: 1px solid var(--c-grey); color: var(--c-darkGrey); float:right;border-radius:0px 0px 5px 5px;} /* header nav*/ .header {background-color: var(--bg-nav); box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); position: fixed; width: 100%; z-index: 30;} .header ul { margin: 0; padding: 0; list-style: none; overflow: hidden} .header li a { display: block; padding: 5px 5px; border-right: 0px solid var(--bg-nav-hover); text-decoration: none;margin-top:10px;color:var(--bg-nav-hover)} .header li a:hover, .header .menu-btn:hover { background-color: var(--bg-nav-hover);color:#ffffff} .header .logo { display: block; float: left; font-size: 2em; padding: 10px 20px; text-decoration: none;color:indigo} /* menu */ .header .menu { clear: both; max-height: 0; transition: max-height .2s ease-out;} /* menu icon */ .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 28px 20px; position: relative; user-select: none;} .header .menu-icon .navicon { background: lightgreen; display: block; height: 2px; position: relative; transition: background .2s ease-out; width: 18px;} .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: lightgreen; content: ""; display: block; height: 100%; position: absolute; transition: all .2s ease-out; width: 100%;} .header .menu-icon .navicon:before { top: 5px;} .header .menu-icon .navicon:after { top: -5px;} /* menu btn */ .header .menu-btn { display: none;} .header .menu-btn:checked ~ .menu { max-height: 350px;} .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent;} .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg);} .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg);} .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0;} .menu-active{font-size:105%;color:red} /* 48em = 768px */ @media (min-width: 48em) { .header li {float: left;} .header li a {padding: 10px 10px;} .header .menu { clear: none; float: right; max-height: none; } .header .menu-icon { display: none; } } .tooltip::after{background-color:var(--bg-color-footer);color:yellow} .tooltip{color:pink} .tooltip-inner {min-width:250px;max-width: 100%; } body{color:#EBD187} i{font-family:Roboto Serif} a.atel{color:teal} .badge,.tag{display: inline-block; border: 1px solid var(--c-lightGrey); color: var(--c-grey); padding: 0.5rem; line-height: 1; letter-spacing: 0.5px;} .badge{border-radius:5px} .tag+.tag { margin-left: 1rem;} .table,.table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table} .table-all{border:1px solid #ccc} .bordered tr,.table-all tr{border-bottom:1px solid #ddd} .striped tbody tr:nth-child(even){background-color:#f1f1f1} .table-all tr:nth-child(odd){background-color:#fff} .table-all tr:nth-child(even){background-color:#f1f1f1} .hoverable tbody tr:hover,.ul.hoverable li:hover{background-color:#ccc} .centered tr th,.centered tr td{text-align:center} .table td,.table th,.table-all td,.table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top} .table th:first-child,.table td:first-child,.table-all th:first-child,.table-all td:first-child{padding-left:16px} amp-selector[role=tablist].tabs-with-flex {display: flex;flex-wrap: wrap;} amp-selector[role=tablist].tabs-with-flex [role=tab] {flex-grow: 1;text-align: center;padding:0.5rem;} amp-selector[role=tablist].tabs-with-flex [role=tab][selected] {outline: none;border-bottom: 2px solid var(--c-primary);} amp-selector[role=tablist].tabs-with-flex [role=tabpanel] {display: none;width: 100%;order: 1;padding:2rem;} amp-selector[role=tablist].tabs-with-flex [role=tab][selected] + [role=tabpanel] {display: block;} amp-selector[role=tablist].tabs-with-selector {display: flex;} amp-selector[role=tablist].tabs-with-selector [role=tab][selected] {outline: none;border-bottom: 2px solid var(--c-primary);} amp-selector[role=tablist].tabs-with-selector {display: flex;} amp-selector[role=tablist].tabs-with-selector [role=tab] {width: 100%;text-align: center;padding:0.5rem;} amp-selector.tabpanels [role=tabpanel] {display: none;padding:2rem;} amp-selector.tabpanels [role=tabpanel][selected] {outline: none;display: block;} ol.breadcrumb { padding: 0px; list-style: none;} ol.breadcrumb li { display: inline;font-size: 1.11em;} ol.breadcrumb li+li:before {padding: 2px; content: "/\00a0";} ol.breadcrumb li a {text-decoration: none;} ol.breadcrumb li a:hover {text-decoration: underline;}
1 | https://nhadatxuandam.htm.wiki | Xã Xuân Đám | |
2 | https://nhadatviethai.htm.wiki | Xã Việt Hải | |
3 | https://nhadattranchau.htm.wiki | Xã Trân Châu | |
4 | https://nhadathienhao.htm.wiki | Xã Hiền Hào | |
5 | https://nhadatgialuan.htm.wiki | Xã Gia Luận | |
6 | https://phulongcathai.htm.wiki | Xã Phù Long | |
7 | https://diaocvanphong.htm.wiki | Xã Văn Phong | |
8 | https://diaochoangchau.htm.wiki | Xã Hoàng Châu | |
9 | https://nhadatdongbai.htm.wiki | Xã Đồng Bài | |
10 | https://nhadatnghialo.htm.wiki | Xã Nghĩa Lộ | |
11 | https://diaoccathai.htm.wiki | Thị trấn Cát Hải | |
12 | https://nhadatcatba.htm.wiki | Thị trấn Cát Bà |
STT | NHÀ MÔI GIỚI (Huyện Cát Hải) | EMAIL/ ĐIỆN THOẠI / WEBSITE |
186 | Nguyễn Dương Tùng | tungnd.bds5s**@ *****28118 |
185 | Thủy Tiên | thuytienql**@ *****31269 |
184 | mạc văn vũ | tomy.mac**@ *****71807 |
183 | Phan Trọng Hiếu | nguyennam.vima**@ *****81281 |
182 | Hà Sơn | hasonh**@ *****29453 |
181 | Toan Le Dong | toanld.ha**@ *****69366 |
180 | Mạnh Biệt Thự | manhbietth**@ *****00222 |
179 | Phú Nguyễn | nguyenphu.vinhom**@ *****34888 |
178 | Trương Minh Thiêm | truongminhthi**@ *****58429 |
177 | Big Vngroup Việt Nam | vuvanhiep030219**@ *****93394 |
176 | Nguyen Dinh Thai | bdscat**@ *****74242 |
175 | Bui Thi Phuong Lien | builien15**@ *****62662 |
174 | Cao Văn Thắng | caovanthang**@ *****17878 |
173 | Phạm Việt | thienpm.**@ *****39368 |
172 | Anh Khánh | vuthaothaibin**@ *****67008 |
171 | Emmy Dương | **@ *****37262 |
170 | Lê Văn Hồng | levanhong203**@ *****93886 |
169 | Vũ Văn Thái | thaivv.vinahom**@ *****55366 |
168 | Nguyễn Thái An | thaian178.a**@ *****78988 |
167 | Nguyễn Đức Cương | cuongeuro.78**@ *****39306 |
166 | Phạm Minh Chiến | chien.rbla**@ *****59385 |
165 | Trương Văn Hạnh | truonghanh2**@ *****80259 |
164 | Hải Vân | haivan.bds5s**@ *****86395 |
163 | Phương Flamingo | phuongflamin**@ *****73788 |
162 | Nguyến Đình Nam | dinhthai.thla**@ *****82727 |
161 | Nguyễn Thị Thu Hương | huongkat2**@ *****16256 |
160 | Nguyen Sy Hoang | hoangns18**@ *****99538 |
159 | Nguyễn Ngọc Anh | anhnnf**@ *****38866 |
158 | Đất Xanh Hải Phòng | datxanhhaipho**@ *****44268 |
157 | Lê Đình Ngọc | autoledinhng**@ *****32323 |
156 | Nguyễn Hải Duy | duy.nguyenha**@ *****75292 |
155 | Đào Toàn | toan**@ *****82669 |
154 | Nguyễn Minh Thắng | thangnm.haiphatlandpo**@ *****28136 |
153 | Ngân Văn Đức | anhduc.secondhom**@ *****78111 |
152 | A Nam | **@ *****22069 |
151 | Trần Anh Đức | ducta.op.laso**@ *****09986 |
150 | Nguyễn Thành Hưng | hungmanhsouven**@ *****95356 |
149 | Nguyễn Đăng Dũng | ndzung1**@ *****82488 |
148 | Thu Trang | latrangcb**@ *****24648 |
147 | Tuấn Anh | tuannguyen189**@ *****52878 |
146 | Nguyễn Văn Hải | hainguyen.secondhom**@ *****59268 |
145 | Nguyễn Hồng Quang | sch.longnguyen**@ *****83996 |
144 | Minh Hương | minhhuonghn31**@ *****71904 |
143 | Phú Hưng Jsc | duychinhkt**@ *****55365 |
142 | Lưu Đức Biên | luuducbien120420**@ *****91111 |
141 | Lê Trọng Nghĩa | nghiale88**@ *****63168 |
140 | Việt Hà | hanv.rbla**@ *****58866 |
139 | Quang Hải | thuytienql**@ *****63966 |
138 | Tpkd Phạm Hổ | phamhoj**@ *****81189 |
137 | Vũ Hồng Hải | hai**@ *****99980 |
136 | Mr. Đức Chung | ducchung.b**@ *****28628 |
135 | Nguyễn Thế Mạnh | manhcb39**@ *****64234 |
134 | Nguyen Tuan Anh | tuananhnguyenkt**@ *****74444 |
133 | Anhtuấn Đỗ | doanhtuancb**@ *****80316 |
132 | La Linh Hương | linhhuongland29**@ *****85392 |
131 | Phạm Đức Kiên | phamduckien568**@ *****13804 |
130 | Vương Toàn Lâm | vuongtoanla**@ *****18313 |
129 | Mai Thị Thu Hương | maihuong158**@ *****93443 |
128 | Lê Thanh Tuyên | tuyenkt.tuvanxaydu**@ *****86896 |
127 | Phạm Thị Thùy | phamthuy.abla**@ *****04850 |
126 | Anh Linh | **@ *****05961 |
125 | Nguyễn Xuân Lợi | hiimloi24**@ *****05317 |
124 | Toan | hoangtoan**@ *****53304 |
123 | Nguyễn Thanh Tâm | son.n**@ *****88488 |
122 | Anh Hiếu Anh Dũng | vuthaothaibin**@ *****76788 |
121 | Đỗ Thanh Bình | tunglong**@ *****57755 |
120 | Trần Thị Lương | hichi11**@ *****83546 |
119 | Nguyễn Trung Hiếu | trunghieu.secondhom**@ *****78688 |
118 | Đào Toàn | **@ *****82669 |
117 | Anh Lân | vanlan**@ *****41245 |
116 | Vũ Đức Thái | baoha07**@ *****93136 |
115 | Tuấn Anh | tuannguyen189**@ *****01601 |
114 | Phan Văn Công | congpv.vinahom**@ *****10120 |
113 | Cô Lan | thuydung.diaoc5s**@ *****28568 |
112 | Bùi Tuấn Hưng | tuanhung179**@ *****04644 |
111 | Nguyễn Văn Duy | nguyenvanduyl**@ *****89678 |
110 | Đức Minh | ducminh2203h**@ *****63820 |
109 | Phan Văn Công | luongtt.vinahom**@ *****10120 |
108 | Nguyễn Huy Diễn | **@ *****40599 |
107 | An Nhiên | **@ *****11389 |
106 | Phan Văn Công | cong.vinahom**@ *****10120 |
105 | Phạm Trọng Viết | minhdinhmyse**@ *****00128 |
104 | Phạm Văn Lâm | lampv3956m**@ *****62332 |
103 | Bds | thuhienbds.s**@ *****95678 |
102 | Chung | chungdv.haiphatlandpo**@ *****57932 |
101 | Hữu Huy | nguyenhuuhuy22**@ *****36466 |
100 | Huy Hoang | khoaluan**@ *****27560 |
99 | Nguyễn Ngọc Long | longking88**@ *****10286 |
98 | Thế Anh | theanh2101**@ *****65005 |
97 | Tuấn Anh | **@ *****01601 |
96 | Bùi Hoàng | longlivbh**@ *****96868 |
95 | Nguyễn Thị Thu Hiền | hien.**@ *****08657 |
94 | A Dũng | thanh**@ *****59888 |
93 | Tạ Huy Chiến | chienth.vinahom**@ *****88835 |
92 | Đoàn Trung Kiên | doankien18**@ *****01495 |
91 | Kim Tiến | tuyenpt**@ *****89995 |
90 | A.linh | **@ *****36561 |
89 | 0972858305 | thanhsonhotel**@ *****58305 |
88 | Thuc Huy | huythuctb19**@ *****01974 |
87 | Trần Mạnh Thắng | vipvipvipvip**@ *****76524 |
86 | Mrs Tiên | batdongsan024**@ *****63966 |
85 | Tiến Đạt | tiendat97**@ *****64170 |
84 | Đào Toàn | vumienhp12**@ *****82669 |
83 | Pham Trong Dai | phamtrongdai20**@ *****23433 |
82 | Út Dương | utdt.flamin**@ *****77093 |
81 | Phan Trung Hiếu | albert.phantrunghi**@ *****74745 |
80 | Lê Hiền | hienlt.vinahom**@ *****31703 |
79 | Viet Hai Vo | hai.vo19**@ *****90888 |
78 | Mr Hưng | hungdd.vinahom**@ *****59595 |
77 | Mai Xuân Hãnh | hiendt.vpla**@ *****64501 |
76 | Phòng kinh doanh CDT Flamingo Cát Bà Hải Phòng | flamingocatba**@ *****19590 |
75 | Tuấn Anh | **@ *****52878 |
74 | Nguyễn Duy Chinh | **@ *****55365 |
73 | Nguyễn Duy Đức | duyducbdsnghiduo**@ *****48366 |
72 | Vũ Sơn Hà | havu0819**@ *****51166 |
71 | Ngô Thị Mai Phương | maiphuong010719**@ *****10795 |
70 | Đinh Hữu Tiệp | huutiep.vanmi**@ *****45522 |
69 | Hương | aladinhom**@ *****91683 |
68 | Hương Giang | minh09**@ *****41991 |
67 | Ms Hương | **@ *****69366 |
66 | Phạm Thanh Bình | phambinhcb20**@ *****96894 |
65 | Mr Kiên | spotterclump84**@ *****96676 |
64 | Nguyễn Thị Nghĩa | **@ *****00001 |
63 | Lê Như Ba | baecofriend**@ *****54999 |
62 | Vphome | info.vpho**@ *****87997 |
61 | Huỳnh Vy Thái Vũ | thaivu14**@ *****98086 |
60 | NHUNG | nhatminhbds20**@ *****99655 |
59 | Điển Đỗ | diendv.rbla**@ *****99888 |
58 | Nguyễn Minh Sơn | sonnm.vinahom**@ *****70337 |
57 | Anh Tuấn | teppikamura0**@ *****06027 |
56 | Bui Van Doan | habacb**@ *****71226 |
55 | Anh Hải | **@ *****91548 |
54 | Thong Phan | phantruongthong16**@ *****16486 |
53 | Cô Huệ | **@ *****86424 |
52 | Nghi | nghind24**@ *****40297 |
51 | Phan Quang Tuấn Anh | justinphan93**@ *****16099 |
50 | Anh Khoa | **@ *****29865 |
49 | Nhungct | nhung**@ *****99655 |
48 | Bất Động Sản Hà Nội | toanvill**@ *****69366 |
47 | Nguyễn Trung Ngọc | ngocre**@ *****30788 |
46 | Hưng | **@ *****88883 |
45 | Trần Văn Báu | bautran**@ *****25111 |
44 | Buiducthi | buiducthi09661005**@ *****00526 |
43 | Mai Xuân Hãnh | hanhmx03**@ *****64501 |
42 | Mr Tú | vibacathaihot**@ *****13369 |
41 | Anh Diễn | vuthaothaibin**@ *****12768 |
40 | Nguyen Thanh Cong | thanhco**@ *****90389 |
39 | Trinhquockhanh | trinhquockhanh14**@ *****22850 |
38 | Chú Thạc | **@ *****88658 |
37 | Hoàng Ngọc Phong | tuoitrevietnam**@ *****00078 |
36 | Khuc Thi Quynh Lien | lienkq26**@ *****92269 |
35 | binhhp.294@gmail.com | binhhp.2**@ *****30999 |
34 | Mr Nam | camtu**@ *****25881 |
33 | Ban Quản Lý dự án | **@ *****00885 |
32 | Nguyễn Hồng Hạnh | honghanh.onereal**@ *****48110 |
31 | A. Thắng | thanh**@ *****38833 |
30 | Anh Ba | conta**@ *****65078 |
29 | Tran Bich Ngoc | ngoctranhoangbi**@ *****26622 |
28 | Chị Hương | vuthaothaibin**@ *****85979 |
27 | Lê Duy Nhất Vinh | leduynhatvi**@ *****36100 |
26 | Dịch Vụ Đăng Tin | dichvudangtin14dongt**@ *****01601 |
25 | Lê Huy | leequanghuy.mland.**@ *****17869 |
24 | Phan Thanh Tuấn | namiland8686**@ *****69687 |
23 | Nguyễn Đăng Dũng | ndzung1**@ *****48199 |
22 | Anh | **@ *****94883 |
21 | Phạm Văn Tuấn | phamtuancat**@ *****28220 |
20 | Chử Quang Hải | quanghai.chu**@ *****10966 |
19 | Ngọc Duy | vnduy.b**@ *****18922 |
18 | Minh Hương | minhhuonghn31**@ *****81669 |
17 | Anh Chính | **@ *****54088 |
16 | Nguyễn Mạnh Tú | bu0nv0d0jbu0nvjaj19**@ *****33630 |
15 | Nguyễn Cường Thịnh | bdsnghiduon**@ *****78688 |
14 | Lê Thanh Bình | gexh**@ *****60195 |
13 | Đào Quyết Lý | quyetly.flamin**@ *****56366 |
12 | Vũ Đức Mạnh | **@ *****86188 |
11 | Lê Đình Huy | huyld.bql**@ *****25991 |
10 | Ngô Quốc Long | **@ *****45555 |
9 | Đinh Quang Lượng | quangluong.abla**@ *****01190 |
8 | Quang Thái | quangthaido**@ *****57866 |
7 | Vũ Minh Đức | minhduc97**@ *****46429 |
6 | Anh Nguyen | nguyenquocvietanh1**@ *****54661 |
5 | Lê Mạnh Hiệp | hiepcat**@ *****99668 |
4 | Dat Xanh | **@ *****31312 |
3 | Minh | minhtran.manag**@ *****96336 |
2 | Tuấn Bđs | vuongthutrang30**@ *****42298 |