|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
Premium <span style="font-size:17px;">(+Transfer+Dinner)</span>+ Novotel Hotel
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
US$ 199 per ticket<br>
|
|
|
|
|
US$ 100 per room per night
|
|
|
|
|
US$100 PRPN
|
|
|
|
|
</div>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
@ -69,13 +69,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div id="hotel_choice" style="display: none">
|
|
|
|
|
<div class="peopleSelect" style="width: auto;">
|
|
|
|
|
<p style="font-size: 22px;"><strong>Select the Number of Hotel Room(s)</strong></p>
|
|
|
|
|
<p style="font-size: 22px; margin-bottom: 5px;"><strong>Select the Number of Hotel Room(s)</strong></p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_room" id='minusRoomBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="hotel_room" readonly="readonly" type="text" value="1" name="hotelrooms">
|
|
|
|
|
<input class="minaddBtn add_room" id='plusRoomBtn' type="button" value="+">
|
|
|
|
|
</div>
|
|
|
|
|
<p style="font-size: 22px;"><strong>Select the Length of Stay (Night)</strong></p>
|
|
|
|
|
<p style="font-size: 22px; margin-bottom: 5px;"><strong>Select the Length of Stay (Night)</strong></p>
|
|
|
|
|
<div class="numberBtn">
|
|
|
|
|
<input class="minaddBtn reduce_stay" id='minusStayBtn' type="button" value="-">
|
|
|
|
|
<input class="number" id="stay_length" readonly="readonly" type="text" value="1" name="hotelstay">
|
|
|
|
@ -88,7 +88,7 @@
|
|
|
|
|
2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p>
|
|
|
|
|
<p style="font-size: 22px; margin-bottom: 5px;"><strong>Select Ticket Quantity</strong></p>
|
|
|
|
|
<div class="peopleSelect" style="width: auto;">
|
|
|
|
|
<span class="formMemo">
|
|
|
|
|
Adults and older children (8+ years old)
|
|
|
|
@ -640,5 +640,13 @@
|
|
|
|
|
</script>
|
|
|
|
|
<style>
|
|
|
|
|
#hotel_choice { display: inline-block;}
|
|
|
|
|
.selectionMemo {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width: 751px){
|
|
|
|
|
.optionLable {
|
|
|
|
|
width: 31.8%;
|
|
|
|
|
}}
|
|
|
|
|
</style>
|
|
|
|
|
<!--AH-Lantern-From-Info-->
|