happybooking.com.vn Open in urlscan Pro
103.154.102.28  Public Scan

Submitted URL: https://www.happybooking.com.vn/
Effective URL: https://happybooking.com.vn/
Submission: On November 30 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /account/login

<form accept-charset="UTF-8" action="/account/login" id="customer_login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="login-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="login-customer[email]" class="form__floating-label">Email</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="login-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="current-password">
    <label for="login-customer[password]" class="form__floating-label">Mật khẩu</label>
    <div class="sitebox-recaptcha"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noreferrer">Privacy Policy</a> and
      <a href="https://policies.google.com/terms" target="_blank" rel="noreferrer">Terms of Service</a> apply. </div>
  </div>
  <button type="submit" class="form__submit button dark" id="form_submit-login">Đăng nhập</button>
  <input id="d5ae4906c47f4fc186bd200eb6522501" name="g-recaptcha-response" type="hidden"><noscript src="https://www.google.com/recaptcha/api.js?render=6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-"></noscript><noscript>grecaptcha.ready(function()
    {grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action: 'submit'}).then(function(token) {document.getElementById('d5ae4906c47f4fc186bd200eb6522501').value = token;});});</noscript>
</form>

POST /account/recover

<form accept-charset="UTF-8" action="/account/recover" method="post">
  <input name="form_type" type="hidden" value="recover_customer_password">
  <input name="utf8" type="hidden" value="✓">
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="recover-customer[recover_email]" class="form__field form__field--text" name="email" required="required">
    <label for="recover-customer[recover_email]" class="form__floating-label">Email</label>
    <div class="sitebox-recaptcha"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noreferrer">Privacy Policy</a> and
      <a href="https://policies.google.com/terms" target="_blank" rel="noreferrer">Terms of Service</a> apply. </div>
  </div>
  <button type="submit" class="form__submit button dark" id="form_submit-recover">Khôi phục</button>
  <input id="e6bcbdc3dd4d4e7d861c9663301309ed" name="g-recaptcha-response" type="hidden"><noscript src="https://www.google.com/recaptcha/api.js?render=6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-"></noscript><noscript>grecaptcha.ready(function()
    {grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action: 'submit'}).then(function(token) {document.getElementById('e6bcbdc3dd4d4e7d861c9663301309ed').value = token;});});</noscript>
</form>

POST /account/contact

<form accept-charset="UTF-8" action="/account/contact" class="contact-form" method="post">
  <input name="form_type" type="hidden" value="customer">
  <input name="utf8" type="hidden" value="✓">
  <div class="form-group input-group">
    <input type="hidden" id="newsletter-tags" name="contact[tags]" value="Đăng kí nhận tin">
    <input required="" type="email" name="contact[email]" class="form-control newsletter-input" id="newsletter-email" pattern="^(.)+@[A-Za-z0-9]([A-Za-z0-9.\-]*[A-Za-z0-9])?\.[A-Za-z]{1,13}$" placeholder="Email của bạn..." aria-label="Email Address">
    <div class="input-group-btn"><button type="submit" class="button dark cta-submitform newsletter-btn">Đăng ký</button></div>
  </div>
  <div class="sitebox-recaptcha d-none"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noreferrer">Privacy Policy</a> and
    <a href="https://policies.google.com/terms" target="_blank" rel="noreferrer">Terms of Service</a> apply. </div>
  <input id="60e379aa4d14432f92988549b448ced6" name="g-recaptcha-response" type="hidden"><noscript data-src="https://www.google.com/recaptcha/api.js?render=6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-"></noscript><noscript>grecaptcha.ready(function()
    {grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action: 'submit'}).then(function(token) {document.getElementById('60e379aa4d14432f92988549b448ced6').value = token;});});</noscript>
</form>

POST /contact

<form accept-charset="UTF-8" action="/contact" class="contact-form" method="post">
  <input name="form_type" type="hidden" value="contact">
  <input name="utf8" type="hidden" value="✓">
  <div class="row">
    <div class="col-12">
      <div class="input-group mb-3">
        <input required="" type="text" class="form-control" id="yourname" name="contact[name]" placeholder="Tên của bạn" aria-label="Tên của bạn">
      </div>
    </div>
    <div class="col-12">
      <div class="input-group mb-3">
        <input required="" type="email" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" class="form-control" id="youremail" name="contact[email]" placeholder="Email của bạn" aria-label="Email của bạn">
      </div>
    </div>
    <div class="col-12">
      <div class="input-group mb-3">
        <input required="" pattern="\+?\(?\d{2,4}\)?[\d\s-]{3,}" maxlength="18" type="text" id="yourphone" name="contact[phone]" class="form-control" placeholder="Số điện thoại của bạn" aria-label="Số điện thoại của bạn">
      </div>
    </div>
    <div class="col-12">
      <div class="input-group mb-3">
        <textarea required="" placeholder="Nội dung" class="form-control" id="yourinfor" name="contact[body]" rows="3" aria-label="Nội dung"></textarea>
      </div>
    </div>
    <div class="col-12">
      <div class="sitebox-recaptcha mb-3"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noreferrer">Privacy Policy</a> and
        <a href="https://policies.google.com/terms" target="_blank" rel="noreferrer">Terms of Service</a> apply. </div>
    </div>
    <div class="col-12 text-center">
      <button class="btnSubmit-modal cta-submitform button">Gửi cho chúng tôi</button>
    </div>
  </div>
  <input id="4c98b91808684cadb42dd672cb015cea" name="g-recaptcha-response" type="hidden"><noscript data-src="https://www.google.com/recaptcha/api.js?render=6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-"></noscript><noscript>grecaptcha.ready(function()
    {grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action: 'submit'}).then(function(token) {document.getElementById('4c98b91808684cadb42dd672cb015cea').value = token;});});</noscript>
