Select your visa type below to see a step-by-step guide tailored specifically for your arrival at Da Nang International Airport.
Pre-Travel Checklist
This interactive checklist consolidates all essential preparations. Ensure everything is in order before your flight to guarantee a frictionless arrival experience.
Da Nang Airport (DAD) Overview
Get familiar with the airport’s layout, facilities, and transportation options. Da Nang International Airport is modern, efficient, and located conveniently close to the city center.
Key Airport Information
✓Location: Approx. 3-5 km from the city center.
✓Terminals: Two terminals (T1 Domestic, T2 International) connected by a covered walkway.
The chart visualizes the typical cost to get from the airport to the city center. Hover over the bars for more details on cost and travel time.
Expedited Entry Service
Discover how you can bypass queues and enjoy a VIP arrival experience. This service is designed to save you time and eliminate the stress of airport formalities.
Standard Arrival
✗Potentially long queues at visa & immigration.
✗Navigate unfamiliar procedures alone.
✗Risk of issues with documents or fees.
✗Potential for a stressful start to your trip.
RECOMMENDED
Expedited Service Arrival
✓Bypass all queues with priority lane access.
✓Personal escort to handle all procedures for you.
Here are some final recommendations and frequently asked questions to ensure your arrival in Da Nang is as smooth as possible.
const appData = {
processes: {
evisa: [
{
icon: ‘✈️’,
title: ‘Disembark & Follow Signs’,
description: ‘After leaving the aircraft, follow the clear directional signage for “Arrivals” and “Immigration”.’
},
{
icon: ‘🛂’,
title: ‘Immigration Checkpoint’,
description: ‘Present your valid passport and printed E-visa approval letter (for e-visa holders) to the officer. Visa-free visitors present only their passport. The officer will verify documents and stamp your passport.’
},
{
icon: ‘🛄’,
title: ‘Baggage Claim’,
description: ‘Proceed to the baggage claim area. Check the information screens to find the correct carousel for your flight and collect your luggage.’
},
{
icon: ‘🛃’,
title: ‘Customs Check’,
description: ‘With your luggage, proceed through customs. Use the “Green Channel” if you have nothing to declare, or the “Red Channel” if you have declarable goods.’
},
{
icon: ‘👋’,
title: ‘Exit to Arrivals Hall’,
description: ‘You are now officially in Vietnam! In the arrivals hall, you can find taxis, SIM card kiosks, and currency exchange to begin your journey.’
}
],
voa: [
{
icon: ‘✈️’,
title: ‘Disembark & Follow Signs’,
description: ‘After leaving the aircraft, follow the directional signage, but look specifically for “Landing Visa” or “Visa on Arrival”. Do NOT go to the main immigration queue yet.’
},
{
icon: ‘📝’,
title: ‘Landing Visa Counter’,
description: ‘This is your first and most critical stop. Submit your completed NA1 form, passport-sized photo, and pre-arranged approval letter. Pay the visa stamping fee in cash (USD or VND). **Important: There are no ATMs in this area.**’
},
{
icon: ‘🛂’,
title: ‘Immigration Checkpoint’,
description: ‘Once your visa is affixed in your passport, proceed to the main immigration checkpoint. Present your passport with the new visa to the officer for the final entry stamp.’
},
{
icon: ‘🛄’,
title: ‘Baggage Claim’,
description: ‘Proceed to the baggage claim area. Check the information screens to find the correct carousel for your flight and collect your luggage.’
},
{
icon: ‘🛃’,
title: ‘Customs Check’,
description: ‘With your luggage, proceed through customs. Use the “Green Channel” if you have nothing to declare, or the “Red Channel” if you have declarable goods.’
},
{
icon: ‘👋’,
title: ‘Exit to Arrivals Hall’,
description: ‘You are now officially in Vietnam! In the arrivals hall, you can find taxis, SIM card kiosks, and currency exchange to begin your journey.’
}
]
},
checklist: [
{ text: ‘Passport has at least 6 months validity and 2 blank pages.’, done: false },
{ text: ‘Correct visa secured (E-visa, VOA Approval Letter, or confirmed Visa-Free).’, done: false },
{ text: ‘Printed copies of E-visa or VOA approval letter.’, done: false },
{ text: ‘Hotel/accommodation address and booking confirmation accessible.’, done: false },
{ text: ‘Sufficient USD or VND cash for VOA stamping fee ($25/$50).’, done: false, voaOnly: true },
{ text: ‘Completed NA1 form and one 4x6cm passport photo.’, done: false, voaOnly: true },
{ text: ‘Comprehensive travel insurance acquired.’, done: false },
{ text: ‘Awareness of Vietnam\’s customs regulations.’, done: false },
{ text: ‘Digital copies of all important documents saved.’, done: false },
],
transport: {
options: [
{
name: ‘Taxi’,
cost_vnd_min: 80000,
cost_vnd_max: 120000,
cost_usd_min: 3,
cost_usd_max: 5,
time: ’10-15 min’,
description: ‘The most convenient option. Available 24/7 at official stands outside the terminal. Ensure the meter is used.’
},
{
name: ‘Ride-Hailing (Grab)’,
cost_vnd_min: 60000,
cost_vnd_max: 100000,
cost_usd_min: 2.5,
cost_usd_max: 4,
time: ’10-15 min’,
description: ‘Often cheaper than taxis. Book via the app at designated pick-up zones. Requires Wi-Fi or a SIM card.’
},
{
name: ‘Motorbike Taxi’,
cost_vnd_min: 30000,
cost_vnd_max: 50000,
cost_usd_min: 1.2,
cost_usd_max: 2,
time: ’10 min’,
description: ‘Fastest and cheapest for solo travelers with minimal luggage. Best for an authentic local experience.’
},
{
name: ‘Public Bus’,
cost_vnd_min: 6000,
cost_vnd_max: 10000,
cost_usd_min: 0.25,
cost_usd_max: 0.4,
time: ’20-30 min’,
description: ‘The most budget-friendly option, but may require a short walk from the terminal to the bus stop.’
}
]
},
tips: [
{ title: ‘Get a Local SIM Card’, content: ‘Highly recommended for connectivity. Kiosks are readily available in the arrivals hall. This is crucial for using maps and ride-hailing apps.’ },
{ title: ‘Download Offline Maps’, content: ‘As a backup, download maps of Da Nang on Google Maps or similar apps before you land.’ },
{ title: ‘Initial Currency Exchange’, content: ‘Exchange a small amount of money at the airport for immediate needs. Rates are often better in the city center.’ },
{ title: ‘Exercise Patience’, content: ‘Even with efficient processes, airports can be busy. A calm and courteous demeanor goes a long way with officials.’ },
{ title: ‘Retain Essential Contacts’, content: ‘Keep a physical or offline note of your hotel\’s address and phone number.’ },
]
};
document.addEventListener(‘DOMContentLoaded’, () => {
const tabNav = document.getElementById(‘tab-nav’);
const sections = document.querySelectorAll(‘.section’);
const visaTypeSelector = document.getElementById(‘visa-type-selector’);
const processDisplay = document.getElementById(‘process-display’);
function setActiveTab(tab) {
document.querySelectorAll(‘#tab-nav a’).forEach(t => {
t.classList.remove(‘tab-active’);
t.classList.add(‘tab-inactive’);
});
tab.classList.add(‘tab-active’);
tab.classList.remove(‘tab-inactive’);
}
function showSection(tabId) {
sections.forEach(s => {
s.classList.remove(‘active’);
if (s.id === tabId) {
s.classList.add(‘active’);
}
});
}
tabNav.addEventListener(‘click’, (e) => {
e.preventDefault();
if (e.target.tagName === ‘A’) {
const tabId = e.target.getAttribute(‘data-tab’);
setActiveTab(e.target);
showSection(tabId);
}
});
function renderProcess(visaType) {
const processData = appData.processes[visaType];
let html = ‘
‘;
processData.forEach((step, index) => {
html += `
We provide arrangement service for e-visa | visa on arrival | visa extension | visa renewal | visa run.
We also arrange FnB tours, medical tours | spa tours
Thank you