-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
941 lines (910 loc) · 34.9 KB
/
index.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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!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" />
<!-- SEO Meta Tags -->
<meta
name="description"
content="Huong Hua Co., Ltd. - Pioneers in providing innovative and high-quality bathroom solutions. Specializing in bathroom design, installation, and renovation."
/>
<meta
name="keywords"
content="Bathroom Solutions, Bathroom Design, Installation Services, Bathroom Renovation, High-Quality Bathroom Equipments, Huong Hua"
/>
<meta name="author" content="Huong Hua Co., Ltd." />
<meta name="theme-color" content="#002e5f" />
<link
rel="canonical"
href="https://hoangsonww.github.io/Huong-Hua-Co-Ltd/"
/>
<meta http-equiv="content-language" content="en" />
<meta name="robots" content="index, follow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="Huong Hua Co., Ltd." />
<meta name="rating" content="General" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://hoangsonww.github.io/Huong-Hua-Co-Ltd/"
/>
<meta
property="og:title"
content="Huong Hua Co., Ltd. - Innovative Bathroom Solutions"
/>
<meta
property="og:description"
content="Leading provider of innovative and high-quality bathroom solutions. Specializing in bathroom design, installation services, and renovations."
/>
<meta property="og:image" content="images/image.png" />
<link
rel="alternate"
hreflang="en"
href="https://hoangsonww.github.io/Huong-Hua-Co-Ltd/"
/>
<link
rel="alternate"
hreflang="vi"
href="https://hoangsonww.github.io/Huong-Hua-Co-Ltd/"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="images/image.png" />
<meta
name="twitter:title"
content="Huong Hua Co., Ltd. - Innovative Bathroom Solutions"
/>
<meta
name="twitter:description"
content="Leading provider of innovative and high-quality bathroom solutions. Specializing in bathroom design, installation services, and renovations."
/>
<meta name="twitter:image" content="images/image.png" />
<meta name="google-adsense-account" content="ca-pub-6608388491200814" />
<title>Huong Hua Co., Ltd. - Official Website</title>
<link rel="stylesheet" href="./css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="icon" href="./images/image.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<script src="./js/main.js"></script>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="manifest" href="manifest.json" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6608388491200814"
crossorigin="anonymous"
></script>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8E7FN4J1GC"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8E7FN4J1GC");
</script>
<body>
<header class="header" style="z-index: 1001">
<a href="#" class="logo"
><img
src="./images/image.png"
alt="Company Logo"
style="width: 150px; height: 45px; border-radius: 4px"
/></a>
<div class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#service">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li>
<li><a href="html/careers.html">Careers</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</nav>
</header>
<section id="home" class="home">
<div class="overlay"></div>
<h1 style="z-index: 1000">Huong Hua Co., Ltd.</h1>
<h2 style="margin-top: 10px; z-index: 1000">
Innovative and Elegant Bathroom Solutions
</h2>
<div style="z-index: 1000" class="wave wave1"></div>
<div style="z-index: 1000" class="wave wave2"></div>
<div style="z-index: 1000" class="wave wave3"></div>
</section>
<section class="about" id="about" style="min-height: 35vh">
<h1 class="heading">About Us</h1>
<div class="row">
<div class="content">
<h3>Leaders in Bathroom Equipment Design and Construction</h3>
<p>
Huong Hua Co. Ltd. specializes in creating innovative and
high-quality bathroom equipments. Our team of experienced designers
and craftsmen are dedicated to bringing our clients' visions to
life, ensuring every detail is perfected. From luxurious bathtubs to
sleek, modern fixtures, we provide a full range of solutions to meet
all your bathroom design needs.
</p>
</div>
</div>
</section>
<div class="pt-5 pb-5" style="background-color: #f2f2f2">
<div class="container">
<div class="row">
<div class="section-head col-sm-12" id="service">
<h1>Our Services</h1>
<p>
At Huong Hua Co. Ltd., we specialize in crafting high-quality,
innovative bathroom solutions. Our expertise lies in designing and
constructing bathroom equipment that enhances both functionality
and aesthetics.
</p>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_one"
><i class="fa fa-bath"></i
></span>
<h6 style="font-family: "Poppins", sans-serif">
Bathroom Design
</h6>
<p style="font-family: "Poppins", sans-serif">
Our expert designers work closely with clients to create custom
bathroom designs that blend functionality with elegance. From
layout planning to selecting materials and finishes, we ensure
every detail aligns with your vision.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_two"
><i class="fa fa-wrench"></i
></span>
<h6 style="font-family: "Poppins", sans-serif">
Installation Services
</h6>
<p style="font-family: "Poppins", sans-serif">
We provide professional installation services for a variety of
bathroom fixtures, including bathtubs, showers, vanities, and
more. Our skilled technicians ensure seamless integration and
top-notch functionality.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_three"
><i class="fa fa-recycle"></i
></span>
<h6 style="font-family: "Poppins", sans-serif">
Renovation & Upgrade
</h6>
<p style="font-family: "Poppins", sans-serif">
Revitalize your bathroom space with our renovation services. We
specialize in upgrades that enhance the beauty and efficiency of
your bathroom, by incorporating the latest trends and
technologies.
</p>
</div>
</div>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"
></script>
<section class="counters">
<div
class="section-head-1 col-sm-12"
style="text-align: center; color: white"
>
<h4 style="margin-top: -5rem; color: white" id="portfolio">
Our Achievements at a Glance
</h4>
</div>
<div class="container">
<div>
<i class="far fa-clock fa-4x"></i>
<div class="counter" data-target="13500">0</div>
<h3>Working Hours</h3>
</div>
<div>
<i class="fas fa-gift fa-4x"></i>
<div class="counter" data-target="720">0</div>
<h3>Completed Projects</h3>
</div>
<div>
<i class="fas fa-users fa-4x"></i>
<div class="counter" data-target="480">0</div>
<h3>Happy Clients</h3>
</div>
<div>
<i class="fas fa-award fa-4x"></i>
<div class="counter" data-target="120">0</div>
<h3>Awards Received</h3>
</div>
</div>
</section>
<div class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="section-head-1 col-sm-12" style="text-align: center">
<h4 style="margin-top: -5rem" id="portfolio">
<span>Our Featured</span> Projects
</h4>
<p>
Explore some of our most distinguished projects where we've
combined aesthetic excellence with functional design in bathroom
solutions. Each project showcases our commitment to quality and
innovation.
</p>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_four"
><i class="fa fa-tint"></i
></span>
<h6 style="font-family: "Poppins", sans-serif">
Luxury Residential Bathrooms
</h6>
<p style="font-family: "Poppins", sans-serif">
This project features a series of luxury bathrooms designed for
a high-end residential complex. Each bathroom combines modern
design with top-of-the-line fixtures, emphasizing comfort and
style.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_five"
><i class="fa fa-hotel"></i
></span>
<h6 style="font-family: "Poppins", sans-serif">
Hotel Spa & Wellness Centers
</h6>
<p style="font-family: "Poppins", sans-serif">
Our team designed and installed bespoke bathroom fittings for a
series of upscale hotel spa and wellness centers, prioritizing a
serene and relaxing ambiance with a focus on durability and ease
of maintenance.
</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item">
<span class="icon feature_box_col_six"
><i class="fa fa-home"></i
></span>
<h6 style="font-family: "Poppins", sans-serif">
Modern Home Renovations
</h6>
<p style="font-family: "Poppins", sans-serif">
This project involved renovating bathrooms in contemporary
homes, upgrading them with smart fixtures and sustainable
materials. The designs reflect a perfect blend of functionality
and contemporary style.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="communicate">
<h3>Ready to Transform Your Bathroom Space?</h3>
<p>
Whether it's a new design or a renovation, our team is ready to bring
your vision to life with expertise and precision. Contact us for a
consultation today.
</p>
<a href="#contact"
><button class="btn" id="contactNow">Contact Now</button></a
>
</div>
<div class="testimonials mt-100">
<div class="container">
<div class="section-header" style="text-align: center">
<h2 style="margin-top: -15rem">Client Testimonials</h2>
<p style="font-size: 2rem; margin-bottom: 50px">
Hear from our satisfied clients about their experience with our
bathroom solutions.
</p>
</div>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item row align-items-center">
<div class="testimonial-img">
<img src="./images/testimonial-1.jpg" alt="Client Image" />
</div>
<div class="testimonial-text" style="width: 100%">
<h3>Ha Trang</h3>
<h4>Residential Client</h4>
<p>
"The team at Huong Hua Co. Ltd. brought my dream bathroom to
life! Their attention to detail and innovative designs made the
entire process a delightful experience."
</p>
</div>
</div>
<div class="testimonial-item row align-items-center">
<div class="testimonial-img" style="width: 100%">
<img src="./images/testimonial-4.jpg" alt="Client Image" />
</div>
<div class="testimonial-text">
<h3>Thuy Nguyen</h3>
<h4>Home Renovation Client</h4>
<p>
"Our bathroom renovation was a huge success. Huong Hua Co. Ltd.
provided insightful design advice and high-quality
craftsmanship. The result was beyond what we had imagined."
</p>
</div>
</div>
<div class="testimonial-item row align-items-center">
<div
class="testimonial-img"
style="margin-top: 55px; background-color: white"
>
<img
src="./images/client-hotel.jpg"
style="background-color: white"
alt="Client Image"
/>
</div>
<div class="testimonial-text" style="margin-top: 60px">
<h3>Emily Hoang</h3>
<h4>Hotel Manager</h4>
<p>
"Working with Huong Hua Co. Ltd. was a game-changer for our
hotel's bathroom renovation project. Their expertise in luxury
design significantly enhanced our guest experience."
</p>
</div>
</div>
<div class="testimonial-item row align-items-center">
<div class="testimonial-img">
<img src="./images/testimonial-3.jpg" alt="Client Image" />
</div>
<div class="testimonial-text" style="margin-top: 16px">
<h3>Lucas Nguyen</h3>
<h4>Interior Designer</h4>
<p>
"As an interior designer, I've collaborated with many
contractors, but Huong Hua Co. Ltd. stands out for their
exceptional quality and creative solutions in bathroom designs."
</p>
</div>
</div>
<div class="testimonial-item row align-items-center">
<div class="testimonial-img" style="background-color: white">
<img
src="./images/client-residential-complex.jpg"
style="background-color: white; margin-top: 55px"
alt="Client Image"
/>
</div>
<div class="testimonial-text" style="margin-top: 82px">
<h3>Sarah Tra Nguyen</h3>
<h4>Commercial Project Manager</h4>
<p>
"In our commercial projects, we need partners who understand
both aesthetics and functionality. Huong Hua Co. Ltd. excelled
in delivering designs that are both beautiful and practical."
</p>
</div>
</div>
</div>
</div>
</div>
<div class="clients mt-100">
<div class="container">
<div class="section-header">
<h2>Our Clients</h2>
<p>
At Huong Hua Co. Ltd., we pride ourselves on transforming spaces
with our innovative bathroom solutions. Our clients range from
individual homeowners to large commercial entities.
</p>
</div>
<div class="owl-carousel clients-carousel">
<img src="./images/client-homeowner.jpg" alt="Homeowner Logo" />
<img src="./images/client-hotel.jpg" alt="Hotel Logo" />
<img src="./images/client-airlines.jpg" alt="Airline Logo" />
<img
src="./images/client-residential-complex.jpg"
alt="Residential Complex Logo"
/>
<img
src="./images/client-commercial-building.jpg"
alt="Commercial Building Logo"
/>
<img src="./images/client-spa.jpg" alt="Spa Logo" />
<img
src="./images/client-interior-designer.jpg"
alt="Interior Designer Logo"
/>
</div>
</div>
</div>
<a href="#" class="back-to-top"><i class="ion-ios-arrow-up"></i></a>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<section class="team" style="margin-top: 7rem">
<h1 class="heading" style="margin-top: 3rem" id="team">Our Team</h1>
<p style="font-size: 2rem; color: white; margin-bottom: 20px">
Our team of designers, technicians, and craftsmen are dedicated to
delivering the highest quality bathroom solutions.
</p>
<div class="row">
<div class="card">
<div class="image">
<img src="./images/download.jpeg" alt="Team member 1" />
</div>
<div class="info">
<h3>Hoang Nguyen</h3>
<span>Customer Representative</span>
<div class="icons">
<a href="https://www.facebook.com/" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/login" class="fab fa-twitter"></a>
<a href="https://www.instagram.com/" class="fab fa-instagram"></a>
<a href="https://www.linkedin.com/" class="fab fa-linkedin"></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="card">
<div class="image">
<img src="images/viet-woman.png" alt="Team member 1" />
</div>
<div class="info">
<h3>Kristine Hoang</h3>
<span>Project Manager</span>
<div class="icons">
<a href="https://www.facebook.com/" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/login" class="fab fa-twitter"></a>
<a href="https://www.instagram.com/" class="fab fa-instagram"></a>
<a href="https://www.linkedin.com/" class="fab fa-linkedin"></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="card">
<div class="image">
<img src="./images/viet-man.png" alt="Team member 1" />
</div>
<div class="info">
<h3>Luke Nguyen</h3>
<span>Interior Designer</span>
<div class="icons">
<a href="https://www.facebook.com/" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/login" class="fab fa-twitter"></a>
<a href="https://www.instagram.com/" class="fab fa-instagram"></a>
<a href="https://www.linkedin.com/" class="fab fa-linkedin"></a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="card">
<div class="image">
<img src="images/viet-woman-2.jpg" alt="Team member 1" />
</div>
<div class="info">
<h3>Katherine Nguyen</h3>
<span>Interior Designer</span>
<div class="icons">
<a href="https://www.facebook.com/" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/login" class="fab fa-twitter"></a>
<a href="https://www.instagram.com/" class="fab fa-instagram"></a>
<a href="https://www.linkedin.com/" class="fab fa-linkedin"></a>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<h1 class="heading">Get in Touch</h1>
<p style="font-size: 2rem; margin-bottom: 50px">
Get in touch with us to discuss your bathroom design needs. We'll
provide a free consultation and quote for your project.
</p>
</section>
<div class="contact-in">
<div class="contact-map" style="border-radius: 8px">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3919.130030685457!2d106.68808401526094!3d10.764208061937977!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31752ecbf6e0d42b%3A0xa76b27ed2b80e7f!2s83%20Nguyen%20Cu%20Trinh%2C%20Ph%C6%B0%E1%BB%9Dng%20Nguy%E1%BB%85n%20C%C6%B0%20Trinh%2C%20Qu%E1%BA%ADn%201%2C%20Th%C3%A0nh%20ph%E1%BB%91%20H%E1%BB%93%20Ch%C3%AD%20Minh%2C%20Vietnam!5e0!3m2!1sen!2sus!4v1644684739958"
width="100%"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
title="Google Maps Location"
></iframe>
</div>
<div class="contact-form">
<form
action="https://formspree.io/f/meqyqqkj"
method="POST"
style="text-align: center"
>
<input
type="text"
name="name"
placeholder="Name"
class="contact-form-txt"
required
/>
<input
type="tel"
id="phone"
name="phone"
required
placeholder="Contact number"
maxlength="10"
class="contact-form-phone"
/>
<input
type="email"
name="_replyto"
placeholder="Email"
class="contact-form-email"
required
/>
<textarea
placeholder="Your Message"
name="message"
class="contact-form-txtarea"
required
></textarea>
<input type="text" name="_gotcha" style="display: none" />
<input
type="submit"
value="Submit"
id="contactBtn"
style="color: white"
class="contact-form-btn"
/>
</form>
</div>
</div>
<section class="faq">
<h1 class="heading" style="margin-top: 1rem; color: #00bfff" id="faq">
Frequently-Asked Questions
</h1>
<div class="row">
<div class="accordion-container">
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
What bathroom design services do you offer?
</h3>
</div>
<div class="accordion-body">
<p>
We specialize in a range of bathroom design services including
custom designs for residential and commercial spaces,
installation of fixtures, and complete bathroom renovations. Our
team works closely with clients to create functional and
aesthetically pleasing bathroom spaces.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
How long does a bathroom renovation take?
</h3>
</div>
<div class="accordion-body">
<p>
The duration of a bathroom renovation project depends on the
scope and complexity of the work. Typically, a complete
renovation takes between 2 to 6 weeks. We strive to minimize
disruption and complete projects efficiently without
compromising on quality.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
Can you work with my specific budget?
</h3>
</div>
<div class="accordion-body">
<p>
Yes, we can tailor our bathroom solutions to fit a range of
budgets. We offer various options and alternatives to meet your
financial requirements while ensuring the highest quality of
work and materials.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
Do you provide warranties on your work?
</h3>
</div>
<div class="accordion-body">
<p>
Yes, we stand behind the quality of our work. We provide
warranties for our bathroom design and construction services,
giving our clients peace of mind and assurance of our commitment
to quality and durability.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
How do I start a bathroom renovation project with you?
</h3>
</div>
<div class="accordion-body">
<p>
Starting your bathroom renovation project is easy. Just contact
us through our website or phone. We'll schedule a consultation
to discuss your needs, preferences, and budget, and then provide
a detailed plan and quote for your project.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">What warranty options are available?</h3>
</div>
<div class="accordion-body">
<p>
Our products and services come with comprehensive warranties,
ensuring long-term reliability and customer satisfaction.
Specific warranty details vary by product and service.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
Do you offer custom bathroom designs?
</h3>
</div>
<div class="accordion-body">
<p>
Yes, we specialize in custom bathroom designs tailored to meet
your unique style and functional needs. Our design team works
closely with you to bring your vision to life.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
Can I see examples of your previous projects?
</h3>
</div>
<div class="accordion-body">
<p>
Of course! Our portfolio showcases a variety of our completed
projects, demonstrating our expertise and commitment to quality.
Visit our Portfolio section or contact us for more details.
</p>
</div>
</div>
<div class="accordion">
<div class="accordion-header">
<span>+</span>
<h3 style="color: white">
How do you ensure project timelines are met?
</h3>
</div>
<div class="accordion-body">
<p>
We value punctuality and efficiency. Our project management
approach includes detailed planning, regular updates, and
proactive communication to ensure timely completion of your
project.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>About Us</h4>
<ul>
<li>
<i class="ion-ios-arrow-forward"></i> <a href="#">Home</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="#about">About us</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="#service">Our services</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="html/terms.html">Terms & condition</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="html/privacy.html">Privacy policy</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="#portfolio">Portfolio</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i> <a href="#team">Team</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="html/careers.html">Careers</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="#contact">Contact</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i> <a href="#faq">FAQ</a>
</li>
</ul>
</div>
<div
class="col-lg-3 col-md-6 footer-contact"
style="font-size: 1.5rem"
>
<h4>Contact Us</h4>
<p>
83 Nguyen Cu Trinh<br />
Nguyen Cu Trinh Ward<br />
District 1, Ho Chi Minh City<br />
Vietnam <br />
<strong>Phone:</strong> +84 833232390<br />
<strong>Email:</strong> [email protected]<br />
</p>
<div class="social-links">
<a
href="https://www.dnb.com/business-directory/company-profiles.huong_hua_company_limited.24589420a976de026bb58ce834a810d9.html"
><i class="ion-ios-globe"></i
></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4>Stay Updated</h4>
<p>
Join our mailing list for insights on the latest trends in
bathroom designs and exclusive updates on Huong Hua Co. Ltd.'s
innovative bathroom solutions.
</p>
<form action="https://formspree.io/f/xayryypl" method="POST">
<input
type="email"
name="email"
style="font-size: 14px"
placeholder="Your Email"
required
/>
<input
type="submit"
value="Subscribe"
style="font-size: 14px; width: 80px"
/>
<input
type="hidden"
name="_subject"
value="New Subscription Request"
/>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row align-items-center">
<div
class="col-md-6 copyright"
style="color: #fff; font-size: 1.3rem"
>
Copyright © 2023 Huong Hua Co., Ltd. All Rights Reserved.
</div>
</div>
</div>
</div>
<a
href="#"
style="cursor: pointer"
class="back-to-top"
title="Get back to the top of the page"
><i class="ion-ios-arrow-up"></i
></a>
<script>
$(document).ready(function () {
$("a").on("click", function (event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$("html, body").animate(
{
scrollTop: $(hash).offset().top,
},
800,
function () {
window.location.hash = hash;
},
);
}
});
});
</script>
</body>
</html>