-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxuonggo.html
706 lines (607 loc) · 41 KB
/
xuonggo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trang Chủ | Xây Dựng Nguyên Lê</title>
<link rel="icon" href="assets/images/header/logo_thumbnail.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<!-- Owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
<link rel="stylesheet" href="assets/css/tailwind.css">
<link rel="stylesheet" href="assets/css/app.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/font.css">
</head>
<body>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v14.0"
nonce="hJbLmUJX"></script>
<header>
<!-- Responsive Navbar -->
<nav class="navbar navbar-expand-xl bg-[#696969] nav-header fixed w-full z-50 p-0">
<button class="navbar-toggler border-none py-[20px]" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent">
<!-- <span class="navbar-toggler-icon"></span> -->
<img src="assets/images/header/nav_mobile.png" alt="">
</button>
<a href="index.html" class="mobile:block laptop:hidden absolute top-0 right-[5%] z-50">
<img src="assets/images/header/logo_02.jpg" class="h-[80px]" alt="">
</a>
<div class="collapse navbar-collapse text-white uppercase mobile:text-[16px] laptop:text-[12px] leading-[1rem] pt-[30px] mx-auto mobile:h-[800px] laptop:h-[60px] max-w-[1200px] relative"
id="navbarSupportedContent">
<a href="index.html" class="mobile:hidden laptop:block absolute top-0 left-0 z-50">
<img src="assets/images/header/logo_02.jpg" class="h-[110px]" alt="">
</a>
<ul
class="navbar-nav mx-auto absolute mobile:left-0 laptop:left-auto laptop:right-0 mobile:w-full laptop:w-auto mobile:pl-[12px] laptop:pl-0 mobile:h-[1500px] tablet:h-full laptop:h-auto">
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none">
<a href="index.html" class="nav-link">Trang chủ</a>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="gioithieu.html" class="nav-link" id="navbarDropdown" role="button">
Giới Thiệu
</a>
<div class="dropdown-menu nav-drop text-white text-[12px] leading-[1rem]"
aria-labelledby="navbarDropdown">
<!-- Cầu nối Hover -->
<div class="w-full h-[20px] bg-red-500 absolute -top-2 bg-transparent"></div>
<a href="gioithieu.html" class="dropdown-item drop-item relative">
<i
class="fa-solid fa-angles-right absolute left-[5px] top-[50%] -translate-y-[50%] mobile:block laptop:hidden"></i>
KTS. Nguyễn Trọng Nghĩa
</a>
<!-- Line divider -->
<!-- <div class="dropdown-divider"></div> -->
<a href="#" class="dropdown-item drop-item relative">
<i
class="fa-solid fa-angles-right absolute left-[5px] top-[50%] -translate-y-[50%] mobile:block laptop:hidden"></i>
Con 02
</a>
<a href="#" class="dropdown-item drop-item relative">
<i
class="fa-solid fa-angles-right absolute left-[5px] top-[50%] -translate-y-[50%] mobile:block laptop:hidden"></i>
Con 03</a>
</div>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="truyenthong.html" class="nav-link" id="navbarDropdown" role="button">
TRUYỀN THÔNG
</a>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="camnhan.html" class="nav-link" id="navbarDropdown" role="button">
Cảm nhận KH
</a>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="thietke.html" class="nav-link" id="navbarDropdown" role="button">
Thiết kế
</a>
<div class="dropdown-menu nav-drop text-white text-[12px] leading-[1rem]"
aria-labelledby="navbarDropdown">
<!-- Cầu nối Hover -->
<div class="w-full h-[20px] bg-red-500 absolute -top-2 bg-transparent"></div>
<a href="#" class="dropdown-item drop-item">
THIẾT KẾ NHÀ PHỐ - BIỆT THỰ
</a>
<!-- Line divider -->
<!-- <div class="dropdown-divider"></div> -->
<a href="#" class="dropdown-item drop-item">Con 02</a>
<a href="#" class="dropdown-item drop-item">Con 03</a>
</div>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="thicong.html" class="nav-link" id="navbarDropdown" role="button">
Thi công
</a>
<div class="dropdown-menu nav-drop text-white text-[12px] leading-[1rem]"
aria-labelledby="navbarDropdown">
<!-- Cầu nối Hover -->
<div class="w-full h-[20px] bg-red-500 absolute -top-2 bg-transparent"></div>
<a href="chitietthicong.html" class="dropdown-item drop-item">
THI CÔNG XÂY DỰNG MỚI
</a>
<!-- Line divider -->
<!-- <div class="dropdown-divider"></div> -->
<a href="#" class="dropdown-item drop-item">Con 02</a>
<a href="#" class="dropdown-item drop-item">Con 03</a>
</div>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 active mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="xuonggo.html" class="nav-link" id="navbarDropdown" role="button">
Xưởng gỗ
</a>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="#" class="nav-link" id="navbarDropdown" role="button">
Gói dịch vụ
</a>
<div class="dropdown-menu nav-drop text-white text-[12px] leading-[1rem]"
aria-labelledby="navbarDropdown">
<!-- Cầu nối Hover -->
<div class="w-full h-[20px] bg-red-500 absolute -top-2 bg-transparent"></div>
<a href="#" class="dropdown-item drop-item">
Con 01
</a>
<!-- Line divider -->
<!-- <div class="dropdown-divider"></div> -->
<a href="#" class="dropdown-item drop-item">Con 02</a>
<a href="#" class="dropdown-item drop-item">Con 03</a>
</div>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="#" class="nav-link" id="navbarDropdown" role="button">
Hoạt động - tin tức
</a>
<div class="dropdown-menu nav-drop text-white text-[12px] leading-[1rem]"
aria-labelledby="navbarDropdown">
<!-- Cầu nối Hover -->
<div class="w-full h-[20px] bg-red-500 absolute -top-2 bg-transparent"></div>
<a href="#" class="dropdown-item drop-item">
Con 01
</a>
<!-- Line divider -->
<!-- <div class="dropdown-divider"></div> -->
<a href="#" class="dropdown-item drop-item">Con 02</a>
<a href="#" class="dropdown-item drop-item">Con 03</a>
</div>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="#" class="nav-link" id="navbarDropdown" role="button">
Tư vấn bản vẽ
</a>
</li>
<li
class="nav-item mobile:py-[8px] laptop:py-0 mobile:border-t-[1px] mobile:border-[#ccc] mobile:border-dotted laptop:border-none dropdown nav-border">
<a href="#" class="nav-link" id="navbarDropdown" role="button">
Liên hệ
</a>
</li>
</ul>
</div>
</nav>
<!-- Banner -->
<div class="banner pb-2 border-b-2 solid border-[#25bdad]">
<div class="owl-carousel owl-theme owl-banner relative">
<!-- Item 1 -->
<div class="laptop-sm:h-[800px]">
<img src="assets/images/header/banner/banner_01.jpg" class="object-cover -mt-[10%]" alt="">
</div>
<!-- Item 2 -->
<div class="laptop-sm:h-[800px]">
<img src="assets/images/header/banner/banner_02.jpg" class="object-cover -mt-[10%]" alt="">
</div>
<!-- Item 3 -->
<div class="laptop-sm:h-[800px]">
<img src="assets/images/header/banner/banner_03.jpg" class="object-cover -mt-[10%]" alt="">
</div>
</div>
</div>
</header>
<div class="content">
<!-- Xưởng Gỗ -->
<section class="section-fifteen mobile:mx-[8%] tablet:mx-[5%] laptop:mx-[10%] pt-[25px]">
<div class="section-header mobile:w-[94%] tablet:w-full flex justify-between items-center">
<a href="#"
class="section-title uppercase bg-[#1b8f84] inline-block text-white text-[15px] leading-[23px] relative min-w-[100px] px-[34px] py-[2px] hover:bg-[#25bdad] transition-colors duration-300 -ml-[3px]">
<span class="section-text font-['Myriad-Pro'] text-center">Xưởng Gỗ</span>
</a>
</div>
<div class="section-content mt-[12px]">
<div class="row">
<div class="box-body oh">
<div class="c-w">
<p style="text-align: justify;">
Trước yêu cầu kỹ lưỡng và sự tín nhiệm ngày càng cao của quý khách hàng về lĩnh vực nội
thất. Công ty Kiến Trúc Mới đã thành lập xưởng gỗ thi công nội thất với mục đích đảm bảo
100% trùng khớp từ phần thiết kế bản vẽ đến khi lắp đặt sản phẩm thực tế trên không gian
Kiến Trúc Mới thiết kế và trực tiếp thi công. Đó là điều trăn trở của chủ đầu tư lẫn
công ty khi 01 đơn vị thiết kế và 01 đơn vị thi công nội thất sẽ không bao giờ chính xác
và trùng khớp với thiết kế gây quan ngại cho khách hàng và uy tín công ty. Bên cạnh đó,
gói thiết kế và thi công trọn gói sẽ giúp chủ đầu tư thuận tiện quản lý, giám sát và hơn
hết sẽ giúp chủ đầu tư tiết kiệm chi phí.</p>
<p style="text-align: justify;">
Đặc biệt, KTM chuyên cung cấp nội thất decor và gỗ tự nhiên nguyên tấm giá sỉ. Có rất
nhiều loại gỗ quý hiếm, có vân gỗ đẹp để khách hàng lựa chọn như: gỗ me tây, gỗ hương,
gỗ sồi, gỗ đỏ, gỗ xoan đào, gỗ mun… KTM hiện đang là nhà phân phối tin cậy của các
showroom nội thất, xưởng mộc tại thành phố Hồ Chí Minh và khu vực lân cận. Nếu bạn đang
kinh doanh, sản xuất đồ nội thất nguyên tấm thì còn ngần ngại gì mà không liên hệ ngay
với chúng tôi. Chúng tôi cam kết đem lại giá trị và lợi nhuận cho khách hàng!</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong go_ktm/do-go-noi-that-v1.jpg"
data-fancybox="content-gallery"><img
alt="do go noi that tai xuong cong ty kien truc moi "
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong go_ktm/do-go-noi-that-v1.jpg"
style="width: 80%;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong go_ktm/do-go-noi-that-v2.jpg"
data-fancybox="content-gallery"><img
alt="do go noi that tai xuong cua cong ty kien truc moi "
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong go_ktm/do-go-noi-that-v2.jpg"
style="width: 80%;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong go_ktm/do-go-noi-that-v3.jpg"
data-fancybox="content-gallery"><img
alt="xuogn go noi that kien cong ty kien truc moi "
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong go_ktm/do-go-noi-that-v3.jpg"
style="width: 80%;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont" href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/31.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/31.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont" href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/33.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/33.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont" href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/36.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/36.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h1.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h1.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h2.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h2.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h3.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h3.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h4.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h4.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h5.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h5.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h6.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h6.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h7.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h7.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h8.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h8.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h9.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h9.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h10.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/XƯỞNG GỖ/xuong-go-h10.png"
style="width: 800px;"></a>
</p>
<p>
<strong>Hội chợ triển lãm Vietbuil</strong>
</p>
<p>
Hằng năm KTM Decor thường xuyên tham gia hội chợ triển lãm Vietbuild để giới thiệu những
sản phẩm đa dạng đến với khách hàng.</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h11.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h11.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h16.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h16.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h20.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h20.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h14.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h14.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h13.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h13.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h21.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h21.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h19.jpg"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/hoi cho vietbuild 2018/trien-lam-quoc-te-vietbuild-tphcm-2018-h19.jpg"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/Vietbuild Go 2018/trien-lam-vietbuild-go-2018-h3.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/Vietbuild Go 2018/trien-lam-vietbuild-go-2018-h3.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/Vietbuild Go 2018/trien-lam-vietbuild-go-2018-h6.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/Vietbuild Go 2018/trien-lam-vietbuild-go-2018-h6.png"
style="width: 800px;"></a>
</p>
<p style="text-align: center;">
<a class="img-cont"
href="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/Vietbuild Go 2018/trien-lam-vietbuild-go-2018-h7.png"
data-fancybox="content-gallery"><img alt=""
src="/resources/uploaded/KienTrucMoi/Files/HOAT DONG CONG TY/Vietbuild Go 2018/trien-lam-vietbuild-go-2018-h7.png"
style="width: 800px;"></a>
</p>
<p style="text-align: justify;">
<strong>XDNL Decor</strong>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Xưởng Gỗ -->
</div>
<footer>
<div class="footer-wrapper mobile:mx-[8%] tablet:mx-[5%] laptop:mx-[10%] py-[25px]">
<div
class="footer-row row py-[10px] border-double border-t-[5px] border-[#25bdad] w-[calc(100%+15px)] overflow-x-hidden">
<!-- Col One -->
<div class="col-xs-12 col-md-5 col-lg-5 pl-0 mobile:order-3 tablet:order-1">
<h2 class="footer-company text-[#1b8f84] text-[14px] font-bold mb-[4px] uppercase">
CÔNG TY TNNH THIẾT KẾ XÂY DỰNG NGUYỄN LÊ
</h2>
<p class="footer-title uppercase text-[13px] text-[#696969]">Việt Nam :</p>
<p class="footer-content text-[13px] text-[#696969]">
Trụ sở : 563/13 Lê Văn Khương, P.Hiệp Thành, Q.12.
<br>
Tel: 0123 456 789 - 0123 456 789 KTS: Nguyễn Trọng Nghĩa.
<br>
Fax: 0123 456 789.
<br>
VPGD: P1901_Lầu 19 tòa nhà Saigon Trade Center_37 Tôn Đức Thắng, Q.1, TP.HCM.
<br>
Tel: 0123 456 789.
<br>
Fax: 0123 456 789.
<br>
CN2: Đường N23, Khu TĐC sân bay Long Thành, X. Lộc An, H. Long Thành, Đồng Nai
<br>
AUSTRALIA :
<br>
VPĐD : 03 Carabeen street, Cabramatta Road, NSW 2166 Australia.
<br>
TEL : +61 406 577 979 Mr. Thiện Tâm.
</p>
<p class="footer-mailto text-[13px] text-[#696969]">
Mail: <a href="mailto:[email protected]"
class="hover:no-underline hover:text-[#d00] transition-colors duration-300">[email protected]</a>
</p>
<p class="footer-website text-[13px] text-[#696969]">
Website: <a href="https://ricpham.github.io/xaydungnguyenle/"
class="hover:no-underline hover:text-[#d00] transition-colors duration-300">www.ricpham.github.io/xaydungnguyenle/</a>
</p>
</div>
<!-- Col Two -->
<div class="col-xs-12 col-md-3 col-lg-3 pl-0 mobile:order-1 tablet:order-2">
<h2 class="footer-social text-[#1b8f84] text-[14px] font-bold mb-[6px] uppercase">
Kết nối với chúng tôi
</h2>
<div class="footer-icon">
<a href="#" class="pr-[8px] border-r-[1px] solid border-[#999] inline-block">
<img src="assets/images/footer/tiktok_icon.png" class="inline opacity-50 hover:opacity-100"
alt="">
</a>
<a href="#" class="pl-[3px] pr-[8px] border-r-[1px] solid border-[#999] inline-block">
<img src="assets/images/footer/instagram_icon.png"
class="inline opacity-50 hover:opacity-100" alt="">
</a>
<a href="#" class="pl-[3px] pr-[8px] border-r-[1px] solid border-[#999] inline-block">
<img src="assets/images/footer/twitter_icon.png" class="inline opacity-50 hover:opacity-100"
alt="">
</a>
<a href="#" class="pl-[3px] pr-[8px] border-r-[1px] solid border-[#999] inline-block">
<img src="assets/images/footer/facebook_icon.png"
class="inline opacity-50 hover:opacity-100" alt="">
</a>
<a href="#" class="pl-[3px] pr-[8px] border-r-[1px] solid border-[#999] inline-block">
<img src="assets/images/footer/youtube_icon.png" class="inline opacity-50 hover:opacity-100"
alt="">
</a>
<a href="#" class="pl-[3px] inline-block">
<img src="assets/images/footer/pinterest_icon.png"
class="inline opacity-50 hover:opacity-100" alt="">
</a>
</div>
<div class="footer-sharing pt-[16px]">
<!-- Your like button code -->
<div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-width=""
data-layout="standard" data-action="like" data-size="small" data-share="true"></div>
</div>
</div>
<!-- Col Three -->
<div class="col-xs-12 col-md-4 col-lg-4 pl-0 mobile:pb-[16px] mobile:order-2 tablet:order-3">
<h2 class="footer-social text-[#1b8f84] text-[14px] font-bold mb-[6px] uppercase">
Đăng ký tư vấn miễn phí
</h2>
<form action="" id="form_footer">
<label for="">
Vui lòng gửi yêu cầu tư vấn tại đây
</label>
<div class="mb-3">
<input type="text" name="email" class="form-control" placeholder="Email của bạn">
</div>
<div class="mb-3">
<input type="text" name="phone" class="form-control" placeholder="Số điện thoại">
</div>
<div class="mb-3">
<textarea name="content" id="" class="form-control cols=" 10" rows="3"
placeholder="Nhập nội dung tại đây"></textarea>
</div>
<input type="submit"
class="btn bg-[#1b8f84] text-white hover:opacity-80 transition-all duration-300"
value="Gửi câu hỏi">
</form>
</div>
</div>
<div
class="row border-solid border-t-[2px] border-[#25bdad] w-[calc(100%+15px)] overflow-x-hidden laptop:pt-[12px]">
<div class="col-xs-12 col-md-6 pl-0">
<p class="mobile:text-center laptop:text-left text-[#696969] text-[14px]">
<span class="font-semibold">0988 7777 92 (Zalo&Fb) - 0981 7777 97 - 0987 7777
97</span>
<strong>(08h-18h)</strong>
<span style="white-space: nowrap;">GĐ.KTS. <b class="uppercase">Nguyễn Trọng Nghĩa</b></span>
</p>
</div>
<div class="col-xs-12 col-md-6">
<p class="mobile:text-center laptop:text-right text-[#696969] text-[14px]">
Copyright © 2022 Nguyen Le Co., Ltd. All Rights Reserved.
<span style="white-space: nowrap;">Developed by <a href="https://github.com/ricpham"
class="hover:text-[#d00] hover:no-underline transition-colors duration-300">Ric
Phạm</a></span>
</p>
</div>
</div>
</div>
<!-- Fixed Items -->
<!-- Đăng Ký Tư Vấn Button -->
<div id="ask-btn"
class="top-to-bottom fixed bottom-0 left-0 z-40 bg-[#d00] h-[44px] mobile:hidden tablet:block hover:cursor-pointer hover:opacity-80">
<img src="assets/images/fixed/ask.png" alt="">
</div>
<!-- Form Fixed Left -->
<div id="form-fixed" style="box-shadow: 0 0 3px 2px #ccc;"
class="bottom-to-top fixed bottom-0 left-0 z-50 bg-white border-solid border-[1px] border-[#ccc] p-2 mobile:hidden tablet:block">
<h2 class="footer-social text-[#1b8f84] text-[14px] font-bold mb-[6px] uppercase">
Đăng ký tư vấn miễn phí
</h2>
<form action="" id="form_ask">
<label for="">
Vui lòng gửi yêu cầu tư vấn tại đây
</label>
<div class="mb-2">
<input type="text" name="email" class="form-control" placeholder="Email của bạn">
</div>
<div class="mb-2">
<input type="text" name="phone" class="form-control" placeholder="Số điện thoại">
</div>
<div class="mb-2">
<textarea name="content" id="" class="form-control cols=" 10" rows="2"
placeholder="Nhập nội dung tại đây"></textarea>
</div>
<div class="row">
<div class="col-6">
<input type="submit"
class="btn bg-[#1b8f84] text-white hover:opacity-80 transition-all duration-300"
value="Gửi câu hỏi">
</div>
<div class="col-6 d-flex justify-content-end">
<div id="btn-close"
class="btn bg-[#1b8f84] text-white hover:opacity-80 cursor-pointer transition-all duration-300">
Đóng</div>
</div>
</div>
</form>
</div>
<button id="topBtn" title="Back to top"
class="fixed bottom-[12px] right-[12px] z-40 bg-[#1b8f84] h-[44px] w-[44px] mobile:hidden tablet:flex hover:cursor-pointer hover:opacity-50 rounded-full justify-center items-center">
<i
class="fa-solid fa-arrows-up-to-line text-[#d8eeec] text-[20px] hover:text-white transition-colors hover:animate-bounce duration-300"></i>
</button>
<!-- Fixed Phone Calling Mobile -->
<!-- <span class="desktop-phone"></span> -->
<a id="floating-mobile-phone" href="tel:+15555555555" class="animate-pulse duration-500 transition-all"></a>
<!-- End Fixed Items -->
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> -->
<script src="assets/js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/lazyload.js"></script>
</body>
</html>