Interactive Arrival Guide: Cat Bi Airport (HPH) https://cdn.tailwindcss.com https://cdn.jsdelivr.net/npm/chart.js body { font-family: ‘Inter’, sans-serif; background-color: #fdfcf9; color: #1e293b; } .nav-button { transition: all 0.3s ease; border-bottom: 2px solid transparent; } .nav-button.active { border-bottom-color: #f59e0b; color: #f59e0b; } .section { display: none; } .section.active { display: block; } .flowchart-step { position: relative; border-left: 2px dashed #9ca3af; padding-left: 2.5rem; padding-bottom: 2.5rem; } .flowchart-step:last-child { border-left: none; padding-bottom: 1rem; } .flowchart-step::before { content: ”; position: absolute; left: -11px; top: 4px; width: 20px; height: 20px; border-radius: 9999px; background-color: #fdfcf9; border: 2px solid #f59e0b; } .flowchart-step.highlight::before { background-color: #ef4444; border-color: #ef4444; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; } .chart-container { position: relative; width: 100%; max-width: 600px; margin-left: auto; margin-right: auto; height: 300px; max-height: 400px; } @media (min-width: 768px) { .chart-container { height: 350px; } }

Cat Bi Airport (HPH) Arrival Guide

Your interactive guide for a smooth arrival in Vietnam.

Begin Your Vietnam Adventure!

Welcome! This tool is designed to make your arrival at Cat Bi International Airport (HPH) simple and stress-free. Navigate through the sections to find your personalized arrival process, learn how to skip queues, and ensure you’re fully prepared.

Start by clicking on “My Arrival Path” above to see your step-by-step guide.

Find Your Arrival Path

Select your visa status to see a personalized, step-by-step guide for navigating the airport. This will show you exactly what to expect from the moment you land.

The Fast Track Solution

The Immigration Fast Track Service is designed to eliminate waiting time and stress, providing a VIP experience from the moment you land.

How It Works

  • 1.Personal Meet & Greet: Our staff meets you at the arrival gate holding a sign with your name.
  • 2.Expert Handling (for VOA): We handle the entire visa sticker process for you, including any paperwork issues.
  • 3.Priority Lane Escort: We escort you through the exclusive priority immigration lane, completely bypassing the main queues.
  • 4.Swift Exit: You are guided through customs and into the arrivals hall in a fraction of the time.

Estimated Wait Time Comparison

Booking & Trust

1

Fill Form Online

Provide your flight and personal details on our simple form.

2

Pay Securely

Use PayPal for a secure transaction with buyer protection.

3

Get Confirmation

Receive an email with all details and meeting instructions.

Guaranteed Service

15+ years experience and a 100% money-back guarantee.

What Our Customers Say

“Absolutely fantastic! I sailed through immigration in minutes. Best money spent on my trip!” – A. Traveler

“The team was professional and incredibly helpful. No stress, no queues, just smooth entry. Highly recommended!” – M. Khan

Read more reviews on Sitejabber: vietnamimmigration.org/reviews

Apply Your Vietnamese Visa Hassle-Free!

Simplify your travel preparations by getting your Vietnamese visa through an expert service.

Why Apply Through an Expert?

  • Hassle-Free Process: Avoid the complexities of official applications with simplified forms and expert guidance.
  • Fast Turnaround: Get your E-visa or Visa Approval Letter quickly, saving you valuable time.
  • Simple Application Form: Fill out an easy-to-understand form tailored for straightforward submission.
  • 100% Success Rate Guaranteed: Benefit from professional assistance with a money-back guarantee if your application is denied.

Let professionals handle the details, so you can focus on planning your exciting trip to Vietnam!

Apply for Your Visa Now

Pre-Flight Checklist

Ensure you have everything ready before you fly. Click each category to see the detailed requirements.

  • 6-Month Validity: Must be valid for at least 6 months beyond your departure date from Vietnam.
  • 2 Blank Pages: Required for visa stamp and entry/exit stamps.

For E-Visa Holders:

  • Printed copy of your E-Visa confirmation letter.

For Visa on Arrival (VOA) Holders:

  • Printed copy of your Visa Approval Letter.
  • Completed NA1 application form.
  • One 4×6 cm passport-style photo.
  • CASH for Stamping Fee: US$25 for single-entry or US$50 for multi-entry. NO ATM at the VOA counter.
  • Accommodation Details: Address and booking confirmation.
  • Onward/Return Ticket: Proof of departure may be requested.
  • Travel Insurance: Policy details should be accessible.
  • Local Currency (VND): Recommended for immediate expenses upon arrival.
  • Unlocked Phone: For using a local SIM or eSIM for connectivity.

About Cat Bi Airport (HPH)

Key information about the airport’s location and transportation options to help you plan your onward journey.

Location

Located approximately 8 km (5 miles) southeast of Hai Phong city center. It’s a convenient gateway to both Hai Phong and Halong Bay.

Facilities

