{"id":1270,"date":"2025-10-12T10:06:45","date_gmt":"2025-10-12T10:06:45","guid":{"rendered":"https:\/\/talithakumthailand.info\/?page_id=1270"},"modified":"2025-10-14T01:54:00","modified_gmt":"2025-10-14T01:54:00","slug":"1270-2","status":"publish","type":"page","link":"https:\/\/talithakumthailand.info\/en\/1270-2\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"th\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21: \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Kanit:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <script src=\"https:\/\/www.gstatic.com\/firebasejs\/8.6.8\/firebase-app.js\"><\/script>\n    <script src=\"https:\/\/www.gstatic.com\/firebasejs\/8.6.8\/firebase-firestore.js\"><\/script>\n\n    <style>\n        \/* CSS STYLES (\u0e2a\u0e48\u0e27\u0e19 Desktop \u0e04\u0e07\u0e40\u0e14\u0e34\u0e21) *\/\n        body {\n            box-sizing: border-box;\n            font-family: 'Kanit', sans-serif;\n            margin: 0;\n            padding: 0;\n            background: linear-gradient(135deg, #f5f8ff 0%, #e0eaff 50%, #c4d7ff 100%);\n            min-height: 100%;\n            position: relative;\n            overflow-x: hidden;\n        }\n\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(circle at 20% 80%, rgba(66, 140, 255, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 80% 20%, rgba(26, 107, 255, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 40% 40%, rgba(77, 183, 255, 0.05) 0%, transparent 50%);\n            pointer-events: none;\n            z-index: -1;\n        }\n\n        html {\n            height: 100%;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 20px;\n            min-height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .header {\n            text-align: center;\n            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 70%, #1e40af 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 30px;\n            margin-bottom: 30px;\n            box-shadow: \n                0 20px 40px rgba(37, 99, 235, 0.3),\n                0 0 0 1px rgba(255, 255, 255, 0.1) inset;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header h1 {\n            margin: 0 0 15px 0;\n            font-size: 2.5em;\n            font-weight: 700;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n            position: relative;\n            z-index: 1;\n        }\n\n        .header p {\n            margin: 0;\n            font-size: 1.2em;\n            opacity: 0.95;\n            font-weight: 400;\n            position: relative;\n            z-index: 1;\n        }\n\n        .game-container {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(20px);\n            border-radius: 30px;\n            padding: 50px;\n            box-shadow: \n                0 25px 50px rgba(0, 0, 0, 0.1),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            border: 1px solid rgba(66, 140, 255, 0.1);\n        }\n\n        .name-input-screen {\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            flex-grow: 1;\n        }\n\n        .name-input-screen h2 {\n            font-size: 2.2em;\n            color: #2563eb;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        .name-input-screen p {\n            font-size: 1.2em;\n            color: #4a5568;\n            margin-bottom: 40px;\n            line-height: 1.6;\n        }\n\n        .name-input {\n            width: 100%;\n            max-width: 400px;\n            padding: 18px 25px;\n            font-size: 1.2em;\n            border: 2px solid rgba(66, 140, 255, 0.3);\n            border-radius: 25px;\n            background: rgba(255, 255, 255, 0.9);\n            font-family: 'Kanit', sans-serif;\n            text-align: center;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .name-input:focus {\n            outline: none;\n            border-color: #2563eb;\n            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);\n            transform: scale(1.02);\n        }\n\n        .start-btn {\n            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1e40af 100%);\n            color: white;\n            border: none;\n            padding: 18px 45px;\n            border-radius: 60px;\n            font-size: 1.3em;\n            font-weight: 600;\n            cursor: pointer;\n            font-family: 'Kanit', sans-serif;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: \n                0 8px 25px rgba(37, 99, 235, 0.3),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .start-btn::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            transition: left 0.5s;\n        }\n\n        .start-btn:hover::before {\n            left: 100%;\n        }\n\n        .start-btn:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: \n                0 15px 35px rgba(37, 99, 235, 0.4),\n                0 0 0 1px rgba(255, 255, 255, 0.3) inset;\n        }\n\n        .start-btn:disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .player-name {\n            color: #2563eb;\n            font-weight: 600;\n            font-size: 1.1em;\n        }\n\n        .progress-bar {\n            background: rgba(214, 228, 255, 0.3);\n            height: 8px;\n            border-radius: 20px;\n            margin-bottom: 40px;\n            overflow: hidden;\n            position: relative;\n            backdrop-filter: blur(10px);\n        }\n\n        .progress-fill {\n            background: linear-gradient(90deg, #3b82f6, #2563eb, #3b82f6);\n            background-size: 200% 100%;\n            height: 100%;\n            border-radius: 20px;\n            transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n            width: 0%;\n            animation: progressGlow 2s ease-in-out infinite alternate;\n        }\n\n        @keyframes progressGlow {\n            0% { background-position: 0% 50%; }\n            100% { background-position: 100% 50%; }\n        }\n\n        .question-counter {\n            text-align: center;\n            color: #2563eb;\n            font-weight: 600;\n            font-size: 1.1em;\n            margin-bottom: 30px;\n            padding: 10px 20px;\n            background: rgba(37, 99, 235, 0.1);\n            border-radius: 25px;\n            display: inline-block;\n            margin-left: 50%;\n            transform: translateX(-50%);\n        }\n\n        .question-card {\n            background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 255, 0.9));\n            border: 1px solid rgba(66, 140, 255, 0.2);\n            border-radius: 25px;\n            padding: 40px;\n            margin-bottom: 30px;\n            text-align: center;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            backdrop-filter: blur(10px);\n            box-shadow: \n                0 10px 30px rgba(37, 99, 235, 0.1),\n                0 0 0 1px rgba(255, 255, 255, 0.3) inset;\n        }\n\n        .question-text {\n            font-size: 1.4em;\n            color: #2d3748;\n            line-height: 1.7;\n            margin-bottom: 40px;\n            font-weight: 500;\n            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n        }\n\n        .answer-buttons {\n            display: flex;\n            gap: 25px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .answer-btn {\n            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1e40af 100%);\n            color: white;\n            border: none;\n            padding: 18px 45px;\n            border-radius: 60px;\n            font-size: 1.3em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            font-family: 'Kanit', sans-serif;\n            min-width: 140px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: \n                0 8px 25px rgba(37, 99, 235, 0.3),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n        }\n\n        .answer-btn::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            transition: left 0.5s;\n        }\n\n        .answer-btn:hover::before {\n            left: 100%;\n        }\n\n        .answer-btn:hover {\n            transform: translateY(-3px) scale(1.02);\n            box-shadow: \n                0 15px 35px rgba(37, 99, 235, 0.4),\n                0 0 0 1px rgba(255, 255, 255, 0.3) inset;\n        }\n\n        .answer-btn:active {\n            transform: translateY(-1px) scale(0.98);\n        }\n\n        .answer-btn.correct {\n            background: linear-gradient(135deg, #86efac 0%, #4ade80 50%, #22c55e 100%);\n            box-shadow: \n                0 8px 25px rgba(134, 239, 172, 0.4),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n        }\n\n        .answer-btn.incorrect {\n            background: linear-gradient(135deg, #fca5a5 0%, #f87171 50%, #ef4444 100%);\n            box-shadow: \n                0 8px 25px rgba(252, 165, 165, 0.4),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n        }\n\n        .answer-btn.correct-answer {\n            background: linear-gradient(135deg, #86efac 0%, #4ade80 50%, #22c55e 100%);\n            box-shadow: \n                0 8px 25px rgba(134, 239, 172, 0.4),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n            animation: pulse 1s ease-in-out;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n\n        .feedback {\n            margin-top: 30px;\n            padding: 25px;\n            border-radius: 20px;\n            font-weight: 500;\n            text-align: center;\n            display: none;\n            backdrop-filter: blur(10px);\n            font-size: 1.1em;\n            line-height: 1.6;\n        }\n\n        .feedback.correct {\n            background: linear-gradient(135deg, rgba(134, 239, 172, 0.1), rgba(74, 222, 128, 0.1));\n            color: #15803d;\n            border: 2px solid rgba(134, 239, 172, 0.3);\n            box-shadow: 0 8px 25px rgba(134, 239, 172, 0.1);\n        }\n\n        .feedback.incorrect {\n            background: linear-gradient(135deg, rgba(252, 165, 165, 0.1), rgba(248, 113, 113, 0.1));\n            color: #dc2626;\n            border: 2px solid rgba(252, 165, 165, 0.3);\n            box-shadow: 0 8px 25px rgba(252, 165, 165, 0.1);\n        }\n\n        .correct-answer-indicator {\n            background: linear-gradient(135deg, rgba(134, 239, 172, 0.15), rgba(74, 222, 128, 0.15));\n            color: #15803d;\n            border: 2px solid rgba(134, 239, 172, 0.4);\n            border-radius: 15px;\n            padding: 15px 20px;\n            margin-top: 20px;\n            font-weight: 600;\n            font-size: 1.1em;\n            display: none;\n            backdrop-filter: blur(10px);\n            box-shadow: 0 5px 15px rgba(134, 239, 172, 0.2);\n        }\n\n        .next-btn {\n            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1e40af 100%);\n            color: white;\n            border: none;\n            padding: 15px 35px;\n            border-radius: 30px;\n            font-size: 1.1em;\n            font-weight: 600;\n            cursor: pointer;\n            margin-top: 25px;\n            font-family: 'Kanit', sans-serif;\n            display: none;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);\n        }\n\n        .next-btn:hover {\n            transform: translateY(-2px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);\n        }\n\n        .results {\n            text-align: center;\n            display: none;\n            animation: fadeInUp 0.6s ease-out;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .score {\n            font-size: 4em;\n            font-weight: 700;\n            background: linear-gradient(135deg, #3b82f6, #2563eb, #1e40af);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);\n        }\n\n        .score-message {\n            font-size: 1.4em;\n            color: #2d3748;\n            margin-bottom: 30px;\n            font-weight: 500;\n            line-height: 1.6;\n        }\n\n        .score-summary {\n            background: linear-gradient(135deg, rgba(66, 140, 255, 0.1), rgba(37, 99, 235, 0.1));\n            border: 2px solid rgba(66, 140, 255, 0.3);\n            border-radius: 20px;\n            padding: 25px;\n            margin-bottom: 30px;\n            font-size: 1.1em;\n            color: #2d3748;\n            line-height: 1.6;\n            backdrop-filter: blur(10px);\n            box-shadow: 0 8px 25px rgba(66, 140, 255, 0.1);\n        }\n\n        .score-summary .correct-answers {\n            color: #15803d;\n            font-weight: 600;\n        }\n\n        .score-summary .incorrect-answers {\n            color: #dc2626;\n            font-weight: 600;\n        }\n\n        .certificate-form-container {\n            margin-top: 30px;\n            padding: 30px;\n            background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(59, 130, 246, 0.1));\n            border: 2px solid #2563eb;\n            border-radius: 20px;\n            text-align: left;\n            display: none; \n            animation: fadeInUp 0.5s ease-out;\n        }\n        \n        .certificate-form-container h3 {\n            color: #1e40af;\n            font-size: 1.5em;\n            margin-top: 0;\n            margin-bottom: 20px;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        .cert-input-group {\n            margin-bottom: 15px;\n        }\n        \n        .cert-input-group label {\n            display: block;\n            font-weight: 500;\n            color: #2d3748;\n            margin-bottom: 5px;\n            font-size: 1.1em;\n        }\n\n        .cert-input-group input {\n            width: 100%;\n            padding: 12px;\n            border: 2px solid rgba(37, 99, 235, 0.3);\n            border-radius: 10px;\n            font-family: 'Kanit', sans-serif;\n            font-size: 1em;\n            transition: border-color 0.3s;\n        }\n\n        .cert-input-group input:focus {\n            outline: none;\n            border-color: #2563eb;\n        }\n\n        .cert-submit-btn {\n            width: 100%;\n            background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);\n            color: white;\n            border: none;\n            padding: 15px;\n            border-radius: 15px;\n            font-size: 1.2em;\n            font-weight: 600;\n            cursor: pointer;\n            margin-top: 15px;\n            transition: background 0.3s, transform 0.3s;\n            box-shadow: 0 5px 15px rgba(34, 197, 94, 0.3);\n        }\n\n        .cert-submit-btn:hover {\n            transform: translateY(-2px);\n        }\n\n        .cert-submit-btn:disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        .cert-message {\n            margin-top: 20px;\n            padding: 15px;\n            border-radius: 10px;\n            text-align: center;\n            font-weight: 600;\n            display: none;\n        }\n\n\n        .restart-btn {\n            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1e40af 100%);\n            color: white;\n            border: none;\n            padding: 18px 45px;\n            border-radius: 60px;\n            font-size: 1.3em;\n            font-weight: 600;\n            cursor: pointer;\n            font-family: 'Kanit', sans-serif;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: \n                0 8px 25px rgba(37, 99, 235, 0.3),\n                0 0 0 1px rgba(255, 255, 255, 0.2) inset;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .restart-btn::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            transition: left 0.5s;\n        }\n\n        .restart-btn:hover::before {\n            left: 100%;\n        }\n\n        .restart-btn:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: \n                0 15px 35px rgba(37, 99, 235, 0.4),\n                0 0 0 1px rgba(255, 255, 255, 0.3) inset;\n        }\n\n        .hotline-info {\n            background: linear-gradient(135deg, rgba(77, 183, 255, 0.1), rgba(0, 152, 255, 0.1));\n            border: 2px solid rgba(77, 183, 255, 0.3);\n            border-radius: 20px;\n            padding: 25px;\n            margin-top: 30px;\n            color: #1e40af; \n            font-weight: 600;\n            backdrop-filter: blur(10px);\n            box-shadow: 0 8px 25px rgba(77, 183, 255, 0.1);\n            font-size: 1.1em;\n            line-height: 1.6;\n        }\n\n        \/* --- (\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14) Responsive Design --- *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 15px;\n            }\n            \n            .header {\n                padding: 25px 20px;\n                border-radius: 25px;\n            }\n            \n            .header h1 {\n                font-size: 1.7em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .header p {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .name-input-screen h2 {\n                font-size: 1.8em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .name-input-screen p {\n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .name-input {\n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n                padding: 16px 20px;\n            }\n\n            .start-btn {\n                font-size: 1.1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .game-container {\n                padding: 25px 20px;\n                border-radius: 25px;\n            }\n\n            .question-counter {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .question-text {\n                font-size: 1.1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n                margin-bottom: 25px;\n            }\n            \n            .answer-buttons {\n                flex-direction: column;\n                align-items: center;\n                gap: 15px;\n            }\n            \n            .answer-btn {\n                width: 100%;\n                max-width: 280px; \n                padding: 14px 28px; \n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .feedback {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n                padding: 20px;\n            }\n\n            .correct-answer-indicator {\n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .cert-input-group {\n                margin-bottom: 10px;\n            }\n\n            .results h2 {\n                font-size: 1.6em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .player-name {\n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .score {\n                font-size: 2.5em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .score-message {\n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .score-summary {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .restart-btn {\n                padding: 14px 28px; \n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .hotline-info {\n                padding: 20px;\n                font-size: 0.9em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n        }\n\n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.5em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .header p {\n                font-size: 0.9em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n             .name-input-screen h2 {\n                font-size: 1.6em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .name-input-screen p {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .question-text {\n                font-size: 1em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .answer-btn {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n                padding: 12px 24px;\n            }\n\n            .feedback {\n                font-size: 0.9em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .score {\n                font-size: 2.2em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n\n            .score-message {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n            }\n            \n            .restart-btn {\n                font-size: 0.95em; \/* \u0e25\u0e14\u0e02\u0e19\u0e32\u0e14 *\/\n                padding: 12px 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\ud83d\udee1\ufe0f \u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21<\/h1>\n            <p>\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c<\/p>\n        <\/div>\n\n        <div class=\"game-container\">\n            <div class=\"name-input-screen\" id=\"nameInputScreen\">\n                <h2>\ud83c\udfaf \u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e40\u0e01\u0e21<\/h2>\n                <p>\u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e41\u0e1a\u0e1a\u0e17\u0e14\u0e2a\u0e2d\u0e1a<br>\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c<\/p>\n                <input type=\"text\" class=\"name-input\" id=\"playerNameInput\" placeholder=\"\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\" maxlength=\"70\">\n                <button class=\"start-btn\" id=\"startBtn\" onclick=\"startGame()\" disabled>\u0e40\u0e23\u0e34\u0e48\u0e21\u0e40\u0e01\u0e21<\/button>\n            <\/div>\n\n            <div class=\"progress-bar\" id=\"progressBarContainer\" style=\"display: none;\">\n                <div class=\"progress-fill\" id=\"progressFill\"><\/div>\n            <\/div>\n            \n            <div class=\"question-counter\" id=\"questionCounter\" style=\"display: none;\">\u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48 1 \u0e08\u0e32\u0e01 10<\/div>\n            \n            <div class=\"question-card\" id=\"questionCard\" style=\"display: none;\">\n                <div class=\"question-text\" id=\"questionText\"><\/div>\n                <div class=\"answer-buttons\">\n                    <button class=\"answer-btn\" onclick=\"selectAnswer(true)\">\u0e43\u0e0a\u0e48<\/button>\n                    <button class=\"answer-btn\" onclick=\"selectAnswer(false)\">\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48<\/button>\n                <\/div>\n                <div class=\"correct-answer-indicator\" id=\"correctAnswerIndicator\"><\/div>\n                <div class=\"feedback\" id=\"feedback\"><\/div>\n                <button class=\"next-btn\" id=\"nextBtn\" onclick=\"nextQuestion()\">\u0e04\u0e33\u0e16\u0e32\u0e21\u0e16\u0e31\u0e14\u0e44\u0e1b<\/button>\n            <\/div>\n\n            <div class=\"results\" id=\"results\">\n                <h2>\ud83c\udf89 \u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19!<\/h2>\n                <div class=\"player-name\" id=\"playerNameDisplay\"><\/div>\n                <div class=\"score\" id=\"finalScore\"><\/div>\n                <div class=\"score-message\" id=\"scoreMessage\"><\/div>\n                <div class=\"score-summary\" id=\"scoreSummary\"><\/div>\n                \n                <div class=\"certificate-form-container\" id=\"certificateFormContainer\">\n                    <h3>\u2b50 \u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u2b50<\/h3>\n                    <p style=\"text-align: center; color: #15803d; font-weight: 600;\">\u0e04\u0e38\u0e13\u0e17\u0e33\u0e04\u0e30\u0e41\u0e19\u0e19\u0e44\u0e14\u0e49\u0e22\u0e2d\u0e14\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21! \u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25<\/p>\n                    <form id=\"certForm\" onsubmit=\"submitCertificateForm(event)\">\n                        <div class=\"cert-input-group\">\n                            <label for=\"fullName\">\u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23):<\/label>\n                            <input type=\"text\" id=\"fullName\" name=\"fullName\" required placeholder=\"\u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25\">\n                        <\/div>\n                        <div class=\"cert-input-group\">\n                            <label for=\"email\">\u0e2d\u0e35\u0e40\u0e21\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23):<\/label>\n                            <input type=\"email\" id=\"email\" name=\"email\" required placeholder=\"example@email.com\">\n                        <\/div>\n                        <button type=\"submit\" class=\"cert-submit-btn\" id=\"certSubmitBtn\">\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23<\/button>\n                    <\/form>\n                    <div id=\"certMessage\" class=\"cert-message\"><\/div>\n                <\/div>\n                \n                <button class=\"restart-btn\" onclick=\"restartGame()\">\u0e40\u0e25\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48<\/button>\n                \n                <div class=\"hotline-info\">\n                    <strong>\ud83d\udcde \u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300<\/strong><br>\n                    \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07 \u0e1e\u0e21.<br>\n                    \u0e40\u0e1b\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ --- \u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07 JavaScript \u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07 ---\n        const firebaseConfig = {\n            apiKey: \"AIzaSyCqGhE_kRyNlq1F4sFhYXW5WDOVqcPdgJs\",\n            authDomain: \"pormortest.firebaseapp.com\",\n            projectId: \"pormortest\",\n            storageBucket: \"pormortest.firebasestorage.app\",\n            messagingSenderId: \"171967833669\",\n            appId: \"1:171967833669:web:7c1dbcccffb70fe9daa52c\",\n            measurementId: \"G-LDGH3DTMBM\"\n        };\n        \n        firebase.initializeApp(firebaseConfig);\n        const db = firebase.firestore();\n\n        const questions = [\n            {\n                text: \"\u0e15\u0e49\u0e19\u0e17\u0e32\u0e07 \u0e17\u0e32\u0e07\u0e1c\u0e48\u0e32\u0e19 \u0e1b\u0e25\u0e32\u0e22\u0e17\u0e32\u0e07 \u0e04\u0e37\u0e2d \u0e2a\u0e16\u0e32\u0e19\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e43\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22\",\n                answer: true,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22\u0e21\u0e35\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e31\u0e49\u0e07 \u0e15\u0e49\u0e19\u0e17\u0e32\u0e07 (\u0e04\u0e19\u0e44\u0e17\u0e22\u0e16\u0e39\u0e01\u0e19\u0e33\u0e44\u0e1b\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e2d\u0e37\u0e48\u0e19) \u0e17\u0e32\u0e07\u0e1c\u0e48\u0e32\u0e19 (\u0e43\u0e0a\u0e49\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e17\u0e32\u0e07\u0e1c\u0e48\u0e32\u0e19\u0e44\u0e1b\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e2d\u0e37\u0e48\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c) \u0e41\u0e25\u0e30\u0e1b\u0e25\u0e32\u0e22\u0e17\u0e32\u0e07 (\u0e04\u0e19\u0e08\u0e32\u0e01\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e2d\u0e37\u0e48\u0e19\u0e40\u0e14\u0e34\u0e19\u0e17\u0e32\u0e07\u0e21\u0e32\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22 \u0e16\u0e39\u0e01\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e43\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22) \u0e02\u0e2d\u0e07\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\"\n            },\n            {\n                text: \"\u0e40\u0e14\u0e47\u0e01 \u0e2b\u0e21\u0e32\u0e22\u0e16\u0e36\u0e07 \u0e1a\u0e38\u0e04\u0e04\u0e25\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e32\u0e22\u0e38\u0e15\u0e48\u0e33\u0e01\u0e27\u0e48\u0e32 15 \u0e1b\u0e35\u0e1a\u0e23\u0e34\u0e1a\u0e39\u0e23\u0e13\u0e4c\",\n                answer: false,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e15\u0e32\u0e21\u0e1e\u0e23\u0e30\u0e23\u0e32\u0e0a\u0e1a\u0e31\u0e0d\u0e0d\u0e31\u0e15\u0e34\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07\u0e40\u0e14\u0e47\u0e01 \u0e1e.\u0e28. 2546 \u0e41\u0e25\u0e30\u0e1e\u0e23\u0e30\u0e23\u0e32\u0e0a\u0e1a\u0e31\u0e0d\u0e0d\u0e31\u0e15\u0e34\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e32\u0e1a\u0e1b\u0e23\u0e32\u0e21\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e1e.\u0e28. 2551 \u0e41\u0e25\u0e30\u0e17\u0e35\u0e48\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e44\u0e14\u0e49\u0e23\u0e30\u0e1a\u0e38\u0e27\u0e48\u0e32 \u0e40\u0e14\u0e47\u0e01 \u0e2b\u0e21\u0e32\u0e22\u0e16\u0e36\u0e07 \u0e1c\u0e39\u0e49\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e32\u0e22\u0e38\u0e15\u0e48\u0e33\u0e01\u0e27\u0e48\u0e32 18 \u0e1b\u0e35\u0e1a\u0e23\u0e34\u0e1a\u0e39\u0e23\u0e13\u0e4c\"\n            },\n            {\n                text: \"\u0e1e\u0e1a\u0e40\u0e2b\u0e47\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e23\u0e39\u0e49\u0e40\u0e1a\u0e32\u0e30\u0e41\u0e2a\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e41\u0e08\u0e49\u0e07\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300 \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07 \u0e1e\u0e21. \u0e44\u0e14\u0e49\u0e15\u0e25\u0e2d\u0e14 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07\",\n                answer: true,\n                explanation: \"\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300 \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e02\u0e2d\u0e07\u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2a\u0e31\u0e07\u0e04\u0e21\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07\u0e02\u0e2d\u0e07\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e1c\u0e39\u0e49\u0e1b\u0e23\u0e30\u0e2a\u0e1a\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e2a\u0e31\u0e07\u0e04\u0e21\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e43\u0e19\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19 \u0e23\u0e27\u0e21\u0e17\u0e31\u0e49\u0e07\u0e1b\u0e23\u0e30\u0e2a\u0e32\u0e19\u0e2a\u0e48\u0e07\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e17\u0e31\u0e49\u0e07\u0e20\u0e32\u0e04\u0e23\u0e31\u0e10 \u0e40\u0e2d\u0e01\u0e0a\u0e19 \u0e41\u0e25\u0e30\u0e20\u0e32\u0e04\u0e35\u0e40\u0e04\u0e23\u0e37\u0e2d\u0e02\u0e48\u0e32\u0e22\"\n            },\n            {\n                text: \"\u0e41\u0e23\u0e07\u0e07\u0e32\u0e19\u0e44\u0e17\u0e22\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e1b\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\",\n                answer: true,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19\u0e02\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e43\u0e0a\u0e49\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e42\u0e06\u0e29\u0e13\u0e32\u0e0a\u0e27\u0e19\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2b\u0e25\u0e2d\u0e01\u0e25\u0e27\u0e07\u0e43\u0e2b\u0e49\u0e04\u0e19\u0e44\u0e17\u0e22\u0e44\u0e1b\u0e17\u0e33\u0e07\u0e32\u0e19\u0e43\u0e19\u0e15\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e41\u0e15\u0e48\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e1b\u0e17\u0e33\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07\u0e1e\u0e1a\u0e27\u0e48\u0e32 \u0e44\u0e21\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e15\u0e01\u0e25\u0e07 \u0e21\u0e35\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a \u0e02\u0e48\u0e21\u0e02\u0e39\u0e48 \u0e17\u0e33\u0e23\u0e49\u0e32\u0e22\u0e23\u0e48\u0e32\u0e07\u0e01\u0e32\u0e22 \u0e43\u0e2b\u0e49\u0e17\u0e33\u0e07\u0e32\u0e19\u0e2b\u0e19\u0e31\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e17\u0e33\u0e07\u0e32\u0e19\u0e1c\u0e34\u0e14\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22 \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19 \u0e41\u0e23\u0e07\u0e07\u0e32\u0e19\u0e44\u0e17\u0e22\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e1b\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e08\u0e36\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21\u0e40\u0e2a\u0e35\u0e48\u0e22\u0e07\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\"\n            },\n            {\n                text: \"\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e40\u0e1b\u0e47\u0e19\u0e20\u0e31\u0e22\u0e43\u0e01\u0e25\u0e49\u0e15\u0e31\u0e27\u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e01\u0e34\u0e14\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e17\u0e38\u0e01\u0e40\u0e1e\u0e28 \u0e41\u0e25\u0e30\u0e17\u0e38\u0e01\u0e27\u0e31\u0e22\",\n                answer: true,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e44\u0e14\u0e49\u0e01\u0e31\u0e1a\u0e17\u0e38\u0e01\u0e40\u0e1e\u0e28 \u0e41\u0e25\u0e30\u0e17\u0e38\u0e01\u0e27\u0e31\u0e22\"\n            },\n            {\n                text: \"\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e32\u0e1e\u0e1a\u0e40\u0e2b\u0e47\u0e19\u0e2b\u0e0d\u0e34\u0e07\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e02\u0e32\u0e22\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e32\u0e07\u0e40\u0e1e\u0e28 \u0e40\u0e23\u0e32\u0e04\u0e27\u0e23\u0e40\u0e1e\u0e34\u0e01\u0e40\u0e09\u0e22\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e40\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e31\u0e19\u0e15\u0e23\u0e32\u0e22\u0e01\u0e31\u0e1a\u0e15\u0e19\u0e40\u0e2d\u0e07\",\n                answer: false,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e17\u0e38\u0e01\u0e04\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e01\u0e31\u0e19 \u0e14\u0e31\u0e07\u0e19\u0e31\u0e49\u0e19 \u0e08\u0e36\u0e07\u0e44\u0e21\u0e48\u0e04\u0e27\u0e23\u0e40\u0e1e\u0e34\u0e01\u0e40\u0e09\u0e22 \u0e04\u0e27\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e1a\u0e32\u0e30\u0e41\u0e2a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07 \u0e2d\u0e32\u0e17\u0e34\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300 \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2a\u0e31\u0e07\u0e04\u0e21\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07\u0e02\u0e2d\u0e07\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 191 \u0e2a\u0e33\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e15\u0e33\u0e23\u0e27\u0e08\u0e41\u0e2b\u0e48\u0e07\u0e0a\u0e32\u0e15\u0e34 \u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1191 \u0e01\u0e2d\u0e07\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e32\u0e1a\u0e1b\u0e23\u0e32\u0e21\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e17\u0e31\u0e49\u0e07\u0e19\u0e35\u0e49 \u0e15\u0e32\u0e21\u0e1e\u0e23\u0e30\u0e23\u0e32\u0e0a\u0e1a\u0e31\u0e0d\u0e0d\u0e31\u0e15\u0e34\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e32\u0e1a\u0e1b\u0e23\u0e32\u0e21\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e1e.\u0e28. 2551 \u0e41\u0e25\u0e30\u0e17\u0e35\u0e48\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \u0e21\u0e32\u0e15\u0e23\u0e32 13\/1 \u0e16\u0e49\u0e32\u0e44\u0e14\u0e49\u0e01\u0e23\u0e30\u0e17\u0e33\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e42\u0e14\u0e22\u0e2a\u0e38\u0e08\u0e23\u0e34\u0e15\u0e22\u0e48\u0e2d\u0e21\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e38\u0e49\u0e21\u0e04\u0e23\u0e2d\u0e07 \u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e1c\u0e34\u0e14\u0e17\u0e32\u0e07\u0e41\u0e1e\u0e48\u0e07\u0e41\u0e25\u0e30\u0e17\u0e32\u0e07\u0e2d\u0e32\u0e0d\u0e32\"\n            },\n            {\n                text: \"\u0e19\u0e49\u0e2d\u0e07\u0e19\u0e34\u0e01 \u0e2d\u0e32\u0e22\u0e38 16 \u0e1b\u0e35 \u0e16\u0e39\u0e01 \u0e19\u0e32\u0e22\u0e42\u0e01\u0e49 \u0e1e\u0e32\u0e44\u0e1b\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e02\u0e32\u0e22\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e17\u0e32\u0e07\u0e40\u0e1e\u0e28\u0e43\u0e19\u0e2a\u0e16\u0e32\u0e19\u0e1a\u0e31\u0e19\u0e40\u0e17\u0e34\u0e07 \u0e19\u0e49\u0e2d\u0e07\u0e19\u0e34\u0e01 \u0e04\u0e37\u0e2d \u0e1c\u0e39\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\",\n                answer: true,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35\u0e01\u0e32\u0e23\u0e19\u0e33\u0e1e\u0e32\u0e41\u0e25\u0e30\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e40\u0e14\u0e47\u0e01 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e41\u0e2a\u0e27\u0e07\u0e2b\u0e32\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c\u0e42\u0e14\u0e22\u0e21\u0e35\u0e0a\u0e2d\u0e1a\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e1b\u0e23\u0e30\u0e40\u0e27\u0e13\u0e35\u0e40\u0e14\u0e47\u0e01 \u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e10\u0e32\u0e19\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e32 6 \u0e41\u0e2b\u0e48\u0e07\u0e1e\u0e23\u0e30\u0e23\u0e32\u0e0a\u0e1a\u0e31\u0e0d\u0e0d\u0e31\u0e15\u0e34\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e32\u0e1a\u0e1b\u0e23\u0e32\u0e21\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e1e.\u0e28. 2551 \u0e41\u0e25\u0e30\u0e17\u0e35\u0e48\u0e41\u0e01\u0e49\u0e44\u0e02\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\"\n            },\n            {\n                text: \"\u0e2b\u0e21\u0e27\u0e22 \u0e2d\u0e32\u0e22\u0e38 19 \u0e1b\u0e35 \u0e2a\u0e21\u0e31\u0e04\u0e23\u0e43\u0e08\u0e16\u0e48\u0e32\u0e22\u0e04\u0e25\u0e34\u0e1b\u0e42\u0e1b\u0e4a\u0e40\u0e1b\u0e25\u0e37\u0e2d\u0e22\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e40\u0e2d\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e02\u0e32\u0e22\u0e1c\u0e48\u0e32\u0e19\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c \u0e2b\u0e21\u0e27\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\",\n                answer: false,\n                explanation: \"\u0e1e\u0e24\u0e15\u0e34\u0e01\u0e23\u0e23\u0e21\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e43\u0e08\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e40\u0e2d\u0e07\u0e43\u0e19\u0e01\u0e32\u0e23\u0e16\u0e48\u0e32\u0e22\u0e04\u0e25\u0e34\u0e1b\u0e42\u0e1b\u0e4a\u0e40\u0e1b\u0e25\u0e37\u0e2d\u0e22 \u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e16\u0e39\u0e01\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e17\u0e33\u0e23\u0e49\u0e32\u0e22\u0e23\u0e48\u0e32\u0e07\u0e01\u0e32\u0e22 \u0e41\u0e25\u0e30\u0e21\u0e35\u0e40\u0e08\u0e15\u0e19\u0e32\u0e43\u0e19\u0e01\u0e32\u0e23\u0e02\u0e32\u0e22\u0e04\u0e25\u0e34\u0e1b\u0e42\u0e1b\u0e4a\u0e40\u0e1b\u0e25\u0e37\u0e2d\u0e22\u0e02\u0e2d\u0e07\u0e15\u0e19\u0e40\u0e2d\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c\u0e17\u0e32\u0e07\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07\u0e15\u0e19 \u0e41\u0e15\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e15\u0e32\u0e21\u0e1e\u0e23\u0e30\u0e23\u0e32\u0e0a\u0e1a\u0e31\u0e0d\u0e0d\u0e31\u0e15\u0e34\u0e27\u0e48\u0e32\u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e1e.\u0e28. 2560 \u0e21\u0e32\u0e15\u0e23\u0e32 14 (4) (5) \u0e41\u0e25\u0e30\u0e2d\u0e32\u0e08\u0e40\u0e02\u0e49\u0e32\u0e02\u0e48\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e15\u0e32\u0e21\u0e1b\u0e23\u0e30\u0e21\u0e27\u0e25\u0e01\u0e0e\u0e2b\u0e21\u0e32\u0e22\u0e2d\u0e32\u0e0d\u0e32 \u0e21\u0e32\u0e15\u0e23\u0e32 388\"\n            },\n            {\n                text: \"\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e32\u0e1e\u0e1a\u0e40\u0e2b\u0e47\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e17\u0e23\u0e32\u0e1a\u0e40\u0e1a\u0e32\u0e30\u0e41\u0e2a\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e40\u0e23\u0e32\u0e04\u0e27\u0e23\u0e17\u0e33 \u0e04\u0e37\u0e2d \u0e08\u0e14\u0e08\u0e33\u0e23\u0e32\u0e22\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e27\u0e48\u0e32 \u0e43\u0e04\u0e23 \u0e17\u0e33\u0e2d\u0e30\u0e44\u0e23 \u0e17\u0e35\u0e48\u0e44\u0e2b\u0e19 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e23 \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23 \u0e41\u0e25\u0e30\u0e41\u0e08\u0e49\u0e07\u0e01\u0e31\u0e1a\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e15\u0e33\u0e23\u0e27\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e42\u0e14\u0e22\u0e14\u0e48\u0e27\u0e19\",\n                answer: true,\n                explanation: \"\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e23\u0e30\u0e42\u0e22\u0e0a\u0e19\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48 \u0e2b\u0e25\u0e31\u0e01\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e1a\u0e32\u0e30\u0e41\u0e2a\u0e2b\u0e23\u0e37\u0e2d\u0e41\u0e08\u0e49\u0e07\u0e40\u0e2b\u0e15\u0e38\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e04\u0e27\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e14\u0e49\u0e27\u0e22 5 \u0e2a\u0e48\u0e27\u0e19 \u0e44\u0e14\u0e49\u0e41\u0e01\u0e48 1. \u0e43\u0e04\u0e23 2. \u0e17\u0e33\u0e2d\u0e30\u0e44\u0e23 3. \u0e17\u0e35\u0e48\u0e44\u0e2b\u0e19 4. \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e44\u0e23 5. \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\"\n            },\n            {\n                text: \"\u0e40\u0e23\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e16\u0e48\u0e32\u0e22\u0e17\u0e2d\u0e14\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e44\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e01\u0e23\u0e30\u0e17\u0e33\u0e1c\u0e34\u0e14\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e2b\u0e23\u0e37\u0e2d\u0e15\u0e01\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\",\n                answer: true,\n                explanation: \"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e41\u0e25\u0e30\u0e41\u0e01\u0e49\u0e44\u0e02\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e31\u0e07\u0e04\u0e21\u0e41\u0e25\u0e30\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e1e\u0e36\u0e07\u0e01\u0e23\u0e30\u0e17\u0e33\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e17\u0e38\u0e01\u0e04\u0e19\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e04\u0e19\u0e43\u0e19\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e15\u0e23\u0e30\u0e2b\u0e19\u0e31\u0e01\u0e23\u0e39\u0e49\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e41\u0e25\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e15\u0e19\u0e40\u0e2d\u0e07 \u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e23\u0e31\u0e27 \u0e41\u0e25\u0e30\u0e0a\u0e38\u0e21\u0e0a\u0e19\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\"\n            }\n        ];\n\n        let currentQuestion = 0;\n        let score = 0;\n        let answered = false;\n        let playerName = '';\n        let correctAnswers = [];\n        let incorrectAnswers = [];\n\n        document.getElementById('playerNameInput').addEventListener('input', function() {\n            const name = this.value.trim();\n            const startBtn = document.getElementById('startBtn');\n            if (name.length >= 2) {\n                startBtn.disabled = false;\n            } else {\n                startBtn.disabled = true;\n            }\n        });\n\n        document.getElementById('playerNameInput').addEventListener('keypress', function(e) {\n            if (e.key === 'Enter' && !document.getElementById('startBtn').disabled) {\n                startGame();\n            }\n        });\n\n        function startGame() {\n            playerName = document.getElementById('playerNameInput').value.trim();\n            if (playerName.length < 2) return;\n\n            document.getElementById('nameInputScreen').style.display = 'none';\n            document.getElementById('progressBarContainer').style.display = 'block';\n            document.getElementById('questionCounter').style.display = 'block';\n            document.getElementById('questionCard').style.display = 'flex';\n            \n            displayQuestion();\n        }\n\n        function displayQuestion() {\n            const question = questions[currentQuestion];\n            document.getElementById('questionText').textContent = question.text;\n            document.getElementById('questionCounter').textContent = `\u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48 ${currentQuestion + 1} \u0e08\u0e32\u0e01 ${questions.length}`;\n            \n            const progress = ((currentQuestion) \/ questions.length) * 100;\n            document.getElementById('progressFill').style.width = progress + '%';\n            \n            const buttons = document.querySelectorAll('.answer-btn');\n            buttons.forEach(btn => {\n                btn.className = 'answer-btn';\n                btn.disabled = false;\n            });\n            \n            document.getElementById('feedback').style.display = 'none';\n            document.getElementById('correctAnswerIndicator').style.display = 'none';\n            document.getElementById('nextBtn').style.display = 'none';\n            answered = false;\n        }\n\n        function selectAnswer(userAnswer) {\n            if (answered) return;\n            \n            answered = true;\n            const question = questions[currentQuestion];\n            const isCorrect = userAnswer === question.answer;\n            \n            const buttons = document.querySelectorAll('.answer-btn');\n            buttons.forEach(btn => {\n                btn.disabled = true;\n                const btnAnswer = btn.textContent === '\u0e43\u0e0a\u0e48';\n                \n                if ((btn.textContent === '\u0e43\u0e0a\u0e48' && userAnswer === true) || \n                    (btn.textContent === '\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48' && userAnswer === false)) {\n                    btn.className = isCorrect ? 'answer-btn correct' : 'answer-btn incorrect';\n                } else if (btnAnswer === question.answer) {\n                    btn.className = 'answer-btn correct-answer';\n                }\n            });\n            \n            if (!isCorrect) {\n                const correctAnswerIndicator = document.getElementById('correctAnswerIndicator');\n                correctAnswerIndicator.textContent = `\u2705 \u0e04\u0e33\u0e15\u0e2d\u0e1a\u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07: ${question.answer ? '\u0e43\u0e0a\u0e48' : '\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48'}`;\n                correctAnswerIndicator.style.display = 'block';\n            }\n            \n            const feedback = document.getElementById('feedback');\n            feedback.textContent = question.explanation;\n            feedback.className = isCorrect ? 'feedback correct' : 'feedback incorrect';\n            feedback.style.display = 'block';\n            \n            if (isCorrect) {\n                score++;\n                correctAnswers.push(currentQuestion + 1);\n            } else {\n                incorrectAnswers.push(currentQuestion + 1);\n            }\n            \n            if (currentQuestion < questions.length - 1) {\n                document.getElementById('nextBtn').style.display = 'inline-block';\n            } else {\n                setTimeout(showResults, 3000);\n            }\n        }\n\n        function nextQuestion() {\n            currentQuestion++;\n            displayQuestion();\n        }\n\n        function showResults() {\n            document.getElementById('questionCard').style.display = 'none';\n            document.getElementById('results').style.display = 'block';\n            \n            const totalQuestions = questions.length;\n            const percentage = Math.round((score \/ totalQuestions) * 100);\n            \n            document.getElementById('playerNameDisplay').textContent = `\u0e1c\u0e25\u0e04\u0e30\u0e41\u0e19\u0e19\u0e02\u0e2d\u0e07 ${playerName}`;\n            \n            document.getElementById('finalScore').textContent = `${score}\/${totalQuestions} (${percentage}%)`;\n            \n            let message = '';\n            if (score === totalQuestions) {\n                message = '\ud83c\udfc6 \u0e22\u0e2d\u0e14\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21\u0e21\u0e32\u0e01! \u0e04\u0e38\u0e13\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c\u0e14\u0e35\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21! \ud83c\udfc6';\n                document.getElementById('certificateFormContainer').style.display = 'block';\n                document.getElementById('fullName').value = playerName;\n            } else if (percentage >= 70) {\n                message = '\u0e14\u0e35\u0e21\u0e32\u0e01! \u0e04\u0e38\u0e13\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\u0e17\u0e35\u0e48\u0e14\u0e35 \u0e41\u0e15\u0e48\u0e04\u0e27\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21 \ud83d\udc4d';\n                document.getElementById('certificateFormContainer').style.display = 'none';\n            } else if (percentage >= 50) {\n                message = '\u0e1c\u0e48\u0e32\u0e19! \u0e41\u0e15\u0e48\u0e04\u0e27\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22 \ud83d\udcda';\n                document.getElementById('certificateFormContainer').style.display = 'none';\n            } else {\n                message = '\u0e04\u0e27\u0e23\u0e28\u0e36\u0e01\u0e29\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e07\u0e41\u0e25\u0e30\u0e04\u0e19\u0e23\u0e2d\u0e1a\u0e02\u0e49\u0e32\u0e07 \ud83d\udcaa';\n                document.getElementById('certificateFormContainer').style.display = 'none';\n            }\n            \n            document.getElementById('scoreMessage').textContent = message;\n            \n            let summaryHTML = '<strong>\ud83d\udcca \u0e2a\u0e23\u0e38\u0e1b\u0e1c\u0e25\u0e01\u0e32\u0e23\u0e17\u0e33\u0e41\u0e1a\u0e1a\u0e17\u0e14\u0e2a\u0e2d\u0e1a:<\/strong><br><br>';\n            \n            if (correctAnswers.length > 0) {\n                summaryHTML += `<span class=\"correct-answers\">\u2705 \u0e15\u0e2d\u0e1a\u0e16\u0e39\u0e01 ${correctAnswers.length} \u0e02\u0e49\u0e2d<\/span> (\u0e02\u0e49\u0e2d\u0e17\u0e35\u0e48 ${correctAnswers.join(', ')})<br>`;\n            }\n            \n            if (incorrectAnswers.length > 0) {\n                summaryHTML += `<span class=\"incorrect-answers\">\u274c \u0e15\u0e2d\u0e1a\u0e1c\u0e34\u0e14 ${incorrectAnswers.length} \u0e02\u0e49\u0e2d<\/span> (\u0e02\u0e49\u0e2d\u0e17\u0e35\u0e48 ${incorrectAnswers.join(', ')})`;\n            }\n            \n            document.getElementById('scoreSummary').innerHTML = summaryHTML;\n            \n            document.getElementById('progressFill').style.width = '100%';\n        }\n\n        function restartGame() {\n            currentQuestion = 0;\n            score = 0;\n            answered = false;\n            correctAnswers = [];\n            incorrectAnswers = [];\n            \n            document.getElementById('results').style.display = 'none';\n            document.getElementById('progressBarContainer').style.display = 'none';\n            document.getElementById('questionCounter').style.display = 'none';\n            document.getElementById('questionCard').style.display = 'none';\n            document.getElementById('nameInputScreen').style.display = 'flex';\n            document.getElementById('certificateFormContainer').style.display = 'none'; \n            document.getElementById('certForm').style.display = 'block'; \n            document.getElementById('certMessage').style.display = 'none'; \n\n            document.getElementById('playerNameInput').value = '';\n            document.getElementById('startBtn').disabled = true;\n        }\n\n        async function submitCertificateForm(event) {\n            event.preventDefault();\n            \n            const fullName = document.getElementById('fullName').value.trim();\n            const email = document.getElementById('email').value.trim();\n            const certMessage = document.getElementById('certMessage');\n            const submitBtn = document.getElementById('certSubmitBtn');\n            \n            if (fullName === \"\" || email === \"\") {\n                certMessage.textContent = '\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e43\u0e2b\u0e49\u0e04\u0e23\u0e1a\u0e16\u0e49\u0e27\u0e19';\n                certMessage.style.backgroundColor = 'rgba(239, 68, 68, 0.1)';\n                certMessage.style.color = '#dc2626';\n                certMessage.style.display = 'block';\n                return;\n            }\n\n            submitBtn.disabled = true;\n            certMessage.textContent = '\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25... \u0e01\u0e23\u0e38\u0e13\u0e32\u0e23\u0e2d\u0e2a\u0e31\u0e01\u0e04\u0e23\u0e39\u0e48';\n            certMessage.style.backgroundColor = 'rgba(59, 130, 246, 0.1)';\n            certMessage.style.color = '#1e40af';\n            certMessage.style.display = 'block';\n\n            try {\n                await db.collection(\"quiz_certificates\").add({\n                    name: fullName,\n                    email: email,\n                    original_quiz_name: playerName,\n                    score: questions.length,\n                    timestamp: firebase.firestore.FieldValue.serverTimestamp()\n                });\n                \n                certMessage.textContent = `\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e04\u0e23\u0e31\u0e1a\/\u0e04\u0e48\u0e30! \u0e23\u0e30\u0e1a\u0e1a\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e41\u0e25\u0e49\u0e27 (${fullName}, ${email}) \u0e08\u0e30\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23\u0e43\u0e2b\u0e49\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e42\u0e14\u0e22\u0e40\u0e23\u0e47\u0e27\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14`;\n                certMessage.style.backgroundColor = 'rgba(34, 197, 94, 0.1)';\n                certMessage.style.color = '#15803d';\n                document.getElementById('certForm').style.display = 'none';\n                \n            } catch (error) {\n                console.error(\"Error writing document to Firestore: \", error);\n                certMessage.textContent = `\u0e40\u0e01\u0e34\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25: ${error.message}`;\n                certMessage.style.backgroundColor = 'rgba(239, 68, 68, 0.1)';\n                certMessage.style.color = '#dc2626';\n                submitBtn.disabled = false;\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21: \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \ud83d\udee1\ufe0f \u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21 \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \ud83c\udfaf \u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e40\u0e01\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e41\u0e1a\u0e1a\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e40\u0e23\u0e34\u0e48\u0e21\u0e40\u0e01\u0e21 \u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48 1 \u0e08\u0e32\u0e01 10 \u0e43\u0e0a\u0e48 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 \u0e04\u0e33\u0e16\u0e32\u0e21\u0e16\u0e31\u0e14\u0e44\u0e1b \ud83c\udf89 \u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19! \u2b50 \u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u2b50 \u0e04\u0e38\u0e13\u0e17\u0e33\u0e04\u0e30\u0e41\u0e19\u0e19\u0e44\u0e14\u0e49\u0e22\u0e2d\u0e14\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21! \u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25 \u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23): \u0e2d\u0e35\u0e40\u0e21\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23): \u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u0e40\u0e25\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48 \ud83d\udcde \u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300 \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07 \u0e1e\u0e21. \u0e40\u0e1b\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1270","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- Talitha Kum Thailand<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/talithakumthailand.info\/en\/1270-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Talitha Kum Thailand\" \/>\n<meta property=\"og:description\" content=\"\u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21: \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \ud83d\udee1\ufe0f \u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21 \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \ud83c\udfaf \u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e40\u0e01\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e41\u0e1a\u0e1a\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e40\u0e23\u0e34\u0e48\u0e21\u0e40\u0e01\u0e21 \u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48 1 \u0e08\u0e32\u0e01 10 \u0e43\u0e0a\u0e48 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 \u0e04\u0e33\u0e16\u0e32\u0e21\u0e16\u0e31\u0e14\u0e44\u0e1b \ud83c\udf89 \u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19! \u2b50 \u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u2b50 \u0e04\u0e38\u0e13\u0e17\u0e33\u0e04\u0e30\u0e41\u0e19\u0e19\u0e44\u0e14\u0e49\u0e22\u0e2d\u0e14\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21! \u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25 \u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23): \u0e2d\u0e35\u0e40\u0e21\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23): \u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u0e40\u0e25\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48 \ud83d\udcde \u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300 \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07 \u0e1e\u0e21. \u0e40\u0e1b\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07\" \/>\n<meta property=\"og:url\" content=\"https:\/\/talithakumthailand.info\/en\/1270-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Talitha Kum Thailand\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-14T01:54:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/1270-2\\\/\",\"url\":\"https:\\\/\\\/talithakumthailand.info\\\/1270-2\\\/\",\"name\":\"- Talitha Kum Thailand\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/#website\"},\"datePublished\":\"2025-10-12T10:06:45+00:00\",\"dateModified\":\"2025-10-14T01:54:00+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/talithakumthailand.info\\\/1270-2\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/#website\",\"url\":\"https:\\\/\\\/talithakumthailand.info\\\/\",\"name\":\"TKThailand\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/talithakumthailand.info\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/#organization\",\"name\":\"Talitha Kum Thailand\",\"url\":\"https:\\\/\\\/talithakumthailand.info\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/talithakumthailand.info\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-cropped-cropped-Talitha_Kum_v5_col_4x-1.png\",\"contentUrl\":\"https:\\\/\\\/talithakumthailand.info\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-cropped-cropped-Talitha_Kum_v5_col_4x-1.png\",\"width\":642,\"height\":340,\"caption\":\"Talitha Kum Thailand\"},\"image\":{\"@id\":\"https:\\\/\\\/talithakumthailand.info\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Talitha Kum Thailand","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/talithakumthailand.info\/en\/1270-2\/","og_locale":"en_US","og_type":"article","og_title":"- Talitha Kum Thailand","og_description":"\u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21: \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \ud83d\udee1\ufe0f \u0e40\u0e01\u0e21\u0e15\u0e2d\u0e1a\u0e04\u0e33\u0e16\u0e32\u0e21 \u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \ud83c\udfaf \u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e40\u0e01\u0e21 \u0e01\u0e23\u0e38\u0e13\u0e32\u0e43\u0e2a\u0e48\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e23\u0e34\u0e48\u0e21\u0e17\u0e33\u0e41\u0e1a\u0e1a\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e23\u0e39\u0e49\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e49\u0e32\u0e21\u0e19\u0e38\u0e29\u0e22\u0e4c \u0e40\u0e23\u0e34\u0e48\u0e21\u0e40\u0e01\u0e21 \u0e04\u0e33\u0e16\u0e32\u0e21\u0e17\u0e35\u0e48 1 \u0e08\u0e32\u0e01 10 \u0e43\u0e0a\u0e48 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 \u0e04\u0e33\u0e16\u0e32\u0e21\u0e16\u0e31\u0e14\u0e44\u0e1b \ud83c\udf89 \u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19! \u2b50 \u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u2b50 \u0e04\u0e38\u0e13\u0e17\u0e33\u0e04\u0e30\u0e41\u0e19\u0e19\u0e44\u0e14\u0e49\u0e22\u0e2d\u0e14\u0e40\u0e22\u0e35\u0e48\u0e22\u0e21! \u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23\u0e17\u0e32\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25 \u0e0a\u0e37\u0e48\u0e2d-\u0e19\u0e32\u0e21\u0e2a\u0e01\u0e38\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23): \u0e2d\u0e35\u0e40\u0e21\u0e25 (\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e08\u0e31\u0e14\u0e2a\u0e48\u0e07\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23): \u0e2a\u0e48\u0e07\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e35\u0e22\u0e23\u0e15\u0e34\u0e1a\u0e31\u0e15\u0e23 \u0e40\u0e25\u0e48\u0e19\u0e43\u0e2b\u0e21\u0e48 \ud83d\udcde \u0e2a\u0e32\u0e22\u0e14\u0e48\u0e27\u0e19 1300 \u0e28\u0e39\u0e19\u0e22\u0e4c\u0e0a\u0e48\u0e27\u0e22\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2a\u0e31\u0e07\u0e04\u0e21 \u0e01\u0e23\u0e30\u0e17\u0e23\u0e27\u0e07 \u0e1e\u0e21. \u0e40\u0e1b\u0e34\u0e14\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 24 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07","og_url":"https:\/\/talithakumthailand.info\/en\/1270-2\/","og_site_name":"Talitha Kum Thailand","article_modified_time":"2025-10-14T01:54:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/talithakumthailand.info\/1270-2\/","url":"https:\/\/talithakumthailand.info\/1270-2\/","name":"- Talitha Kum Thailand","isPartOf":{"@id":"https:\/\/talithakumthailand.info\/#website"},"datePublished":"2025-10-12T10:06:45+00:00","dateModified":"2025-10-14T01:54:00+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/talithakumthailand.info\/1270-2\/"]}]},{"@type":"WebSite","@id":"https:\/\/talithakumthailand.info\/#website","url":"https:\/\/talithakumthailand.info\/","name":"TKThailand","description":"","publisher":{"@id":"https:\/\/talithakumthailand.info\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/talithakumthailand.info\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/talithakumthailand.info\/#organization","name":"Talitha Kum Thailand","url":"https:\/\/talithakumthailand.info\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/talithakumthailand.info\/#\/schema\/logo\/image\/","url":"https:\/\/talithakumthailand.info\/wp-content\/uploads\/2025\/04\/cropped-cropped-cropped-Talitha_Kum_v5_col_4x-1.png","contentUrl":"https:\/\/talithakumthailand.info\/wp-content\/uploads\/2025\/04\/cropped-cropped-cropped-Talitha_Kum_v5_col_4x-1.png","width":642,"height":340,"caption":"Talitha Kum Thailand"},"image":{"@id":"https:\/\/talithakumthailand.info\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/pages\/1270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/comments?post=1270"}],"version-history":[{"count":10,"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/pages\/1270\/revisions"}],"predecessor-version":[{"id":1287,"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/pages\/1270\/revisions\/1287"}],"wp:attachment":[{"href":"https:\/\/talithakumthailand.info\/en\/wp-json\/wp\/v2\/media?parent=1270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}