{"title":"Hoi An","description":"","products":[{"product_id":"the-essence-of-vietnam-from-heritage-to-harmony","title":"06D5N-HANOI-NINH BINH-HALONGBAY-DANANG-HOIAN","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.css\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.umd.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-orange: #ff4d15;\n        --primary-green: #00b67a;\n        --text-black: #1a1a1a;\n    }\n\n    .tour-detail-master {\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--text-black);\n        max-width: 900px;\n        margin: auto;\n        padding: 10px;\n        box-sizing: border-box;\n    }\n\n    .tour-detail-content_title {\n        font-weight: 900;\n        font-size: 24px;\n        color: var(--primary-orange);\n        margin: 25px 0 15px 0;\n        text-transform: uppercase;\n        text-align: left;\n    }\n\n    .desc-meta p {\n        margin: 5px 0;\n        font-weight: 800 !important;\n        font-size: 14px !important;\n        text-transform: uppercase;\n        color: #333;\n        text-align: left;\n    }\n\n    .overview-text {\n        text-align: left;\n        color: #333;\n        margin-top: 15px;\n        font-size: 15px;\n        word-wrap: break-word;\n    }\n\n    .desc-tags ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n    }\n\n    .desc-tags ul li {\n        background: #fff2ee;\n        color: var(--primary-orange);\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n    }\n\n    \/* Itinerary Section *\/\n    .tour-day { \n        border: 2px solid #eee; \n        border-radius: 12px; \n        margin-bottom: 12px; \n        overflow: hidden;\n        width: 100%;\n    }\n\n    .tour-header {\n        display: flex; \n        justify-content: space-between; \n        align-items: center;\n        background: #fff; \n        padding: 15px;\n        font-weight: 800;\n        cursor: pointer; \n        color: var(--text-black); \n        font-size: 15px;\n    }\n\n    .tour-content { \n        display: none; \n        padding: 15px; \n        background: #fff; \n        border-top: 2px solid #f5f5f5;\n    }\n    \n    .tour-content ul {\n        padding-left: 20px;\n        margin: 10px 0;\n    }\n\n    .tour-content li {\n        margin-bottom: 8px;\n        text-align: left;\n        font-size: 14px; \/* Desktop font size *\/\n    }\n\n    .inc-tag { \n        display: inline-block; \n        background: #f4f4f4; \n        padding: 4px 10px; \n        border-radius: 6px; \n        font-size: 11px; \n        font-weight: 700; \n        margin-bottom: 5px; \n        margin-right: 5px;\n    }\n\n    \/* Gallery *\/\n    .tour-gallery { \n        display: grid; \n        grid-template-columns: repeat(5, 1fr); \n        gap: 6px; \n        margin-top: 15px; \n    }\n    .tour-gallery a { border-radius: 6px; overflow: hidden; height: 80px; display: block; border: 1px solid #eee; }\n    .tour-gallery img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Policy *\/\n    .policy-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin: 25px 0;\n    }\n    .policy-box { padding: 15px; border-radius: 12px; }\n    .box-include { background-color: #f1faf3; border: 1px solid #c6f6d5; }\n    .box-exclude { background-color: #fff5f5; border: 1px solid #fed7d7; }\n    .policy-title { font-weight: 900; text-transform: uppercase; font-size: 15px; margin-bottom: 10px; }\n    .policy-list { list-style: none; padding: 0; margin: 0; }\n    .policy-list li { margin-bottom: 6px; font-size: 13px; position: relative; padding-left: 20px; text-align: left; }\n    .box-include .policy-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--primary-green); font-weight: 900; }\n    .box-exclude .policy-list li::before { content: \"✕\"; position: absolute; left: 0; color: #e53e3e; font-weight: 900; }\n\n    .tour-note-final {\n        margin-top: 20px; padding: 12px; background: #f9f9f9;\n        border-left: 5px solid var(--primary-orange); border-radius: 4px;\n        text-align: left;\n    }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .tour-header { \n            font-size: 13px; \/* Tiêu đề Day nhỏ lại *\/\n            padding: 12px 10px; \n        }\n        \n        .tour-content li { \n            font-size: 11px !important; \/* Nội dung cực gọn để hiện nhiều chữ hơn *\/\n            line-height: 1.4;\n            margin-bottom: 5px;\n        }\n\n        .tour-content ul {\n            padding-left: 15px; \/* Ép sát lề trái để tăng không gian *\/\n        }\n\n        .tour-gallery { \n            grid-template-columns: repeat(3, 1fr); \n            gap: 4px;\n        }\n        \n        .tour-gallery a { height: 65px; }\n\n        .policy-container { grid-template-columns: 1fr; }\n        \n        .tour-detail-content_title { font-size: 18px; }\n        \n        .overview-text { font-size: 13px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tour-detail-master\"\u003e\n    \u003ch2 class=\"tour-detail-content_title\"\u003eOverview\u003c\/h2\u003e\n    \u003cdiv class=\"desc-meta\"\u003e\n        \u003cp\u003eCode: TOUR-19797\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 6 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 6-day Vietnam journey blends the charm of the North with the beauty of Central Vietnam. Begin in Hanoi, where centuries-old temples and bustling streets capture the soul of the capital. Continue to Ninh Binh, known as “Halong Bay on land,” with its tranquil rivers winding between limestone mountains. Sail through the emerald waters of Halong Bay on an overnight cruise, surrounded by magnificent karst formations. Then fly south to Danang, a coastal city of golden beaches and modern allure. End your journey in Hoi An, the ancient trading port where lantern-lit streets, riverside cafés, and timeless architecture create a truly magical atmosphere.\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eHighlight\u003c\/h2\u003e\n    \u003cdiv class=\"desc-tags\"\u003e\n        \u003cul\u003e\n        \n\u003cli\u003e\u003cstrong\u003eHanoi\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eNinh Binh\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHalong bay\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eDa Nang\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHoi An\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eItinerary\u003c\/h2\u003e\n    \n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 1: ARRIVE - HANOI CITY TOUR\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Driver\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚩 English speaking guide\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cp\u003eYou come to Hanoi, you choose from the following places, we will take you to visit:\u003c\/p\u003e\n\u003cul\u003e\n\u003cul\u003e\n\u003cli\u003eYou come to Hanoi, you choose from the following places, we will take you to visit:\u003c\/li\u003e\n\u003cli\u003eHo Chi Minh Museum – Learn about Uncle Ho’s life and revolutionary journey.\u003c\/li\u003e\n\u003cli\u003eTemple of Literature – Vietnam’s first university, honoring Confucian scholars.\u003c\/li\u003e\n\u003cli\u003eTran Quoc Pagoda – The oldest pagoda in Hanoi, nestled by West Lake.\u003c\/li\u003e\n\u003cli\u003eMuseum of Ethnology – Discover the rich cultures of Vietnam’s 54 ethnic groups.\u003c\/li\u003e\n\u003cli\u003eEnjoy:\u003c\/li\u003e\n\u003cli\u003eWater Puppet Show – A traditional art form performed over water.\u003c\/li\u003e\n\u003cli\u003eTrain Street Café – Sip coffee inches from a passing train—only in Hanoi!\u003c\/li\u003e\n\u003cli\u003eCyclo Ride – A slow-paced ride through the Old Quarter’s narrow alleys.\u003c\/li\u003e\n\u003cli\u003eOvernight in Hanoi City\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003eEnjoy:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cul\u003e\n\u003cli\u003eWater Puppet Show, Train Street Café, Cyclo Ride.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ho-Chi-Minh-airport-to-district-1.webp?v=1767598477\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ho-Chi-Minh-airport-to-district-1.webp?v=1767598477\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/One-Pillar-Pagoda-overview.jpg?v=1767606755\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/One-Pillar-Pagoda-overview.jpg?v=1767606755\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/museum-in-ho-chi-minh-city.webp?v=1767598791\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/museum-in-ho-chi-minh-city.webp?v=1767598791\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/van_mieu_-_quoc_tu_giam_4_20171127_1895591600.jpg?v=1767598791\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/van_mieu_-_quoc_tu_giam_4_20171127_1895591600.jpg?v=1767598791\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/8138573733_4d96eac767_b.jpg?v=1767598632\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/8138573733_4d96eac767_b.jpg?v=1767598632\"\u003e\u003c\/a\u003e            \n          \u003c\/div\u003e\n        \u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 2: NINH BINH: TRANG AN - BAI DINH\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast, Lunch\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚩 English Guide\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003eMorning:\u003c\/li\u003e\n\u003cli\u003e07:30: Pick up from hotel in Hanoi Old Quarter, drive through peaceful countryside to Ninh Binh (around 2 hours).\u003c\/li\u003e\n\u003cli\u003eVisit Bai Dinh Pagoda, the largest Buddhist complex in Vietnam, featuring giant bronze Buddha statues, hundreds of Arhat figures, and panoramic mountain views.\u003c\/li\u003e\n\u003cli\u003eMidday:\u003c\/li\u003e\n\u003cli\u003eEnjoy a Vietnamese buffet lunch at a local restaurant with specialties such as goat meat and crispy rice (com chay).\u003c\/li\u003e\n\u003cli\u003eAfternoon:\u003c\/li\u003e\n\u003cli\u003eTake a boat trip in Trang An, gliding through stunning limestone caves, emerald rivers, and tranquil valleys – “Halong Bay on land.”\u003c\/li\u003e\n\u003cli\u003eRelax and take photos amid the breathtaking natural scenery.\u003c\/li\u003e\n\u003cli\u003eEvening:\u003c\/li\u003e\n\u003cli\u003e16:00: Depart for Hanoi.\u003c\/li\u003e\n\u003cli\u003eEnjoy your free time to explore Hanoi’s local cuisine on your own.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bai-dinh-pagoda-ninh-binh_1900x700xcrop.webp?v=1767606951\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bai-dinh-pagoda-ninh-binh_1900x700xcrop.webp?v=1767606951\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bai-dinh-pagoda-tam-the.jpg?v=1767606951\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bai-dinh-pagoda-tam-the.jpg?v=1767606951\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a6.jpg?v=1767606950\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a6.jpg?v=1767606950\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Trang-An-Vietnam.webp?v=1767606951\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Trang-An-Vietnam.webp?v=1767606951\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/HoaLu_TamCocTrangAn_andMuaCaveDayTourfromHanoi_1.jpg?v=1767606950\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/HoaLu_TamCocTrangAn_andMuaCaveDayTourfromHanoi_1.jpg?v=1767606950\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 3: HANOI – HALONG BAY ON CRUISE\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚢 Overnight Cruise\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍴 B, L, D\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e08:00 AM: Leave Hanoi for Ha Long by vehicle.\u003c\/li\u003e\n\u003cli\u003eArrive Ha Long shaft at noon, you are welcomes on board.\u003c\/li\u003e\n\u003cli\u003eEnjoy a welcome drink, check-in your cabin.\u003c\/li\u003e\n\u003cli\u003eA fresh seafood lunch will be served on boat during cruise through mystic Ha Long Bay to see the amazing karsts with different formations:\u003c\/li\u003e\n\u003cli\u003eMat Qui (Monster's face) islet\u003c\/li\u003e\n\u003cli\u003eBut Moc islet\u003c\/li\u003e\n\u003cli\u003eCap De islet\u003c\/li\u003e\n\u003cli\u003eTrong (Drum) cave\u003c\/li\u003e\n\u003cli\u003eTrinh Nu cave\u003c\/li\u003e\n\u003cli\u003eThen head to Luon cave, enjoy swimming if weather permit, sun bathing at Ti Top beach or climb the peak of the mountain for a breath taking panorama view of Ha Long Bay.\u003c\/li\u003e\n\u003cli\u003eOvernight on cruise\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/jj_nm240401_6769_40404c13-b148-4108-a078-d4623b8cec5d.jpg?v=1767607190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/jj_nm240401_6769_40404c13-b148-4108-a078-d4623b8cec5d.jpg?v=1767607190\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Trong-cave-in-Halong.jpg?v=1767607190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Trong-cave-in-Halong.jpg?v=1767607190\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/trinh-nu-cave-cover.jpg?v=1767607191\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/trinh-nu-cave-cover.jpg?v=1767607191\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luon-Cave-2_1.jpg?v=1767607191\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luon-Cave-2_1.jpg?v=1767607191\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luxury-Cruises_banner_BbhfDEC.jpg?v=1767607191\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luxury-Cruises_banner_BbhfDEC.jpg?v=1767607191\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 4: HALONG BAY - HANOI - DANANG\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Flight to Danang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eRising to the sound of lapping bay waters, you have time for an early morning dip followed by breakfast.\u003c\/li\u003e\n\u003cli\u003eSitting on the upper deck, you can relax while taking in the breath-taking beauty of the rocky islands rising from the emeraude water of the bay.\u003c\/li\u003e\n\u003cli\u003eAfter breakfast, explore Sung Sot cave, swim and relax.\u003c\/li\u003e\n\u003cli\u003eThe cruise will back to the jetty while brunch is served.\u003c\/li\u003e\n\u003cli\u003eYour arrive at the harbor where our driver waiting to taking us back to Hanoi airport for your flight to Danang City.\u003c\/li\u003e\n\u003cli\u003eArrival in Danang airoprt to meet up local guide and transfer to Danang\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/what-to-do-at-night-in-halong-bay.webp?v=1767607472\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/what-to-do-at-night-in-halong-bay.webp?v=1767607472\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/caption_3f66011b-23cc-4361-8af3-14ef9d1d49d0.jpg?v=1767607472\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/caption_3f66011b-23cc-4361-8af3-14ef9d1d49d0.jpg?v=1767607472\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sundeck-Treasure-Junk-e1734603738482.jpg?v=1767607472\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sundeck-Treasure-Junk-e1734603738482.jpg?v=1767607472\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/01_1_c9380450-60a8-4b9e-b8c8-ab78e4fccf0b.jpg?v=1767607473\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/01_1_c9380450-60a8-4b9e-b8c8-ab78e4fccf0b.jpg?v=1767607473\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 5: BANA HILL - DANANG - HOI AN\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚠 Cable Car Ticket\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏮 Hoi An Ancient Town\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\u003cb\u003eMorning:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e07:30: Pick up at hotel in Danang city.\u003c\/li\u003e\n\u003cli\u003eTransfer to Ba Na Hills.\u003c\/li\u003e\n\u003cli\u003eTake the world’s longest cable car to the mountaintop.\u003c\/li\u003e\n\u003cli\u003eVisit Golden Bridge (Cầu Vàng) – the iconic hands bridge floating in the clouds.\u003c\/li\u003e\n\u003cli\u003eExplore French Village, Fantasy Park, and Flower Garden Le Jardin D’Amour.\u003c\/li\u003e\n\u003cli\u003eEnjoy the cool mountain breeze and panoramic views.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eMidday:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e12:00: Have buffet lunch at Ba Na Hills restaurant (Vietnamese \u0026amp; international dishes).\u003c\/li\u003e\n\u003cli\u003eFree time to relax or play games at Fantasy Park before descending by cable car.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eAfternoon:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e15:00: Drive back to Da Nang.\u003c\/li\u003e\n\u003cli\u003eShort stop at My Khe Beach or Dragon Bridge for photos.\u003c\/li\u003e\n\u003cli\u003eContinue the journey to Hoi An Ancient Town.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eEvening:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e17:30 – 18:00: Arrive in Hoi An.\u003c\/li\u003e\n\u003cli\u003eWalk around the Old Quarter, enjoy the lantern-lit streets, visit the Japanese Covered Bridge, and explore local coffee shops or tailors.\u003c\/li\u003e\n\u003cli\u003eOptional: Dinner by the river or release paper lanterns for luck.\u003c\/li\u003e\n\u003cli\u003eOvernight in Hoi An. End of the day.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 6: HOIAN\/ DANANG – RESTING AND SHOPPING\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Airport Transfer\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🛍️ Free time\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eFree time for shopping and souvenirs after breakfast.\u003c\/li\u003e\n\u003cli\u003eTransfer to Danang airport for your ongoing flight.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\n   \n    \u003cdiv class=\"policy-container\"\u003e\n\u003cdiv class=\"policy-box box-include\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Included\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003eMeals as indicated in program (B – breakfast, L – lunch).\u003c\/li\u003e\n\u003cli\u003eTransportation at places as indicated in program.\u003c\/li\u003e\n\u003cli\u003eSharing cruise trip as mentioned in the itinerary.\u003c\/li\u003e\n\u003cli\u003eAll admission cost at places mentioned in itinerary.\u003c\/li\u003e\n\u003cli\u003eEnglish speaking tour guide at places.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-box box-exclude\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Excluded\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003eOther meals and drinks\/ personal expenses.\u003c\/li\u003e\n\u003cli\u003eAccommodation at hotels\/rooms.\u003c\/li\u003e\n\u003cli\u003eAir fares\/ airport taxes.\u003c\/li\u003e\n\u003cli\u003eVisa arrangement \u0026amp; visa stamping fee.\u003c\/li\u003e\n\u003cli\u003eOptional tipping for local guide \u0026amp; driver: 3 – 5 USD\/Pax\/Day tour.\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n            \n        \u003c\/div\u003e\n    \n\n    \u003cdiv class=\"tour-note-final\"\u003e\n        \u003cp\u003eNOTE: Services in the package are provided and operated by licensed partners. Happy Vietnam Tours ensures service and reputation throughout the tour program.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function toggleTour(header) {\n        const content = header.nextElementSibling;\n        const arrow = header.querySelector('.tour-arrow');\n        const isOpen = content.style.display === 'block';\n        content.style.display = isOpen ? 'none' : 'block';\n        arrow.textContent = isOpen ? '⌄' : '⌃';\n    }\n    Fancybox.bind(\"[data-fancybox]\", { infinite: true });\n\u003c\/script\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"Adult ( Age 9-99) -100%","offer_id":44152842256499,"sku":null,"price":819.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44152842289267,"sku":null,"price":615.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger under 1.0m ( 3 ft 3 in) - Free","offer_id":44166408077427,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/du-lich-hoi-an-mua-trung-thu-iVIVU10-scaled.jpg?v=1762832434"},{"product_id":"central-vietnam-harmony-from-golden-peaks-to-imperial-heritage","title":"6D5N-DANANG-HOIAN-HUE","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.css\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.umd.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-orange: #ff4d15;\n        --primary-green: #00b67a;\n        --text-black: #1a1a1a;\n    }\n\n    .tour-detail-master {\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--text-black);\n        max-width: 900px;\n        margin: auto;\n        padding: 10px;\n        box-sizing: border-box;\n    }\n\n    .tour-detail-content_title {\n        font-weight: 900;\n        font-size: 24px;\n        color: var(--primary-orange);\n        margin: 25px 0 15px 0;\n        text-transform: uppercase;\n        text-align: left;\n    }\n\n    .desc-meta p {\n        margin: 5px 0;\n        font-weight: 800 !important;\n        font-size: 14px !important;\n        text-transform: uppercase;\n        color: #333;\n        text-align: left;\n    }\n\n    .overview-text {\n        text-align: left;\n        color: #333;\n        margin-top: 15px;\n        font-size: 15px;\n        word-wrap: break-word;\n    }\n\n    .desc-tags ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n    }\n\n    .desc-tags ul li {\n        background: #fff2ee;\n        color: var(--primary-orange);\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n    }\n\n    \/* Itinerary Section *\/\n    .tour-day { \n        border: 2px solid #eee; \n        border-radius: 12px; \n        margin-bottom: 12px; \n        overflow: hidden;\n        width: 100%;\n    }\n\n    .tour-header {\n        display: flex; \n        justify-content: space-between; \n        align-items: center;\n        background: #fff; \n        padding: 15px;\n        font-weight: 800;\n        cursor: pointer; \n        color: var(--text-black); \n        font-size: 15px;\n    }\n\n    .tour-content { \n        display: none; \n        padding: 15px; \n        background: #fff; \n        border-top: 2px solid #f5f5f5;\n    }\n    \n    .tour-content ul {\n        padding-left: 20px;\n        margin: 10px 0;\n    }\n\n    .tour-content li {\n        margin-bottom: 8px;\n        text-align: left;\n        font-size: 14px; \/* Desktop font size *\/\n    }\n\n    .inc-tag { \n        display: inline-block; \n        background: #f4f4f4; \n        padding: 4px 10px; \n        border-radius: 6px; \n        font-size: 11px; \n        font-weight: 700; \n        margin-bottom: 5px; \n        margin-right: 5px;\n    }\n\n    \/* Gallery *\/\n    .tour-gallery { \n        display: grid; \n        grid-template-columns: repeat(5, 1fr); \n        gap: 6px; \n        margin-top: 15px; \n    }\n    .tour-gallery a { border-radius: 6px; overflow: hidden; height: 80px; display: block; border: 1px solid #eee; }\n    .tour-gallery img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Policy *\/\n    .policy-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin: 25px 0;\n    }\n    .policy-box { padding: 15px; border-radius: 12px; }\n    .box-include { background-color: #f1faf3; border: 1px solid #c6f6d5; }\n    .box-exclude { background-color: #fff5f5; border: 1px solid #fed7d7; }\n    .policy-title { font-weight: 900; text-transform: uppercase; font-size: 15px; margin-bottom: 10px; }\n    .policy-list { list-style: none; padding: 0; margin: 0; }\n    .policy-list li { margin-bottom: 6px; font-size: 13px; position: relative; padding-left: 20px; text-align: left; }\n    .box-include .policy-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--primary-green); font-weight: 900; }\n    .box-exclude .policy-list li::before { content: \"✕\"; position: absolute; left: 0; color: #e53e3e; font-weight: 900; }\n\n    .tour-note-final {\n        margin-top: 20px; padding: 12px; background: #f9f9f9;\n        border-left: 5px solid var(--primary-orange); border-radius: 4px;\n        text-align: left;\n    }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .tour-header { \n            font-size: 13px; \/* Tiêu đề Day nhỏ lại *\/\n            padding: 12px 10px; \n        }\n        \n        .tour-content li { \n            font-size: 11px !important; \/* Nội dung cực gọn để hiện nhiều chữ hơn *\/\n            line-height: 1.4;\n            margin-bottom: 5px;\n        }\n\n        .tour-content ul {\n            padding-left: 15px; \/* Ép sát lề trái để tăng không gian *\/\n        }\n\n        .tour-gallery { \n            grid-template-columns: repeat(3, 1fr); \n            gap: 4px;\n        }\n        \n        .tour-gallery a { height: 65px; }\n\n        .policy-container { grid-template-columns: 1fr; }\n        \n        .tour-detail-content_title { font-size: 18px; }\n        \n        .overview-text { font-size: 13px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tour-detail-master\"\u003e\n    \u003ch2 class=\"tour-detail-content_title\"\u003eOverview\u003c\/h2\u003e\n    \u003cdiv class=\"desc-meta\"\u003e\n        \u003cp\u003eCode: TOUR-2340\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 6 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 6-day journey through Central Vietnam reveals a harmonious blend of coastal beauty, cultural heritage, and ancient imperial charm. Begin in Danang, a vibrant seaside city known for its modern skyline and tranquil beaches. Ascend to Ba Na Hills, where cool mountain air, French-inspired architecture, and the iconic Golden Bridge create a surreal mountaintop escape. Explore the untouched nature of the Son Tra Peninsula before discovering the spiritual caves and dramatic limestone formations of the Marble Mountains. Continue to the enchanting town of Hoi An, with its lantern-lit streets, preserved architecture, and the peaceful Coconut Forest. Conclude your journey in Hue, the former imperial capital, where ancient citadels, royal tombs, and poetic rivers echo Vietnam’s majestic past. A perfect balance of nature, culture, and relaxation awaits on this unforgettable Central Vietnam adventure.\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eHighlight\u003c\/h2\u003e\n    \u003cdiv class=\"desc-tags\"\u003e\n        \u003cul\u003e\n        \n        \n        \n\n        \n\u003cli\u003e\u003cstrong\u003eDa Nang\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBana Hill\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eSon Tra Peninsula\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMarble Mountains\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHoi An\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCoconut Forest\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHue\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eItinerary\u003c\/h2\u003e\n    \n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 1: ARRIVAL IN DANANG – HAN RIVER – MY KHE BEACH\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Airport pick up\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eWelcome to Da Nang, the beautiful coastal gem of Central Vietnam.\u003c\/li\u003e\n\u003cli\u003eAfter hotel check-in, take a walk along My Khe Beach, famous for its white sand and gentle waves — perfect for relaxing after your flight.\u003c\/li\u003e\n\u003cli\u003eAs night falls, explore the lively Han River area with its glowing bridges, street cafés, and friendly local vibe.\u003c\/li\u003e\n\u003cli\u003eEnjoy a seafood dinner or simply feel the ocean breeze as the city lights up.\u003c\/li\u003e\n\u003cli\u003eOvernight in Da Nang.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery1\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery1\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery1\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery1\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\"\u003e\u003c\/a\u003e            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 2: BA NA HILLS - GOLDEN BRIDGE \u0026amp; FRENCH VILLAGE\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚠 Cable Car Ticket\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚩 English Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast, Buffet Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003eMorning, transfer to Ba Na Hills along the scenic Nguyen Tat Thanh coastal road.\u003c\/li\u003e\n\u003cli\u003eTake the Guinness-record cable car and admire the lush mountains and waterfalls from above.\u003c\/li\u003e\n\u003cli\u003eVisit the iconic Golden Bridge, Linh Ung Pagoda, French village, and Chua Mountain Peak for panoramic views of Da Nang.\u003c\/li\u003e\n\u003cli\u003eContinue to explore waterfalls, gardens, and enjoy over 100 games at Fantasy Park.\u003c\/li\u003e\n\u003cli\u003eReturn to the hotel in the late afternoon.\u003c\/li\u003e\n\u003cli\u003eOvernight in Danang.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery2\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery2\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery2\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery2\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Overview-2.jpg?v=1767601191\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Overview-2.jpg?v=1767601191\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 3: MARBLE MOUNTAINS – MONKEY MOUNTAIN\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚩 English Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003eDiscover the mysterious caves and sacred pagodas of the Marble Mountains, a cluster of five limestone hills named after the five elements.\u003c\/li\u003e\n\u003cli\u003eWander through cool caves filled with Buddha statues and panoramic viewpoints overlooking the coastline.\u003c\/li\u003e\n\u003cli\u003eExplore Am Phu Cave, Huyen Khong Cave, Tang Chon Cave and visit the stone carving village.\u003c\/li\u003e\n\u003cli\u003eSon Tra Peninsula, often called “Monkey Mountain.”\u003c\/li\u003e\n\u003cli\u003eVisit the serene Linh Ung Pagoda and admire the majestic Lady Buddha statue.\u003c\/li\u003e\n\u003cli\u003eReturn to your hotel around 13:30.\u003c\/li\u003e\n\u003cli\u003eOvernight in Da Nang.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/son-tra-overview.jpg?v=1767602796\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/son-tra-overview.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery3\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_0534-copy-blog-1024x768.jpg?v=1767602796\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_0534-copy-blog-1024x768.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery3\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/am-phu-cave.jpg?v=1767602796\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/am-phu-cave.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery3\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Linh-Ung-Pagoda-14_1649664441.png?v=1767602797\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5f181129122b4-1.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery3\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_0534-copy-blog-1024x768.jpg?v=1767602796\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_0534-copy-blog-1024x768.jpg?v=1767602796\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 4: HUE IMPERIAL CITY – THIEN MU PAGODA – KHAI DINH TOMB\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Hai Van Tunnel Route\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚩 English Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e07:45 - 08:00: We will pick you up at Da Nang and go to Hue city. On the way, you will visit Lap An Lagoon.\u003c\/li\u003e\n\u003cli\u003e11:00: You will visit Hue imperial city – the palace of 13 Nguyen Kings with Ngo Mon Gate, Library, Thai Hoa palace, Nine Dynastic Urns.\u003c\/li\u003e\n\u003cli\u003e12:30: Enjoy a Hue-style lunch – featuring traditional dishes from Vietnam’s former royal capital.\u003c\/li\u003e\n\u003cli\u003eExplore the Imperial Citadel – the political and cultural heart of the Nguyen Dynasty – and Thien Mu Pagoda – the oldest and most iconic pagoda overlooking the Perfume River.\u003c\/li\u003e\n\u003cli\u003e15:00: You will continue visiting the Khai Dinh tomb, the tomb had elements of eastern art mixed with western designs.\u003c\/li\u003e\n\u003cli\u003e17:30-18:00: End of tour!\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hue-imperial-city.webp?v=1767603046\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hue-imperial-city.webp?v=1767603046\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery4\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ngo-Mon-gate.jpg?v=1767603046\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ngo-Mon-gate.jpg?v=1767603046\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery4\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Thien-Mu-pagoda-in-Hue-huedaytour.com.jpg?v=1767603046\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Thien-Mu-pagoda-in-Hue-huedaytour.com.jpg?v=1767603046\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery4\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mausoleum-of-emperor-khai-dinh.webp?v=1767603046\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mausoleum-of-emperor-khai-dinh.webp?v=1767603046\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery4\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khai-Dinh-Tomb-Phong-Nha-Locals-10-scaled.jpg?v=1767603048\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khai-Dinh-Tomb-Phong-Nha-Locals-10-scaled.jpg?v=1767603048\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 5: COCONUT FOREST \u0026amp; HOI AN ANCIENT TOWN\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🛶 Basket Boat Experience\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hoi An\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast, Dinner\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e12:00 Check out hotel in Danang. Lunch at your own expense.\u003c\/li\u003e\n\u003cli\u003e15:30 Pick-up at your hotel.\u003c\/li\u003e\n\u003cli\u003eHead to Cam Thanh Coconut Forest for basket boat experience.\u003c\/li\u003e\n\u003cli\u003eWander through Hoi An Ancient Town.\u003c\/li\u003e\n\u003cli\u003e18:00 Dinner with local specialties.\u003c\/li\u003e\n\u003cli\u003eEnd of group tour around 20:30 - 21:00.\u003c\/li\u003e\n\u003cli\u003eOvernight in Hoi An.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery5\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery5\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery5\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery5\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1506184586_resize_0_a87863b1-5e6c-459f-9c3a-e513fc1fca11.jpg?v=1767603769\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1506184586_resize_0_a87863b1-5e6c-459f-9c3a-e513fc1fca11.jpg?v=1767603769\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDAY 6: FREE TIME – DEPARTURE\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Airport drop off\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍴 Breakfast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eRelax until transferred to Danang airport for your on going flight.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/du-thuyen-tren-song-han-2.jpg?v=1767605517\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/du-thuyen-tren-song-han-2.jpg?v=1767605517\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery6\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hai_van_pass_bb87e354-78f4-421b-a93a-48a06ad01501.jpg?v=1767605517\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hai_van_pass_bb87e354-78f4-421b-a93a-48a06ad01501.jpg?v=1767605517\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery6\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mykhe-16783491997602113537208-86-0-523-700-crop-167834920481287263421.jpg?v=1767605595\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mykhe-16783491997602113537208-86-0-523-700-crop-167834920481287263421.jpg?v=1767605595\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery6\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/anh-Da-Nang-vao-hoang-hon-1024x593_jpg_05e0748d-948e-434d-a6ea-ba820a1488e4.webp?v=1767605594\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/anh-Da-Nang-vao-hoang-hon-1024x593_jpg_05e0748d-948e-434d-a6ea-ba820a1488e4.webp?v=1767605594\"\u003e\u003c\/a\u003e \u003ca data-fancybox=\"gallery6\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Marissa-Beth-83.jpg?v=1767605595\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Marissa-Beth-83.jpg?v=1767605595\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n   \n    \u003cdiv class=\"policy-container\"\u003e\n\u003cdiv class=\"policy-box box-include\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Included\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003eTravel Agency Service Fee (itinerary consultation, coordination).\u003c\/li\u003e\n\u003cli\u003eAccommodation (hotel \/ homestay as per itinerary).\u003c\/li\u003e\n\u003cli\u003eMeals specified (B \/ L \/ D).\u003c\/li\u003e\n\u003cli\u003eTransportation \u0026amp; Sightseeing fees.\u003c\/li\u003e\n\u003cli\u003eEnglish-speaking tour guide.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-box box-exclude\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Excluded\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003ePersonal expenses \u0026amp; Drinks.\u003c\/li\u003e\n\u003cli\u003eAir fares \/ Airport taxes.\u003c\/li\u003e\n\u003cli\u003eTipping: 3 – 5 USD\/Pax\/Day.\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n            \n        \u003c\/div\u003e\n    \n\n    \u003cdiv class=\"tour-note-final\"\u003e\n        \u003cp\u003eNOTE: Services in the package are provided and operated by licensed partners. Happy Vietnam Tours ensures service and reputation throughout the tour program.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function toggleTour(header) {\n        const content = header.nextElementSibling;\n        const arrow = header.querySelector('.tour-arrow');\n        const isOpen = content.style.display === 'block';\n        content.style.display = isOpen ? 'none' : 'block';\n        arrow.textContent = isOpen ? '⌄' : '⌃';\n    }\n    Fancybox.bind(\"[data-fancybox]\", { infinite: true });\n\u003c\/script\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"Adult ( Age 9-99) -100%","offer_id":44152837439603,"sku":null,"price":399.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44152837472371,"sku":null,"price":299.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger under 1.0m ( 3 ft 3 in) - Free","offer_id":44166408175731,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hai-van-pass-da-nang.png-image-hzsjsgma.png?v=1763435995"},{"product_id":"1d-hue-imperial-city-thien-mu-pagoda-khai-dinh-tomb-hai-van-tunnel-route-1","title":"4D3N-DANANG - BANAHILLS - HOIAN - COCONUT FOREST","description":"\u003cp\u003e\u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.css\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\"\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.umd.js\"\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --primary-orange: #ff4d15;\n        --primary-green: #00b67a;\n        --text-black: #1a1a1a;\n    }\n\n    .tour-detail-master {\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--text-black);\n        max-width: 900px;\n        margin: auto;\n        padding: 10px;\n        box-sizing: border-box;\n    }\n\n    .tour-detail-content_title {\n        font-weight: 900;\n        font-size: 24px;\n        color: var(--primary-orange);\n        margin: 25px 0 15px 0;\n        text-transform: uppercase;\n        text-align: left;\n    }\n\n    .desc-meta p {\n        margin: 5px 0;\n        font-weight: 800 !important;\n        font-size: 14px !important;\n        text-transform: uppercase;\n        color: #333;\n        text-align: left;\n    }\n\n    .overview-text {\n        text-align: left;\n        color: #333;\n        margin-top: 15px;\n        font-size: 15px;\n        word-wrap: break-word;\n    }\n\n    .desc-tags ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n    }\n\n    .desc-tags ul li {\n        background: #fff2ee;\n        color: var(--primary-orange);\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n    }\n\n    \/* Itinerary Section *\/\n    .tour-day { \n        border: 2px solid #eee; \n        border-radius: 12px; \n        margin-bottom: 12px; \n        overflow: hidden;\n        width: 100%;\n    }\n\n    .tour-header {\n        display: flex; \n        justify-content: space-between; \n        align-items: center;\n        background: #fff; \n        padding: 15px;\n        font-weight: 800;\n        cursor: pointer; \n        color: var(--text-black); \n        font-size: 15px;\n    }\n\n    .tour-content { \n        display: none; \n        padding: 15px; \n        background: #fff; \n        border-top: 2px solid #f5f5f5;\n    }\n    \n    .tour-content ul {\n        padding-left: 20px;\n        margin: 10px 0;\n    }\n\n    .tour-content li {\n        margin-bottom: 8px;\n        text-align: left;\n        font-size: 14px; \/* Desktop font size *\/\n    }\n\n    .inc-tag { \n        display: inline-block; \n        background: #f4f4f4; \n        padding: 4px 10px; \n        border-radius: 6px; \n        font-size: 11px; \n        font-weight: 700; \n        margin-bottom: 5px; \n        margin-right: 5px;\n    }\n\n    \/* Gallery *\/\n    .tour-gallery { \n        display: grid; \n        grid-template-columns: repeat(5, 1fr); \n        gap: 6px; \n        margin-top: 15px; \n    }\n    .tour-gallery a { border-radius: 6px; overflow: hidden; height: 80px; display: block; border: 1px solid #eee; }\n    .tour-gallery img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Policy *\/\n    .policy-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin: 25px 0;\n    }\n    .policy-box { padding: 15px; border-radius: 12px; }\n    .box-include { background-color: #f1faf3; border: 1px solid #c6f6d5; }\n    .box-exclude { background-color: #fff5f5; border: 1px solid #fed7d7; }\n    .policy-title { font-weight: 900; text-transform: uppercase; font-size: 15px; margin-bottom: 10px; }\n    .policy-list { list-style: none; padding: 0; margin: 0; }\n    .policy-list li { margin-bottom: 6px; font-size: 13px; position: relative; padding-left: 20px; text-align: left; }\n    .box-include .policy-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--primary-green); font-weight: 900; }\n    .box-exclude .policy-list li::before { content: \"✕\"; position: absolute; left: 0; color: #e53e3e; font-weight: 900; }\n\n    .tour-note-final {\n        margin-top: 20px; padding: 12px; background: #f9f9f9;\n        border-left: 5px solid var(--primary-orange); border-radius: 4px;\n        text-align: left;\n    }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .tour-header { \n            font-size: 13px; \/* Tiêu đề Day nhỏ lại *\/\n            padding: 12px 10px; \n        }\n        \n        .tour-content li { \n            font-size: 11px !important; \/* Nội dung cực gọn để hiện nhiều chữ hơn *\/\n            line-height: 1.4;\n            margin-bottom: 5px;\n        }\n\n        .tour-content ul {\n            padding-left: 15px; \/* Ép sát lề trái để tăng không gian *\/\n        }\n\n        .tour-gallery { \n            grid-template-columns: repeat(3, 1fr); \n            gap: 4px;\n        }\n        \n        .tour-gallery a { height: 65px; }\n\n        .policy-container { grid-template-columns: 1fr; }\n        \n        .tour-detail-content_title { font-size: 18px; }\n        \n        .overview-text { font-size: 13px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"tour-detail-master\"\u003e\n\u003ch2 class=\"tour-detail-content_title\"\u003eOverview\u003c\/h2\u003e\n\u003cdiv class=\"desc-meta\"\u003e\n\u003cp\u003eCode: TOUR-117\u003c\/p\u003e\n\u003cp\u003eTour type: Group tour\u003c\/p\u003e\n\u003cp\u003eDuration: 4 days\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"overview-text\"\u003eEmbark on an unforgettable 4-day journey through the heart of Central Vietnam. Experience the modern charm of Da Nang, from its iconic bridges to the pristine My Khe Beach. Journey to the \"Fairyland\" of Ba Na Hills to walk upon the world-famous Golden Bridge, and step back in time in the lantern-lit streets of Hoi An Ancient Town. With a perfect mix of cultural heritage, natural wonders, and modern attractions, this tour offers a comprehensive look at Vietnam's most scenic coastal region.\u003c\/p\u003e\n\u003ch2 class=\"tour-detail-content_title\"\u003eHighlight\u003c\/h2\u003e\n\u003cdiv class=\"desc-tags\"\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eMy Khe Beach\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eGolden Bridge \u0026amp; Ba Na Hills\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCam Thanh Coconut Forest\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHoi An Ancient Town\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHan River Bridges\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"tour-detail-content_title\"\u003eItinerary\u003c\/h2\u003e\n\u003cdiv class=\"tour-day\"\u003e\n\u003cdiv class=\"tour-header\"\u003e\n\u003cspan\u003eDay 1: Arrival in Danang – Han River – My Khe Beach\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-content\"\u003e\n\u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Airport pick-up\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eWelcome to Da Nang, the beautiful coastal gem of Central Vietnam. After hotel check-in, take a walk along My Khe Beach, famous for its white sand and gentle waves — perfect for relaxing after your flight.\u003c\/li\u003e\n\u003cli\u003eAs night falls, explore the lively Han River area with its glowing bridges, street cafés, and friendly local vibe. Enjoy a seafood dinner or simply feel the ocean breeze as the city lights up.\u003c\/li\u003e\n\u003cli\u003eOvernight in Da Nang.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n\u003cdiv class=\"tour-header\"\u003e\n\u003cspan\u003eDay 2: Ba Na Hills - Golden Bridge \u0026amp; French Village\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-content\"\u003e\n\u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🚠 Round-trip cable car ticket\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Buffet lunch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eMorning, transfer to Ba Na Hills along the scenic Nguyen Tat Thanh coastal road. Take the Guinness-record cable car and admire the lush mountains and waterfalls from above.\u003c\/li\u003e\n\u003cli\u003eVisit the iconic Golden Bridge, Linh Ung Pagoda, French village, and Chua Mountain Peak for panoramic views of Da Nang. Continue to explore waterfalls, gardens, and enjoy over 100 games at Fantasy Park.\u003c\/li\u003e\n\u003cli\u003eReturn to the hotel in the late afternoon.\u003c\/li\u003e\n\u003cli\u003eOvernight in Danang.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n\u003cdiv class=\"tour-header\"\u003e\n\u003cspan\u003eDay 3: Coconut Forest \u0026amp; Hoi An Ancient Town\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-content\"\u003e\n\u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Dinner\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e💰 Lunch at your own expense\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Check out hotel in Danang. Lunch at your own expense. Free in noon.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e15:30:\u003c\/b\u003e Pick-up at your hotel. Head to Cam Thanh Coconut Forest and enjoy a fun basket boat experience through peaceful waterways.\u003c\/li\u003e\n\u003cli\u003eThen wander through Hoi An Ancient Town, a UNESCO World Heritage site full of charm — lanterns, tailor shops, riverside cafés, and colorful markets.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e18:00:\u003c\/b\u003e Dinner with local specialties including Cao Lau and Wonton. Walk around lantern-lit streets and visit the Japanese Covered Bridge.\u003c\/li\u003e\n\u003cli\u003eEnd of group tour around 20:30 - 21:00. Overnight in Danang.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n\u003cdiv class=\"tour-header\"\u003e\n\u003cspan\u003eDay 4: Free time – Departure\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-content\"\u003e\n\u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Airport drop-off\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eAfter breakfast time, you are free for shopping and souvenirs.\u003c\/li\u003e\n\u003cli\u003eRelax until transferred to Danang airport for your on going flight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tour-gallery\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-container\"\u003e\n\u003cdiv class=\"policy-box box-include\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Included\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003e\u003cb\u003eTravel Agency Service (Happy Vietnam Tours):\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003eService support fee for booking travel services.\u003c\/li\u003e\n\u003cli\u003eItinerary consultation fee \u0026amp; assistance in planning travel experiences.\u003c\/li\u003e\n\u003cli\u003eCoordination with local suppliers.\u003c\/li\u003e\n\u003cli\u003eCustomer care support before, during, and after the trip.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eServices Provided by Licensed Local Suppliers at the Destination:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e(Happy Vietnam Tours is the travel agency supporting your booking. All services at the destination are provided directly by licensed local suppliers.)\u003c\/li\u003e\n\u003cli\u003eAccommodation at hotels, homestays, or cruises as indicated in the program.\u003c\/li\u003e\n\u003cli\u003eMeals as specified (B – breakfast, L – lunch, D – dinner).\u003c\/li\u003e\n\u003cli\u003eTransportation as indicated in the program.\u003c\/li\u003e\n\u003cli\u003eAll admission fees at the sightseeing places mentioned.\u003c\/li\u003e\n\u003cli\u003eEnglish-speaking tour guide at the destination.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-box box-exclude\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Excluded\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003eOther meals and drinks\/ personal expenses.\u003c\/li\u003e\n\u003cli\u003eAir fares\/ airport taxes.\u003c\/li\u003e\n\u003cli\u003eOptional tipping for local guide \u0026amp; driver: 3 – 5 USD\/Pax\/Day tour.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tour-note-final\"\u003e\n\u003cp\u003eNOTE: Services in the package are provided and operated by licensed partners. Happy Vietnam Tours ensures service and reputation throughout the tour program.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"Adult ( Age 9-99) -100%","offer_id":44177704190067,"sku":null,"price":309.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44177704222835,"sku":null,"price":231.75,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44177704255603,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Blog_-_Premier_Village_-_Bay_Mau_Coconut_Forest_-3.png?v=1766744141"},{"product_id":"07d06n-hanoi-sapa-halongbay-danang-hoian","title":"7D6N: HANOI-SAPA-HALONGBAY-DANANG-HOIAN","description":"\u003cp\u003e\n    \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.css\" rel=\"stylesheet\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\"\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.umd.js\"\u003e\u003c\/script\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-orange: #ff4d15;\n        --primary-green: #00b67a;\n        --text-black: #1a1a1a;\n    }\n\n    .tour-detail-master {\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--text-black);\n        max-width: 900px;\n        margin: auto;\n        padding: 10px;\n        box-sizing: border-box;\n    }\n\n    .tour-detail-content_title {\n        font-weight: 900;\n        font-size: 24px;\n        color: var(--primary-orange);\n        margin: 25px 0 15px 0;\n        text-transform: uppercase;\n        text-align: left;\n    }\n\n    .desc-meta p {\n        margin: 5px 0;\n        font-weight: 800 !important;\n        font-size: 14px !important;\n        text-transform: uppercase;\n        color: #333;\n        text-align: left;\n    }\n\n    .overview-text {\n        text-align: left;\n        color: #333;\n        margin-top: 15px;\n        font-size: 15px;\n        word-wrap: break-word;\n    }\n\n    .desc-tags ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n    }\n\n    .desc-tags ul li {\n        background: #fff2ee;\n        color: var(--primary-orange);\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n    }\n\n    \/* Itinerary Section *\/\n    .tour-day { \n        border: 2px solid #eee; \n        border-radius: 12px; \n        margin-bottom: 12px; \n        overflow: hidden;\n        width: 100%;\n    }\n\n    .tour-header {\n        display: flex; \n        justify-content: space-between; \n        align-items: center;\n        background: #fff; \n        padding: 15px;\n        font-weight: 800;\n        cursor: pointer; \n        color: var(--text-black); \n        font-size: 15px;\n        transition: background 0.3s;\n    }\n    \n    .tour-header:hover {\n        background: #fafafa;\n    }\n\n    .tour-content { \n        display: none; \n        padding: 15px; \n        background: #fff; \n        border-top: 2px solid #f5f5f5;\n    }\n    \n    .tour-content ul {\n        padding-left: 20px;\n        margin: 10px 0;\n    }\n\n    .tour-content li {\n        margin-bottom: 8px;\n        text-align: left;\n        font-size: 14px;\n    }\n\n    .inc-tag { \n        display: inline-block; \n        background: #f4f4f4; \n        padding: 4px 10px; \n        border-radius: 6px; \n        font-size: 11px; \n        font-weight: 700; \n        margin-bottom: 5px; \n        margin-right: 5px;\n    }\n\n    \/* Gallery *\/\n    .tour-gallery { \n        display: grid; \n        grid-template-columns: repeat(5, 1fr); \n        gap: 6px; \n        margin-top: 15px; \n    }\n    .tour-gallery a { border-radius: 6px; overflow: hidden; height: 80px; display: block; border: 1px solid #eee; }\n    .tour-gallery img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Policy *\/\n    .policy-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin: 25px 0;\n    }\n    .policy-box { padding: 15px; border-radius: 12px; }\n    .box-include { background-color: #f1faf3; border: 1px solid #c6f6d5; }\n    .box-exclude { background-color: #fff5f5; border: 1px solid #fed7d7; }\n    .policy-title { font-weight: 900; text-transform: uppercase; font-size: 15px; margin-bottom: 10px; }\n    .policy-list { list-style: none; padding: 0; margin: 0; }\n    .policy-list li { margin-bottom: 6px; font-size: 13px; position: relative; padding-left: 20px; text-align: left; }\n    .box-include .policy-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--primary-green); font-weight: 900; }\n    .box-exclude .policy-list li::before { content: \"✕\"; position: absolute; left: 0; color: #e53e3e; font-weight: 900; }\n\n    .tour-note-final {\n        margin-top: 20px; padding: 12px; background: #f9f9f9;\n        border-left: 5px solid var(--primary-orange); border-radius: 4px;\n        text-align: left;\n    }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .tour-header { font-size: 13px; padding: 12px 10px; }\n        .tour-content li { font-size: 11px !important; line-height: 1.4; margin-bottom: 5px; }\n        .tour-content ul { padding-left: 15px; }\n        .tour-gallery { grid-template-columns: repeat(3, 1fr); gap: 4px; }\n        .tour-gallery a { height: 65px; }\n        .policy-container { grid-template-columns: 1fr; }\n        .tour-detail-content_title { font-size: 18px; }\n        .overview-text { font-size: 13px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tour-detail-master\"\u003e\n    \u003ch2 class=\"tour-detail-content_title\"\u003eOverview\u003c\/h2\u003e\n    \u003cdiv class=\"desc-meta\"\u003e\n        \u003cp\u003eCode: TOUR-0167\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 7 days\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"overview-text\"\u003eEmbark on an incredible 7-day journey discovering the breathtaking landscapes of Northern and Central Vietnam. From the misty mountains of Sapa and the \"Roof of Indochina\" Fansipan, to the emerald waters of the world-renowned Halong Bay. Your adventure continues to the vibrant coastal city of Da Nang, the magical ancient town of Hoi An, and the spectacular Ba Na Hills. This tour is perfectly designed for those seeking a mix of ethnic culture, natural wonders, and modern architectural marvels.\u003c\/p\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eHighlight\u003c\/h2\u003e\n    \u003cdiv class=\"desc-tags\"\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003cstrong\u003eSapa\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eHalong Bay \u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eHoi An\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eBa Na Hills\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eDanang\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eItinerary\u003c\/h2\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 1: Arrival – Hanoi - Sapa\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"inc-tag\"\u003e✈️ Airport pick-up\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel near the airport\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚌 Sleeper bus to Sapa\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003eUpon arrival at Noi Bai International Airport, you will be met and transferred to an airport hotel (Dragon Airport Hotel) for check-in and relaxation, where you can enjoy local specialties.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e22:00:\u003c\/b\u003e In the evening, at 22:00, our sleeper bus will pick you up for the overnight journey to Sapa.\u003c\/li\u003e\n                \u003cli\u003eOvernight on the sleeper bus to Sapa.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ho-Chi-Minh-airport-to-district-1.webp?v=1767598477\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ho-Chi-Minh-airport-to-district-1.webp?v=1767598477\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/french-quarter-hanoi-overview.jpg?v=1767600272\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/french-quarter-hanoi-overview.jpg?v=1767600272\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/long-bien-bridge-in-night.jpg?v=1767600272\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/long-bien-bridge-in-night.jpg?v=1767600272\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/sleeper-bus-in-vietnam-1_1696160044.jpg?v=1767595435\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/sleeper-bus-in-vietnam-1_1696160044.jpg?v=1767595435\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bus.jpg?v=1767595434\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bus.jpg?v=1767595434\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 2: Lao Cai – Sapa – Fansipan Mountain – Cat Cat Village\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🧑‍💼 English-speaking tour guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Sapa\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch, Dinner\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cb\u003e06:00 - 06:15:\u003c\/b\u003e Our car will pick you up at the bus depot and take you to the hotel to deposit your belongings and do personal hygiene in the morning (no check-in). Breakfast at hotel.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e08:00:\u003c\/b\u003e Head to Fansipan Cable Car Station and take the cable car to explore the “Roof of Indochina”, enjoy panoramic mountain views and the sacred temples on the summit.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e11:30:\u003c\/b\u003e Return to Sapa, eat lunch and rest. Then visit Cat Cat Village, a charming H’Mong ethnic village famous for its traditional houses, terraced fields, and the beautiful waterfall...\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003eAfternoon (from 14:00):\u003c\/b\u003e Check-in hotel.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e18:30:\u003c\/b\u003e Having dinner. After dinner, you are free to explore the charm of Sapa by night, enjoy roasted corn, baked eggs beside charcoal fire or go shopping.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003eOvernight:\u003c\/b\u003e At the hotel in Sapa.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Caotoc-3017-1708419387.jpg?v=1767776767\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Caotoc-3017-1708419387.jpg?v=1767776767\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vetta-fansipan-tetto-d-indocina.webp?v=1767595962\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vetta-fansipan-tetto-d-indocina.webp?v=1767595962\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/National-Flagpole.jpg?v=1767595962\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/National-Flagpole.jpg?v=1767595962\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/rice-terraces-near-Cat-Cat-village-Vietnam-2.jpg?v=1767594863\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/rice-terraces-near-Cat-Cat-village-Vietnam-2.jpg?v=1767594863\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cat-cat-village-vietnam-what-is-cat-cat-village-famous-for.jpg?v=1767594863\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cat-cat-village-vietnam-what-is-cat-cat-village-famous-for.jpg?v=1767594863\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 3: Sapa – Moana - Hanoi\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🧑‍💼 English-speaking tour guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚌 Sleeper bus back to Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cb\u003e07:00:\u003c\/b\u003e Having breakfast with buffet and coffee in the hotel.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e08:00:\u003c\/b\u003e Tour guide picks you from the hotel and takes you to Moana. A check-in area with man-made structures but arranged in harmony with nature to create a unique, strange and beautiful landscape.\u003c\/li\u003e\n                \u003cli\u003eThe check-in area is only 500m from the Stone Church, with the view embracing the Hoang Lien Son range and the majestic Fansipan peak. This place consists of seven categories, attracting young people by many unique miniatures.\u003c\/li\u003e\n                \u003cli\u003eThere are Bali heaven gate, Moana girl statue, infinity lake, golden hand, death swing, lonely tree and coffee area.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e11:30:\u003c\/b\u003e Back to Sapa, eat lunch and take a short rest then check out the hotel.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e13:15:\u003c\/b\u003e The tour guide will take you to the bus depot to board the bus back to Hanoi.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e19:30:\u003c\/b\u003e Arrive Hanoi. Tour ends.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa_town.png?v=1767595097\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa_town.png?v=1767595097\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mat-Ngoc-Lake.webp?v=1767595096\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mat-Ngoc-Lake.webp?v=1767595096\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Heaven-Gate.jpg?v=1767589478\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Heaven-Gate.jpg?v=1767589478\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image-20250224160935-6.png?v=1767589479\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image-20250224160935-6.png?v=1767589479\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Moana-Sapa-Vietnam-in-December.webp?v=1767599378\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Moana-Sapa-Vietnam-in-December.webp?v=1767599378\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 4: Hanoi – Halong Bay 1 day\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🧑‍💼 English-speaking tour guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🛳️ 5-star cruise\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch, Dinner\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cb\u003e07:00 - 07:45:\u003c\/b\u003e Pick up from Hanoi. Transfer from Hanoi to Halong via Expressway.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e10:30:\u003c\/b\u003e Arrive at Ha Long International Cruise Port and welcome on board. Transfer to Cruise. Embark and begin cruising in the bay.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e11:00 – 12:30:\u003c\/b\u003e Enjoy a welcome drink while listening to safety instructions and cruise regulations. Have lunch.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e14:00:\u003c\/b\u003e Visit Surprise Cave, famous for its spectacular stalactites and stalagmites.\u003c\/li\u003e\n                \u003cli\u003eReturn to the cruise and continue to Luon Cave. Explore the lagoon by bamboo boat or kayak.\u003c\/li\u003e\n                \u003cli\u003eVisit Titop Island – free time for swimming or hiking to the viewpoint for panoramic bay views.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e16:30:\u003c\/b\u003e Cruise back to the harbor while enjoying light snacks and live music on board.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e17:30:\u003c\/b\u003e Return to the port and disembark. End of the tour.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e18:00 – 20:00:\u003c\/b\u003e Transfer back to Hanoi.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003eOvernight:\u003c\/b\u003e In Hanoi.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/01_1.jpg?v=1767599760\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/01_1.jpg?v=1767599760\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/09.jpg?v=1767599759\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/09.jpg?v=1767599759\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sung-Sot-Cave-1-scaled.jpg?v=1767599893\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sung-Sot-Cave-1-scaled.jpg?v=1767599893\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luon-Cave-2.jpg?v=1767599893\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luon-Cave-2.jpg?v=1767599893\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/from-view-point.jpg?v=1767599893\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/from-view-point.jpg?v=1767599893\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 5: Coconut Forest \u0026amp; Hoian Ancient Town\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🧑‍💼 English-speaking tour guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Dinner\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003eℹ️ Lunch at your own expense\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cb\u003eMorning:\u003c\/b\u003e After breakfast, transfer to Noi Bai Airport in Hanoi for your flight to Da Nang.\u003c\/li\u003e\n                \u003cli\u003eCheck in hotel in Danang and free explore My Khe Beach, Danang City...\u003c\/li\u003e\n                \u003cli\u003e\u003cb\u003eAfternoon:\u003c\/b\u003e\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e15:30:\u003c\/b\u003e Our Car and Guide will pick you up and start visiting Non Nuoc village and Bay Mau Coconut Forest tour.\u003c\/li\u003e\n                \u003cli\u003eYou will explore the Bay Mau coconut forest space by traditional basket boats. Here, you will watch local fishermen perform fishing nets.\u003c\/li\u003e\n                \u003cli\u003eIn particular, you will enjoy the \"water cutting\" skills of fishermen on a very skillful and lively basket boat, singing karaoke on the river.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e17:30:\u003c\/b\u003e Departure to visit Hoian Ancient Town.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e18:00:\u003c\/b\u003e Have dinner with a lot of unique local dishes like Cao Lau, Hoanh Thanh...\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e20:30 - 21:00:\u003c\/b\u003e Car and Guide will take you back to the original pick-up point.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003eOvernight:\u003c\/b\u003e In Danang.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 6: Ba Na Hills - Golden Bridge \u0026amp; French Village\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚠 Round-trip cable car ticket\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🧑‍💼 English-speaking tour guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Buffet lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cb\u003e07:30 - 08:15:\u003c\/b\u003e We pick you up at the hotel in Da Nang and join the group tour.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e09:00 – 09:30:\u003c\/b\u003e You will be carried to the peak by cable car system that won 4 World’s Records, admire the epic view and enjoy the fresh air here.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e10:00:\u003c\/b\u003e Explore Golden Bridge, located 1,400 meters above sea level, an altitude which creates the illusion of a silk strip hiding in the clouds above Da Nang.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e10:30:\u003c\/b\u003e Walking around and taking photos at the Flower Garden of Love, Debay wine cellar (Wine tickets by yourself), Linh Ung Pagoda with 27m – height Shakyamuni statue.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e11:15:\u003c\/b\u003e Take the 2nd cable car to the next destination of your trip in Ba Na is French Village.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Have lunch with buffet in Restaurant, with more than 80 delicious dishes. After lunch, you can experience the French Village and Fantasy Park.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e15:00 - 15:30:\u003c\/b\u003e We say goodbye to Ba Na and get back to the cable car station and return to Danang.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003e17:00 - 17:30:\u003c\/b\u003e Come back your hotel.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003eOvernight:\u003c\/b\u003e In Danang.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Overview-2.jpg?v=1767601191\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Overview-2.jpg?v=1767601191\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\"\u003e\n            \u003cspan\u003eDay 7: Departure\u003c\/span\u003e \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003eAfter breakfast time, you are free for shopping and souvenirs.\u003c\/li\u003e\n                \u003cli\u003eRelax until transferred to Danang airport for your on going flight\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"policy-container\"\u003e\n        \u003cdiv class=\"policy-box box-include\"\u003e\n            \u003cdiv class=\"policy-title\"\u003eWhat's Included\u003c\/div\u003e\n            \u003cul class=\"policy-list\"\u003e\n                \u003cli style=\"font-weight: bold;\"\u003eTravel Agency Service:\u003c\/li\u003e\n                \u003cli\u003eCustomer care support before, during, and after the trip\u003c\/li\u003e\n                \u003cli style=\"font-weight: bold;\"\u003eServices provided by licensed local suppliers:\u003c\/li\u003e\n                \u003cli\u003eAccommodation (hotel \/ homestay \/ cruise as per itinerary).\u003c\/li\u003e\n                \u003cli\u003eMeals as specified (B \/ L \/ D).\u003c\/li\u003e\n                \u003cli\u003eTransportation as indicated.\u003c\/li\u003e\n                \u003cli\u003eShared cruise (if applicable).\u003c\/li\u003e\n                \u003cli\u003eSightseeing entrance fees.\u003c\/li\u003e\n                \u003cli\u003eEnglish-speaking tour guide.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"policy-box box-exclude\"\u003e\n            \u003cdiv class=\"policy-title\"\u003eWhat's Excluded\u003c\/div\u003e\n            \u003cul class=\"policy-list\"\u003e\n                \u003cli\u003eOther meals and drinks\/ personal expenses.\u003c\/li\u003e\n                \u003cli\u003eInternational\/ Domestic airfares, airport taxes.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cb\u003eFansipan cable car round trip ticket\u003c\/b\u003e.\u003c\/li\u003e\n                \u003cli\u003eOptional tipping for local guide \u0026amp; driver: 3 – 5 USD\/Pax\/Day tour\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tour-note-final\"\u003e\n        \u003cp\u003eNOTE: Services in the package are provided and operated by licensed partners. Happy Vietnam Tours ensures service and reputation throughout the tour program.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/\/ Xử lý Accordion Itinerary\n    document.querySelectorAll('.tour-header').forEach(header =\u003e {\n        header.addEventListener('click', () =\u003e {\n            const content = header.nextElementSibling;\n            const arrow = header.querySelector('.tour-arrow');\n            \n            \/\/ Đóng các cái khác (nếu muốn)\n            \/\/ document.querySelectorAll('.tour-content').forEach(c =\u003e { if(c !== content) c.style.display = 'none'; });\n\n            if (content.style.display === 'block') {\n                content.style.display = 'none';\n                arrow.textContent = '⌄';\n            } else {\n                content.style.display = 'block';\n                arrow.textContent = '⌃';\n            }\n        });\n    });\n\n    \/\/ Khởi tạo Fancybox\n    Fancybox.bind(\"[data-fancybox]\", {\n        \/\/ Tùy chỉnh nếu cần\n    });\n\u003c\/script\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"Adult ( Age 9-99) -100%","offer_id":44184297013363,"sku":null,"price":629.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44184297046131,"sku":null,"price":471.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger, under 1.0m ( 3 ft 3 in) - Free","offer_id":44184297078899,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_899b750f-a3ad-46d0-b2f5-683154e2b856.png?v=1766744149"},{"product_id":"8d7n-danang-hoian-hue-quangtri","title":"7D6N-DANANG-HOIAN-HUE-QUANGTRI","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.css\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.umd.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-orange: #ff4d15;\n        --primary-green: #00b67a;\n        --text-black: #1a1a1a;\n    }\n\n    .tour-detail-master {\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--text-black);\n        max-width: 900px;\n        margin: auto;\n        padding: 10px;\n        box-sizing: border-box;\n    }\n\n    .tour-detail-content_title {\n        font-weight: 900;\n        font-size: 24px;\n        color: var(--primary-orange);\n        margin: 25px 0 15px 0;\n        text-transform: uppercase;\n        text-align: left;\n    }\n\n    .desc-meta p {\n        margin: 5px 0;\n        font-weight: 800 !important;\n        font-size: 14px !important;\n        text-transform: uppercase;\n        color: #333;\n        text-align: left;\n    }\n\n    .overview-text {\n        text-align: left;\n        color: #333;\n        margin-top: 15px;\n        font-size: 15px;\n        word-wrap: break-word;\n    }\n\n    .desc-tags ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n    }\n\n    .desc-tags ul li {\n        background: #fff2ee;\n        color: var(--primary-orange);\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n    }\n\n    \/* Itinerary Section *\/\n    .tour-day { \n        border: 2px solid #eee; \n        border-radius: 12px; \n        margin-bottom: 12px; \n        overflow: hidden;\n        width: 100%;\n    }\n\n    .tour-header {\n        display: flex; \n        justify-content: space-between; \n        align-items: center;\n        background: #fff; \n        padding: 15px;\n        font-weight: 800;\n        cursor: pointer; \n        color: var(--text-black); \n        font-size: 15px;\n    }\n\n    .tour-content { \n        display: none; \n        padding: 15px; \n        background: #fff; \n        border-top: 2px solid #f5f5f5;\n    }\n    \n    .tour-content ul {\n        padding-left: 20px;\n        margin: 10px 0;\n    }\n\n    .tour-content li {\n        margin-bottom: 8px;\n        text-align: left;\n        font-size: 14px; \/* Desktop font size *\/\n    }\n\n    .inc-tag { \n        display: inline-block; \n        background: #f4f4f4; \n        padding: 4px 10px; \n        border-radius: 6px; \n        font-size: 11px; \n        font-weight: 700; \n        margin-bottom: 5px; \n        margin-right: 5px;\n    }\n\n    \/* Gallery *\/\n    .tour-gallery { \n        display: grid; \n        grid-template-columns: repeat(5, 1fr); \n        gap: 6px; \n        margin-top: 15px; \n    }\n    .tour-gallery a { border-radius: 6px; overflow: hidden; height: 80px; display: block; border: 1px solid #eee; }\n    .tour-gallery img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Policy *\/\n    .policy-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin: 25px 0;\n    }\n    .policy-box { padding: 15px; border-radius: 12px; }\n    .box-include { background-color: #f1faf3; border: 1px solid #c6f6d5; }\n    .box-exclude { background-color: #fff5f5; border: 1px solid #fed7d7; }\n    .policy-title { font-weight: 900; text-transform: uppercase; font-size: 15px; margin-bottom: 10px; }\n    .policy-list { list-style: none; padding: 0; margin: 0; }\n    .policy-list li { margin-bottom: 6px; font-size: 13px; position: relative; padding-left: 20px; text-align: left; }\n    .box-include .policy-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--primary-green); font-weight: 900; }\n    .box-exclude .policy-list li::before { content: \"✕\"; position: absolute; left: 0; color: #e53e3e; font-weight: 900; }\n\n    .tour-note-final {\n        margin-top: 20px; padding: 12px; background: #f9f9f9;\n        border-left: 5px solid var(--primary-orange); border-radius: 4px;\n        text-align: left;\n    }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .tour-header { \n            font-size: 13px; \/* Tiêu đề Day nhỏ lại *\/\n            padding: 12px 10px; \n        }\n        \n        .tour-content li { \n            font-size: 11px !important; \/* Nội dung cực gọn để hiện nhiều chữ hơn *\/\n            line-height: 1.4;\n            margin-bottom: 5px;\n        }\n\n        .tour-content ul {\n            padding-left: 15px; \/* Ép sát lề trái để tăng không gian *\/\n        }\n\n        .tour-gallery { \n            grid-template-columns: repeat(3, 1fr); \n            gap: 4px;\n        }\n        \n        .tour-gallery a { height: 65px; }\n\n        .policy-container { grid-template-columns: 1fr; }\n        \n        .tour-detail-content_title { font-size: 18px; }\n        \n        .overview-text { font-size: 13px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tour-detail-master\"\u003e\n    \u003ch2 class=\"tour-detail-content_title\"\u003eOverview\u003c\/h2\u003e\n    \u003cdiv class=\"desc-meta\"\u003e\n        \u003cp\u003eCode: TOUR-9967\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 7 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 7-day, 6-night journey explores Central Vietnam’s most iconic destinations. Begin in Da Nang, continue to the charming ancient town of Hoi An, then travel north to the imperial city of Hue with its royal heritage and historic monuments. The trip concludes in Quang Tri, rich in wartime history and cultural significance. A perfect itinerary for travelers seeking a balanced blend of culture, history, and scenic landscapes in Central Vietnam.\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eHighlight\u003c\/h2\u003e\n    \u003cdiv class=\"desc-tags\"\u003e\n        \u003cul\u003e\n        \n        \n        \n\u003cli\u003e\u003cstrong\u003eDa Nang\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHoi An\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHue\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eQuang Tri\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eItinerary\u003c\/h2\u003e\n    \n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 1: Arrival in Danang - Han river - My Khe Beach\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Airport pick-up\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eWelcome to Da Nang, the beautiful coastal gem of Central Vietnam.\u003c\/li\u003e\n\u003cli\u003eAfter hotel check-in, take a walk along My Khe Beach, famous for its white sand and gentle waves — perfect for relaxing after your flight.\u003c\/li\u003e\n\u003cli\u003eAs night falls, explore the lively Han River area with its glowing bridges, street cafés, and friendly local vibe.\u003c\/li\u003e\n\u003cli\u003eEnjoy a seafood dinner or simply feel the ocean breeze as the city lights up.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\"\u003e\u003c\/a\u003e            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 2: Ba Na Hills - Golden Bridge \u0026amp; French Village\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚠 Round-trip cable car ticket\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Buffet lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e\n\u003cb\u003e07:30 - 08:15:\u003c\/b\u003e We pick you up at the hotel in Da Nang and join the group tour.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e09:00 – 09:30:\u003c\/b\u003e You will be carried to the peak by cable car system that won 4 World’s Records, admire the epic view and enjoy the fresh air here.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e10:00:\u003c\/b\u003e Explore Golden Bridge, located 1,400 meters above sea level, an altitude which creates the illusion of a silk strip hiding in the clouds above Da Nang.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e10:30:\u003c\/b\u003e Walking around and taking photos at the Flower Garden of Love, Debay wine cellar (Wine tickets by yourself), Linh Ung Pagoda with 27m – height Shakyamuni statue.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e11:15:\u003c\/b\u003e Take the 2nd cable car to the next destination of your trip in Ba Na is French Village.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Have lunch with buffet in Restaurant, with more than 80 delisious dishes. After lunch, you can experience the French Village and Fantasy Park.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e15:00 - 15:30:\u003c\/b\u003e We say good bye to Ba Na and get back to the cable car station and return to Danang.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e17:00 - 17:30:\u003c\/b\u003e Come back your hotel. End of services!\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 3: Marble Mountains - Am Phu Cave - Monkey Mountain \u0026amp; Linh Ung Pagoda\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e\n\u003cb\u003e07:15 – 08:00:\u003c\/b\u003e Pick-up at your hotel.\u003c\/li\u003e\n\u003cli\u003eDiscover the mysterious caves and sacred pagodas of the Marble Mountains, a cluster of five limestone hills named after the five elements. Wander through cool caves filled with Buddha statues and panoramic viewpoints overlooking the coastline.\u003c\/li\u003e\n\u003cli\u003eExplore Am Phu Cave, Huyen Khong Cave, Tang Chon Cave and visit the stone carving village.\u003c\/li\u003e\n\u003cli\u003eSon Tra Peninsula, often called “Monkey Mountain.” Visit the serene Linh Ung Pagoda and admire the majestic Lady Buddha statue, standing tall above the sea as if protecting the city below. The peaceful scenery, ocean breeze, and temple bells create a moment of calm and reflection — a highlight of any visit to Da Nang.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Have Lunch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e13:30:\u003c\/b\u003e Return to your hotel.\u003c\/li\u003e\n\u003cli\u003eOvernight in Da Nang.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5f181129122b4-1.jpg?v=1767602796\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5f181129122b4-1.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Linh-Ung-Pagoda-14_1649664441.png?v=1767602797\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Linh-Ung-Pagoda-14_1649664441.png?v=1767602797\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/am-phu-cave.jpg?v=1767602796\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/am-phu-cave.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_0534-copy-blog-1024x768.jpg?v=1767602796\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_0534-copy-blog-1024x768.jpg?v=1767602796\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/son-tra-overview.jpg?v=1767602796\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/son-tra-overview.jpg?v=1767602796\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 4: Coconut Forest - Hoi An Ancient Town\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hoi An\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Dinner\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e💰 Lunch at your own expense\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Check out hotel in Danang. Lunch at your own expense. Free in noon.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e15:30:\u003c\/b\u003e Pick-up at your hotel.\u003c\/li\u003e\n\u003cli\u003eHead to Cam Thanh Coconut Forest and enjoy a fun basket boat experience through peaceful waterways.\u003c\/li\u003e\n\u003cli\u003eThen wander through Hoi An Ancient Town, a UNESCO World Heritage site full of charm — lanterns, tailor shops, riverside cafés, and colorful markets.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e18:00:\u003c\/b\u003e Dinner with local specialties including Cao Lau and Wonton.\u003c\/li\u003e\n\u003cli\u003eWalk around lantern-lit streets and visit the Japanese Covered Bridge.\u003c\/li\u003e\n\u003cli\u003eEnd of group tour around 20:30 - 21:00.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1506184586_resize_0_a87863b1-5e6c-459f-9c3a-e513fc1fca11.jpg?v=1767603769\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1506184586_resize_0_a87863b1-5e6c-459f-9c3a-e513fc1fca11.jpg?v=1767603769\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 5: Hue Imperial City - Thien Mu Pagoda - Khai Dinh Tomb - Hai Van Tunnel Route\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e07:45 - 08:00:\u003c\/b\u003e We will pick you up at Da Nang and go to Hue city. On the way, you will visit Lap An Lagoon.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e11:00:\u003c\/b\u003e You will visit Hue imperial city – the palace of 13 Nguyen Kings with Ngo Mon Gate, Library, Thai Hoa palace, Nine Dynastic Urns.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e12:30:\u003c\/b\u003e Enjoy a Hue-style lunch – featuring traditional dishes from Vietnam’s former royal capital. Explore the Imperial Citadel – the political and cultural heart of the Nguyen Dynasty – and Thien Mu Pagoda – the oldest and most iconic pagoda overlooking the Perfume River.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e15:00:\u003c\/b\u003e You will continue visiting the Khai Dinh tomb, the tomb had elements of eastern art mixed with western designs.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e17:30 - 18:00:\u003c\/b\u003e End of tour!\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hue-imperial-city.webp?v=1767603046\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hue-imperial-city.webp?v=1767603046\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ngo-Mon-gate.jpg?v=1767603046\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ngo-Mon-gate.jpg?v=1767603046\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Thien-Mu-pagoda-in-Hue-huedaytour.com.jpg?v=1767954225\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Thien-Mu-pagoda-in-Hue-huedaytour.com.jpg?v=1767954225\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mausoleum-of-emperor-khai-dinh.webp?v=1767603046\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mausoleum-of-emperor-khai-dinh.webp?v=1767603046\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khai-Dinh-Tomb-Phong-Nha-Locals-10-scaled.jpg?v=1767603048\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khai-Dinh-Tomb-Phong-Nha-Locals-10-scaled.jpg?v=1767603048\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 6: Quang Tri Ancient Citadel - Da Krong Bridge - Khe Sanh Combat Base - Hien Luong Bridge - La Vang Holy Land\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Dong Hoi\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e06h00:\u003c\/b\u003e Begin your journey from Hue and travel toward Quang Tri Province — once one of the most intense battle zones during the Vietnam War.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e07:30:\u003c\/b\u003e Visit the historic Quang Tri Citadel, the site of the 81-day fierce battle in 1972. Your guide will share stories of its strategic role and the sacrifice of thousands of soldiers.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e08:30:\u003c\/b\u003e Travel along Highway 9 and stop at Da Krong Bridge, an important point along the legendary Ho Chi Minh Trail. Explore the former combat base – Khe Sanh Combat Base (Ta Con Airport), one of the most iconic and heavily bombed locations during the war.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e11:00:\u003c\/b\u003e Lunch at a local Restaurant.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e13:00:\u003c\/b\u003e Discover the incredible underground tunnel system where local families lived and survived bombings for years. Visit the historic 17th Parallel, the former dividing line between North and South Vietnam.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e16:00:\u003c\/b\u003e See Hien Luong Bridge and the Ben Hai River, powerful symbols of separation and reunification.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e18h00:\u003c\/b\u003e Stop by the La Vang Holy Land, an important pilgrimage site known for its peaceful atmosphere.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cau-hien-luong-phuc-dung-1754296893.jpg?v=1767951956\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cau-hien-luong-phuc-dung-1754296893.jpg?v=1767951956\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Dakrong-Bridge-Vietnam-Phong-Nha-Locals.jpg?v=1767951956\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Dakrong-Bridge-Vietnam-Phong-Nha-Locals.jpg?v=1767951956\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Quang-Tri-Citadel-8.png?v=1767951956\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Quang-Tri-Citadel-8.png?v=1767951956\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/caption_c93749dc-63cc-444d-8441-100b8f81807c.jpg?v=1767951955\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/caption_c93749dc-63cc-444d-8441-100b8f81807c.jpg?v=1767951955\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/la-vang-church-phong-nha-locals-5.png?v=1767951956\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/la-vang-church-phong-nha-locals-5.png?v=1767951956\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 7: PARADISE CAVE - PHONG NHA CAVE\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚆 Overnight on train \/ 🚌 Sleeping bus\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e08:00:\u003c\/b\u003e Our guide picks you up in Dong Hoi or Phong Nha and begins the journey to the stunning Paradise Cave. After a short walk through the forest, you’ll reach the cave entrance and admire its impressive stalactites while listening to your guide’s explanations and taking photos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e09:30:\u003c\/b\u003e Enjoy a local lunch and relax before continuing to Phong Nha Cave. Travel by boat along the longest underground river in Vietnam to explore the cave’s magical formations. Visit the dry cave area for more photos before returning to Dong Hoi.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Enjoy the local cuisine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e13:30:\u003c\/b\u003e Visitors move to Phong Nha center \u0026amp; prepare personal belongings and wait for the guide to complete the formalities. Traveling by boat for about 30 minutes to reach the cave entrance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e17:00:\u003c\/b\u003e Back to Dong Hoi City.\u003c\/li\u003e\n\u003cli\u003eIn the evening, you are free to enjoy seafood, taste Quang Binh specialties, or take a relaxing walk around Dong Hoi city.\u003c\/li\u003e\n\u003cli\u003eAt the end of the tour, you will take the bus or train back to Hanoi.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/sm_Dong_phong_nha_o_dau_e6423170ae.jpg?v=1767952506\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/sm_Dong_phong_nha_o_dau_e6423170ae.jpg?v=1767952506\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/dong-phong-nha-3_1624024063.jpg?v=1767952506\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/dong-phong-nha-3_1624024063.jpg?v=1767952506\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Grotte_Thien_Duong_9466a6b2-f8fe-4494-a395-8c70cb6fe7b3.jpg?v=1767952517\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Grotte_Thien_Duong_9466a6b2-f8fe-4494-a395-8c70cb6fe7b3.jpg?v=1767952517\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/dong-thien-duong-3334_1627990501.jpg?v=1767952506\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/dong-thien-duong-3334_1627990501.jpg?v=1767952506\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/kham-pha-dong-thien-duong-quang-binh-voi-canh-sac-vo-cung-hung-vi-07-1653408242.jpg?v=1767952506\" data-fancybox=\"gallery6\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/kham-pha-dong-thien-duong-quang-binh-voi-canh-sac-vo-cung-hung-vi-07-1653408242.jpg?v=1767952506\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n   \n    \u003cdiv class=\"policy-container\"\u003e\n\u003cdiv class=\"policy-box box-include\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Included\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003e\u003cb\u003eTravel Agency Service (Happy Vietnam Tours):\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003eService support fee for booking travel services.\u003c\/li\u003e\n\u003cli\u003eItinerary consultation fee \u0026amp; assistance in planning travel experiences.\u003c\/li\u003e\n\u003cli\u003eCoordination with local suppliers.\u003c\/li\u003e\n\u003cli\u003eCustomer care support before, during, and after the trip.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eServices Provided by Licensed Local Suppliers at the Destination:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e(Happy Vietnam Tours is the travel agency supporting your booking. All services at the destination are provided directly by licensed local suppliers.)\u003c\/li\u003e\n\u003cli\u003eAccommodation at hotels, homestays, or cruises as indicated in the program.\u003c\/li\u003e\n\u003cli\u003eMeals as specified (B – breakfast, L – lunch, D – dinner).\u003c\/li\u003e\n\u003cli\u003eTransportation as indicated in the program.\u003c\/li\u003e\n\u003cli\u003eSharing cruise trip as mentioned in the itinerary.\u003c\/li\u003e\n\u003cli\u003eAll admission fees at the sightseeing places mentioned.\u003c\/li\u003e\n\u003cli\u003eEnglish-speaking tour guide at the destination.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-box box-exclude\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Excluded\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003eOther meals and drinks\/ personal expenses.\u003c\/li\u003e\n\u003cli\u003eInternational\/ Domestic airfares, airport taxes.\u003c\/li\u003e\n\u003cli\u003eOptional tipping for local guide \u0026amp; driver: 3 – 5 USD\/Pax\/Day tour\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n            \n        \u003c\/div\u003e\n    \n\n    \u003cdiv class=\"tour-note-final\"\u003e\n        \u003cp\u003eNOTE: Services in the package are provided and operated by licensed partners. Happy Vietnam Tours ensures service and reputation throughout the tour program.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function toggleTour(header) {\n        const content = header.nextElementSibling;\n        const arrow = header.querySelector('.tour-arrow');\n        const isOpen = content.style.display === 'block';\n        content.style.display = isOpen ? 'none' : 'block';\n        arrow.textContent = isOpen ? '⌄' : '⌃';\n    }\n    Fancybox.bind(\"[data-fancybox]\", { infinite: true });\n\u003c\/script\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"Adult ( Age 9-99) -100%","offer_id":44219961835635,"sku":null,"price":699.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44219961868403,"sku":null,"price":524.25,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger, under 1.0m ( 3 ft 3 in) - Free","offer_id":44219961901171,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Linh-Ung-Pagoda-14_1649664441.png?v=1767954225"},{"product_id":"7d6n-danang-hue-hoian-phuquoc","title":"7D6N-DANANG-HUE-HOIAN-PHUQUOC","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.css\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/@fancyapps\/ui@5.0\/dist\/fancybox\/fancybox.umd.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n    :root {\n        --primary-orange: #ff4d15;\n        --primary-green: #00b67a;\n        --text-black: #1a1a1a;\n    }\n\n    .tour-detail-master {\n        font-family: 'Inter', sans-serif;\n        line-height: 1.6;\n        color: var(--text-black);\n        max-width: 900px;\n        margin: auto;\n        padding: 10px;\n        box-sizing: border-box;\n    }\n\n    .tour-detail-content_title {\n        font-weight: 900;\n        font-size: 24px;\n        color: var(--primary-orange);\n        margin: 25px 0 15px 0;\n        text-transform: uppercase;\n        text-align: left;\n    }\n\n    .desc-meta p {\n        margin: 5px 0;\n        font-weight: 800 !important;\n        font-size: 14px !important;\n        text-transform: uppercase;\n        color: #333;\n        text-align: left;\n    }\n\n    .overview-text {\n        text-align: left;\n        color: #333;\n        margin-top: 15px;\n        font-size: 15px;\n        word-wrap: break-word;\n    }\n\n    .desc-tags ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n    }\n\n    .desc-tags ul li {\n        background: #fff2ee;\n        color: var(--primary-orange);\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n    }\n\n    \/* Itinerary Section *\/\n    .tour-day { \n        border: 2px solid #eee; \n        border-radius: 12px; \n        margin-bottom: 12px; \n        overflow: hidden;\n        width: 100%;\n    }\n\n    .tour-header {\n        display: flex; \n        justify-content: space-between; \n        align-items: center;\n        background: #fff; \n        padding: 15px;\n        font-weight: 800;\n        cursor: pointer; \n        color: var(--text-black); \n        font-size: 15px;\n    }\n\n    .tour-content { \n        display: none; \n        padding: 15px; \n        background: #fff; \n        border-top: 2px solid #f5f5f5;\n    }\n    \n    .tour-content ul {\n        padding-left: 20px;\n        margin: 10px 0;\n    }\n\n    .tour-content li {\n        margin-bottom: 8px;\n        text-align: left;\n        font-size: 14px; \/* Desktop font size *\/\n    }\n\n    .inc-tag { \n        display: inline-block; \n        background: #f4f4f4; \n        padding: 4px 10px; \n        border-radius: 6px; \n        font-size: 11px; \n        font-weight: 700; \n        margin-bottom: 5px; \n        margin-right: 5px;\n    }\n\n    \/* Gallery *\/\n    .tour-gallery { \n        display: grid; \n        grid-template-columns: repeat(5, 1fr); \n        gap: 6px; \n        margin-top: 15px; \n    }\n    .tour-gallery a { border-radius: 6px; overflow: hidden; height: 80px; display: block; border: 1px solid #eee; }\n    .tour-gallery img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Policy *\/\n    .policy-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 15px;\n        margin: 25px 0;\n    }\n    .policy-box { padding: 15px; border-radius: 12px; }\n    .box-include { background-color: #f1faf3; border: 1px solid #c6f6d5; }\n    .box-exclude { background-color: #fff5f5; border: 1px solid #fed7d7; }\n    .policy-title { font-weight: 900; text-transform: uppercase; font-size: 15px; margin-bottom: 10px; }\n    .policy-list { list-style: none; padding: 0; margin: 0; }\n    .policy-list li { margin-bottom: 6px; font-size: 13px; position: relative; padding-left: 20px; text-align: left; }\n    .box-include .policy-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--primary-green); font-weight: 900; }\n    .box-exclude .policy-list li::before { content: \"✕\"; position: absolute; left: 0; color: #e53e3e; font-weight: 900; }\n\n    .tour-note-final {\n        margin-top: 20px; padding: 12px; background: #f9f9f9;\n        border-left: 5px solid var(--primary-orange); border-radius: 4px;\n        text-align: left;\n    }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .tour-header { \n            font-size: 13px; \/* Tiêu đề Day nhỏ lại *\/\n            padding: 12px 10px; \n        }\n        \n        .tour-content li { \n            font-size: 11px !important; \/* Nội dung cực gọn để hiện nhiều chữ hơn *\/\n            line-height: 1.4;\n            margin-bottom: 5px;\n        }\n\n        .tour-content ul {\n            padding-left: 15px; \/* Ép sát lề trái để tăng không gian *\/\n        }\n\n        .tour-gallery { \n            grid-template-columns: repeat(3, 1fr); \n            gap: 4px;\n        }\n        \n        .tour-gallery a { height: 65px; }\n\n        .policy-container { grid-template-columns: 1fr; }\n        \n        .tour-detail-content_title { font-size: 18px; }\n        \n        .overview-text { font-size: 13px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tour-detail-master\"\u003e\n    \u003ch2 class=\"tour-detail-content_title\"\u003eOverview\u003c\/h2\u003e\n    \u003cdiv class=\"desc-meta\"\u003e\n        \u003cp\u003eCode: TOUR-99157\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 7 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 7-day, 6-night journey highlights Vietnam’s most iconic destinations. Discover Da Nang and Ba Na Hills, explore the ancient town of Hoi An, experience the imperial heritage of Hue, and end your trip relaxing on the beautiful beaches of Phu Quoc.\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eHighlight\u003c\/h2\u003e\n    \u003cdiv class=\"desc-tags\"\u003e\n        \u003cul\u003e\n        \n        \n        \n\u003cli\u003e\u003cstrong\u003eDa Nang\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBa Na Hills\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHue\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHoi An\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003ePhu Quoc\u003c\/strong\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"tour-detail-content_title\"\u003eItinerary\u003c\/h2\u003e\n    \n    \u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 1: Arrival in Danang - Han river - My Khe Beach\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Airport transfer\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eWelcome to Da Nang, the beautiful coastal gem of Central Vietnam. After hotel check-in, take a walk along My Khe Beach, famous for its white sand and gentle waves — perfect for relaxing after your flight.\u003c\/li\u003e\n\u003cli\u003eAs night falls, explore the lively Han River area with its glowing bridges, street cafés, and friendly local vibe. Enjoy a seafood dinner or simply feel the ocean breeze as the city lights up.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/140630220413-dragon-bridge-fire-breathing.jpg?v=1767600829\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Han-River-night-cruise-in-da-nang.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/5s4dzRwnVbzGY5ssnCE4wXzkeAEXyVtgk1ApQTwHMTp6y5PvEo1yenn8vJ3ASJU7mj4eesdmFHsnKDFcNJfoTpXJVqwVX6V9Jci8VfUZx1DLkJisMhaabUp46292ZZcXovRH3vstcQvZ6wJh1mUhvoZ7RLdDKoeKF6BRTpS.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\" data-fancybox=\"gallery1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-Khe-Beach-Da-Nang-2023-Vietnamnomad.webp?v=1767600829\"\u003e\u003c\/a\u003e            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 2: Ba Na Hills - Golden Bridge \u0026amp; French Village\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚠 Round-trip cable car ticket\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Buffet lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e\n\u003cb\u003eMorning (07:30 - 08:00):\u003c\/b\u003e Transfer to Ba Na Hills along the scenic Nguyen Tat Thanh coastal road. Take the Guinness record cable car and admire the lush mountains and waterfalls from above.\u003c\/li\u003e\n\u003cli\u003eVisit the iconic Golden Bridge, Linh Ung Pagoda, French Village, and Chua Mountain Peak for panoramic views of Da Nang. Continue to explore waterfalls, gardens, and enjoy over 100 games at Fantasy Park.\u003c\/li\u003e\n\u003cli\u003eReturn to the hotel in the late afternoon.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" data-fancybox=\"gallery2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 3: Hue Imperial City - Thien Mu Pagoda Khai Dinh Tomb - Hai Van Pass - Lap An La Goon\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e\n\u003cb\u003ePick-up (07:15–08:30):\u003c\/b\u003e Pick-up depending on your location. Drive across the scenic Hai Van Pass – one of the most stunning coastal roads in the world with panoramic sea-and-mountain views. Stop for photos, then visit Lap An Lagoon – a peaceful brackish lagoon famous for its mirror-like water and majestic Bach Ma mountain backdrop.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e11:00:\u003c\/b\u003e Visit Khai Dinh Tomb – an impressive royal mausoleum blending Eastern and Western architectural styles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e12:30:\u003c\/b\u003e Enjoy a Hue-style lunch – featuring traditional dishes from Vietnam’s former royal capital.\u003c\/li\u003e\n\u003cli\u003eExplore the Imperial Citadel – the political and cultural heart of the Nguyen Dynasty – and Thien Mu Pagoda – the oldest and most iconic pagoda overlooking the Perfume River.\u003c\/li\u003e\n\u003cli\u003eReturn to Da Nang around 18:30 – 19:00.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hue-imperial-city.webp?v=1767603046\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hue-imperial-city.webp?v=1767603046\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ngo-Mon-gate.jpg?v=1767603046\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ngo-Mon-gate.jpg?v=1767603046\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Thien-Mu-pagoda-in-Hue-huedaytour.com.jpg?v=1767954225\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Thien-Mu-pagoda-in-Hue-huedaytour.com.jpg?v=1767954225\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mausoleum-of-emperor-khai-dinh.webp?v=1767603046\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mausoleum-of-emperor-khai-dinh.webp?v=1767603046\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khai-Dinh-Tomb-Phong-Nha-Locals-10-scaled.jpg?v=1767603048\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khai-Dinh-Tomb-Phong-Nha-Locals-10-scaled.jpg?v=1767603048\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 4: Coconut Forest - Hoi An Ancient Town\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🚐 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Dinner\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e💰 Lunch at your own expense\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e12:00:\u003c\/b\u003e Check out hotel in Danang. Lunch at your own expense. Free in noon.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e15:30:\u003c\/b\u003e Pick-up at your hotel. Head to Cam Thanh Coconut Forest and enjoy a fun basket boat experience through peaceful waterways.\u003c\/li\u003e\n\u003cli\u003eThen wander through Hoi An Ancient Town, a UNESCO World Heritage site full of charm — lanterns, tailor shops, riverside cafés, and colorful markets.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e18:00:\u003c\/b\u003e Dinner with local specialties including Cao Lau and Wonton. Walk around lantern-lit streets and visit the Japanese Covered Bridge.\u003c\/li\u003e\n\u003cli\u003eEnd of group tour around \u003cb\u003e20:30 - 21:00\u003c\/b\u003e.\u003c\/li\u003e\n\u003cli\u003eOvernight in Danang.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1506184586_resize_0_a87863b1-5e6c-459f-9c3a-e513fc1fca11.jpg?v=1767603769\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1506184586_resize_0_a87863b1-5e6c-459f-9c3a-e513fc1fca11.jpg?v=1767603769\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 5: Hoi An - Danang - Flying to Phu Quoc (B)\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Airport transfer\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Phu Quoc\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eDiscover the beauty of Danang’s beach on your own way till transfer to airport for your flying to Phu Quoc Island.\u003c\/li\u003e\n  \u003cli\u003eArrival in Phu Quoc Airport. Then transfer to your hotel to check in \u0026amp; freshen.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lady-buddha-da-nang-banner.jpg?v=1767600830\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/lanterns-hoi-an-danang-vietnam-travel-solo-main-image-hd-op.jpg?v=1767603767\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi_An_Cafe.webp?v=1771828629%20data-fancybox=\" gallery5\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi_An_Cafe.webp?v=1771828629\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1660147075.jpg?v=1767675254\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1660147075.jpg?v=1767675254\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_536_resize.jpg?v=1767675254\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_536_resize.jpg?v=1767675254\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 6: Phu Quoc - Free \u0026amp; Easy (B)\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Phu Quoc\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\u003cb\u003eFree \u0026amp; Easy.\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003eEnjoy a relaxing day at leisure in Phu Quoc: sunbathe on the beach, swim in crystal-clear waters, or explore the island at your own pace.\u003c\/li\u003e\n\u003cli\u003eOvernight at hotel\/resort in Phu Quoc.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phu-quoc-pepper-farm-1_1685110286.jpg?v=1767847516\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phu-quoc-pepper-farm-1_1685110286.jpg?v=1767847516\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/z4976376021184_3c65cdb8b508a4fb49409bb893713c24.jpg?v=1767847516\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/z4976376021184_3c65cdb8b508a4fb49409bb893713c24.jpg?v=1767847516\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/su-muon-pagoda-6_1666257278.jpg?v=1767847516\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/su-muon-pagoda-6_1666257278.jpg?v=1767847516\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/dinh-cau-phu-quoc-net-dep-tam-linh-cua-dao-ngoc.jpg?v=1767847516\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/dinh-cau-phu-quoc-net-dep-tam-linh-cua-dao-ngoc.jpg?v=1767847516\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phu-quoc-night-market.png-image-ixerwrls.png?v=1767847518\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phu-quoc-night-market.png-image-ixerwrls.png?v=1767847518\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 7: Phu Quoc - Depature (B)\u003c\/span\u003e\n            \u003cspan class=\"tour-arrow\"\u003e⌄\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tour-content\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Airport transfer\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Phu Quoc\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003eMorning:\u003c\/b\u003e After breakfast, transfer to Phu Quoc airport to continue flying back home. (Or fly to Ho Chi Minh City for your departure flight).\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Phu_Quoc_family_guide.jpg?v=1767856786\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Phu_Quoc_family_guide.jpg?v=1767856786\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/383ac02d4a81c344ecd93e28647cdf2d.jpg?v=1767856785\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/383ac02d4a81c344ecd93e28647cdf2d.jpg?v=1767856785\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/kiss-the-stars_1400x942_ab684f1f-03e6-478f-8f70-49e20628ef7a.jpg?v=1767856785\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/kiss-the-stars_1400x942_ab684f1f-03e6-478f-8f70-49e20628ef7a.jpg?v=1767856785\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/383ac02d4a81c344ecd93e28647cdf2d.jpg?v=1767856785\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/383ac02d4a81c344ecd93e28647cdf2d.jpg?v=1767856785\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vinpearl-safari-phu-quoc-6_1695744868.jpg?v=1767856786\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vinpearl-safari-phu-quoc-6_1695744868.jpg?v=1767856786\"\u003e\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n   \n    \u003cdiv class=\"policy-container\"\u003e\n\u003cdiv class=\"policy-box box-include\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Included\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003e\u003cb\u003eTravel Agency Service (Happy Vietnam Tours):\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003eService support fee for booking travel services.\u003c\/li\u003e\n\u003cli\u003eItinerary consultation fee \u0026amp; assistance in planning travel experiences.\u003c\/li\u003e\n\u003cli\u003eCoordination with local suppliers.\u003c\/li\u003e\n\u003cli\u003eCustomer care support before, during, and after the trip.\u003c\/li\u003e\n\u003cli\u003e\u003cb\u003eServices Provided by Licensed Local Suppliers at the Destination:\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e(Happy Vietnam Tours is the travel agency supporting your booking. All services at the destination are provided directly by licensed local suppliers.)\u003c\/li\u003e\n\u003cli\u003eAccommodation at hotels, homestays, or cruises as indicated in the program.\u003c\/li\u003e\n\u003cli\u003eMeals as specified (B – breakfast, L – lunch, D – dinner).\u003c\/li\u003e\n\u003cli\u003eTransportation as indicated in the program.\u003c\/li\u003e\n\u003cli\u003eSharing cruise trip as mentioned in the itinerary.\u003c\/li\u003e\n\u003cli\u003eAll admission fees at the sightseeing places mentioned.\u003c\/li\u003e\n\u003cli\u003eEnglish-speaking tour guide at the destination.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-box box-exclude\"\u003e\n\u003cdiv class=\"policy-title\"\u003eWhat's Excluded\u003c\/div\u003e\n\u003cul class=\"policy-list\"\u003e\n\u003cli\u003eOther meals and drinks\/ personal expenses.\u003c\/li\u003e\n\u003cli\u003eAir fares\/ airport taxes.\u003c\/li\u003e\n\u003cli\u003eOptional tipping for local guide \u0026amp; driver: 3 – 5 USD\/Pax\/Day tour\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n            \n        \u003c\/div\u003e\n    \n\n    \u003cdiv class=\"tour-note-final\"\u003e\n        \u003cp\u003eNOTE: Services in the package are provided and operated by licensed partners. Happy Vietnam Tours ensures service and reputation throughout the tour program.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function toggleTour(header) {\n        const content = header.nextElementSibling;\n        const arrow = header.querySelector('.tour-arrow');\n        const isOpen = content.style.display === 'block';\n        content.style.display = isOpen ? 'none' : 'block';\n        arrow.textContent = isOpen ? '⌄' : '⌃';\n    }\n    Fancybox.bind(\"[data-fancybox]\", { infinite: true });\n\u003c\/script\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"Adult ( Age 9-99) -100%","offer_id":44226500296819,"sku":null,"price":609.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44226500329587,"sku":null,"price":457.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44226500362355,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/gam-ghi-island-7_1668252694.jpg?v=1767865461"}],"url":"https:\/\/happyvietnamtours.com\/collections\/hoi-an-tours.oembed","provider":"Happy Vietnam Tours","version":"1.0","type":"link"}