Quy Nhon Airport (UIH) – Interactive Arrival Guide https://cdn.tailwindcss.com body { font-family: ‘Inter’, sans-serif; background-color: #f8fafc; /* bg-slate-50 */ color: #1e293b; /* text-slate-800 */ } .bg-gradient-custom { background-image: linear-gradient(to top, #f8fafc, #f0f9ff); } .nav-active { color: #0e7490; /* text-cyan-700 */ font-weight: 600; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; } .arrival-path { transition: opacity 0.4s ease, transform 0.4s ease; transform: scale(1); opacity: 1; } .inactive-path { opacity: 0.4; transform: scale(0.98); } .timeline-dot { transition: all 0.3s ease; } .arrival-path:not(.inactive-path) .timeline-dot { background-color: #0e7490; /* active: cyan-700 */ } .arrival-path.inactive-path .timeline-dot { background-color: #94a3b8; /* inactive: slate-400 */ } .timeline-line { transition: all 0.3s ease; } .arrival-path:not(.inactive-path) .timeline-line { background-color: #0e7490; /* active: cyan-700 */ } .arrival-path.inactive-path .timeline-line { background-color: #e2e8f0; /* inactive: slate-200 */ }
Quy Nhon Arrival Guide

A Seamless Arrival in Quy Nhon

Skip the queues and start your Vietnamese adventure the moment you land. Select your visa type below to see your personalized arrival path.

Your Arrival Process at Phu Cat Airport

We’ve designed a clear, step-by-step timeline for your arrival. Select your visa type above to highlight your path.

✈️
E-Visa / Visa-Free Path

The most direct route.

Disembark & Proceed

Follow signs to arrival hall.

Immigration Checkpoint

Present passport & printed E-Visa.

Baggage Claim

Collect your checked luggage.

Customs

Go through Green or Red channel.

Exit & Enjoy Vietnam

Welcome to Quy Nhon!

📄
Visa on Arrival (VOA) Path

Requires an extra first step.

Landing Visa Counter

Submit documents, photo & cash fee.

Immigration Checkpoint

Get your new visa stamped.

Baggage Claim

Collect your checked luggage.

Customs

Go through Green or Red channel.

Exit & Enjoy Vietnam

Welcome to Quy Nhon!

The Smarter Way to Arrive

Long queues are the #1 complaint of international travelers. Our Expedited Entry Service lets you bypass them entirely.

Standard Arrival

The typical experience for most travelers.

😩

Wait Time: 30 – 60+ Minutes

Multiple queues at visa and immigration counters, especially during peak hours.

With Expedited Service

Your VIP fast-track experience.

😎

Wait Time: 5 – 10 Minutes

Be personally escorted through priority lanes, skipping all queues.

How It Works: 4 Simple Steps

1

Meet & Greet

Our agent greets you at the air bridge holding a sign with your name.

2

Document Handling

We collect your passport and visa documents. For VOA, we handle the entire process.

3

Priority Lane

You are escorted to a dedicated lane, bypassing all public queues.

4

Final Escort

After your stamp, we guide you to baggage claim and wish you well.

Book with Confidence

Your peace of mind is our top priority. Here’s why travelers trust us.

🗓️

15+ Years of Experience

Operating since 2008, we are experts in Vietnamese immigration procedures.

🛡️

Money-Back Guarantee

We stand by our service. If we don’t deliver, you get a 100% refund.

💳

Secure PayPal Payments

Benefit from PayPal’s robust Buyer Protection policy for secure transactions.

Trusted by Customers

See our excellent reviews on independent platforms like Sitejabber.

Airport Essentials

Quick facts and checklists to make your arrival even smoother.

  • Passport valid for at least 6 months with 2 blank pages.
  • Printed E-Visa or Visa Approval Letter (if applicable).
  • Copies of flight itinerary and hotel booking.
  • USD or VND cash for VOA stamping fee (if applicable).
  • Notify your bank of your travel dates.
  • Location: ~35km from Quy Nhon city center (40-60 min drive).
  • Taxi: Approx. 200,000 – 380,000 VND. Available outside arrivals.
  • Shuttle Bus: Approx. 50,000 VND. Drops off at 1 Nguyen Tat Thanh St.
  • Private Car: Most convenient option, can be pre-booked online.

You must declare:

  • Cash over $5,000 USD (or equivalent) or 15,000,000 VND.
  • Over 300g of gold.

Duty-Free Allowance:

  • Alcohol: 1.5L of spirits OR 2L of wine/fortified wine OR 3L of beer.
  • Tobacco: 200 cigarettes OR 20 cigars OR 250g of tobacco.

Ready for a stress-free arrival?

Book your Expedited Entry Service and start your vacation the moment you land.

© 2024 Quy Nhon Arrival Guide by VietnamImmigration.org. All rights reserved.

document.addEventListener(‘DOMContentLoaded’, function() { const mobileMenuButton = document.getElementById(‘mobile-menu-button’); const mobileMenu = document.getElementById(‘mobile-menu’); mobileMenuButton.addEventListener(‘click’, () => { mobileMenu.classList.toggle(‘hidden’); }); function smoothScroll(targetId) { const targetElement = document.getElementById(targetId); if (targetElement) { window.scrollTo({ top: targetElement.offsetTop – 70, // Adjust for sticky header height behavior: ‘smooth’ }); } if (!mobileMenu.classList.contains(‘hidden’)) { mobileMenu.classList.add(‘hidden’); } } // Interactive path selection window.selectPath = function(pathType) { const evisaPath = document.getElementById(‘path-evisa’); const voaPath = document.getElementById(‘path-voa’); if (pathType === ‘evisa’) { evisaPath.classList.remove(‘inactive-path’); voaPath.classList.add(‘inactive-path’); } else if (pathType === ‘voa’) { voaPath.classList.remove(‘inactive-path’); evisaPath.classList.add(‘inactive-path’); } smoothScroll(‘guide’); }; // Accordion functionality const accordionHeaders = document.querySelectorAll(‘.accordion-header’); accordionHeaders.forEach(header => { header.addEventListener(‘click’, () => { const item = header.parentElement; const content = header.nextElementSibling; const icon = header.querySelector(‘.accordion-icon’); const isOpen = item.classList.contains(‘open’); document.querySelectorAll(‘.accordion-item’).forEach(i => { if (i !== item) { i.classList.remove(‘open’); i.querySelector(‘.accordion-content’).style.maxHeight = ‘0px’; i.querySelector(‘.accordion-icon’).textContent = ‘+’; } }); if (!isOpen) { item.classList.add(‘open’); content.style.maxHeight = content.scrollHeight + ‘px’; icon.textContent = ‘−’; } else { item.classList.remove(‘open’); content.style.maxHeight = ‘0px’; icon.textContent = ‘+’; } }); }); // Smooth scrolling for nav links document.querySelectorAll(‘.nav-link’).forEach(anchor => { anchor.addEventListener(‘click’, function (e) { e.preventDefault(); const targetId = this.getAttribute(‘href’).substring(1); smoothScroll(targetId); }); }); });
evisa.vn Avatar

Published by