{"title":"Ho Chi Minh City","description":"","products":[{"product_id":"3d2n-hochiminh-city-cuchi-tunnel-mekong-delta","title":"3D2N: HOCHIMINH CITY-CUCHI TUNNEL-MEKONG DELTA","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-12367\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 3 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 3-day, 2-night journey captures the essence of Southern Vietnam. Explore the vibrant streets of Ho Chi Minh City, uncover wartime history at the Cu Chi Tunnels, and cruise the waterways of the Mekong Delta for a perfect blend of culture, history, and local life.\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\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCu Chi Tunnel\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMekong Delta\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: Ho Chi Minh City \u0026amp; Cu Chi Tunnel\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 Ho Chi Minh City\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e07:30 – 08:00:\u003c\/b\u003e Visit Independence Palace (Reunification Palace), an iconic landmark of Ho Chi Minh City.\u003c\/li\u003e\n\u003cli\u003eContinue to Notre Dame Cathedral and the Central Post Office, famous French colonial architectures.\u003c\/li\u003e\n\u003cli\u003eExplore the War Remnants Museum, featuring extensive exhibits from the Indochina wars.\u003c\/li\u003e\n\u003cli\u003eEnjoy lunch at a local restaurant.\u003c\/li\u003e\n\u003cli\u003eDepart for the Cu Chi Tunnels (1.5-hour drive).\u003c\/li\u003e\n\u003cli\u003eWatch a short introduction and documentary video before exploring the tunnel system.\u003c\/li\u003e\n\u003cli\u003eDiscover living areas, kitchens, storage rooms, weapon workshops, field hospitals, command centers, and hidden traps used during the war.\u003c\/li\u003e\n\u003cli\u003eEnjoy tea and cassava—the traditional guerrilla food.\u003c\/li\u003e\n\u003cli\u003eBreak time (optional shooting range).\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e19:00:\u003c\/b\u003e Return to Ho Chi Minh City.\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-city-independence-palace-outside_1.webp?v=1767776037\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-city-independence-palace-outside_1.webp?v=1767776037\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-585423_1.jpg?v=1767776037\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-585423_1.jpg?v=1767776037\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/beautiful-cathedral.jpg?v=1767776036\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/beautiful-cathedral.jpg?v=1767776036\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-4771_1.jpg?v=1767776036\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-4771_1.jpg?v=1767776036\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Binh-Tay-Market-in-Cholon-Saigon.jpg?v=1767774354\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Binh-Tay-Market-in-Cholon-Saigon.jpg?v=1767774354\"\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: Ho Chi Minh City - My Tho - Can Tho\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 Can Tho\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\u003e7:30:\u003c\/b\u003e Pick-up at your hotel\/office in District 1 and depart for My Tho.\u003c\/li\u003e\n\u003cli\u003eVisit Vinh Trang Pagoda, then take a boat along the Mekong River to see fish farms and floating houses.\u003c\/li\u003e\n\u003cli\u003eEnjoy a small rowing boat ride through coconut-lined canals.\u003c\/li\u003e\n\u003cli\u003eStop at a coconut candy workshop for tastings and a village walk.\u003c\/li\u003e\n\u003cli\u003eVisit Unicorn Island for traditional Vietnamese music and tropical fruits.\u003c\/li\u003e\n\u003cli\u003eVisit a bee farm, try honey tea, and then have lunch.\u003c\/li\u003e\n\u003cli\u003eFree time to explore the village or take a short bike ride.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e12:30:\u003c\/b\u003e Enjoy lunch with Vietnamese dishes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e15:00:\u003c\/b\u003e Transfer back to the pier and drive to Can Tho.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e18:30:\u003c\/b\u003e Arrive in Can Tho, check in, have dinner.\u003c\/li\u003e\n\u003cli\u003eOvernight in Can Tho.\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\/Vinh-Trang-Pagoda-An-attraction-to-visit-in-Tien-Giang.jpg?v=1767776914\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Vinh-Trang-Pagoda-An-attraction-to-visit-in-Tien-Giang.jpg?v=1767776914\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vinh-trang-pagoda-buddha-statue.webp?v=1767776914\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vinh-trang-pagoda-buddha-statue.webp?v=1767776914\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bee-farm-1.jpg?v=1767776914\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bee-farm-1.jpg?v=1767776914\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cycling-mekong-delta-2.jpg?v=1767776914\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cycling-mekong-delta-2.jpg?v=1767776914\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/biking-trip-Mekong-Delta.jpg?v=1767776914\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/biking-trip-Mekong-Delta.jpg?v=1767776914\"\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: Can Tho - Cai Rang Floating Market - Ho Chi Minh\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\u003e6:00:\u003c\/b\u003e Have breakfast, then take a motorboat to visit Cai Rang Floating Market, the largest and most vibrant market in the Mekong Delta.\u003c\/li\u003e\n\u003cli\u003eObserve hundreds of boats trading fruits, vegetables, and local products, with sellers displaying goods on long poles.\u003c\/li\u003e\n\u003cli\u003eAfter visiting the market, continue to a local village and stop by a rice noodle workshop.\u003c\/li\u003e\n\u003cli\u003eEnjoy lunch, then return to Ho Chi Minh City.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e17:30:\u003c\/b\u003e Arrive in Saigon.\u003c\/li\u003e\n\u003cli\u003eEnd of tour.\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\/Cai-Rang-Floating-Market-Products.jpg?v=1767777169\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Cai-Rang-Floating-Market-Products.jpg?v=1767777169\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/A-small-view-in-Mekong-Delta.jpg?v=1767777169\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/A-small-view-in-Mekong-Delta.jpg?v=1767777169\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Saigon-nightlife-on-a-vintage-vespa-tour-5.jpg?v=1767777169\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Saigon-nightlife-on-a-vintage-vespa-tour-5.jpg?v=1767777169\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/depositphotos431438704xl-1713499177027.jpg?v=1767777395\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/depositphotos431438704xl-1713499177027.jpg?v=1767777395\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-870645.jpg?v=1767777170\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-870645.jpg?v=1767777170\"\u003e\u003c\/a\u003e            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\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\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 or homestays 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\u003eInternational air 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":44176065396851,"sku":null,"price":202.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44176065429619,"sku":null,"price":152.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44176065462387,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Duc_Ba_Church_1.jpg?v=1766559415"},{"product_id":"3d2n-ho-chi-minh-city-mui-ne-phan-thiet","title":"3D2N: HO CHI MINH CITY - MUI NE - PHAN THIET","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-1997\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 3 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 3-day, 2-night coastal journey takes you from the vibrant streets of Ho Chi Minh City to the sun-kissed shores of Mui Ne and Phan Thiet. Discover sweeping sandy beaches, dramatic coastal scenery, and the region’s famous red and white sand dunes, shaped by wind and sea. Experience local fishing villages, scenic seaside roads, and moments of relaxation by the ocean. Blending tropical landscapes, coastal culture, and leisure time, this tour is perfect for travelers seeking a refreshing seaside escape in Southern 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\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eMui Ne\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003ePhan Thiet\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: Ho Chi Minh City Tour Full Day\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 Ho Chi Minh City\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Lunch\u003c\/span\u003e\n\n\n\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003e\n    \u003cb\u003e07:30 – 08:00:\u003c\/b\u003e Visit Independence Palace\n    (Reunification Palace), an iconic landmark of\n    the city.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Continue to the Notre Dame Cathedral and\n    Central Post Office, two classic French-colonial\n    structures.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Explore the War Remnants Museum, featuring\n    extensive exhibits on the Indochina wars.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003eLunch:\u003c\/b\u003e Enjoy lunch at a local restaurant.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003eAfternoon:\u003c\/b\u003e Visit Cho Lon (Chinatown) and\n    Thien Hau Pagoda.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Continue to Bach Dang Harbor and take a\n    waterbus trip along the Saigon River. Enjoy\n    beautiful views of Vinhomes Central Park,\n    Landmark 81, Bitexco Tower, and the peaceful\n    District 2.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e18:00:\u003c\/b\u003e Return to your hotel. End of tour.\n  \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\/ho-chi-minh-city-independence-palace-outside.webp?v=1767774354\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-city-independence-palace-outside.webp?v=1767774354\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/War-Remnants-Museum-Ho-Chi-Minh-City-8_1.jpg?v=1767774353\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/War-Remnants-Museum-Ho-Chi-Minh-City-8_1.jpg?v=1767774353\"\u003e\n                \u003c\/a\u003e\n                                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Binh-Tay-Market-in-Cholon-Saigon.jpg?v=1767774354\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Binh-Tay-Market-in-Cholon-Saigon.jpg?v=1767774354\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/aerial-views-ho-chi-minh-city-vietnam-4k-video-november-15-2021.jpg?v=1767774353\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/aerial-views-ho-chi-minh-city-vietnam-4k-video-november-15-2021.jpg?v=1767774353\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-585423.jpg?v=1767774354\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-585423.jpg?v=1767774354\"\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 + Day 3: Ho Chi Minh City - Mui Ne Discovery\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 Ho Chi Minh City\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n    \u003cb\u003eDay 2 (with tour guide):\u003c\/b\u003e\u003cbr\u003e\n    \u003cb\u003e07:30:\u003c\/b\u003e Transfer to Mui Ne (approx. 2.5–3 hours).\u003cbr\u003e\n    Upon arrival, visit Fairy Stream (Suoi Tien), followed by\n    lunch at a local restaurant.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003eAfternoon:\u003c\/b\u003e Explore Mui Ne Fishing Village, Red Sand\n    Dunes, and White Sand Dunes — the highlight of the tour\n    (including a jeep\/car ride on the dunes at no extra cost).\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003eOvernight:\u003c\/b\u003e Stay in Mui Ne.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003eDay 3 (without tour guide):\u003c\/b\u003e\u003cbr\u003e\n    Breakfast at the hotel and free time to relax on the beach.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e12:00:\u003c\/b\u003e Check out from the hotel.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e13:00:\u003c\/b\u003e Transfer back to Ho Chi Minh City by private\n    vehicle.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e16:30 (approx.):\u003c\/b\u003e Arrival in Ho Chi Minh City.\u003cbr\u003e\n    End of tour.\n  \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\/fairy-stream-mui-ne-02_1686548023.jpg?v=1767774726\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/fairy-stream-mui-ne-02_1686548023.jpg?v=1767774726\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Fairy-Stream-Mui-Ne.jpg?v=1767774726\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Fairy-Stream-Mui-Ne.jpg?v=1767774726\"\u003e\n                \u003c\/a\u003e\n                                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bau_sen_mui_ne.jpg?v=1767774727\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bau_sen_mui_ne.jpg?v=1767774727\"\u003e\u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/nh_blog_-_2025-04-29T163353_662.jpg?v=1767774726\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/nh_blog_-_2025-04-29T163353_662.jpg?v=1767774726\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mui-Ne-fishing-village-01_1686548835.jpg?v=1767774727\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mui-Ne-fishing-village-01_1686548835.jpg?v=1767774727\"\u003e\u003c\/a\u003e \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\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\n            \u003cli\u003e\u003cb\u003eServices Provided by Licensed Local Suppliers at the Destination:\u003c\/b\u003e\u003c\/li\u003e\n            \u003cli\u003e\n                (Happy Vietnam Tours is the travel agency supporting your booking.\n                All services at the destination are provided directly by licensed local suppliers.)\n            \u003c\/li\u003e\n            \u003cli\u003eAccommodation at hotels or homestays 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\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 air 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":44176252436595,"sku":null,"price":255.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44176252469363,"sku":null,"price":192.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44176252502131,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_57113066-a71c-4f93-b431-20d418f15cc2.png?v=1766566314"},{"product_id":"4d3n-hochiminh-cuchi-phuquoc","title":"4D3N-HOCHIMINH CITY-CU CHI-PHU QUOC","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-192\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\n    \u003cp class=\"overview-text\"\u003e\n        This 4-day, 3-night journey blends vibrant city life, historical discovery, and tropical island relaxation. Explore Ho Chi Minh City, where colonial architecture, bustling markets, and modern energy create a dynamic urban experience. Visit the legendary Cu Chi Tunnels, an extensive underground network that offers deep insight into Vietnam’s wartime history. Then escape to the pristine island of Phu Quoc, renowned for its white-sand beaches, crystal-clear waters, and laid-back atmosphere. Enjoy leisure time by the sea, island scenery, and fresh coastal air, making this tour a perfect balance of culture, history, and island serenity in Southern 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\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eCu Chi Tunnels\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003ePhu Quoc Island\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: Ho Chi Minh City Tour Half Day\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 Ho Chi Minh City\u003c\/span\u003e\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n    \u003cb\u003e13:00:\u003c\/b\u003e Start the afternoon tour with a visit to\n    Cho Lon (Chinatown), the largest and\n    busiest commercial area in the city.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Explore the spiritual atmosphere of Thien\n    Hau Pagoda, one of the most important\n    Chinese temples in Saigon.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Continue to Bach Dang Harbor to board the\n    Saigon River waterbus.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Enjoy a relaxing river journey with panoramic\n    views of:\n    \u003cul\u003e\n      \u003cli\u003eVinhomes Central Park\u003c\/li\u003e\n      \u003cli\u003eThe iconic Landmark 81 tower\u003c\/li\u003e\n      \u003cli\u003eBitexco Financial Tower\u003c\/li\u003e\n      \u003cli\u003ePeaceful scenery of District 2\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    This river trip offers a unique perspective of\n    the city’s architecture and history—once\n    known as the “Pearl of the Far East.”\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e16:30:\u003c\/b\u003e Return to your hotel or meeting point.\n    End of the afternoon tour.\n  \u003c\/li\u003e\n\n\n\n\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\/batch_lantern_street_china_town_saigon06_119f1c0a43.webp?v=1767674764\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/batch_lantern_street_china_town_saigon06_119f1c0a43.webp?v=1767674764\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ba-Thien-Hau-Pagoda-2.jpg?v=1767674006\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ba-Thien-Hau-Pagoda-2.jpg?v=1767674006\"\u003e\n                \u003c\/a\u003e\n                                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/tours-de-l-esplanade.jpg?v=1767684209\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/tours-de-l-esplanade.jpg?v=1767684209\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Landmark-81-1-1024x671.png?v=1767684311\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Landmark-81-1-1024x671.png?v=1767684311\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Du-ngoan-du-thuyen-song-Bach-Dang-ve-dem-sieu-_thu-vi_-1.jpg?v=1767684375\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Du-ngoan-du-thuyen-song-Bach-Dang-ve-dem-sieu-_thu-vi_-1.jpg?v=1767684375\"\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: Cu Chi Tunnels - Flight to Phu Quoc\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 Phu Quoc\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Flight: Ho Chi Minh – Phu Quoc\u003c\/span\u003e\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n    \u003cb\u003e08:00:\u003c\/b\u003e Depart for Cu Chi Tunnels (1.5-hour\n    drive).\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Watch an introduction video about the\n    tunnels’ history and the wartime conditions.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Explore the tunnel system, including weapon\n    factories, hospitals, kitchens, and narrow\n    underground passages.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Enjoy manioc, the traditional food of guerrilla\n    fighters.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Optional: Try shooting AK47, M16, or\n    machine guns at the shooting range.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Return to Ho Chi Minh City. End of trip.\n    Transfer to the airport to catch the flight to\n    Phu Quoc Island.\n  \u003c\/li\u003e\n\n\n\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\/are-you-ready-to-unearth-the-historical-facts-of-cu-chi-tunnels-vietnam.jpg?v=1767685046\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/are-you-ready-to-unearth-the-historical-facts-of-cu-chi-tunnels-vietnam.jpg?v=1767685046\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-1.jpg?v=1767684950\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-1.jpg?v=1767684950\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Map-of-Cu-Chi-Tunnels_png.webp?v=1767684950\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Map-of-Cu-Chi-Tunnels_png.webp?v=1767684950\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-4771.jpg?v=1767684950\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-4771.jpg?v=1767684950\"\u003e\u003c\/a\u003e\n                    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-1_1.jpg?v=1767685182\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-1_1.jpg?v=1767685182\"\u003e\u003c\/a\u003e\n                \n                           \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: Speed Boat Tour of 3 Islands\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 Phu Quoc\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e✈️ Flight: Ho Chi Minh – Phu Quoc\u003c\/span\u003e\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n    \u003cb\u003e8:00 - 8:30:\u003c\/b\u003e Pick up at your hotel (Duong\n    Dong Ward). Visit the Pearl Farm (30 mins).\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e9:40 - 9:50:\u003c\/b\u003e Arrive at An Thoi harbor - board\n    on speedboat.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Visit the Coral Park Sea Walker (Pay by\n    yourself): Experience - Walk under the ocean.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Mong Tay Island: Take photos with SUP and\n    Flycam.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Having lunch on the island.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    Gam Ghi\/ Buom Island: Swimming \u0026amp;\n    Snorkeling At Coral Reef.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    May Rut Island: Swimming \u0026amp; Relaxing.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    (Note: The itinerary may change due to\n    weather conditions.)\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e15:30:\u003c\/b\u003e Return to your hotel.\n  \u003c\/li\u003e\n\n\n\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\/321c4299-dia-diem-du-lich-phu-quoc-4508597.jpg?v=1767773919\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/321c4299-dia-diem-du-lich-phu-quoc-4508597.jpg?v=1767773919\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/scuba-diving-in-phu-quoc-banner.jpg?v=1767685480\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/scuba-diving-in-phu-quoc-banner.jpg?v=1767685480\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/remove-all-jewelry-and-wear-comfortable-clothing-that-allows-easy-movement-underwater.png?v=1767685480\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/remove-all-jewelry-and-wear-comfortable-clothing-that-allows-easy-movement-underwater.png?v=1767685480\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/gam-ghi-island-phu-quoc.jpg?v=1767685480\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/gam-ghi-island-phu-quoc.jpg?v=1767685480\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/gam-ghi-island-02.jpg?v=1767685480\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/gam-ghi-island-02.jpg?v=1767685480\"\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: Phu Quoc 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🚐 Transferring\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e\n    Free at leisure until airport transfer.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    – Flight back to Ho Chi Minh or onward\n    destination.\n  \u003c\/li\u003e\n\n\n\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\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\n            \u003cli\u003e\u003cb\u003eServices Provided by Licensed Local Suppliers at the Destination:\u003c\/b\u003e\u003c\/li\u003e\n            \u003cli\u003e\n                (Happy Vietnam Tours is the travel agency supporting your booking.\n                All services at the destination are provided directly by licensed local suppliers.)\n            \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\u003ePrivate transportation 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\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 air 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":44176373612659,"sku":null,"price":273.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44176373645427,"sku":null,"price":205.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44176373678195,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1939037803_0.jpg?v=1766565786"},{"product_id":"4d3n-ho-chi-minh-city-phu-quoc","title":"4D3N: HO CHI MINH CITY - PHU QUOC","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-02\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\n    \u003cp class=\"overview-text\"\u003e\n        This 4-day, 3-night journey offers a perfect blend of urban exploration and island relaxation. Discover the vibrant energy of Ho Chi Minh City, where historic landmarks, bustling markets, and modern life come together. Then escape to the tropical paradise of Phu Quoc, famous for its pristine beaches, turquoise waters, and laid-back island atmosphere. Enjoy leisure time by the sea, explore local island life, and unwind in a peaceful coastal setting. Ideal for travelers seeking a refreshing getaway that combines city culture with tropical tranquility in Southern 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\u003cli\u003e\u003cstrong\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003ePhu Quoc Island\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: Ho Chi Minh City Tour Full Day\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 Ho Chi Minh City\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e07:30 – 08:00:\u003c\/b\u003e Visit Independence Palace (Reunification Palace), an iconic landmark of the city.\u003c\/li\u003e\n\u003cli\u003eContinue to the Notre Dame Cathedral and Central Post Office, two classic French- colonial structures.\u003c\/li\u003e\n\u003cli\u003eExplore the War Remnants Museum, featuring extensive exhibits on the Indochina wars.\u003c\/li\u003e\n\u003cli\u003eEnjoy lunch at a local restaurant.\u003c\/li\u003e\n\u003cli\u003eIn the afternoon, visit Cho Lon (Chinatown) and Thien Hau Pagoda.\u003c\/li\u003e\n\u003cli\u003eContinue to Bach Dang Harbor and take a waterbus trip along the Saigon River.\u003c\/li\u003e\n\u003cli\u003eEnjoy beautiful views of Vinhomes Central Park, Landmark 81, Bitexco Tower, and the peaceful District 2.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e18:00:\u003c\/b\u003e Return to your hotel. End of tour.\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\/20190923_Independence_Palace-10.jpg?v=1767674489\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/20190923_Independence_Palace-10.jpg?v=1767674489\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/War_Remnants_Museum__HCMC__front.jpg?v=1767674008\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/War_Remnants_Museum__HCMC__front.jpg?v=1767674008\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/batch_lantern_street_china_town_saigon06_119f1c0a43.webp?v=1767674764\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/batch_lantern_street_china_town_saigon06_119f1c0a43.webp?v=1767674764\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ba-Thien-Hau-Pagoda-2.jpg?v=1767674006\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ba-Thien-Hau-Pagoda-2.jpg?v=1767674006\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/AdobeStock_315829714-1024x683.jpg?v=1767674006\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/AdobeStock_315829714-1024x683.jpg?v=1767674006\"\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: Ho Chi Minh City - Phu Quoc\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 Phu Quoc\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eFree \u0026amp; easy.\u003c\/li\u003e\n\u003cli\u003eDiscover the beauty of Hochiminh City 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 to meet your local driver and transfer to your hotel\/ resort to check in \u0026amp; freshen.\u003c\/li\u003e\n\u003cli\u003eOvernight in Phu Quoc Island.\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\/intro-French-Architecture-Sites-in-Ho-Chi-Minh-City.webp?v=1767675253\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/intro-French-Architecture-Sites-in-Ho-Chi-Minh-City.webp?v=1767675253\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1583417319070-4a69db38a482.jpg?v=1767675254\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1583417319070-4a69db38a482.jpg?v=1767675254\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1693282814784-649be45a459b.jpg?v=1767675255\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1693282814784-649be45a459b.jpg?v=1767675255\"\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=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_536_resize.jpg?v=1767675254\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1660147075.jpg?v=1767675254\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1660147075.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 3: Speed Boat Island Tour \u0026amp; Cable Car\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🏨 Hotel in Phu Quoc\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\u003e8:00 - 8:30:\u003c\/b\u003e Pick up at your hotel (Duong Dong Ward). Visit the Pearl Farm.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e9:40 - 9:50:\u003c\/b\u003e Arrive at An Thoi harbor – board on speedboat.\u003c\/li\u003e\n\u003cli\u003eVisit the Coral Park – Sea Walker (Pay by yourself): Experience – Walk under the ocean.\u003c\/li\u003e\n\u003cli\u003eMong Tay \/ May Rut Island: Take photos, Swimming, Relaxing.\u003c\/li\u003e\n\u003cli\u003eGam Ghi \/ Roi Island: Swimming \u0026amp; Snorkeling At Coral Reef. \u003cbr\u003e(Note: The itinerary may change due to weather conditions.)\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e12:00 - 12:30:\u003c\/b\u003e Thom Island: Enjoy a buffet lunch, have fun at the Aquatopia Water Park and return with Cable Car.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e16:30:\u003c\/b\u003e Check in at Sunset Town – The Mediterranean Town.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e17:30:\u003c\/b\u003e Return to your hotel.\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\/phu-quoc-pearl-farm-26-1024x553.webp?v=1767683015\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phu-quoc-pearl-farm-26-1024x553.webp?v=1767683015\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Cablecar-over-An-Thoi-scaled_1.webp?v=1767682807\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Cablecar-over-An-Thoi-scaled_1.webp?v=1767682807\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/An-Thoi-port-bustling_1719768298.jpg?v=1767682807\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/An-Thoi-port-bustling_1719768298.jpg?v=1767682807\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sunset-Town-Phu-Quoc.jpg?v=1767683328\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sunset-Town-Phu-Quoc.jpg?v=1767683328\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/04202313105321_3_1.webp?v=1767683328\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/04202313105321_3_1.webp?v=1767683328\"\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: Phu Quoc 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🚐 Transferring\u003c\/span\u003e \n\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 Phu Quoc airport for your on going flight.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\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\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\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":44176440426611,"sku":null,"price":344.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44176440459379,"sku":null,"price":258.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44176440492147,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/grand-world-phu-quoc-4_1695742717_2e1485f2-60a8-4ad8-a0fc-681e64607d76.jpg?v=1766572142"},{"product_id":"18d17n-hochiminh-mekong-cuchi-danang-hoian-hanoi-sapa-ninhbinh-halongbay","title":"18D17N: HO CHI MINH-MEKONG-CU CHI-DA NANG-HOI AN-HANOI-SAPA-NINH BINH-HALONG BAY","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-00112\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 18 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 18-day, 17-night journey offers a complete Vietnam experience from south to north. Discover the vibrant energy of Ho Chi Minh City, the waterways of the Mekong Delta, and the historic Cu Chi Tunnels, then explore the coastal highlights of Da Nang and the ancient charm of Hoi An. Continue north to Hanoi, the mountain landscapes of Sapa, the scenic beauty of Ninh Binh, and cruise through the iconic limestone karsts of Ha Long Bay.\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\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eMekong Delta\u003c\/strong\u003e\u003c\/li\u003e\t\n            \u003cli\u003e\u003cstrong\u003eCu Chi Tunnels\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            \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\u003eHa Long Bay\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 - Ho Chi Minh City\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 Ho Chi Minh City\u003c\/span\u003e\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003e\n    Upon arrival in Ho Chi Minh City, you will be picked up from airport to a hotel in Ho Chi Minh for check in and relax.\n  \u003c\/li\u003e\n  \u003cli\u003e\n    Overnight in Ho Chi Minh City.\n  \u003c\/li\u003e\n\n\n\n\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \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: Ho Chi Minh City Tour - Cu Chi\nTunnels\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 Ho Chi Minh City\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e📍 Central in District 1 (except Tan Dinh \u0026amp; Da Kao Ward)\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\u003cb\u003eMorning\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e07:30 – 08:00\u003c\/b\u003e (depending on hotel location): Visit Independence Palace (Reunification Palace), an iconic landmark of Ho Chi Minh City.\u003c\/li\u003e\n  \u003cli\u003eContinue to Notre Dame Cathedral and the Central Post Office, famous French colonial architectures.\u003c\/li\u003e\n  \u003cli\u003eExplore the War Remnants Museum, featuring extensive exhibits from the Indochina wars.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eMidday\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e11:30 - 12:30\u003c\/b\u003e: Enjoy lunch at a local restaurant.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eAfternoon\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003eDepart for the Cu Chi Tunnels (1.5-hour drive).\u003c\/li\u003e\n  \u003cli\u003eWatch a short introduction and documentary video before exploring the tunnel system.\u003c\/li\u003e\n  \u003cli\u003eDiscover living areas, kitchens, storage rooms, weapon workshops, field hospitals, command centers, and hidden traps used during the war.\u003c\/li\u003e\n  \u003cli\u003eEnjoy tea and cassava—the traditional guerrilla food.\u003c\/li\u003e\n  \u003cli\u003eBreak time (optional shooting range).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e19:00\u003c\/b\u003e Return to Ho Chi Minh City.\u003c\/li\u003e\n\n\n\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\/the-independence-palace.jpg?v=1768816464\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/the-independence-palace.jpg?v=1768816464\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/503835106_24106889805569625_7523750829756553181_n.jpg?v=1768816465\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/503835106_24106889805569625_7523750829756553181_n.jpg?v=1768816465\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ivivu-buu-dien-tp.gif?v=1768816464\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ivivu-buu-dien-tp.gif?v=1768816464\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a862.baotangctct.jpg?v=1768816465\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a862.baotangctct.jpg?v=1768816465\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/c0d62953-dia-dao-cu-chi-04.jpg?v=1768816464\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/c0d62953-dia-dao-cu-chi-04.jpg?v=1768816464\"\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: Ho Chi Minh City - My Tho - Can Tho\n\n\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 Can Tho\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\u003cb\u003eMorning\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e7:30 - 8:00\u003c\/b\u003e: Pick-up at your hotel in District 1 and depart for My Tho.\u003c\/li\u003e\n  \u003cli\u003eVisit Vinh Trang Pagoda, then take a boat along the Mekong River to see fish farms and floating houses.\u003c\/li\u003e\n  \u003cli\u003eEnjoy a small rowing boat ride through coconut lined canals.\u003c\/li\u003e\n  \u003cli\u003eStop at a coconut candy workshop for tastings and a village walk.\u003c\/li\u003e\n  \u003cli\u003eVisit Unicorn Island for traditional Vietnamese music and tropical fruits.\u003c\/li\u003e\n  \u003cli\u003eVisit a bee farm, try honey tea, and then have lunch.\u003c\/li\u003e\n  \u003cli\u003eFree time to explore the village or take a short bike ride.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eMidday\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e12:30\u003c\/b\u003e: Enjoy lunch with Vietnamese dishes.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eAfternoon\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e15:00\u003c\/b\u003e: Transfer back to the pier and drive to Can Tho.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e18:30\u003c\/b\u003e: Arrive in Can Tho, check in hotel. Then have dinner.\u003c\/li\u003e\n\n\n\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\/unnamed.png?v=1769049128\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/unnamed.png?v=1769049128\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/d6b66159-c040-412e-9ca6-29cec9382086-crop.jpg?v=1768817561\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/d6b66159-c040-412e-9ca6-29cec9382086-crop.jpg?v=1768817561\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Tour-Sa-Dec-Can-Tho-2-Ngay-600x600.jpg?v=1768817561\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Tour-Sa-Dec-Can-Tho-2-Ngay-600x600.jpg?v=1768817561\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mekong-delta-10_1679024257.jpg?v=1768817561\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mekong-delta-10_1679024257.jpg?v=1768817561\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Biking-Mekong-Saigon-Cai-Be-Ben-Tre-Vinh-Long-8-1.jpg?v=1768817560\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Biking-Mekong-Saigon-Cai-Be-Ben-Tre-Vinh-Long-8-1.jpg?v=1768817560\"\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: Can Tho - Cai Rang Floating Market -\nHo Chi Minh City\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 Ho Chi Minh City\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\u003cb\u003eMorning\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e6:00\u003c\/b\u003e: Have breakfast, then take a motorboat to visit Cai Rang Floating Market, the largest and most vibrant market in the Mekong Delta.\u003c\/li\u003e\n  \u003cli\u003eObserve hundreds of boats trading fruits, vegetables, and local products, with sellers displaying goods on long poles.\u003c\/li\u003e\n  \u003cli\u003eAfter visiting the market, continue to a local village and stop by a rice noodle workshop.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eMidday\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e12:00\u003c\/b\u003e: Enjoy lunch, then return to Ho Chi Minh City.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eAfternoon\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e17:30\u003c\/b\u003e: Arrive in Saigon. End of tour.\u003c\/li\u003e\n  \u003cli\u003eOvernight in Ho Chi Minh City.\u003c\/li\u003e\n\n\n\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\/cho-noi-cai-rang3.jpg?v=1768876043\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cho-noi-cai-rang3.jpg?v=1768876043\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ch_n_i_cai_rang.jpg?v=1768876043\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Ch_n_i_cai_rang.jpg?v=1768876043\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/07.-Cai-Rang-Floating-market-Can-Tho-Vietnam-Saigon-Riders.jpg?v=1768876043\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/07.-Cai-Rang-Floating-market-Can-Tho-Vietnam-Saigon-Riders.jpg?v=1768876043\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cho-noi.jpg?v=1768876043\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cho-noi.jpg?v=1768876043\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/260724a2.jpg?v=1768876043\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/260724a2.jpg?v=1768876043\"\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: Ho Chi Minh City - Danang - Han\nriver - My Khe Beach\n\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 (pick-up \u0026amp; drop-off)\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Danang\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eAfter breakfast time, relax until transferred to Tan Son Nhat airport for your on going flight.\u003c\/li\u003e\n  \u003cli\u003eDepart from Ho Chi Minh to Da Nang.\u003c\/li\u003e\n\n  \u003cli\u003e\n    Welcome 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.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    As night falls, explore the lively Han River area with its glowing bridges, street cafés, and friendly local vibe. Enjoy a yummy dinner or simply feel the ocean breeze as the city lights up.\n  \u003c\/li\u003e\n\n\n\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\/Song-Han-Da-N_ng2.jpg?v=1768876574\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Song-Han-Da-N_ng2.jpg?v=1768876574\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-747533.jpg?v=1768876574\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-747533.jpg?v=1768876574\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-khe-beach-photo-2-vietnamnomad.jpg?v=1768876574\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My-khe-beach-photo-2-vietnamnomad.jpg?v=1768876574\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/my-khe-beach-33.jpg?v=1768876573\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/my-khe-beach-33.jpg?v=1768876573\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My_Khe_Beach_3a399db8-c56d-4a7a-879d-a0926caf53df.webp?v=1766744148\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/My_Khe_Beach_3a399db8-c56d-4a7a-879d-a0926caf53df.webp?v=1766744148\"\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: Ba Na Hills - Golden Bridge -\nFrench Village\n\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\n\n\n\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\n    \u003cli\u003e\n      \u003cb\u003e09:00 – 9: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.\n    \u003c\/li\u003e\n\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.\n    \u003c\/li\u003e\n\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.\n    \u003c\/li\u003e\n\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\n    \u003c\/li\u003e\n\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.\n    \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.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n\u003cb\u003e17:00-17:30\u003c\/b\u003e Come back your hotel.\u003c\/li\u003e\n\n    \u003cli\u003e\u003cb\u003eEnd of services!\u003c\/b\u003e\u003c\/li\u003e\n\n\n\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\/banahill-cable-car.webp?v=1768877442\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/banahill-cable-car.webp?v=1768877442\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-bridge-bana-hills.webp?v=1768877443\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-bridge-bana-hills.webp?v=1768877443\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ba-na-hills-and-golden-bridge-full-day-tour-from-dananghoi-an_YwbXh.jpg?v=1768877443\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ba-na-hills-and-golden-bridge-full-day-tour-from-dananghoi-an_YwbXh.jpg?v=1768877443\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Golden-Bridge-Ba-Na-Hills.jpg?v=1768877443\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Golden-Bridge-Ba-Na-Hills.jpg?v=1768877443\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mercure-danang-french.jpg?v=1768877443\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mercure-danang-french.jpg?v=1768877443\"\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: Coconut Forest - Hoi An Ancient\nTown\n\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\n\n\n\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.\n    \u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e15:30\u003c\/b\u003e Pick-up at your hotel.\u003c\/li\u003e\n\n    \u003cli\u003e\n      Head to Cam Thanh Coconut Forest and enjoy a fun basket boat experience through peaceful waterways.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Then wander through Hoi An Ancient Town, a UNESCO World Heritage site full of charm — lanterns, tailor shops, riverside cafés, and colorful markets.\n    \u003c\/li\u003e\n\u003cli\u003e\n      \u003cb\u003e18:00\u003c\/b\u003e Dinner with local specialties including Cao Lau and Wonton.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      Walk around lantern-lit streets and visit the Japanese Covered Bridge.\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cb\u003eEnd of group tour around 20:30 - 21:00.\u003c\/b\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cb\u003eOvernight in Hoi An.\u003c\/b\u003e\n    \u003c\/li\u003e\n\n\n\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\/coconut_forest.png?v=1768878031\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/coconut_forest.png?v=1768878031\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3_06db60ab-b293-4046-a9e8-9e058d943cd4.png?v=1768878031\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3_06db60ab-b293-4046-a9e8-9e058d943cd4.png?v=1768878031\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Basket-boat-rides-at-Bay-Mau-Coconut-Forest.jpg?v=1768878030\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Basket-boat-rides-at-Bay-Mau-Coconut-Forest.jpg?v=1768878030\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hoi-an-ancient-town_UfPCj.jpg?v=1768878030\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hoi-an-ancient-town_UfPCj.jpg?v=1768878030\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Highlights-of-Hoi-An-Lantern-Festival-2048x1365-1-1200x900.webp?v=1768878030\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Highlights-of-Hoi-An-Lantern-Festival-2048x1365-1-1200x900.webp?v=1768878030\"\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 8: Free day in Hoi An\n\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 Hoi An\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003eToday is yours to relax and enjoy Hoi An at your own pace.\u003c\/li\u003e\n  \u003cli\u003eYou can spend the morning sleeping in, having a peaceful breakfast, or walking around the Old Town for shopping and photos.\u003c\/li\u003e\n  \u003cli\u003eIn the afternoon, you may choose to chill at An Bang Beach, visit local cafés, or enjoy a spa\/massage.\u003c\/li\u003e\n  \u003cli\u003eIn the evening, don’t miss the magical atmosphere of Hoi An with lantern-lit streets and the night market.\u003c\/li\u003e\n\n\n\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\/Highlights-of-Hoi-An-Lantern-Festival-2048x1365-1-1200x900_241e11e6-edb6-4afa-99b2-38b78d2a0052.webp?v=1768878382\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Highlights-of-Hoi-An-Lantern-Festival-2048x1365-1-1200x900_241e11e6-edb6-4afa-99b2-38b78d2a0052.webp?v=1768878382\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/641f260bbfda1.jpg?v=1768878383\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/641f260bbfda1.jpg?v=1768878383\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hoi-an-ancient-town-15-915x610.jpg?v=1768878382\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hoi-an-ancient-town-15-915x610.jpg?v=1768878382\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/an-bang-beach.jpg?v=1768878382\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/an-bang-beach.jpg?v=1768878382\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bien-an-bang-anh-thumb.jpg?v=1768878381\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bien-an-bang-anh-thumb.jpg?v=1768878381\"\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 9: Danang City - Hanoi Capital\n\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 (pick-up \u0026amp; drop-off)\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hanoi\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eAfter breakfast time, relax until transferred to Da Nang airport for your on going flight. Depart from Da Nang to Hanoi.\u003c\/li\u003e\n  \u003cli\u003eUpon arrival in Hanoi City, you will be picked up from airport to your hotel in Hanoi for check in and relax.\u003c\/li\u003e\n\n\n\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \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 10: Hanoi City tour\n\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\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hanoi\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e08.00 - 08.30:\u003c\/b\u003e Get picked up by our friendly guide and start to explore Hanoi City.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e08.45:\u003c\/b\u003e Arrive at Tran Quoc Pagoda which built in the 6th century located on Golden Fish Island in West Lake.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e09.30:\u003c\/b\u003e Visit Ho Chi Minh complex. Then visit One Pillar Pagoda where worships the Godess of Mercy It is the most unique padoga in the world.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e11.15:\u003c\/b\u003e Visit Vietnam Ethnology Museum to learn about the culture of 54 ethnic groups living in the whole country of Vietnam (We will visit Women Museum instead of Ethnology Museum closed on Mondays).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e12.45:\u003c\/b\u003e Have lunch at our local restaurant.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e14.00 - 14.15:\u003c\/b\u003e Continue to visit Temple of Literature – the first university of Vietnam, established in the 11 century.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e15.15:\u003c\/b\u003e Leave for Hoa Lo Prison Museum.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e16.15 - 16.30:\u003c\/b\u003e Tour finishes. Back to hotel or get dropped off at Train Street.\u003c\/li\u003e\n\n\n\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\/hochiminh_mausoleum_complex_7.png?v=1768879888\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hochiminh_mausoleum_complex_7.png?v=1768879888\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Banner-Chua-M_t-C_t-One-Pillar-Pagoda.jpg?v=1768879888\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Banner-Chua-M_t-C_t-One-Pillar-Pagoda.jpg?v=1768879888\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hanoi_Temple_of_Literature__cropped.jpg?v=1768879888\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hanoi_Temple_of_Literature__cropped.jpg?v=1768879888\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hoa-lo-prison-hn-2.jpg?v=1768879887\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hoa-lo-prison-hn-2.jpg?v=1768879887\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/train-street-hanoi-best-cafe-view.webp?v=1768879888\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/train-street-hanoi-best-cafe-view.webp?v=1768879888\"\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 11: Hanoi - Sapa - Moana\n\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🚌 Sleeper bus to Sapa\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: Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e06:00 - 06:15:\u003c\/b\u003e Our sleeping bus will pick you at the address 160 Tran Quang Khai street and depart to Sapa following Noi Bai - Lao Cai highway.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e13:00 - 13:30:\u003c\/b\u003e Arrive in Sapa, eat lunch and check in at the hotel.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e14:30:\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. The 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. There are Bali heaven gate, Moana girl statue, infinity lake, golden hand, death swing, lonely tree and coffee area.\u003c\/li\u003e\n\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. Especially on Saturday night, we highly recommend a stop at the Love Market - one of the unique cultures of ethnic minorities in northwest Vietnam.\u003c\/li\u003e\n\n\n\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\/vietgoing_dvq2410187688.webp?v=1767589478\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vietgoing_dvq2410187688.webp?v=1767589478\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Heaven-Gate.jpg?v=1767589478\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Heaven-Gate.jpg?v=1767589478\"\u003e\n                \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=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image-20250224160935-6.png?v=1767589479\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/nha-tho-da-sapa-tour-du-lich-sapa-004-20240116-1200x540.jpg?v=1767588129\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/nha-tho-da-sapa-tour-du-lich-sapa-004-20240116-1200x540.jpg?v=1767588129\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa-trong-may-mu.jpg?v=1767588129\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa-trong-may-mu.jpg?v=1767588129\"\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 12: Fansipan Mountain - Cat Cat Village\n\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 Sapa\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003e\n\u003cb\u003e07:00:\u003c\/b\u003e Eat breakfast in the hotel.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e08:00:\u003c\/b\u003e Car and tour guide take you to Fansipan Cable Car Station to start the journey to conquer Fansipan with the world’ most modern 3-wire cable car system with a cabin that can accommodate up to 30 visitors. Then continue conquering to the top of Fansipan at 3.143m higher from sea-level, the roof of Indochina.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e11:30:\u003c\/b\u003e Back to Sapa, eat lunch and rest.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e14:30:\u003c\/b\u003e You will start hiking to Cat Cat Village which is occupied by the Black H’mong tribe. Here, you can see the hydroelectric power station which was built by the French in the twentieth century. You will experience the tribal way of life of ethnic minorities while enjoying wonderful views of the terraced rice paddy fields and the waterfall in Cat Cat village. Visitors will also understand culture, unique customs, traditional crafts such as weaving, touching carved silver, forged agricultural tools... come back to hotel.\u003c\/li\u003e\n\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\n\n\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\/Sapa_town.png?v=1767595097\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa_town.png?v=1767595097\"\u003e\n                \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=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vetta-fansipan-tetto-d-indocina.webp?v=1767595962\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/National-Flagpole.jpg?v=1767595962\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/National-Flagpole.jpg?v=1767595962\"\u003e\n                \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=\"gallery\"\u003e\n                    \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\n                \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=\"gallery\"\u003e\n                    \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\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 13: Sapa - Hanoi\n\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🚌 Sleeper bus back to Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003eMorning:\u003c\/b\u003e Having breakfast in the hotel and free to go shopping or relax.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e11:30:\u003c\/b\u003e Check out and eat lunch.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e13:00:\u003c\/b\u003e Get on the bus and go back to Hanoi.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e19:30:\u003c\/b\u003e Arrive Hanoi.\u003c\/li\u003e\n\n\n\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\/images_7fa71cd1-145b-4b29-9ec5-599e41f75f0f.jpg?v=1769050711\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/images_7fa71cd1-145b-4b29-9ec5-599e41f75f0f.jpg?v=1769050711\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thit-trau-gac-bep-dac-san-noi-tieng-sa-pa.jpg?v=1769050712\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thit-trau-gac-bep-dac-san-noi-tieng-sa-pa.jpg?v=1769050712\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/maxresdefault.jpg?v=1769050712\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/maxresdefault.jpg?v=1769050712\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa-Street-in-Cat-Cat-Hmong-village.jpg?v=1769050712\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sapa-Street-in-Cat-Cat-Hmong-village.jpg?v=1769050712\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/3d2n-tour-hanoi-sapa.jpg?v=1769050713\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/3d2n-tour-hanoi-sapa.jpg?v=1769050713\"\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 14: Hanoi - Hoa Lu - Tam Coc - Hang Mua\n\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, Buffet lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e07:30 - 08:00:\u003c\/b\u003e Pick up from hotel in Hanoi Old Quarter, drive through peaceful countryside to Ninh Binh (around 2 hours).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e10:15:\u003c\/b\u003e Visit Hoa Lư ancient capital of Vietnam between 968 and 1010. Here, we go cycling around the village for sightseeing \u0026amp; discovering the life of the local people.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cul\u003e\n  \u003cli\u003eEnjoy a Vietnamese buffet lunch at a local restaurant with specialties such as goat meat, crispy rice (com chay), fish, chicken, fried rice \u0026amp; vegetable salad… Vegetarian foods are always available in the buffet lunch.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cul\u003e\n  \u003cli\u003e\n\u003cb\u003e13:30:\u003c\/b\u003e Visit Trang An which was recognized by UNESCO as a World Heritage Site in 2014. Trang An has a wonderful tunnel cave system that no place like it. With a 2-hour boat trip, you will be persuaded by the beauty here.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e16:00:\u003c\/b\u003e Mua Cave (Dragon Peak). Walk up almost 500 steps, you can reach the top of Lying Dragon Mountain \u0026amp; have an amazing panoramic view of Tam Coc from here.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cul\u003e\n  \u003cli\u003e\n\u003cb\u003e17:30:\u003c\/b\u003e Depart for Hanoi.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cb\u003e19:30:\u003c\/b\u003e Drop off at hotel. End of tour.\u003c\/li\u003e\n\n\n\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\/tRANG-AAAAN-KYE-NIEM.jpg?v=1768882095\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/tRANG-AAAAN-KYE-NIEM.jpg?v=1768882095\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/avatar1712280597132-1712280597760711194760.jpg?v=1768882095\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/avatar1712280597132-1712280597760711194760.jpg?v=1768882095\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/trang-an-grottoes-harbor.jpg?v=1768882095\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/trang-an-grottoes-harbor.jpg?v=1768882095\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mua-Caves-In-Ninh-Binh-2.jpg?v=1768882095\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mua-Caves-In-Ninh-Binh-2.jpg?v=1768882095\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mua-Cave-Ninh-Binh-2.jpg?v=1768882094\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Mua-Cave-Ninh-Binh-2.jpg?v=1768882094\"\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 15: Hanoi - Halong Bay\/ Lan Ha Bay\n\n\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🚢 Private cabin on cruise\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e07:30 - 08:00:\u003c\/b\u003e Leave Hanoi for Ha Long by vehicle. Arrive Ha Long shaft at noon, you are welcomed on board. Our crew welcome you with a refreshing drink and cold towel before checking into your cabin. Enjoy your lunch at our luxurious restaurant on board while the vessel cruises toward Luon Cave.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e14:00:\u003c\/b\u003e You return to your cabin for a short rest and prepare for kayaking activities in Luon Cave.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e17:00:\u003c\/b\u003e Back on board, you will participate in Sunset party \u0026amp; cooking class while the vessel cruises toward the shore.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e19:30:\u003c\/b\u003e Gala Dinner. Enjoy your dinner on the sundeck (if the weather is favorable).\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e20:30:\u003c\/b\u003e After dinner, you will enjoy a peaceful view of the bay at night on the deck. The cruise ship anchors for your peaceful night stay in a quiet area.\u003c\/li\u003e\n\n\n\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\/6f7c53f1e2bc216c10d9a41cc34ee6f5.jpg?v=1768883138\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/6f7c53f1e2bc216c10d9a41cc34ee6f5.jpg?v=1768883138\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a5ca5b63b533afb5528dcf687f636d10.jpg?v=1768883139\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a5ca5b63b533afb5528dcf687f636d10.jpg?v=1768883139\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ngu-tau-ha-long.jpg?v=1768883139\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ngu-tau-ha-long.jpg?v=1768883139\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luon-Cave-2_1.jpg?v=1767607191\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Luon-Cave-2_1.jpg?v=1767607191\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/04-cheo-kayak-tren-vinh-lan-ha-1.jpg?v=1768793365\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/04-cheo-kayak-tren-vinh-lan-ha-1.jpg?v=1768793365\"\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 16: Halong Bay\/ Lan Ha Bay - Hanoi\n\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\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003e06:00:\u003c\/b\u003e Wake up early for Tai Chi on the sundeck and enjoy breakfast with the sunrise. Exploring Sung Sot Cave, one of the largest and most beautiful caves in Ha Long Bay.\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e10:00:\u003c\/b\u003e Brunch on board as the cruise slowly returns to the harbor.\u003c\/li\u003e\n\n  \u003cli\u003eDisembark and transfer back to Hanoi (around 3 hours).\u003c\/li\u003e\n\n  \u003cli\u003e\n\u003cb\u003e15:30 - 16:00:\u003c\/b\u003e Arrive in Hanoi. Then, check in at your hotel.\u003c\/li\u003e\n\n  \u003cli\u003eFree at leisure or explore the Old Quarter by night.\u003c\/li\u003e\n\n\n\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\/sea-star-cruise.jpg?v=1768883453\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/sea-star-cruise.jpg?v=1768883453\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/du-thuyen-ha-long-aqua-elegance-cruise1.webp?v=1768883453\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/du-thuyen-ha-long-aqua-elegance-cruise1.webp?v=1768883453\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/601270644.jpg?v=1768883453\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/601270644.jpg?v=1768883453\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Indochina_Sails_-_Sung_Sot_Cave_42.jpg?v=1768883453\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Indochina_Sails_-_Sung_Sot_Cave_42.jpg?v=1768883453\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hang-sung-sot-1.jpg?v=1768883453\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hang-sung-sot-1.jpg?v=1768883453\"\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 17: Hanoi Free \u0026amp; Easy\n\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 Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eToday is free for you to relax and explore Hanoi at your own pace.\u003c\/li\u003e\n\n  \u003cli\u003eYou may enjoy a slow morning at a café, take a walk around Hoan Kiem Lake, and visit the Old Quarter for shopping and local street food.\u003c\/li\u003e\n\n  \u003cli\u003eIn the afternoon, you can choose to visit a museum, enjoy a traditional Vietnamese massage, or simply rest at the hotel.\u003c\/li\u003e\n\n\n\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\/danh-lam-thang-canh-ha-noi-07-1710709333.jpg?v=1769050293\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/danh-lam-thang-canh-ha-noi-07-1710709333.jpg?v=1769050293\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/xoi-6-1724639945-803-width800height600.jpg?v=1769050293\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/xoi-6-1724639945-803-width800height600.jpg?v=1769050293\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/danh-lam-thang-canh-ha-noi-06-1710709333.jpg?v=1769050293\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/danh-lam-thang-canh-ha-noi-06-1710709333.jpg?v=1769050293\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/danh-lam-thang-canh-ha-noi-08-1710709337.jpg?v=1769050293\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/danh-lam-thang-canh-ha-noi-08-1710709337.jpg?v=1769050293\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/pho-di-bo-ha-noi-2_1685972178.jpg?v=1769050293\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/pho-di-bo-ha-noi-2_1685972178.jpg?v=1769050293\"\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 18:  Departure\n\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🍽️ Meal: Breakfast\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eFree and easy in the morning for going shopping.\u003c\/li\u003e\n  \u003cli\u003eRelax until transferred to Noi Bai airport for your on going flight.\u003c\/li\u003e\n\n\n\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \n          \u003c\/div\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\"\u003eInclude\u003c\/div\u003e\n        \u003cul class=\"policy-list\"\u003e\n            \u003cli\u003e\u003cstrong\u003eTravel Agency Service (supporting – promoting – consulting – connecting travel services):\u003c\/strong\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\n            \u003cli\u003e\u003cstrong\u003eServices Provided by Local Suppliers at the Destination:\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\n                (Happy Vietnam Tours is the travel agency supporting your booking.\n                All services at the destination are provided directly by licensed local suppliers.)\n            \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\n    \u003cdiv class=\"policy-box box-exclude\"\u003e\n        \u003cdiv class=\"policy-title\"\u003eExclude\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                Fansipan service tickets: peak train ticket, Muong Hoa electric train ticket...\u003cbr\u003e\n                You can register before buying the tour or can pay ticket directly to the tour guide in\n                Sapa according to the actual retail price without any additional costs.\n            \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":44238926839923,"sku":null,"price":1234.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44238926872691,"sku":null,"price":926.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":44238926905459,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hang-sung-sot-1.jpg?v=1768883453"},{"product_id":"14d13n-hanoi-ninhbinh-sapa-halongbay-danang-hoian-phuquoc-hochiminh","title":"14D13N: HANOI - NINHBINH - SAPA - HALONGBAY - DANANG - HOIAN - PHUQUOC - HOCHIMINH","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-00442\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 14 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        This 14-day, 13-night journey showcases Vietnam from north to south. Explore the vibrant capital of Hanoi, discover the scenic landscapes of Ninh Binh, and experience the breathtaking mountain scenery of Sapa. Cruise through the iconic limestone karsts of Ha Long Bay, then continue to Da Nang and the ancient charm of Hoi An. Relax on the tropical beaches of Phu Quoc before ending your journey in the dynamic Ho Chi Minh City.\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\u003eHanoi\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eNinh Binh\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eSapa\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eHa Long 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            \u003cli\u003e\u003cstrong\u003ePhu Quoc\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n\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 – Hanoi City\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 Hanoi\u003c\/span\u003e\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003eUpon arrival in Hanoi City, you will be picked up from airport to a hotel in Hanoi for check in and relax.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Hanoi.\u003c\/li\u003e\n\n\n\n\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \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: Hoa Lu - Tam Coc - Hang Mua\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ English-speaking Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\u003cb\u003eMorning\u003c\/b\u003e\u003c\/li\u003e\n  \u0026lt;\u003cli\u003e07:30 - 8:00: Pick up from hotel in Hanoi Old Quarter, drive through peaceful countryside to Ninh Binh (around 2 hours).\u003c\/li\u003e\n    \u003cli\u003e10:15: Visit HoaLư ancient capital of Vietnam between 968 and 1010. Here, we go cycling around the village for sightseeing \u0026amp; discovering the life of the local people.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eMidday:\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003eEnjoy a Vietnamese buffet lunch at a local restaurant with specialties such as goat meat, crispy rice (com chay), fish, chicken, fried rice \u0026amp; vegetable salad… Vegetarian foods are always available in the buffet lunch.\u003c\/li\u003e\n\n  \u003cli\u003e\u003cb\u003eAfternoon\u003c\/b\u003e\u003c\/li\u003e\n  \u003cli\u003e13:30: Visit Tam Coc by 1.5-hour bamboo boat. You will be surprised by the charming beauty here with paddy fields, river, water, cloud, sky and a stunning cave system during the boat trip.\u003c\/li\u003e\n    \u003cli\u003e15:30: Mua Cave (Dragon Peak). Walk up almost 500 steps, you can reach the top of Lying Dragon Mountain \u0026amp; have an amazing panoramic view of Tam Coc from here. Besides, you can breath fresh air at very beautiful lotus paddy field nearby, especially in the summer time.\u003c\/li\u003e\n  \u003cli\u003e\u003cb\u003eAfternoon\u003c\/b\u003e\u003c\/li\u003e\n\u003cli\u003e17:00: Depart for Hanoi.\u003c\/li\u003e\n    \u003cli\u003e19:30: Drop off at hotel. End of tour.\u003c\/li\u003e\n\n\n\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\/image_3_f61380b3-3ce9-47c1-a180-c25316dab66d.png?v=1765990771\" data-fancybox=\"tamcoc\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_3_f61380b3-3ce9-47c1-a180-c25316dab66d.png?v=1765990771\" alt=\"Hoa Lu\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_4_0321ded2-8e45-4fe8-a27c-5b7a78a1df8a.png?v=1765987973\" data-fancybox=\"tamcoc\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_4_0321ded2-8e45-4fe8-a27c-5b7a78a1df8a.png?v=1765987973\" alt=\"Tam Coc\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_7.png?v=1765962419\" data-fancybox=\"tamcoc\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_7.png?v=1765962419\" alt=\"Mua Cave View\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/z7037765172561_3fe58e341d19a2ebdc7c67a8b3a9d236.jpg?v=1765962410\" data-fancybox=\"tamcoc\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/z7037765172561_3fe58e341d19a2ebdc7c67a8b3a9d236.jpg?v=1765962410\" alt=\"Ninh Binh Karst\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Trang_An_Boat_Trip.jpg?v=1765987973\" data-fancybox=\"tamcoc\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Trang_An_Boat_Trip.jpg?v=1765987973\" alt=\"Boat Trip\"\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 City tour - Half Day\n\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ English-speaking Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚌 Sleeper Bus to Sapa\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eAfter breakfast, you are free to explore Hanoi or relax at your hotel.\u003c\/li\u003e\n    \u003cli\u003e11:00: Check out hotel, leave luggage at reception. After, tour guide will pick you up for lunch at a local restaurant.\u003c\/li\u003e\n    \u003cli\u003e12:30: Have lunch at our local restaurant.\u003c\/li\u003e\n    \u003cli\u003eFrom 14:00: Visit Hoa Lo Prison. It is also known as Maison Centrale in Hanoi or the “Hanoi Hilton”.\u003c\/li\u003e\n    \u003cli\u003eVisit the Temple of Literature – Vietnam’s first university, founded in the 11th century.\u003c\/li\u003e\n    \u003cli\u003eVisit Ho Chi Minh Mausoleum (visit the outside of the mausoleum), where Vietnamese people honor him as a national hero.\u003c\/li\u003e\n    \u003cli\u003eVisit Tran Quoc Pagoda which was built in 528 to understand about Buddhism in Vietnam.\u003c\/li\u003e\n    \u003cli\u003e16:30: Enjoy a cup of Vietnamese special Egg coffee – a perfect treat to refresh yourself.\u003c\/li\u003e\n    \u003cli\u003e17:30: Transfer back to your hotel. Tour ends.\u003c\/li\u003e\n    \u003cli\u003e21h00: The driver will pick you up at your hotel and take you to 210 Tran Quang Khai street, which is the meeting point for the Sapa trip and depart to Sapa following Noi Bai - Lao Cai highway.\u003c\/li\u003e\n\n\n\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\/screenshot_1755316852_a5f03ded-5d8f-48ba-ba33-1e006931f9a3.png?v=1766029111\" data-fancybox=\"hanoi-gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/screenshot_1755316852_a5f03ded-5d8f-48ba-ba33-1e006931f9a3.png?v=1766029111\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/screenshot_1755316879_e30b245b-5e81-4070-903a-d7d2c3675f41.png?v=1766029111\" data-fancybox=\"hanoi-gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/screenshot_1755316879_e30b245b-5e81-4070-903a-d7d2c3675f41.png?v=1766029111\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/screenshot_1755316887_fd678c3c-74d2-4d90-a80f-dda709bb95b2.png?v=1766029110\" data-fancybox=\"hanoi-gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/screenshot_1755316887_fd678c3c-74d2-4d90-a80f-dda709bb95b2.png?v=1766029110\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Kinh_nghi_m_du_l_ch_Ha_N_i_m_i_va_sieu_chi_ti_t_t_A_d_n_Z.jpg?v=1765991491\" data-fancybox=\"hanoi-gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Kinh_nghi_m_du_l_ch_Ha_N_i_m_i_va_sieu_chi_ti_t_t_A_d_n_Z.jpg?v=1765991491\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/kham-pha-su-quyen-ru-cua-pho-co-ha-noi.jpg?v=1767587509\" data-fancybox=\"hanoi-gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/kham-pha-su-quyen-ru-cua-pho-co-ha-noi.jpg?v=1767587509\"\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: Lao Cai – Sapa – Fansipan Mountain –\nCat Cat 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🚐 Transfers\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🍽️ Meals: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e06:00-06:15: 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\u003e08:00: 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\u003e11:30: 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\u003eAfternoon (from 14:00): Check-in hotel.\u003c\/li\u003e\n    \u003cli\u003e18:30: 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\u003eOvernight at the hotel in Sapa.\u003c\/li\u003e\n\n\n\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\/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 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/rice-terraces-near-Cat-Cat-village-Vietnam-2_1.jpg?v=1767595962\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/rice-terraces-near-Cat-Cat-village-Vietnam-2_1.jpg?v=1767595962\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/National-Flagpole.jpg?v=1767595962\" data-fancybox=\"gallery3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/National-Flagpole.jpg?v=1767595962\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/vetta-fansipan-tetto-d-indocina.webp?v=1767595962\" data-fancybox=\"gallery3\"\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 \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          \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: Sapa – Moana - Hanoi\n\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ English-speaking Tour Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚌 Sleeper Bus to Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Hanoi\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meals: Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e07:00: Having breakfast with buffet and coffee in the hotel.\u003c\/li\u003e\n    \u003cli\u003e08:00: 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. There are Bali heaven gate, Moana girl statue, infinity lake, golden hand, death swing, lonely tree and coffee area.\u003c\/li\u003e\n    \u003cli\u003e11:30: Back to Sapa, eat lunch and take a short rest then check out the hotel.\u003c\/li\u003e\n    \u003cli\u003e13:15: The tour guide will take you to the bus depot to board the bus back to Hanoi.\u003c\/li\u003e\n    \u003cli\u003e20h00: Arrive Hanoi. Tour ends.\u003c\/li\u003e\n\n\n\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\/image_5_172861a2-b5d9-4587-8cbf-0f0ce500f02f.png?v=1766997060\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_5_172861a2-b5d9-4587-8cbf-0f0ce500f02f.png?v=1766997060\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/C_ng_Tr_i_Sapa.jpg?v=1771822907\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/C_ng_Tr_i_Sapa.jpg?v=1771822907\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Heaven-Gate.jpg?v=1767589478\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Heaven-Gate.jpg?v=1767589478\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image-20250224160935-6.png?v=1767589479\" data-fancybox=\"gallery4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image-20250224160935-6.png?v=1767589479\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Moana-Sapa-Vietnam-in-December.webp?v=1767599378\" data-fancybox=\"gallery4\"\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\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 6: Hanoi – Halong Bay 1 day\n\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🚐 Transfers\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🍽️ Meals: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e07:00 - 07:45: Pick up from Hanoi. Transfer from Hanoi to Halong via Expressway.\u003c\/li\u003e\n    \u003cli\u003e10:30: 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\u003e11:00 – 12:30: Enjoy a welcome drink while listening to safety instructions and cruise regulations. Have lunch.\u003c\/li\u003e\n    \u003cli\u003e14:00: 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\u003e16:30: Cruise back to the harbor while enjoying light snacks and live music on board.\u003c\/li\u003e\n    \u003cli\u003e17:30: Return to the port and disembark. End of the tour.\u003c\/li\u003e\n    \u003cli\u003e18:00 – 20:30: Transfer back to Hanoi.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Hanoi.\u003c\/li\u003e\n\n\n\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\/01_1.jpg?v=1767599760\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/01_1.jpg?v=1767599760\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/09.jpg?v=1767599759\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/09.jpg?v=1767599759\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Sung-Sot-Cave-1-scaled.jpg?v=1767599893\" data-fancybox=\"gallery5\"\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 \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_8_ce13b8b0-d1ba-45c8-b636-ca907d0b2564.png?v=1768554072\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/image_8_ce13b8b0-d1ba-45c8-b636-ca907d0b2564.png?v=1768554072\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/from-view-point.jpg?v=1767599893\" data-fancybox=\"gallery5\"\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\u003cdiv class=\"tour-day\"\u003e\n        \u003cdiv class=\"tour-header\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 7: Hanoi - Flying to Danang – Han river –\nMy Khe Beach\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ English-speaking Tour Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Da Nang\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meals: Breakfast, Dinner \u003csmall\u003e(Lunch at your own expense)\u003c\/small\u003e\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n      \u003cb\u003eMorning:\u003c\/b\u003e \n    \u003c\/li\u003e\n\u003cli\u003eAfter breakfast, transfer to Noi Bai Airport in Hanoi for your flight to Da Nang.\u003c\/li\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\n    \u003cli\u003e\u003cstrong\u003eAfternoon:\u003c\/strong\u003e\u003c\/li\u003e\n    \u003cli\u003e15:30: 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. In 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\u003e17:30: Departure to visit Hoian Ancient Town.\u003c\/li\u003e\n    \u003cli\u003e18:00: Have dinner with a lot of unique local dishes like Cao Lau, Hoanh Thanh...\u003c\/li\u003e\n    \u003cli\u003e20:30 - 21:00: Car and Guide will take you back to the original pick-up point.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Danang.\u003c\/li\u003e\n\n\n\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\/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\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 8: Ba Na Hills - Golden Bridge \u0026amp; French\nVillage\n\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🚐 Transfers\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 Da Nang\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meals: Breakfast, Buffet Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003e07:30-08:15: We pick you up at the hotel in Da Nang and join the group tour.\u003c\/li\u003e\n    \u003cli\u003e09:00 – 9:30: 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\u003e10:00: 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\u003e10:30: 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\u003e11:15: Take the 2nd cable car to the next destination of your trip in Ba Na is French Village.\u003c\/li\u003e\n    \u003cli\u003e12:00: 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\u003e15:00-15:30: We say good bye to Ba Na and get back to the cable car station and return to Danang.\u003c\/li\u003e\n    \u003cli\u003e17:00-17:30: Come back your hotel.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Danang.\u003c\/li\u003e\n\n\n\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=\"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\" onclick=\"toggleTour(this)\"\u003e\n            \u003cspan\u003eDay 9: Danang – Flying to Phu Quoc\n\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🍽️ Breakfast\u003c\/span\u003e\n\n\n\n\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\n\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 10: Speed Boat Tour of 3 Islands\n\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Phu Quoc\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                \u003cli\u003e08:00 – 08:30: Pick up at your hotel and visit the Pearl Farm (30 mins).\u003c\/li\u003e\n    \u003cli\u003e09:40 – 09:50: Arrive at An Thoi harbor and board the speedboat.\u003c\/li\u003e\n    \u003cli\u003eCoral Park – Sea Walker (Pay by yourself): Experience walking under the ocean.\u003c\/li\u003e\n    \u003cli\u003eMong Tay Island: Take photos with SUP and Flycam. Enjoy lunch on the island.\u003c\/li\u003e\n    \u003cli\u003e12:00 - 12:30: Have lunch.\u003c\/li\u003e\n    \u003cli\u003eGam Ghi \/ Buom Island: Swimming and snorkeling at the coral reef.\u003c\/li\u003e\n    \u003cli\u003eMay Rut Island: Swimming and relaxing.\u003c\/li\u003e\n    \u003cli\u003e15:30: Return to your hotel.\u003c\/li\u003e\n\n\n\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\/cong-vien-san-ho-1.jpg?v=1767861298\" data-fancybox=\"day2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cong-vien-san-ho-1.jpg?v=1767861298\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/3a606803-b5b2-4dc9-ac5d-1250d0732f2f.jpg?v=1767861298\" data-fancybox=\"day2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/3a606803-b5b2-4dc9-ac5d-1250d0732f2f.jpg?v=1767861298\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/An-Thoi-port-bustling_1719768298_2.jpg?v=1767861298\" data-fancybox=\"day2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/An-Thoi-port-bustling_1719768298_2.jpg?v=1767861298\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/may_rut_trong_phu_quoc_18102023_1100x922_d510d268-0c86-4b58-9f4c-e20f9b81c7b6.jpg?v=1767861298\" data-fancybox=\"day2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/may_rut_trong_phu_quoc_18102023_1100x922_d510d268-0c86-4b58-9f4c-e20f9b81c7b6.jpg?v=1767861298\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hon-may-rut-trong-view-toan-canh-flycam.jpg?v=1767861298\" data-fancybox=\"day2\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hon-may-rut-trong-view-toan-canh-flycam.jpg?v=1767861298\"\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 11: Phu Quoc – Flying to Ho Chi Minh City\nFree explore city\n\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 Ho Chi Minh City\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Breakfast\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003eMorning:\u003c\/b\u003e After breakfast, transfer to Phu Quoc airport for your flight to Ho Chi Minh City (Saigon) — Vietnam’s most dynamic and modern metropolis.\u003c\/li\u003e\n    \u003cli\u003eUpon arrival, our driver will warmly welcome you and transfer to your hotel for check-in.\u003c\/li\u003e\n    \u003cli\u003eTake some time to rest or stroll around the lively Ben Thanh Market, Nguyen Hue Walking Street, or enjoy a cup of Vietnamese coffee while observing city life ☕🏙\u003c\/li\u003e\n    \u003cli\u003eEvening free for your own leisure — discover Saigon’s vibrant nightlife, rooftop bars, and delicious local street food.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Ho Chi Minh City.\u003c\/li\u003e\n\n\n\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\/intro-French-Architecture-Sites-in-Ho-Chi-Minh-City.webp?v=1767675253\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/intro-French-Architecture-Sites-in-Ho-Chi-Minh-City.webp?v=1767675253\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1583417319070-4a69db38a482.jpg?v=1767675254\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1583417319070-4a69db38a482.jpg?v=1767675254\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1693282814784-649be45a459b.jpg?v=1767675255\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/photo-1693282814784-649be45a459b.jpg?v=1767675255\"\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=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/IMG_536_resize.jpg?v=1767675254\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1660147075.jpg?v=1767675254\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/shutterstock_1660147075.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 12: Cu Chi Tunnels – Mekong Delta - Can\nTho City\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ English-speaking Tour Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Can Tho\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meals: Breakfast, Lunch, Dinner\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                  \u003cli\u003e07:00 - 07:30: Morning departure to Cu Chi Tunnels, located about 60 km from Saigon.\u003c\/li\u003e\n    \u003cli\u003eExplore this fascinating underground network of tunnels used by Vietnamese soldiers during the war — walk through narrow passages, see hidden bunkers, and learn about the incredible survival stories of the local fighters 💪\u003c\/li\u003e\n    \u003cli\u003eAfter lunch, continue the journey to – the gateway of Mekong Delta.\u003c\/li\u003e\n    \u003cli\u003eEnjoy a boat trip along the Mekong River, visiting coconut candy workshops, local brick kilns, and taking a tuk-tuk or bicycle ride through peaceful villages under lush green coconut trees 🌴\u003c\/li\u003e\n    \u003cli\u003eExperience the warmth of local hospitality and enjoy a delicious lunch at a riverside garden restaurant.\u003c\/li\u003e\n    \u003cli\u003eThen continue to Can Tho, the heart of the Mekong Delta.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Can Tho.\u003c\/li\u003e\n\n\n\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\/ho-chi-minh-city-independence-palace-outside_1.webp?v=1767776037\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-city-independence-palace-outside_1.webp?v=1767776037\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-585423_1.jpg?v=1767776037\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-585423_1.jpg?v=1767776037\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/beautiful-cathedral.jpg?v=1767776036\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/beautiful-cathedral.jpg?v=1767776036\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-4771_1.jpg?v=1767776036\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cu-chi-tunnels-4771_1.jpg?v=1767776036\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Binh-Tay-Market-in-Cholon-Saigon.jpg?v=1767774354\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Binh-Tay-Market-in-Cholon-Saigon.jpg?v=1767774354\"\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 13: Cai Rang Floating Market – Back to\nHo Chi Minh City\n\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🚐 Transfers\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ English-speaking Tour Guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Ho Chi Minh City\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Meals: Breakfast, Lunch\u003c\/span\u003e\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003eWake up early and embark on a boat trip to Cai Rang Floating Market, the largest and most vibrant market on the Mekong.\u003c\/li\u003e\n    \u003cli\u003eWatch local traders exchange fruits and goods from boat to boat — a truly unique cultural experience of southern Vietnam 🍍🍉🍊🥑🍌🥭🍎\u003c\/li\u003e\n    \u003cli\u003eVisit a rice noodle workshop to see how traditional rice vermicelli is made, and enjoy some local tropical fruits.\u003c\/li\u003e\n    \u003cli\u003eAfter lunch, return to Ho Chi Minh City in the late afternoon.\u003c\/li\u003e\n    \u003cli\u003eEvening free for your own exploration — perhaps enjoy a rooftop drink or a relaxing massage after the day’s journey.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Ho Chi Minh City.\u003c\/li\u003e\n\n\n\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\/Cai-Rang-Floating-Market-Products.jpg?v=1767777169\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Cai-Rang-Floating-Market-Products.jpg?v=1767777169\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/A-small-view-in-Mekong-Delta.jpg?v=1767777169\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/A-small-view-in-Mekong-Delta.jpg?v=1767777169\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Saigon-nightlife-on-a-vintage-vespa-tour-5.jpg?v=1767777169\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Saigon-nightlife-on-a-vintage-vespa-tour-5.jpg?v=1767777169\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/depositphotos431438704xl-1713499177027.jpg?v=1767777395\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/depositphotos431438704xl-1713499177027.jpg?v=1767777395\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-870645.jpg?v=1767777170\" data-fancybox=\"gallery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/thumb-1920-870645.jpg?v=1767777170\"\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 14: Departure\n\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\n\n\n\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 Tan Son Nhat Airport for your onward flight.\u003c\/li\u003e\n\n\n\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n            \n          \u003c\/div\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\"\u003eInclude\u003c\/div\u003e\n        \u003cul class=\"policy-list\"\u003e\n            \u003cli\u003eTravel Agency Service (supporting – promoting – consulting – connecting travel services):\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\n            \u003cli\u003eServices Provided by Local Suppliers at the Destination:\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\n    \u003cdiv class=\"policy-box box-exclude\"\u003e\n        \u003cdiv class=\"policy-title\"\u003eExclude\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                Fansipan service tickets: peak train ticket, Muong Hoa electric train ticket...\u003cbr\u003e\n                You can register before buying the tour or pay the ticket directly to the tour guide in Sapa according to the actual retail price without any additional costs.\n            \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":45293073367155,"sku":null,"price":1099.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":45293073399923,"sku":null,"price":825.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":45293073432691,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/04202313105321_3_1.webp?v=1767683328"},{"product_id":"7d6n-rail-experience-da-nang-hoi-an-nha-trang-ho-chi-minh","title":"7D6N Rail Experience: DA NANG - HOI AN - NHA TRANG - HO CHI MINH","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-88257\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        Experience the scenic beauty of Vietnam’s central coast and vibrant south via the iconic North-South Railway. Discover the modern coastal allure of Da Nang, step back in time in ancient Hoi An, enjoy high-speed coastal rail views to sunny Nha Trang, and wrap up your journey in dynamic Ho Chi Minh City.\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\u003eNha Trang\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eHo Chi Minh City\u003c\/strong\u003e\u003c\/li\u003e\n\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 Danang- 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🚗 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: Dinner (Lunch at your own expense)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n\u003cb\u003eMorning:\u003c\/b\u003e Arrive in Da Nang, meet our driver and transfer to the hotel. Enjoy some time to rest and relax while waiting for hotel check-in.\u003c\/li\u003e\n    \u003cli\u003e15:30: 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\u003e18:00: 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    \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\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-3-3.png?v=1767603768\" alt=\"Coconut Forest\"\u003e\n                \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=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Bay-Mau-Coconut-Forest-in-Hoi-An.jpg?v=1767603766\" alt=\"Basket Boat\"\u003e\n                \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=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hoi-An-yellow-walls.jpg?v=1767603766\" alt=\"Hoi An Street\"\u003e\n                \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=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/chua-cau1-1.jpg?v=1767603767\" alt=\"Japanese Bridge\"\u003e\n                \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=\"gallery\"\u003e\n                    \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\" alt=\"Hoi An Lanterns\"\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 (Dinner at your own expense)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                   \u003cli\u003e07:30 - 08:15: We pick you up at the hotel in Da Nang and join the group tour.\u003c\/li\u003e\n    \u003cli\u003e09:00 – 9:30: 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\u003e10:00: 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\u003e10:30: 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\u003e11:15: Take the 2nd cable car to the next destination of your trip in Ba Na is French Village.\u003c\/li\u003e\n    \u003cli\u003e12:00: 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\u003e15:00-15:30: We say good bye to Ba Na and get back to the cable car station and return to Danang.\u003c\/li\u003e\n    \u003cli\u003e17:00-17:30: Come back your hotel.\u003c\/li\u003e\n    \u003cli\u003eEnd of services!\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\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/a2c17ec2da6f1831417e.jpg?v=1767601229\" alt=\"Ba Na Hills 1\"\u003e\n                \u003c\/a\u003e \n                \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\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/golden-hands-bridge-bana-hills-weena.webp?v=1767601190\" alt=\"Golden Bridge\"\u003e\n                \u003c\/a\u003e \n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Khanh-Phan.jpg?v=1767601190\" alt=\"Ba Na Hills View\"\u003e\n                \u003c\/a\u003e \n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/DJI_0475.jpg?v=1767601190\" alt=\"Cable Car View\"\u003e\n                \u003c\/a\u003e \n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/2bc15f8d.avif?v=1767601190\" alt=\"French Village\"\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: Da Nang - Scenic Train - Nha Trang\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🚆 Train ticket: Da Nang - Nha Trang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚉 Train Station Drop-off, Pick up\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🏨 Hotel in Nha Trang\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast (Lunch and Dinner at your own)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                       \u003cli\u003e\n\u003cb\u003e06:30\u003c\/b\u003e – Check out of the hotel and transfer to Da Nang Railway Station by private car.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003e08:00\u003c\/b\u003e – Board the train and begin your journey from Da Nang to Nha Trang.\u003c\/li\u003e\n    \u003cli\u003eEnjoy a relaxing train ride along Vietnam’s beautiful Central Coast. Admire stunning beaches, turquoise waters, dramatic mountains and local fishing villages through the train window. Watch the scenery gradually transform as you travel south, enjoying beautiful coastal landscapes throughout the journey.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cb\u003e20:00\u003c\/b\u003e – Arrive at Nha Trang Railway Station. Meet your driver and transfer to the hotel for check-in.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Nha Trang.\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\/44d0dd9206b1067e97eba052698ce8009486d915001e56123362b8c83aaf0d9f.avif?v=1788931406\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/44d0dd9206b1067e97eba052698ce8009486d915001e56123362b8c83aaf0d9f.avif?v=1788931406\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/heritage-train-danang-hue-2-768x512.webp?v=1788931406\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/heritage-train-danang-hue-2-768x512.webp?v=1788931406\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/nha-trang-to-da-nang-2_1682850929.webp?v=1788931407\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/nha-trang-to-da-nang-2_1682850929.webp?v=1788931407\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/z5388280813978-25b892a14159211-8760-9370-1714200285.webp?v=1788931406\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/z5388280813978-25b892a14159211-8760-9370-1714200285.webp?v=1788931406\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/heritage-train-danang-hue-2-768x512.webp?v=1788931406\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/heritage-train-danang-hue-2-768x512.webp?v=1788931406\"\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: Nha Trang - 3 Islands 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🚗 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🗣️ English speaking tour guide\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🎟️ Entrance tickets\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e08:30: Bus and guide will pick you up at your hotel and move to the port.\u003c\/li\u003e\n    \u003cli\u003e09:30: Mun Island: You can swim and snorkel to behold various kinds of multi-coloured corals and fish.\u003c\/li\u003e\n    \u003cli\u003e11:30: Fishing Village: You will be able to visit the largest-scale aquaculture cage system in Nha Trang Bay. Then enjoy lunch.\u003c\/li\u003e\n    \u003cli\u003e12:30: Mini Beach: You can rest, relax on this beautiful beach. You can also participate in water sports such as sea walker, diving, banana float, jetski, parasailing (costs excluded).\u003c\/li\u003e\n    \u003cli\u003e15:30-16:00: Guide will take you back to the port and the bus will drive you back to the hotel.\u003c\/li\u003e\n    \u003cli\u003eEnd 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\/Hon-Mun-1-1024x766.jpg?v=1767757103\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Hon-Mun-1-1024x766.jpg?v=1767757103\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/fishing-the-boat-nha-trang-village-45917177442ce6c5b40bb9c0cb6fefc3_1.jpg?v=1767757105\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/fishing-the-boat-nha-trang-village-45917177442ce6c5b40bb9c0cb6fefc3_1.jpg?v=1767757105\"\u003e\n                \u003c\/a\u003e\n                                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/82c84488e9a1635e6f17dfaf51ef2853_2d6b6565-6ab2-427a-852b-a9de9fadc47f.jpg?v=1767757102\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/82c84488e9a1635e6f17dfaf51ef2853_2d6b6565-6ab2-427a-852b-a9de9fadc47f.jpg?v=1767757102\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bai-dai-beach.jpg?v=1767757103\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/bai-dai-beach.jpg?v=1767757103\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/17512618378898_1.jpg?v=1767757103\" data-fancybox=\"gallery\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/17512618378898_1.jpg?v=1767757103\"\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: Free day in Nha Trang - Going to Ho Chi Minh\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🚆 Train ticket: Nha Trang - Ho Chi Minh\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🚉 Train Station Drop-off, Pick up\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e12:00 – Check out of the hotel and enjoy free time to explore Nha Trang, go sightseeing, relax and shop at your own pace.\u003c\/li\u003e\n    \u003cli\u003e19:00 – Hotel pick-up and transfer to the train station.\u003c\/li\u003e\n    \u003cli\u003e20:00 – Board the overnight train from Nha Trang to Ho Chi Minh City.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eScenic Night Journey:\u003c\/strong\u003e Relax on board and enjoy the night views through the train window as the train travels south.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eOvernight on the Train:\u003c\/strong\u003e Enjoy a comfortable overnight journey and sleep on the train, arriving in Ho Chi Minh City the next morning.\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\/ho-chi-minh-to-nha-trang-train-1_1680357513.webp?v=1788931676\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-to-nha-trang-train-1_1680357513.webp?v=1788931676\"\u003e\u003c\/a\u003e \n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Tau-5-sao-saigon-nha-trang-SNT-03.webp?v=1788931675\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Tau-5-sao-saigon-nha-trang-SNT-03.webp?v=1788931675\"\u003e\u003c\/a\u003e \n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cabceb2d-du-lich-bang-tau-hoa-5-sao-1-8027428.jpg?v=1788932607\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/cabceb2d-du-lich-bang-tau-hoa-5-sao-1-8027428.jpg?v=1788932607\"\u003e\u003c\/a\u003e \n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-to-nha-trang-train-thumb.jpg?v=1788931678\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-to-nha-trang-train-thumb.jpg?v=1788931678\"\u003e\u003c\/a\u003e \n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/39-5_D_ng_4_mua_xuan_0.jpg?v=1788931679\" data-fancybox=\"gallery5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/39-5_D_ng_4_mua_xuan_0.jpg?v=1788931679\"\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: Ho Chi Minh - Mekong Delta\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 Ho Chi Minh city\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e🍽️ Meal: Breakfast, Lunch\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e7:30: Pick-up at your hotel in District 1 and depart for My Tho.\u003c\/li\u003e\n    \u003cli\u003eYou will have a local motor excursion to Dragon Island, Unicorn Island, Turtle Island, Phoenix Island.\u003c\/li\u003e\n    \u003cli\u003eWe will stop at the famous Unicorn Island, you will visit nature pure honey at a bee keeping farm, taste some honey wine, rice wine, and banana wine.\u003c\/li\u003e\n    \u003cli\u003eContinue the motor boat excursion to Ben Tre province, where you will see a coconut candy workshop.\u003c\/li\u003e\n    \u003cli\u003eTransfer to a small motor boat and travel along the lush, green canals and stop at the local restaurant for Vietnamese lunch.\u003c\/li\u003e\n    \u003cli\u003eMoving on to another area on the Unicorn Island to enjoy sampling various tropical fruits at the orchard garden while listening to the Southern traditional music.\u003c\/li\u003e\n    \u003cli\u003eYou will be taken back to My Tho by local boat.\u003c\/li\u003e\n    \u003cli\u003eTake bus back to Ho Chi Minh City, arrive around 5.30 pm.\u003c\/li\u003e\n    \u003cli\u003eOvernight in Ho Chi Minh City.\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\/top-10-dia-diem-du-lich-mien-tay-hap-dan-du-khach-202203281004231298.jpg?v=1787736805\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/top-10-dia-diem-du-lich-mien-tay-hap-dan-du-khach-202203281004231298.jpg?v=1787736805\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phuot-mien-tay-11.jpg?v=1787736805\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/phuot-mien-tay-11.jpg?v=1787736805\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ben-tre-mekong-delta.jpg?v=1788930936\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ben-tre-mekong-delta.jpg?v=1788930936\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/TourThamQuanMeKong1NgayKh_iHanhT_ThanhPh_H_ChiMinh-Klook.jpg?v=1788930936\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/TourThamQuanMeKong1NgayKh_iHanhT_ThanhPh_H_ChiMinh-Klook.jpg?v=1788930936\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mekong-delta-10_1679024257.jpg?v=1768817561\" data-fancybox=\"day2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/mekong-delta-10_1679024257.jpg?v=1768817561\"\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: 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🚗 Transferring\u003c\/span\u003e \n\u003cspan class=\"inc-tag\"\u003e✈️ Airport drop off\u003c\/span\u003e \n\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 Tan Son Nhat airport for your on going flight.\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n            \u003cdiv class=\"tour-gallery\"\u003e\n                \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 (supporting – promoting – consulting – connecting travel services):\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 Local Suppliers at the Destination:\u003c\/b\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ci\u003e(Happy Vietnam Tours is the travel agency supporting your booking. All services at the destination are provided directly by licensed local suppliers.)\u003c\/i\u003e\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":45464430280819,"sku":null,"price":599.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":45464430313587,"sku":null,"price":449.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger: under 1.0m ( 3 ft 3 in) - Free","offer_id":45464430346355,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/ho-chi-minh-to-nha-trang-train-1_1680357513_5a80d6a2-e9d9-4abb-8fd7-6551a4aeccf8.webp?v=1788932288"}],"url":"https:\/\/happyvietnamtours.com\/collections\/ho-chi-minh-city-tours.oembed?page=2","provider":"Happy Vietnam Tours","version":"1.0","type":"link"}