www.champton.alisso.vn Open in urlscan Pro
115.146.126.82  Public Scan

URL: https://www.champton.alisso.vn/
Submission: On September 17 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 7 forms found in the DOM

GET #

<form action="#" method="get" class="form1 clearfix">
  <div class="row">
    <!--=== date arrival ===-->
    <div class="col-6 col-sm-2">
      <label>Arrival Date</label>
      <div class="date" id="dateArrival">
        <input class="datepicker hasDatepicker" readonly="" id="dp1726616621193">
      </div>
    </div>
    <!--=== Cruise ===-->
    <div class="col-6 col-sm-3">
      <label>Cruise</label>
      <div class="choose-search-cruise choose-cruise">
        <select name="cruise" class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="1" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="3">Select Cruise..</option>
          <option value="1">AQua Of The Seas</option>
          <option value="2">AQua Elegance</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-cruise-em-container"><span class="select2-selection__rendered" id="select2-cruise-em-container" role="textbox" aria-readonly="true"
                title="Select Cruise..">Select Cruise..</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
      </div>
    </div>
    <!--=== Itineraries ===-->
    <div class="col-6 col-sm-3">
      <label>Itineraries</label>
      <div class="choose-search-cruise choose-itineraries">
        <select name="itineraries" class="select2 select select2-hidden-accessible" style="width: 100%" data-select2-id="4" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="6">Select itineraries..</option>
          <option value="4">4 Days/ 3 Nights</option>
          <option value="3">3 Days/ 2 Nights</option>
          <option value="2">2 Days/ 1 Night</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-labelledby="select2-itineraries-uj-container"><span class="select2-selection__rendered" id="select2-itineraries-uj-container" role="textbox" aria-readonly="true"
                title="Select itineraries..">Select itineraries..</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
      </div>
    </div>
    <!--=== guests ===-->
    <div class="col-6 col-sm-2">
      <div class="guests" data-text="Guests">
        <label>Guests</label>
        <div class="result">
          <input class="qty-result" type="text" value="2" id="qty-result" readonly="">
          <div class="qty-result-text date-value" id="qty-result-text"></div>
        </div>
        <!--=== guests list ===-->
        <ul class="guest-list">
          <li class="header-box">Please choose number of guests <span class="qty-apply"><i class="icon icon-cross"></i></span></li>
          <!--=== adults ===-->
          <li class="clearfix">
            <!--=== Adults value ===-->
            <div>
              <input class="qty-amount" value="2" type="text" id="ticket-adult" data-value="2" readonly="">
            </div>
            <div>
              <span>Adults <small>11+ years</small></span>
            </div>
            <!--=== Add/remove quantity buttons ===-->
            <div>
              <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-adult">
              <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-adult">
            </div>
          </li>
          <!--=== chilrens ===-->
          <li class="clearfix">
            <!--=== Adults value ===-->
            <div>
              <input class="qty-amount" value="0" type="text" id="ticket-children" data-value="0" readonly="">
            </div>
            <!--=== Label ===-->
            <div>
              <span>Children <small>5-11 years</small></span>
            </div>
            <!--=== Add/remove quantity buttons ===-->
            <div>
              <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-children">
              <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-children">
            </div>
          </li>
          <!--=== Infants ===-->
          <li class="clearfix" style="display:none;">
            <!--=== Adults value ===-->
            <div>
              <input class="qty-amount" value="0" type="text" id="ticket-infants" data-value="0" readonly="">
            </div>
            <!--=== Label ===-->
            <div>
              <span>Infants <small>Under 5 years</small></span>
            </div>
            <!--=== Add/remove quantity buttons ===-->
            <div>
              <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-infants">
              <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-infants">
            </div>
          </li>
        </ul>
      </div>
    </div>
    <!--=== button ===-->
    <div class="col-12 col-sm-2">
      <a href="#" class="btn btn-clean-search">Book Now</a>
    </div>
  </div>
</form>

POST

