{"product_id":"1d-nhatrang-mun-island-fishing-village-mini-beach","title":"1D-NHATRANG:  MUN ISLAND - FISHING VILLAGE - MINI BEACH","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-2120\u003c\/p\u003e\n        \u003cp\u003eTour type: Group tour\u003c\/p\u003e\n        \u003cp\u003eDuration: 1 days\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"overview-text\"\u003e\n        Experience the crystal-clear waters and vibrant marine life of Nha Trang Bay with our premium 3-island speed boat tour. This journey takes you to the most beautiful spots in the bay, including Mun Island for snorkeling among colorful coral reefs, a traditional fishing village to learn about local aquaculture, and the serene Mini Beach for ultimate relaxation. Perfect for ocean lovers and families, this tour combines adventure, local culture, and tropical relaxation in one of the world's most beautiful bays.\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\u003eMun Island\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eFishing Village\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eMini Beach\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: Nha Trang - 3 Islands 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🚐 Shuttle bus\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🚤 High-speed canoe\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🗣️ Tour guide\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🎟️ Entrance ticket\u003c\/span\u003e\n\u003cspan class=\"inc-tag\"\u003e🍽️ Lunch\u003c\/span\u003e\n\n\n\n\n\n\n\n\n            \u003c\/div\u003e\n            \u003cul\u003e\n                 \u003cli\u003e\n    \u003cb\u003e08:30:\u003c\/b\u003e Bus and guide will pick you up at your\n    hotel and move to the port.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e09:30:\u003c\/b\u003e Mun island: You can swim and snorkel\n    to behold various kinds of multi-coloured\n    corals and fish.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e11:30:\u003c\/b\u003e Fishing Village: You will be able to visit\n    the largest-scale aquaculture cage system in\n    Nha Trang Bay. Then enjoy lunch.\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e12:30:\u003c\/b\u003e Mini Beach: You can rest, relax on this\n    beautiful beach. You can also participate in\n    water sports such as sea walker, diving,\n    banana float, jetski, parasailing (costs\n    excluded).\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cb\u003e15:30-16:00:\u003c\/b\u003e Guide will take you back to the\n    port and the bus will drive you back to the\n    hotel. End of 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\/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\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\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\"\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":44177532354675,"sku":null,"price":45.0,"currency_code":"USD","in_stock":true},{"title":"Young ( Age 4-8) - 75%","offer_id":44177532387443,"sku":null,"price":34.0,"currency_code":"USD","in_stock":true},{"title":"Child ( Age 3 and younger under 1.0m ( 3 ft 3 in) - Free","offer_id":44177532420211,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/hon-mun-island-9_1643519587.jpg?v=1766721400","url":"https:\/\/happyvietnamtours.com\/products\/1d-nhatrang-mun-island-fishing-village-mini-beach","provider":"Happy Vietnam Tours","version":"1.0","type":"link"}