"); } [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;}
STT | NHÀ MÔI GIỚI (Huyện Bình Xuyên) | EMAIL/ ĐIỆN THOẠI / WEBSITE |
170 | Nguyễn Hữu Đức | ducbatdongsan**@ *****45249 |
169 | Hahuyquan | hahuyquan**@ *****67861 |
168 | Đỗ Chí Cương | dochicuong**@ *****50098 |
167 | Nguyễn Quốc Hà | quocha10**@ ***** |
166 | Nguyễn Thị Lan Anh | bds.lananhnguy**@ *****12121 |
165 | Hoàng Văn Minh | hungtcttk**@ *****21616 |
164 | Phòng Bán Hàng Chủ Đầu Tư | hieunguyen.**@ *****14986 |
163 | Nguyễn Ngọc Hà | nhadathanoi**@ *****04264 |
162 | Thăng | **@ *****92793 |
161 | Lý Văn Kiên | lykien819**@ *****08810 |
160 | Lê Sơn Villa | lesonvil**@ *****43999 |
159 | Lắp Máy | **@ *****76092 |
158 | Lưu Bá Đức | ducvcan**@ *****25324 |
157 | Nguyễn Anh Thư | nhadatsieudep**@ *****13456 |
156 | Lê Nguyệt Nga | lenguyetnga2**@ *****04218 |
155 | Lê Nguyệt | nguyet.le20**@ *****06735 |
154 | Trịnh Trúc Quỳnh | **@ *****36216 |
153 | Phan Huy Sáng | phanhuysang**@ *****71507 |
152 | Nhật Minh | ngominhduc24**@ *****59230 |
151 | Ceo Nguyễn Hà | **@ *****94222 |
150 | Mr. Đức Chung | ducchung.b**@ *****99479 |
149 | Hunghuland2 | hunghulan**@ *****80044 |
148 | Lyly Dao | lylydao14**@ *****01928 |
147 | Flamingo Holding | tranminhthuy.n**@ *****41554 |
146 | Tuân Vũ | vutuan97**@ *****40943 |
145 | Phùng Quang Ngọc | ngocgreenho**@ *****93282 |
144 | Nguyễn Tiến Dũng | nguyenmanhlang19**@ *****88619 |
143 | Đoàn Ngọc | ngocdd.**@ *****01336 |
142 | Nguyenhuong | diemhuong.hn**@ *****16089 |
141 | Hoàng Ngọc Thiện | hoangngocthien0801**@ *****10309 |
140 | Chủ Đầu Tư Hancorp | chudautuhanco**@ *****23129 |
139 | Nguyễn Minh Tuấn | batdongsan68**@ *****96689 |
138 | Đoàn Hồng Nhung | nhungdt**@ *****77646 |
137 | Nguyễn Minh Vũ | nguyenminhvu88.**@ *****52018 |
136 | Hoàng Thị Minh Thu | hoangthutd**@ *****93992 |
135 | Nguyễn Đình Châu | nguyendinhchauvp19.h**@ *****64657 |
134 | Pham Kim An | phamtheu.hd30**@ *****46383 |
133 | Dương Việt Hùng | duongviethung230119**@ *****63929 |
132 | Hoàng Văn Quyết | quyet91b**@ *****80888 |
131 | Thachtuyen | thachduytuyen68**@ *****73444 |
130 | Nguyễn Như Trang Vjhomes | nhutrang.hom**@ *****25487 |
129 | Hoa Quỳnh | banquanly2**@ *****83139 |
128 | Hoang Van Giap | hoang.bk20**@ *****92789 |
127 | Duy Thăng | **@ *****93386 |
126 | Nguyễn Hữu Huân | huan**@ *****66863 |
125 | Quang Trung | quangtrung.datxa**@ *****25496 |
124 | Nguyễn Trình | trinhn**@ *****25487 |
123 | Lê Văn Tuấn | tl2834**@ *****14677 |
122 | Đinh Thị Tâm | thanhtamtit**@ *****00425 |
121 | Nguyễn Văn Hải | nguyenvanhai30**@ *****44094 |
120 | Nguyễn Tiến Dũng | nguyentiendung2205**@ *****04745 |
119 | Nguyễn Văn Thắng | nguyenthangvnn**@ *****30038 |
118 | Triệu An | ngodv.h**@ *****02338 |
117 | Lại Hùng Dũng | laihungdung**@ *****79328 |
116 | Lâm Trường Sáng | lamtruongsa**@ *****67801 |
115 | Nguyễn Quang Lập | lap.wesnco**@ *****92239 |
114 | Thủy | thuyxop**@ *****85956 |
113 | Đinh Thị Tâm | dinhthitam.batdongs**@ *****86904 |
112 | Nguyễn Đức Hoàng | hoangvt19**@ *****69409 |
111 | Vũ Đình Văn | vvan**@ *****82468 |
110 | Phùng Thị Quỳnh Trang | trangpq.t**@ *****19997 |
109 | Dương Vũ | kunkonkute_**@ *****25515 |
108 | Hồng Quang | nguyencongmanhb**@ *****37389 |
107 | Long Nguyễn | nguyenvanlong0507**@ *****30507 |
106 | Chung Dang | dangvanchung22119**@ *****23269 |
105 | Nguyễn Phương Thúy | phuongthuy.bds**@ *****02998 |
104 | Nguyenthihuong | nguyenhuong9xx**@ *****65565 |
103 | Đào Xuân Tuân | tuanminhngocthanh**@ *****66078 |
102 | Trần Văn Thành | kadesign.j**@ *****33113 |
101 | Huyên Bình | baobinhbds**@ *****63826 |
100 | Lê Duy Thanh | **@ *****05207 |
99 | Lê Thị Hồng | haihong.hcm**@ *****94226 |
98 | Tính Bùi | zinstorevinhy**@ *****31222 |
97 | Việt Minh | cuminht**@ *****66161 |
96 | Mrs Thúy | maithuy**@ *****90668 |
95 | Vũ Thành | thanhvu**@ *****30266 |
94 | Phạm Văn Biên | phambien62**@ *****19510 |
93 | Nguyen Duc Tuyen | dulichtamdao**@ *****08521 |
92 | Đào Duy Sự | sudaod**@ *****99853 |
91 | Nghiêm Mai | nghiemmai010820**@ *****88440 |
90 | Anh Hải | haichokqvy**@ *****32955 |
89 | Nhà Đất Vĩnh Phúc (bdsvinhphuc.com) | bdsvinhphuc.c**@ *****33169 |
88 | Bùi Anh Tuấn | anhtuan187**@ *****80184 |
87 | Nguyễn Khắc | khachoan**@ *****06886 |
86 | Nguyễn Đức Sơn | nguyenducson2**@ *****24331 |
85 | Hoàng Mạnh Duy | hoangduyduy2709**@ *****40086 |
84 | Nguyễn Anh Vân | nhintrbla**@ *****88787 |
83 | Nguyễn Hồng Thao | thachhc**@ *****59669 |
82 | Trần Văn Sơn | tranvanson.v**@ *****45452 |
81 | Anh Tiến | **@ *****60681 |
80 | 0976742560 | **@ *****42560 |
79 | Đỗ Văn Toàn | dovantoan0302**@ *****66755 |
78 | Hoàng Huyền Lê | catanhxinh2**@ *****99228 |
77 | Long | hungtmse**@ *****19866 |
76 | Lê Xuân Định | **@ *****74015 |
75 | Tpkd Mr Định | tadinhb**@ *****35999 |
74 | Lý Tưởng | lytuong20**@ *****88999 |
73 | Bùi Quang Thắng | quangthangbk**@ *****86792 |
72 | Phương Thảo | nguyenphuongthao2308**@ *****19187 |
71 | Nguyen Minh Phuong | valuation.in**@ *****68678 |
70 | Anh Khuynh | nguyenvankhuynh020419**@ *****12331 |
69 | Thanh Vân | thanhvan1907**@ *****99499 |
68 | Dương Quang Thọ | thodq**@ *****05325 |
67 | Trần Ngọc Quang | cocua**@ *****29415 |
66 | Anh Trịnh | **@ *****93660 |
65 | A | **@ *****96677 |
64 | Phùng Văn Tuyến | tuyenvirgo**@ *****61888 |
63 | Le Son Phong | sonphong.diaoc5s**@ *****68211 |
62 | La Van Tra | luyenujuvi**@ *****90528 |
61 | Nguyễn Nam | nguyennamvp18**@ *****34586 |
60 | Dương Văn Thủy | **@ *****96659 |
59 | Nguyễn Nam | nguyennamxb**@ *****00319 |
58 | Nguyễn Hoàng Anh | hoanganh.cn.08**@ *****45105 |
57 | Nguyễn Duy (dung Thuỳ) | 0789484568d**@ *****84568 |
56 | Phùng Thị Cúc | phuongcucne**@ *****68695 |
55 | Dương Minh Đức | menden19**@ *****02904 |
54 | Kiên Nguyễn Xuân Kiên | knguyenxuankie**@ *****08123 |
53 | Hoàng Việt Hùng | vhung1**@ *****09068 |
52 | Dung Nguyen | hd.vp**@ *****88119 |
51 | Dinh Quang Sang | batdongsan3sgro**@ *****90000 |
50 | Đào Ngọc Dậu | tung.dao24**@ *****67029 |
49 | Trần Tuấn Anh | tuananhbds**@ *****84984 |
48 | Nguyễn Khánh | khanhsacvp.t**@ *****60983 |
47 | Đỗ Thị Hiền Hoà | hienhoa.gd**@ *****28866 |
46 | Trần Văn Mạnh | manh10**@ *****91929 |
45 | A HIỆP | htmenluxu**@ *****42351 |
44 | Quyên Nguyễn | nguyenquyenbds**@ *****23072 |
43 | Phùng Văn Tùng | tungbachkim20**@ *****23333 |
42 | Hương, Thư | minhthu67**@ *****03689 |
41 | Nguyen Anh Tuan | anthoneus12**@ *****33683 |
40 | Lưu Anh Tuấn | luuanhtuanmobi**@ *****84888 |
39 | Mr Long | **@ *****66080 |
38 | Cô Thúy | **@ *****18126 |
37 | Anh Hậu | **@ *****22196 |
36 | Minh | **@ *****00515 |
35 | Hoàng Minh Tú | minhtut**@ *****09076 |
34 | Trung Lê | trunghl.skyreal**@ *****66468 |
33 | Trần Văn Tuyên | 88nhad**@ *****80227 |
32 | Anh Phương | jakeryanboy**@ *****00532 |
31 | Anh Dũng | vietdung**@ *****50335 |
30 | Chu Văn Nhàn | **@ *****88576 |
29 | Trần Minh Quế | minhque**@ *****16390 |
28 | Hoàng Hợp | hoanghopland1**@ *****84542 |
27 | Đỗ Ngọc Cảnh | ngoccanh5**@ *****18931 |
26 | Bùi Thị Hương | buihuong820**@ *****39533 |
25 | Nguyễn Thị Hiền | dovansi**@ *****61038 |
24 | Mr Định | tadinh.b**@ *****35999 |
23 | Anh Hưng | thanhvu**@ *****13387 |
22 | Toàn | ndtoan**@ *****58048 |
21 | anh Hưng | **@ *****57149 |
20 | Le Xuan Viet | leviet10**@ *****10895 |
19 | Hoàng Minh Đức | **@ *****00459 |
18 | Tran Van Luat | luatdiaochan**@ *****64312 |
17 | Ban quản lý dự án Việt Đức Legend City | vietduclegendci**@ *****28628 |
16 | Duong Chuyen | datvinhphuc6**@ *****09688 |
15 | Ruanhongqing800@yahoo.com | ruanhongqing8**@ *****67431 |
14 | Thu An | **@ *****75333 |
13 | Phuong Kim | phuong.hanc**@ *****18869 |
12 | Chị Vũ | **@ *****80289 |
11 | Nguyễn Hồng Quân | quanyt**@ *****58343 |
10 | Nguyễn Hải | mylinh0620**@ *****59555 |
9 | Trần Bảo Nam | binhduong.v**@ *****81986 |
8 | Anh Hùng | tranhungttqh**@ *****46322 |
7 | Thanh Nguyễn | **@ *****36662 |
6 | Nguyễn Văn Trình | trinhv**@ *****78353 |
5 | Hoàng Tâm | tamtt7**@ *****78856 |
4 | Phạm Huy Phan | **@ *****81091 |
3 | Nguyễn Văn Bình | thebinhs**@ *****00000 |
2 | Thanh Vân | **@ *****99499 |
1 | Phùng Văn Tuyến | **@ *****61888 |