<form class="form-book-service" method="POST" action="">
  <div class="row">
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Title<span class="required">*</span></label>
      <select id="servicetitle" class="form-control" name="servicetitle" onblur="check(servicetitle)" required="">
        <option value="">Title*</option>
        <option value="Mr">Mr</option>
        <option value="Ms">Ms</option>
      </select>
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Name<span class="required">*</span></label>
      <input type="text" class="form-control" name="servicename" placeholder="Name*" required="">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Phone</label>
      <input type="text" class="form-control" name="servicephone" placeholder="Phone*">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Email<span class="required">*</span></label>
      <input type="email" class="form-control" name="serviceemail" placeholder="Email*" required="">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Date<span class="required">*</span></label>
      <input type="text" class="form-control datepicker hasDatepicker" placeholder="Date*" name="servicedate" min="" required="" id="dp1726616621194">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Number of Person(s)<span class="required">*</span></label>
      <select class="form-control" name="serviceperson" onblur="check(serviceperson)" required="">
        <option value="">Number of Person(s)</option>
        <option value="1 Person">1 Person</option>
        <option value="2 Persons">2 Persons</option>
        <option value="3 Persons">3 Persons</option>
        <option value="4 Persons">4 Persons</option>
        <option value="5 Persons">5 Persons</option>
        <option value="6 Persons">6 Persons</option>
        <option value="7 Persons">7 Persons</option>
        <option value="8 Persons">8 Persons</option>
        <option value="9 Persons">9 Persons</option>
        <option value="10 Persons">10 Persons</option>
        <option value="11 Persons">11 Persons</option>
        <option value="12 Persons">12 Persons</option>
        <option value="13 Persons">13 Persons</option>
        <option value="14 Persons">14 Persons</option>
        <option value="15 Persons">15 Persons</option>
        <option value="16 Persons">16 Persons</option>
        <option value="17 Persons">17 Persons</option>
        <option value="18 Persons">18 Persons</option>
        <option value="19 Persons">19 Persons</option>
        <option value="20 Persons">20 Persons</option>
        <option value="More than 20 pax">More than 20 Persons</option>
      </select>
    </div>
    <div class="col-12 form-group">
      <label class="sr-only">Message</label>
      <textarea class="form-control" placeholder="Message" rows="4" name="servicemessage"></textarea>
    </div>
    <div class="col-12 col-sm-6 form-group">
      <span class="required">*</span> Mandatory fields
    </div>
    <div class="col-12 col-sm-6 form-group">
      <div class="butn-dark">
        <button class="btnb" type="submit"><span>Send request</span></button>
      </div>
    </div>
  </div>
  <input type="hidden" name="languagealias" value="en">
  <input type="hidden" value="group" name="brandalias">
  <input type="hidden" name="bookname" value="">
  <input type="hidden" name="page" value="">
  <input type="hidden" name="bookemail" value="">
</form>

POST

<form class="form-book-event" method="POST" action="">
  <div class="row">
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Title<span class="required">*</span></label>
      <select class="form-control" name="eventtitle" onblur="check(eventtitle)" required="">
        <option value="">Title*</option>
        <option value="Mr">Mr</option>
        <option value="Ms">Ms</option>
      </select>
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Name<span class="required">*</span></label>
      <input type="text" class="form-control" name="eventname" placeholder="Name*" required="">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Phone</label>
      <input type="text" class="form-control" name="eventphone" placeholder="Phone*">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Email<span class="required">*</span></label>
      <input type="email" class="form-control" name="eventemail" placeholder="Email*" required="">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Date<span class="required">*</span></label>
      <input type="text" class="form-control datepicker hasDatepicker" placeholder="Date*" name="eventdate" min="" required="" id="dp1726616621195">
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Number of Person(s)<span class="required">*</span></label>
      <select class="form-control" name="eventlocation" onblur="check(eventlocation)" required="">
        <option value="">Choose Location</option>
        <option value="Restaurant - Indoor">Restaurant - Indoor</option>
        <option value="Rooftop - Outdoor">Rooftop</option>
      </select>
    </div>
    <div class="col-12 col-sm-4 form-group">
      <label class="sr-only">Number of Person(s)<span class="required">*</span></label>
      <select class="form-control" name="eventperson" onblur="check(eventperson)" required="">
        <option value="">Number of Person(s)</option>
        <option value="1 Person">1 Person</option>
        <option value="2 Persons">2 Persons</option>
        <option value="3 Persons">3 Persons</option>
        <option value="4 Persons">4 Persons</option>
        <option value="5 Persons">5 Persons</option>
        <option value="6 Persons">6 Persons</option>
        <option value="7 Persons">7 Persons</option>
        <option value="8 Persons">8 Persons</option>
        <option value="9 Persons">9 Persons</option>
        <option value="10 Persons">10 Persons</option>
        <option value="More than 20 pax">More than 10 Persons</option>
      </select>
    </div>
    <div class="col-12 form-group">
      <label class="sr-only">Message</label>
      <textarea class="form-control" placeholder="Message" rows="4" name="eventmessage"></textarea>
    </div>
    <div class="col-12 col-sm-6 form-group">
      <span class="required">*</span> Mandatory fields
    </div>
    <div class="col-12 col-sm-6 form-group">
      <div class="butn-dark">
        <button class="btnb" type="submit"><span>Send request</span></button>
      </div>
    </div>
  </div>
  <input type="hidden" name="languagealias" value="en">
  <input type="hidden" value="group" name="brandalias">
  <input type="hidden" name="bookname" value="">
  <input type="hidden" name="page" value="">
  <input type="hidden" name="bookemail" value="">
