{"title":"eSim Vietnam","description":null,"products":[{"product_id":"esim-vietnam","title":"eSim Vietnam","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@400;500;600;700;800\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-orange-light: #fff5f2;\n        --primary-green: #00b67a;\n        --text-main: #1e293b;\n        --text-muted: #64748b;\n        --bg-card: #f8fafc;\n        --border-color: #e2e8f0;\n        --radius-lg: 16px;\n        --radius-md: 12px;\n        --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);\n        --shadow-md: 0 4px 12px rgba(0,0,0,0.05);\n    }\n\n    .esim-detail-master {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n        line-height: 1.6;\n        color: var(--text-main);\n        max-width: 860px;\n        margin: 0 auto;\n        padding: 20px 15px;\n        box-sizing: border-box;\n    }\n\n    .esim-intro {\n        font-size: 15px;\n        color: var(--text-muted);\n        margin-bottom: 20px;\n    }\n\n    \/* Quick Action \/ Syntax Banner *\/\n    .esim-quick-check {\n        background: linear-gradient(135deg, #fff2ee 0%, #ffffff 100%);\n        border: 1px solid #ffd8cc;\n        border-radius: var(--radius-md);\n        padding: 16px 20px;\n        margin-bottom: 30px;\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        align-items: center;\n        justify-content: space-around;\n        box-shadow: var(--shadow-sm);\n    }\n\n    .check-item {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        font-size: 14px;\n        font-weight: 500;\n    }\n\n    .check-item code {\n        background: #ffffff;\n        color: var(--primary-orange);\n        padding: 4px 10px;\n        border-radius: 6px;\n        border: 1px solid #ffdecb;\n        font-weight: 700;\n        font-family: inherit;\n    }\n\n    \/* Headings *\/\n    .esim-title {\n        font-size: 22px;\n        font-weight: 800;\n        color: var(--text-main);\n        margin: 35px 0 15px 0;\n        position: relative;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .esim-title::before {\n        content: '';\n        display: inline-block;\n        width: 5px;\n        height: 22px;\n        background-color: var(--primary-orange);\n        border-radius: 4px;\n    }\n\n    .esim-subtitle {\n        font-size: 16px;\n        font-weight: 700;\n        color: var(--text-main);\n        margin: 20px 0 10px 0;\n    }\n\n    \/* Advantage Grid *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 12px;\n        margin: 20px 0 30px 0;\n    }\n\n    .feature-card {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 14px 16px;\n        display: flex;\n        align-items: flex-start;\n        gap: 12px;\n        transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .feature-card:hover {\n        transform: translateY(-2px);\n        box-shadow: var(--shadow-md);\n        border-color: #cbd5e1;\n    }\n\n    .feature-icon {\n        width: 22px;\n        height: 22px;\n        background: var(--primary-green);\n        color: white;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n        font-size: 12px;\n        font-weight: bold;\n        margin-top: 2px;\n    }\n\n    .feature-text {\n        font-size: 13.5px;\n    }\n\n    .feature-text b {\n        color: var(--text-main);\n        display: block;\n        margin-bottom: 2px;\n    }\n\n    \/* Guide Section Cards *\/\n    .guide-card {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-lg);\n        padding: 20px;\n        margin-bottom: 24px;\n        box-shadow: var(--shadow-sm);\n    }\n\n    .guide-steps {\n        padding-left: 20px;\n        margin: 12px 0;\n    }\n\n    .guide-steps li {\n        margin-bottom: 8px;\n        font-size: 14px;\n        color: #334155;\n    }\n\n    \/* Images *\/\n    .esim-img-container {\n        margin: 15px 0 5px 0;\n        text-align: center;\n        background: var(--bg-card);\n        padding: 10px;\n        border-radius: var(--radius-md);\n        border: 1px dashed var(--border-color);\n    }\n\n    .esim-img-container img {\n        max-width: 100%;\n        height: auto;\n        max-height: 380px;\n        border-radius: 8px;\n        cursor: pointer;\n        transition: opacity 0.2s;\n    }\n\n    .esim-img-container img:hover {\n        opacity: 0.9;\n    }\n\n    \/* Alert \/ Notes Box *\/\n    .esim-note-box {\n        background: #fff8f6;\n        border: 1px solid #ffe4dc;\n        border-left: 5px solid var(--primary-orange);\n        border-radius: var(--radius-lg);\n        padding: 20px;\n        margin-top: 35px;\n    }\n\n    .esim-note-box .esim-subtitle {\n        color: var(--primary-orange);\n        margin-top: 0;\n    }\n\n    .esim-note-box ul {\n        padding-left: 18px;\n        margin: 10px 0 0 0;\n    }\n\n    .esim-note-box li {\n        font-size: 13.5px;\n        margin-bottom: 10px;\n        color: #475569;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n        .esim-quick-check {\n            flex-direction: column;\n            align-items: flex-start;\n        }\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n        .esim-title {\n            font-size: 18px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"esim-detail-master\"\u003e\n    \u003cp class=\"esim-feature\"\u003eHigh speed \/ hotspot support\u003c\/p\u003e\n    \n    \u003cdiv class=\"esim-intro\"\u003eeSim Vietnam is an excellent internet connection solution for foreign tourists traveling or taking business trips to explore the S-shaped land. By purchasing a eSim Vietnam, travelers can confidently access the network, make video calls, stay in touch with loved ones, or work online. At the same time, eSIM Vietnam allows you to enjoy uninterrupted connectivity with a variety of data plans designed to meet all your needs.\u003c\/div\u003e\n\n    \u003cp class=\"esim-intro\"\u003eEnjoy high-speed 4G\/5G data connection. Once the data allowance is exhausted, speed drops to 5Mbps for unlimited standard-speed usage.\u003c\/p\u003e\n    \n    \u003c!-- Advantages Section --\u003e\n    \u003ch2 class=\"esim-title\"\u003eAdvantages of Using a eSim Vietnam\u003c\/h2\u003e\n    \u003cp style=\"font-size: 14px; color: var(--text-muted);\"\u003eTo fully enjoy your vacation or business trip in Vietnam, you wouldn't want to waste time, money, and effort looking for free Wi-Fi spots or dealing with expensive international roaming fees. eSIM Vietnam resolves all those hassles with outstanding benefits:\u003c\/p\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003cb\u003eInstant Activation\u003c\/b\u003e\n                Activate your plan and connect to the internet right after purchase.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003cb\u003eCost-Effective\u003c\/b\u003e\n                Significantly cheaper compared to international roaming services.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003cb\u003eFlexibility\u003c\/b\u003e\n                Easily switch between carriers and plan options.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003cb\u003eDual-SIM Convenience\u003c\/b\u003e\n                Use your travel eSim Vietnam alongside your primary physical SIM without removing cards.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003cb\u003eSmooth High-Speed Internet\u003c\/b\u003e\n                Uninterrupted high-speed data for seamless web browsing.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003cb\u003eNationwide Coverage\u003c\/b\u003e\n                Strong signal coverage across the entire territory of Vietnam.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- How to Check Section --\u003e\n    \u003ch2 class=\"esim-title\"\u003eHow to Check If Your Phone Supports eSim Vietnam\u003c\/h2\u003e\n    \u003cp style=\"font-size: 14px; color: var(--text-muted); margin-bottom: 20px;\"\u003eBefore purchasing a travel eSim Vietnam, spend a couple of minutes checking whether your device supports eSim Vietnam technology.\u003c\/p\u003e\n\n    \u003c!-- Android --\u003e\n    \u003cdiv class=\"guide-card\"\u003e\n        \u003ch3 class=\"esim-subtitle\"\u003eChecking eSim Vietnam Compatibility on Android Devices:\u003c\/h3\u003e\n        \u003col class=\"guide-steps\"\u003e\n            \u003cli\u003eGo to \u003cb\u003eSettings\u003c\/b\u003e \u0026gt;\u0026gt; Select \u003cb\u003eConnections\u003c\/b\u003e.\u003c\/li\u003e\n            \u003cli\u003eSelect \u003cb\u003eSIM Card Manager\u003c\/b\u003e.\u003c\/li\u003e\n            \u003cli\u003eIf you see the \u003cb\u003eAdd eSIM\u003c\/b\u003e option, your device supports eSim Vietnam technology.\u003c\/li\u003e\n            \u003cli\u003eIf there is no \u003cb\u003eAdd eSIM\u003c\/b\u003e option, your device does not support eSim Vietnam.\u003c\/li\u003e\n        \u003c\/ol\u003e\n        \u003cdiv class=\"esim-img-container\"\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/esim.webp?v=1785835065\" data-fancybox=\"gallery\" data-caption=\"Android eSim Vietnam Setup\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/esim.webp?v=1785835065\" alt=\"Android eSim Vietnam Setup\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- iOS --\u003e\n    \u003cdiv class=\"guide-card\"\u003e\n        \u003ch3 class=\"esim-subtitle\"\u003eChecking eSim Vietnam Compatibility on iPhones (iOS)\u003c\/h3\u003e\n        \n        \u003cp style=\"font-size: 14px; font-weight: 600; margin-top: 15px;\"\u003eStep 1: Check if your iPhone is carrier-locked\u003c\/p\u003e\n        \u003col class=\"guide-steps\"\u003e\n            \u003cli\u003eGo to \u003cb\u003eSettings\u003c\/b\u003e \u0026gt;\u0026gt; \u003cb\u003eGeneral\u003c\/b\u003e \u0026gt;\u0026gt; \u003cb\u003eAbout\u003c\/b\u003e.\u003c\/li\u003e\n            \u003cli\u003eScroll down to \u003cb\u003eCarrier Lock\u003c\/b\u003e (or \u003cb\u003eNetwork Provider Lock\u003c\/b\u003e). If it displays \u003cb\u003e\"No SIM restrictions\"\u003c\/b\u003e, your iPhone is unlocked and capable of using an eSim Vietnam.\u003c\/li\u003e\n        \u003c\/ol\u003e\n\n        \u003cp style=\"font-size: 14px; font-weight: 600; margin-top: 15px;\"\u003eStep 2: Check if your iPhone supports eSim Vietnam\u003c\/p\u003e\n        \u003col class=\"guide-steps\"\u003e\n            \u003cli\u003eGo to \u003cb\u003eSettings\u003c\/b\u003e \u0026gt;\u0026gt; \u003cb\u003eCellular\u003c\/b\u003e (or \u003cb\u003eMobile Data\u003c\/b\u003e).\u003c\/li\u003e\n            \u003cli\u003eIf you see \u003cb\u003eAdd eSIM\u003c\/b\u003e or \u003cb\u003eAdd Cellular Plan \/ Mobile Plan\u003c\/b\u003e, your device supports eSim Vietnam technology.\u003c\/li\u003e\n            \u003cli\u003eIf you do not see these options, your device does not support eSim Vietnam.\u003c\/li\u003e\n        \u003c\/ol\u003e\n\n        \u003cdiv class=\"esim-img-container\"\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/1657094236-add-cellular_android.png?v=1785835400\" data-fancybox=\"gallery\" data-caption=\"iOS eSim Vietnam Setup\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/1657094236-add-cellular_android.png?v=1785835400\" alt=\"iOS eSim Vietnam Setup\"\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Important Notes Box --\u003e\n    \u003cdiv class=\"esim-note-box\"\u003e\n\u003ch3 class=\"esim-subtitle\"\u003eImportant Notes when Purchasing Vietnam eSIM\u003c\/h3\u003e\n\u003cp style=\"font-size: 13.5px; color: var(--text-muted);\"\u003eAccording to Vietnamese telecommunications regulations, all tourist eSim Vietnam must be registered with a valid passport before activation. Please carefully note the following requirements:\u003c\/p\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        \u003cb\u003ePayment via PayPal:\u003c\/b\u003e We support secure online payments via PayPal for a smooth and fast checkout experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n        \u003cb\u003eMandatory Passport Verification:\u003c\/b\u003e To complete your eSim Vietnam activation, local regulations require a valid passport copy. After placing your order, please send a clear photo of your passport page via \u003cb\u003eWhatsApp: (+84) 942 430 000\u003c\/b\u003e or \u003cb\u003eEmail: Info@happyvietnamtours.com\u003c\/b\u003e along with your Order Number.\n    \u003c\/li\u003e\n    \u003cli\u003e\n        \u003cb\u003eQR Code Delivery:\u003c\/b\u003e Your eSim Vietnam QR code will be generated and sent immediately after your passport verification is complete.\n    \u003c\/li\u003e\n    \u003cli\u003e\n        \u003c\/li\u003e\n\u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        if (typeof Fancybox !== \"undefined\") {\n            Fancybox.bind('[data-fancybox=\"gallery\"]', {\n                Infinite: true\n            });\n        }\n    });\n\u003c\/script\u003e","brand":"Happy Vietnam Tours","offers":[{"title":"eSIM-Vietnam 5GB\/day*3d","offer_id":45351094845555,"sku":null,"price":2.9,"currency_code":"USD","in_stock":true},{"title":"eSIM-Vietnam 5GB\/day*5d","offer_id":45351094911091,"sku":null,"price":3.9,"currency_code":"USD","in_stock":true},{"title":"eSIM-Vietnam 5GB\/day*7d","offer_id":45351094976627,"sku":null,"price":5.9,"currency_code":"USD","in_stock":true},{"title":"eSIM-Vietnam 5GB\/day*10d","offer_id":45351095042163,"sku":null,"price":7.9,"currency_code":"USD","in_stock":true},{"title":"eSIM-Vietnam 5GB\/day*15d","offer_id":45351095107699,"sku":null,"price":11.9,"currency_code":"USD","in_stock":true},{"title":"eSIM-Vietnam 5GB\/day*30d","offer_id":45351256752243,"sku":null,"price":22.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0660\/3033\/8163\/files\/Gemini_Generated_Image_cxddb4cxddb4cxdd.png?v=1786530116"}],"url":"https:\/\/happyvietnamtours.com\/collections\/esim-vietnam.oembed","provider":"Happy Vietnam Tours","version":"1.0","type":"link"}