Orient China Travel 3 Days Beijing Visa Free Tour Mutianyu Great Wall (OCT)

Beijing, Mutianyu Great Wall,

$368.00
Group Size:  2 ~ 5 pax
Hotel Class:  Economy Hotel★★★
Month:  Dec. ~ Feb.
Quantity
Itinerary Notes

Price includes:

♦ Sharing transfers for group tours

♦ Domestic flight or train tickets based on economy class

♦ Accommodation on twin bed room sharing basis

♦ Driver and English-speaking guide service during tour.

♦ Entrance fee to the attractions listed in the itinerary

♦ Meals as specified in the itinerary.

♦ Government taxes and service charge.

♦ Luggage Transfers between airports and hotels.

♦ Tibet Permit if the itinerary includes any destination of Tibet

Price excludes:

* International airfare or train fare for entry or leaving China

* China entry visa fee

* Any meals, tours and activities not specified in the itinerary.

* Tips for guides, escort, drives, bellman, etc.

* Personal expenses

* Single Room Supplement

* Personal travel insurance

Description

Tour Code: OCT-Beijing-02

Tour Type: Private Tour

Tour Highlights:

This well-designed Beijing tour is suitalbe forthose who have limited time in Beijing.
 It is worked out for those who a layover in Beijing when they fly to other country.
It includes the must-see spots like Forbidden City and Great Wall

Best Travel Time: Suitable for the whole year, best months will be April, May, September and October.

Day 1 Arrival Beijing

Transfer service to hotel

Meals: No meal
Accommodation: In Beijing

Arrive in Beijing, the Capital city of China, your local guide will meet you at the airport and transfer you to your hotel. Free at leisure for the rest of the day.

Day 2 Beijing

Summer Palace, Mutianyu Great Wall, Bird Nest, Water Cube

Meals: Breakfast, Lunch
Accommodation:In Beijing
Optional Night Activities: Peking Roasted Duck around 1 hour

After breakfast, we start a full to explore the essence of Beijing. The 1st stop is Summer Palace, the most beautiful rolyal garden in northwestern part of Beijing city. Then drive for about 1.5 hours from downtown to visit today's highlight-Mutianyu Great Wall, which is one of the most famous Great Wall, especially in Europe and America, with the magnificent view and stunning landscape. Before arriving at Mutianyu Great Wall, we will have a stop at jade carving factory. Lunch is arranged at a local restaurant at the foot of the great Wall, you can choose to take round-way cable car or one way cableway up & one way slideway down to visit the Great Wall. You will be astonished by this world wonder.  In the later afternoon, drive back to Beijing downtown to have a short picture stop at the  Bird Nest and Water Cube (about 0.5-1 hour) - the amazing architectures that 

built for Beijing Olympic Games. After that, drive back to your hotel and free of the rest time.

Tips: Click What to pack for Great Wall Trip to find some tips when climbing the Great Wall of China

Day 3 Departure Beijing

Tian'anmen Square, Forbidden City, Temple of Heaven, Transfer service to airport

Meals: Breakfast, Lunch

Depart from your hotel in the morning to visit Tiananmen Square (40min) - the World's largest urban square, and the Forbidden City (2.5 - 3 hours) - the largest and most complete ancient imperial palace in the world. After lunch, we will drive to visit a tea store and the Temple of Heaven (1.5 hour) in the afternoon. After that, drive to the airport to catch your flight to the next country.

Tips: How to visit Forbidden City can be found in Forbidden City Tour Tips

Service Ends

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.