</form>

POST

<form class="form-book-offer" method="POST" action="">
  <div class="row">
    <div class="col-12 col-md-4 form-group">
      <label class="sr-only">Title<span class="required">*</span></label>
      <select id="offertitle" class="form-control" name="offertitle" onblur="check(offertitle)" required="">
        <option value="">Title*</option>
        <option value="Mr">Mr</option>
        <option value="Ms">Ms</option>
      </select>
    </div>
    <div class="col-12 col-md-4 form-group">
      <label class="sr-only">Name<span class="required">*</span><span id="msinquiryname" style="color: red"></span></label>
      <input id="inquiryname" type="text" class="form-control" placeholder="Full Name*" name="offername" required="">
    </div>
    <div class="col-12 col-md-4 form-group">
      <label class="sr-only">Phone</label>
      <input id="inquiryphone" type="text" class="form-control" placeholder="Phone Number*" name="offerphone">
    </div>
    <div class="col-12 col-md-4 form-group">
      <label class="sr-only">Email<span class="required">*</span><span id="msinquiryemail" style="color: red"></span></label>
      <input id="inquiryemail" type="email" class="form-control" placeholder="Email*" name="offeremail" required="">
    </div>
    <div class="col-12 col-md-4 form-group">
      <label class="sr-only">Date<span class="required">*</span><span id="msinquirydate" style="color: red"></span></label>
      <input id="inquirydate" type="text" class="form-control datepicker hasDatepicker" placeholder="Date*" name="offerdate" min="" required="">
    </div>
    <div class="col-12 col-md-4 form-group">
      <label class="sr-only">Number of Person(s)<span class="required">*</span><span id="msofferperson" style="color: red"></span></label>
      <select id="offerperson" class="form-control" name="offerperson" onblur="check(offerperson)" required="">
        <option value="">Number of Person*</option>
        <option value="1 Person">1 Person</option>
        <option value="2 Persons">2 Persons</option>
        <option value="3 Persons">3 Persons</option>
        <option value="4 Persons">4 Persons</option>
        <option value="5 Persons">5 Persons</option>
        <option value="6 Persons">6 Persons</option>
        <option value="7 Persons">7 Persons</option>
        <option value="8 Persons">8 Persons</option>
        <option value="9 Persons">9 Persons</option>
        <option value="10 Persons">10 Persons</option>
        <option value="11 Persons">11 Persons</option>
        <option value="12 Persons">12 Persons</option>
        <option value="13 Persons">13 Persons</option>
        <option value="14 Persons">14 Persons</option>
        <option value="15 Persons">15 Persons</option>
        <option value="16 Persons">16 Persons</option>
        <option value="17 Persons">17 Persons</option>
        <option value="18 Persons">18 Persons</option>
        <option value="19 Persons">19 Persons</option>
        <option value="20 Persons">20 Persons</option>
        <option value="More than 20 pax">More than 20 Persons</option>
      </select>
    </div>
    <div class="col-12 form-group">
      <label class="sr-only">Message</label>
      <textarea id="inquirymessage" class="form-control" rows="4" placeholder="Message" name="offermessage"></textarea>
    </div>
    <div class="col-12 col-sm-6 form-group">
      <span class="required">*</span> Mandatory fields
    </div>
    <div class="col-12 col-sm-6 form-group">
      <div class="butn-dark">
        <button class="btnb" type="submit"><span>Send request</span></button>
      </div>
    </div>
  </div>
  <input type="hidden" name="languagealias" value="en">
  <input type="hidden" value="group" name="brandalias">
  <input type="hidden" name="bookname" value="">
  <input type="hidden" name="page" value="">
  <input type="hidden" name="bookemail" value="">
</form>

POST

