"); } [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://nhadatdaihop.htm.wiki | Xã Đại Hợp | |
2 | https://nhadattuson.htm.wiki | Xã Tú Sơn | |
3 | https://nhadatdoanxa.htm.wiki | Xã Đoàn Xá | |
4 | https://nhadattantrao.htm.wiki | Xã Tân Trào | |
5 | https://tanphongkienthuy.htm.wiki | Xã Tân Phong | |
6 | https://nhadatngudoan.htm.wiki | Xã Ngũ Đoan | |
7 | https://nhadatdaiha.htm.wiki | Xã Đại Hà | |
8 | https://minhtankienthuy.htm.wiki | Xã Minh Tân | |
9 | https://thanhsonkienthuy.htm.wiki | Xã Thanh Sơn | |
10 | https://nhadatthuyhuong.htm.wiki | Xã Thuỵ Hương | |
11 | https://nhadatdule.htm.wiki | Xã Du Lễ | |
12 | https://nhadatkienquoc.htm.wiki | Xã Kiến Quốc | |
13 | https://nhadatnguphuc.htm.wiki | Xã Ngũ Phúc | |
14 | https://daidongkienthuy.htm.wiki | Xã Đại Đồng | |
15 | https://nhadathuubang.htm.wiki | Xã Hữu Bằng | |
16 | https://diaocthuanthien.htm.wiki | Xã Thuận Thiên | |
17 | https://diaocdongphuong.htm.wiki | Xã Đông Phương | |
18 | https://nhadatnuidoi.htm.wiki | Thị trấn Núi Đối |
STT | NHÀ MÔI GIỚI (Huyện Kiến Thuỵ) | EMAIL/ ĐIỆN THOẠI / WEBSITE |
153 | Tran Thu Thuy | thuthuy50**@ *****72978 |
152 | Trần Long Đại Nghĩa | dai610**@ *****97997 |
151 | Nguyễn Thế Trường | aladinhom**@ *****83289 |
150 | Nhà Đất Phúc Sáng | luongvietsang19**@ *****28993 |
149 | Lê Phương Thảo | thaole151119**@ *****27209 |
148 | Đặng Hải | danghaivh**@ *****50059 |
147 | Bùi Đức Quyển | buiducquyen**@ *****62558 |
146 | Trường1982 | ngoctruong28**@ *****99228 |
145 | Nguyễn Duy Thư | duythu**@ *****86003 |
144 | Đặng Thị Ngọc Linh | ngoclinhbannhahaipho**@ *****12880 |
143 | Nguyễn Kiều Dinh | nguyenkieudinh.19**@ *****65966 |
142 | Anh Đức | nhuthuymanag**@ *****68528 |
141 | Nguyễn Văn Đoan | doankd.abla**@ *****12393 |
140 | Quang Nguyễn. Nhà đất Hải Phòng Xanh | quangnt19**@ *****66354 |
139 | Bùi Văn Thanh | thanhbui080319**@ *****69750 |
138 | phùng văn chính | phungchinh**@ *****28066 |
137 | Nguyễn Văn Chung | chunganh.phoxanh11**@ *****53475 |
136 | Chung Anh | chunganh.phoxanh11**@ *****62666 |
135 | Hoàng Hạnh Ngân | hoangngan0**@ *****60310 |
134 | Nguyen Son | nguyensondshpcommerceho**@ *****94981 |
133 | Trịnh Ngọc Dũng | dung1208**@ *****58585 |
132 | Nguyễn Văn Lâm | lam2000bannhahaipho**@ *****19431 |
131 | Anh Sự | phamcongs**@ *****65456 |
130 | Lê Trung Kiên | hongtayhp26**@ *****98683 |
129 | Nguyễn Viết Tại | nguyenviettaivb**@ *****24126 |
128 | Nhật Minh | nhatminh94n**@ *****06912 |
127 | Lương Hường | luongthuhuong19**@ *****28688 |
126 | Tô Tùng Lâm | totunglam1**@ *****76128 |
125 | Bùi Hữu Hiệu | hieu.bh23**@ *****62269 |
124 | Trần Hải Cường | **@ *****36111 |
123 | Anh Nghĩa | dangnghia85**@ *****15533 |
122 | Đinh Thị Hà An | dinhthihaan070120**@ *****56269 |
121 | Nguyễn Văn Quyến | bdsvanquy**@ *****88886 |
120 | Nguyễn Đồng Thanh | dongthanh**@ *****18868 |
119 | Vudinhtruyen | thanhnguyet1**@ *****38380 |
118 | Chu Hoa | chuhoa1506**@ *****17599 |
117 | Nguyễn Duy Hoan | nguyenhoantb090919**@ *****78056 |
116 | Thành Viết | viett041420**@ *****76119 |
115 | Phạm Tiến An | anhau93**@ *****22182 |
114 | Lương Trác Khá | khalt.fourho**@ *****40486 |
113 | Lan Anh | trinhthilananh0511**@ *****49572 |
112 | Đỗ Văn Khoa | dovankhoa**@ *****55499 |
111 | Văn Lập | vuvanlap1995**@ *****75080 |
110 | Huy Hung | huyhunghairdesign**@ *****82668 |
109 | Ms. Thuận | tranbuibichthuan.hp**@ *****92136 |
108 | Anh Quang | **@ *****42788 |
107 | Tuấn Trần | quoctuan**@ *****95666 |
106 | Nguyễn Quang Huy | atnhuy1**@ *****29337 |
105 | Nguyen Son | nguyensonhp199420**@ *****68123 |
104 | Nguyễn Thị Kim Ngân | ngannguyen.abla**@ *****88343 |
103 | Phạm Đức Trung | phamductrung2**@ *****79523 |
102 | Thắng Phạm | nhadat6dla**@ *****64456 |
101 | Nguyễn Duy Hoan | nguyenhoantb090919**@ *****47868 |
100 | Lương Văn Sao | luongsaohp**@ *****48192 |
99 | Trần Vũ | tranvubds**@ *****73164 |
98 | Phạm Ngọc Thắng | phamthang.dothigroup.**@ *****05844 |
97 | 0819582879 | trungdienchan**@ *****82879 |
96 | Daovanthanh | daonga25819**@ *****41997 |
95 | Do Thi Hang | **@ *****33299 |
94 | Phamducthinh91 | thinhchicano5**@ *****03622 |
93 | Anh Lộc | **@ *****89045 |
92 | Đặng Trung Sơn | sondangtrun**@ *****68869 |
91 | Lương Tuấn Anh | johnluong2**@ *****26102 |
90 | Bình | bngo18**@ *****09998 |
89 | Trần Văn Hà | sinhhungvt**@ *****73332 |
88 | Hương | caolanhuong.h**@ *****36631 |
87 | Bùi Đức Tùng | buituyen.hp10**@ *****47078 |
86 | Bùi Đình Huy | dinhhuymyho**@ *****91224 |
85 | Nguyễn Quang Quang | quangnguyen53**@ *****67758 |
84 | Nhà Đất Iq | nhadat**@ *****66486 |
83 | Đào Bá Anh | daobaanh19**@ *****04309 |
82 | Nguyễn Văn Quyền | vemaybay12345**@ *****29727 |
81 | Chị Lan | chaulant**@ *****92179 |
80 | Quang Hoàng | hoangdatnhan**@ *****32368 |
79 | Nguyễn Thị Huế | nguyenhue.1**@ *****22967 |
78 | Nguyễn Thuý Hằng | hangchery9**@ *****27798 |
77 | Trần Vũ | tranthevu09688396**@ *****39683 |
76 | Nguyễn Tiến Quang | tienquangg30**@ *****60889 |
75 | Phạm Văn Trường | **@ *****92755 |
74 | Nhà Đất Phương Đông | nhadatphuongdong83**@ *****46606 |
73 | Hắc Ngọc Lương | hacngocluong19**@ *****53308 |
72 | Ngô Quang Trường | truongsudang1**@ *****95686 |
71 | Phùng Văn Tráng | phungvantrangqkd54d**@ *****26318 |
70 | Cao Đức Cường | caoduccuong**@ *****68686 |
69 | Phạm Đoàn | phamvandoan**@ *****58385 |
68 | Chị Vui | hoanganhkhoa19**@ *****09325 |
67 | Phúc An | golddir.**@ *****36852 |
66 | Vũ Bá Sơn | son.vb3**@ *****99299 |
65 | Tuấn Trần | bdsthanhdatvadaiph**@ *****95666 |
64 | Phạm Thị Nguyệt | hunganh91**@ *****40491 |
63 | Nguyễn Đức Tuệ | nguyentue**@ *****06308 |
62 | Phan Văn Toàn | phanvantoan293**@ *****06156 |
61 | Anh Minh | **@ *****62379 |
60 | A Nam | **@ *****66556 |
59 | Anh Luân | **@ *****98639 |
58 | Chị Giang | vuthaothaibin**@ *****52379 |
57 | Phạm Văn Cừ | caudai1928**@ *****62322 |
56 | Ngô Quang Trường | hasudang1**@ *****98131 |
55 | Phạm Tiến An | anhau93**@ *****76790 |
54 | Nguyễn Thị Hảo | nguyenthihaohp1**@ *****00293 |
53 | Nguyễn Tú | nhaxuonghaiphong.c**@ *****30404 |
52 | Nguyễn Văn Ngọc | hangochung20**@ *****80102 |
51 | Nguyễn Ngọc Linh | linhnguyenngoccommerceho**@ *****70223 |
50 | Nguyễn Thị Sim | nguyensimb**@ *****68296 |
49 | Nguyễn Đình Thịnh | thinhat**@ *****18902 |
48 | Kiều Minh Chính | chinh**@ *****55516 |
47 | Hung Pham | nhadathungph**@ *****68789 |
46 | Cao Vansson | ngochp.tue**@ *****58444 |
45 | Bds Dương Kinh - Kiến Thuỵ - Đồ Sơn | **@ *****22585 |
44 | Nguyễn Đình Ánh | nguyenanhc.ho**@ *****46868 |
43 | Phạm Quang Đức | ducuyen9**@ *****58988 |
42 | Bùi Thế Hoàng | hthe32**@ *****09666 |
41 | Nguyenthilien | namhainhad**@ *****55555 |
40 | Nhà Đất Iq | nhadat**@ *****09916 |
39 | Vũ Văn Vinh | vinh0868712**@ *****12089 |
38 | Phạm Minh Phát | tbvp.tienph**@ *****68879 |
37 | Toản | ngominhtoandh**@ *****80797 |
36 | Nguyễn Minh Hùng | **@ *****14545 |
35 | Phạm Thị Hải Yến | yenqn**@ *****55219 |
34 | Chị Hồng | hoaphuonghong**@ *****69960 |
33 | Nguyễn Thùy Dung | hunter94**@ *****22233 |
32 | Chị Vui | **@ *****50188 |
31 | Hạnh | **@ *****84668 |
30 | Phúc An | leeksfish**@ *****68566 |
29 | Nguyễn Thị Huế | **@ *****75773 |
28 | Hoàng Đình Tráng | **@ *****53456 |
27 | Nguyễn Quang Quang | **@ *****67758 |
26 | Đức Huỳnh Trần | **@ *****91812 |
25 | Hiếu Hoàng | duyhieuido**@ *****17963 |
24 | Lê Trung Kiên | **@ *****20666 |
23 | Phạm Đức Minh Khôi | **@ *****71082 |
22 | Thành Viết | **@ *****76119 |
21 | Hứa Minh Trang | **@ *****90315 |
20 | Trịnh Trang | huyentrang.27082001.**@ *****27339 |
19 | Kiều Minh Chính | **@ *****55516 |
18 | Trần Thị Hậu | hautranh**@ *****80886 |
17 | Tuyết Đinh | **@ *****86266 |
16 | Hieu Duy | **@ *****79835 |
15 | Đỗ Hoàng Việt | viet.hp**@ *****64213 |
14 | Đỗ Đặng Văn | dothieubi**@ *****69321 |
13 | Lương Tuấn Anh | **@ *****76883 |
12 | Duc Long | long09869297**@ *****29715 |
11 | Nguyễn Văn Tiến | tienanh196**@ *****24568 |
10 | Đặng Trung Sơn | **@ *****68869 |
9 | Vũ Tiến | vutiennhadatanhmi**@ *****49535 |
8 | Tạ Đình Hải | **@ *****68357 |
7 | Bùi Tiến Anh | buitienanh231219**@ *****97989 |
6 | Nguyễn Văn Hưng | nguyenhung2306**@ *****69666 |
5 | Thanh Ngọc | **@ *****98789 |
4 | Trần Bùi Bích Thuận | **@ *****92136 |
3 | Đỗ Thị Vân Hồng | **@ *****28893 |
2 | Nguyễn Thị Nguyệt | thuynguyetnguyen**@ *****00202 |
1 | Nguyễn Văn Trung | congnghe2k.smarthomecc**@ *****34455 |