</form>

Text Content

HAPPY BOOKING

 * Trang chủ
 * Sản phẩm
   * Lưu Trú
   * Vé vui chơi giải trí
 * Blog
 * Giới thiệu
 * Liên Hệ

0
Đăng nhập


ĐĂNG NHẬP TÀI KHOẢN

Nhập email và mật khẩu của bạn:

Email
Mật khẩu
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Đăng nhập grecaptcha.ready(function()
{grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action:
'submit'}).then(function(token)
{document.getElementById('d5ae4906c47f4fc186bd200eb6522501').value =
token;});});

Khách hàng mới? Tạo tài khoản

Quên mật khẩu? Khôi phục mật khẩu


KHÔI PHỤC MẬT KHẨU

Nhập email của bạn:

Email
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Khôi phục grecaptcha.ready(function()
{grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action:
'submit'}).then(function(token)
{document.getElementById('e6bcbdc3dd4d4e7d861c9663301309ed').value =
token;});});

Bạn đã nhớ mật khẩu? Trở về đăng nhập

.




.

Nơi đến ? Tìm nơi bạn muốn trải nghiệm... Nha Trang Tiến Thành Phan Thiết
Novaworld Phan Thiết Mũi Né Đà Lạt
Thời gian?
Thời điểm thích hợp...
Check Out



ĐIỂM ĐẾN HẤP DẪN NHẤT

Mỗi điểm đến đều để lại những kỷ niệm, kỷ niệm là những cột mốc của cuộc sống.
Dưới đây là những địa điểm được ưa thích nhất mà bạn nên quan tâm.

PHAN THIẾT

Thiên đường resort tại thành phố biển

ĐÀ LẠT

Thành phố hoa lãng mạn trong màn sương

NHA TRANG

Thành phố biển hấp dẫn với các tour biển đảo

NOVAWORLD PHAN THIẾT

Khu phức hợp bao gồm lưu trú và giải trí hiện đại.


CÁC LỰA CHỌN ƯA THÍCH NHẤT

Các sản phẩm được khách hàng ưa thích và lựa chọn nhiều nhất tại Happy Booking

-29% Off


Tiến Thành


BUNGALOW DOUBLE - K-TOWN RESORT PHAN THIẾT

Giá từ

1,330,000₫ phòng / đêm 1,870,000₫ phòng / đêm

-23% Off


Tiến Thành


BUNGALOW FAMILY - K-TOWN RESORT PHAN THIẾT

Giá từ

1,780,000₫ phòng / đêm 2,320,000₫ phòng / đêm

-21% Off


Tiến Thành


BUNGALOW FAMILY - WONDERLAND RESORT PHAN THIẾT

Giá từ

1,900,000₫ phòng / đêm 2,410,000₫ phòng / đêm

-16% Off


Tiến Thành


BUNGALOW SEA VIEW - GOLDEN COAST RESORT & SPA

Giá từ

1,600,000₫ phòng / đêm 1,900,000₫ phòng / đêm

-29% Off


Tiến Thành


BUNGALOW TWIN - K-TOWN RESORT PHAN THIẾT

Giá từ

1,130,000₫ phòng / đêm 1,600,000₫ phòng / đêm

-18% Off


Nha Trang


CLUB FAMILY - 2 PHÒNG NGỦ - ALANA NHA TRANG BEACH

Giá từ

1,400,000₫ phòng / đêm 1,700,000₫ phòng / đêm

-53% Off


Nha Trang


CLUB SUITE SEA/CITY VIEW - ANNOVA NHA TRANG HOTEL

Giá từ

2,100,000₫ phòng / đêm 4,500,000₫ phòng / đêm

-21% Off


Nha Trang


DELUXE - ALANA NHA TRANG BEACH

Giá từ

750,000₫ phòng / đêm 950,000₫ phòng / đêm