<form class="form-book-restaurant" method="POST" action="">
  <div class="row">
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Title</label>
        <span id="msrestauranttitle" style="color: red"></span>
        <select id="restauranttitle" class="form-control" name="restauranttitle" onblur="check(restauranttitle)" required="">
          <option value="">Title*</option>
          <option value="Mr">Mr</option>
          <option value="Ms">Ms</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Full Name</label>
        <span id="msrestaurantname" style="color: red"></span>
        <input id="restaurantname" name="restaurantname" type="text" placeholder="Full Name*" value="" onblur="check('restaurantname')" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Email</label>
        <span id="msrestaurantemail" style="color: red"></span>
        <input id="restaurantemail" name="restaurantemail" type="email" placeholder="Email*" value="" onblur="checkEmail()" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Phone Number</label>
        <span id="msrestaurantphone" style="color: red"></span>
        <input id="restaurantphone" name="restaurantphone" type="text" placeholder="Phone Number*" value="" onblur="checkphone()" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span id="msrestaurantdate" style="color: red"></span>
        <input id="restaurantdate" name="restaurantdate" type="text" class="datepicker hasDatepicker" placeholder="Date*" readonly="" onblur="check(restaurantdate)" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span id="msrestaurantperson" style="color: red"></span>
        <select id="restaurantperson" class="form-control" name="restaurantperson" onblur="check(restaurantperson)" required="">
          <option value="">Number of Person*</option>
          <option value="1 Person">1 Person</option>
          <option value="2 Persons">2 Persons</option>
          <option value="3 Persons">3 Persons</option>
          <option value="4 Persons">4 Persons</option>
          <option value="5 Persons">5 Persons</option>
          <option value="6 Persons">6 Persons</option>
          <option value="7 Persons">7 Persons</option>
          <option value="8 Persons">8 Persons</option>
          <option value="9 Persons">9 Persons</option>
          <option value="10 Persons">10 Persons</option>
          <option value="11 Persons">11 Persons</option>
          <option value="12 Persons">12 Persons</option>
          <option value="13 Persons">13 Persons</option>
          <option value="14 Persons">14 Persons</option>
          <option value="15 Persons">15 Persons</option>
          <option value="16 Persons">16 Persons</option>
          <option value="17 Persons">17 Persons</option>
          <option value="18 Persons">18 Persons</option>
          <option value="19 Persons">19 Persons</option>
          <option value="20 Persons">20 Persons</option>
          <option value="More than 20 pax">More than 20 Persons</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span id="msrestauranttable" style="color: red"></span>
        <select id="restauranttable" class="form-control" name="restauranttable" onblur="check(restauranttable)" required="">
          <option value="">Number of Table*</option>
          <option value="1 Table">1 Table</option>
          <option value="2 Tables">2 Tables</option>
          <option value="3 Tables">3 Tables</option>
          <option value="4 Tables">4 Tables</option>
          <option value="5 Tables">5 Tables</option>
          <option value="More than 5 tables">More than 5 tables</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="input-group timepicker mb-20">
        <span id="msrestauranthour" style="color: red"></span>
        <select id="restauranthour" class="form-control" name="restauranthour" onblur="check(restauranthour)" required="">
          <option value="">Time*</option>
          <option value="13h">13h</option>
          <option value="14h">14h</option>
          <option value="15h">15h</option>
          <option value="16h">16h</option>
          <option value="17h">17h</option>
          <option value="18h">18h</option>
          <option value="19h">19h</option>
          <option value="20h">20h</option>
          <option value="21h">21h</option>
          <option value="22h">22h</option>
          <option value="23h">23h</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="input-group timepicker mb-20">
        <span id="msrestaurantminute" style="color: red"></span>
        <select id="restaurantminute" class="form-control" name="restaurantminute" required="">
          <option value="">Minute</option>
          <option value="05">05 Minute</option>
          <option value="10">10 Minute</option>
          <option value="15">15 Minute</option>
          <option value="20">20 Minute</option>
          <option value="25">25 Minute</option>
          <option value="30">30 Minute</option>
          <option value="35">35 Minute</option>
          <option value="40">40 Minute</option>
          <option value="45">45 Minute</option>
          <option value="50">50 Minute</option>
          <option value="55">55 Minute</option>
        </select>
      </p>
    </div>
  </div>
  <div class="mb-30">
    <label class="sr-only">Message</label>
    <textarea id="restaurantmessage" name="restaurantmessage" rows="5" placeholder="Message"></textarea>
  </div>
  <div class="text-center">
    <button class="btn btn-primary" type="submit">Complete Reservation</button>
  </div>
  <input type="hidden" name="languagealias" value="en">
  <input type="hidden" value="group" name="brandalias">
  <input type="hidden" name="bookname" value="">
  <input type="hidden" name="page" value="">
  <input type="hidden" name="bookemail" value="">
</form>

POST