The single terminal offers ATMs, currency exchange, food stalls, and free Wi-Fi in the main arrivals hall (after clearing customs).

To Halong Bay

The drive takes about 1.5-2 hours. Pre-booking a private car or shuttle is the most common and convenient option.

Transport from the Airport

Taxis

Readily available outside arrivals. Use reputable companies like Mai Linh (green) or Vinasun (white) and insist on using the meter.

Ride-Hailing (Grab)

A popular and often cheaper option. Use the Grab app to book a car. Requires data connection.

Private Transfers

Ideal for groups or a hassle-free experience. Book in advance through your hotel or a tour operator.

document.addEventListener(‘DOMContentLoaded’, function () { const navButtons = document.querySelectorAll(‘.nav-button’); const sections = document.querySelectorAll(‘.section’); const showEvisaPathBtn = document.getElementById(‘show-evisa-path’); const showVoaPathBtn = document.getElementById(‘show-voa-path’); const evisaPath = document.getElementById(‘evisa-path’); const voaPath = document.getElementById(‘voa-path’); const fastTrackCtas = document.querySelectorAll(‘.fast-track-cta’); const accordionItems = document.querySelectorAll(‘.accordion-item’); function showSection(targetId) { sections.forEach(section => { section.style.display = ‘none’; section.classList.remove(‘active’); }); document.getElementById(targetId).style.display = ‘block’; document.getElementById(targetId).classList.add(‘active’); navButtons.forEach(btn => { btn.classList.remove(‘active’); if (btn.dataset.target === targetId) { btn.classList.add(‘active’); } }); } navButtons.forEach(button => { button.addEventListener(‘click’, () => { showSection(button.dataset.target); }); }); showEvisaPathBtn.addEventListener(‘click’, () => { voaPath.classList.add(‘hidden’); evisaPath.classList.remove(‘hidden’); showEvisaPathBtn.classList.remove(‘bg-slate-600’, ‘hover:bg-slate-700’); showEvisaPathBtn.classList.add(‘bg-amber-500’, ‘hover:bg-amber-600’); showVoaPathBtn.classList.add(‘bg-slate-600’, ‘hover:bg-slate-700’); showVoaPathBtn.classList.remove(‘bg-amber-500’, ‘hover:bg-amber-600’); }); showVoaPathBtn.addEventListener(‘click’, () => { evisaPath.classList.add(‘hidden’); voaPath.classList.remove(‘hidden’); showVoaPathBtn.classList.remove(‘bg-slate-600’, ‘hover:bg-slate-700’); showVoaPathBtn.classList.add(‘bg-amber-500’, ‘hover:bg-amber-600’); showEvisaPathBtn.classList.add(‘bg-slate-600’, ‘hover:bg-slate-700’); showEvisaPathBtn.classList.remove(‘bg-amber-500’, ‘hover:bg-amber-600’); }); fastTrackCtas.forEach(cta => { cta.addEventListener(‘click’, () => { showSection(‘solution’); document.getElementById(‘solution’).scrollIntoView({ behavior: ‘smooth’ }); }); }); accordionItems.forEach(item => { const header = item.querySelector(‘.accordion-header’); const content = item.querySelector(‘.accordion-content’); const icon = item.querySelector(‘.accordion-icon’); header.addEventListener(‘click’, () => { const isOpening = content.style.maxHeight === ‘0px’ || !content.style.maxHeight; if (isOpening) { content.style.maxHeight = content.scrollHeight + ‘px’; icon.textContent = ‘-‘; icon.classList.add(‘rotate-180’); } else { content.style.maxHeight = ‘0px’; icon.textContent = ‘+’; icon.classList.remove(‘rotate-180’); } }); }); // Set default state for checklist (first item open) if(accordionItems.length > 0) { const firstHeader = accordionItems[0].querySelector(‘.accordion-header’); if(firstHeader) firstHeader.click(); } // Chart.js implementation const ctx = document.getElementById(‘waitTimeChart’); if(ctx) { new Chart(ctx, { type: ‘bar’, data: { labels: [‘Standard Arrival’, ‘Fast Track Arrival’], datasets: [{ label: ‘Estimated Wait Time (minutes)’, data: [60, 5], backgroundColor: [ ‘rgba(239, 68, 68, 0.6)’, ‘rgba(52, 211, 153, 0.6)’ ], borderColor: [ ‘rgba(239, 68, 68, 1)’, ‘rgba(52, 211, 153, 1)’ ], borderWidth: 1 }] }, options: { responsive: true, maintainAspectRatio: false, scales: { y: { beginAtZero: true, title: { display: true, text: ‘Minutes’ } } }, plugins: { legend: { display: false }, tooltip: { callbacks: { label: function(context) { let label = context.dataset.label || ”; if (label) { label += ‘: ‘; } if (context.parsed.y !== null) { if(context.label === ‘Standard Arrival’) { label += ’30-90+’; } else { label += ‘< 5'; } } return label + ' mins'; } } } } } }); } });
evisa.vn Avatar

Published by