-45% Off


Nha Trang


DELUXE - ANNOVA NHA TRANG HOTEL

Giá từ

1,100,000₫ phòng / đêm 2,000,000₫ phòng / đêm

-6% Off


Phan Thiết


DELUXE - ĐỒI DƯƠNG PHAN THIẾT

Giá từ

1,600,000₫ phòng / đêm 1,700,000₫ phòng / đêm

-43% Off


Nha Trang


DELUXE - DOUBLE & TWIN - EMERALD BAY HOTEL

Giá từ

800,000₫ phòng / đêm 1,400,000₫ phòng / đêm

-32% Off


Nha Trang


DELUXE - XAVIA HOTEL NHA TRANG

Giá từ

650,000₫ phòng / đêm 950,000₫ phòng / đêm


GIỚI THIỆU VỀ HAPPY BOOKING

Happy booking tự hào là nơi cung cấp các sản phẩm du lịch nghỉ dưỡng chất lượng
và phù hợp với nhu cầu của khách hàng tại khu vực Phan Thiết - Bình Thuận và các
tỉnh thành lân cận khác.


SÁNG TẠO TIÊN PHONG

Chúng tôi luôn làm mới các chương trình tham quan, điểm đến để mang lại các trải
nghiệm đặc biệt cho khách hàng


CHĂM SÓC TẬN TÂM

Chất lượng là ưu tiên hàng đầu của Epic Travels nhằm mang đến ấn tượng tốt đẹp
cho bạn.


UY TÍN VÀ ẤN TƯỢNG

Dẫn tour là các chuyên gia hàng đầu về du lịch với nhiều kiến thức về điểm đến,
phục vụ các bạn trong chuyến đi tốt nhất.


0
ĐIỂM LUU TRÚ
0
KHÁCH HÀNG
0
ĐIỂM VUI CHƠI


VÌ SAO CHỌN HAPPY BOOKING
CÔNG TY DU LỊCH UY TÍN TẠI PHAN THIẾT.

Cung cấp các tour chất lượng 4-5 sao, ấn tượng với nhiều điểm đến trong & ngoài
nước. Mang đến cho bạn trải nghiệm tuyệt vời. Ngoài ra chúng tôi còn cung cấp
các hình thức du lịch cho công ty, doanh nghiệp, khách đoàn như: Tour theo chủ
đề sự kiện, hội nghị, hội thảo, lễ hội, văn hóa, nghỉ dưỡng, du lịch sinh thái,
tour trekking,..

Xem thêm


ĐĂNG KÝ BẢN TIN
ĐỂ NHẬN NHỮNG CHƯƠNG TRÌNH DU LỊCH HẤP DẪN

Đăng ký
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
grecaptcha.ready(function()
{grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action:
'submit'}).then(function(token)
{document.getElementById('60e379aa4d14432f92988549b448ced6').value =
token;});});




HAPPY BOOKING

 * Lạc Long Quân, Tiến Thành, Thành phố Phan Thiết, Bình Thuận, Vietnam
 * Happybooking12@gmail.com
 * 0943 412 472

VỀ CHÚNG TÔI

 * Tìm hiểu về Happy Booking

CHÍNH SÁCH DỊCH VỤ

 * Chính sách hoàn hủy/ phụ thu/ thanh toán booking
 * Chính sách bảo mật
 * Điều khoản dịch vụ
 * Liên hệ

KẾT NỐI VỚI CHÚNG TÔI

 * 
 * 
 * 
 * 
 * 
 * 

Copyright © 2024 Happy Booking




Giỏ hàng

0₫


Chưa có sản phẩm trong giỏ hàng...

Trở về trang sản phẩm Khuyến mãi dành cho bạn
TỔNG TIỀN:
0₫
Giỏ hàng của bạn hiện chưa đạt mức tối thiểu để thanh toán.
Thanh toán
Xem giỏ hàng Khuyến mãi dành cho bạn


ĐỂ LẠI LỜI NHẮN CHO CHÚNG TÔI

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Gửi cho chúng tôi
grecaptcha.ready(function()
{grecaptcha.execute('6LdD18MUAAAAAHqKl3Avv8W-tREL6LangePxQLM-', {action:
'submit'}).then(function(token)
{document.getElementById('4c98b91808684cadb42dd672cb015cea').value =
token;});});
 * Happy Booking rất mong đợi cuộc gọi của bạn!
 * Liên hệ với Happy Booking
 * Happy Booking đang đợi bạn tại Zalo!
 * Happy Booking đang đợi tin nhắn từ bạn!
 * Địa chỉ của sự Tận Tâm!

Happy booking xin cảm ơn bạn lựa chọn dịch vụ!
Booking của bạn đã được chuyển đến giỏ hàng, vui lòng kiểm tra và xác nhận thông
tin thanh toán để hoàn tất booking!