<form class="form-book-bar" method="POST" action="">
  <div class="row">
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Title*</label>
        <span id="msbartitle" style="color: red"></span>
        <select id="bartitle" class="form-control" name="bartitle" onblur="check(bartitle)" required="">
          <option value="">Title</option>
          <option value="Mr">Mr</option>
          <option value="Ms">Ms</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Full Name</label>
        <span id="msbarname" style="color: red"></span>
        <input id="barname" name="barname" type="text" placeholder="Full Name*" value="" onblur="check('barname')" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Email</label>
        <span id="msbaremail" style="color: red"></span>
        <input id="baremail" name="baremail" type="email" placeholder="Email*" value="" onblur="checkEmail()" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Phone Number</label>
        <span id="msbarphone" style="color: red"></span>
        <input id="barphone" name="barphone" type="text" placeholder="Phone Number*" value="" onblur="checkphone()" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span id="msbardate" style="color: red"></span>
        <input id="bardate" name="bardate" type="text" class="datepicker hasDatepicker" placeholder="Date*" readonly="" onblur="check(bardate)" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span id="msbarperson" style="color: red"></span>
        <select id="barperson" class="form-control" name="barperson" onblur="check(barperson)" required="">
          <option value="">Number of Person*</option>
          <option value="1 Person">1 Person</option>
          <option value="2 Persons">2 Persons</option>
          <option value="3 Persons">3 Persons</option>
          <option value="4 Persons">4 Persons</option>
          <option value="5 Persons">5 Persons</option>
          <option value="6 Persons">6 Persons</option>
          <option value="7 Persons">7 Persons</option>
          <option value="8 Persons">8 Persons</option>
          <option value="9 Persons">9 Persons</option>
          <option value="10 Persons">10 Persons</option>
          <option value="11 Persons">11 Persons</option>
          <option value="12 Persons">12 Persons</option>
          <option value="13 Persons">13 Persons</option>
          <option value="14 Persons">14 Persons</option>
          <option value="15 Persons">15 Persons</option>
          <option value="16 Persons">16 Persons</option>
          <option value="17 Persons">17 Persons</option>
          <option value="18 Persons">18 Persons</option>
          <option value="19 Persons">19 Persons</option>
          <option value="20 Persons">20 Persons</option>
          <option value="More than 20 pax">More than 20 Persons</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span id="msbartable" style="color: red"></span>
        <select id="bartable" class="form-control" name="bartable" onblur="check(bartable)" required="">
          <option value="">Number of Table*</option>
          <option value="1 Table">1 Table</option>
          <option value="2 Tables">2 Tables</option>
          <option value="3 Tables">3 Tables</option>
          <option value="4 Tables">4 Tables</option>
          <option value="5 Tables">5 Tables</option>
          <option value="More than 5 tables">More than 5 tables</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="input-group timepicker mb-20">
        <span id="msmshour" style="color: red"></span>
        <select id="barhour" class="form-control" name="barhour" onblur="check(barhour)" required="">
          <option value="">Time*</option>
          <option value="13h">13h</option>
          <option value="14h">14h</option>
          <option value="15h">15h</option>
          <option value="16h">16h</option>
          <option value="17h">17h</option>
          <option value="18h">18h</option>
          <option value="19h">19h</option>
          <option value="20h">20h</option>
          <option value="21h">21h</option>
          <option value="22h">22h</option>
          <option value="23h">23h</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="input-group timepicker mb-20">
        <span id="msbarminute" style="color: red"></span>
        <select id="barminute" class="form-control" name="barminute">
          <option value="">Minute</option>
          <option value="00">00 Minute</option>
          <option value="05">05 Minute</option>
          <option value="10">10 Minute</option>
          <option value="15">15 Minute</option>
          <option value="20">20 Minute</option>
          <option value="25">25 Minute</option>
          <option value="30">30 Minute</option>
          <option value="35">35 Minute</option>
          <option value="40">40 Minute</option>
          <option value="45">45 Minute</option>
          <option value="50">50 Minute</option>
          <option value="55">55 Minute</option>
        </select>
      </p>
    </div>
  </div>
  <div class="mb-30">
    <label class="sr-only">Message</label>
    <textarea id="barmessage" name="barmessage" rows="5" placeholder="Message"></textarea>
  </div>
  <div class="text-center">
    <button class="btn btn-primary" type="submit">Complete Reservation</button>
  </div>
  <input type="hidden" name="languagealias" value="en">
  <input type="hidden" value="group" name="brandalias">
  <input type="hidden" name="bookname" value="">
  <input type="hidden" name="page" value="">
  <input type="hidden" name="bookemail" value="">
</form>

POST

<form class="form-book-spa" method="POST" action="">
  <div class="row">
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Title</label>
        <span style="color: red"></span>
        <select id="spatitle" class="form-control" name="spatitle" onblur="check(spatitle)" required="">
          <option value="">Title*</option>
          <option value="Mr">Mr</option>
          <option value="Ms">Ms</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Full Name*</label>
        <span style="color: red"></span>
        <input id="spaname" name="spaname" type="text" placeholder="Name" value="" onblur="check('spaname')" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Email</label>
        <span style="color: red"></span>
        <input name="spaemail" type="email" placeholder="Email*" value="" onblur="checkEmail()" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <label class="sr-only">Phone Number</label>
        <span style="color: red"></span>
        <input name="spaphone" type="text" placeholder="Phone Number*" value="" onblur="checkphone()" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span style="color: red"></span>
        <select id="spaperson" class="form-control" name="spaperson" onblur="check(spaperson)" required="">
          <option value="">Number of Person*</option>
          <option value="1 Person">1 Person</option>
          <option value="2 Persons">2 Persons</option>
          <option value="3 Persons">3 Persons</option>
          <option value="4 Persons">4 Persons</option>
          <option value="5 Persons">5 Persons</option>
          <option value="6 Persons">6 Persons</option>
          <option value="7 Persons">7 Persons</option>
          <option value="8 Persons">8 Persons</option>
          <option value="9 Persons">9 Persons</option>
          <option value="10 Persons">10 Persons</option>
          <option value=">10 Persons">More than 10 Persons</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="mb-20">
        <span style="color: red"></span>
        <input id="spadate" name="spadate" type="text" class="datepicker hasDatepicker" placeholder="Date*" readonly="" onblur="check(spadate)" required="">
      </p>
    </div>
    <div class="col-md-4">
      <p class="input-group timepicker mb-20">
        <span style="color: red"></span>
        <select id="spahour" class="form-control" name="spahour" onblur="check(spahour)" required="">
          <option value="">Time*</option>
          <option value="10h">10h</option>
          <option value="11h">11h</option>
          <option value="12h">12h</option>
          <option value="13h">13h</option>
          <option value="14h">14h</option>
          <option value="15h">15h</option>
          <option value="16h">16h</option>
          <option value="17h">17h</option>
          <option value="18h">18h</option>
          <option value="19h">19h</option>
          <option value="20h">20h</option>
          <option value="21h">21h</option>
          <option value="22h">22h</option>
        </select>
      </p>
    </div>
    <div class="col-md-4">
      <p class="input-group timepicker mb-20">
        <span style="color: red"></span>
        <select class="form-control" name="spaminute">
          <option value="">Minute*</option>
          <option value="05">05 Minute</option>
          <option value="10">10 Minute</option>
          <option value="15">15 Minute</option>
          <option value="20">20 Minute</option>
          <option value="25">25 Minute</option>
          <option value="30">30 Minute</option>
          <option value="35">35 Minute</option>
          <option value="40">40 Minute</option>
          <option value="45">45 Minute</option>
          <option value="50">50 Minute</option>
          <option value="55">55 Minute</option>
        </select>
      </p>
    </div>
  </div>
  <div class="mb-30">
    <label class="sr-only">Message</label>
    <textarea name="spamessage" placeholder="Message"></textarea>
  </div>
  <div class="mb-30 text-center">
    <button class="btn btn-primary" type="submit">Complete Reservation</button>
  </div>
  <input type="hidden" name="languagealias" value="en">
  <input type="hidden" value="group" name="brandalias">
  <input type="hidden" name="bookname" value="">
  <input type="hidden" name="page" value="">
  <input type="hidden" name="bookemail" value="">
</form>

Text Content

+84 24 3791 1111 sm@thelighthotelhanoi.com

 * About us
   * About The Light
   * Photo Gallery
   * Location & Map
   * Privacy Policy
 * Accommodation
   * Superior Double - Internal window
   * Superior Twin - Internal window
   * Deluxe Double/Twin, Bathtub, Internal Window
   * Executive Double/ Twin - Window - Neighbor View
   * Junior Double/ Twin - Window - City View
   * Premier Suite Double/ Twin - Window - City View
 * Restaurants & Bar
   * The Light Restaurant
   * Rooftop pool
   * The Light Louge
 * Spa & Fitness
   * The Light Spa
   * Fitness center
 * Services
   * Airport Transfer
   * Conference room
 * Offers
 * Tours

MENU MENU
English
 * English
 * Tiếng Việt

 * Book now

English
 * ENGLISH
 * TIẾNG VIỆT

 * Home
 * About us
 * Restaurants & Bar
   * The Light Restaurant
   * Rooftop pool
 * Airport Transfer
 * Blog
   * Destinations
   * News
 * Contact us

 * 
 * 
 * 


TRIPADVISOR TRAVELERS' CHOLCE AWARDS 2024

prev
next


Arrival Date

Cruise
Select Cruise.. AQua Of The Seas AQua Elegance Select Cruise..
Itineraries
Select itineraries.. 4 Days/ 3 Nights 3 Days/ 2 Nights 2 Days/ 1 Night Select
itineraries..
Guests

 * Please choose number of guests
   
 * Adults 11+ years
   
   
 * Children 5-11 years
   
   
 * Infants Under 5 years
   

Book Now


TOP BEST HOTEL IN THE HANOI OLD QUARTER

The Grand opening for The Light Hotel in the middle of November 2016.

The Light Hotel contains 89 fully furnished guest rooms with the most modernized
European imported equipments. Conveniently, located in the heart of the Hanoi’s
Old Quarter and business districts, within walking distances, the Light Hotel
connects to the most historical and famous places such as: Hoàn Kiếm Lake,
History Museum, Municipal Theatre, Tràng Tiền Plaza, Historical Đồng Xuân
Market, Old Quarter Shopping Areas…

DISCOVER MORE


ACCOMMODATION

VIEW ALL


EXECUTIVE DOUBLE/ TWIN - WINDOW - NEIGHBOR VIEW

 * Size:28 m²
 * Max:2 adults
 * Bed:King Bed or 2 Single Beds

Details


JUNIOR DOUBLE/ TWIN - WINDOW - CITY VIEW

 * Size:30 m²
 * Bed:King Bed or 2 Single Beds

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


PREMIER SUITE DOUBLE/ TWIN - WINDOW - CITY VIEW

 * Size:35 m²
 * Max:3 adults & a child under 6
 * Bed:King Bed

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


SUPERIOR DOUBLE - INTERNAL WINDOW

 * Size:20 m²
 * Max:2 adult & child under 6 years old
 * Bed:King Bed or 2 Single Beds

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


SUPERIOR TWIN - INTERNAL WINDOW

 * Size:20 m²
 * Max:2 adult & child under 6 years old
 * Bed:2 Single Beds

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


DELUXE DOUBLE/TWIN, BATHTUB, INTERNAL WINDOW

 * Size:25 m²
 * Max:2 adult & child under 6 years old
 * Bed:King Bed or 2 Single Beds

Details


EXECUTIVE DOUBLE/ TWIN - WINDOW - NEIGHBOR VIEW

 * Size:28 m²
 * Max:2 adults
 * Bed:King Bed or 2 Single Beds

Details


JUNIOR DOUBLE/ TWIN - WINDOW - CITY VIEW

 * Size:30 m²
 * Bed:King Bed or 2 Single Beds

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


PREMIER SUITE DOUBLE/ TWIN - WINDOW - CITY VIEW

 * Size:35 m²
 * Max:3 adults & a child under 6
 * Bed:King Bed

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


SUPERIOR DOUBLE - INTERNAL WINDOW

 * Size:20 m²
 * Max:2 adult & child under 6 years old
 * Bed:King Bed or 2 Single Beds

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


SUPERIOR TWIN - INTERNAL WINDOW

 * Size:20 m²
 * Max:2 adult & child under 6 years old
 * Bed:2 Single Beds

Elegantly designed furnished with from European standard furnitures combined
with Western and Asian architecture.
Details


DELUXE DOUBLE/TWIN, BATHTUB, INTERNAL WINDOW

 * Size:25 m²
 * Max:2 adult & child under 6 years old
 * Bed:King Bed or 2 Single Beds

Details




DISCOVER THE LIGHT HOTEL

Where attention to detail will make your journey unforgettable

The Light Restaurant

Our restaurant with elegant design, stunning vistas of city view. Guests can
savour tasty Vietnamese and International dishes in the hotels’ all day.

View details
Rooftop pool

Located on 11th floor, The Light’s rooftop pool endorses entire ancient city
view and infinity pool concept, all exquisitely designed to offer.

View details

The Light Louge

Let’s yourself be immersed in a spacious space, difference, enjoy the favourite
drinks with stunning city view from the 9 floor’s balcony.

View details
The Light Spa

Enter an exhilarating world and embark upon a sensual and stimulating journey
that unlocks your senses and pampers your body

View details
Conference room

Our conference room is exquisitely furnished with state of art meeting and event
facilities contain about 70 persons.

View details
Airport Transfer

Our airport pick - up and drop - off services have been perfectly arranged for
you. Convenient, safe and best price guarantee

View details


STAY INSPIRED




1


2


3


4


5


6


7


8


9

1

2

3

4

5

6

7

8

9



SPECIAL OFFERS

DISCOVER MORE


HERITAGE LINE PACKAGE

--------------------------------------------------------------------------------

More info


INDULGENCE PACKAGE

--------------------------------------------------------------------------------

More info


PREMIUM PACKAGE

--------------------------------------------------------------------------------

More info


HERITAGE LINE PACKAGE

--------------------------------------------------------------------------------

More info


INDULGENCE PACKAGE

--------------------------------------------------------------------------------

More info


PREMIUM PACKAGE

--------------------------------------------------------------------------------

More info


HERITAGE LINE PACKAGE

--------------------------------------------------------------------------------

More info


INDULGENCE PACKAGE

--------------------------------------------------------------------------------

More info


PREMIUM PACKAGE

--------------------------------------------------------------------------------

More info




THE LIGHT HOTEL HANOI

128-130 Hang Bong Str., Hoan Kiem Dist., Hanoi Old Quarter, Vietnam
+84 24 3791 1111
+84 24 3791 1111

sm@thelighthotelhanoi.com

 * 
 * 
 * 


ABOUT US

 * About The Light
 * Photo Gallery
 * Location & Map
 * Privacy Policy
 * Reviews and Awards


EXPLORE

 * The Light Restaurant
 * The Light Louge
 * Rooftop pool
 * The Light Spa
 * Fitness center


MORE INFORMATION

 * Airport Transfer
 * Conference room
 * Tours
 * Download center
 * Contact us

The Light Hotel
Tripadvisor Traveler Rating
1,016 reviews
Tripadvisor Ranking
#109 of 1662 hotels in Hanoi
 * Read reviews

 * Write a review

© 2023 The Light Hotel Hanoi. All rights reserved.

Accepted Cards



×
Best Price With Direct Booking
Book direct online with our special discount savings of up to 30% off all rooms
& suites.

» No deposit required
» Pay on arrival
» Restaurant & Bar Promotion
» Spa Promotion
Book Now
Call Now
Book now


Customer support
WhatsappZalo


SEND AN INQUIRY

Title* Title* Mr Ms
Name*
Phone
Email*
Date*
Number of Person(s)* Number of Person(s) 1 Person 2 Persons 3 Persons 4 Persons
5 Persons 6 Persons 7 Persons 8 Persons 9 Persons 10 Persons 11 Persons 12
Persons 13 Persons 14 Persons 15 Persons 16 Persons 17 Persons 18 Persons 19
Persons 20 Persons More than 20 Persons
Message
* Mandatory fields
Send request

SEND AN INQUIRY

Title* Title* Mr Ms
Name*
Phone
Email*
Date*
Number of Person(s)* Choose Location Restaurant - Indoor Rooftop
Number of Person(s)* Number of Person(s) 1 Person 2 Persons 3 Persons 4 Persons
5 Persons 6 Persons 7 Persons 8 Persons 9 Persons 10 Persons More than 10
Persons
Message
* Mandatory fields
Send request

SEND AN INQUIRY

Title* Title* Mr Ms
Name*
Phone
Email*
Date*
Number of Person(s)* Number of Person* 1 Person 2 Persons 3 Persons 4 Persons 5
Persons 6 Persons 7 Persons 8 Persons 9 Persons 10 Persons 11 Persons 12 Persons
13 Persons 14 Persons 15 Persons 16 Persons 17 Persons 18 Persons 19 Persons 20
Persons More than 20 Persons
Message
* Mandatory fields
Send request

BOOK A TABLE

Title Title* Mr Ms

Full Name

Email

Phone Number



Number of Person* 1 Person 2 Persons 3 Persons 4 Persons 5 Persons 6 Persons 7
Persons 8 Persons 9 Persons 10 Persons 11 Persons 12 Persons 13 Persons 14
Persons 15 Persons 16 Persons 17 Persons 18 Persons 19 Persons 20 Persons More
than 20 Persons

Number of Table* 1 Table 2 Tables 3 Tables 4 Tables 5 Tables More than 5 tables

Time* 13h 14h 15h 16h 17h 18h 19h 20h 21h 22h 23h

Minute 05 Minute 10 Minute 15 Minute 20 Minute 25 Minute 30 Minute 35 Minute 40
Minute 45 Minute 50 Minute 55 Minute

Message
Complete Reservation

BOOK A TABLE

Title* Title Mr Ms

Full Name

Email

Phone Number



Number of Person* 1 Person 2 Persons 3 Persons 4 Persons 5 Persons 6 Persons 7
Persons 8 Persons 9 Persons 10 Persons 11 Persons 12 Persons 13 Persons 14
Persons 15 Persons 16 Persons 17 Persons 18 Persons 19 Persons 20 Persons More
than 20 Persons

Number of Table* 1 Table 2 Tables 3 Tables 4 Tables 5 Tables More than 5 tables

Time* 13h 14h 15h 16h 17h 18h 19h 20h 21h 22h 23h

Minute 00 Minute 05 Minute 10 Minute 15 Minute 20 Minute 25 Minute 30 Minute 35
Minute 40 Minute 45 Minute 50 Minute 55 Minute

Message
Complete Reservation

BOOK A SPA

Title Title* Mr Ms

Full Name*

Email

Phone Number

Number of Person* 1 Person 2 Persons 3 Persons 4 Persons 5 Persons 6 Persons 7
Persons 8 Persons 9 Persons 10 Persons More than 10 Persons



Time* 10h 11h 12h 13h 14h 15h 16h 17h 18h 19h 20h 21h 22h

Minute* 05 Minute 10 Minute 15 Minute 20 Minute 25 Minute 30 Minute 35 Minute 40
Minute 45 Minute 50 Minute 55 Minute

Message
Complete Reservation
PrevNext
September 2024

SuMoTuWeThFrSa123456789101112131415161718192021222324252627282930